@charset "utf-8";
/**
 * Template: Lea
 * Author: TheCitrusDesign
 * Version: 1.0
 * Design by: TheCitrusDesign
*/

/*
====================================
[ CSS TABLE CONTENT ]
------------------------------------

    01 - GENERAL
	02 - BUTTON STYLE AND EFFECT
	03 - LOADER STYLE
	04 - HEADER STYLE
    05 - SLIDES STYLE
    06 - WELCOME SECTION
    07 - BOXES SECTION
    08 - WHY CHOOSE SECTION
    09 - MAIN FEATURES SECTION
    10 - AWESOME FEATURES SECTION
    11 - VIDEO SUPPORT SECTION
    12 - LATEST WORKS SECTION
    13 - TESTIMONIAL SECTION
    14 - FUN FACTS SECTION
    15 - DOMAIN PRICE SECTION
    16 - OUR TEAM SECTION
    17 - COMMON FAQ SECTION
    18 - COMPANY LOGOS SECTION
	19 - NEWSLETTER SECTION
    20 - RECENT POST SECTION
    21 - DOWNLOAD TEMPLATE SECTION
    22 - GET IN TOUCH SECTION
    23 - FOOTER SECTION
    24 - BLOG PAGE
    25 - SIDEBAR
    26 - SINGLE BLOG PAGE
-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/

/* [ 01 - GENERAL ] */
/*==================================================*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&amp;subset=latin-ext');

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    position: relative;
    overflow-x: hidden;
}

p {
    font-weight: 400;
    line-height: 30px;
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: 0 !important
}

a,
.lea-wrap-header .dropdown-menu .dropdown-item,
.slide .content-bottom,
.slide .content-bottom h2,
.boxes .box:hover .lnr,
.other-features .other-features-slider .item,
.latestworks .latest-slider .item,
.clients-testimonial .testimonial-slider .slick-dots li,
.clients-testimonial .testimonial-slider .slick-dots li button,
.our-team .team-slider .person,
.our-team .team-slider .person h3,
.our-team .team-slider .person ul,
.our-team .team-slider .person ul li a,
.our-team .team-slider .slick-dots li,
.our-team .team-slider .slick-dots li button,
.faq .accordion .card .card-header h5 .btn,
.faq .accordion .card .card-header h5 .btn:before,
.faq .accordion .card .card-header h5 .btn:after,
.recent-post .recent-post-slider .slick-dots li,
.recent-post .recent-post-slider .slick-dots li button,
.load-template a,
footer .subscribe .subscribe-form-2 label,
footer .subscribe .subscribe-form-2 .form-group {
    transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;

}

.lnr {
    display: inline-block;
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: -0.05em;
}

.background-responsive {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.background-fixed {
    background-attachment: fixed;
}

img.img-shadow {
  box-shadow: 0px 0px 10px #222;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.height-100 {
    height: 100vh;
    min-height: 600px;
}

.whitespace-15 {
    height: 15px;
}

.whitespace-20 {
    height: 20px;
}

.whitespace-25 {
    height: 25px;
}

.whitespace-50 {
    height: 50px;
}

.pdt-100 {
    padding: 100px 0;
}

.lea-all-wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
    overflow-x: hidden;
}

.lea-all-wrap,
.lea-all-wrap *{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}

.lity-close {
    text-shadow: none !important;
}

.lity-content:after {
    box-shadow: none !important;
}

.section-title h3 {
    font-size: 60px;
    font-weight: 900;
    margin: 0;
}

.section-title h3 span.white {
    color: #fff !important;
}

.section-title h3.white {
    color: #fff !important;
}

.section-title p.white {
    color: #fff !important;
}

.section-title p {
    font-size: 18px;
    font-weight: 600;
    max-width: 750px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .section-title h3 {
        font-size: 40px;
    }
}


/* [ 02 - BUTTON STYLE AND EFFECT] */
/*==================================================*/
.btn-primary {
	color: #FFF;
	background-color: rgb(0, 0, 0, 0) !important;
	border: 1px solid #FFF;
	border-radius: 0px;
	padding: 18px 36px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.075em;
	cursor: pointer;
	box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: ease-out .25s;
	-moz-transition: ease-out .25s;
	transition: ease-out .25s;
}

.btn-second {
	color: #222;
	background-color: rgb(0, 0, 0, 0) !important;
	border-bottom: 2px solid #ff4081;
	border-radius: 0px;
	padding: 18px 36px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.075em;
	cursor: pointer;
	box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.btn-third {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 9px 18px;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	letter-spacing: 0.075em;
	cursor: pointer;
	vertical-align: middle;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	z-index: 1;
}

.btn-third:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-top: 1px solid #151515;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;
	transform: translateY(100%) translateY(-1px);
	z-index: -1;
}

.btn-third:hover:before {
	transform: none;
	border-color: rgb(0,0,0,0);
}

.btn-fourth {
	color: #000;
	border-radius: 0px;
	padding: 18px 36px;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	cursor: pointer;
	box-shadow: inset 0 0 0 0 #222;
	-webkit-transition: ease-out 0.6s;
	-moz-transition: ease-out 0.6s;
	transition: ease-out 0.6s;
}

.btn-transparent {
	background-color: rgb(0, 0, 0, 0);
}

/* Effect 1 (bubbles)*/
.bubbly-button {
	position: relative;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 1em 2em;
	-webkit-appearance: none;
	appearance: none;
	color: #fff !important;
	border: 1px solid #fff;
	cursor: pointer;
	transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
}

.bubbly-button:focus {
	outline: 0;
}

.bubbly-button:before, .bubbly-button:after {
	position: absolute;
	content: "";
	display: block;
	width: 140%;
	height: 100%;
	left: -20%;
	z-index: -1000;
	transition: all ease-in-out 0.5s;
	background-repeat: no-repeat;
}

.bubbly-button:before {
	display: none;
	top: -90%;
	background-image: radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, transparent 20%, #fff 20%, transparent 30%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fff 15%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%);
	background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.bubbly-button:after {
	display: none;
	bottom: -100%;
	background-image: radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fff 15%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%);
	background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.bubbly-button:active {
	transform: scale(0.9);
	background-color: rgba(0, 0, 0, 0);
}

.bubbly-button.animate:before {
	display: block;
	animation: topBubbles ease-in-out 0.75s forwards;
}

.bubbly-button.animate:after {
	display: block;
	animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
/* End Effect 1 */

/* Effect 2 (Slide Right)*/
.btn-slide-right:hover {
	box-shadow: inset 200px 0 0 0 #FFF;
	border: 1px solid #FFF;
	color: #222;
}

.slide-right-black:hover {
	box-shadow: inset 400px 0 0 0 #222;
	color: #fff;
}

/* Effect 3 (Slide Top)*/
.btn-st-1:hover {
	box-shadow: inset 0 -60px 0 0 #FFF;
	border: 1px solid #FFF;
	color: #222;
}

/* Effect 4 (Slide Top)*/
.btn-st-2:hover,
.btn-st-2:before,
.btn-st-2:focus:before {
	background-color: #ff4081;
	color: #fff !important;
}


/* [ 03 - LOADER STYLE ] */
/*==================================================*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
	position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ff4081;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

#loader::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #ff4081;

	-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader::after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #ff4081;

	-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #f3f3f3;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded
/*--------------------*/
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(-100%);  /* IE 9 */
            transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(100%);  /* IE 9 */
            transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
			transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
    
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;  
            transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;  
            transition: all 0.3s 1s ease-out;
}


/* [ 04 - HEADER STYLE ] */
/*==================================================*/
.lea-wrap-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    border-radius: 0;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lea-wrap-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 13px 35px -12px rgba(0, 0, 0, 0.15);
    animation: menu_sticky 0.7s ease-in-out;
}

@keyframes menu_sticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }

    50% {
        margin-top: -64px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.lea-wrap-header .navbar {
    padding: 0;
}

.lea-wrap-header .navbar-light .navbar-toggler {
    border-color: #fff;
    outline: none;
}

.lea-wrap-header .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='' stroke-miterlimit='0' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.lea-wrap-header .navbar .navbar-nav .nav-item>.nav-link {
    color: #fff;
    /* margin: 20px 10px; */
    font-weight: 400;
    position: relative;
    padding: 20px;
}

.lea-wrap-header .navbar .navbar-nav .nav-item>.nav-link:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 3px;
    background-color: #fff;
    transform: translateX(-50%);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.lea-wrap-header .navbar .navbar-nav .nav-item>.nav-link:hover:before {
    width: 100%;
}

.lea-wrap-header .navbar .navbar-nav .nav-item>.nav-link.active:before {
    width: 100%;
}

.lea-wrap-header .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    transform: translateY(-15px);
    animation: hide_dropdown_menu 0.2s ease-in-out;
    display: block;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .04);
    height: 0;
    transition: all ease 0.1s;
}

@keyframes hide_dropdown_menu {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

.lea-wrap-header .dropdown-menu.show {
    animation: show_dropdown_menu 0.2s ease-in-out forwards;
    visibility: visible;
    height: auto;
}

@keyframes show_dropdown_menu {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.lea-wrap-header .dropdown-menu .dropdown-item {
    padding: .75rem 1.5rem;
}

.lea-wrap-header .dropdown-menu .dropdown-item:hover {
    color: #fff;
}

@media (max-width: 992px) {
    .lea-wrap-header {
        padding: 1em;
    }

    .lea-wrap-header .dropdown-menu {
        display: none;
    }

    .lea-wrap-header .dropdown-menu.show {
        display: block;
    }

    .lea-wrap-header .navbar .navbar-nav .nav-item>.nav-link {
        padding: 10px;
    }

    .lea-wrap-header .dropdown-menu .dropdown-item {
        padding: 10px;
    }
}


/* [ 05 - SLIDES STYLE ] */
/*==================================================*/
.slide,
.reverseslide,
.noslide {
    position: relative;
}

.slide .content-bottom,
.reverseslide .content-bottom,
.noslide .content-bottom,
.curvedslide .content-bottom {
    padding-top: 200px;
    position: relative;
    z-index: 1;
}

.slide .content-bottom h2,
.reverseslide .content-bottom h2,
.noslide .content-bottom h2,
.curvedslide .content-bottom h2 {
    font-size: 90px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 90px;
}

.slide .content-bottom p,
.reverseslide .content-bottom p,
.noslide .content-bottom p,
.curvedslide .content-bottom p {
    color: #fff;
    max-width: 400px;
}

/* Effect-01 */
.slide::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    border-right: 100vw solid #fff;
    border-top: 200px solid transparent;
    width: 0;
    z-index: 0;
}

/* Effect-02 */
.reverseslide::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    border-left: 100vw solid #fff;
    border-top: 200px solid transparent;
    width: 0;
    z-index: 0;
}

/* Effect-03 */
.noslide::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: 0;
}

/* Effect-04 */
.curvedslide {
    height: 100vh;
	-webkit-border-radius: 0 0 50% 50%;
	-moz-border-radius: 0 0 50% 50%;
	border-radius: 0 0 50% 50%;
	overflow: hidden;
}

@media (max-width: 1366px) {
    .slide .content-bottom,
	.reverseslide .content-bottom,
	.noslide .content-bottom {
        padding-top: 170px;
    }
}

@media (min-width: 992px) {
    .slide .content-bottom img,
	.reverseslide .content-bottom img,
	.noslide .content-bottom img {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .slide .content-bottom h2,
	.reverseslide .content-bottom h2,
	.noslide .content-bottom h2 {
        font-size: 60px;
        line-height: 60px;
    }
}


/* [ 06 - WELCOME SECTION ] */
/*==================================================*/
.content-bottom .name_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.content-bottom .job_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.content-bottom .text-wrap h2.name{
	position: relative;
	font-size: 70px;
	text-transform: uppercase;
	font-weight: 900;
	color: #FFF;
	line-height: 1;
	display: inline-block;
	overflow:hidden;
	padding: 0;
	letter-spacing: .075em;
}

.content-bottom .text-wrap h2 span{
	color: rgb(0,0,0,0);
	-webkit-text-stroke: 1px #FFF;
	padding-left: 2px;
}

.content-bottom .text-wrap .name{
	background-color: rgb(0,0,0,0);
}

.content-bottom .text-wrap .job{
	font-weight: 500;
	font-size: 22px;
	color: #000;
	background-color: #fff;
	line-height: 1;
	letter-spacing: .075em;
	padding: 10px 25px 10px 25px;
	position: relative;
	display: inline-block;
	overflow:hidden; 
}

.content-bottom p {
	text-shadow: 1px 1px #222;
}

.overlay-effect,
.overlay-effect-1{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 3;
}

.overlay-effect:after{
	position: absolute;
	content: "";
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #222;/*Don't change this*/
	z-index: 1;
}

.overlay-effect-1:after{
	position: absolute;
	content: "";
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #f3f3f3;/*Don't change this*/
	z-index: 1;
}

.overlay-effect:before,
.overlay-effect-1:before{
	position: absolute;
	content: "";
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.container .overlay-effect:before{
	z-index: 2;
  	background-color: #222 !important;/*Don't change this*/
  	animation: anim 2s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.container .overlay-effect-1:before{
	z-index: 2;
  	background-color: #f3f3f3 !important;/*Don't change this*/
  	animation: anim 2s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.container .overlay-effect:after,
.container .overlay-effect-1:after {
 	animation: anim2 2s cubic-bezier(0.77, 0, 0.175, 1) both;
}

@keyframes anim{
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes anim2{
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}



/* [ 07 - BOXES SECTION ] */
/*==================================================*/
.box {
    position: relative;
    padding: 40px;
    text-align: center;
    overflow: hidden;
	box-shadow: rgba(100, 100, 111, 0.6) 0px 5px 18px 0px;
}

.box::before, .box::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.boxes .box .icon {
	padding: 25px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 110px;
    height: 110px;
}

.boxes .box .lnr {
    font-size: 55px;
    line-height: 60px;
}

.boxes .box h4 {
    color: #fff;
    margin: 0;
}

.boxes .box p {
    color: #fff;
    margin: 0 auto;
    font-size: 18px;
}

/* Effect 01
 * Author: Giana
 */
.draw-01 {
  transition: color 0.25s;
}

.draw-01::before, .draw-01::after {
  border: 5px solid transparent;
  width: 0;
  height: 0;
}

.draw-01::before {
  top: 0;
  left: 0;
}

.draw-01::after {
  bottom: 0;
  right: 0;
}

.draw-01:hover {
  color: #4081FF;
}

.draw-01:hover::before, .draw-01:hover::after {
  width: 100%;
  height: 100%;
}

.draw-01:hover::before {
  border-top-color: #4081FF;
  border-right-color: #4081FF;
  transition: width 0.20s ease-out, height 0.20s ease-out 0.20s;;
}

.draw-01:hover::after {
  border-bottom-color: #4081FF;
  border-left-color: #4081FF;
  transition: border-color 0s ease-out 0.5s, width 0.20s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

/* Effect 02
 * Author: James Power
 */
.draw-02 {
  position: relative;
  border: none;
  overflow: hidden;
  transition: 0.3s;
}

.draw-02:after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 5px;
  background: #4081FF;
}

.draw-02:hover {
  cursor: pointer;
}

.draw-02:hover:after {
  width: 100%;
  left: 0;
}

@media (max-width: 767px) {
    .boxes .box {
        margin-bottom: 30px;
    }
}


/* [ 08 - WHY CHOOSE SECTION ] */
/*==================================================*/
.why-us h3 {
    font-size: 40px;
    font-weight: 900;
}

.why-us p {
    font-weight: 400;
    margin: 0;
}

.why-us .why-us-icon {
    margin-bottom: 20px;
}

.why-us .why-us-icon .lnr {
    font-size: 35px;
}


/* [ 09 - MAIN FEATURES SECTION ] */
/*==================================================*/
.main-features .features-circle {
    position: relative;
}

.features-circle .circle-svg {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    z-index: -1;
    max-width: 100%;
    margin: 0 auto;
}

.features-circle svg g {
    transform-origin: 50%;
}

.main-features .one-feature {
    margin-bottom: 6em;
}

.main-features .one-feature h5 {
    font-size: 20px;
    line-height: 45px;
    display: inline-block;
    margin: 0 10px 0.3rem;
}

.main-features .one-feature .lnr {
    font-size: 35px;
}

.main-features .one-feature p {
    margin-bottom: 0;
}

.main-features .left-side .one-feature span {
    float: right;
}

.main-features .right-side .one-feature span {
    float: left;
}

.main-features .left-side .one-feature:nth-child(3),
.main-features .right-side .one-feature:nth-child(3) {
    margin-bottom: 0;
}

@media (min-width: 992px) {

	
	.main-features .left-side .one-feature:nth-child(1),
    .main-features .left-side .one-feature:nth-child(3) {
        position: relative;
        left: 50px;
    }

    .main-features .right-side .one-feature:nth-child(1),
    .main-features .right-side .one-feature:nth-child(3) {
        position: relative;
        right: 50px;
    }
}

@media (max-width: 992px) {
    .main-features .one-feature {
        margin-bottom: 1.5em;
    }

    .main-features .left-side .one-feature span {
        float: left;
    }
}

@media (max-width: 736px) {
    .main-features .one-feature {
        margin-bottom: 1.5em;
    }

    .main-features .left-side .one-feature span {
        float: left;
    }
	
	.features-circle .circle-svg {
    top: 150px;
	}
}

@media (max-width: 414px) {
    .features-circle svg {
        max-width: 100%;
        height: 410px;
    }
}

@media (max-width: 375px) {
    .features-circle svg {
        height: 350px;
    }
}


/* [ 10 - AWESOME FEATURES SECTION ] */
/*==================================================*/
.other-features .other-features-slider {
    margin: 0 -15px;
}

.other-features .other-features-slider .item {
    background: #fff;
    padding: 2em 1em;
    opacity: 0.6;
    margin: 0 35px;
    outline: none;
    cursor: pointer;
}

.other-features .other-features-slider .item.slick-center {
    opacity: 1;
}

.other-features .other-features-slider .item span {
    margin-bottom: 20px;
    display: inline-block;
}

.other-features .other-features-slider .item .lnr {
    font-size: 40px;
}

.other-features .other-features-slider .item h4 {
    font-size: 20px;
}

.other-features .other-features-slider .item p {
    max-width: 300px;
    margin: 0 auto;
}


/* [ 11 - VIDEO SUPPORT SECTION ] */
/*==================================================*/
.video .video-link {
    position: relative;
	background-image: url('../images/people.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .video-link:before {
    position: absolute;
    content: '';
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
}

.video .video-link img {
    position: relative;
}

.video .video-link a {
    position: absolute;
    height: 80px;
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 2px solid #fff;
    border-radius: 50%;
    animation: ripple 2s linear infinite;
}

.video .video-link a:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 25px solid #fff;
    border-bottom: 17px solid transparent;
    left: 55%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
    }
}


/* [ 12 - LATEST WORKS SECTION ] */
/*==================================================*/
.latestworks .latest-slider {
    margin: 0 -15px;
}

.latestworks .latest-slider .item {
	position: relative;
    opacity: 0.3;
    margin: 0 35px;
    outline: none;
    cursor: pointer;
}

.latestworks .latest-slider .item.slick-center {
    opacity: 1;
}

.item figure {
    overflow: hidden;
    margin: 0;
	padding: 0;
    width: 100%;
    cursor: pointer;
}

.item figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
}

.item figure figcaption {
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
}

.item figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.item figure h2 {
    color: #fff;
	letter-spacing: 0.05em;
    font-weight: 300;
}

.item figure h2 span {
    font-weight: 800;
}

.item figure h2 {
    margin: 0;
}

figure figcaption {
    text-align: right;
}

figure h2 {
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0;
}

figure h2::after {
    position: absolute;
    content: '';
    top: 50px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
}

.latestworks .slick-dots {
    bottom: -60px;
}

.latestworks .slick-dots li {
    width: 20px;
    height: 15px;
}

.latestworks .slick-dots li.slick-active {
    width: 40px;
}

.latestworks .slick-dots li button:before {
    display: none;
}

.latestworks .slick-dots li button {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #fff;
    margin: 0 auto;
}


/* [ 13 - TESTIMONIAL SECTION ] */
/*==================================================*/
.clients-testimonial .testimonial-slider {
    margin-bottom: 60px;
}

.clients-testimonial .testimonial-slider .item {
    outline: none;
    margin: 0 15px;
}

.clients-testimonial .testimonial-slider .item .client-testimonial {
    padding: 3em;
    position: relative;
}

.clients-testimonial .testimonial-slider .item .client-testimonial:after {
    position: absolute;
    content: '';
    bottom: -15px;
    width: 0;
    left: 45px;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: transparent transparent transparent transparent;
}

.clients-testimonial .testimonial-slider .item .client-testimonial p {
    color: #fff;
    font-size: 17px;
    margin: 0;
    position: relative;
}

.clients-testimonial .testimonial-slider .item .client-testimonial p:after,
.clients-testimonial .testimonial-slider .item .client-testimonial p:before {
    position: absolute;
    font-size: 400px;
    opacity: 0.2;
    color: #fff;
}

.clients-testimonial .testimonial-slider .item .client-testimonial p:before {
    content: '\f10d';
    font-family: 'Font Awesome\ 5 Free';
    font-size: 85px;
    font-weight: 900;
    line-height: 85px;
    top: -50px;
    left: -40px;
}

.clients-testimonial .testimonial-slider .item .client-testimonial p:after {
    font-family: 'Font Awesome\ 5 Free';
    content: '\f10e';
    font-size: 85px;
    font-weight: 900;
    line-height: 85px;
    bottom: -50px;
    right: -40px;
}

.clients-testimonial .testimonial-slider .item .client-info {
    padding: 30px 15px;
}

.clients-testimonial .testimonial-slider .item .client-info figure {
    width: 60px;
    height: 60px;
    border: 3px solid transparent;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 15px;
}

.clients-testimonial .testimonial-slider .item .client-info h3 {
    font-size: 20px;
    margin: 0;
}

.clients-testimonial .testimonial-slider .slick-dots {
    bottom: -60px;
}

.clients-testimonial .testimonial-slider .slick-dots li {
    width: 20px;
    height: 15px;
}

.clients-testimonial .testimonial-slider .slick-dots li.slick-active {
    width: 40px;
}

.clients-testimonial .testimonial-slider .slick-dots li button:before {
    display: none;
}

.clients-testimonial .testimonial-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #dcdfe7;
    margin: 0 auto;
}


/* [ 14 - FUN FACTS SECTION ] */
/*==================================================*/
.fun-facts .fact-box {
    padding: 2em;
    background: #fff;
    border-radius: 12px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    margin-bottom: 1em;
}

.fun-facts .fact-box .lnr {
    font-size: 50px;
    margin: 10px 0 20px;
}

.fun-facts .fact-box h5 {
    font-size: 55px;
    font-weight: 900;
}

.fun-facts .fact-box h6 {
    font-size: 25px;
}


/* [ 15 - DOMAIN PRICE SECTION ] */
/*==================================================*/
.prices .price-table {
    margin-bottom: 30px;
    border-radius: 12px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.prices .price-table .top {
    padding: 25px;
    position: relative;
    overflow: hidden;
}

.prices .price-table .top .best {
    width: 200px;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    left: -58px;
    top: 30px;
    padding: 2px 0;
    letter-spacing: 2px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transform: rotate(-45deg);
}

.prices .price-table .top h4 {
    font-size: 25px;
    font-weight: 600;
}

.prices .price-table .top h3 {
    font-size: 80px;
    font-weight: 600;
    margin: 0;
}

.prices .price-table .top h3 span {
    font-size: 20px;
}

.prices .price-table .top h5 {
    font-size: 16px;
    margin: 0;
}

.prices .price-table .bottom {
    padding: 25px 0;
}

.prices .price-table .bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prices .price-table .bottom ul li {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    border-bottom: 1px solid rgba(246, 246, 246, .35);
    padding: 15px;
}

.prices .price-table .bottom a {
	color: #fff;
}

/* [ 16 - OUR TEAM SECTION ] */
/*==================================================*/
.our-team .team-slider .person {
    position: relative;
    padding: 30px;
    margin: 0 15px;
    margin-bottom: 100px;
	background: #fff;
    outline: none;
}

.our-team .team-slider .person img {
    border-radius: 50%;
    width: 130px;
}

.our-team .team-slider .person h3 {
    font-weight: 800;
    font-size: 18px;
    margin: 0;
}

.our-team .team-slider .person h5 {
    font-size: 16px;
    margin: 0;
}

.our-team .team-slider .person p {
    margin: 0;
}

.our-team .team-slider .person ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    z-index: -1;
    background: #fff;
}

.our-team .team-slider .person ul li {
    display: inline-block;
}

.our-team .team-slider .person ul li a {
    display: block;
    padding: 5px;
    width: 35px;
    border-radius: 50%;
}

.our-team .team-slider .person:hover ul {
    transform: translateY(100%);
}

.our-team .team-slider .slick-dots li {
    width: 20px;
    height: 15px;
}

.our-team .team-slider .slick-dots li.slick-active {
    width: 40px;
}

.our-team .team-slider .slick-dots li button:before {
    display: none;
}

.our-team .team-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #fff;
    margin: 0 auto;
}


/* [ 17 - COMMON FAQ SECTION ] */
/*==================================================*/
.faq .accordion .card {
    margin-bottom: 1em;
    border-radius: 28px !important;
    overflow: hidden;
    background: #fff;
}

.faq .accordion .card,
.faq .accordion .card .card-header {
    border: none;
}

.faq .accordion .card .card-header {
    padding: 0;
}

.faq .accordion .card .card-header h5 .btn {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    white-space: unset;
    text-decoration: none;
    padding: 15px 60px 15px 30px;
    color: #2a3659;
    position: relative;
}

.faq .accordion .card .card-header h5 .btn:before,
.faq .accordion .card .card-header h5 .btn:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    background: #ccc;
}

.faq .accordion .card .card-header h5 .btn:before {
    width: 2px;
    height: 12px;
    right: 30px;
}

.faq .accordion .card .card-header h5 .btn:after {
    width: 12px;
    height: 2px;
    right: 25px;
}

.faq .accordion .card .card-header h5 .btn.collapsed:before,
.faq .accordion .card .card-header h5 .btn.collapsed:after {
    background: #fff;
    transform: translateY(-50%) rotate(0deg);
}

.faq .accordion .card .card-header h5 .btn.collapsed {
    color: #fff;
}

.faq .accordion .card .card-body {
    padding: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}


/* [ 18 - COMPANY LOGO SECTION ] */
/*==================================================*/
.logos {
    padding: 35px 0;
	vertical-align: middle;
}

.logos .logos-slider .item {
    outline: none;
    margin: 0 30px;
}

@media (max-width: 768px) {
    .logos .logos-slider .slick-next {
        right: 0;
    }

    .logos .logos-slider .slick-prev {
        left: 0;
        z-index: 1;
    }
}


/* [ 19 - NEWSLETTER SECTION ] */
/*==================================================*/
.newsletter {
  position: relative;
  background-color: #d2d2d2;
}

.newsletter::before {
	content: "";
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	left: 50%;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #b91d73 transparent transparent transparent;
}

.newsletter-form {
  width: 100%;
}

.newsletter-form input {
  display: inline-block;
}

.newsletter-form form {
  width: 70%;
  margin: 0 auto;
  position: relative;
}

.newsletter-form .newsletter-email {
  width: 100%;
  background-color: #fff;
  height: 40px;
  border: 1px transparent;
  padding-left: 10px;
  margin-bottom: 10px;
}

.newsletter .btn-submit {
  border: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0px 20px;
  margin: 0px !important;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
}

.newsletter #mc-form label {
  color: #222;
  margin-top: 8px;
}

@media (max-width: 768px) {
    .newsletter-form form {
        width: 100%;
    }
}


/* [ 20 - RECENT POST SECTION ] */
/*==================================================*/
.recent-post .recent-post-slider .item {
    background: #fff;
	margin-bottom: 100px;
    outline: none;
}

.post-img {
  position: relative;
  overflow: hidden;
  padding: 0px 0px;
  z-index: 0;
}

.post-img img {
  height: 100%;
  width: 100%;
  z-index: 1;
  transition: all 0.5s;
}

.img-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 2;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
}

.img-overlay::before {
  content: "";
  height: 100px;
  width: 100px;
  position: absolute;
  border-top: 1px solid #b91d73;
  border-left: 1px solid #b91d73;
  top: 15px;
  left: 15px;
}

.align-items-center .img-overlay::after {
  content: "";
  height: 100px;
  width: 100px;
  position: absolute;
  border-bottom: 1px solid #b91d73;
  border-right: 1px solid #b91d73;
  bottom: 15px;
  right: 15px;
}

.align-items-center:hover .post-img img {
  transform: scale(1.1);
}

.align-items-center:hover .img-overlay {
  visibility: visible;
  transform: scale(1);
}

.recent-post .recent-post-slider .item h3 {
    font-size: 24px;
    font-weight: 900;
    margin: 0;
}

.recent-post .recent-post-slider .item p {
    font-size: 18px;
    margin: 0;
}

.post-meta {
    padding: 0;
    list-style: none;
    margin: 0;
}

.post-meta li {
    display: inline-block;
    font-size: 14px;
    color: #c2c2c2;
    margin-right: 15px;
}

.post-meta ul li span {
    margin-right: 5px;
}

.recent-post .recent-post-slider .slick-dots li {
    width: 20px;
    height: 15px;
}

.recent-post .recent-post-slider .slick-dots li.slick-active {
    width: 40px;
}

.recent-post .recent-post-slider .slick-dots li button:before {
    display: none;
}

.recent-post .recent-post-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #dcdfe7;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .recent-post .recent-post-slider .item h3 {
        margin-top: 15px;
    }
}


/* [ 21 - DOWNLOAD TEMPLATE SECTION ] */
/*==================================================*/
.load-template h2 {
    font-size: 40px;
    font-weight: 900;
}

.load-template p {
    font-size: 18px;
}

.load-template a {
    position: relative;
    padding-left: 80px;
    text-align: left;
    text-transform: none;
    margin-right: 30px;
}

.load-template a:last-child {
    margin: 0;
}

.load-template a i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    left: 35px;
}

@media (max-width: 414px) {
    .load-template a {
        padding: 10px;
        padding-left: 55px;
        padding-right: 20px;
        font-size: 12px;
        margin-right: 10px;
    }

    .load-template a i {
        left: 20px;
        font-size: 25px;
    }

    .load-template a:last-child {
        margin: 0;
    }
}


/* [ 22 - GET IN TOUCH SECTION ] */
/*==================================================*/
.get-in-touch .form-group {
    position: relative;
}

.get-in-touch .form-group .form-control {
    border: none;
    border-bottom: 2px solid;
    border-radius: 0;
    font-weight: 300;
    padding: 10px 20px;
    margin-bottom: 1.5em;
}

.get-in-touch .form-group .form-control~.focus-border {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 3px;
    transform: translateX(-50%);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.get-in-touch .form-group .form-control:focus~.focus-border {
    width: 100%;
}

.get-in-touch .form-group .form-control:focus {
    outline: none;
    box-shadow: none;
}

.get-in-touch .contact-info .info-box {
    width: 100%;
	height: 200px;
	padding-top: 1em;
	margin-bottom: 15px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.get-in-touch .contact-info .info-box span {
    display: block;
    margin-bottom: 20px;
}

.get-in-touch .contact-info .info-box .lnr {
    font-size: 60px;
    text-align: center;
    margin: 0 auto 20px;
}

.get-in-touch .contact-info .info-box h5,
.get-in-touch .contact-info .info-box a {
    font-size: 18px;
    line-height: 30px;
    display: block;
}

.get-in-touch .response {
    display: none;
	margin-top: 10px;
}
.contact-form-area div.error input,
.contact-form-area div.error textarea {
    border-bottom: 1px solid #b54d4d;
}

.contact-form-area span.error {
    display: none;
}
form .nocomment {
   display:none;
}


/* [ 23 - FOOTER SECTION ] */
/*==================================================*/
footer .footer-widgets .widget {
    color: #f6f6f6;
    margin-bottom: 1em;
}

footer .footer-widgets .widget img {
    margin-bottom: 15px;
}

footer .footer-widgets .widget h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1.5em;
    color: #f6f6f6;
}

footer .footer-widgets .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .footer-widgets .widget ul li {
    margin-bottom: 1em;
    line-height: 30px;
}

footer .footer-widgets .widget ul li span {
    color: #f6f6f6;
}

footer .footer-widgets .widget ul li a {
    color: #f6f6f6;
}


footer .copyright {
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.4);
}

footer .copyright p {
    font-weight: 400;
    margin: 0;
    line-height: 40px;
    color: #f6f6f6;
}


/* [ 24 - BLOG PAGE ] */
/*==================================================*/
.page-head {
    position: relative;
    padding: 125px 0;
}

.page-head h1 {
    font-size: 60px;
    font-weight: 900;
    margin: 0;
    padding: 100px 0 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 15px;
}

.blog-page .blog-box {
    margin-bottom: 30px;
}

.blog-page .blog-box .blog-details {
    padding: 0 15px
}

.blog-page .blog-box .blog-details h3 {
    font-size: 18px;
    font-weight: 900;
    margin: 0;
}

.blog-page .blog-box .blog-img a {
    display: block;
}

.blog-page .blog-box .blog-img a img {
    width: 100%;
}

.blog-page .blog-box .blog-details h3 a {
    transition: all ease 0.3s;
}

.blog-page .blog-box .blog-details p {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

nav .pagination {
    padding: 15px 35px;
    margin: 0 auto;
    justify-content: center;
}

nav .pagination li:first-child a,
nav .pagination li:last-child a {
    line-height: 28px;
    border-radius: 50% !important;
    background: transparent !important;
}

nav .pagination li {
    margin: 0 10px;
}

nav .pagination li a {
    font-size: 14px;
    border-radius: 50%;
    border: none;
    color: #000;
    padding: 0;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 24px;
    background: transparent;
}

nav .pagination li a:hover {
    color: #333;
    background: rgba(158, 158, 158, 0.1);
}

@media (max-width: 992px) {
    nav .pagination {
        margin-bottom: 30px;
    }
}


/* [ 25 - SIDEBAR BLOG PAGE ] */
/*==================================================*/
aside.sidebar .gray-panel {
    background: rgba(158, 158, 158, 0.1);
    padding: 15px 30px;
    margin-bottom: 30px;
}

aside.sidebar .search .form-group {
    position: relative;
}

aside.sidebar .search .form-group .form-control {
    border: none;
    border-bottom: 2px solid;
    border-radius: 0;
    font-weight: 300;
    padding: 10px 20px;
    background: transparent;
}

aside.sidebar .search .form-group .form-control~.focus-border {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 3px;
    transform: translateX(-50%);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

aside.sidebar .search .form-group .form-control:focus~.focus-border {
    width: 100%;
}

aside.sidebar .gray-panel h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
    position: relative;
    margin-bottom: 15px;
}

aside.sidebar .gray-panel h3::after {
    position: absolute;
    width: 50px;
    height: 2px;
    background: #000;
    content: '';
    bottom: 0;
    left: 0;
}

aside.sidebar .follow-me ul {
    padding: 0;
    list-style: none;
    margin: 0 0 20px;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

aside.sidebar .follow-me ul li {
    margin-right: 10px;
    margin-bottom: 10px;
}

aside.sidebar .follow-me ul li a {
    width: 60px;
	height: 60px;
    line-height: 60px;
	font-size: 30px;
    text-align: center;
    background: #cccccc;
    display: block;
    color: #fff;
}

aside.sidebar .follow-me ul li.facebook a {
    background: #4B69B1;
}

aside.sidebar .follow-me ul li.instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

aside.sidebar .follow-me ul li.linkedin a {
    background: #1278B6;
}

aside.sidebar .follow-me ul li.twitter a {
    background: #2BB2E1;
}

aside.sidebar .categories ul {
    padding: 0;
    list-style: none;
    margin: 0 0 20px;
}

aside.sidebar .categories ul li a {
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 7px;
    display: block;
}

aside.sidebar .categories ul li:last-child a {
    margin: 0;
}

aside.sidebar .recent-post .post {
    margin-bottom: 15px;
}

aside.sidebar .recent-post .post figure {
    height: 60px;
    margin: 0 10px 0 0;
    flex: 0 0 60px;
}

aside.sidebar .recent-post .post h4 {
    font-weight: 600;
    font-size: 16px;
}

aside.sidebar .tags ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

aside.sidebar .tags ul li {
    display: inline-block;
    margin: 0 5px 12px 0;
}

aside.sidebar .tags ul li a {
  border: 1px solid rgba(0,0,0,0.35);
  padding: 7px 7px 7px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 992px) {
    aside.sidebar {
        padding-top: 50px;
    }
}


/* [ 26 - SINGLE BLOG PAGE ] */
/*==================================================*/
.single-blog-with-sidebar {
    padding-bottom: 100px;
}

.single-blog-page .blog-box .blog-details {
    padding: 0 15px
}

.single-blog-page .blog-box .blog-details h3 {
    font-size: 22px;
    font-weight: 900;
    margin: 0;
}

.single-blog-page .blog-box .blog-img img {
    width: 100%;
}

.single-blog-page .blog-box .blog-details h3 {
    transition: all ease 0.3s;
}

.single-blog-page .blog-box .blog-details p {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    font-weight: 400;
    margin-bottom: 30px;
}

.single-blog-page .blog-box .blog-details blockquote {
    padding: 30px 45px;
    background: rgba(158, 158, 158, 0.1);
    margin-bottom: 30px;
    border-left: 5px solid;
}

.single-blog-page .blog-box .blog-details blockquote p {
    margin: 0;
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
}

.single-blog-page hr {
    border-top: 1px solid rgba(124, 124, 124, 0.1);
}

.single-blog-page .blog-box .post-tag-area {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 15px 10px;
    margin-bottom: 30px;
}

.single-blog-page .blog-box .post-tag-area ul {
    padding: 0;
    padding-bottom: 10px;
    margin: 0;
}

.single-blog-page .blog-box .post-tag-area ul li {
    display: inline-block;
    font-size: 18px;
    color: #3e3e3e;
}

.single-blog-page .blog-box .post-tag-area ul li a {
    display: block;
    text-align: center;
}

.single-blog-page .blog-box .post-tag-area .share-icon li a {
    width: 30px;
    font-size: 16px;
}

.single-blog-page .blog-box .post-tag-area .tags li a {
    font-size: 16px;
}

.comments-container {
    padding: 15px;
}

.comments-container h3 {
    font-size: 22px;
    margin-bottom: 30px;
}

.comments-container .comments-list {
    padding: 0;
    list-style: none;
    margin: 0;
}

.comments-container .comments-list li {
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.comments-container .comments-list li:last-child {
    border: none;
}

.comments-container .comments-list li figure {
    flex: 0 0 60px;
    max-width: 60px;
    margin: 0;
    margin-right: 30px;
}

.comments-container .comments-list li h4 {
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 16px;
}

.comments-container .comments-list li h6 {
    font-size: 14px;
    margin-bottom: 8px;
}

.comments-container .comments-list li p {
    margin-bottom: 10px;
}

.comments-container .comments-list li .reply {
    font-size: 14px;
}

.comments-container .comments-list li .reply i {
    margin-right: 5px;
}

.comments-container .comments-list li.comment-reply {
    margin-left: 100px;
}

.comments-form h3 {
    font-size: 22px;
    margin-bottom: 30px;
}

.comments-form .form-group {
    position: relative;
}

.comments-form .form-group .form-control {
    border: none;
    border-bottom: 2px solid;
    border-radius: 0;
    font-weight: 300;
    padding: 10px 20px;
    background: transparent;
}

.comments-form .form-group .form-control~.focus-border {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 3px;
    transform: translateX(-50%);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.comments-form .form-group .form-control:focus~.focus-border {
    width: 100%;
}

@media (max-width: 992px) {
    .comments-form .btn {
        margin-bottom: 30px;
    }
}


/* [ 27 - SCROLL TOP ] */
/*==================================================*/
#scroll-top-area {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9999;
	display: none;
}

#scroll-top-area img {
	width: 50px;
	height: 50px;
}