/*-----------------------------------------------------------
    Theme Name: Arturo
    Theme URI: http://demo.lion-coders.com/arturo/
    Description: Architecture & Interior HTML Template
    Author: 
    Author URI: 
    Version: 1.0
-------------------------------------------------------------*/

/*-----------------------------------------------------------
    1  General Styles
    2  Typography
    3  Buttons & Links 
    4  Accordion
    5  Icon Features
    6  Header 
    7  Full Page Search 
    8  Menu
    9  Breadcrumb
    10 Section Title
    11 Sidebar
    12 Featured
    13 About
    14 Portfolio
    15 Service
    16 Call To action 
    17 Testimonial
    18 Partners
    19 Team
    20 Blog
    21 Contact
    22 Footer


/*-----------------------------------------------------------
    1. General Styles 
-------------------------------------------------------------*/
dl,
dt,
dd,
ol,
ul,
li {
    margin: 0;
    padding: 0;
}

a {
    color: #141414;
    text-decoration: none;
    position: relative;
    transition: all 0.3s;
}

a:focus,
a:hover {
    color: #777;
    text-decoration: none;
}

.z-index-1 {
    z-index: -1 !important;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #141414;
	font-family: 'Nunito Sans', sans-serif;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1;
}

::selection {
	background: ;
	color: #fff;
	 text-shadow: none;
}

::-moz-selection {
    background: #141414;
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #141414;
    color: #fff;
    text-shadow: none;
}

:active,
:focus {
    outline: none !important;
}

.form-control {
    border-radius: 0
}

.form-control:focus {
    border-color: #777;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.no-pad-lr {
    padding-left: 0;
    padding-right: 0;
}

.no-pad-left {
    padding-left: 0 !important;
}

.no-pad-right {
    padding-right: 0 !important;
}

.no-pad-top {
	padding-top: 40px !important;
}

.pad-top-30 {
    padding-top: 30px;
}

.no-pad-bot {
    padding-bottom: 0 !important;
}

.pad-bot-100 {
    padding-bottom: 100px;
}

.no-pad {
    padding: 0;
}

.pad-0 {
    padding: 0 !important;
}

.pad-bot-30 {
    padding-bottom: 30px;
}

.pad-left-15 {
    padding-left: 15px;
}

.pad-top-40 {
    padding-top: 40px !important;
}

.pad-right-15 {
    padding-right: 15px;
}

.pad-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.mar-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mar-0 {
    margin: 0 !important;
}

.mar-left-0 {
    margin-left: 0 !important;
}

.mar-right-0 {
    margin-right: 0 !important;
}

.mar-top-0 {
    margin-top: 0 !important;
}

.mar-top-5 {
    margin-top: 5px !important;
}

.mar-top-10 {
    margin-top: 10px !important;
}

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

.mar-top-20 {
    margin-top: 20px !important;
}

.mar-top-25 {
    margin-top: 25px !important;
}

.mar-top-30 {
    margin-top: 30px !important;
}

.mar-top-35 {
    margin-top: 35px !important;
}

.mar-top-40 {
	margin-top: 45px !important;
}

.mar-top-45 {
    margin-top: 45px !important;
}

.mar-top-50 {
    margin-top: 50px !important;
}

.mar-top-55 {
    margin-top: 55px !important;
}

.mar-top-60 {
    margin-top: 60px !important;
}

.mar-top-65 {
    margin-top: 65px !important;
}

.mar-top-70 {
    margin-top: 70px !important;
}

.mar-top-75 {
    margin-top: 75px !important;
}

.mar-top-80 {
    margin-top: 80px !important;
}

.mar-top-85 {
    margin-top: 85px !important;
}

.mar-top-90 {
    margin-top: 95px !important;
}

.mar-top-95 {
    margin-top: 95px !important;
}

.mar-top-100 {
    margin-top: 100px !important;
}

.mar-bot-0 {
    margin-bottom: 0 !important;
}

.mar-bot-5 {
    margin-bottom: 5px !important;
}

.mar-bot-10 {
    margin-bottom: 10px !important;
}

.mar-bot-15 {
    margin-bottom: 15px !important;
}

.mar-bot-20 {
    margin-bottom: 20px !important;
}

.mar-bot-25 {
    margin-bottom: 25px !important;
}

.mar-bot-30 {
    margin-bottom: 30px !important;
}

.mar-bot-35 {
    margin-bottom: 35px !important;
}

.mar-bot-40 {
    margin-bottom: 40px !important;
}

.mar-bot-45 {
    margin-bottom: 45px !important;
}

.mar-bot-50 {
    margin-bottom: 50px !important;
}

.mar-bot-55 {
    margin-bottom: 55px !important;
}

.mar-bot-60 {
    margin-bottom: 60px !important;
}

.mar-bot-65 {
    margin-bottom: 65px !important;
}

.mar-bot-70 {
    margin-bottom: 70px !important;
}

.mar-bot-75 {
    margin-bottom: 75px !important;
}

.mar-bot-80 {
    margin-bottom: 80px !important;
}

.mar-bot-85 {
    margin-bottom: 85px !important;
}

.mar-bot-90 {
    margin-bottom: 90px !important;
}

.mar-bot-95 {
    margin-bottom: 95px !important;
}

.mar-bot-100 {
    margin-bottom: 100px !important;
}

.minus-mar-top-70 {
    margin-top: -70px;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.d-inline {
    display: inline !important;
}

.d-block {
    display: block !important;
    width: 100%;
}

.d-tc {
    display: table-cell !important;
    vertical-align: middle;
}

.float-none {
    float: none !important;
}

.white-text {
    color: #FFF !important;
}

.dark-text {
    color: #141414;
}

hr {
    clear: both;
    height: 1px;
    margin: 50px 0;
    width: 100%;
}

.gray-bg {
    background-color: #f5f5f5;
}

.white-bg {
    background-color: #fff;
}

.dark-bg {
    background-color: #141414
}

.no-border {
    border: none !important;
}

section {
	position: relative;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

.page-wrapper.fixed-footer {
    margin-bottom: 457px;
    position: relative;
    z-index: 1000;
    background-color: #fff;
}

.page-wrapper {
    position: relative;
    margin-bottom: -80px;
}

.content-wrapper {
    background-repeat: no-repeat;
    position: relative;
}

.content-center {
    display: block;
    margin: 0 auto;
}

/*-----------------------------------------------------------
    2. Typography 
-------------------------------------------------------------*/
body {
    color: #777;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
    height: 100%
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.light {
    font-weight: 300 !important
}

.regular {
    font-weight: 400 !important
}

.semibold {
    font-weight: 600 !important
}

.bold {
    font-weight: 700 !important
}

.black {
    font-weight: 900
}

p {
	color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 0;
}

p.lead {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7;
}

li {
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
}

ul.square {
    list-style: square;
}

ul.icon li {
    list-style-type: none;
    padding-left: 20px;
}

ul.icon li:before {
    content: '\f3d3';
    font-family: "Ionicons";
    height: 10px;
    left: 20px;
    position: absolute;
    width: 10px;
}

/*----------Blockquote-----------*/
blockquote {
	color: #777;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
	padding: 35px 70px;
	position: relative;
}

blockquote span {
    color: #141414;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding-top: 10px;
    text-transform: uppercase;
}

blockquote:after {
    bottom: 25px;
    content: '\201D';
    color: #777;
    font-size: 80px;
    font-style: normal;
    opacity: 0.5;
    position: absolute;
    right: 40px;
}

blockquote.style1 {
    background: #f1f1f1;
}

blockquote.style2 {
    border: 3px solid #f1f1f1;
}

blockquote.style3 {
    border: 1px solid #f1f1f1;
    border-left: 3px solid #141414;
    font-style: italic;
    padding-bottom: 70px;
}


.quotation{
	font-size: 30px;
  //margin: 0 auto;
	quotes: "\201C""\201D""\2018""\2019";
	line-height: 2.0;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.quotation:before {
	content: open-quote;
	display: inline;
	height: 0;
	line-height: 0;
	left: -3px;
	position: relative;
	top: 25px;
	color: #FFF;
	font-size: 3em;
}
.quotation::after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 3px;
  position: relative;
  top: 25px;
  color: ;
  font-size: 0em;
}
footer{
  margin:0;
  text-align: right;
  font-size: 1.5em;
  font-style: italic;
}



/*-----------------------------------------------------------
    3. Buttons & Links
-------------------------------------------------------------*/
.send-btn.style1 {
    background: #fff;
    border: none;
    padding: 10px 15px;
    color: #141414;
    transition: 0.5s;
    border-radius: 2px;
    margin-top: 15px;
}

.send-btn.style1:hover {
    background: #141414;
    color: #fff;
}

.send-btn.style2 {
    background: #141414;
    border: none;
    padding: 10px 15px;
    color: #fff;
    transition: 0.5s;
    border-radius: 2px;
}

.send-btn.style2:hover {
    background: #fff;
    color: #141414;
}

/*-----------------------------------------------------------
    10. Accordion
-------------------------------------------------------------*/
.card {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.card-header,
.card-header:first-child,
.card-header:last-child {
    background-color: #f1f1f1;
    border: none;
    border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 8px;
    padding: 0;
}

.card-header>a {
    border-color: #f1f1f1;
    color: #141414;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.075em;
    padding: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.card-header>a[aria-expanded="true"]:before {
    content: "-";
    float: right !important;
    line-height: 12px;
    font-size: 20px;
}

.card-header>a[aria-expanded="false"]:before {
    color: #777;
    content: "+";
    float: right !important;
    line-height: 12px;
    font-size: 20px;
}

.card-header>a[aria-expanded="true"] {
    background-color: #141414;
    color: #FFF;
}

.card-body {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    padding: 12px 0 20px;
}

/* Style3 */
.accordion.style3 .card-header {
    background-color: transparent;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 0;
}

.accordion.style3 .card-header>a {
    border-bottom: 1px solid #ddd;
    color: #141414;
    padding-left: 0;
}

.accordion.style3 .card-header>a[aria-expanded="true"]:before {
    content: "-";
    float: right !important;
    line-height: 12px;
    font-size: 20px;
}

.accordion.style3 .card-header>a[aria-expanded="false"]:before {
    color: #777;
    content: "+";
    float: right !important;
    line-height: 12px;
    font-size: 20px;
}

.accordion.style3 .card-header>a[aria-expanded="true"] {
    background-color: transparent;
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
}

.accordion.style3 .card-body {
    border-bottom: 1px solid #ddd;
}

/*----------Dropcaps-----------*/
.dropcap {
    text-align: justify;
    -moz-text-align-last: left;
    /* Code for Firefox */
    text-align-last: left;
}

.dropcap.style1 span {
    color: #4b4b4b;
    float: left;
    font-size: 80px;
    font-weight: 700;
    line-height: 72px;
    width: 9%;
    margin: 0 5px 0 -4px;
}

.dropcap.style2 span {
    color: #4b4b4b;
    float: left;
    font-size: 42px;
    font-weight: 900;
    line-height: 46px;
    margin: 0 7px 0 -4px;
}

.dropcap.style3 span {
    border: 3px solid #4b4b4b;
    color: #4b4b4b;
    float: left;
    font-size: 40px;
    font-weight: 900;
    padding: 15px;
    margin: 5px 7px 0 -4px;
}

.dropcap.style4 span {
    background-color: #4b4b4b;
    color: #FFF;
    float: left;
    font-size: 40px;
    font-weight: 900;
    padding: 15px;
    margin: 5px 7px 0 -4px;
}

/*-----------------------------------------------------------
    18. Icon Features
-------------------------------------------------------------*/
/* Style1 */
.icon-box .icon,
.icon-box .feature {
    display: table-cell;
}

.icon-box .icon {
    color: #141414;
    font-size: 40px;
}

.icon-box.style1 .feature {
    padding-left: 30px;
    vertical-align: top;
}

.icon-box h6 {
    color: #141414;
    font-weight: 700;
    letter-spacing: 0.075em;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.icon-box p {
    font-size: 14px;
    line-height: 24px;
}

/* Style4 */
.icon-box.style4 .icon,
.icon-box.style4 .feature {
    display: block;
    text-align: center;
}

/* ====================================
                Header     
 ====================================== */
/* Hero Header */
.overlay {
	position: absolute;
	top: 25px;
	left: 0;
	height: 125px;
	width: 100%;
}

.op-1 {
    opacity: 0.1;
}

.op-3 {
    opacity: 0.3;
}

.op-4 {
    opacity: 0.4;
}

.op-5 {
	opacity: 0.5;
}

.op-7 {
    opacity: 0.7;
}

.op-8 {
    opacity: 0.8;
}

.op-9 {
    opacity: 0.9;
}

.home-banner-area.style1 {
	background-size: cover;
	background-position: center;
	position: relative;
	height: 100%;
}

.home-banner-area.blog-post {
    height: 500px;
}

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

.home-banner-area .banner-content {
    max-width: 600px;
    padding-top: 50px;
}

.home-banner-area .banner-content .banner-title {
    font-size: 46px;
    line-height: 58px;
    margin-bottom: 15px;
    color: #fff;
    z-index: 999;
}

.banner-content a.button.style2 {
    margin-left: 0;
}

.home-banner-area .banner-inner .banner-content p {
    color: #fff;
    font-weight: normal;
    max-width: 565px;
    margin-bottom: 40px;
    line-height: 26px;
    font-size: 16px;
}

.middle-v {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.middle-v.center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bottom-v {
    position: absolute;
    bottom: 5%;
}

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

/* Slider Header */
.header-logo img {
    max-width: 160px;
    height: auto;
}

.hero-full-area {
    height: 100%;
}

.hero-full-area .img {
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.header-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 0;
}

.hero-area-text h2 {
    color: #fff;
    letter-spacing: 4px;
    font-size: 40px;
}

.hero-slider-wrapper .owl-nav {
	bottom: 90px;
	left: 120px;
	position: relative;
	text-align: center;
}

.hero-slider-wrapper.kenburns .owl-item .img {
    transition: all 10s;
}

.hero-slider-wrapper.kenburns .owl-item.active .img {
    transform: scale(1.3);
}

.hero-slider-wrapper .owl-nav button.owl-prev,
.hero-slider-wrapper .owl-nav button.owl-next {
	border: 1px solid rgba(255, 255, 255, 0.7);
	position: absolute;
	color: #FFF;
	font-size: 30px;
	/* bottom: 63px; */
	width: 39px;
	height: 39px;
	line-height: 5px;
	right: 0;
	font-size: 30px;
	transition: 0.3s;
}

.hero-slider-wrapper .owl-nav button.owl-prev {
    right: 50px;
}

.hero-slider-wrapper .owl-nav button.owl-next:hover,
.hero-slider-wrapper .owl-nav button.owl-prev:hover {
    color: #FFF;
}

.hero-slider-wrapper .owl-nav button.owl-prev i {
    margin-left: 10px;
    transition: 0.3s;
}

.hero-slider-wrapper .owl-nav button.owl-prev:hover i {
    margin-left: 0;
}

.hero-slider-wrapper .owl-nav button.owl-next i {
    margin-right: 10px;
    transition: 0.3s;
}

.hero-slider-wrapper .owl-nav button.owl-next:hover i {
    margin-right: 0;
}

.hero-slider-wrapper {
    height: 100vh;
}

.hero-slider-wrapper .owl-item {
    position: relative;
    height: 100vh;
}

/* Video Header */
#myVideo {
    width: 100%;
    height: 100%;
}

.video-container {
    position: relative;
}

/* ====================================
           Full page search    
 ====================================== */
#search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.5s ease-in-out;
    transform: translate(0px, -100%);
}

#search form {
    width: 100%;
}

#search input[type="search"] {
    color: #CCC;
    display: block;
    background-color: transparent;
    font-size: 20px;
    font-weight: 300;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 50%;
    min-width: 300px;
    margin: 0 auto;
    padding: 15px;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 60px 0 0 -45px;
    border: none;
    font-size: 20px;
}

#search .close {
    position: fixed;
    top: 30px;
    right: 30px;
    background: transparent;
    color: #fff;
    border: 0;
    opacity: 1;
    font-size: 20px;
}

#search.open {
    -webkit-transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    -o-transform: translate(0, 0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
}

.search-btn {
    color: #fff;
    cursor: pointer;
}

.search-container {
    position: absolute;
    top: 26px;
    right: 0;
}

/* ====================================
           Menu   
 ====================================== */
/* bootsnav menu */
img.logo {
	max-width: 212px;
}

.dropdown-menu.animated {
    animation-duration: 0.5s;
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: right;
}

nav.navbar.bootsnav ul.nav>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

nav.navbar.dark.bootsnav ul.nav>li>a {
	color: #000000;
}

.main-menu-one ul.nav.navbar-right .dropdown-menu .dropdown-menu {
    left: 199px !important;
}

nav.navbar.bootsnav {
    background-color: rgba(0, 0, 0, 0.7);
    border-bottom: none;
}

nav.navbar.dark.bootsnav {
    background-color: #FFF;
    box-shadow: 0 15px 15px rgba(0,0,0,0.05);
}

.main-menu-one ul.navbar-right .dropdown-menu {
    left: 20px;
    right: 0;
}

.main-menu-one ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left !important;
}

.main-menu-one nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu {
    left: 199px;
}

.main-menu-one nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
    font-family: 'Ionicons';
    content: "\f3d3" !important;
}

.main-menu-one ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:before {
    font-family: 'Ionicons';
    float: right !important;
    content: "\f3d3" !important;
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle::after,
.main-menu-one ul.nav>li.dropdown>a.dropdown-toggle:after {
    font-family: 'Ionicons';
    content: "\f3d0";
    font-size: 13px;
}

li.search i {
    color: #fff;
}

nav.navbar.dark.bootsnav li.search i {
    color: #141414;
}

.main-menu-one .attr-nav>ul>li>a {
    padding: 25px 15px;
}

.navbar-brand {
    padding: 19px 0;
}

.menu-area-one .container .navbar-header .navbar-brand {
    margin-left: 0;
}

.menu-area-one .attr-nav>ul>li>a {
    padding: 29px 15px;
}

/* Hamburger Menu */
.ham-menu {
	position: absolute;
	z-index: 999;
	left: 3%;
	right: 5%;
}

#menu-left {
    background: url(../images/bg/menu-bg.jpg);
    background-size: cover;
    position: fixed;
    left: -500px;
    z-index: 2000;
    width: 500px;
    top: 0;
    bottom: 0;
    transition: all .5s ease;
}

#menu-left.open {
    left: 0;
    background-color: #FFF;
}

#menu-right {
    position: fixed;
    right: -300px;
    z-index: 2000;
    width: 300px;
    top: 0;
    bottom: 0;
    transition: all .5s ease;
}

#menu-right.open {
    right: 0;
    background-color: #FFF;
}

#menu-toggle {
	cursor: pointer;
	height: auto;
	padding: 10px;
	position: fixed;
	left: 5%;
	top: 15px;
	z-index: 9999;
}

#menu-toggle.right {
	left: auto;
	right: 5%;
}

#menu-toggle span.lines {
	width: 25px;
	height: 3px;
	background-color: #fff;
	display: block;
	margin: 6px 0;
	border-radius: 0;
	transition: all .5s ease;
	text-shadow: 0px 0px;
}

#menu-toggle.active {
    left: 4%;
    padding: 13px;
}

#menu-toggle.right.active {
    left: auto;
    right: 5%;
}

#menu-toggle span.lines:nth-child(2) {
    width: 25px;
}

#menu-toggle:hover span.lines {
    width: 25px;
}

.ham-menu .attr-nav>ul>li>a {
    padding: 0px 28px !important;
}

.ham-menu .attr-nav>ul>li>a {
    right: 0;
}

#menu-toggle span.close {
    display: none;
}

#menu-toggle span.open {
    position: absolute;
    top: 7px;
    left: 0;
    width: 15px;
    text-align: center;
    margin: 3px auto;
    transition: all .8s ease;
    color: #141414;
    opacity: 0;
    font-size: 12px;
}

#menu-toggle:hover span.open {
	color: #FF0;
	opacity: 1;
}

#menu-toggle.active span.lines {
    background-color: #141414;
    position: absolute;
    left: 0;
    right: 0;
    top: 14px;
}

#menu-toggle.active span.lines:first-child {
    transform: rotate(90deg);
	
	
}

#menu-toggle.active span.lines:nth-child(2) {
    transform: rotate(-90deg);
    width: 25px;
}

#menu-toggle.active span.lines:nth-child(3) {
    display: none;
}

#menu-toggle.active span.open {
    display: none;
}

#menu-toggle.active span.close {
    position: absolute;
    top: 9px;
    left: 0;
    width: 15px;
    height: 15px;
    text-align: center;
    margin: 3px auto;
    transition: all .8s ease;
    color: #141414;
    opacity: 0;
    font-size: 12px;
    font-weight: 400;
    text-shadow: none;
    display: block;
}

#menu-toggle.active:hover span.close {
    color: #fff;
    opacity: 1;
}

#main-menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

#menu-right #main-menu>li>a {
    padding: 15px 50px 15px 0;
    text-align: right;
}

#main-menu>li>a {
    font-size: 24px;
    font-weight: 300;
    padding: 15px 0 15px 50px;
    color: #141414;
}

#main-menu:hover>li>a {
    background-color: transparent;
    color: #999;
}

#main-menu>li>a:hover {
    background-color: transparent;
    color: #141414;
}

.nav-address {
    bottom: 0;
    color: #999;
    position: absolute;
}

#menu-toggle.ham-bg-dark span.lines {
    background-color: #141414;
}

#menu-toggle.ham-bg-dark {
    background-color: #FFF;
}

nav.navbar.bootsnav.ham-nav {
    background-color: transparent;
}

nav.bootsnav.brand-center.ham-nav .navbar-header {
    z-index: -1;
}

nav.navbar.bootsnav.ham-nav .attr-nav>ul>li>a {
    color: #FFF;
    line-height: 70px;
    padding: 0 15px;
}

nav.navbar.bootsnav.ham-nav .attr-nav>ul li:nth-child(2) a {
    padding-right: 70px;
}

.attr-nav i {
    margin-right: 5px;
}

/*===================================
                Breadcrumb
 *=================================== */
.breadcrumb-area {
	background-size: cover;
	background-position: center center;
	position: relative;
	height: 150px;
}
.breadcrumb-area2 {
	background-size: cover;
	background-position: center center;
	position: relative;
	height: 200px;
	margin-bottom: 60px;
}
.breadcrumb-area3 {
	background-size: cover;
	background-position: center center;
	position: relative;
	height: 60px;
	margin-bottom: 20px;
}

.page-title {
	padding-top: 150px;
	padding-bottom: 40px;
}

.page-title h1 {
    color: #FFF;
    font-weight: 300;
    margin-bottom: 0;
}

.breadcrumb-content {
    list-style: none;
    padding-left: 0;
}

.breadcrumb-content li a {
    color: #fff;
}

.breadcrumb-content li {
    color: #CCC;
}

.breadcrumb-text h2 {
    color: #fff;
}

/* ====================================
          Section Title    
 ====================================== */
/* SLider section title */
.section-title-left {
    float: left;
    position: relative;
    display: inline-block;
}

.section-title-right {
    float: right;
    position: relative;
    display: inline-block;
}

.section-title-left h2,
.section-title-right h2 {
    color: #141414;
    margin-bottom: 40px;
}

.section-title-left h2:before {
    position: absolute;
    top: 26%;
    left: 110%;
    width: 126px;
    height: 0px;
    content: "";
    background: #141414;
}

.section-title-right h2:after {
    position: absolute;
    top: 26%;
    right: 110%;
    width: 126px;
    height: 0px;
    content: "";
    background: #141414;
}

.section-title-left h2.white-text:before {
    background: #FFF;
}

.section-title-right h2.white-text:after {
    background: #FFF;
}

/* Hero Section Title */
.section-border {
    margin-bottom: 10px;
    margin-top: -15px;
}

.section-border span {
    background: #ddd;
    height: 5px;
    display: inline-block;
    width: 50px;
    border-radius: 5px;
}

.section-border span.black-border {
    background: #141414;
    width: 30px;
    margin: 0 10px;
    border-radius: 5px;
}

/* Video Section Title */
.section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.section-heading h2 {
    font-size: 32px;
    color: #141414;
}

/* ====================================
                Sidebar     
 ====================================== */
.sidebar {
    display: block;
}

.sidebar .widget {
    margin-top: 30px;
}

.sidebar .widget .widget-title {
    border-bottom: 1px solid #141414;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.sidebar .widget.search {
    display: block;
    margin-top: 0;
    position: relative;
    right: 0;
    z-index: 1;
}

.sidebar .widget.search input::placeholder {
    font-size: 13px;
}

.sidebar .widget .search-button {
    background: transparent;
    border: none;
    cursor: pointer;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 5px;
}

.sidebar .widget .search-button i {
    color: #999;
    font-size: 12px
}

.sidebar .widget.categories ul li {
    font-size: 14px;
    line-height: 40px;
    padding-left: 5px;
}

.sidebar .widget.categories ul li a span {
    color: #141414;
    background: #f5f5f5;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 5px;
    margin-left: 5px;
}

.sidebar .widget.recent-posts .post-list {
    padding-left: 0;
}

.sidebar .widget.recent-posts .entry-item {
    list-style: none;
    margin-bottom: 15px;
    padding-left: 0;
}

.sidebar .widget.recent-posts .entry-item .entry-img {
    display: table-cell;
    padding-right: 30px;
}

.sidebar .widget.recent-posts .entry-item .entry-img img {
    min-width: 70px;
}

.sidebar .widget.recent-posts .entry-item .entry-text {
    display: table-cell;
    vertical-align: middle;
}

.sidebar .widget.recent-posts .entry-title {
    line-height: 1.3;
    margin-bottom: 0;
}

.sidebar .widget.recent-posts .entry-title a {
    color: #141414;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}

.sidebar .widget.recent-posts .entry-date {
    color: #777;
    font-size: 12px;
}

.sidebar .widget.tags a {
    background-color: #f5f5f5;
    color: #141414;
    display: inline-block;
    font-size: 13px;
    margin: 0 2px 5px 0;
    padding: 5px 10px;
    transition: 0.5s;
}

.sidebar .widget.tags a:hover {
    background: #ddd;
    color: #141414;
}

.sidebar .widget.price-range .range-slider {
    position: relative;
}

/* ================================
             Featured  
 ================================== */
.featured-right,
.featured-left {
    background-color: #ffffff;
}

.featured-text-left,
.featured-text-right {
    padding: 60px;
    position: relative;
}

.featured-text-left h3,
.featured-text-right h3 {
	color: #333;
	font-weight: 300;
}

.featured-text-left p,
.featured-text-right p {
	color: #333;
}

.featured-text-left,
.featured-text-right {
	position: relative;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 49px;
	padding-left: 60px;
}

.featured-text-left img,
.featured-text-right img {
    height: 300px
}

.right-arrow {
    position: relative;
    z-index: 2;
}

.right-arrow:before {
    bottom: -180px;
    right: -77px;
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 55px solid transparent;
    border-bottom: 60px solid #141414;
    content: "";
    transform: rotate(90deg);
    position: absolute
}

.left-arrow {
    position: relative;
    z-index: 2;
}

.left-arrow:before {
    left: -77px;
    top: 150px;
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 55px solid transparent;
    border-bottom: 60px solid #141414;
    content: "";
    transform: rotate(-90deg);
    position: absolute
}

.bordered-btn {
    color: #141414;
    padding: 7px 15px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 21px;
    background: #fff;
    border-radius: 4px;
}

.bordered-btn:hover {
    background: transparent;
    color: #fff;
    transition: 0.6s;
}

.featured-bg-one {
    background-image: url('../images/projects/project_1.jpg')
}

.featured-bg-two {
    background-image: url('../images/projects/project_2.jpg')
}

.no-mar {
    margin: 0 !important;
}

/* ================================
                     About  
 ================================== */
.fixed-img {
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* About Section - Hero */
.about-section {
    position: relative;
}

.about-section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 76%;
    height: 100%;
    content: "";
    background: rgba(221, 221, 221, 0.28);
}

.about-bg {
    position: relative;
}

img.icons {
    max-width: 40px;
    position: relative;
    padding-top: 10px;
}

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.hvr-ripple-out {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
}

.hvr-ripple-out:before {
    border-radius: 50%;
    content: '';
    position: absolute;
    border: #141414 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    transition: all 0.3s;
}

.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
    border: #ddd solid 6px;
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}

.video-play-btn {
    color: #fff;
    background: #141414;
    border: 2px solid #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 106%;
    text-align: center;
    width: 60px;
    height: 60px;
    transform: translateY(-50%);
    margin-left: -60px;
}

.video-play-btn:hover {
    background: #ddd;
    color: #141414;
}

.video-play-btn i {
    line-height: 55px;
    padding-left: 5px;
}

.single-counter-box {
    color: #141414;
    font-size: 17px;
    display: inline-block;
}

.counter-wrapper {
    font-size: 36px;
    font-weight: 700;
    color: #141414;
}

.rel-pos {
    position: relative;
}

.about-text-area {
    margin-bottom: 40px;
}

.single-box {
    padding: 15px;
    margin-top: -27px;
    position: absolute;
    top: 0px;
}

.about-exp {
    padding: 15px 30px;
    border: 1px dotted #141414;
    background: #141414;
    color: #fff;
}

p.exp {
    font-weight: 700;
    font-size: 40px;
}

p.exp span {
    font-size: 15px;
}

.counter-wrapper span {
    padding: 15px 0;
    display: block;
}

/* About Section - slider */
.video-about-bg-one {
    background-image: url('../images/about/about_bg_1.jpg');
    margin-top: 10px;
}

.about-title span {
    color: #141414;
}

.about-title p {
    padding: 6px 150px;
}

.single-about-item p {
    color: #141414;
}

.about-text-area {
    background-color: #141414;
    color: #fff;
    width: 179px;
    padding: 25px 15px;
    border: 6px solid #FFF;
    position: absolute;
    top: 39%;
    left: -20px;
}

.about-text-area p {
    font-size: 19px;
}

.progress {
    height: 2px;
    margin-bottom: 40px;
    background-color: #dadada;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    width: 100%;
}

.progress-bar {
    height: 2px;
    background-color: #141414;
    box-shadow: none;
    position: relative;
}

.progress-bar-label {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 15px;
	text-transform: none;
}

.progress-bar-label span {
    float: right;
    opacity: 0.7
}

/* ================================
             Portfolio   
 ================================== */
/* Portfolio one */
.single-project-item {
    position: relative;
    overflow:hidden;
}
.single-project-item img {
    transition: all 0.5s;
}

.single-project-item:hover img {
	transform: none;
}
.project-hover-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #8A8B8B;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
}

.project-hover-item h3 {
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	margin-bottom: 10px;
}

.project-hover-item a {
    font-size: 18px;
    color: #CCC;
}

.single-project-item:hover .project-hover-item {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    overflow: hidden;
}

.project-filter {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 60px;
}

.project-filter li {
    display: inline-block;
    font-size: 12px;
    margin: 0 5px;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
    background-color: rgba(153, 153, 153, 0.35);
    color: #141414;
    padding: 0 15px;
}

.project-filter li.active {
    background-color: #141414;
    color: #fff;
    transition: 0.5s;
}

.project-filter li.active:before {
    position: absolute;
    top: 104%;
    left: 53%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 5px solid #141414;
    content: "";
    transform: translate(-50%, -50%);
    border-radius: 50px;
}

/* Portfolio- filter with slider */
.filter-content {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.filter {
    list-style: none;
    font-weight: 600;
    color: #141414;
    padding-left: 0;
    margin: 0;
}

.filter li {
    margin: 0.6rem 2.6rem 0 0;
    display: inline-block;
}

.filter li:last-child {
    margin-right: 0;
}

.filter li a {
    color: inherit;
    font-size: 16px;
}

.filter li a:hover,
.filter .active a {
    color: #999;
    text-decoration: none;
}

.section-projects .filter {
    margin: 0;
}

.section-projects .view-projects {
    margin: 0.85rem 0 0 0;
    opacity: 0;
}

.view-projects {
    display: inline-block;
    font-style: italic;
    color: #999999;
}

.view-projects:hover {
    text-decoration: none;
    color: #141414;
}

.filter-project-carousel .owl-nav,
.filter-project-carousel2 .owl-nav {
	position: absolute;
	top: -90px;
	right: 0px;
}

.filter-project-carousel .owl-nav button.owl-prev span,
.filter-project-carousel .owl-nav button.owl-next span,
.filter-project-carousel2 .owl-nav button.owl-prev span,
.filter-project-carousel2 .owl-nav button.owl-next span {
    display: none
}

.filter-project-carousel .owl-nav button.owl-prev:before,
.filter-project-carousel .owl-nav button.owl-next:before,
.filter-project-carousel2 .owl-nav button.owl-prev:before,
.filter-project-carousel2 .owl-nav button.owl-next:before {
	display: none
    content: '\e64a';
    font-family: 'themify';
    font-size: 20px;
}

.filter-project-carousel .owl-nav button.owl-next:before,
.filter-project-carousel2 .owl-nav button.owl-next:before {
	display: none
    content: '\e649';
}

.filter-project-carousel .owl-nav button.owl-next,
.filter-project-carousel2 .owl-nav button.owl-next {
    margin-left: 15px;
}

.filter-project-carousel .owl-nav button.owl-prev:hover:before,
.filter-project-carousel .owl-nav button.owl-next:hover:before,
.filter-project-carousel2 .owl-nav button.owl-prev:hover:before,
.filter-project-carousel2 .owl-nav button.owl-next:hover:before {
    color: #141414;
}

.filter-project-item {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.filter-project-item img {
    width: 100%;
}

.filter-project-description {
    color: #fff;
}

.item-shadow {
    position: relative;
    color: #fff;
}

.item-shadow:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   
}

.filter-project-item .underline {
    position: absolute;
    z-index: 2;
    color: #fff;
    left: 3rem;
    top: 35.3rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 0;
}

.filter-project-hover {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 4.85rem 3rem;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.filter-project-title {
    color: #fff;
    margin: 0;
    opacity: 0;
}

.filter-project-description {
    opacity: 0;
    margin-top: 12%;
    line-height: 1.71;
    color: #141414;
    -webkit-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    -o-transform: translateX(-1rem);
    transform: translateY(-1rem);
}

.filter-project-item:hover .filter-project-hover {
    background-color: rgba(0, 0, 0, 0.69);
    color: #fff;
}

.filter-project-item:hover .filter-project-hover .filter-project-title {
    position: relative;
    color: #fff;
    bottom: 2rem;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -o-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    opacity: 1;
}

.filter-project-item:hover .filter-project-hover .filter-project-description {
    opacity: 1;
    color: #fff;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateY(0);
    -webkit-transition: all 0.4s 0.2s ease;
    -o-transition: all 0.4s 0.2s ease;
    transition: all 0.4s 0.2s ease;
}

.filter-project-item:hover .underline {
    color: #fff;
    opacity: 1;
    -webkit-transition: all 0.6s 0.2s ease;
    -o-transition: all 0.6s 0.2s ease;
    transition: all 0.6s 0.2s ease;
}

/* -------Portfolio Grid------ */
.page-wrapper.v2 {
    background: rgba(0, 0, 0, 0.9);
}

.portfolio-content {
    position: absolute;
    bottom: -18%;
    left: 10%;
    background: #fff;
    max-width: 300px;
    padding: 25px 50px;
    transition: all 0.5s;
}

.portfolio-content.shadow {
    box-shadow: 0 15px 30px rgba(0,0,0,0.1)
}

.portfolio-content.right {
    left: auto;
    right: 10%;
}

.portfolio-content.light {
    background-color: #141414
}

.portfolio-content.light h4,
.portfolio-content.light a.underline.style1 {
    color: #FFF
}

.portfolio-img a.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
}

.portfolio-content.vid {
    bottom: -13%;
}

.single-portfolio-item:hover .portfolio-content {
    box-shadow: 0 15px 30px rgba(0,0,0,0.1)
}

/* ----Portfolio Masonary------ */

.project-item img {
    transition: 0.8s;
}

.project-item:hover img {
    transform: scale(1.2);
}

.project-list.masonry .project-item {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.project-item:hover .project-hover-item {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    overflow: hidden;
}

/* single  Portfolio  page  */
.projet-info span.left,
.projet-info span.right {
    font-weight: 600;
    display: table-cell;
    width: 40%;
}

.projet-info span.right {
    color: #141414;
    width: 60%;
}

.projet-info li {
    border-bottom: 1px solid #ddd;
    display: table;
    list-style: none;
    padding: 10px 0;
    width: 100%
}

.projet-info li:last-child {
    border-bottom: none;
}

.project-gallery img {
	margin-bottom: 50px;
	padding-left: 25px;
}

.project-nav {
	border-top: 0px solid #ddd;
	margin-top: 80px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	padding-top: 20px;
}

.project-nav>div a {
    color: #777;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.075em;
    line-height: 1;
}

.project-nav>div a span {
    text-transform: uppercase;
}

.project-nav>div a h5 {
    font-weight: 600;
    padding: 20px 0;
}

.project-nav .page-prev a span:before {
    content: '\f3d2';
    font-family: 'Ionicons';
    font-size: 18px;
    font-weight: 400;
    left: 0;
    line-height: 0.8;
    position: absolute;
    top: 0;
}

.project-nav .page-next a span:after {
    content: '\f3d3';
    font-family: 'Ionicons';
    font-size: 18px;
    font-weight: 400;
    line-height: 0.8;
    position: absolute;
    right: 0;
    top: 0;
}

.project-nav .page-next {
    text-align: right;
}

.project-nav>div a:hover {
    color: #141414;
}

.project-nav a span {
    padding-left: 20px;
}

.project-nav a span {
    padding-right: 20px;
}

.project-nav i {
    font-size: 36px;
    line-height: 70px;
}

/* =========================
         Service   
 =========================== */
/* Service Section */
.service-section {
    background-size: cover;
    background-position: center;
}

.single-service {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 50px;
    text-align: center;
    font-size: 13px;
    transition: .3s;
}

.single-service:nth-child(3),
.single-service:nth-child(6) {
    border-right: none;
}

.single-service {
    font-size: 18px;
    color: #CCC;
    font-weight: 600;
}


.single-service h2 {
    font-size: 18px;
    color: #FFF;
    font-weight: 600;
}

.single-service p {
    color: #CCC;
}

.single-service:hover .service-icon {
    color: #FFF;
}

/*  Service Promo */
.single-promo-box {
    position: relative;
    overflow: hidden;
}

.single-promo-box .service-bg {
    transition: 0.7s;
}

.single-promo-box:hover .service-bg {
    transform: scale(1.1);
}

.promo-box-table {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 86%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    width: 86%;
}

.promo-box-table h3 {
    position: relative;
    z-index: 1;
    margin-bottom: -40px;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s;
}

.promo-box-table:hover h3 {
    margin-bottom: 0;
}

.promo-box-table .button.style5 {
    visibility: hidden;
    opacity: 0;
}

.single-promo-box:hover .promo-box-table .button.style5 {
    visibility: visible;
    opacity: 1;
}

.single-promo-box h2:after {
    position: absolute;
    left: 50%;
    height: 2px;
    width: 50px;
    background: #fff;
    content: '';
    margin-left: -25px;
    bottom: 0;
}

.promo-box-tablecell i {
    font-size: 30px;
    color: #fff;
}

.single-promo-box .button.style2 {
    font-size: 15px;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.single-promo-box:hover .promo-box-tablecell {
    padding-top: 0;
}

.single-promo-box:hover .button.style2 {
    opacity: 1;
    visibility: visible;
}

.promo-icon {
    margin-top: -18px;
    display: inline-block;
}

.single-promo-box:nth-child(2),
.single-promo-box:nth-child(3) {
    color: #fff;
}

.single-promo-box:nth-child(2) h2:after,
.single-promo-box:nth-child(3) h2:after {
    background: #fff;
}

.single-promo-box:nth-child(2) .button.style2,
.single-promo-box:nth-child(3) .button.style2 {
    background: #fff;
    color: #141414;
}

.right-side-content {
    padding: 80px 50px;
}

/* Service page */
.service-desc {
    display: flex;
    height: 300px;
    align-items: center;
    justify-content: center;
}

img.service-img {
	box-shadow: -15px 15px #FFFFFF;
}

h4.price-title {
    color: #fff;
}

/* ===========================
    Call to Action Section 
==============================*/
.action-text p {
    color: #fff;
    font-size: 20px;
}

.action-bg {
    background-size: cover;
    background-position: center;
    height: auto;
    position: relative;
    background-attachment: fixed;
}

.action-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #141414;
    opacity: 0.5;
}

.action-btn {
    text-align: right;
}

/* ================================
             Testimonial   
 ================================== */
/* Hero Testimonial  */
.hero-testimonial-carousel .owl-dots,
.hero-about-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 5.857rem;
}

.hero-testimonial-carousel .owl-dot,
.hero-about-testimonial-carousel .owl-dot {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.6rem;
}

.hero-testimonial-carousel .owl-dot span,
.hero-about-testimonial-carousel .owl-dot span {
    display: block;
    width: 20px;
    height: 6px;
    background-color: #cccccc;
    border-radius: 5px;
}

.hero-testimonial-carousel .owl-dot.active span,
.hero-about-testimonial-carousel .owl-dot.active span {
    background-color: #141414;
}

.hero-testimonial-carousel,
.hero-about-testimonial-carousel {
    text-align: center;
    margin-top: 25px;
}

.hero-testimonial-item,
.hero-about-testimonial-item {
    font-style: italic;
    position: relative;
}

.hero-testimonial-item {
    background-color: #FFF;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
    margin: 50px 20px 20px 50px;
    padding: 50px;
}

.hero-client-quote,
.hero-about-client-quote {
    padding: 10px 5px;
}

.hero-about-testimonial-item:before {
    left: 265px;
}

.hero-testimonial-item img,
.hero-about-testimonial-item img {
    left: -30px;
    position: absolute;
    top: -30px;
    height: 100px;
    border-radius: 50%;
    max-width: 100px;
}

.hero-about-testimonial-item img {
    top: 60px !important;
}

.hero-about-testimonial-item:after {
    bottom: 50px;
}

.hero-client-quote,
.hero-about-client-quote {
    position: relative;
}

.hero-testimonial-item h3,
.hero-about-testimonial-item h3 {
    font-size: 15px;
    font-style: normal;
    margin-bottom: 0;

}

.hero-testimonial-item h3 span,
.hero-about-testimonial-item h3 span {
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-top: 5px;
}

/* Testimonial-one */
.owl-nav button.owl-prev span,
.owl-nav button.owl-next span {
    display: none;
}

.single-testimonial-item {
    background-size: cover;
    background-position: center center;
    min-height: 400px;
}

.testimonial-img .video-play-btn {
    color: #fff;
    background: #141414;
    border: 2px solid #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 102%;
    text-align: center;
    width: 60px;
    height: 60px;
    transform: translateY(-50%);
    margin-left: -60px;
    z-index: 1;
}

.testimonial-img .video-play-btn:hover {
    background: #ddd;
    color: #141414;
}

.testimonial-img .video-play-btn i {
    line-height: 55px;
    padding-left: 5px;
}

.testimonial-wrapper.about .testimonial-text,
.testimonial-wrapper .testimonial-text {
    display: flex;
    flex-direction: column;
    height: 500px;
    justify-content: center;
    padding: 0 60px;
}

.testimonial-wrapper.about .single-testimonial-item,
.testimonial-wrapper .single-testimonial-item {
    background-position: center;
    background-size: auto;
}

.testimonial-content p {
    font-style: italic;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #141414;
}

.testimonial-content h5 {
    margin-bottom: 10px;
}

.testimonial-wrapper .owl-nav {
    text-align: center;
}

.testimonial-wrapper .owl-nav button.owl-prev,
.testimonial-wrapper .owl-nav button.owl-next {
	position: absolute;
	color: #0CF;
	font-size: xx-large;
	right: 120px;
	font-weight: 600;
	border: 2px;
}

.testimonial-wrapper .owl-nav button.owl-prev:hover,
.testimonial-wrapper .owl-nav button.owl-next:hover {
	font-size: xx-large;
	font-weight: 900;
	font-style: inherit;
}

.testimonial-wrapper .owl-nav button.owl-next {
	right: 70px;
	font-size: xx-large;
	font-weight: 600;
}


/* ==================================
             Partners  
 ==================================== */
/* Partners section */
.partners-content img {
    opacity: 0.5;
    max-width: 116px
}

.single-partners-item {

    display: flex;
    justify-content: center;
    flex-direction: row;

}

.partners-content img:hover {
    opacity: 1;
    transition: 0.7s;
    cursor: pointer;
}

/* =================
      Team   
 =================== */
/* Team Section one*/
.team-member {
    padding: 0
}

.team-member,
.team-member-image {
    position: relative
}

.team-member-content:before {
    background-color: #ddd;
    bottom: 50px;
    content: '';
    height: 40px;
    position: absolute;
    right: 30px;
    transition: all 0.3s;
    width: 1px;
}

.team-member:hover .team-member-content:before {
    background-color: #ddd;
    bottom: 50px;
    content: '';
    height: 70px;
    position: absolute;
    right: 30px;
    width: 1px;
}

.team-member-content h4 {
    color: #141414;
    margin-bottom: 5px;
    margin-top: 15px;
    text-align: right;
}

.team-member-content span {
    display: block;
    text-align: right;
    margin-bottom: 25px;
}

/* Team Section two  */

.single-team-info i.fa-facebook:hover {
    background-color: #3A559F;
    color: #fff;
    transition: 0.5s;
}

.single-team-info h4 {
    color: #FFF;
    margin-bottom: 5px;
}

.single-team-info span {
    display: block;
    margin-bottom: 20px;
}

.single-team-info p {
    color: #CCC;
}

.single-team-member {
    margin-bottom: 70px;
    text-align: center;
}

.single-team-info {
    background-color: #141414;
    padding: 30px 15px;
    position: absolute;
    bottom: -100%;
    opacity: 0;
    transition: all 0.3s;
}

.single-team-member:hover .single-team-info {
    bottom: 0;
    opacity: 1;
}

.team-wrapper .owl-dots {
    text-align: center;
    margin-top: 50px;
}

.team-wrapper .owl-dot {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.team-wrapper .owl-dot span {
    display: block;
    width: 30px;
    height: 6px;
    background-color: #cccccc;
}

.team-wrapper .owl-dot.active span {
    background-color: #141414;
}

/* ===================================
                  Blog   
 ===================================== */
/*Blog Section One*/
.news-section {
    position: relative;
    padding: 90px 0 50px;
}

.news-block {
    position: relative;
    margin-bottom: 50px;
}

.news-block .inner-box {
    position: relative;
}

.news-block .inner-box .image {
    position: relative;
}

.news-block .inner-box .image .post-date {
    position: absolute;
    left: 15px;
    top: -5px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 15px;
    text-align: center;
    z-index: 1;
    background-color: #141414;
}

.post-date a {
    color: #fff;
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.news-block .inner-box:hover .image .overlay-box {
    opacity: 1;
}

.news-block .inner-box .lower-content {
    position: relative;
    padding-top: 30px;
}

.news-block .inner-box .lower-content .options {
    position: relative;
    border: 1px solid #bbbbbb;
}

.news-block .inner-box .lower-content .options li {
    position: relative;
    text-align: center;
    float: left;
    width: 50%;
    padding: 0 0;
    list-style: none;
}

ul.options li:hover {
    background: #141414;
    color: #fff;

}

.news-block .inner-box .lower-content .options li:first-child {
    border-right: 1px solid #bbbbbb;
}

.news-block .inner-box .lower-content .options li:last-child {
    font-weight: 500;
}

.news-block .inner-box .lower-content .options li a {
    position: relative;
    display: block;
    color: #666666;
    font-size: 14px;
    padding: 13px 0;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block .inner-box .lower-content .options li:last-child a {
    color: #141414;
}

.news-block .inner-box .lower-content .options li a:hover,
.news-block .inner-box .lower-content .options li:last-child a:hover {
    color: #fff;
}

ul.options {
    padding-left: 0;
}

/* Blog Section two */
.blog-bg img {
    box-shadow: -15px 15px #ddd;
}

.custom-padding {
    padding: 50px 0;
}

.blog-list {
    margin-bottom: 70px;
    overflow: auto;
}

.blog-list .blog-bg,
.blog-list .blog-content {
    margin-top: 30px;
    padding-bottom: 20px;
}

.blog-list:last-child {
    margin-bottom: 0
}

.blog-content h3 {
    color: #141414;
}

/* Blog Section  three */
.blog-box-content {
    background-color: #FFF;
    padding: 15px 0;
}

.blog-box-content h3 {
    font-size: 22px;
    color: #141414;
    margin-top: 15px
}

.blog-meta {
    color: #777;
    font-size: 13px;
    margin-bottom: 15px;
}

.blog-meta a {
    color: #777;
    font-style: italic;
    padding: 0 3px;
}

.blog-meta a:hover {
    color: #141414;
}

.blog-meta i {
    padding-right: 8px;
    font-size: 18px;
    color: #141414;
}

.post-nav .page-next {
    text-align: right;
}

.post-nav .page-prev {
    text-align: left;
}

/* ==========================================
                     Home Video   
============================================== */
video {
    vertical-align: middle;
}

/* Footer section*/
.nav-folderized .nav h3 {
    position: relative;
}

.nav-folderized .nav h3::before {
    position: absolute;
    left: 0;
    content: "";
    background: #fff;
    width: 30px;
    height: 1px;
    bottom: -15px;
}

@media only screen and (min-width: 320px) and (max-width:991px) {
    .nav-folderized .nav h3::before {
        opacity: 0;
    }
}

.footer-wrapper {
    background-size: cover;
    position: relative;
    width: 100%;
    background-attachment: fixed;
}

.footer-wrapper.footer-fixed {
    background-size: cover;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer-wrapper.dark {
    background: #f5f5f5;
}

.footer-area {
    padding: 90px 0 0;
    margin-top: 70px;
}

.footer-dark .footer-area,
.footer-dark .footer-area a {
	color: #FFF;
}

.footer-light .footer-area,
.footer-light .footer-area a {
    color: #141414;
}

.footer-light a:hover,
.footer-light .footer-widget .social-buttons.style4 li a:hover i {
    color: #999;
}

.footer-widget p {
	font-size: 18.5px;
	font-weight: 200;
}

.footer-dark .footer-widget p {
	color: #FFF;
}

.footer-widget h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 30px;
	letter-spacing: 0.125em;
}

.footer-dark .footer-widget h3 {
    color: #FFF;
}

.footer-widget .social-buttons {
    margin: 30px 0;
}

.footer-light .footer-widget .social-buttons.style4 li a i {
    font-size: 20px;
    color: #141414;
}

.footer-widget .social-buttons li:first-child a {
    margin-left: 0;
}

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

.footer-list li {
    line-height: 40px;
}

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

.contact-info {
	line-height: 1.7;
	margin-bottom: 25px;
}

.contact-info .details h3 {
    font-size: 16px;
    font-weight: 600;
}

.contact-info .icon,
.contact-info .text {
    display: table-cell;
}

.contact-info .icon {
    font-size: 15px;
    padding-right: 10px;
    width: 30px;
    vertical-align: top;
}

#map {
    z-index: 0;
}

.copyright-area {
    border-top: 1px solid #ddd;
    padding: 30px 0;
    position: relative;
}

.footer-dark .copyright-area {
	border-top: 0px solid rgba(255, 255, 255, 0.3);
}

.copyright-area,
.copyright-area p {
    font-size: 12px;
}

.footer-dark .copyright-area,
.footer-dark .copyright-area p {
	color: #FFF;
}

.copyright-area ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.copyright-area li {
    display: inline-block;
    font-size: 12px;
}

.copyright-area li:after {
    content: "|";
    padding-left: 10px;
    padding-right: 5px;
}

.copyright-area li:last-child:after {
    display: none;
}

.footer-dark .copyright-area li a {
	color: #FFF;
}

.footer-dark .copyright-area li a:hover {
    color: #FFF;
}

/* ===============================
            About Page Two   
    ==============================*/
img.about-us-2 {
    box-shadow: 15px 15px #ddd;
    height: 230px;
}

/* ===============
  Blog Page 
===================*/
.post-single img {
    margin-bottom: 30px;
}

.post-single .post-tags span {
    color: #141414;
    font-weight: 600;
}

.post-single p,
.post-single p.lead {
    margin-bottom: 30px;
}

.post-single .post-tags,
.post-single .post-social {
    display: inline-block;
    padding: 30px 0;
}

.post-single .post-social {
    float: right
}

.post-single .post-tags a {
    background-color: #f5f5f5;
    color: #141414;
    display: inline-block;
    font-size: 13px;
    margin: 0 2px 5px 0;
    padding: 5px 10px;
    transition: 0.3s;
}

.post-single .post-tags a:hover {
    background: #ddd;
    color: #141414;
}

/*===================
 single Blog page 
 ===================*/
.post-single .post-tags a {
    color: #777;
}

.author-name h4 {
    padding-right: 15px
}

.author-name h4:after {
    color: #ddd;
    content: '/';
    font-weight: 300;
    padding-left: 15px;
}

.author-info p {
    margin-top: 30px;
}

/* Blog left sidebar */
.post-nav {
    border-top: 1px solid #ddd;
    margin: 50px 0 0;
    padding-top: 20px;
}

.post-nav>div a {
    color: #777;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.075em;
    line-height: 1;
}

.post-nav>div a span {
    text-transform: uppercase;
}

.post-nav>div a p {
    font-weight: 600;
    padding: 20px 0;
}

.post-nav .page-prev a span:before {
    content: '\f3d2';
    font-family: 'Ionicons';
    font-size: 18px;
    font-weight: 400;
    left: 0;
    line-height: 0.8;
    position: absolute;
    top: 0;
}

.post-nav .page-next a span:after {
    content: '\f3d3';
    font-family: 'Ionicons';
    font-size: 18px;
    font-weight: 400;
    line-height: 0.8;
    position: absolute;
    right: 0;
    top: 0;
}

.post-nav>div a:hover {
    color: #141414;
}

.page-prev a span {
    padding-left: 20px;
}

.page-next a span {
    padding-right: 20px;
}

.page-num ul {
    padding-left: 0;
}

.page-num li {
    display: inline-block;
    padding-left: 0;
    width: 30px;
}

.page-num li a {
    display: block;
    font-size: 13px;
    font-weight: 400;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.page-num li.active,
.page-num li a:hover {
    color: #141414;
}

/* ========================
   Contact Page         
=========================*/
.contact-info-box i {
    font-size: 30px;
}

/* ========================
   comment          
=========================*/
.comments ul {
    list-style-type: none;
}

.comments ul li {
    margin-bottom: 0;
}

.comments .comments-title {
    margin-bottom: 5px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(44, 44, 44, 0.1);
}

.comments .comment-list>li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(44, 44, 44, 0.1);
}

.comments .comment-list>li:last-of-type {
    border-bottom: 0;
}

.comments .comment-list>li .comment {
    position: relative !important;
    padding: 25px 0 15px 20px;
}

.comments .comment-list>li .comment .comment-author {
    position: absolute;
    left: 0;
}

.comments .comment-list>li .comment .comment-author img {
    border-radius: 50%;
    width: 100px;
}

.comments .comment-list>li .comment .comment-details {
    padding-left: 100px;
    position: relative;
}

.comments .comment-list>li .comment .comment-details .comment-meta .commenter {
    font-size: 15px;
    font-weight: 500;
    color: #2c2c2c;
    font-style: normal;
}

.comments .comment-list>li .comment .comment-details .comment-meta .comment-date {
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #2c2c2c;
    margin: 5px 0 10px 0;
}

.comments .comment-list>li .comment .comment-details .comment-content p {
    font-size: 15px;
    line-height: 22px;
}

.comments .comment-list>li .comment .comment-details .comment-content .comment-reply .comment-reply-link {
    font-size: 13px;
}

.comments .comment-list>li .comment .comment-details .comment-content .comment-reply .comment-reply-link:hover {
    text-decoration: none;
}

.comments .comment-list .children .comment {
    border-top: 1px solid rgba(44, 44, 44, 0.1);
    padding-top: 20px;
    padding-bottom: 15px;
}

.comments .comment-list .children>li {
    margin-left: 72px;
}

.comments .comment-list .children .children li {
    margin-left: 33px;
}

.comment-respond {
    margin-top: 65px;
}

.comment-respond .comment-reply-title {
    margin-bottom: 30px;
}

.comment-respond .comment-form .text-fields .form-control {
    display: inline-block;
    float: left;
    width: 30.7%;
    margin-right: 3.9%;
}

.comment-respond .comment-form .text-fields .form-control:last-of-type {
    margin-right: 0;
}

.comment-respond .comment-form .text-fields .form-control {
    width: 100%;
    margin-right: 0;
    float: none;
}

.form-control {
    border: none;
    background-color: #f5f5f5;
    box-shadow: none;
    transition: all 0.5s;
}

.form-control:focus {
    background-color: transparent;
    border-bottom: 1px solid #141414;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-form .form-control {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    padding: 9px 15px;
    height: 50px;
    margin-top: 30px;
}

/* Comment form */
.comment-form {
    width: 750px;
    padding-bottom: 50px;
}

.comment-form input,
.comment-form textarea {
    border: none;
    background: none;
    border-bottom: 1px solid #999;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    margin-left: 52px;
}

.comment-form textarea {
    width: 100%;
}

.contact-form input.form-control {
    border: none;
    border-bottom: 1px solid #999;
}

.contact-form input.form-control:focus,
.contact-form textarea.form-control:focus {
    border-bottom: 1px solid #141414;
}

.contact-form textarea.form-control {
    height: 140px;
    border: none;
    border-bottom: 1px solid #999;
}

.contact-form .button {
    margin-left: 0;
}

.comment-form textarea {
    height: 120px;
    margin-left: 66px;
    width: 82%;
}

/* --------------
    Map
----------------- */
.map {
    min-height: 300px
}

/* --------------
    scroller
----------------- */
.scrolltotop {
	border: 2px solid #333333;
	border-radius: 0;
	bottom: 40px;
	color: #000000;
	cursor: pointer;
	display: none;
	font-size: 20px;
	height: 30px;
	text-align: center;
	position: fixed;
	right: 30px;
	width: 30px;
	z-index: 999;
	font-weight: 300;
}

/* ================================
            Responsive             
 ==================================*/
@media only screen and (min-width: 1024px) {
    nav.bootsnav.brand-center.ham-nav .navbar-brand {
        padding: 15px 0;
    }

    nav.navbar.bootsnav ul.nav>li>a {
        padding: 0 20px;
        line-height: 80px;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        background-color: #141414;
        border: none;
        padding: 10px 0;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
        border-bottom: none;
        color: #999;
        font-size: 14px;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover {
        color: #FFF;
    }

    .attr-nav>ul>li>a {
        padding: 30px 40px !important;
    }

    .ham-menu .attr-nav>ul>li>a {
        padding: 0px 15px !important;
    }

    .widget.categories ul li a {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .attr-nav>ul>li>a {
        right: -30px;
    }

    .single-service:nth-child(4),
    .single-service:nth-child(5),
    .single-service:nth-child(6) {
        border-bottom: none;
    }

    .testimonial-wrapper.about .testimonial-content {
        padding: 0;
    }

    .testimonial-wrapper.about .owl-nav button.owl-prev,
    .testimonial-wrapper.about .owl-nav button.owl-next {
        bottom: 5%;
    }

    .testimonial-text {
        height: 350px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 992px) {
    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: 900px;
        overflow-y: visible !important;
    }

    nav.navbar.bootsnav .navbar-header {
        float: none;
        display: block;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    nav.navbar.bootsnav .navbar-nav {
        float: none !important;
        padding-left: 0;
        padding-right: 0;
        margin: 0px -15px;
    }

    nav.navbar.bootsnav li.dropdown a.dropdown-toggle::before {
        font-family: 'Ionicons';
        content: "\f3d0";
        float: right;
        font-size: 13px;
        margin-right: 10px;
    }

    nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle::after,
    .main-menu-one ul.nav>li.dropdown>a.dropdown-toggle::after {
        display: none;
    }

    nav.navbar.bootsnav .navbar-toggle {
        background-color: transparent;
    }

    nav.navbar.bootsnav li.dropdown.on>a.dropdown-toggle::before {
        content: "\f3d8";
    }

    .navbar-toggle i {
        color: #fff;
    }

    nav.navbar.dark.bootsnav .navbar-toggle i {
        color: #141414;
    }

    nav.navbar.bootsnav .navbar-nav>li>a {
        border-bottom: 1px solid #625a5a;
        padding: 15px 0;
    }

    nav.navbar.bootsnav .navbar-nav>li>a:last-child {
        border-bottom: none;
    }

    nav.navbar.bootsnav .navbar-nav>li>a {
        border-top: none;
    }

    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
        border-bottom: solid 1px #625a5a;
    }

    .main-menu-one ul li>a {
        color: #fff !important;
    }

    nav.navbar.dark.bootsnav .main-menu-one ul li>a {
        color: #141414 !important;
    }

    .navbar-brand {
        padding: 5px 0;
    }

    .menu-area-one .attr-nav>ul>li>a {
        padding: 15px 15px;
    }

    .about_section .d-none,
    .about-section .d-none {
        display: none;
    }

    .about-text-area-one {
        margin-bottom: 36px;
    }

    .testimonial-content::before {
        opacity: 0;
        visibility: hidden;
    }

    .hero-client-quote,
    .hero-about-client-quote {
        padding: 10px 5px;
        margin-top: 40px;
    }

    .hero-client-quote::after,
    .hero-about-client-quote:after {
        display: none;
    }

    p.lead {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    nav.navbar.bootsnav ul.nav>li>a {
        font-size: 14px;
    }

    nav.bootsnav.brand-center.ham-nav .navbar-header {
        margin-top: 40px;
    }

    #menu-toggle {
        top: 45px;
    }

    .ham-menu .attr-nav {
        margin: 0;
        right: 0;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    nav.navbar.bootsnav.ham-nav .attr-nav>ul>li>a {
        line-height: 40px;
    }

    .blog-content h3 {
        margin-top: 20px;
    }

    .single-promo-box {
        width: 100%;
    }

    .hero-testimonial-item {
        margin: 50px 20px 20px 50px;
        padding: 33px 20px;
    }

    .team-member-content i {
        font-size: 17px;
        padding-right: 0px;
    }

    .testimonial-wrapper .owl-nav {
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 50%;
    }

    .team-member,
    .team-member-image {
        text-align: center;
    }
    .page-title h1 {
    font-size: 25px;
}
}

@media only screen and (min-width: 320px) and (max-width: 740px) {
    nav.navbar.bootsnav .navbar-toggle {
        margin-left: 14px;
    }

    #navbar-menu {
        margin: 0 2px;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1023px) {
    .nav.navbar-nav.navbar-right {
        margin-top: 14px;
    }
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
    #main-menu {
        top: 30%;
    }

    #myVideo {
        width: auto;
        height: 100%;
    }
}

@media only screen and (min-width: 568px) and (max-width: 767px) {
    .hero-area-text h2 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #menu-toggle.active {
        left: 283px;
    }

    section {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: -60px;
	padding-left: 0;
    }

    .home-banner-area .banner-content .banner-title {
        font-size: 30px;
        margin-left: 15px;
        line-height: 38px;
    }

    #myVideo {
        width: auto;
        height: 100%;
    }

    .home-banner-area.project .banner-content .banner-title {
        margin-left: 0;
    }

    .single-project-item {
        max-width: 400px;
        margin: 0 auto;
    }

    .banner-content .button.style5 {
        margin-left: 15px !important;
    }

    .about-exp {
        padding: 10px 15px;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .filter li {
        margin: 0.6rem 1.6rem 0 0;
        display: inline-block;
    }

    .social-buttons.style4 i {
        font-size: 20px;
    }

    .testimonial-wrapper.about .testimonial-text {
        height: 380px;
        text-align: center;
    }

    .testimonial-content::before {
        display: none;
    }

    .single-team-member img {
        width: 100%;
        height: auto;
    }

    .blog-list {
        margin-bottom: 15px;
    }

    .section-title-left {
        margin-top: 45px !important;
    }

    .single-service {
        border-right: none;
    }

    .section-blog .single-blog-post {
        margin-top: 30px;
    }

    .project-hover-item {
        height: 28%;
        top: 72%;
    }

    .hero-client-quote::after,
    .hero-about-client-quote:after {
        display: none;
    }

    .about-text {
        margin-bottom: 30px;
    }

    .about-breif-section {
        padding: 30px 0;
    }

    .hero-testimonial-item {
        margin: 50px 20px 20px 35px;
    }

    .team_section {
        padding-bottom: 40px;
    }

    .team_section {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 567px) {
    .hero-area-text h2 {
        font-size: 18px;
        letter-spacing: 0;
    }

    .hero-slider-wrapper .owl-nav {
        position: relative;
        text-align: center;
        right: 15px;
    }

    .section-title-left h2,
    .section-title-right h2 {
        margin-bottom: 40px;
        font-size: 20px;

    }

    .section-title-left:before {

        top: 24%;
        width: 70px;
        height: 3px;

    }

    .section-title-right:after {
        top: 24%;
        width: 70px;
        height: 3px;
    }

    .project-filter li {
        margin: 0 4px;
        padding: 2px 5px;
    }

    .project-filter li.active:before {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 5px solid #141414;
    }

    .project-hover h3 {
        margin-bottom: 20px;
    }

    .single-team-info a {
        padding: 0 1px;
    }

    .team-wrapper .single-team-member img {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width: 320px) and (max-width: 420px) {
    .about-section-area {
	margin-top: 50px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .video-play-btn {
        top: 55%;
        left: 60%;
        width: 50px;
        height: 50px;
        transform: translateY(-50%);
        margin-left: -60px;
    }

    .video-play-btn i {
        line-height: 48px;
    }

    .about-section::before {
        width: 100%;
    }

    .left-arrow,
    .right-arrow {
        display: none !important;
    }

    .testimonial-img .video-play-btn {
        top: 100%;
        left: 28%;
        width: 45px;
        height: 45px;
    }

    .testimonial-img .video-play-btn i {
        line-height: 47px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 459px) {

    .filter-project-carousel .owl-nav,
    .filter-project-carousel2 .owl-nav {
        top: 79%;
    }

    .filter-project-carousel .owl-nav button.owl-prev::before,
    .filter-project-carousel .owl-nav button.owl-next::before {
        color: #fff;
    }
}

@media only screen and (min-width: 375px) {
    .filter-project-carousel .owl-nav button.owl-prev {
        left: -345px;
    }

    .filter-project-carousel .owl-nav button.owl-next {
        right: -2px;
    }
}

@media only screen and (min-width: 400px) and (max-width: 992px) {
    .filter-project-carousel .owl-nav {
        position: absolute;
        top: -80px;
        right: 0;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1024px) {
    .filter-project-carousel .owl-nav {
        top: -79px;
    }
}

@media only screen and (min-width: 800px) {
    /*.hero-slider-wrapper .owl-nav {
        top: -1%;
    }*/

    .about-text {
        margin-bottom: 90px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .testimonial-content {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-wrapper.about .testimonial-content {
        padding: 60px 20px;
    }

    .testimonial-wrapper.about .owl-nav button.owl-prev,
    .testimonial-wrapper.about .owl-nav button.owl-next {
        bottom: 7%;
    }

    .testimonial-wrapper .owl-nav button.owl-prev {
        font-size: 20px;
        width: 30px;
        height: 30px;
    }

    .testimonial-wrapper .owl-nav button.owl-next {
        font-size: 20px;
        width: 30px;
        height: 30px;
    }

    .client-content::before,
    .client-content:after {
        font-size: 23px;
    }

    .testimonial-content {
        padding: 0 30px;
    }

    .testimonial-content img {
        margin-left: 34%;
    }

    .about-text {
        margin-bottom: 75px;
    }

    .testimonial-wrapper.about .testimonial-text {
        height: 300px;
        text-align: center;
    }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
    .home-banner-area .banner-content .banner-title {
        font-size: 46px;
        line-height: 48px;
        margin-bottom: 15px;
    }

    .home-banner-area .banner-content {
        margin-left: 10px;
    }

    .hero-slider-wrapper .owl-nav {
        right: 15px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
    .home-banner-area .banner-content .banner-title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width : 991px) {
    .page-wrapper.fixed-footer {
        margin-bottom: 540px !important;
    }
}

@media only screen and (max-width : 600px) {
    .page-wrapper.fixed-footer {
        margin-bottom: 595px !important;
    }
}

@media only screen and (max-width : 449px) {
    .page-wrapper.fixed-footer {
        margin-bottom: 620px !important;
    }
}

@media only screen and (max-width : 350px) {
    .page-wrapper.fixed-footer {
        margin-bottom: 650px !important;
    }
}

@media only screen and (max-width : 992px) {
    .nav-folderized .nav h3 {
        cursor: pointer;
    }

    .nav-folderized ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.7s ease-out;
    }

    .nav-folderized .nav h3:after {
        float: right;
        content: '\f3d0';
        font-family: 'Ionicons';
    }

    .nav-folderized .nav.open h3:after {
        content: '\f3d8';
        font-family: 'Ionicons';
    }

    .nav-folderized .nav.open ul {
        height: auto;
        max-height: 500px;
        transition: max-height 0.7s ease-in !important;
    }

    .social-buttons.style4 {
        overflow: visible;
    }

    .footer-list li {
        margin-left: 25px;
    }

    .copyright-area {
        text-align: center;
    }

    .text-right {
        text-align: center;
    }

    .footer-widget h3 {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .footer-widget.about {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width:991px) {
    .footer-area {
        padding: 50px 0 27px 0;
        margin-top: 70px;
    }

    .copyright-area {
        margin-bottom: 22px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .page-wrapper.fixed-footer {
        margin-bottom: 570px;
    }

    .portfolio-content {
        padding: 15px 30px;
    }
    .portfolio-content {
        bottom: -13%;
    }

    .comments .comment-list>li .comment .comment-author img {
        width: 60px;
    }

    .comments .comment-list>li .comment .comment-details {
        padding-left: 50px;
    }

    .post-content {
        text-align: center;
    }

    .post-single .post-social {
        float: none;
    }

    .post-nav {
        border-top: none;
    }

    .page-prev {
        text-align: center !important;
        border-bottom: 1px solid #ddd;
    }

    .page-next {
        text-align: center !important;
    }

    .post-nav>div a p {
        padding: 5px 0;
    }

    .page-prev p {
        margin-bottom: 10px;
    }

    .page-next {
        margin-top: 18px;
    }

    .blog-content {
        margin-top: 14px;
    }

    img.service-img {
        margin-top: -65px;
    }

    .project-filter {
        margin-bottom: 37px;
    }

    .project-hover-item {
        background: rgba(0, 0, 0, 0.7);
        visibility: visible;
        opacity: 1;
    }

    .filter-project-item {
        text-align: left;
    }

    .filter-project-item:hover .filter-project-hover .filter-project-title {
        transform: translateY(0);
    }

    .filter-project-item .underline {
        left: 10%;
        top: 90%;
        opacity: 1;
    }

    .filter-project-item .underline.style1 {
        color: #FFF;
    }

    .filter-project-hover {
        left: 0;
        top: 73%;
        width: 100%;
        height: 30%;
    }

    .filter-project-title {
        opacity: 1;
    }

    .filter-project-hover {
        background-color: rgba(0, 0, 0, 0.69);
    }

    .filter-project-item .filter-project-title {
        position: relative;
        color: #fff;
        opacity: 1;
        left: 0;
        top: -25px;
    }

    .filter-project-carousel .owl-nav {
        top: 90%;
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    .single-team-member img {
        margin-left: 16%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .team_section {
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 400px) and (max-width: 600px) {
    .team-member-content h4 {
        font-size: 20px;
    }

    .team-member-content span {
        font-size: 13px;
    }

    .team-member-content i {
        font-size: 15px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 991px) {

    .testimonial-wrapper.about .owl-nav button.owl-prev,
    .testimonial-wrapper.about .owl-nav button.owl-next {
        bottom: 7%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
    .post-nav .page-next a span::after {
        top: 38% !important;
    }

    .post-nav .page-prev a span::before {
        top: -12% !important;
    }

    .page-next a span {
        padding-right: 13px !important;
    }

    .page-prev a span {
        padding-left: 13px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 399px) {
    .team-member-content h4 {
        font-size: 20px;
    }

    .team-member-content span {
        font-size: 14px;
    }

    .team-member-content .social-buttons i {
        font-size: 20px !important;
    }

    .team-member-content .social-buttons.style4 a {
        margin: 0 3px;
    }

    .social-buttons.style4 {
        margin-bottom: 15px;
        overflow: visible;
    }
}

@media only screen and (min-width: 400px) and (max-width: 557px) {
    .promo-box-table h3 {
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 15px;
    }

    .button {
        font-size: 8px !important;
        margin: 5px 5px;
        padding: 8px 8px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
    .promo-box-table h3 {
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 22px !important;
    }

    .button {
        font-size: 10px !important;
        padding: 13px 16px !important;
    }

    .banner-content a.button.style2 {
        margin-left: 15px;
    }

    img.icons {
        padding-top: 5px !important;
        max-width: 40px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 640px) {
    .hero-client-quote {
        margin-top: 45px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width:992px) {
    .sidebar .widget.categories ul li a {
        margin-left: 12px;
    }

    .comments-title {
        margin-top: 20px;
    }

    .author .col-md-3 {
        text-align: center;
    }

    blockquote::after {
        bottom: 10px;
    }

    .comments .comment-list .children>li,
    .comments .comment-list .children .children li {
        margin-left: 0;
    }

    .action-btn {
        text-align: left;
    }

    .project-section {
        padding-bottom: 15px;
        padding-top: 40px
    }

    .project-filter {
        text-align: center;
    }
}

@media only screen and (min-width: 437px) and (max-width:992px) {
    .post-social .social-buttons {
        text-align: right;
    }
}

@media only screen and (min-width: 320px) and (max-width:600px) {
    .post-nav>div a {
        font-size: 10px;
    }

    .page-num {
        text-align: center;
    }

    .nav-res .page-prev {
        border-bottom: none;
        margin-bottom: 17px;
    }

    .post-nav .page-next a span::after {
        font-size: 13px;
        line-height: 0.2;
    }

    .project-hover-item h3 {
        font-size: 18px;
        padding: 0 5px;
    }

    .project-hover-item a {
        font-size: 15px;
        margin-top: 8px;
    }

    .filter-project-description {
        opacity: 0;
        visibility: hidden;
    }

    nav.navbar.bootsnav.ham-nav .attr-nav>ul>li>a span {
        display: none
    }

    .ham-menu nav.navbar.bootsnav .navbar-brand {
        float: right !important;
    }

    nav.navbar.bootsnav .navbar-brand img {
        max-width: 130px
    }

    .page-next a span {
        font-size: 10px;
    }

    .project-nav.nav-res .page-prev a span::before {
        font-size: 15px;
        line-height: 0.2;
        top: 42%;
    }

    .project-nav.nav-res .page-next a span::after {
        font-size: 15px;
        line-height: 0.2;
        top: 42%;
        right: 4%;
    }

    .project-nav .page-next a span::after {
        font-size: 15px;
        line-height: 0.2;
        top: 42%
    }

    .project-nav.nav-res h5 {
        padding-bottom: 0 !important;
    }

    .callout-btn {
        text-align: center !important;
    }
}

@media only screen and (min-width: 320px) and (max-width:420px) {
    .page-prev a span {
        padding-left: 13px;
        font-size: 10px;
    }

    .post-nav .col-xs-4 {
        padding: 0;
    }

    .post-nav .page-prev a span::before {
        font-size: 13px;
        line-height: 18px;
    }

    .post-nav .page-next a span::before {
        font-size: 13px;
        line-height: 13px;
    }
}

@media only screen and (min-width: 320px) and (max-width:760px) {
    .service-desc {
        height: 300px;
    }
}

@media only screen and (min-width: 320px) and (max-width:768px) {
    .project-hover-item h3 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .project-hover-item a {
        font-size: 16px;
        margin-top: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width:992px) {
    .project-filter {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 460px) and (max-width:767px) {
    .filter-project-description {
        opacity: 0;
        visibility: hidden;
    }
}

@media only screen and (min-width: 767px) {
    .filter-project-carousel .owl-nav {
        top: -17%;
        right: 4%;
    }
}

@media only screen and (max-width: 320px) and (max-width: 414px) {
    .filter-project-carousel .owl-nav {
        top: 90%;
        right: 4%;
    }
}

/* ================================================================================
                                SHORTCODE Starts
 ==================================================================================*/
/* ===========================================
        Alerts & Callout 
 ===========================================*/
p.lead {
	margin-bottom: 5px;
}

button.close span i {
    font-size: 9px;
}

.alert {
    border-radius: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

.alert .close {
    font-size: 16px;
    opacity: 0.75;
}

.alert .close:hover {
    opacity: 1;
}

.alert-icon,
.alert-text {
    display: table-cell;
    font-size: 13px;
    line-height: 1;
    vertical-align: middle;
}

.alert-icon {
    font-size: 16px;
    padding-right: 15px;
}

.alert-general {
    background-color: #f6f6f6;
    border: 1px solid #dcdcdc;
    color: #777;
}

.alert-danger {
    background-color: #ffd5cf;
    border: 1px solid #fdb1a8;
    color: #f00a0a;
}

.alert-danger .close {
    color: #ff391f;
}

.alert-warning {
    background-color: #fff6c7;
    border: 1px solid #ffcc66;
    color: #c3a036;
}

.alert-warning .close {
    color: #ffaa00;
}

.alert-success {
    background-color: #c1faa8;
    border: 1px solid #7cd156;
    color: #3f871f;
}

.alert-success .close {
    color: #62bf39;
}

.alert-info {
    background-color: #c4f0ff;
    border: 1px solid #8ae1ff;
    color: #158db5;
}

.alert-info .close {
    color: #21c2f8;
}

.alert-help {
    background-color: #e4d1e5;
    border: 1px solid #dfa3e3;
    color: #96549b;
}

.alert-help .close {
    color: #b774bb;
}

/* Style2 */
.alert.style2 {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    position: relative;
}

.alert.style2 .close {
    color: #777;
    padding: 10px 10px 0 0;
    position: absolute;
    right: 0;
}

.alert.style2 .alert-text {
    border: 1px solid #ddd;
    border-left: none;
    padding: 20px 25px;
}

.alert.style2 .lead {
    color: #555454;
    font-weight: 700;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.alert.style2 p {
    color: #777;
    line-height: 24px;
}

.alert.style2 .alert-icon {
    font-size: 36px;
    padding: 0;
    text-align: center;
    width: 120px;
    border: 1px solid #ddd;
}

.alert.style2.alert-warning .alert-icon {
    background-color: #fff;
    color: #141414;
    border: 1px solid #ddd;
}

.alert.style2.alert-general .alert-icon {
    background-color: #ddd;
    color: #141414;
}

.alert.style2.alert-danger .alert-icon {
    background-color: #141414;
    color: #fff;
}

/* Style3 */
.alert.style3 {
    border-color: transparent;
    color: #FFF;
    padding: 30px 50px;
    position: relative;

}

.alert.style3 .close {
    color: #FFF;
    padding: 10px 10px 0 0;
    position: absolute;
    right: 0;
    top: 0;
}

.alert.style3 .alert-icon {
    font-size: 30px;
    padding-right: 40px;
}

.alert.style3 .lead {
    font-weight: 700;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.alert.style3.alert-warning {
    background-color: #feca4e;
}

.alert.style3.alert-info {
    background-color: #49cdf9;
}

.alert.style3.alert-danger {
    background-color: #fb6a53;
}

.alert.style3.alert-help {
    background-color: #796ed3;
}

.alert.style3.alert-general {
    background-color: #f1f1f1;
    color: #777;
}

.alert.style3.alert-general .close {
    color: #777;
}

.alert.style3.alert-success {
    background-color: #7eda2c;
}

/* Style4 */
.alert.style4 {
    background-color: transparent;
    border: 1px solid #e2e6e7;
    padding: 30px 35px;
    position: relative;

}

.alert.style4 .close {
    color: #777;
    padding: 10px 10px 0 0;
    position: absolute;
    right: 0;
    top: 0;
}

.alert.style4 .alert-icon {
    border-radius: 50%;
    font-size: 30px;
    height: 80px;
    padding: 0;
    text-align: center;
    width: 80px;
}

.alert.style4 .alert-icon i {
    line-height: 80px;
}

.alert.style4 .alert-text {
    padding-left: 30px;
}

.alert.style4 .lead {
    color: #555454;
    font-weight: 700;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.alert.style4 p {
    color: #777;
    line-height: 24px;
}

.callout {
    padding: 50px 30px;
}

.callout h3,
.callout .button {
    margin: 0;
}

.callout-btn {
    text-align: right;
}

/* Style1 */
.callout.style1 {
    background-color: #fafafa;
}

.callout.style1 h3 {
    font-style: italic;
    line-height: 50px;
}

/* Style2 */
.callout.style2 {
    background-color: #141414;
}

.callout.style2 h3 {
    color: #FFF;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

/* Style3 */
.callout.style3 {
    padding: 0;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #999;

}

.callout.style3 h3 {
    color: #141414;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

/* Style4 */
.callout.style4 {
    padding: 0;
    padding-top: 30px;
}

.callout.style4 h3 {
    color: #FFF;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
}

.callout.style4 p {
    color: #FFF;
    margin-top: 15px;
}

.callout.style4 .callout-btn {
    display: table-cell;
    vertical-align: middle;
}

.callout.style4 .button {
    margin: 30px 15px;
}

.callout.style4 .button.style3 {
    border-color: #FFF;
}

.callout.style4 .button.style3:hover {
    border-color: #141414;
}

.callout.style4 .button.style4 {
    color: #FFF;
}

.callout.style4 .button.style4:hover {
    color: #141414;
}

/*-----------------------------------------------------------
    3. Buttons & Links
-------------------------------------------------------------*/
.button {
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .125em;
    line-height: 1;
    margin: 20px 13px 20px 0;
    padding: 13px 30px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: bottom;
}

.button.md {
    padding: 18px 24px;
}

.button.lg {
    font-size: 14px;
    padding: 22px 60px;
}

.button.xlg {
    font-size: 14px;
    padding: 24px 60px;
}

.button.style1,
a.button.style1 {
    background-color: #141414;
    color: #f1f1f1;
}

.button.style1:hover,
a.button.style1:hover {
    background-color: #f1f1f1;
    color: #141414;
}

.button.style2,
a.button.style2 {
    background-color: #f1f1f1;
    color: #141414;
}

.button.style2:hover,
a.button.style2:hover {
    color: #f1f1f1;
    background-color: #141414;

}

.button.style3,
a.button.style3 {
    background-color: #FFF;
    border: 1px solid #141414;
    color: #141414;
}

.button.style3:hover,
a.button.style3:hover {
    background-color: #141414;
    color: #FFF;
}

.button.style4,
a.button.style4 {
	background-color: transparent;
	border: 1px solid #333;
	color: #333;
}

.button.style4:hover,
a.button.style4:hover {
	background-color: #333333;
	border: 1px solid #333333;
	color: #FFF;
}

.button.style5,
a.button.style5 {
    background-color: transparent;
    border: 1px solid #FFF;
    color: #FFF;
}

.button.style5:hover,
a.button.style5:hover {
    background-color: #141414;
    border: 1px solid #141414;
    color: #FFF;
}

.button.icon {
    font-size: 14px;
    line-height: 0.7;
    padding: 21px 45px;
}

.button.icon i {
    font-size: 30px;
    margin-left: 8px;
}

a.underline.style1 {
    color: #141414;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .125em;
    line-height: 1;
    padding-bottom: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: bottom;
}

a.underline.style1:after {
    background-color: #777;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

a.underline.style1:hover:after {
    transition: all 0.5s;
    width: 0;
}

a.underline.style1:before {
    bottom: 3px;
    content: '\f3d6';
    font-family: 'Ionicons';
    font-size: 18px;
    height: auto;
    left: 90%;
    margin-left: 5px;
    opacity: 0;
    position: absolute;
    transition: all 0.5s;
}

a.underline.style1:hover:before {
    left: 100%;
    opacity: 1;
}

a.underline.style2 {
    color: #141414;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .125em;
    line-height: 1;
    padding-bottom: 5px;
}

a.underline.style2:before {
    position: absolute;
    top: 0;
    right: -14px;
    content: "\f3d6";
    font-family: "Ionicons";
    font-size: 16px;
    transition: 0.3s;
    line-height: 14px;
}

a.underline.style2:hover {
    color: #141414;
    font-weight: 600;
}

a.underline.style2:hover:before {
    right: -24px;
}

/*----------Social Buttons-----------*/
.social-buttons {
    padding-left: 0;
}

.social-buttons li {
    display: inline-block;
    padding-left: 0;
}

.social-buttons.style1 a {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: table-cell;
    font-size: 24px;
    height: 78px;
    text-align: center;
    vertical-align: middle;
    width: 78px;
}

.social-buttons.style1 a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #777;
}

.social-buttons.style1 li {
    margin: 0 15px;
}

.social-buttons.style2 a {
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #777;
    display: table-cell;
    height: 38px;
    text-align: center;
    vertical-align: middle;
    width: 38px;
}

.social-buttons.style2 li {
    margin: 0 3px;
}

.social-buttons.style2 a:hover {
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
}

.social-buttons.style3 li {
    margin: 0 3px;
}

.social-buttons.style3 a {
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    color: #777;
    display: table-cell;
    height: 38px;
    text-align: center;
    vertical-align: middle;
    width: 38px;
}

.social-buttons.style3 a:hover {
    background-color: #FFF;
    border: 1px solid #ddd;
}

.social-buttons.style4 a {
    color: #141414;
    margin: 0 15px;
}

.social-buttons.style4 i {
    color: #fff;
    font-size: 20px;
}

.social-buttons.style4 i:hover {
    color: #999;
}

.social-buttons.style4 a:hover {
    color: #999;
}

/*-----------------------------------------------------------
    18. Icon Features
-------------------------------------------------------------*/
/* Style1 */
.icon-box .icon,
.icon-box .feature {
    display: table-cell;
}

.icon-box .icon {
    color: #141414;
    font-size: 40px;
}

.icon-box.style1 .feature {
    padding-left: 30px;
    vertical-align: top;
}

.icon-box h6 {
    color: #141414;
    font-weight: 700;
    letter-spacing: 0.075em;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.icon-box p {
    font-size: 14px;
    line-height: 24px;
}

/* Style2 */
.icon-box.style2 .icon,
.icon-box.style2 .feature {
    display: block;
}

/* Style3 */
.icon-box.style3 {
    border: 1px solid #FFF;
    cursor: pointer;
    padding: 55px 45px;
}

.icon-box.style3:hover {
    background-color: #FFF;
    color: #141414;
}

.icon-box.style3 .icon,
.icon-box.style3 .feature {
    color: inherit;
    display: block;
    text-align: center;
}

.icon-box.style3:hover h6 {
    color: #141414;
}

/* Style4 */
.icon-box.style4 .icon,
.icon-box.style4 .feature {
    display: block;
    text-align: center;
}

/* Style5 */
.icon-box.style5 {
    text-align: center;
}

.icon-box.style5 .feature {
    display: block;
    text-align: center;
}

.icon-box.style5 .icon {
    border: 1px solid #ddd;
    border-radius: 50%;
    display: block;
    font-size: 36px;
    height: 95px;
    line-height: 92px;
    margin: 0 auto 25px;
    text-align: center;
    width: 95px;
}

/* Style6 */
.icon-box.style6 .feature {
    padding-left: 30px;
    vertical-align: top;
}

/*-----------------------------------------------------------
    16. Pricing Table
-------------------------------------------------------------*/
.price-table {
    border: 1px solid #ddd;
    margin: 0 auto 50px;
    max-width: 400px;
    padding: 40px 0 30px;
    text-align: center;
    overflow: hidden;
}

.price {
    color: #141414;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.price span {
    display: inline-block;
    line-height: 0.9;
    vertical-align: top;
}

.price .amount {
    font-size: 60px;
    font-weight: 700;
}

.price-table h6 {
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.price-table .details {
    list-style: none;
    margin-top: 15px;
    padding-left: 0;
}

.price-table .details li {
    font-size: 14px;
    line-height: 40px;
}

/* Style 2 */

.price-table.style2 {
    border: none;
}

.price-table.style2.selected {
    background-color: #141414;
    color: #FFF;
}

.price-table.style2 h6 {
    color: inherit;
    font-size: 12px;
    font-weight: 700;
}

.price-table.style2 .lead {
    font-size: 14px;
}

.price-table.style2 .price {
    margin: 20px 0 50px;
    position: relative;
}

.price-table.style2.selected .price {
    color: #FFF;
}

.price-table.style2 .price:after {
    background-color: #141414;
    bottom: -30px;
    content: '';
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 30px;
}

.price-table.style2.selected .price:after {
    background-color: #FFF;
}

.price-table.style2 .price span {
    display: inline-block;
    line-height: 0.7;
    vertical-align: middle;
}

.price-table.style2 .price .amount {
    font-size: 60px;
    font-weight: 700;
}

.price-table.style2 .price .period {
    font-size: 14px;
    vertical-align: bottom;
}

/* Style 3 */
.price-table.style3 {
    border: none;
    margin-left: 90px;
    text-align: left;
}

.sp-mar-r {
    margin-right: 90px;
}

.price-table.style3 .button {
    margin-left: 0;
    margin-right: 0;
}

.price-table.style3 h6 {
    color: #777;
    font-size: 12px;
    font-weight: 600;
    line-height: 1
}

.price-table.style3 .lead {
    font-size: 16px;
}

.price-table.style3 .price {
    margin: 15px 0;
    position: relative;
}

.price-table.style3 .price span {
    display: inline-block;
    line-height: 0.7;
    vertical-align: middle;
}

.price-table.style3 .price .amount {
    font-size: 48px;
    font-weight: 400;
    padding-right: 5px;
}

.price-table.style3 .price .period {
    color: #777;
    font-size: 14px;
    vertical-align: bottom;
}

.price-table.style3 .price .period:before {
    color: #777;
    font-size: 14px;
    vertical-align: bottom;
}

.price-table.style3 .details {
    margin: 30px 0 15px;
}

.price-table.style3 .details li:before {
    content: '\e64c';
    font-family: 'themify';
    padding-right: 15px;
}

/*-----------------------------------------------------------
    10. Accordion
-------------------------------------------------------------*/
/* Style1 */
.accordian.style1 .panel-heading {
    padding: 0 15px;
}

.accordian.style1 .panel .panel-collapse .panel-body {
    border: none;
}

.accordian.style1 .panel-group .panel {
    margin-bottom: 8px;
}

.accordian.style1 .panel .panel-heading h4 a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.accordian.style1 .panel .panel-heading h4 a i {
    float: right;
    font-size: 16px;
    line-height: 30px;
    display: none;
    padding-right: 15px;
}

.accordian.style1 .panel .panel-heading h4 a[aria-expanded="true"] i.ion-ios-arrow-up {
    display: block;
}

.accordian.style1 .panel .panel-heading h4 a[aria-expanded="false"] i.ion-ios-arrow-down {
    display: block;
}

/* Style 2 */
.accordian.style2 .panel-heading {
    padding: 0 15px;
}

.accordian.style2 .panel .panel-collapse .panel-body {
    border: none;
}

.accordian.style2 .panel-group .panel {
    margin-bottom: 8px;
}

.accordian.style2 .panel .panel-heading h4 a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.accordian.style2 .panel .panel-heading h4 a i {
    float: right;
    font-size: 16px;
    line-height: 30px;
    display: none;
    padding-right: 15px;
}

.accordian.style2 .panel .panel-heading h4 a[aria-expanded="true"] i.ion-ios-minus-empty {
    display: block;
}

.accordian.style2 .panel .panel-heading h4 a[aria-expanded="false"] i.ion-ios-plus-empty {
    display: block;
}

/*-----------------------------------------------------------
    11. Tabs
-------------------------------------------------------------*/
/* tabs style 1  */
.tab-list-1.style1 {
    padding: 0;
    list-style: none;
    margin: 0 0 30px;
    border-right: 1px solid #141414;
}

.tab-list-1.style1 li {
    display: block;
    padding-left: 0;
}

.tab-list-1.style1 li.active a {
    color: #141414;
    position: relative;
}

.tab-list-1.style1 li a {
    position: relative;
    display: block;
    color: #777;
    padding: 10px 0;
    text-decoration: none;
    font-size: 14px;
}

/* Tab style 2 */
.tab-list-2 {
    padding: 0;
    list-style: none;
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
}

.tab-list-2 li {
    display: inline-block;
    padding: 10px 20px 10px 0;
}

.tab-list-2 li.active a {
    color: #141414;
    position: relative;
}

.tab-list-2 li.active a:after {
    position: absolute;
    left: 0;
    bottom: -11px;
    content: "";
    width: 100%;
    background: #141414;
    height: 2px;
}

.tab-list-2 li a {
    position: relative;
    display: block;
    color: #777;
    text-decoration: none;
    font-size: 16px;
}

/*-----------------------------------------------------------
    9. Team
-------------------------------------------------------------*/
/* Style1 */
.team-member {
    text-align: center;
}

.team-avatar {
    margin-bottom: 25px;
}

.team-avatar img {
    width: 100%;
}

.team-name {
    font-weight: 700;
    letter-spacing: 0.075em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.team-job {
    font-size: 12px;
    color: #777;
    line-height: 20px;
}

.team-social {
    text-align: center;
    list-style-type: none;
    margin-top: 5px;
    padding-left: 0;
}

.team-social li {
    display: inline-block;
    margin: 0 10px;
    padding-left: 0;
}

.team-social li a {
    font-size: 12px;
    color: #777;
}

.team-social li a:hover {
    color: #141414;
}

/* Style2 */
.team-member.style2 {
    margin-top: 0;
}

.team-member.style2 .team-avatar {
    margin-bottom: 0;
}

.team-member.style2 .team-info {
    background-color: rgba(20, 20, 20, 0.8);
    color: #FFF;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s;
    width: 100%;
}

.team-member.style2 .team-info .team-name,
.team-member.style2 .team-info .team-job {
    color: #FFF;
    z-index: 9;
}

.team-member.style2:hover .team-info {
    opacity: 1;
}

/* Style3 */
.team-member.style3 {
    text-align: left;
}

.team-member.style3 .team-avatar {
    margin-bottom: 20px;
}

.team-member.style3 .team-job {
    line-height: 0;
}

.team-member.style3 .team-social {
    margin-top: 15px;
    padding-top: 15px;
    position: relative;
    text-align: left;
}

.team-social i {
    font-size: 20px;
}

.team-member.style3 .team-social li {
    margin: 0 20px 0 0;
}

.team-member.style3 .team-social:before {
    background-color: #141414;
    content: '';
    height: 1px;
    position: absolute;
    top: 0;
    width: 30px;
}

/* Style4 */
.team-member.style4 {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.team-member.style4 .team-avatar {
    margin-bottom: 0;
}

.team-member.style4 .team-info {
    background-color: rgba(20, 20, 20, 0.8);
    color: #FFF;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s;
    width: 100%;
}

.team-member.style4 .team-info.no-hover {
    opacity: 1;
}

.team-member.style4 .team-info .team-name {
    color: #FFF;
    font-size: 18px;
    z-index: 9;
}

.team-member.style4 .team-info.no-hover .button {
    font-size: 12px;
    padding: 15px 20px;
}

.team-member.style4 .team-info .team-job {
    color: #fafafa;
    font-weight: 400;
    opacity: 0.4;
    text-transform: uppercase;
    z-index: 9;
}

.team-member.style4:hover .team-info {
    opacity: 1;
}

/* Style5 */
.team.style5 .item {
    margin: 0 15px;
}

.team.style5 .item p {
    font-size: 14px;
    line-height: 24px;
    margin: 35px 0 25px;
}

.team.style5 .client {
    font-size: 14px;
    line-height: 24px;
    margin: 90px 0 0;
    width: 100%;
}

.team.style5 .client span {
    color: #141414;
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.075em;
}

.team.style5 .team-social {
    text-align: left;
}

.team.style5 .team-social li {
    margin: 0 20px 0 0;
}

#lionteam5 .gallery-thumbs {
    bottom: 15%;
    box-sizing: border-box;
    height: auto;
    left: 50%;
    padding: 30px 0;
    width: auto;
}

#lionteam5 .gallery-thumbs .swiper-slide {
    width: 90px;
    height: auto;
    opacity: 0.4;
}

#lionteam5 .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

#lionteam5 .swiper-button-next,
#lionteam5 .swiper-button-prev {
    background-image: none;
    font-size: 36px;
    width: auto;
}

/* Style 6 */
.team-member-info {
    padding: 20px 95px 0 0;
}

.team-member-info i {
    font-size: 20px;
}

.team-member-info span {
    margin-bottom: 22px;
    display: inline-block;
}

.team-member-info h3 {
    margin-bottom: 0;
}

.team-member-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.team-member-info ul li {
    display: inline-block;
    padding-right: 10px;
}

.team-wrapper-slide .owl-nav button.owl-prev {
    position: absolute;
    color: #141414;
    font-size: 30px;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 5px;
    left: 0;
    font-size: 30px;
}

.team-wrapper-slide .owl-nav button.owl-next {
    position: absolute;
    color: #141414;
    font-size: 30px;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 5px;
    right: 0;
    font-size: 30px;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
