﻿.anomaly-detection-dashboard a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-decoration: none;
}

.anomaly-detection-dashboard i {
    text-align: center;
}

.anomaly-detection-dashboard li {
    display: inline-block;
}               

.anomaly-detection-dashboard a i.fa-smile { color: #5cb85c; }
.anomaly-detection-dashboard a i.fa-meh { color: #f0ad4e; }
.anomaly-detection-dashboard a i.fa-frown { color: #d9534f; }                

.machine-learning-badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #d9534f;
  border-radius: 10px;
}

.form-control-range {
  display: block;
  width: 100%;
}

.grayout {
    opacity: 0.5; /* Real browsers */
    filter: alpha(opacity = 50); /* MSIE */
}

.field-validation-error
{
    color: #ff0000;
}

.validation-summary-errors
{
    color:#ff0000;
    font-weight:bold;
}

.header-text{
    color:white;
}
.header-text-lead{
    color:whitesmoke
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

/*
- Project:	Luxurious - Multipurpose HTML Template
- Version:	1.1
- Author:  Patish Team
*/
/*------------------------------------------------------------------
[Table of contents]

 - General - Styles
 - Header - Section
 - Hero - Section
 - About - Section
 - Banner - Section
 - Services - Section
 - Portfolio - Section
 - Price Table - Section
 - Testimonials - Section
 - Footer - Section
 - Back To Top Button
 - Media Screens
 - Pages Style

-------------------------------------------------------------------*/


/************************************/
/***** General - Styles *****/
/************************************/
*{
    margin:0;
    padding:0;
    text-decoration:none
}
html{
    overflow-x: hidden;
}
body{
    font-family:"Raleway", sans-serif;
    overflow-x: hidden;
    font-size: 14px;
	line-height: 1.5em;
}

a {
    cursor: pointer;
}

a:hover, a:active, a:focus, a:visited{
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
    font-family:"Kite One",'Raleway', sans-serif;
    text-transform: uppercase;
    line-height: 1.5em;
 
}



/**************************************/
/***** Pre Loader *****/
/*************************************/
.loader{
    background: #F0B656;
    color: #fff;
    z-index: 9999;
    height: 100%;
    width: 100%;
    position: fixed;
    text-align: center;
}
.loader-inner{
    margin-top: 45vh;
}
@-webkit-keyframes line-scale-pulse-out-rapid {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1); }
    80% {
        -webkit-transform: scaley(0.3);
        transform: scaley(0.3); }
    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1); }
}
@keyframes line-scale-pulse-out-rapid {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1); }
    80% {
        -webkit-transform: scaley(0.3);
        transform: scaley(0.3); }
    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1); }
}
.line-scale-pulse-out-rapid > div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
    animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78); }
.line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
    -webkit-animation-delay: -0.25s !important;
    animation-delay: -0.25s !important; }
.line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
}
/**************************************/
/***** Header - Section *****/
/*************************************/
/*** Banner ***/
.header-section-banner{
}
.header-info {
    padding: 15px;
}
.header-info a{
    text-decoration: none;
}
.header-info a:hover{
}
.header-info a::after{
    content:' ';
    padding:0 5px;
}
.header-info i{
}
.header-info span{
}
/*Header icon*/
.social-icons{
    padding: 11px 0 11px 11px;
    text-align: right;
    margin-bottom: auto;
}
.social-icons li:last-child{
    padding-right: 0;
}
.social-icons li a i {
    font-size: 15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 6px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.social-icons li a i:hover {
    border-radius: 5px;
}
/*** Menu section***/
.header-section-main-menu {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1030;
    width: 100%;
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.25);
	border:none;
    background-color: #333333;
}
#header-fixed{
    display: none;
    height: 70px;
}
.main-menu-logo a {
    display: inline-block;
    margin-top: 18px;
    margin-bottom: 10px;
}
.main-menu-logo a h1 {
    font-family: Handlee, sans-serif;
    min-width: 160px;
    height: 45px;
    padding: 3px;
    text-align: center;
    font-size: 34px;
    text-transform: capitalize;
    margin: auto;
    line-height: 1.25em;
}
.header-section-main-menu #cssmenu{
    z-index:10;
}
.header-section-main-menu #cssmenu > ul > li {
    padding: 16px 0;
}
.header-section-main-menu #cssmenu ul ul li a {
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
}
/* Search button */
.header-section-main-menu .btn-primary{
    border: none;
    font-size:11px;
    padding: 15px 0 10px 9px;
    background: none;
}
.header-section-main-menu .btn-primary:hover,.header-section-main-menu .btn-primary:focus:active,
.header-section-main-menu .btn-primary:active,.header-section-main-menu .btn-primary:focus{
    background:none;
    border: none;
    box-shadow: none;
}
.header-section-main-menu #cssmenu ul li.search-btn:hover {
    background: none;
}
/* Search Modal */
body.modal-open {
    padding: 0 !important;
}
.search-modal .modal-dialog{
    width:100%;
    text-align:center;
    margin: auto;
}
.search-modal .modal-dialog .modal-header{
    border:none;
}
.search-modal .modal-dialog .close{
    opacity: .8;
}
.search-modal .modal-dialog .close:hover{
    opacity: 1;
}
.search-modal .modal-dialog .modal-body{
    width:80%;
    margin:170px auto auto;
}
.search-modal .form-control{
    display:inline-block;
    width:75%;
    height: 6vw;
    font-size: 5vw;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius:0;
    padding:inherit;
}
.search-modal .btn-default{
    font-size:4.5vw;
    background:none;
    border:none;
    border-radius:0;
    position: relative;
    right: 6.5vw;
    bottom: 1.5vw;
}
/**************************************/
/***** Hero - Section *****/
/*************************************/
/* Hero Section Slide */
.bc-img01{
    background: url(/Images/hero-section-slide-03.jpg) center;
    background-size: cover;
    height: 550px;
}
.bc-img02{
    background: url(/Images/slide2.jpg) center;
    background-size: cover;
    height: 550px;
}
.bc-img03{
    background: url(/Images/slide3.jpg) center;
    background-size: cover;
    height: 550px;
}

.bc-img04{
    background: url(/Images/slide4.jpg) center;
    background-size: cover;
    height: 450px;
}
.hero-section-slide h2 {
    font-size: 40px;
    padding-top: 70px;
    padding-bottom: 20px;
    line-height: 1.25em;
	text-shadow: 1px 2px 2px #000;
}
.hero-section-slide p {
    font-size: 200%;
    margin-bottom: 20px;
    line-height: 1.125em;
	text-shadow: 1px 2px 2px #000;
}
.hero-section-slide a {
    font-size: 120%;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-top: 20px;

}
.hero-section-slide a:hover {
    background: none;
}
/* Hero Section Owl-nav */
.hero-section .owl-nav div {
    border: 2px solid;
    font-size: 19px;
    height: 40px;
    left: 40px;
    margin-top: -20px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    text-align: center;
    top: 45%;
    width: 40px;
}
.hero-section .owl-nav div.owl-prev{
    background-color: inherit;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-right: 10px;
    padding-top: 5px;
}
.hero-section .owl-nav div.owl-next{
    left: auto;
    right: 40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: inherit;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    padding-right: 7px;
    padding-top: 5px;
}
.hero-section .owl-nav div.owl-next:hover,
.hero-section .owl-nav div.owl-prev:hover{
    border-radius: 5px;
}
.hero-section .owl-theme .owl-dots{
    display: none;
}
/**************************************/
/***** About - Section *****/
/*************************************/
.about-section{
    padding: 50px 0 80px;
}
.about-section-image {
    padding-top: 50px;
}
.about-section-image img {
    width: 100%;
}
/*about-section-image left image*/
.left-image::before {
    position: absolute;
    top: 46px;
    content: '';
    left: -20px;
    right: 15px;
}
.left-image::after{
    position: absolute;
    top: 22px;
    content: '';
    left: 11px;
    right: 0;
    bottom: 0;
}
/*about-section-image right image*/
.right-image::before {
    position: absolute;
    top: 0;
    content: '';
    left: 15px;
    right: -20px;
    bottom: -4px;
}
.right-image::after{
    position: absolute;
    top: 50px;
    content: '';
    left: 0;
    right: 11px;
    bottom: -28px;
}

.about-section-content {
    text-align: center;
}
.about-section-content h2 {
    display: inline-block;
    padding-right: 10px;
    font-family:"Kite One",sans-serif;
    text-transform: uppercase;
    margin-top: 8px;
}
/* Images Border */
.side-text-shape{
    height: 17px;
    display: inline-block;
    width: 65px;
}
.side-text-shape i{
    width: 60px;
    display: inline-block;
    float: left;
    margin: 2px;
}
.side-text-shape.left-side i {
    float: right;
}
.side-text-shape.left-side i:first-child,.side-text-shape.right-side i:first-child{
    width:20px;
}
.side-text-shape.left-side i:nth-child(2),.side-text-shape.right-side i:nth-child(2){
    width:40px;
}
.side-text-shape.right-side i{
    float: left;
}
.about-section-content p {
    font-size: 18px;;
    padding: 20px 15px;
}
.about-section-description {
    padding-top: 30px;
    text-align: center;
}

/* About section tab*/
.about-section #features {
    padding-top: 78px;
}
.about-section #features .nav-tabs {
    border-bottom: medium none;
    display: inline-block;
    margin: -20px auto 0;
    width: 100%;
}
.about-section #features .nav-tabs > li {
    display: inline-block;
}
.about-section #features .nav-tabs > li.active > a,
.about-section  #features .nav-tabs > li.active > a:hover,
.about-section  #features .nav-tabs > li.active > a:focus {
    border: none;
    background: none;
}
.about-section #features .nav-tabs > li > a {
    border: none;
    background: none;
}
.about-section-description h3{
    font-size:24px;
}
/* Features Icon */
.about-section .features-icon{
    display: inline-block;
    padding-top: 30px;
    padding-right: 2px;
    font-size: 30px;
    cursor: pointer;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
/*.about-section .features-icon::before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
}*/
.about-section .features-icon::after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
.about-section .features-icon:hover::after{
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
.about-section .features-icon:hover{
}
/* Features Description */
.about-section .tab-content{
    padding-top: 14px;
}
.about-section .tab-content h3{
    font-size:20px;
    margin-bottom: 20px;
    margin-top: 25px;
}
.about-section .about-section-more{
    margin-top: 25px;
}
.about-section .about-section-more a{
    font-weight:bold;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.about-section .about-section-more a i{
    padding-left: 0;
    -webkit-transition:color.3s,  500ms ease;
    -moz-transition:color.3s,  500ms ease;
    -o-transition:color.3s,  500ms ease;
    transition:color.3s,  500ms ease;
    position: relative;
    left: 5px;
}
.about-section .about-section-more a:hover i{
    left:15px;
}
.about-section-features > .nav-tabs li.active > a .features-icon:after{
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    top: -5px;
    left: -7px;
}
/**************************************/
/***** Banner - Section *****/
/*************************************/
#banner-section{
    background: url("../img/background/banner-img.jpg") no-repeat fixed center center;
    background-size:cover;
    padding: 40px 0;
}
.banner-section-content h3 {
    margin-top: 15px;
    font-size:25px;
}
.banner-section-content h5{
    font-size:15px;
}
.banner-section-click{
    padding-top: 40px;
}
.banner-section-click a {
    font-size: 15px;
    padding: 10px 10px;
    border-radius: 5px;
    margin: 0 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.banner-section-click a:hover {
    background: none;
}

/***************************************/
/***** Services - Section *****/
/**************************************/
.services-section{
    text-align: center;
}
.services-section-content h2{
    display: inline-block;
    padding: 50px 10px 0;
}
.services-section-content i{
}
.services-section-content p{
    font-size: 14px;
    padding: 20px 15px;
}
/* Services Slider*/
.services-section-sly-slider {
    margin-top: 30px;
}
/* Frame */
.services-section-sly-slider .frame {
    height: 350px;
    overflow: hidden;
}
.services-section-sly-slider .frame ul {
    list-style: none;
    margin: 0;
    height: 100%;
    font-size: 18px;
    padding: 2px;
}
.services-section-sly-slider .frame ul li {
    float: left;
    width: 280px;
    height: 100%;
    margin: 0 5px 0 5px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}
/* Scroll Bar */
.services-section-sly-slider .scrollbar {
    margin: 25px 0 70px 0;
    height: 5px;
    line-height: 0;
    border-radius: 5px;
}
.services-section-sly-slider .scrollbar .handle {
    width: 30px !important;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    top: -13px;
    box-shadow: 0 0 4px 0;
}
.services-section-sly-slider .scrollbar .handle .mousearea {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 20px;
}
.services-section-sly-slider .clearfix::before,.services-section-sly-slider .clearfix::after {
    content: " ";
    display: table;
}
.services-section-sly-slider .clearfix::after {
    clear: both;
}
.services-section-list {
    padding-top: 45px;
}
.services-section-list h3{
    font-size:22px;
}
.services-section-list-text p {
    padding-top: 28px;
}
.services-section-list-icon {
    padding-top: 32px;
    font-size:15px;
}
.services-section-list-text {
    padding: 16px 0;
    font-size:16px;
}
/****************************************/
/***** Portfolio - Section *****/
/***************************************/
.portfolio-section{
    text-align: center;
    background-image:url("../img/background/crossword.png");
}
.portfolio-section-content{
    margin-top: 50px;
}
.portfolio-section-content h2{
    display: inline-block;
    padding:0 10px;
}
.portfolio-section-content p{
    font-size: 14px;
    padding: 20px 15px;
}
.portfolio-filters-container {
    padding-top: 30px;
    margin-bottom: 30px;
}
.portfolio-filters-container ul li a{
    margin-left: 50px;
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 4px;
    display: inline-block;
    letter-spacing: 3px;
}
.portfolio-filters-container ul li a:active,
.portfolio-filters-container ul li a:hover,
.portfolio-filters-container ul li.active a{
    font-weight:500;
}
.portfolio-items-container {
    padding-top: 3px;
    padding-bottom: 71px;
}
.portfolio-item {
    overflow: hidden;
    padding:0 2px;
}
.portfolio-image {
    width: 100%;
    border-radius: 2px;
}
.portfolio-overlay {
    position: absolute;
    width: 99%;
    height: 100%;
    top: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 2px;
}
.portfolio-overlay::before{
    top: 25px;
    right: 6px;
    bottom: 25px;
    left: 6px;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    position: absolute;
    content: '';
    opacity: 0;
}
.portfolio-item img, .portfolio-item .portfolio-overlay::before,
.portfolio-item .portfolio-overlay::after, .portfolio-item p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.portfolio-item img, .portfolio-overlay h2 {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.portfolio-overlay h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.portfolio-item:hover .portfolio-overlay::after, .portfolio-item:hover h2,
.portfolio-overlay:hover p, .portfolio-overlay:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.portfolio-item:hover img {
    opacity: 0.9;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}
.portfolio-overlay::after{
    top: 8px;
    right: 25px;
    bottom: 8px;
    left: 25px;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    position: absolute;
    content: '';
    opacity: 0;
}
.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}
.portfolio-overlay:hover h2,
.portfolio-overlay:hover p {
    opacity: 1;
    -webkit-transform:scale(1.15);
    transform: scale(1.15);
}
.portfolio-overlay h3 {
    font-size: 23px;
    font-weight: 600;
    width: 80%;
    margin: 70px auto 10px;
}
.portfolio-overlay p{
    padding: 0 30px;
    text-transform: none;
    opacity: 1;
    width: 80%;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    margin:0 auto ;
}
.portfolio-item:hover .portfolio-overlay::before,
.portfolio-item:hover .portfolio-overlay::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.portfolio-overlay a{
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 10px 17px;
    top: 10px;
}

.portfolio-overlay a:hover::before{
    opacity:1;
}
.portfolio-overlay a i{
    font-size: 25px;
    display: inline-block;
    position: relative;
    top: 1px;
    left: -1px;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/*******************************************/
/***** Price Table - Section *****/
/******************************************/
/* Price Table */
.price-table-section{
    text-align: center;
}
.price-table-section-content h2{
    display: inline-block;
    padding: 51px 10px 0;
}
.price-table-section-content p{
    padding: 20px 15px;
}
.price-table-section-columns{
    margin: 50px 0;
}
.price-table-section-box {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-bottom: 20px;
}
.price-table-section-box:hover , .active-div{
    transform: scale(1.05);
    -webkit-box-shadow: 5px;
    -moz-box-shadow: 5px;
}
.price-table-section-box h3{
    padding-top: 20px;
    font-size:20px;
}
.price-table-section-box .price {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.price-table-section-box .price p{
    padding: 64px 0;
    display: inline-table;
    margin: auto;
    font-size: 30px;

}
.price-table-section-box ul{
    list-style: none;
    line-height: 1.875em;
}
.price-table-section-box a {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 20px;
}

/********************************************/
/***** Testimonials - Section *****/
/*******************************************/
.testimonials-section{
    background: url("../img/background/testimonials-img.jpg") fixed no-repeat center;
    background-size: cover;
    width: 100%;
    text-align: center;
    height: 600px;
    z-index: 1020;
    margin-top: 30px;
}
.testimonials-section-content h2{
    font-size: 30px;
    display: inline-block;
    padding: 50px 10px 0;
}
.testimonial-items {
    text-align: center;
}
.testimonial-item .testimonial-quote {
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    margin: 100px auto 50px;
    width:80%;
    font-family: Raleway,sans-serif;
    line-height: 2em;
}
.testimonial-item .testimonial-quote:before{
   /* content: '\f10d';*/
    font-family:FontAwesome, sans-serif;
    font-size:35px;
    position: absolute;
    top: 45px;
}
.testimonial-item .testimonial-meta {
    font-size: 18px;
    margin-top: 30px;
    font-weight:600;
}
.testimonial-item .testimonial-meta .speaker-job{
    font-weight:400;
}
.testimonial-meta .speaker-name{
    font-weight: 600;
}
.testimonial-meta .speaker-job{
    font-weight: 300;
}
#testimonials .owl-carousel .owl-dots {
    margin-top: 53px;
    margin-bottom: 97px;
}
#testimonials .owl-carousel .owl-dot {
    display: inline-block;
}

#testimonials .owl-carousel .owl-dot span {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 0 6px 0 7px;
    -webkit-transition: all 11s ease-in-out;
    -moz-transition: all 11s ease-in-out;
    transition: all 11s ease-in-out;
    border-radius: 50%;
    opacity: .7;
}
#testimonials .owl-carousel .owl-dot:first-child span{
    background: url("../img/about/team-img01.png") no-repeat;
    background-size: cover;
}
#testimonials .owl-carousel .owl-dot:nth-child(2) span{
    background: url("../img/about/team-img01.png") no-repeat;
    background-size: cover;
}
#testimonials .owl-carousel .owl-dot:nth-child(3) span{
    background: url("../img/about/team-img01.png") no-repeat;
    background-size: cover;
}
#testimonials .owl-carousel .owl-dot.active span {
    transform: scale(1.15);
    opacity: 1;
}
#testimonials .owl-nav{
    display: none;
}

@media screen and (max-width: 620px){
    .testimonial-item .testimonial-quote{
        width:95%;
        font-size:90%;
    }
    .testimonial-item .testimonial-meta{
        font-size:120%;
    }
    #testimonials .owl-carousel .owl-dot span {
        width: 18vw;
        height: 18vw;
    }
}
/**************************************/
/***** Blog - Section *****/
/*************************************/
.blog-section{
    text-align: center;
    margin-bottom: 50px;
    margin-top: 60px;
}
.blog-section-content h2{
    display: inline-block;
    padding:0 10px;
}
.blog-section-content p{
    padding: 20px 15px 30px;
}
.blog-section-author {
    padding: 10px 20px 0px;
    letter-spacing: 1px;
    font-size: 13px;
}
.blog-section-author span a{
    font-size: 12px;
    font-weight: bold;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.blog-section-item h3 {
    text-align: left;
    font-size: 18px;
	padding:0 20px;
}
.blog-section-item {
    padding-bottom: 30px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	border-radius:5px;
}
.blog-section-image img{
    width: 100%;
}
.blog-section-item p{
    text-align: left;
    padding: 10px 20px;
}
.blog-section-more a{
    font-weight:bold;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.blog-section-more a i{
    padding-left: 0;
    -webkit-transition:color.3s,  500ms ease;
    -moz-transition:color.3s,  500ms ease;
    -o-transition:color.3s,  500ms ease;
    transition:color.3s,  500ms ease;
    position: relative;
    left: 5px;
}
.blog-section-more a:hover i{
    left:15px;
}
/**************************************/
/***** Footer - Section *****/
/*************************************/
.footer-section{
    margin-top: 30px;
    margin-bottom: 50px;
}
.footer-section-logo {
    padding-top: 20px;
}
.footer-section-logo a h2{
    font-size: 36px;
}
.footer-section-logo p{
    padding-top: 14px;
}
.footer-section-newsletter{
    padding-bottom: 105px;
}
.footer-section-newsletter p , .footer-section-information p {
    padding: 20px 0;
}
.footer-section-newsletter h3 , .footer-section-links h3 , .footer-section-information h3 {
    padding-top: 27px;
}
.footer-section-newsletter .newsletter-btn{
    border-radius: 0 3px 3px 0;
    border: 0;
    font-size: 14px;
    cursor: pointer;
    float: right;
    z-index: 5;
    position: relative;
    padding: 9px 16px;
    line-height: 1.125em;
    margin: 0;
    height: 38px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.footer-section-newsletter input.newsletter,.footer-section-newsletter input.search {
    float: left;
    z-index: 1;
    position: relative;
    font-size: 14px;
    width: 100%;
    margin-top: -38px;
    padding: 9px 12px;
    line-height: 1.125em;
    height: 38px;
}
.footer-section-links ul{
    list-style: none;
    padding-top: 21px;
}
.footer-section-links ul li a{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;;
}
.footer-section-links ul li a::before{
    content: '\f101';
    font-family: FontAwesome, sans-serif;
    padding-right: 5px;
}
.footer-section-links ul li a:hover{
    padding-left: 10px;
}
.footer-section-information ul{
    list-style: none;
    line-height: 1.875em;
    font-size: 16px;
}
.footer-section-information ul li span{
    padding-right: 10px;
}
/* Footer Socials */
.footer-copy-right{
    padding: 20px 0 16px;
}
.footer-copy-right-text{
    padding-top: 13px;
}
/**************************************/
/***** Back To Top Button *****/
/*************************************/
.back-to-top.cd-is-visible, .back-to-top.cd-fade-out, .no-touch .back-to-top:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.back-to-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
}
.back-to-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: -30px;
    right: 30px;
    z-index: 10;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    text-align: center;
}
.back-to-top i {
    font-size: 16px;
    padding-top: 11px;
}
.back-to-top:hover{
    border-radius: 5px;
}
/****************************************************/
/****** Media Screens ******/
/***************************************************/
@media screen and (min-width:1280px) and (max-width: 1500px){
    /* Portfolio overlay */
    .portfolio-overlay h3{
        font-size:20px;
        width: 100%;
    }
    .portfolio-overlay p{
        padding:22px 5px;
        margin:0 auto;
    }
}
/********************************************************************************/
@media screen and (min-width:992px) and (max-width: 1280px) {
    .portfolio-overlay h3{
        font-size:15px;
        width: 80%;
    }
    .portfolio-overlay p{
        padding:5px 5px;
        margin:0 auto;
        font-size: 13px;
    }
    .portfolio-3-column p{
        padding:20px 20px;
        margin:0 auto;
    }
}
/********************************************************************************/
@media screen and (max-width: 991px){
    .hero-section{
        text-align: center;
    }
    .hero-section .owl-nav div {
        display: inline-block;
        margin: 0;
        position: relative;
    }
    .bc-img01, .bc-img02 , .bc-img03{
        height: 450px;
    }
    .hero-section .owl-theme .owl-nav [class*="owl-"]{
        position: relative;
        top: 0;
        height: 0;
        width: 0;
        padding: 20px;
        left: 0;
    }
    .hero-section .owl-nav div.owl-next {
        right: 0;
    }
    .hero-section .owl-nav .fa-angle-left,.fa.fa-angle-right{
        position: absolute;
        top: 7px;
        left: 16px;
        font-size: 25px;
    }
}
/********************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 991px){
    .header-section-main-menu #cssmenu > ul > li > a {
        padding: 17px 5px;
        font-size: 11px;
    }
    .header-section-main-menu #cssmenu > ul > li.has-sub > a {
        padding-right: 21px;
    }

    /* Portfolio Section */
    .portfolio-overlay h3{
        margin-top: 40px;
    }
    .portfolio-overlay p{
        padding:5px 20px;
        margin:0 auto;
        font-size: 13px;
    }
}

/********************************************************************************/
@media screen and (max-width: 767px) {
    .social-icons, .header-info, .main-menu-logo a {
        text-align: center;
    }
    .search-modal .btn-default{
        font-size:6vw;
        display: block;
        margin: 3vw auto 0;
        right: auto;
        bottom: auto;
    }
    .header-section-main-menu #cssmenu ul{
        border: none;
        background: none;
    }
    .header-section-main-menu #cssmenu ul li{
        border: none;
    }
    .header-section-main-menu #cssmenu .submenu-button {
        border-left:none;
    }
    .header-section-main-menu #cssmenu > ul > li > a {
        padding: 0 10px;
    }

    .header-section-main-menu #cssmenu #head-mobile {
        padding: 4px;
    }
    .header-section-main-menu .button {
        top: -55px;
    }
    .header-section-main-menu .menu-opened::after {
        border: none !important;
    }
    .header-section-main-menu #cssmenu ul ul,.header-section-main-menu  #cssmenu ul ul ul {
        margin-bottom: -16px;
        margin-top: 15px;
        padding-top: 0;
    }
    .header-section-main-menu #cssmenu ul ul li {
        padding-bottom: 0;
    }
    .header-section-main-menu #cssmenu ul ul li a{
        border: none;
    }
    .header-section-main-menu .btn-primary{
        padding: 0 8px;
        background: none;
        width: 100%;
    }
    .header-section-main-menu .btn-primary:hover,.header-section-main-menu  .btn-primary:focus:active,
    .header-section-main-menu .btn-primary:active,.header-section-main-menu .btn-primary:focus{
        background:none;
        border: none;
        box-shadow: none;
    }
    .header-section-main-menu #cssmenu > ul{
        height: 450px;
        width: 100%;
        overflow-y: scroll;
    }
    /* Hero section */
    .hero-section{
        height:500px;
    }
    .hero-section-slide h2{
        font-size:250%;
        padding-top: 60px;
        padding-bottom: 15px;
    }
    .hero-section-slide p{
        font-size:150%;
        margin-bottom: 15px;
    }
    /* About Section*/
    .about-section{
        padding: 20px 0 80px;
    }
    .about-section-content h2,
    .services-section-content h2,
    .portfolio-section-content h2,
    .testimonials-section-content h2,
    .blog-section-content h2,
    .contact-section-title h2 {
        font-size:inherit;
        font-weight:bold;
    }
    .banner-section-content , .banner-section-click{
        text-align: center;
    }
    .banner-section-click a {
        font-size: 100%;
    }
    /* about us*/
    .about-section .tab-content{
        padding: 15px;
    }
    /* Portfolio section */
    .portfolio-filters-container ul li a{
        margin-left: 0;
    }
    /* Footer Section */
    #footer{
        text-align: center;
    }
    .footer-copy-right-text{
        text-align: center;
    }
}
/********************************************************************************/
@media only screen and (min-width: 620px) and (max-width: 767px){
    .portfolio-item {
        width: 33%;
    }
    .portfolio-overlay h3{
        margin-top: 40px;
        font-size: 2.5vw;
    }
    .portfolio-overlay p{
        padding:0 20px;
        margin:0 auto;
        font-size: 10px;
        line-height: normal;
    }
    .portfolio-overlay a {
        margin: 0 17px;
    }
}
/********************************************************************************/
@media only screen and (min-width: 470px) and (max-width: 619px){
    .portfolio-overlay h3{
        margin-top: 70px;
        font-size: 2.8vw;
    }
    .portfolio-overlay p{
        padding:0 20px;
        margin:0 auto;
        font-size: 2vw;
        line-height: normal;
    }
}
/********************************************************************************/
@media screen and (max-width: 470px){

    .hero-section-slide a {
        margin-top: 5px;
    }
    .portfolio-overlay h3{
        margin-top: 30px;
        font-size: 3.5vw;
    }
    .portfolio-overlay p{
        padding:0 10px;
        margin:0 auto;
        font-size: 3vw;
        line-height: normal;
    }
    .portfolio-overlay a{
        margin: 0 15px;
    }
    .portfolio-overlay a i{
        font-size: 14px;
    }
    .portfolio-overlay::before {
        top: 15px;
        right: 6px;
        bottom: 15px;
        left: 6px;
    }
    .portfolio-overlay::after {
        top: 8px;
        right: 15px;
        bottom: 8px;
        left: 15px;
    }
}
/*******************************************************/
@media screen and (max-width: 359px){
    .hero-section-slide h2{
        font-size: 10vw;
    }
    .hero-section-slide p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .portfolio-item{
        width: 100%;
    }
    .portfolio-overlay h3{
        margin-top: 70px;
        font-size: 6vw;
    }
    .portfolio-overlay p{
        padding:30px 10px;
        margin:0 auto;
        font-size: 4vw;
        line-height: normal;
    }
    .portfolio-overlay a i{
        font-size: 20px;
    }
    .side-text-shape{
        width:5vw;
    }
}

/************************************/
/***** PAGES STYLES *****/
/************************************/
/* Index 01*/
.second-hero-section{
    text-align: center;
    background: url(../img/slides/hero-section-slide-04.jpg) center no-repeat;
    background-size: cover;
}
.second-hero-section-content h2 {
    padding: 110px 0 50px;
    font-size: 250%;
    font-weight: bold;
}
.second-hero-section-content p {
    padding: 0 0 50px;
    font-size: 20px;
}
.second-hero-section-button a {
    font-size: 120%;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 20px 10px 110px;
}
.second-hero-section-button a:hover {
    background: none;
}
/* Pages Hero section */
.pages-hero-section{
    background: url("/Images/header-background-indexed.png") center fixed no-repeat;    
    background-size: cover;
    text-align: center;
}
.pages-hero-section h2{
    padding: 50px 15px 0;
    font-size: 36px;
}

.hero-section-page ul{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    margin: 20px 0;
}
.hero-section-page ul li:first-child::after{
    content: '/';
    display: inline-block;
    position: relative;
    left: 5px;
    top: 1px;
}
.hero-section-page ul li a{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pages-hero-section p{
    font-size: 18px;
    padding:0 15px 50px;
    line-height: 1.75em;
}
/* About Page */
/* About Page Slider */
.about-page{
    height: auto;
    background-image: url("../img/background/crossword.png");
    padding-bottom: 60px;
}
.about-page-items {
    text-align: center;
    margin: 25px auto;
}
.about-page-item h2 {
    font-size: 30px;
    padding: 30px 0;
}
.about-page-item p {
    font-size: 18px;
    line-height: 1.875em;
    padding: 10px 0 40px;
}
.about-page-item .about-section-more a{
    font-weight:bold;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.about-page-item .about-section-more a i{
    padding-left: 0;
    -webkit-transition:color.3s,  500ms ease;
    -moz-transition:color.3s,  500ms ease;
    -o-transition:color.3s,  500ms ease;
    transition:color.3s,  500ms ease;
    position: relative;
    left: 5px;
}
.about-page-item .about-section-more a:hover i{
    left:15px;
}
/* About Page Video */
.about-page-video {
    background: url("../img/background/about-page-video-img.jpg") center fixed no-repeat;
    background-size: cover;
}
.about-page-video .about-section-content h2{
    padding-top: 60px
}
.about-page-video .about-section-content p{
    font-size: 20px;
    line-height: 1.875em;
    padding: 50px 15px;
}
.about-page-video .about-page-video-link {
    text-align: center;
    padding-bottom: 60px;
    padding-top: 60px;
}
.about-page-video-link span::before {
    content: "";
    width: 45%;
    height: 20px;
    position: absolute;
    left: 0;
}
.about-page-video-link span::after{
    content: "";
    width: 45%;
    height: 20px;
    position: absolute;
    right: 0;
}
.about-page-video-link  a i{
    padding: 46px 53px;
    margin-top: -72px;
    border-radius: 50%;
}
/* About Page Skill Section */
.our-skills-section{
    background-image: url("../img/background/crossword.png");
}
.our-skills-section #skills-section {
    margin-top: 50px;
    margin-bottom: 50px;
}
.our-skills-section #skills-section .about-section-content{
    text-align: left;
}
.our-skills-section #skills-section .about-section-content p{
    padding-top: 10px;
}
.our-skills-section .skillbar {
    position:relative;
    display:block;
    margin-bottom:15px;
    width:100%;
    height:35px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    -moz-transition-property:width, background-color;
    -ms-transition-property:width, background-color;
    -o-transition-property:width, background-color;
    transition-property:width, background-color;
}
.our-skills-section .skillbar-title {
    position:absolute;
    top:0;
    left:0;
    font-weight:bold;
    font-size:13px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomleft:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}
.our-skills-section .skillbar-title span {
    display:block;
    padding:8px 20px 0;
    height:35px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomleft:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}
.our-skills-section .skillbar-bar {
    height:35px;
    width:0;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    float: left;
}
.our-skills-section .containers {
    min-height: 100%;
    height: 100vh;
}
.our-skills-section .skill-bar-percent {
    position:absolute;
    right:10px;
    top: 6px;
    font-size:15px;
    height:35px;
}
/* Our Team Section */
.our-team-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.our-team-section-item img{
    width: 100%;
}
/*  About section overlay */
.our-team-section-item .grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
.our-team-section-item .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 12px auto;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.our-team-section-item .grid figure img {
    position: relative;
    display: block;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.our-team-section-item .grid figure figcaption {
    padding: 2em;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.our-team-section-item .grid figure figcaption::before,
.our-team-section-item .grid figure figcaption::after {
    pointer-events: none;
}
.our-team-section-item .grid figure figcaption,
.our-team-section-item .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.our-team-section-item figure.effect-winston img {
    -webkit-transition: opacity 0.45s;
    transition: opacity 0.45s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.our-team-section-item figure.effect-winston figcaption::before {
    position: absolute;
    top: 30px;
    left: 0;
    width: 110%;
    height: 100%;
    background: url("../img/about/triangle.svg") no-repeat center;
    background-size: 200% 200%;
    content: '';
    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, transform 0.45s;
    -webkit-transform: rotate3d(0,0,1,50deg);
    transform: rotate3d(0,0,1,50deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.our-team-section-item figure.effect-winston h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,510%,0);
    transform: translate3d(0,510%,0);
    font-size: 1.5vw;
}
.our-team-section-item figure.effect-winston p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1.5em 7% 0;
}
.our-team-section-item figure.effect-winston a {
    margin: 0 5px;
    font-size: 1.5vw;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.our-team-section-item figure.effect-winston p a i {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
}
.our-team-section-item figure.effect-winston:hover img {
    opacity: 0.6;
}
.our-team-section-item figure.effect-winston:hover h2 {
    -webkit-transform: translate3d(-20px,-45px,0);
    transform: translate3d(-20px,-45px,0);
}
.our-team-section-item figure.effect-winston:hover figcaption::before {
    opacity: 0.7;
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
}
.our-team-section-item figure.effect-winston:hover p i {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.our-team-section-item figure.effect-winston:hover p a:nth-child(3) i {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.our-team-section-item figure.effect-winston:hover p a:nth-child(2) i {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.our-team-section-item figure.effect-winston:hover p a:first-child i {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
/* Media for our team section */
@media screen and (max-width: 520px){
    .our-team-section-item{
        width:100%;
    }
    .our-team-section-item .grid figure{
        float: none;
        width: 70vw;
        margin: 12px auto;
    }
    .our-team-section-item figure.effect-winston a{
        font-size:5vw;
    }
    .our-team-section-item figure.effect-winston p{
        padding: 0 30px 10% 0;
    }
    .our-team-section-item figure.effect-winston h2 {
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,650%,0);
        transform: translate3d(0,650%,0);
        font-size: 5vw;
    }
}
@media screen and (min-width: 767px) and (max-width: 991px){
    .our-team-section-item .grid figure {
        position: relative;
        float: left;
        margin: 12px -12px;
    }
    .our-team-section-item figure.effect-winston h2{
        font-size:80%;
    }
    .our-team-section-item figure.effect-winston p{
        padding: 0 5px 7% 0;
    }
}
@media screen and (min-width: 520px) and (max-width: 767px){
    .our-team-section-item figure.effect-winston a {
        margin: 0 9px;
        font-size: 3vw;
    }
    .our-team-section-item figure.effect-winston h2{
        font-size:3vw;
        -webkit-transform: translate3d(0,700%,0);
        transform: translate3d(0,700%,0);
    }
}
/* Services Page */
.services-page{
    margin-bottom: 70px;
}
.services-section-services {
    float: left;
    width: 100%;
    margin-top: 30px ;
    padding: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}
/* Portfolio 3 Columns */
.portfolio-item-2 .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 15px 0;
    max-width: 100%;
    max-height: 360px;
    text-align: center;
    cursor: pointer;
}
.portfolio-item-2 .grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.portfolio-item-2 .grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.portfolio-item-2 .grid figure figcaption {
    padding: 2em;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.portfolio-item-2 figure.effect-zoe h4 {
    display: inline-block;
}
.portfolio-item-2 figure.effect-zoe h4, figure.effect-zoe div.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}
.portfolio-item-2 figure.effect-zoe h4 {
    float: left;

}
.portfolio-item-2 .grid figure h4, .grid figure p {
    margin: 0;
}
.portfolio-item-2 .grid figure h4 {
    word-spacing: -0.15em;
    font-weight: 300;
    font-size:20px;
    position: absolute;
}
.portfolio-item-2 .grid figure h4 span {
    font-weight: 800;
}
.portfolio-item-2 .grid figure p {
    letter-spacing: 1px;
    font-size: 82%;
    text-align: center;
    position: relative;
    left: -31%;
}
.portfolio-item-2 figure.effect-zoe:hover figcaption, figure.effect-zoe:hover h4, figure.effect-zoe:hover div.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-item-2 figure.effect-zoe:hover div.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.portfolio-item-2 figure.effect-zoe:hover figcaption, figure.effect-zoe:hover h4, figure.effect-zoe:hover div.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-item-2 figure.effect-zoe:hover h4 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.portfolio-item-2 figure.effect-zoe:hover figcaption, figure.effect-zoe:hover h4, figure.effect-zoe:hover div.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-item-2 figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
.portfolio-item-2 .effect-zoe figcaption .icon-links a i {
    transition: .2s;
}
.portfolio-item-2 figure.effect-zoe:hover div.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.portfolio-item-2 figure.effect-zoe:hover div.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.portfolio-item-2 figure.effect-zoe:hover div.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.portfolio-item-2 figure.effect-zoe h4 {
    transform: translate3d(54%,-1800%,0);
    right:50%;
}
.portfolio-item-2 figure.effect-zoe:hover h4 {
    transform: translate3d(54%,-700%,0);
}
.portfolio-item-2 figcaption .icon-links{
    padding-top: 2px;
}
.portfolio-item-2 figcaption .icon-links a {
    padding: 0 10px;
    font-size:20px;
}
@media only screen and (min-width: 650px) and (max-width: 768px) {
    .portfolio-item-2 .grid figure{
        min-width: 300px;
    }
    .portfolio-item-2{
        margin-left: 2%;
        margin-right: -3%;
        width: 50%;
        padding: 0;
    }
}
@media screen and (min-width: 470px) and (max-width: 650px){
    .portfolio-item-2 .grid figure{
        min-width: 65%;
        left:16%;
    }
    .portfolio-item-2 figure.effect-zoe p.description{
        padding: 17px;
    }
}
@media screen and (max-width: 370px){
    .portfolio-item-2 figure.effect-zoe:hover h4 {
        transform: translate3d(54%,-300%,0);
    }
    .portfolio-item-2 .grid figure h4{
        font-size:5vw;
    }
}
/* Portfolio Item 3 */
.portfolio-item-3 .grid figure {
    position: relative;
    overflow: hidden;
    margin: 15px 0;
    max-width: 100%;
    max-height: 360px;
    text-align: center;
    cursor: pointer;
}
.portfolio-item-3 .grid figure img {
    position: relative;
    display: block;
}
.portfolio-item-3 .grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.portfolio-item-3 .grid figure figcaption {
    padding: 2em;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.portfolio-item-3 figure.effect-kira {
    text-align: center;
}
.portfolio-item-3 figure.effect-kira img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    width: 100%;
}
.portfolio-item-3 figure.effect-kira figcaption {
    z-index: 1;
}
.portfolio-item-3 figure.effect-kira figcaption h2 {
    line-height: 0;
    font-size:140%;
}
.portfolio-item-3 figure.effect-kira p {
    padding: 2.25em 0.5em;
    font-weight: 600;
    font-size: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.portfolio-item-3 figure.effect-kira p a {
    margin: 0 0.5em;
}
.portfolio-item-3 figure.effect-kira p a:hover,
.portfolio-item-3 figure.effect-kira p a:focus {
    opacity: 0.6;
}
.portfolio-item-3 figure.effect-kira figcaption::before {
    position: absolute;
    top: 0;
    right: 2em;
    left: 2em;
    z-index: -1;
    height: 3.5em;
    content: '';
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,4em,0) scale3d(1,0.023,1) ;
    transform: translate3d(0,4em,0) scale3d(1,0.023,1);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.portfolio-item-3 figure.effect-kira:hover img {
    opacity: 0.7;
}
.portfolio-item-3 figure.effect-kira:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-item-3 figure.effect-kira:hover figcaption::before {
    opacity: 0.7;
    -webkit-transform: translate3d(0,5em,0) scale3d(1,1,1) ;
    transform: translate3d(0,5em,0) scale3d(1,1,1);
}
@media screen and (min-width: 460px) and (max-width: 768px){
    .portfolio-item-3{
        width:50%;
    }
    .portfolio-item-3 figure.effect-kira figcaption h2 {
        font-size:4vw;
    }
}
/* Single Portfolio */
.single-portfolio-section{
    text-align: center;
}
.single-portfolio-hero-section{
    height: auto;
}
.portfolio-details {
    padding-top: 30px;
    padding-bottom: 50px;
}
.portfolio-detail{
    padding-top: 20px;;
}
.portfolio-detail::after {
    content: "";
    width: 2px;
    height: 100px;
    position: absolute;
    top: 25px;
    right: 0;
}
.portfolio-detail:last-of-type:after {
    content: none;
}
.portfolio-detail h3{
    font-size: 18px;
}
.portfolio-detail a{
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 15px 0;
    display: inline-block;
}
.portfolio-detail p{
    font-size: 14px;
    padding: 15px 0;
}
.similar-works{
    padding-top: 1vw;
    padding-bottom: 40px;
}
.similar-works-items{
    padding-top: 30px;
}
.hero-section-slide img{
    width: 100vw;
}
/* Blog Pages */
.blog-page-title h3 {
    margin-top: -15px;
    margin-bottom: 20px;
    display: inline-block;
    float: left;
    padding: 10px 20px 6px;
    font-size: 18px;
    line-height: 1.125em;
}
.blog-page-title span {
    position: relative;
    width: 100%;
    height: 2px;
    display: block;
    top: 19px;
}
.blog-section-list {
    padding-top: 20px;
    padding-left: 15px;
}
.blog-section-list li {
    padding-bottom: 10px;
}
.blog-section-item article h4{
    padding-top: 60px;
}
.blog-section-navigation{
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    margin: 40px auto;
}
.blog-section-navigation a{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.blog-section-navigation .page-numbers {
    padding: 0 10px;
    font-weight:bold;
}
.single-blog-comments h2 {
    padding: 20px 0;
}
.single-blog-comments > ul > li {
     padding-bottom: 30px;
}
.single-blog-comments li > span {
    padding-left: 100px;
    display: block;
    padding-top: 15px;
}
.single-blog-comments figure img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    float: left;
}
.single-blog-comments-replay{
    padding: 30px 0 0 70px;
    display: inline-block;
}
.sidebar-section{
    text-align: left;
}
.sidebar-section h4{
    padding: 0 0 15px;
}
.sidebar-section i{
    float: right;
}
.sidebar-section ul li {
    margin-bottom: 15px;
    padding-right: 5px;
    padding-left: 0;
}
.sidebar-section ul li a::before {
    content: '\f101';
    font-family: FontAwesome, sans-serif;
    padding-right: 5px;
    font-size: 12px;
}
.sidebar-section ul li a{
    font-size: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sidebar-section .sidebar-category ul li a:hover , .sidebar-section .sidebar-archive ul li a:hover{
    padding-left: 5px;
}
.sidebar-category ul li span{
    float: right;
}
.sidebar-recent, .sidebar-archive , .sidebar-tags, .sidebar-calendar{
    padding-top: 20px;
}
.sidebar-recent-content{
    padding: 5px 0;
}
.sidebar-recent-content a img{
    width:40%;
    float:left;
    padding-left: 15px;
}
.sidebar-recent-caption .sidebar-recent-caption-date{
    font-size: 12px;
    display: flex;
    padding-left: 15px;
}
.sidebar-recent-caption h4{
    font-size: 14px;
    text-transform: capitalize;
    display: flex;
    padding-left: 15px;
}
.sidebar-recent-caption h4 a{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sidebar-archive{
    padding-top: 35px;
}
.sidebar-archive ul li span{
    float: right;
}
.sidebar-calendar table{
    text-align: center;
    margin: auto;
}
.sidebar-tags ul li a{
    padding: 4px 10px;
    border-radius: 15px;
}
.sidebar-tags ul li a::before{
    content: "";
    padding-right: 0;
}
/* Error Page */
.error-page-content h2 {
    font-size: 12vw;
    padding-top: 90px;
}
.error-page-content p {
    font-size: 4vw;
    padding: 10px 0 90px;
}
@media screen and (max-width: 470px){
    .error-page-content h2 {
        font-size: 20vw;
    }
    .error-page-content p {
        font-size: 6vw;
    }
}
/* Coming Soon Page */
.coming-soon{
    text-align: center;
    background: url(../img/slides/hero-section-slide-04.jpg) center no-repeat fixed;
    height:100%;
	line-height: normal !important;
}
.coming-soon-page-content h2{
    font-size: 6vw;
    padding-top: 40px;
    font-weight:bold;
    line-height: 1.125em;
}
.coming-soon-page-content h2 span{
    font-size: 3.5vw;
}
.coming-soon-page-content .footer-section-newsletter{
    width:70%;
    margin:auto;
}
.coming-soon-page-counter {
   padding-bottom: 30px;
}
.coming-soon-page-counter div {
    display: inline-block;
    padding: 0 15px;
    font-size: 4vw;
}
.coming-soon-page-counter div span{
    display: block;
    font-size: 8vw;
}
@media screen and (max-width: 470px){
    .coming-soon-hero-section{
        padding-bottom: 150px;
    }
    .coming-soon-page-content h2{
        font-size: 10vw;
        padding-top: 50px;
    }
    .coming-soon-page-content h2 span{
        font-size: 6vw;
    }
    .coming-soon-page-content .footer-section-newsletter{
        width:90%;
    }
    .coming-soon-page-counter div {
        padding: 0 10px;
        font-size: 6vw;
    }
    .coming-soon-page-counter div span{
        font-size: 9vw;
    }
}
/* Contact Page */
.contact-section-title {
    text-align: center;
    margin-top: 28px;
}
.contact-information{
    margin-top: 40px;
}
.contact-info{
    margin-top: 30px;
}
.contact-info div h3{
    font-size:20px;
}
.contact-info div i {
    font-size: 35px;
    padding: 10px 0;
}
.contact-info div p {
    font-size: 15px;
    padding-bottom: 15px;
}
/* Map Location */
#my_map{
    width: 100%;
    height: 400px;
}
@media screen and (max-width: 767px){
    .contact-info div p{
        font-size:85%;
    }
    .contact-info div h3{
        font-size:100%;
    }
}
/* Contact Form */
.contact-page-map-title {
    text-align: center;
    margin-top: 60px;
}
.contact-page-map-title h3 {
    margin-top: -15px;
    margin-bottom: 0;
    display: inline-block;
    padding: 10px 20px 6px;
    font-size: 18px;
}
.contact-page-map-title span {
    position: relative;
    width: 100%;
    height: 2px;
    display: block;
}
.contact-form .contact-section-title{
    text-align: center;
    margin-top: 68px;
}
.contact-form .contact-section-form{
    margin-top: 20px;
}
.contact-form textarea{
    width: 100%;
    height: 215px;
    resize: none;
}
.contact-form .form-submit {
    text-align: center;
    margin: 20px auto;
}
.contact-form .form-submit .submit{
    padding: 5px 20px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}