/*============================================================
* Template Name    : Avi | One Page Portfolio Template
* Author           : Vishal Lad
* Version          : 1.0
* Created          : 7/May/2020
* File Description : Main CSS file of the template
===========================================================*/

/*====================== TABLE 
    1.BASIC
    2.COMMON
    3.NAVIGATION
    4.HOME
    5.ABOUT 
    6.SERVICES
    7.HIRE
    8.CLIENT
    9.PROJECT
	10.CONTACT
    11.FOOTER
    12.RESPONSIVE
 ========================*/

/*====================== BASIC ========================*/
       
body {
    font-family: 'Lato', sans-serif;
    overflow: visible;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #484848;
	background-color: #ddd;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.2;
	color: #333;
}
p {
	font-size: 16px;
	line-height: 26px;
}
a, a:hover, a:focus, a:active,
button, button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

/*========================== START COMMON ============================*/
        
.section {
    padding: 100px 0 110px 0;
    position: relative;
    background-color: #fff;
}
.bg{
	background-color: #fafafa;
}
.vt-height {
    height: 100vh;
}
.common-title h2{
	position:relative;
	margin-bottom:60px;
	font-size: 36px;
	text-align: center;
}
.common-transition,
.common-img::before,
.custom-navbar .navbar-nav li a{
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.blog .blog-img::before,
.common-transform {
    opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
    transform: scale(0);	
}
.blog .blog-img:hover::before,
.common-transform-hover:hover .common-transform{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
    transform: scale(1);
	opacity: 1;
}
.common-title h2::before {
    border: 1px solid #000;
    content: "";
    left: 0px;
    position: absolute;
    top: 50px;
    width: 40px;
	right:0;
	margin:auto;
}
.btn {
    padding: 15px 30px;
    font-size: 16px;
    color: #fff;
    box-shadow: none !important;   
    outline: none !important;
	font-weight: 700;
	border-radius: 0;
}
.home-btn:hover,
.home-btn:focus{
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.custom-btn:hover,
.custom-btn:focus{
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

/*========================== END COMMON ============================*/

/*========================== START PRELOADER ============================*/

#preloader-content {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #fff;
}

#preloader-content .loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid rgb(160, 206, 78);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*========================== END PRELOADER ============================*/

/*==========================  START NAVIGATION ============================*/
       
.custom-navbar {
    background-color: rgba(0,0,0,0.2);   
    width: 100%;
    z-index: 999;
	padding: 30px 15px;
}
.custom-navbar .navbar-nav li a {
    color: #ddd;
    font-size: 13px;
    line-height: 24px;
    background-color: transparent;
    text-transform: uppercase;
    margin: 0 7px;
    position: relative;
    font-weight: 700;
}
.custom-navbar .navbar-nav li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 24px;
	display: none;
}
.custom-navbar .navbar-nav li a:hover::before,
.custom-navbar .navbar-nav li a.active::before {
	display: block;
}
.custom-navbar .navbar-brand {
    padding: 0;
    color: #ddd;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
}
.custom-navbar .navbar-toggler {
    color: #ddd;
	padding: 0px;
    font-size: 28px;   
}
.custom-navbar.sticky {
    background-color: rgba(0,0,0,0.9) !important;
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.04);
    padding: 20px 0px;
}


/*==========================  END NAVIGATION ============================*/

/*==========================  START HOME ============================*/

.home {
    background-image: url("https://tutorialfamily.com/portfolio/images/home/home-bg.jpg");
    position: relative;
	background-position: center center;
    background-size: cover;
}
.home::before {
    background-color: rgba(0,0,0,0.70);
    position: absolute;
    top: 0;
    right: 0;
	left:0;
	bottom:0;
    width: 100%;
    height: 100%;
	content:'';
}
.home .home-data {
    position:relative;
    height: 100%;
}
.home .home-inner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
	height: max-content;
}
.home .home-title {
    font-size: 50px;
	margin: 36px 0 22px;
}
.home-avatar img {
    width: 170px;
    border-radius: 50%;
    border: 3px solid #fff;
}
.home .home-detail h2 {
	color: #bfbfbf;
	text-transform: uppercase;
	margin: 10px 0;
	font-size: 26px;
}
.home .icon_animate {
    position: absolute;
    bottom: 6%;
    width: 100%;
    text-align: center;
    color: #fff;
}
.home .icon_animate i {
    position: relative;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;  
    line-height: 48px;
	display: inline-block;
    border-radius: 20px;
	height: 40px;
    width: 24px;
    border: 2px solid #bfbfbf;  
}
.home .icon_animate i:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    margin: auto;
    border-radius: 10px;
    z-index: -1;
    height: 4px;
    width: 4px;
    background-color: #fff;
}

/*==========================  START ABOUT ============================*/

.about h3 {
    font-size: 24px;
}
.social ul li a {
    background-color: #232323;
    width: 42px;
    height: 42px;
    display: block;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
}
.social ul li a i {
    color: #fff;
}
.about .info-one {
    width: 50%;
    float: left;
}
.personal-info ul li span {
    color: #232323;
    font-weight: 700;
}
.personal-info ul li span i {
    margin-right: 5px;
}
.personal-info li {
    font-size: 14px;
    color: #666;
    line-height: 32px;
}

/*==========================  END ABOUT ============================*/

/*==========================  START SERVICE ============================*/

.service .service-data {
    border: 1px solid #fff;
    background-color: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .03);
	padding: 20px 10px;
}
.service .service-data:hover {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .09);
	-webkit-transform: translate(0, -5px);
	-moz-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	transform: translate(0, -5px);
}
.service .service-data .service-icon i {
    font-size: 44px;
}
.service .service-data h3 {
	font-size: 19px;
	text-transform: uppercase;
}
.service .service-data p {
    font-size: 14px;
}

/*==========================  END SERVICE ============================*/

/*==========================  START HIRE ============================*/

.hire h2 {
    color: #fff;
    font-size: 40px;
    margin: 0;
}
.hire-btn {
    background: #fff;
    color: #232323;
    border-radius: 0;
}
.hire-btn:hover {
    background: #232323;
    color: #fff;
    border-radius: 0;
}

/*==========================  END HIRE ============================*/

/*==========================  START TESTIMONIAL ============================*/

.testimonial .inner-testimonial .testimonial-data {
    max-width: 700px;
}
.testimonial .inner-testimonial .testimonial-data .testimonial-img {
    width: 120px;
    margin: 0 auto;
}
.testimonial .inner-testimonial .testimonial-data .testimonial-detail {
    text-align: center;
	margin-top: 24px;
	color: #ddd;
}
.testimonial .inner-testimonial .testimonial-data {
    background-color: #232323;
    padding: 20px;
    margin-top: 1.5rem;
    position: relative;
    border: 1px solid #dadada;
}
.testimonial .inner-testimonial .testimonial-data .testimonial-inner-data {
    display: inline-block;
}
.testimonial .inner-testimonial .testimonial-data .client-review {
    font-size: 15px;
	margin: 0;
}
.testimonial .inner-testimonial .testimonial-data .client-review:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.testimonial .inner-testimonial .testimonial-data .client-review:after {
    content: "\f10e";
    font-family: 'Fontawesome';
    display: inline-block;
    margin-left: 10px;
}
.testimonial .inner-testimonial .testimonial-data h3.client-name {
    font-size: 20px;
    font-weight: 600;
	color: #ddd;
}
.testimonial .inner-testimonial .testimonial-data h3.client-name span{
	font-size: 14px;
    font-weight: 400;
}
.testimonial .owl-carousel .owl-dot {
    height: 15px;
    margin-right: 4px;
    width: 15px;
	background-color:transparent;
	margin-bottom: 10px;
}
.testimonial .owl-carousel .owl-dot.active{
	background-color: transparent;
}
.testimonial .owl-carousel .owl-dots {
    text-align: center;
	margin-top: 15px;
}
.testimonial .owl-carousel .owl-dot{
	border:1px solid transparent;
	background-color: transparent;
}
/*==========================  START TESTIMONIAL ============================*/

/*==========================  START PROJECT ============================*/

.project .project-image{
	position:relative;
	overflow: hidden;
}
.project .project-image img{
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.project .project-image:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
    transform: scale(1.1);	
}
.project .pro-view {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	z-index: 1;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	opacity: 1;
}
.project .project-image:hover .pro-view{
	background-color: rgba(0, 0, 0, 0.7);
}
.project .pro-view::before {
    position: absolute;
    content: '';
    border: 1px solid #fff;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
	opacity: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.project .project-image:hover .pro-view::before{
	opacity: 1;
}
.project .project-image .pro-view .pro-view-data a {
    color: #fff;
    display: inline-block;
	border-radius: 50%;
	height: 34px;
	width: 34px;
}
.project .project-image:hover .pro-view .pro-view-data{
	opacity: 1;
}
.pro-view-data p {
    font-size: 13px;
    text-transform: uppercase;
}
.pro-view-data i {
    font-size: 20px;
    line-height: 44px;
}
.pro-view-data {
    position: absolute;
    width: 100%;
    top: 70%;
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	opacity: 0;
}
.project .project-image:hover .pro-view .pro-view-data{
	top: 50%;
}
.pro-view-data h3 {
    font-size: 18px;
}
/*==========================  END PROJECT ============================*/

/*==========================  START CONTACT ============================*/

.contact .icon i {
    font-size: 20px;
    line-height: 50px;
    color: #fff;
}
.contact .icon {
    background-color: #232323;
}
.contact .contact-det h5{
	font-size: 18px;
	text-transform: uppercase;	
}
.contact-det p {
    margin: 0;
}
.contact .contact-form textarea.form-control {
    height: auto;
	min-height:200px;
}
.contact-data .icon {
    width: 50px;
    height: 50px;
    text-align: center;
	margin-right: 15px;
}
.contact .contact-form .form-control {
	border: 2px solid #e0e0e0;
    box-shadow: none !important;
    height: 50px; 
    border-radius: 0;	
}

/*==========================  END CONTACT ============================*/

/*==========================  START FOOTER ============================*/

.footer {
    background-color: #1b1919;
}
.footer .copy-right p {
    font-size: 15px;
    color: #ddd;
    padding: 30px 0;
	border-top: 1px solid #353434;
}

/*==========================  END FOOTER ============================*/

/*==========================  START SCROLL-TOP ============================*/

.scrollToTop {
    bottom: 15px;
    color: #fff;
    display: none;
    font-size: 26px;
    height: 50px;
	line-height: 46px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 99;
}
.scrollToTop i:focus {
    color: #fff;
}
.scrollToTop:hover i {
    color: #fff;
}

/*==========================  END SCROLL-TOP ============================*/

/*===========================  RESPONSIVE ============================*/

@media (max-width: 991px) {
	.custom-navbar, .custom-navbar.sticky {
	    background-color: rgba(0,0,0,0.9);
	    padding: 10px 15px;
	}
	.custom-navbar .navbar-brand {
		font-size: 24px;
	}
    .custom-navbar .navbar-toggler {
	    font-size: 28px;
    }
	.custom-navbar .navbar-nav li a:hover::before,
    .custom-navbar .navbar-nav li a.active::before {
	    display: none;
    }
	.navbar-nav {
		margin: 15px 0;
	}
	.section{
        padding: 80px 0;
    }
	.about .about-title {
        margin-top: 25px;
    }
	.custom-navbar .navbar-nav li a {
		margin: 0;
	}
	.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
	.section  {
        padding: 50px 0;
    }
	.home .home-title {
       font-size: 30px;
    }
}
@media (max-width: 543px) {
	.testimonial .owl-carousel .owl-dots {
	    margin-top:5px;
    }
}

/*===========================  END RESPONSIVE ============================*/
