/*!
Theme Name: bConstruct
Theme URI: https://themes.feedbackget.com/wp-demo/interior
Author: codexunictheme
Author URI: https://www.templatemonster.com/authors/codexunictheme/
Description: bConstruct  - Construction and Architecture Responsive WordPress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bconstruct
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bConstruct is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*--------------CSS INDEX------------
 * #-Header
 * #-Preeloader
 * #-Mobile Menu
 * #-Footer
 * #-Breadcrumb
 * #-Blog
 * #-Pagination
 * #-Blog Details
 * #-Sidebar Widgets
 * #-About Us
 * #-Info Box
 * #-Team Item
 *
*/
:root {
  --body-color: #666;
  --main-color: #1e1b39;
  --primary-color: #daa14c;
  --headding-color: #272727;
  --section-bg: #ededed;
}
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');
body{
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: var(--body-color);
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
	background: var(--primary-color);
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: var(--primary-color);
	color: #fff;
	text-shadow: none;
}
::selection {
	background: var(--primary-color);
	color: #fff;
	text-shadow: none;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding: 0;
}
h1,h1,h2,h3,h4,h5,h6{
	color: var(--headding-color);
	font-weight: 700;
	font-family: 'Rajdhani', sans-serif;
}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}
a:hover{
	text-decoration: none;
	color: var(--primary-color);
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
textarea:focus{
	outline: none;
}
p{
	color: var(--main-color);
	line-height: 26px;
}
img{
	max-width:100%;
}
.section-bg{
	background-color: var(--section-bg);
}
.section-padding{
	padding: 100px 0px;
}
.section-padding-2{
	padding-top: 100px;
	padding-bottom: 70px;
}
.section-padding-80{
	padding: 80px 0px;
}
.section-padding-70{
	padding: 70px 0px;
}
.section-padding-50{
	padding: 50px 0px;
}
.text-right{
	text-align: right;
}
/*Scroll Area*/
.scroll-area {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: none;
}
.scroll-area i {
    width: 45px;
    height: 45px;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*
 * #-Header
*/
.header-top {
    background: var(--headding-color);
    padding: 12px 0px;
}
.header-top-info span {
    padding-right: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.header-top-info span:last-child{
	padding-right: 0px;
}
.header-top-info span i {
    padding-right: 3px;
}
.header-top-info span a {
    color: #fff;
}
.h1_top_social span {
    display: inline-block;
    margin: 0px 10px;
}
.h1_top_social span:first-child{
	margin-left: 0px;
}
.h1_top_social span:last-child{
	margin-right: 0px;
}
.h1_top_social span a{
	color: #fff;
}
.h1_top_social span a:hover{
	color: var(--primary-color);
}
/*
 * Menu
*/
.menu{
	text-align: right;
}
.menu ul li {
	display: inline-block;
	position: relative;
}
.menu ul li a {
    display: inline-block;
    color: #1e1b39;
    text-transform: capitalize;
    font-weight: 600;
    padding: 35px 18px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 15px;
}
.menu ul li:hover > a {
	color: var(--primary-color);
}
.menu nav ul li > ul {
	position: absolute;
	top: 120px;
	right: 0px;
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 200px;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	text-align: left;
	border: 1px solid #efefef;
	border-top: 6px solid var(--primary-color);
}
.menu nav ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	top: 92px;
	right: 0px;
}
.menu nav ul li > ul > li {
	display: block;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: 0px;
	padding: 0px;
}
.menu nav ul li > ul > li a::after {
	content: "+";
	clear: both;
	display: block;
	position: absolute;
	top: 49%;
	left: 14px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4 ease-in-out;
	transition: all .4s ease-in-out;
}
.menu nav ul li > ul > li:hover > a {
	color: var(--primary-color);
	background: #f7f9fe;
}
.menu nav ul li > ul > li:hover > a::after{
	opacity: 1;
	visibility: visible;
}
.menu nav ul li > ul > li:hover > a {
	color: var(--primary-color) !important;
}
.menu nav ul li > ul > li li > a:hover{
	color: #fff;
}
.menu nav ul li > ul > li a {
	display: inline-block;
	width: 100%;
	padding: 10px 14px;
	border-bottom: 1px solid #efefef;
	font-size: 14px;
	color: #1e1b39;
	margin: 0px;
	font-weight: 600;
	text-transform: capitalize;
}
.menu nav ul li > ul > li:last-child a{
	border-bottom: none;
}
.menu nav ul > li > ul > li > ul {
	left: 200px;
	top: 28px;
}
.menu nav ul li > ul > li:hover > ul {
	top: -3px;
}
.menu nav ul li > ul > li:hover > ul {
	top: -3px;
	left: 100%;
}
.menu ul li.menu-item-has-children {
	position: relative;
}
.menu nav ul li > ul > li a::after {
	content: " ";
	clear: both;
	display: block;
	position: absolute;
	top: 29%;
	left: 13px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4 ease-in-out;
	transition: all .4s ease-in-out;
	color: var(--primary-color);
}
.menu ul li.menu-item-has-children:hover::after{
	color: var(--primary-color);
}
.menu ul li.menu-item-has-children::after {
	content: "+";
	clear: both;
	display: block;
	position: absolute;
	font-weight: 700;
	top: 39%;
	right: 4px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #4d4d4d;
	font-size: 14px;
}
.menu ul li ul li.menu-item-has-children::after {
	transform: rotate(-90deg);
	top: 30%;
}
.menu nav ul li:nth-child(1):hover > ul, .menu nav ul li:nth-child(2):hover > ul, .menu nav ul li:nth-child(3):hover > ul, .menu nav ul li:nth-child(4):hover > ul {
    left: 0;
    right: inherit !important;
}
.menu nav ul li:nth-child(1) > ul, .menu nav ul li:nth-child(2) > ul, .menu nav ul li:nth-child(3) > ul, .menu nav ul li:nth-child(4) > ul {
    right: inherit;
    left: 0px;
}
.menu nav ul > li > ul > li > ul {
    left: 100% !important;
}
.menu nav ul li > ul > li:hover > ul {
    left: 100% !important;
}
.header-search {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 20px;
    position: relative;
}
.header-search-icon {
	position: relative;
	width: 35px;
	height: 35px;
}
.header-search-icon::after {
	content: "\f52a";
	clear: both;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	border-radius: 4px;
	font-family: "bootstrap-icons";
	justify-content: center;
	align-items: center;
	display: flex;
	font-size: 18px;
	cursor: pointer;
}
.header-search-icon.active::after{
	content: "\f659";
	font-size: 16px;
}
.header-top-search-form {
	transform: scale(0);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	position: absolute;
	top: 100%;
	right: 0;
	opacity: 0;
	visibility: hidden;
	width: 400px;
	background: #ffffff;
	border-top: 3px solid var(--primary-color);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	z-index: 9;
}
.header-top-search-form.active {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.header-top-search-form-full {
	padding: 20px;
	position: relative;
	width: 100%;
}
.header-top-search-form-full::after {
	content: "";
	position: absolute;
	right: 4px;
	top: -12px;
	clear: both;
	display: block;
	clip-path: polygon(55% 0, 0% 100%, 100% 100%);
	width: 20px;
	height: 10px;
	background: var(--primary-color);
}
.header-top-search-form-full form {
	width: 100%;
	position: relative;
}
.header-top-search-form-full input {
	font-size: 14px;
	background-color: #f7f9fe;
	color: #333;
	border: 1px solid #f1f1f1;
	width: 100%;
	position: relative;
	padding: 14px 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.header-top-search-form-full input:focus {
	border-color: var(--primary-color);
}
.header-top-search-form-full button {
	position: absolute;
	top: 0;
	background: var(--primary-color);
	height: 100%;
	border: none;
	right: 0;
	color: #fff;
	padding: 0px 15px;
}
/*
 * #-Preeloader
*/
#preeloader {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    background: var(--section-bg);
}
#preeloader .loader {
  border: 4px solid var(--primary-color);
  border-radius: 50%;
  border-top: 4px solid #000;
  width: 50px;
  height: 50px;
  -webkit-animation: spin .5s linear infinite; /* Safari */
  animation: spin .5s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

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

/*
 * Sticky
*/
.sticky-header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	-webkit-animation: sticky 1s;
	-moz-animation: sticky 1s;
	-o-animation: sticky 1s;
	animation: sticky 1s;
	-webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	-moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	box-shadow: 2px 4px 8px rgba(140, 129, 129, 0.25);
	background: #fff;
}
@-webkit-keyframes sticky {
  	0% {
    	-webkit-transform: translateY(-100%);
    	transform: translateY(-100%); 
    }
  	100% {
    	-webkit-transform: translateY(0%);
    	transform: translateY(0%); 
	} 
}
@keyframes sticky {
  	0% {
    	-webkit-transform: translateY(-100%);
    	transform: translateY(-100%); 
	}
  	100% {
    	-webkit-transform: translateY(0%);
    	transform: translateY(0%); 
	} 
}
/*Scroll Area*/
.scroll-area {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: none;
}
.scroll-area i {
    width: 45px;
    height: 45px;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}
.scroll-area.right {
    right: 20px;
}
.scroll-area.left {
    left: 20px;
}
.text-left {
    text-align: left;
}
.menu.text-left {
    text-align: left;
}
/*
 * #-Mobile Menu
*/
.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0;
}
.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}
.offcanvas_menu_wrapper {
	width: 290px;
	position: fixed;
	background: #fff;
	z-index: 99999;
	top: 0;
	height: 100vh;
	transition: .5s;
	left: 0;
	margin-left: -300px;
	padding: 20px 0px 30px;
	overflow-y: auto;
}
.offcanvas_menu_wrapper.active {
  margin-left: 0;
}
.offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}
.offcanvas_menu_wrapper .header_search_box {
  display: block;
}
.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
  transform: rotate(180deg);
}
.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu li {
  position: relative;
}
.offcanvas_main_menu li:last-child {
  margin: 0;
}
.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 10px;
}
.offcanvas_main_menu li a {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	padding: 15px 10px;
	margin-bottom: 0px;
	border-bottom: 1px solid #ededed;
	color: #1e1b39;
	padding-left: 25px;
}
.offcanvas_main_menu li a:hover {
  color: var(--primary-color);
}
.offcanvas_main_menu li ul.sub-menu {
	padding-left: 0px;
	background: #cccccc0f;
}
.offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.offcanvas_footer span a {
  font-size: 14px;
}
.offcanvas_footer span a:hover {
  color: var(--primary-color);
}
.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: var(--primary-color);
}
.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px;
}
.canvas_close a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #333;
}
.mobile-logo {
	padding-left: 20px;
	margin-bottom: 30px;
	padding-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .canvas_open {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .canvas_open {
    right: 20px;
    top: 27px;
    display: block;
    width: 36px;
  }
}
.canvas_open {
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 999;
	position: relative;
	display: block;
}
.canvas_open span {
	width: 100%;
	height: 2px;
	background: #1e1b39;
	display: block;
	margin: 8px 0px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.canvas_open.white span {
	background: #fff;
}
.canvas_open span:nth-child(2){
	transition: all 0.4s ease-in-out;
	position: relative;
}
.canvas_open span:nth-child(2)::before {
	content: "";
	width: 30px;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	transform: rotate(0deg);
	transition: all 0.4s ease-in-out;
}
.canvas_open.white span:nth-child(2)::before {
	background: #fff;
}
.canvas_open span:nth-child(2)::after {
	content: "";
	width: 30px;
	height: 2px;
	background: #1e1b39;
	position: absolute;
	left: 0;
	transform: rotate(0deg);
	transition: all 0.4s ease-in-out;
}
.canvas_open.white span:nth-child(2)::after {
	background: #fff;
}
.canvas_open.active span:nth-child(2)::before {
	content: "";
	width: 30px;
	height: 2px;
	background: #1e1b39;
	position: absolute;
	left: 0;
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}
.canvas_open.active.white span:nth-child(2)::before {
	background: #fff;
}
.canvas_open.active span:nth-child(2)::before {
	content: "";
	width: 30px;
	height: 2px;
	background: #1e1b39;
	position: absolute;
	left: 0;
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}
.canvas_open.active.white span:nth-child(2)::before {
	background: #fff;
}
.canvas_open.active span:nth-child(2)::after {
	content: "";
	width: 30px;
	height: 2px;
	background: #1e1b39;
	position: absolute;
	left: 0;
	transform: rotate(45deg);
	transition: all 0.4s ease-in-out;
}
.canvas_open.active.white span:nth-child(2)::after {
	background: #fff;
}
.canvas_open.active span:nth-child(1){
	opacity: 0;
	visibility: hidden;
}
.canvas_open.active span:nth-child(3){
	opacity: 0;
	visibility: hidden;
}
.canvas_open span:nth-child(2) {
	width: 100%;
	height: 2px;
	background: #1e1b39;
	display: block;
	margin: 5px 0px;
	transition: all 0.4s ease-in-out;
	position: relative;
}
.canvas_open.active span:nth-child(2) {
	position: relative;
	width: 0;
}
.offcanvas_main_menu li span.menu-expand {
	position: absolute;
	right: 0px;
	cursor: pointer;
	width: 48px;
	height: 51px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	top: 0px;
	color: #000;
	border-left: 1px solid #cfcdd5;
}
.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
	transform: rotate(180deg);
	border-right: 1px solid #cfcdd5;
	border-left: none;
}
.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
	transform: rotate(180deg);
	border-right: 1px solid #cfcdd5;
	border-left: none;
}
.offcanvas_main_menu li span.menu-expand i {
	line-height: 1;
	padding-top: 5px;
}
.offcanvas_menu_wrapper::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #cccccc1a;
	top: 0;
	left: 0;
	z-index: -1;
}
.canvas_open.active span:nth-child(2)::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #1e1b39;
    position: absolute;
    left: 0;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}
.canvas_open.active span:nth-child(2)::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #1e1b39;
    position: absolute;
    left: 0;
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}
.canvas_open.active span:nth-child(1) {
    opacity: 0;
    visibility: hidden;
}
.canvas_open.active span:nth-child(3) {
    opacity: 0;
    visibility: hidden;
}
/*
 * #-Footer
*/
.footer-bottom {
    background: #000b1c;
}
.footer-bottom p {
    color: #ccc;
    font-size: 14px;
    font-weight: 600;
}
.footer-bottom p a{
	color: #fff;
	font-weight: 700;
}
.footer-bottom p a:hover{
	color: var(--primary-color);
}
.footer-top {
    background: #00122f;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 20px;
}
.footer-widgets-single p {
    margin-bottom: 15px;
    line-height: 26px;
    font-size: 14px;
    font-weight: 600;
    color: #ccc;
}
.footer-widgets-single .footer-logo {
    margin-bottom: 20px;
}
.footer-widgets-single  .content{
    padding-bottom: 10px;
}
.footer-widgets-single  .content p {
    color: #ccc;
    margin-bottom: 10px;
    line-height: 26px;
    font-size: 14px;
    font-weight: 600;
}
.footer-widgets-single .footer-social span {
    display: inline-block;
    justify-content: center;
    margin: 0px 2px;
}
.footer-widgets-single .footer-social span:last-child{
	margin-right: 0px;
}
.footer-widgets-single .footer-social span:first-child{
	margin-left: 0px;
}
.footer-widgets-single .footer-social span a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: var(--headding-color);
    color: #fff;
    -webkit-transtion: all .4s ease;
    transition: all .4s ease;
    font-size: 15px;
}
.footer-widgets-single .footer-social span a:hover{
	background: var(--primary-color);
	color: #fff !important;
}
.footer-widgets-single h2, .footer-widgets-single h3 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 18px;
    padding-bottom: 12px;
    position: relative;
}
.footer-widgets-single h2::before, .footer-widgets-single h3::before {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 20%;
    height: 3px;
    background: var(--primary-color);
    bottom: -1px;
}
.footer-widgets-single h2::after, .footer-widgets-single h3::after{
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #AAAAAA4A;
    bottom: 0;
}
.footer-widgets-single .personal-info .single {
    padding-bottom: 12px;
    display: flex;
}
.footer-widgets-single .personal-info .single:last-child{
	padding-bottom: 0px;
}
.footer-widgets-single .personal-info .single  .icon {
    font-size: 16px;
    padding-right: 12px;
    padding-top: 5px;
}
.footer-widgets-single .personal-info .single  .con h4 {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 1.2;
}
.footer-widgets-single .personal-info .single  .con a{
	color: #ccc;
}
.footer-widgets-single .personal-info .single  .con a:hover{
	color: var(--primary-color);
}
.footer-widgets-single ul li {
    display: block;
    padding: 8px 0px;
}
.footer-widgets-single ul li a {
    color: #ccc;
    font-weight: 600;
    font-size: 13px;
}
.footer-widgets-single ul li a:hover{
	color: var(--primary-color);
}
.footer-widgets-single .sub-c-form form {
    width: 100%;
    position: relative;
}
.footer-widgets-single .sub-c-form form input {
    height: 60px;
    border: none;
    border-radius: 0px;
    background: #062231;
    width: 100%;
    position: relative;
    padding: 0px 20px;
    font-size: 15px;
    color: #ddd;
    padding-right: 75px;
    font-weight: 600;
}
.footer-widgets-single .sub-c-form form button {
    position: absolute;
    top: 7px;
    right: 10px;
    height: 46px;
    border: none;
    padding: 0px 16px;
    color: #fff;
    background: var(--primary-color);
    cursor: pointer;
}
.footer-widgets-single .personal-info .single  .con p {
    color: #ccc;
    font-size: 14px;
    line-height: 20px;
    padding-top: 4px;
    margin-bottom: 0%;
    font-weight: 400;
}
.footer-widgets-single .menu {
    text-align: left !important;
}
/*
 * #-Breadcrumb
*/
.bconstruct-breadcrumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 120px;
    padding-bottom: 100px;
}
.bconstruct-breadcrumb h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 20px;
}
.bconstruct-breadcrumb  ul {
    display: inline-block;
    background: #fff;
    padding: 14px 30px;
    border-radius: 2px;
}
.bconstruct-breadcrumb ul li:after {
    content: "|";
    clear: both;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
}
.bconstruct-breadcrumb ul li {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    margin-right: 10px;
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
}
.bconstruct-breadcrumb ul li a{
	color: var(--headding-color);
}
.bconstruct-breadcrumb ul li a:hover{
	color: var(--primary-color);
}
.bconstruct-breadcrumb ul li:last-child:after{
	display: none;
}
.bconstruct-breadcrumb ul li:last-child{
	padding-right: 0px;
}
/*
 * #-Blog
*/
.blog-item {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e1dcdc;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.blog-item img{
	height: 100%;
}
.blog-item .content {
    padding: 20px;
}
.blog-item .content .title {
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}
.blog-item .content .title a {
    color: var(--headding-color);
}
.blog-item .content .title a:hover {
    color: var(--primary-color);
}
.blog-item .content .auth {
    border-top: 1px solid #dddddd69;
    border-bottom: 1px solid #dddddd45;
    padding: 5px 0px;
    margin-bottom: 12px;
}
.blog-item .content .auth span {
    font-size: 13px;
    padding-right: 10px;
    text-transform: capitalize;
}
.blog-item .content .auth span:last-child {
    padding-right: 0px;
}
.blog-item .content .auth span i {
    color: var(--primary-color);
    padding-right: 2px;
}
.blog-item .content .auth span a{
	color: var(--body-color);
}
.blog-item .content .auth span:hover a{
	color: var(--primary-color);
}
.blog-item .content p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 12px;
}
.blog-item .content a.read-more {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.blog-item .content .title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/*
 * #-Pagination
*/
.blog-pagination .nav-links {
    width: 100%;
}
.blog-pagination .nav-links ul li {
    display: inline-block;
    margin: 2px 2px;
}
.blog-pagination .nav-links ul li  a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: #fff;
    color: var(--body-color);
    font-weight: 600;
    border-radius: 50%;
    border: 2px solid #ccc;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.blog-pagination .nav-links ul li  a:hover{
	background: var(--primary-color);
	color: #fff;
	border: 2px solid var(--primary-color);
}
.blog-pagination .nav-links ul li span{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
/*
 * #-Blog Details
*/
.blog-details {
    width: 100%;
    overflow: hidden;
    border: 1px solid #eee;
}
.blog-details .thumbnail img {
    width: 100%;
    height: 100%;
}
.blog-details .content {
    padding: 25px 20px;
}
.blog-details .content .meta {
    margin-bottom: 20px;
}
.blog-details .content .meta span {
    padding-right: 20px;
    font-size: 14px;
    color: #666;
    text-transform: capitalize;
}
.blog-details .content .meta span i {
    color: var(--primary-color);
}
.blog-details .content .meta span:last-child {
    padding-right: 0px;
}
.blog-details .content .meta span a{
	color: #666;
}
.blog-details .content .meta span a:hover{
	color: var(--primary-color);
}
.blog-details .content h2 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
}
.blog-details .content p {
    line-height: 27px;
    margin-bottom: 20px;
    font-size: 14px;
}
.blog-details .content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.blog-details .content ol {
    margin-bottom: 14px;
}
.blog-details .content ol li {
    font-weight: 600;
    font-size: 14px;
    padding: 8px 0px;
}
.blog-details .content ul li {
    font-weight: 600;
    font-size: 14px;
    margin: 8px 0px;
    position: relative;
    padding-left: 16px;
}
.blog-details .content ul li:after {
    content: "";
    clear: both;
    width: 9px;
    height: 9px;
    background: transparent;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
}
.blog-details .content  h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}
.blog-details .content  h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
}
.blog-details .content h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.blog-details .content h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.blog-details .content  h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.tagcloud a {
    display: inline-block;
    border: 1px solid #eee;
    padding: 8px 14px;
    margin: 4px 3px;
    color: #333;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    background: #5e2ced0a;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.tagcloud a:hover {
    color: #fff;
    border-color: var(--primary-color);
    background: var(--primary-color);
}
.comments-list-full {
    width: 100%;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 25px 20px;
}
.comments-list-full h2, .comments-form-full h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.comments-list-full ul li {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	padding-left: 85px;
}
.comments-list-full ul li ul.comment-reply li {
	margin-top: 30px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0px;
}
.comments-list-full ul li .thum {
	width: 70px;
	position: absolute;
	top: 0;
	left: 0;
}
.comments-list-full ul li .content h4 {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
}
.comments-list-full ul li .content h4 a {
	color: #000;
}
.comments-list-full ul li .content span {
	font-size: 12px;
}
.comments-list-full ul li .content p {
	width: 100%;
	line-height: 28px;
	color: #666;
	font-size: 14px;
}
.comments-list-full ul li .content .reply a {
	display: inline-block;
	color: #333;
	text-transform: capitalize;
	border: 1px solid #eee;
	margin-top: 10px;
	border-radius: 50px;
	padding: 5px 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.comments-list-full ul li .content .reply a:hover{
	color: var(--primary-color);
	border-color: var(--primary-color);
}
.comments-form-full {
	width: 100%;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 25px 20px;
}
.comments-form-full textarea {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #eee;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 160px;
	padding: 20px;
}
.comments-form-full input {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #eee;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding: 20px;
}
.comments-form-full textarea:focus{
	border-color: var(--primary-color);
}
.comments-form-full input:focus{
	border-color: var(--primary-color);
}
.blog-details .prject-share span {
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
}
.blog-details .prject-share span a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
}
.comments-list-full ul li .thum img {
    height: 100%;
}
.comments-list-full ul li .content em.comment-awaiting-moderation {
    color: var(--primary-color);
    line-height: 1.2;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 13px;
}
.comments-list-full ul li ul.children li {
    margin-bottom: 0px;
    margin-top: 30px;
}
.comments-form-full input#wp-comment-cookies-consent {
    width: auto;
    border-radius: 0px !important;
}
.comments-form-full input#submit {
    width: auto;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 40px;
    background: var(--headding-color);
    color: #fff;
    font-size: 14px;
    border: none;
}
.comments-form-full input#submit:hover{
	background: var(--primary-color);
}
.search-no-results-found-area {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e1dcdc;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding: 30px;
}
.search-no-results-found-area h1.page-title {
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 900;
    margin-bottom: 10px;
}
.search-no-results-found-area .page-content p {
    font-size: 18px;
    max-width: 600px;
    line-height: 30px;
    margin-bottom: 20px;
}
.search-no-results-found-area .page-content  .search-form {
    max-width: 500px;
    width: 100%;
    position: relative;
}
.search-no-results-found-area .page-content  .search-form  label {
    position: relative;
    width: 100%;
}
.search-no-results-found-area .page-content  .search-form input.search-field {
    width: 100%;
    position: relative;
    border-radius: 0px;
    border: 1px solid #ddd;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 14px;
    height: 50px;
    transition: .3s;
    padding-right: 100px
}
.search-no-results-found-area .page-content  .search-form input.search-field:focus{
	border-color: var(--primary-color);
}
.search-no-results-found-area .page-content  .search-form input.search-submit {
    position: absolute;
    height: 50px;
    border: none;
    right: 0;
    text-align: center;
    background: var(--headding-color);
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    padding: 0px 24px;
    transition: .3s;
}
.search-no-results-found-area .page-content  .search-form input.search-submit:hover{
	background: var(--primary-color);
}
.page-main-content-full .post-thumbnail {
    margin-bottom: 20px;
}
.page-main-content-full p {
    font-size: 14px;
    line-height: 25px;
}
.page-main-content-full h2 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
}
.page-main-content-full ul {
    padding-left: 20px;
}
.page-main-content-full ol {
    margin-bottom: 14px;
}
.page-main-content-full ol li {
    font-weight: 600;
    font-size: 14px;
    padding: 8px 0px;
}
.page-main-content-full ul li {
    font-weight: 600;
    font-size: 14px;
    margin: 8px 0px;
    position: relative;
    padding-left: 16px;
}
.page-main-content-full ul li:after {
    content: "";
    clear: both;
    width: 9px;
    height: 9px;
    background: transparent;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
}
.page-main-content-full  h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}
.page-main-content-full  h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
}
.page-main-content-full h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.page-main-content-full h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.page-main-content-full  h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.page-main-content-full .post-thumbnail img{
	height: 100%;
}
.error-404-content h2 {
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 30px;
    margin-bottom: 10px;
}
.error-404-content p {
    font-size: 20px;
    margin-bottom: 30px;
}
.button-1 {
    width: auto;
    text-transform: uppercase;
    font-weight: 600;
    padding: 18px 45px;
    background: var(--headding-color);
    color: #fff;
    font-size: 14px;
    border: none;
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.button-1:hover{
	color: #fff;
	background: var(--primary-color);
}
.button-2 {
    width: auto;
    text-transform: uppercase;
    font-weight: 600;
    padding: 18px 45px;
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    border: none;
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.button-2:hover{
	color: #fff;
	background: var(--headding-color);
}
.comments-list-full #respond.comment-respond {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
}
.comments-list-full #respond.comment-respond h3#reply-title {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.2;
}
.comments-list-full #respond.comment-respond h3#reply-title small {
    border: 1px solid #eee;
    border-radius: 30px;
    color: #666;
    padding: 2px 14px;
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
}
.comments-list-full #respond.comment-respond  p.comment-form-comment {
    margin-top: 15px;
    width: 100%;
}
.comments-list-full #respond.comment-respond p input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 12px;
    margin-bottom: 10px;
    font-weight: 600;
    transition: all .3s ease;
}
.comments-list-full #respond.comment-respond p input:focus{
	border-color: var(--primary-color);
}
.comments-list-full #respond.comment-respond p textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 12px;
    margin-bottom: 10px;
    font-weight: 600;
    transition: all .3s ease;
}
.comments-list-full #respond.comment-respond p textarea:focus{
	border-color: var(--primary-color);
}
.comments-list-full #respond.comment-respond p label {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 3px;
}
.comments-list-full #respond.comment-respond p.comment-form-cookies-consent input {
    width: auto;
    display: inline-block;
}
.comments-list-full #respond.comment-respond p.comment-form-cookies-consent label {
    display: inline;
    line-height: 24px;
    padding-bottom: 0px;
}
.comments-list-full #respond.comment-respond p input#submit {
    width: auto;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    padding: 16px 36px;
    background: var(--headding-color);
    color: #fff;
    font-size: 14px;
}
.comments-list-full #respond.comment-respond p input#submit:hover{
	color: #fff;
	background: var(--primary-color);
}
.comments-list-full #respond.comment-respond p input#submit:focus{
	border: none;
}
/*
 * #-Sidebar Widgets
*/
.sidebar-widgets-single {
    width: 100%;
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 20px 30px;
    border-left: 5px solid var(--headding-color);
}
.sidebar-widgets-single h2, .sidebar-widgets-single h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 900;
    position: relative;
}
.sidebar-widgets-single h2::after, .sidebar-widgets-single h3::after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 28px;
    height: 6px;
    background: var(--headding-color);
    top: 7px;
    left: -30px;
}
.sidebar-widgets-single ul li {
    line-height: 30px;
    border-bottom: 1px dashed #eee;
}
.sidebar-widgets-single ul li:last-child{
	border-bottom: none;
}
.sidebar-widgets-single ul li a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: #444;
    display: inline-block;
    padding: 8px 0px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.sidebar-widgets-single ul li a:hover {
    color: var(--primary-color);
}
.tagcloud a, .wp-block-tag-cloud a {
    display: inline-block;
    border: 1px solid #eee;
    padding: 6px 14px;
    margin: 4px 3px;
    color: #333;
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: 600;
    background: #5e2ced0a;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.tagcloud a:hover, .wp-block-tag-cloud a:hover{
	color: #fff;
    border-color: var(--primary-color);
    background: var(--primary-color);
}
.wi_search_form form {
    width: 100%;
    position: relative;
}
.wi_search_form input {
    width: 100%;
    position: relative;
    border: 1px solid #eee;
    padding: 15px 20px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.wi_search_form button {
    position: absolute;
    top: 10%;
    right: 0;
    width: 50px;
    height: 80%;
    background: none;
    border: none;
    font-size: 20px;
    color: #666;
    border-left: 1px solid #eee;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.wi_search_form input:focus {
    border-color: var(--primary-color);
}
.wi_search_form button:hover {
    color: var(--primary-color);
}
.side-widgets-l-blog .item {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.side-widgets-l-blog .item .thubnail {
    width: 80px;
    height: 70px;
    float: left;
}
.side-widgets-l-blog .item .thubnail img {
    width: 100%;
    height: 100%;
}
.side-widgets-l-blog .item .content {
    overflow: hidden;
    padding-left: 10px;
}
.side-widgets-l-blog .item .content h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 4px;
}
.side-widgets-l-blog .item .content h4 a {
    color: #333;
}
.side-widgets-l-blog .item:hover .content h4 a {
    color: var(--primary-color);
}
.side-widgets-l-blog .item .content span {
    padding-top: 4px;
    display: block;
    font-size: 14px;
}
.transparent.button-1 {
    background: #fff;
    color: var(--headding-color);
}
.transparent.button-1:hover{
	background: var(--primary-color);
	color: #fff;
}
.hero-slider-item {
    padding-top: 200px;
    padding-bottom: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
}
.hero-slider-item:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    background: var(--primary-color);
    top: -50px;
    left: -50px;
    border-radius: 50%;
    opacity: .6;
    transition: all 3s ease;
}
.active .hero-slider-item:after{
	width: 300px;
	height: 300px;
}
.hero-slider-caption h2 {
    color: #fff;
    opacity: 1;
    position: relative;
    z-index: 9;
    font-size: 68px;
    text-transform: capitalize;
    font-weight: 900;
    line-height: 72px;
    margin-bottom: 20px;
}
.hero-slider-caption p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.hero-slider-caption .hero-btn a.button-1:first-child {
    margin-right: 20px;
}
.hero-slider-full .owl-next .hero-slider-nav {
    position: absolute;
    top: 48%;
    right: 0;
}
.hero-slider-full .owl-prev .hero-slider-nav {
    position: absolute;
    top: 48%;
    left: 0;
}
.hero-slider-full .hero-slider-nav {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-size: 30px;
    -webkit-transition: all .4s ease;
    transition: all .3s ease;
}
.hero-slider-full .hero-slider-nav:hover{
	background: var(--primary-color);
	color: #fff;
}
.hero-slider-full .owl-dots {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
}
.hero-slider-full .owl-dots .owl-dot {
    margin: 0 6px;
    border: 0;
    background: none;
    cursor: pointer;
}
.hero-slider-full .owl-dots .owl-dot span {
    display: block;
    border-radius: 50%;
    background-color: #fff;
    width: 10px;
    height: 10px;
    position: relative;
    transition: all 0.3s ease;
}
.hero-slider-full .owl-dots .owl-dot span::after {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    transform: scale(0);
    transition: all 0.3s ease;
}
.hero-slider-full .owl-dots .owl-dot.active span::after {
    transform: scale(1);
}
.hero-slider-full .owl-dots .owl-dot.active span{
	background: var(--primary-color);
}
.active .hero-slider-item h2, .active .hero-slider-item a, .active .hero-slider-item p{
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.active .hero-slider-item p{
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.active .hero-slider-item a {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.hero-slider-full .owl-nav {
    padding: 0;
    margin: 0;
    height: 0;
}
/*
 * #-About Us
*/
.about-us-content h4 {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--primary-color);
    margin-bottom: 10px;
}
.about-us-content h2 {
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.about-us-content p {
    line-height: 30px;
    margin-bottom: 12px;
}
.about-us-content .content-b {
    font-size: 18px;
    font-weight: 700;
    color: var(--headding-color);
    margin-bottom: 15px;
}
.about-us-content ul {
    margin-bottom: 10px;
    overflow: hidden;
}
.about-us-content ul li {
    width: 50%;
    float: left;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    color: #8e8e8e;
    margin-bottom: 12px;
    align-items: center;
}
.about-us-content ul li i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    background: #ffd1d1;
    justify-content: center;
    color: var(--primary-color);
    font-size: 13px;
    margin-right: 10px;
}
.section-headding h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 5px;
}
.section-headding h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
}
/*
 * #-Info Box
*/
.info-box-single {
    background: #fff;
    padding: 50px 35px 43px 35px;
    box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 11%);
}
.info-box-single .icon i{
    width: 80px;
    height: 80px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 35px;
    margin-bottom: 25px;
}
.info-box-single .content h2 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
    -webkit-transition: all .4s ease;
    transition: all .3s ease;
}
.info-box-single.style-1:hover .content h2{
	color: #fff;
}
.info-box-single .content  p {
    margin-bottom: 25px;
    line-height: 28px;
    font-size: 15px;
    color: #666;
    -webkit-transition: all .4s ease;
    transition: all .3s ease;
}
.info-box-single.style-1:hover .content p{
	color: #fff;
}
.info-box-single .content a.button-1 {
    padding: 15px 30px;
}
.info-box-single .content a.button-1 i {
    padding-left: 0px;
    transition: all .3s ease;
}
.info-box-single .content a.button-1:hover i{
	padding-left: 10px;
}
.info-box-single.text-center .icon i{
    margin: auto;
    margin-bottom: 25px;
    -webkit-transition: all .4s ease;
    transition: all .3s ease;
}
.info-box-single.text-right .icon {
    width: 100%;
    overflow: hidden;
}
.info-box-single.text-right .icon i{
	float: right;
}
.info-box-single .icon svg {
    width: 70px;
    margin-bottom: 25px;
}
.info-box-single .icon img{
	width: 80px;
    margin-bottom: 25px;
}
.info-box-single.style-1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
}
.info-box-single.style-1:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: #fff;
    z-index: -1;
    left: 0;
    -webkit-transition: all .4s ease;
    transition: all .3s ease;
}
.info-box-single.style-1:hover:after {
    opacity: .85;
    background: var(--headding-color);
}
.info-box-single.style-1.active:after {
	opacity: .85;
    background: var(--headding-color);
}
.info-box-single.style-1.active .content h2{
	color: #fff;
}
.info-box-single.style-1.active .content p{
	color: #fff;
}
/*
 * Promotion
*/
.promotion-section {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.promotion-section-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 66.67%;
    background-size: cover;
    background-position: center center;
}
.promotion-section-content {
    background: var(--headding-color);
    padding: 160px 30px;
    z-index: 1;
    position: relative;
}
.promotion-section-content h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}
.button-1 i {
    padding-left: 0px;
    transition: all .3s ease;
}
.button-1:hover i{
	padding-left: 10px;
}
.promotion-section-content h2 {
    text-transform: uppercase;
    font-size: 52px;
    color: #fff;
    font-weight: 900;
    line-height: 52px;
    padding-top: 10px;
    margin-bottom: 20px;
}
.promotion-section-content p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 30px;
    font-family: 'Rajdhani';
}
/*
 * Portfolio Details
*/
.prtfolio-details-content img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin-bottom: 20px;
}
.prtfolio-details-content .content p {
    line-height: 27px;
    margin-bottom: 20px;
    font-size: 14px;
}
.prtfolio-details-content .content h2 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
}
.prtfolio-details-content .content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.prtfolio-details-content .content ol {
    margin-bottom: 14px;
}
.prtfolio-details-content .content ol li {
    font-weight: 600;
    font-size: 14px;
    padding: 8px 0px;
}
.prtfolio-details-content .content ul li {
    font-weight: 600;
    font-size: 14px;
    margin: 8px 0px;
    position: relative;
    padding-left: 16px;
}
.prtfolio-details-content .content ul li:after {
    content: "";
    clear: both;
    width: 9px;
    height: 9px;
    background: transparent;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
}
.prtfolio-details-content .content  h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}
.prtfolio-details-content .content  h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
}
.prtfolio-details-content .content h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.prtfolio-details-content .content h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.prtfolio-details-content .content  h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.prtfolio-details-sidebar-top {
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 4%);
    border: 1px solid #f2f2f2;
    padding: 25px 20px;
}
.prtfolio-details-sidebar .prtfolio-details-sidebar-button {
    width: 100%;
    margin-bottom: 30px;
}
.prtfolio-details-sidebar .prtfolio-details-sidebar-button a {
    width: 100%;
    text-align: center;
}
.prtfolio-details-sidebar-top h2, .prtfolio-details-contact-form h2 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.prtfolio-details-contact-form h2 {
	margin-bottom: 15px;
}
.prtfolio-details-sidebar-top ul {
    margin-bottom: 15px;
}
.prtfolio-details-sidebar-top ul  li {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    border-bottom: 1px solid #dddddd3d;
    padding: 6px 0px;
}
.share-portfolio ul {
    margin-bottom: 0px;
}
.share-portfolio ul li{
	border-bottom: none;
}
.share-portfolio ul li {
    border-bottom: none;
    display: inline-block;
    margin: 0px 1px;
}
.share-portfolio ul li  a {
    display: inline-block;
}
.share-portfolio ul li  a  i {
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
}
.prtfolio-details-contact-form .single-field {
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.prtfolio-details-contact-form .single-field input {
    width: 100%;
    padding: 0px 20px;
    border: 1px solid #f2f2f2;
    transition: all .3s ease;
    position: relative;
    padding-left: 30px;
    height: 54px;
}
.prtfolio-details-contact-form .single-field input:focus{
	border-color: var(--primary-color);
}
.prtfolio-details-contact-form .single-field textarea {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #f2f2f2;
    transition: all .3s ease;
    position: relative;
    padding-left: 30px;
    height: 100px;
}
.prtfolio-details-contact-form .single-field textarea:focus{
	border-color: var(--primary-color);
}
.prtfolio-details-contact-form .single-field i {
    position: absolute;
    top: 17px;
    left: 12px;
    z-index: 1;
}
.prtfolio-details-contact-form .single-field .nice-select {
    width: 100%;
}
.prtfolio-details-contact-form .single-field .nice-select {
    width: 100%;
    padding: 0px 20px;
    border: 1px solid #f2f2f2;
    border-radius: 0px;
    padding-left: 30px;
    position: relative;
    height: 54px;
    display: flex;
    align-items: center;
    transition: all .3s ease;
}
.prtfolio-details-contact-form .single-field .nice-select:focus{
	border-color: var(--primary-color);
}
.prtfolio-details-contact-form .single-field i.fa-file-alt {
    top: 19px;
}
.prtfolio-details-contact-form .single-field .nice-select .list {
    width: 100%;
    border-radius: 0px;
}
.prtfolio-details-contact-form .single-field .nice-select .list li {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 500;
    border-bottom: 1px solid #cccccc36;
}
.prtfolio-details-contact-form .single-field br {
    display: none;
}
.portfolio-item-single {
    overflow: hidden;
    width: 100%;
    z-index: 1;
    position: relative;
}
.portfolio-item-single .thumbnail{
    z-index: 1;
    position: relative;
}
.portfolio-item-single .thumbnail:after{
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--headding-color);
	opacity: 0;
	top: 0;
	left: 0px;
	z-index: 1;
    -webkit-transition: all .4s ease;
    transition: all .3s ease-in;
}
.portfolio-item-single:hover .thumbnail:after{
	opacity: .7;
}
.portfolio-item-single .thumbnail img {
    width: 100%;
}
.portfolio-item-single  .zoom-icon {
    position: absolute;
    top: 0px;
    left: 20px;
    opacity: 0;
    width: 50px;
    height: 50px;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .3s ease-in;
    z-index: 9;
}
.portfolio-item-single:hover  .zoom-icon {
	top: 30px;
    opacity: 1;
    visibility: visible;
}
.portfolio-item-single .zoom-icon a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    color: #fff;
    font-size: 16px;
    transition: all .3s ease;
}
.portfolio-item-single .zoom-icon a:hover{
	color: var(--primary-color);
	background: #fff;
}
.portfolio-item-single  .conent {
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 9;
    transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
}
.portfolio-item-single:hover  .conent{
	opacity: 1;
	bottom: 30px;
}
.portfolio-item-single .conent strong {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    font-size: 14px;
}
.portfolio-item-single .conent  h2 {
    line-height: 1;
}
.portfolio-item-single .conent  h2 a {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.portfolio-item-single .conent  h2 a:hover{
	color: var(--primary-color);
}
.portfolio-item-single-style2 {
    position: relative;
}
.portfolio-item-single-style2-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #000000db;
  padding: 10px 20px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.portfolio-item-single-style2-portfolio-overly {
	position: absolute;
	width: 94%;
	height: 94%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 3%;
	left: 3%;
	right: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.50);
}
.portfolio-item-single-style2-content h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 3px;
}
.portfolio-item-single-style2-content p {
  color: #757575;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-item-single-style2:hover .portfolio-item-single-style2-content{
	opacity: 0;
	visibility: hidden;
	bottom: 0;
}
.portfolio-item-single-style2:hover .portfolio-item-single-style2-portfolio-overly {
	opacity: 1;
	visibility: visible;
}
.portfolio-item-single-style2-portfolio-overly a {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0006;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
}
.portfolio-item-single-style2-portfolio-overly a:hover{
	background: var(--primary-color);
}
.portfolio-item-single-style2-portfolio-overly a:first-child{
	margin-right: 10px;
}
.portfolio-item-single-style2 img{
	width: 100%;
}
.portfolio_slider_full .owl-dots {
    display: none;
}
.portfolio_slider_full .owl-nav .owl-prev {
    position: absolute;
    top: 43%;
    left: 0;
}
.portfolio_slider_full .owl-nav .owl-next {
    position: absolute;
    top: 43%;
    right: 0;
}
.portfolio_slider_full .owl-nav .hero-slider-nav {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffffc7;
    font-size: 28px;
    color: #000;
    transition: all .4s ease;
    -webkit-transition: all .3s ease;
}
.portfolio_slider_full .owl-nav .hero-slider-nav:hover{
	background: var(--primary-color);
	color: #fff;
}
/*
 * Vedio Button
*/
.video-btn a {
	background: #fff;
	height: 100px;
	width: 100px;
	text-align: center;
	border-radius: 50%;
	line-height: 100px;
	font-size: 30px;
	-webkit-transition: .5s -webkit-animation ripple-red 1s linear infinite;
	animation: ripple-red 1s linear infinite;
	-webkit-transition: .5s;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	color: var(--primary-color);
}
@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}
.video-btn span {
	display: none;
}
.video-btn.style2 a {
	background: var(--primary-color);
	height: 100px;
	width: 100px;
	text-align: center;
	border-radius: 50%;
	line-height: 100px;
	font-size: 30px;
	-webkit-transition: .5s -webkit-animation ripple-red 1s linear infinite;
	animation: ripple-red 1s linear infinite;
	-webkit-transition: .5s;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	color: #fff;
}
@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}
.video-btn.style3 a {
	background: var(--primary-color);
	height: 100px;
	width: 100px;
	text-align: center;
	border-radius: 50%;
	line-height: 100px;
	font-size: 30px;
	-webkit-transition: .5s -webkit-animation ripple-reda 1s linear infinite;
	animation: ripple-reda 1s linear infinite;
	-webkit-transition: .5s;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	color: #fff;
}
@-webkit-keyframes ripple-reda {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 94, 20, 0.3), 0 0 0 20px rgba(255, 94, 20, 0.3), 0 0 0 30px rgba(255, 94, 20, 0);
        box-shadow: 0 0 0 10px rgba(255, 94, 20, 0.3), 0 0 0 20px rgba(255, 94, 20, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}
/*
 * #-Team Item
*/
.team-item .thumbnail {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 17px 0px var(--section-bg);
  position: relative;
}
.team-item .thumbnail img {
  width: 100%;
}
.team-item .content {
  box-shadow: 0px 7px 18px 0px var(--section-bg);
  width: 85%;
  margin-top: -50px;
  position: relative;
  background: #fff;
  padding: 16px 10px;
  border-radius: 5px;
  text-align: center;
  padding-bottom: 18px;
}
.team-item .content .name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
.team-item .content .name a {
  color: var(--headding-color);
  -webkit-transition: all .4s ease-in-out;
  transition: all .3s ease-in-out;
}
.team-item .content .name:hover a {
  color: var(--primary-color);
}
.team-item .content .designation {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--primary-color);
}
.team-item .content .social ul li {
  display: inline-block;
  margin: 0px 3px;
}
.team-item .content .social ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  box-shadow: 0px 0px 10px 0px #D9DDE1;
  color: var(--main-color);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border-radius: 50%;
  font-size: 14px;
}
.team-item .content .social ul li a:hover{
	color: #fff;
	background: var(--primary-color);
}
.team-item2 {
	width: 100%;
	position: relative;
}
.team-item2 .thumb {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.team-item2 .thumb:after{
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .3);
	-webkit-transition: all .4s ease;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
}
.team-item2:hover .thumb:after{
	opacity: 1;
	visibility: visible;
}
.team-item2 .thumb .team-social ul li {
	display: block;
	margin: 5px 0px;
}
.team-item2 .thumb .team-social ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	background: #fff;
	color: #000;
	font-size: 14px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .3s ease-in-out;
}
.team-item2 .thumb .team-social ul li a:hover {
	background: var(--primary-color);
	color: #fff;
}
.team-item2 .thumb .team-social {
	position: absolute;
	top: 0;
	right: -33px;
	height: 100%;
	align-items: center;
	display: flex;
	z-index: 9;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.team-item2:hover .thumb .team-social{
	opacity: 1;
	visibility: visible;
	right: 8px;
}
.team-item2 .content {
	text-align: center;
	background: #fff;
	position: relative;
	width: 80%;
	margin: 0 auto;
	margin-top: -30px;
	box-sizing: border-box;
	padding: 20px;
	box-shadow: 0px 0px 12px 0px #EAEFF3C2;
	z-index: 9;
}
.team-item2 .content h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 4px;
}
.team-item2 .content h2 a {
	color: var(--headding-color);
}
.team-item2 .content h2 a:hover{
	color: var(--primary-color);
}
.team-item2 .content p {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #888;
	letter-spacing: 1px;
}
/*
 * Style 3
*/
.tb_team-style-2 {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #fff;
	-webkit-transition: all .43s ease-in-out;
	transition: all .4s ease-in-out;
}
img{
	max-width: 100%;
}
.tb_team-style-2 img{
	width: 100%;
}
.tb_team-style-2 .content {
	position: absolute;
	bottom: 40px;
	left: 40px;
}
.tb_team-style-2 .content h4 {
	color: var(--headding-color);
	background: #fff;
	line-height: 1;
	padding: 20px 25px;
	padding-right: 50px;
	font-size: 16px;
	text-transform: uppercase;
}
.tb_team-style-2 .content p {
	padding: 8px 25px;
	color: #fff;
	font-weight: 500;
	line-height: 1;
	background: var(--primary-color);
	display: inline-block;
}
.tb_team-style-2 .social {
	position: absolute;
	right: 40px;
	top: 40px;
	content: "";
	overflow: hidden;
	display: inline-block;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.tb_team-style-2 .social .share {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #001659;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	right: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
}
.tb_team-style-2 .social:hover .share{
	background: var(--primary-color);
	color: #fff;
}
.tb_team-style-2 .social .right {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	width: 50px;
	float: right;
}
.tb_team-style-2 .social .top {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	margin-right: 50px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 50px;
}

.tb_team-style-2 .social .top a, .tb_team-style-2 .social .right a{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	background: #fff;
	color: #001659;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.tb_team-style-2 .social .top a:hover, .tb_team-style-2 .social .right a:hover{
	background: var(--primary-color);
	color: #fff;
}
.tb_team-style-2 .social:hover .top {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.tb_team-style-2 .social:hover .right {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.tb_team-style-2 .social:hover .right a{
	margin: 6px 0px;
	margin-bottom: 0px;
}
.tb_team-style-2 .social .top a{
	margin: 0px 5px;
	margin-left: 0px;
}
.team-slider-full .owl-nav .owl-prev {
    position: absolute;
    top: 43%;
    left: 0;
}
.team-slider-full .owl-nav .owl-next {
    position: absolute;
    top: 43%;
    right: 0;
}
.team-slider-full .owl-nav .team-slider-nav {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffffc7;
    font-size: 28px;
    color: #000;
    transition: all .4s ease;
    -webkit-transition: all .3s ease;
    opacity: .5;
}
.team-slider-full .owl-nav .team-slider-nav:hover {
    background: var(--primary-color);
    color: #fff;
    opacity: 1;
}
.team-slider-full.owl-carousel .owl-dots {
    display: none;
}