@import url("hover-min.css");

/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
 4.General
 5.content - home sections
 6.about page
 7.services page
 8.projects page
 9.blog page
 10.single project page
 11.contact page
 12.footer
 33.Responsive part
-------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:    1.0
date:       07/27/11
author:     Deepak Chandra
email:      deepakchandra076@gmail.com
website:    http://www.deepakchandra.in
-----------------------------------------------------------------------------*/
.boxedcontainer {
    max-width: 1382px;
    margin: auto;
    padding: 0px 30px;
}

/*********************************************
    -   SETTINGS FOR BANNER CONTAINERS  -
**********************************************/
.showme_class {
    opacity: 0;
    color: white;
    transition: 500ms;
}

.divshow:hover .showme_class {
    opacity: 1;
    transition: 500ms;

}

.showme {
    display: none;
    color: white;
}

.divshow:hover .showme {
    display: block;

}

.showme1 {
    display: none;
    color: white;
}

.divshow:hover .showme1 {
    display: block;
}

.showme2 {
    display: none;
    color: white;
}

.divshow:hover .showme2 {
    display: block;
}

.showme3 {
    display: none;
    color: white;
}

.divshow:hover .showme3 {
    display: block;
}

.showme4 {
    display: none;
    color: white;
}

.divshow:hover .showme4 {
    display: block;
}

.showme5 {
    display: none;
    color: white;
}

.divshow:hover .showme5 {
    display: block;
}

.showme6 {
    display: none;
    color: white;
}

.divshow:hover .showme6 {
    display: block;
}

.showme7 {
    display: none;
    color: white;
}

.divshow:hover .showme7 {
    display: block;
}

.showme8 {
    display: none;
    color: white;
}

.divshow:hover .showme8 {
    display: block;
}




#home-section {
    position: relative;
}

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.tp-banner {
    width: 100%;
    position: relative;
}

.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
    border: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 0;
    box-shadow: 0 0 2px #dddddd;
    -webkit-box-shadow: 0 0 2px #dddddd;
    -moz-box-shadow: 0 0 2px #dddddd;
    -o-box-shadow: 0 0 2px #dddddd;
}

.navbar-default .row {
    padding: 0px 15px 0px 30px;
}

.navbar-brand {
    display: inline-block;
    height: auto;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #222222;
    font-size: 30px;
    font-family: 'open sans', sans-serif;
    font-weight: 900;
    margin: 0 0 30px;
    text-transform: uppercase;
    margin: 0;
    color: #222222 !important;
    font-size: 26px;
    text-transform: capitalize;
    padding: 15px 30px;
    letter-spacing: 2.5px;
    padding: 5px 0px 10px;
}

.navbar-brand span {
    color: #07c5ac !important;
}

.top-line {
    padding: 5px 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #2376ac;
}

.active .top-line {
    overflow: hidden;
}

/*
.top-line  .col-md-7{
	padding: 5px 0px;
}
.top-line  .col-md-7:after{
	height: 1px;content: "";display: block;background: #E6E6E6;width: 92%;margin-left: 34px;top: 41px;position: absolute;z-index: 999;overflow: visible;
}
*/
.top-line p {
    color: RGBA(255, 255, 255, 0.9);
    margin-bottom: 0;
    font-size: 14px;
}

.top-line .container,
.top-line .col-md-5 {
    padding: 0px;
}

/* .top-line p:after{
	position: absolute;
	content: "";
	height: 40px;
	width: 98%;
	margin: 0px 14px;
	left: -9px;
	top: 2px;
	height: 24px;
} */
.top-line p span {
    margin-right: 10px;
}

.table-striped {
    width: 100%;
}

.table-striped tr td {
    padding: 15px;
}

.top-line p span i {
    font-size: 13px;
    color: #07c5ac;
    margin-right: 10px;
}

.top-line ul.social-icons {
    margin: 0;
    padding: 5px;
    text-align: right;
    padding-right: 15px;
}

.top-line ul.social-icons li:first-child {
    margin-left: 0px;
}

.top-line ul.social-icons li {
    display: inline-block;
    margin-left: 15px;
    float: left;
    text-align: left;
}

.top-line ul.social-icons li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 14px;
    color: RGBA(255, 255, 255, 0.9);
}

.top-line ul.social-icons li a:hover {
    color: #ffffff;
}

.navbar-nav {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-right: 15px;
    background: none;
    margin: 0px;
}

.navbar-nav > li > a {
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 26px 0px 26px 40px;
}

.navbar-nav > li > a:hover {
    background-color: lightblue;
    color: #337ab7 !important;
}

.dropdown-menu {
    padding: 0px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: #146da1;
}

.navbar-brand h5 {
    margin: 0px;
    padding: 10px 0 0 0px;
    font-size: 43px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #2376ac;
}

.navbar-brand h5 span {
    font-size: 16px;
    color: #333 !important;
}

.navbar-nav a.open-search {
    padding: 30px 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

.navbar-nav a.open-search i {
    color: #777;
    font-size: 16px;
    display: inline-block;
}

.navbar-nav li.drop {
    position: relative;
}

.navbar-nav li.drop ul.dropdown {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    background: #282828;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.navbar-nav li.drop ul.dropdown li {
    display: block;
}

.navbar-nav li.drop ul.dropdown li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    color: #898585;
    font-size: 13px;
    font-family: 'open sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 20px;
}

.navbar-nav li.drop ul.dropdown li a:hover {
    color: #07c5ac;
}

.navbar-nav li.drop ul.dropdown li:first-child {
    border-top: none;
}

.navbar-nav li.drop:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
}

header.active .navbar-fixed-top {
    position: fixed;
    background: #fff;
    border-bottom: none;
    height: 116px;

}

header.active .navbar-default {
    box-shadow: 0 0 2px #dddddd;
    -webkit-box-shadow: 0 0 2px #dddddd;
    -moz-box-shadow: 0 0 2px #dddddd;
    -o-box-shadow: 0 0 2px #dddddd;

}

header.active .top-line {
    height: auto;
    padding: auto;
}

header.active .navbar-brand {
    color: #222222 !important;
    height: 82px;
}

header.active .navbar-nav > li > a {
    color: #404141 !important;
}

header.active .navbar-nav a.open-search {}

header.active .navbar-nav a.open-search i {
    color: #fff;
}

.form-search {
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    background: #F8F8F8;
    padding: 2px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.form-search input[type="search"] {
    font-size: 14px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
    margin: 0;
    color: #222222;
    padding: 8px 10px;
    border: none;
    width: 100%;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #ffffff;
}

.form-search button {
    background: #ffffff;
    border: none;
    float: right;
    margin-top: -28px;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}

.fontt {
    font-size: 14px;
    color: black;
}

.form-search button i {
    color: #777;
    font-size: 16px;
}

.form-search.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
body {
    font-family: 'open sans', sans-serif;
    font-size: 13px;
    color: #000000;
    /*background-image: url(../gallery/background1.jpg);
  background-size: cover;*/
}

h1,
h2,
h3 {
    font-family: 'open sans', sans-serif;
}

a:focus {
    outline: 0;
}

p {
    font-size: 15px;
    color: #000000;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 10px;
}

.title {
    position: relative;
}

.title .sm-title {
    font-size: 20px;
    color: #07c5ac;

}

h2.box-header {
    text-align: center;
    font-size: 38px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px;
    z-index: 999;
    position: relative;
}

/* .title::after {
    width: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	display: block;
	content: "\f0e7";
	position: absolute;
	font: normal normal normal 90px/1 FontAwesome;
	top: -24px;
	left: 50%;
	margin-left: -40px;
	color: rgba(255, 207, 0, 0.16);
} */

a:hover {
    text-decoration: none;
}

.title {
    text-align: center;
    margin-bottom: 70px;
}

.title p {
    margin: 20px 150px 30px;
    color: #6E6E6E;
    font-weight: 400;
}

.title2 {
    color: #222222;
    font-family: 'open sans', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
}

.title2::after {
    content: "";
}

.title2 h2 {
    text-align: left;
    margin-top: 5px;
}

/* ==============================
  3. Caption Effect styles
============================== */


.img-cap-effect:hover .img-box .img-caption {
    top: 0;
}

.img-cap-effect:hover .img-box .img-caption:before {
    bottom: 10px;
    opacity: 1;
}

.img-cap-effect:hover .img-box .img-caption .box-holder ul {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.img-cap-effect .img-box {
    position: relative;
    overflow: hidden;
}

.img-cap-effect .img-box .img-caption {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(7, 197, 172, 0.6);
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.img-cap-effect .img-box .img-caption:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 100%;
    opacity: 0;
    border: 5px solid #ffffff;
    border-bottom: 0;
    border-right: 0;
    -webkit-transition: all .5s ease .5s;
    transition: all .5s ease .5s;
}

.img-cap-effect .img-box .img-caption .box-holder {
    width: 100%;
    height: 100%;
    display: table;
}

.img-cap-effect .img-box .img-caption .box-holder ul {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all .5s ease 1s;
    transition: all .5s ease 1s;
}

.img-cap-effect .img-box .img-caption .box-holder ul li {
    display: inline-block;
}

.img-cap-effect .img-box .img-caption .box-holder ul li a {
    display: block;
    width: 30px;
    height: 30px;
    background: #13314c;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}

/*-------------------------------------------------*/
/* =  content
/*-------------------------------------------------*/
.title-section {
    margin-bottom: 30px;
    text-align: center;
}

.title-section h1 {
    color: #222222;
    font-size: 30px;
    font-family: 'open sans', sans-serif;
    font-weight: 900;
    margin: 0 0 30px;
    text-transform: capitalize;
}

.title-section h1 span {
    color: #07c5ac;
}

#home-section .tp-caption.small_text {
    position: absolute;
    color: #404141;
    text-shadow: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    font-family: 'open sans', sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    font-style: italic;
    z-index: 999 !important;
}

#home-section .tp-caption.small_text.backgroun-col {
    background: #07c5ac;
    padding: 1em 2em;
    font-size: 15px;
    color: #222222;
    line-height: 24px;

}

#home-section .tp-caption.finewide_medium_white {
    color: #404141;
    text-shadow: none;
    font-size: 48px;
    line-height: 48px;
    font-weight: 900;
    font-family: 'open sans', sans-serif;
    background-color: none;
    text-decoration: none;
    text-transform: uppercase;
    border-width: 0px;
    border-color: transparent;
    border-style: none;
    text-align: left;
    z-index: 999 !important;
}

.finewide_button {
    z-index: 999 !important;
}

#home-section .tp-caption.finewide_medium_white span {
    color: #07c5ac !important;
    text-align: center;
}

#home-section .tp-caption a.trans-btn {
    font-size: 12px;
    font-weight: 700;
    font-family: 'open sans', sans-serif;
    text-transform: uppercase;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    padding: 12px 54px;
    padding-left: 64px;
    color: #fff;
    background: #07c5ac;
    border: 2px solid #07c5ac;

}

#home-section .tp-caption a.trans-btn:after {
    content: "\f064";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    left: 25px;
    top: 3px;
}

#home-section .tp-caption a.trans-btn:hover {
    color: #fff;
    border: 2px solid #000;
    background: #000;
}

#home-section .tp-caption a.trans-btn2 {
    font-size: 12px;
    font-weight: 700;
    font-family: 'open sans', sans-serif;
    text-transform: uppercase;
    border: 2px solid #fff;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    padding: 12px 54px;
    color: #07c5ac;
    background: #fff;
}

#home-section .tp-caption a.trans-btn2:hover {
    color: #ffffff;
    background: #07c5ac;
    border: 2px solid #07c5ac;
}

#home-section .slotholder:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*   background: rgba(51, 51, 51, 0.3); */
    z-index: 2;
}

#home-section .tp-bannertimer {
    display: none !important;
}

a.button-one {
    font-weight: 500;
    text-transform: uppercase;
    color: #515252;
    display: inline-block;
    background: #fff;
    position: relative;
    line-height: 40px;
    padding-left: 20px;
    border-radius: 3px;
    padding-right: 20px;
    font-size: 14px;
    border-radius: 40px;
    cursor: pointer;
}

a.request-quote {
    position: absolute;
    bottom: 0px;
    z-index: 999;
    border-radius: 0px;
    background: rgb(7, 197, 172) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    padding: 8px 50px;
    right: 0px;
    text-decoration: none;
}

a.request-quote .fa {
    font-size: 20px;
}

.red {
    background: #e55973 !important;
    color: #fff !important;
}

.green {
    background: rgb(7, 197, 172) !important;
    color: #fff !important;
}

.blue {
    background: #0077be !important;
    color: #fff !important;
}

.services-offer-section {
    padding: 70px 0 70px;
}

.services-offer-section .services-post h2 {
    color: #222222;
    font-size: 17px;
    font-family: 'open sans', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.services-offer-section .services-post {
    margin-bottom: 30px;
    padding-bottom: 35px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 5px 3px #eff1f8;
    text-align: center;
}

.services-offer-section .services-post img {
    width: 100%;
}

.services-offer-section .services-post .services-content h2 {
    color: #333333;
    font-size: 14px;
    font-family: 'open sans', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    letter-spacing: 0.1em;
}

.services-offer-section .services-post .services-content h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    padding: 25px 30px;
    color: #333333;
    margin-bottom: -25px;
}

.services-offer-section .services-post .services-content p {
    padding: 0 30px;
}

.services-offer-section .services-post .services-content ul.serv-links {
    padding: 10px 30px 0;
}

.services-offer-section .services-post .services-content ul.serv-links li {
    display: block;
}

.services-offer-section .services-post .services-content ul.serv-links li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 13px;
    color: #5a5a5a;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 10px;
    font-weight: 500;
    margin: 0;
    line-height: 26px;
}

.services-offer-section .services-post .services-content ul.serv-links li a:hover {
    opacity: 0.7;
}

.services-offer-section .services-post .services-content ul.serv-links li:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    color: #999999;
    font-size: 11px;
    margin-right: 15px;
}

.services-offer-section .services-post:hover {
    padding-bottom: 25px;
}

.services-offer-section .cta-form .form {
    background-color: #fff;
    padding: 30px;
}

.services-offer-section .cta-form .cta.cta-2 {
    padding: 30px;
    background-color: #2376ac !important;
}

.services-offer-section .title p {
    margin: 20px 45px 30px;
}

.services-offer-section .cta-form h5 {
    color: #fff;

    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.services-offer-section .cta-form p {
    color: #f9f9f9;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 16px;

}

.cta-2 .cta-desc {
    text-align: center;
}

.services-offer-section .cta-form .form form {
    margin-bottom: 0;
}

.form-control {
    background-color: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-top: none;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #f3f1f1;
    font-size: 13px;
    color: #a9a9a9;
    line-height: 49px;
    height: 49px;
    margin-bottom: 50px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding-left: 0;
}

.services-offer-section .modal-body {
    padding: 0px;
}

.services-offer-section .close {
    position: absolute;
    top: 0px;
    right: 9px;
    font-size: 30px;
}

.services-offer-section .cta-form .form .form-control {
    margin-bottom: 20px;
}

.company_color {
    color: #2376ac;
    font-size: 22px;
}

.company_detail {
    font-size: 14px;
    color: #000000;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 10px;
}

.company_gap {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    /* background-color:#ffffff;*/
    /* box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -7px rgba(0,0,0,0.2)*/
}


.btn-primary.btn-black {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #2376ac;
    position: relative;
    line-height: 33px;
    padding-left: 18px;
    border-radius: 3px;
    padding-right: 18px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 13px;
    border: none;
}

.services-offer-section .tg-service {
    text-align: center;
    position: relative;
}

.services-offer-section .tg-service:hover .tg-sercice-img {
    z-index: 999;
    opacity: 0.05;
}

.services-offer-section .tg-sercice-img {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 5px 15px;
}

.services-offer-section .tg-sercice-img img {
    width: 100%;
    height: 270px;
}

.services-offer-section .tg-service .tg-border-topleft {
    padding: 30px;
    position: relative;
    z-index: 2;
    background: #fff;
    box-shadow: 0 1px 3px rgba(40, 40, 40, 0.12);
    -moz-box-shadow: 0 1px 3px rgba(40, 40, 40, 0.12);
    -webkit-box-shadow: 0 1px 3px rgba(40, 40, 40, 0.12);
}

.services-offer-section .tg-displaytable {
    width: 100%;
    height: 100%;
    display: table;
}

.services-offer-section .tg-displaytablecell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.services-offer-section .tg-service span {
    display: block;
    padding: 0 0 15px;
}

.services-offer-section .tg-service h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: capitalize;
    color: #2376ac;
}

.services-offer-section .tg-border-topleft::after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: 2px;
    height: 100px;
    background: #0077be;
}

.services-offer-section .forms {
    z-index: 999;
}

.services-offer-section .advt {
    margin-top: 16px;
}

.services-offer-section .cta-form {
    z-index: 999;
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
}

.feature-section {
    padding: 70px 0;

    background: #f4f6f7 url('../upload/others/719.html') bottom right no-repeat;
}

.feature-section a span {
    text-align: center;
    padding-top: 15px;
    width: 70px;
    height: 70px;
    position: absolute;
    left: -10px;
    top: 45px;
    display: block;
    border: 1px solid #dadada;
    background: #fff;
    color: #236;
    border-radius: 100px;
}

.feature-section a:hover span {
    background: #F4BC16;
    border-right: none;
    color: #fff;
}

.feature-section .col-md-4 .fa {
    font-size: 34px;
}

.feature-section .col-md-4 a {
    position: relative;
    padding: 40px 10px 0px 105px;
    display: block;
    cursor: pointer;
    border: 1px solid;
    border-right: none;
    height: 180px;
    margin-bottom: 40px;
    border-color: #fff;
    color: #161029;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    background: #fff;
}

.feature-section .col-md-4 a:after {
    display: block;
    content: "";
    position: absolute;
    right: 0px;
    top: -1px;
    bottom: -1px;
    width: 1px;
    background: #fff;
}

.feature-section .col-md-4 a:hover {
    color: #F4BC16;
    border: 1px solid #F4BC16;
}

.feature-section .col-md-4 a:hover:after {
    display: block;
    content: "";
    position: absolute;
    right: 0px;
    top: -1px;
    bottom: -1px;
    width: 2px;
    background: #F4BC16;
}

.quote-section {
    padding: 70px 0;
    /* 	background:#161029; */
    background: url('../upload/others/quote-bg.png');
    background-size: cover;
}

.quote-section .button-one {
    margin-top: 15px;
    float: left;
    text-decoration: none;
}

.quote-section .content {
    padding: 35px 0px;

}

.quote-section .titles {
    margin-bottom: 25px;
}

.quote-section h2 {
    font-size: 30px;
    color: #fff;
    margin: 0px 0px 5px;
}

.quote-section #contact-form h2 {
    text-transform: uppercase;
}

.quote-section p {
    color: #fff;
    line-height: 24px;

}

.projects-section {
    padding: 70px 0 70px;
    background: #17b1ec38;
}

.projects-section .project-title p {
    margin-bottom: 30px;
}

.projects-section ul.filter {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
}

.projects-section ul.filter li {
    display: inline-block;
    margin: 0 15px 0 0;
}

.projects-section ul.filter li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 6px 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.projects-section ul.filter li a.active,
.projects-section ul.filter li a:hover {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #0077be;
    position: relative;
    border-radius: 3px;
    font-size: 14px;
    padding: 6px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.project-box .project-post {
    width: 25%;
    position: relative;
    overflow: hidden;
    padding: 5px;
}

.project-box .project-post img {
    width: 100%;
}

.project-box .project-post .hover-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -100%;
    padding: 20px 25px;
    background: #0077be9e;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.project-box .project-post .hover-box .list-unstyled {
    position: absolute;
    top: 50%;
    right: 50%;
    text-align: center;
    margin-top: -30px;
    margin-right: -10px;
}

.project-box .project-post .hover-box .list-unstyled li {
    float: left;
}

.project-box .project-post .hover-box .list-unstyled li + li {
    margin-left: 15px;
}

.project-box .project-post .hover-box .list-unstyled li a {
    color: #fff;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 18px;
    line-height: 33px;
    display: block;
}

.project-box .project-post .hover-box .list-unstyled li a i {
    line-height: 33px;
}

.project-box .project-post .hover-box.row {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 0 20px;
}

.project-box .project-post .hover-box .bx {
    position: absolute;
    bottom: 15px;
    padding: 0 15px;
    right: 0;
}

.project-box .project-post .hover-box h2 {
    color: #222222;
    font-size: 17px;
    font-family: 'open sans', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
}

.project-box .project-post .hover-box h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #FFF;
}

.project-box .project-post .hover-box h2 a:hover {
    color: #F8F8F8;
}

.project-box .project-post .hover-box span {
    font-size: 14px;
    color: #F8F8F8;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin-bottom: 0;
    font-size: 12px;
}

.project-box .project-post:hover .hover-box {
    bottom: 0;
}

.about-section {
    padding: 0px 0px 0px;
    overflow: hidden;
    background: #07C5AC;
}

.about-section .title2 h2 {
    color: #fff;
}

.about-section .tl-spoiler {
    position: relative;
    margin-top: 25px;
}

.about-section .tl-spoiler > h6 {
    font-size: 1.4rem;
    padding-right: 0;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 700;
    color: #E9FFFC;
}

.about-section .tl-spoiler .tl-spoiler-content {
    padding-left: 30px;
    font-size: 13px;
    color: #E9FFFC;
    line-height: 26px;
}

.who-content {
    padding: 57px 0px;
}

.who-img {
    overflow: visible;
    padding-left: 65px;
}

.img-full {
    max-width: none;
    width: auto !important;
}

.who-img img:after {
    width: 98%;
    height: 98%;
    content: "";
    display: block;
    border: 2px solid #fff;
}

.about-section ul {
    padding: 0;
    margin-top: 25px;
}

.about-section ul li {
    list-style: none;
    font-weight: 600;
}

.about-section ul li a {
    font-family: 'open sans', sans-serif;

    font-size: 13px;
    color: #6E6E6E;
    font-weight: 400;
}

.about-section p {
    line-height: 29px;
}

.about-section .who-content p {
    color: #E9FFFC;
}

#container {
    overflow: hidden;
}

/* =============================================
			Featured Products style
============================================= */
.shop-section {
    padding: 70px 0px;
    background: url("../images/bg-1.jpg") no-repeat left bottom;
}

.owl-theme .owl-controls .owl-page span {
    background: #07c5ac;
}

.owl-theme .owl-controls {
    margin-top: 50px;
}

.tg-product-slider {}

.tg-product-slider .owl-item {
    padding: 0 15px;
}

.tg-product {
    float: left;
    position: relative;
    box-shadow: 0 1px 3px rgba(40, 40, 40, 0.12);
    -moz-box-shadow: 0 1px 3px rgba(40, 40, 40, 0.12);
    -webkit-box-shadow: 0 1px 3px rgba(40, 40, 40, 0.12);
    width: 92%;
}

.owl-carousel .owl-wrapper {
    padding: 5px;
}

.tg-product figure {
    margin: 0;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 55px 25px;
}

.tg-product figure img {
    display: block;
    width: auto;
    height: auto;
    z-index: 1;
    position: relative;
    margin: auto;
}

.tg-product .buttons-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
    display: block;
    height: 42px;
    line-height: 42px;
    z-index: 2;
    -webkit-transition: bottom .3s ease-in-out;
    -moz-transition: bottom .3s ease-in-out;
    transition: bottom .3s ease-in-out;
}

.tg-product:hover .buttons-wrap {
    bottom: 10px;
}

.buttons-wrap a {
    margin-right: 7px;
    background: #fff;
    border-radius: 42px;
    padding: 10px 10px 10px 12px;
    color: #000;
}

.buttons-wrap a.add_to_wishlist span {
    display: none;
}

.tg-product a.add_to_cart_button {
    position: relative;
    font-size: 14px;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0px;
    color: #242424;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
    font-size: 13px;
    line-height: inherit;
    padding-right: 20px;
}

.tg-product-info {
    padding: 25px;
    text-align: center;
    display: block;
    overflow: hidden;
    border-top: 1px solid #f5f5f5;
}

.owl-carousel .owl-wrapper-outer {
    padding: 1px;
}

.tg-saletag i {
    bottom: 26px;
    font-size: 14px;
    font-style: normal;
    line-height: 17px;
    position: absolute;
    transform: rotate(-45deg);
    left: 3px;
}

.tg-product .tg-saletag {
    width: 0;
    height: 0;
    border-top: 50px solid #000;
    border-right: 50px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    color: #fff;

}

.tg-product .tg-product-price {
    width: 100%;
    float: left;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
    margin-top: 10px;
}

.tg-stars i {
    color: #07c5ac;
}

.tg-product .tg-heading-border {
    margin: 0 0 10px;
}

.tg-product .tg-heading-border:after {
    left: 50%;
    width: 70px;
    margin: 0 0 0 -35px;
}

.tg-product .tg-heading-border h3 {
    margin: 0 0 12px;
}

.tg-product .tg-heading-border h3 a {
    display: block;

    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}

.tg-product .tg-heading-border .subtitle {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.36px;
    color: #999;
}

.tg-product-icon {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 12px 30px;
    text-align: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: rgba(7, 197, 172, 0.70);
}

.tg-product-icon li:first-child {
    top: 0;
    left: 28%;
}

.tg-product-icon li {
    right: 28%;
    bottom: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    list-style-type: none;
}

.tg-product-icon li a {
    display: block;
    background: #fff;
    line-height: inherit;
}

.tg-product-icon li a:hover {
    color: #fff;
}

.tg-product-icon li a i {
    display: block;
    line-height: inherit;
}

.tg-product:hover .tg-product-icon {
    opacity: 1;
    visibility: visible;
}

.tg-product:hover .tg-product-icon li:first-child {
    top: 50%;
    margin: -25px 0 0;
}

.tg-product:hover .tg-product-icon li {
    bottom: 50%;
    margin: 0 0 -25px;
}


.tab-posts-box {
    margin-bottom: 30px;
}

.tab-posts-box ul.nav-tabs {
    text-align: center;
    border: none;
}

.tab-posts-box ul.nav-tabs li {
    float: left;
    border: none;
}

.tab-posts-box ul.nav-tabs li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    padding: 10px 25px;
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    color: #222222;
    font-size: 13px;
    font-family: 'open sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    margin: 0;

}

.tab-posts-box ul.nav-tabs li a:hover {
    border: none;
    color: #07c5ac;
}

.tab-posts-box ul.nav-tabs li.active a {
    border: none;
    background: #07c5ac;
    color: #ffffff;
}

.tab-posts-box .tab-pane {
    padding: 30px;
    padding-bottom: 0;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}

.tab-posts-box .tab-pane h3 {
    color: #222222;
    font-size: 17px;
    font-family: 'open sans', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 13px;
    text-transform: uppercase;
}

.tab-posts-box .tab-pane img {
    float: right;
    margin-left: 20px;
    max-width: 400px;
    max-width: 200px;
}

.tab-posts-box .tab-pane img.left-order {
    float: left;
    margin-left: 0;
    margin-right: 20px;
}

.testimonial-section {
    padding: 60px 0 85px;
    position: relative;
    background: url('../upload/banners/1.jpg') fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.testimonial-section .box-header {
    color: #fff;
    font-weight: 800;
}

.testimonial-section .title-section {
    margin-bottom: 60px;
}

.testimonial-section .container {
    position: relative;
    z-index: 2;
}

.testimonial-section .title-section {
    text-align: center;
}

.testimonial-section .title-section h1 {
    color: #222222;
    font-size: 30px;
    font-family: 'open sans', sans-serif;
    font-weight: 900;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 00px;
    color: #ffffff;
}

.testimonial-section .testimonial-box {
    text-align: center;
    padding-bottom: 2px;
}

.testimonial-section .testimonial-box ul.bxslider {
    margin: 0;
    padding: 0;
}

.testimonial-section .testimonial-box ul.bxslider li {
    overflow: hidden;
}

.testimonial-section .testimonial-box p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    padding: 0 40px;
}

.testimonial-section .testimonial-box h2 {
    color: #222222;
    font-size: 17px;
    font-family: 'open sans', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    color: #07c5ac;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.testimonial-section .testimonial-box span {
    font-size: 14px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
    margin: 0 0 30px;
    color: #ffffff;
    display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #07c5ac;
    border-color: #07c5ac;
}

.testimonial-section:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41, 41, 41, 0.5);
}

.experience-section {
    padding: 40px 0px;
    background: #0077be;
}

.experience-section img {
    position: absolute;
    top: -115px;
}

.experience-section h2 {
    color: #fff;
    font-weight: 600;
}

.experience-section h2 small {
    font-size: 28px;
    color: #fff;
}

.experience-section p {
    color: #FFFAF2;
    font-weight: 400;
    font-size: 14px;
}

.experience-section .button-one {
    margin-top: 15px;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    display: none;
}

.choose-section {
    padding: 70px 0px 0px;
}

.choose-section .feature-icon {
    font-size: 40px;
    color: #0077be;
}

.choose-section h4 {
    font-weight: 600;
}

.news-section {
    padding: 70px 0 70px;
    background: #f4f6f7 url("../images/experience.png") no-repeat left bottom;
}

.news-section .news-post {
    margin-bottom: 30px;
}

.news-section .news-post img {
    width: 100%;

}

.news-section .news-post h2 {
    margin-bottom: 2px;
    font-size: 15px;
    margin-bottom: 20px;
}

.news-section .news-post h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #222222;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.news-section-home .blog_infos li {
    font-size: 11px;
}

.news-section-home .post-content-text {
    text-align: center;
}

.news-section .news-post h2 a:hover {
    color: #07c5ac;
}

.news-section .news-post span {
    display: inline-block;
    color: #666666;
    font-size: 11px;
    font-weight: 400;
    font-family: 'open sans', sans-serif;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.news-section .news-post .btn.readmore {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #07c5ac;
    position: relative;
    line-height: 40px;
    border-radius: 3px;
    margin-bottom: 27px;
    font-size: 14px;
    margin-top: 40px;
    padding: 0px 27px;
}

.news-section .news-post > a:hover {
    color: #07c5ac;
}

.news-section .news-box .col-md-3 {
    padding: 0px 7.5px;
}

.news-section .news-box article {
    box-shadow: 0 2px 5px 3px #eff1f8;
    padding: 0px 15px;
    float: left;
    background: #fff;
}

.news-section .news-box article .img-box {
    margin-left: -15px;
    margin-right: -15px;
}

.clients-section {
    padding: 50px 0;
}

.clients-section .logo-panel img {
    margin: 15px 0;
    border: 1px solid #ededed;
    border-radius: 2px;
    transition: all 200ms ease-out;
    box-shadow: 0 1px 2px #ededed;
    opacity: 0.6;
    max-width: 100%;
    height: auto;
}

.clients-section .logo-panel img:hover {
    border: 1px solid #07c5ac;
    opacity: 1;
}

.clients-section .logo-panel {
    text-align: center;
}

.clients-section ul.client-list {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.clients-section ul.client-list li {
    float: left;
    width: 25%;
    list-style: none;
}

.clients-section ul.client-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 100%;
    opacity: 0.5;
}

.clients-section ul.client-list li a img {
    width: 100%;
}

.clients-section ul.client-list li a:hover {
    opacity: 1;
}

.clients-section blockquote {
    margin-top: 60px;
    border-right: 3px solid #07c5ac;
    padding: 20px 0;
    padding-right: 30px;
    margin-right: 30px;
    border-left: none;
}

.clients-section blockquote p {
    font-size: 15px;
    margin: 0;
}

.clients-section blockquote p span {
    font-weight: 700;
    color: #222222;
}

.faqs-section {
    padding: 40px 0 60px;
    overflow: hidden;
}

.accord-elem {
    margin-top: 8px;
}

.accord-elem:first-child {
    margin-top: 0px;
}

.accord-title {
    position: relative;
}

.accord-title h2 {
    padding: 14px 15px 15px;
    background: #f7f7f7;
    color: #222222;
    font-size: 17px;
    font-family: 'open sans', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 36px;
    border: 1px solid #eeeeee;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.accord-title a.accord-link {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    left: 0;
    text-align: center;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-right: none;
    padding-top: 4px;
}

.accord-title a.accord-link:after {
    font-family: 'Open Sans';
    content: '\f0a9';
    font-size: 18px;
    color: #236;
    line-height: 36px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.accord-title p {
    font-size: 14px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
    margin: 12px 0 12px 72px;
}

.accord-elem.active .accord-title h2 {
    color: #3e3e3e;
    border: 1px solid #07c5ac;
}

.accord-elem.active a.accord-link {
    background: #07c5ac;
    border: 1px solid #07c5ac;
    border-right: none;
    width: 45px;
    height: 45px;
    padding-top: 3px;
}

.accord-elem.active a.accord-link:after {
    content: '\f0ab';
    color: #ffffff;
}

.accord-content {
    display: none;
    padding-left: 36px;
    overflow: hidden;
}

.accord-content p {
    font-size: 14px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
    margin: 12px 0;
}

.accord-elem.active .accord-content {
    display: block;
    border: 1px solid #e0e0e0;
    border-top: none;
}

.banner-consult {
    margin-top: 25px;
    padding: 50px 30px;
    text-align: center;
    border: 1px solid #000000;
}

.banner-consult h1 {
    color: #07c5ac;
    font-size: 36px;
    font-weight: 700;
    font-family: 'open sans', sans-serif;
    margin: 0 0 15px;
    line-height: 40px;
    text-transform: uppercase;
}

.banner-consult h1 span {
    display: block;
}

.banner-consult p {
    margin: 25px 0px;
    font-size: 22px;
    font-style: italic;
}

.banner-consult a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 12px;
    font-family: 'open sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: #07c5ac;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 12px 45px;
}

.banner-consult a:hover {
    opacity: 0.7;
}

/*-------------------------------------------------*/
/* =  home 2
/*-------------------------------------------------*/
#home-section.slider2 {
    margin-top: 120px;
}

.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-prev:hover {
    background: #07c5ac;
}

.flexslider .flexcaption {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
}

.flexslider .flexcaption .inner-caption {
    padding: 30px 40px;
    background: #222222;
    max-width: 620px;
}

.flexslider .flexcaption .inner-caption h1 {
    color: #222222;
    font-size: 30px;
    font-family: 'open sans', sans-serif;
    font-weight: 900;
    margin: 0 0 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #07c5ac;
}

.flexslider .flexcaption .inner-caption p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
}

.about-section2 {
    padding: 70px 0px 70px;
}

.about-section2 iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 25px;
}

.services-offer-section2 {
    padding: 60px 0 20px;
    background: #222222;
}

.services-offer-section2 .services-post {
    margin-bottom: 40px;
}

.services-offer-section2 .services-post img {
    width: 100%;
    margin-bottom: 25px;
}

.services-offer-section2 .services-post h2 {
    color: #222222;
    font-size: 17px;
    font-family: 'open sans', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}

.services-offer-section2 .services-post p {
    margin-bottom: 15px;
    color: #aaaaaa;
}

.services-offer-section2 .services-post a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #07c5ac;
    font-size: 13px;
    font-weight: 700;
    font-family: 'open sans', sans-serif;
    text-transform: uppercase;
}

.services-offer-section2 .services-post a:hover {
    opacity: 0.7;
}

.projects-section2 {
    padding: 55px 0 0;
    text-align: center;
}

.projects-section2 h2 {
    color: #222222;
    font-size: 17px;
    font-family: 'open sans', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    letter-spacing: 1.9px;
    margin-bottom: 25px;
}

.projects-section2 .project-title {
    margin-bottom: 45px;
}

.projects-section2 .project-title p {
    max-width: 800px;
    margin: 0 auto;
}

.projects-section2 .project-box .project-post .hover-box {
    background: #222222;
}

.projects-section2 .project-box .project-post .hover-box h2 a {
    color: #ffffff;
}

.projects-section2 .project-box .project-post .hover-box h2 a:hover {
    color: #07c5ac;
}

/*-------------------------------------------------*/
/* =  home presentation
/*-------------------------------------------------*/
.presentation-section {
    border-top: 1px dashed #d1d1d1;
}

.presentation-section .presentation-line {
    padding: 60px 0 35px;
    border-bottom: 1px dashed #d1d1d1;
}

.presentation-section .presentation-line h2 {
    color: #222222;
    font-size: 17px;
    font-family: 'open sans', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

.presentation-section .presentation-line img {
    width: 100%;
    margin-bottom: 25px;
}

.presentation-section .presentation-line p {
    margin-bottom: 16px;
}

.presentation-section .presentation-line a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666666;
    font-size: 13px;
    font-weight: 700;
    font-family: 'open sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.presentation-section .presentation-line a:hover {
    color: #07c5ac;
}

/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/
.page-banner-section {
    padding: 120px 0 65px;
    position: relative;
    background: linear-gradient(rgba(21, 33, 45, .63), rgba(27, 30, 33, .56)), url(../images/sg-creation/about-banner.jpg) no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.page-banner-section .container {
    position: relative;
    z-index: 2;
}

.page-banner-section h2 {
    color: white;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 15px;
    margin-bottom: 0;
    text-transform: capitalize;
    float: left;
}

.page-banner-section ul.page-depth {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    float: right;
    padding-top: 20px;
    display: inline-block;
}

.page-banner-section ul.page-depth li {
    display: inline-block;
    margin-left: 1px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 14px;
    color: white;
    letter-spacing: 1px;
    font-weight: 600;

}

.page-banner-section .col-md-12 {
    padding: 40px 0px 0px;
}

.page-banner-section ul.page-depth li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 16px;
    color: #9cdafa;
    letter-spacing: 1px;
    font-weight: 600;
}

.page-banner-section ul.page-depth li a:hover {
    color: ghostwhite;
}

.page-banner-section ul.page-depth li:before {
    content: '/';
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: ghostwhite;
    margin-right: 5px;
}

.page-banner-section ul.page-depth li:first-child:before {
    content: '';
    margin-right: 0;
}

.page-banner-section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*   background: rgba(6, 6, 6, 0.6); */
}

.team-section {
    padding: 50px 0 70px;
    background: #f9f9f9;
}

.team-section .team-post {
    margin-bottom: 40px;
}

.team-section .team-post img {
    width: 100%;
    margin-bottom: 25px;
}

.team-section .team-post h2 {
    color: #222222;
    font-size: 17px;
    font-family: 'open sans', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 16px;
    margin-bottom: 2px;
}

.team-section .team-post span {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
    font-size: 13px;
    margin-bottom: 20px;
    color: #07c5ac;
}

/*-------------------------------------------------*/
/* =  services pages
/*-------------------------------------------------*/
.services-page-section {
    padding: 60px 0 30px;
    background: #f4f6f7;
    overflow: hidden;
}

.white-right:before {
    content: '';
    width: 2500px;
    height: 110%;
    background: #fff;
    position: absolute;
    top: 1px;
    left: -15px;
    z-index: 0;
    top: -60px;
    bottom: -30px;
}

.white-left:before {
    content: '';
    width: 2500px;
    height: 103%;
    background: #fff;
    position: absolute;
    top: 1px;
    right: -15px;
    z-index: 0;
    top: -60px;
    bottom: -30px;
}

.services-page-section ul.side-navigation-list {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.services-page-section ul.side-navigation-list li {
    list-style: none;
}

.services-page-section ul.side-navigation-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    color: #222222;
    font-size: 13px;
    font-family: 'open sans', sans-serif;
    padding: 15px 25px;
    position: relative;
    text-transform: uppercase;
    padding-left: 0px;
}

.services-page-section ul.side-navigation-list li a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    right: 25px;
    top: 0;
    line-height: 50px;
    color: #222222;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.services-page-section ul.side-navigation-list li a:hover,
.services-page-section ul.side-navigation-list li a.active {
    color: #07c5ac;
}

.services-page-section ul.side-navigation-list li:first-child {
    margin-top: 0;
}

.services-page-section .contact-info {
    padding: 25px 30px;
    padding-left: 0px;
}

.services-page-section .contact-info h2 {
    color: #222222;
    font-size: 17px;
    font-family: 'open sans', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.services-page-section .contact-info ul.information-list {
    margin: 0;
    padding: 0;
}

.services-page-section .contact-info ul.information-list li {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
}

.services-page-section .contact-info ul.information-list li i {
    float: left;
    color: #07c5ac;
    font-size: 18px;
    display: inline-block;
    line-height: 24px;
}

.services-page-section .contact-info ul.information-list li span {
    display: block;
    font-size: 13px;
    color: #666666;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
    margin-bottom: 8px;
    margin-left: 25px;
    color: #222222;
}

.services-page-section .contact-info ul.information-list li a {
    font-size: 13px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
    display: inline-block;
    margin-left: 12px;
    margin-bottom: 10px;
    color: #222222;
}

.services-page-section .contact-info ul.information-list li:last-child {
    border-bottom: none;
}

.services-page-section .services-wrapp .services-post {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    border: 1px solid #f4f6f7;
}

.services-page-section .services-wrapp .services-post .title {
    margin-bottom: 35px;
}

.services-page-section .services-wrapp .services-post img {
    width: 100%;
    margin-bottom: 25px;
}

.services-page-section .services-wrapp .services-post h4 {
    color: #222222;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    margin: 0 0 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.services-page-section .services-wrapp .services-post .btn.readmore {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #07c5ac;
    position: relative;
    line-height: 40px;
    border-radius: 3px;
    margin-bottom: 27px;
    font-size: 14px;
    margin-top: 40px;
    padding: 0px 27px;
}

.services-page-section .services-wrapp .services-post p {
    margin-bottom: 15px;
}

.services-page-section .services-wrapp .services-post a:hover {
    color: #07c5ac;
}

/*-------------------------------------------------*/
/* =  projects page
/*-------------------------------------------------*/
.projects-page-section {
    padding: 50px 0 0px;
}

.projects-page-section .title {
    margin-bottom: 35px;
}

.projects-page-section .gallery {
    padding: 70px 0px;
    background: #f4f6f7;
}

.projects-page-section ul.filter {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
}

.projects-page-section ul.filter li {
    display: inline-block;
    margin: 0 15px;
}

.projects-page-section ul.filter li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 6px 15px;
    text-transform: uppercase;
    font-weight: 5600;
    line-height: 33px;
    margin-top: 13px;
}

.projects-page-section ul.filter li a.active,
.projects-page-section ul.filter li a:hover {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #0077be;
    position: relative;
    line-height: 33px;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 13px;
    padding: 0px 15px;
}

.projects-page-section .project-box {
    width: 1382px;
    margin-left: -15px;
}

.projects-page-section .project-box .project-post {
    width: 262px;
    margin: 15px;
}

.projects-page-section .project-box .project-post .hover-box {
    background: #0077beba;
}

.projects-page-section .project-box .project-post .hover-box h2 a:hover {
    color: #666666;
}

.projects-page-section .project-box.col3 .project-post {
    width: 360px;
}

.projects-page-section .project-box.col2 .project-post {
    width: 555px;
}

/*-------------------------------------------------*/
/* =  blog page
/*-------------------------------------------------*/
.blog-box {
    position: relative;
}

.blog-section {
    padding: 60px 0 30px;
    background: #f4f6f7;
}

.blog-section h2 {
    color: #222222;
    font-size: 17px;
    font-family: 'open sans', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.blog-section .blog-box .blog-post {
    margin-bottom: 40px;
    position: relative;
}

.blog-section .blog-box .blog-post .post-content-text {
    padding: 0px 0px 25px;
}

.blog-section .blog-box .blog-post img,
.blog-section .blog-box .blog-post iframe {
    width: 100%;
}

.blog-section .blog-box .blog-post iframe {
    height: 360px;
}

.blog-section .blog-box .blog-post h2 {
    color: #282828;
    font-size: 17px;
    font-family: 'open sans', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
}

.blog-section .blog-box .blog-post h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #222222;
}

.blog-section .blog-box .btn.readmore {
    padding: 10px 28px;
    outline: none;
    border: none;
    background: #282828;
    color: #ffffff;
    font-size: 13px;
    font-family: 'open sans', sans-serif;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius: 2px;
    margin-top: 10px;
    text-transform: uppercase;
}

.news-section .news-post h2 a:hover,
.blog-section .blog-box .blog-post h2 a:hover {
    color: #07c5ac;
}

.news-section .blog_infos,
.blog-section .blog_infos {
    margin: 20px 0;
    display: block;
}

.news-section .blog_infos li,
.blog-section .blog_infos li {
    padding: 0;
    display: inline-block;
}

.news-section .blog_infos li + li:before,
.blog-section .blog_infos li + li:before {
    content: '';
    width: 1px;
    height: 14px;
    float: left;
    margin: 0 10px;
    background: #267ae9;
}

.news-section .blog_infos li a,
.blog-section .blog_infos li a {
    color: #282828;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 0;
    white-space: nowrap;
}

.news-section .blog_infos li a i,
.blog-section .blog_infos li a i {
    margin-right: 8px;
}

.news-section .blog_infos li a:hover,
.blog-section .blog_infos li a:hover {
    background: none;
    color: #443a44;
}

.news-section .blog_infos li.date {
    position: absolute;
    width: 62px;
    height: 62px;
    text-align: center;
    background: #07c5ac;
    left: 15px;
    top: 0;
}

.news-section .blog_infos li.date a {
    font: 600 25px/21px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #fff;
    padding: 10px 0px;
}

.news-section .date small {
    font: 500 14px/21px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #fff;
    text-transform: uppercase;
    display: block;
}

.blog-section .blog-box .blog-post .post-content-text > a {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #07c5ac;
    position: relative;
    line-height: 40px;
    border-radius: 3px;
    margin-bottom: 27px;
    font-size: 14px;
    margin-top: 40px;
    padding: 0px 27px;
}

.blog-section .blog-box .blog-post .post-content-text > a:hover {
    color: #c6963f;
}

.blog-section .blog-box ul.pagination-list {
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    position: relative;
}

.blog-section .blog-box ul.pagination-list li {
    display: inline-block;
    margin-right: 8px;
    padding: 8px 16px;
    border: 1px solid #cacaca;
}

.blog-section .blog-box ul.pagination-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666666;
    font-size: 14px;
    font-weight: 700;
    font-family: 'open sans', sans-serif;
    text-transform: uppercase;
}

.blog-section .blog-box ul.pagination-list li a:hover,
.blog-section .blog-box ul.pagination-list li a.active {
    color: #07c5ac;
}

.blog-section .blog-box .single-post h1 {
    color: #222222;
    font-size: 17px;
    font-family: 'open sans', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
}

.blog-section .blog-box .single-post p {
    margin-bottom: 25px;
}

.blog-section .blog-box .single-post blockquote {
    border-left: 1px solid #222222;
    padding: 20px 0;
    padding-left: 30px;
    margin-left: 30px;
    margin-bottom: 25px;
}

.blog-section .blog-box .single-post blockquote p {
    font-size: 14px;
    margin: 0;
}

.blog-section .blog-box .single-post blockquote p span {
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 0;
    text-transform: inherit;
}

.blog-section .blog-box .autor-post {
    overflow: hidden;
    margin-bottom: 40px;
    border: 1px solid #e9e9e9;
    padding: 15px;
}

.blog-section .blog-box .autor-post img {
    max-width: 130px;
    float: left;
}

.blog-section .blog-box .autor-post .autor-content {
    margin-left: 150px;
    padding: 12px 0px 1px;
}

.blog-section .blog-box .autor-post .autor-content h2 {
    margin-bottom: 0;
}

.blog-section .blog-box .autor-post .autor-content span {
    display: inline-block;
    color: #666666;
    font-size: 13px;
    font-family: 'open sans', sans-serif;
    margin-bottom: 15px;
}

.blog-section .blog-box .comment-section {
    margin-bottom: 40px;
    padding: 25px;
}

.blog-section .blog-box .comment-section h2 {
    margin-bottom: 25px;
}

.blog-section .blog-box .comment-section ul {
    margin: 0;
    padding: 0;
}

.blog-section .blog-box .comment-section ul li {
    list-style: none;
}

.blog-section .blog-box .comment-section ul li .comment-box {
    overflow: hidden;
    padding: 15px;
    border: 1px solid #e6e6e6;
    border-bottom: none;
}

.blog-section .blog-box .comment-section ul li:last-child .comment-box {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
}

.blog-section .blog-box .comment-section ul li .comment-box img {
    width: auto;
    max-width: 100px;
    float: left;
}

.blog-section .blog-box .comment-section ul li .comment-box .comment-content {
    margin-left: 120px;
}

.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 {
    color: #222222;
    font-size: 13px;
    font-family: 'open sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 a {
    color: #222222;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    float: right;
    font-size: 11px;
    font-weight: 400;
}

.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 a:hover {
    color: #07c5ac;
}

.blog-section .blog-box .comment-section ul li .comment-box .comment-content span {
    font-size: 14px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    margin: 0 0 10px;
    font-size: 11px;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.blog-section .blog-box .comment-section ul li .comment-box .comment-content p {
    margin: 0 !important;
}

.blog-section .blog-box .comment-section ul.depth .comment-box {
    padding-left: 120px;
}

.sidebar h2 {
    color: #000;
    font-size: 17px;
    font-family: 'open sans', sans-serif;
    font-weight: 500;
    margin: 0 0 15px;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}

.sidebar h2:before {
    content: '';
    width: 35px;
    height: 2px;
    background: #07c5ac;
    position: absolute;
    bottom: -1px;
}

.sidebar .widget {
    margin-bottom: 40px;
    padding: 20px;
}

.sidebar .widget input {
    border: none;
    background: transparent;
    height: 100%;
    width: calc(100% - 46px);
    color: #474747;
    outline: none;
    padding-left: 20px;
    font-size: 1em;
    margin-left: -5px;
}

.sidebar .widget button {
    background: #07c5ac;
    width: 46px;
    height: 46px;
    color: #fff;
    text-align: center;
    border: none;
    position: relative;
    left: 2px;
    transition: all .3s ease;
}

.sidebar .widget form {
    background: #fff;
    border: 1px solid #e9e9e9;
    width: 320px;
    height: 48px;
    margin-top: 32px;
}

.text-box {
    color: #6E6E6E;
    font-size: 14px;
}

.sidebar ul.category-list,
.sidebar ul.archieve-list {
    margin: 0;
    padding: 0;
}

.sidebar ul.category-list li,
.sidebar ul.archieve-list li {
    list-style: none;
    margin-bottom: 10px;
}

.sidebar ul.category-list li a,
.sidebar ul.archieve-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #6E6E6E;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 10px;
    width: 100%;
}

.sidebar ul.category-list li a:hover,
.sidebar ul.archieve-list li a:hover {
    color: #07c5ac;
}

.sidebar ul.category-list li a span,
.sidebar ul.archieve-list li a span {
    float: right;
}

.sidebar ul.category-list li:last-child,
.sidebar ul.archieve-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

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

.sidebar ul.tags-list li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 6px;
}

.sidebar ul.tags-list li a {
    font-size: 14px;
    color: #a3a3a3;
    display: block;
    text-transform: uppercase;
    border: 1px solid #e2e2e2;
    padding: 10px 22px;
}

.sidebar ul.tags-list li a:hover {
    background: #07c5ac;
    color: #fff;
}

.news-section.col3 .news-box,
.news-section.col2 .news-box {
    width: 1382px;
    margin-left: -15px;
}

.news-section.col3 .news-box .news-post {
    width: 360px;
    margin: 15px;
    margin-bottom: 40px;
    box-shadow: 0 2px 5px 3px #eff1f8;
    background: #fff;
}

.news-section.col3 .news-box .news-post .post-content-text {
    padding: 0px 25px 25px;
    text-align: center;
}

.news-section.col2 .news-box .news-post {
    width: 555px;
    margin: 15px;
    margin-bottom: 40px;
    box-shadow: 0 2px 5px 3px #eff1f8;
    background: #fff;
}

.news-section.col2 .news-box .news-post .post-content-text {
    padding: 0px 25px 25px;
    text-align: center;
}

/*-------------------------------------------------*/
/* =  single project page
/*-------------------------------------------------*/
.single-page-section {
    padding: 65px 0 40px;
}

.single-page-section img {
    width: 100%;
    margin-bottom: 30px;
}

.single-page-section .project-content-box {
    margin-bottom: 40px;
}

.single-page-section .project-content-box h2 {
    color: #222222;
    font-size: 17px;
    font-family: 'open sans', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 16px;
    margin-bottom: 20px;
}

.single-page-section .project-content-box ul {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.single-page-section .project-content-box ul li {
    list-style: none;
    font-size: 14px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
    margin: 0 0 8px;
}

.single-page-section .project-content-box ul li i {
    font-size: 13px;
    color: #07c5ac;
    width: 20px;
}

.single-page-section .project-content-box ul li span {
    color: #222222;
    font-weight: 700;
    margin-right: 10px;
}

/*-------------------------------------------------*/
/* =  contact page
/*-------------------------------------------------*/
#map {
    height: 500px;
}

.contact-section {
    padding: 60px 0 70px;
}

.contact-section p {
    margin-bottom: 30px;
}

.contact-section .contact-info h2 {
    margin-top: 0px;
}

.contact-section ul.information-list {
    margin: 0;
    padding: 0;
}

.contact-section ul.information-list li {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
}

.contact-section ul.information-list li i {
    float: left;
    color: #222222;
    font-size: 17px;
    padding-left: 7px;
    display: inline-block;
    line-height: 24px;
}

.contact-section ul.information-list li span {
    display: block;
    font-size: 14px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
    margin-bottom: 8px;
    margin-left: 25px;
    color: #222222;
}

.contact-section ul.information-list li a {
    font-size: 14px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
    display: inline-block;
    margin-left: 0px;
    margin-bottom: 10px;
    color: #222222;
}

.contact-section ul.information-list li:last-child {
    border-bottom: none;
}

#contact-form input[type="text"],
.comment-form input[type="text"],
#contact-form textarea,
.comment-form textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666666;
    font-size: 13px;
    font-family: 'open sans', sans-serif;
}

#contact-form input[type="text"]:focus,
.comment-form input[type="text"]:focus,
#contact-form textarea:focus,
.comment-form textarea:focus {
    border: 1px solid #2376ac;
}

/*#contact-form textarea,
.comment-form textarea {
  height: 146px;
}*/

button.btn-style {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #0077be;
    position: relative;
    line-height: 40px;
    border-radius: 3px;
    margin-bottom: 27px;
    font-size: 14px;
    margin-top: 10px;
    padding: 0px 27px;
    border: none;
    border-radius: 40px;

}

#contact-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
    opacity: 0.7;
}

#contact-form .message,
.comment-form .message {
    padding: 10px 20px;
    font-size: 13px;
    font-family: 'open sans', sans-serif;
}

#contact-form .message.error,
.comment-form .message.error {
    color: #e74c3c;
    background: rgba(246, 80, 80, 0.4);
    border: 1px solid #e74c3c;
}

#contact-form .message.success,
.comment-form .message.success {
    color: #29b504;
    background: rgba(63, 220, 21, 0.4);
    border: 1px solid #29b504;
}

/*-------------------------------------------------*/
/* =  error page
/*-------------------------------------------------*/
.error-section {
    padding: 220px 0px 120px;
    position: relative;
    background: url('../upload/banners/error.jpg') center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
}

.error-section i {
    color: #FFBA05;
    font-size: 220px;
    margin-bottom: 30px;
}

.error-section h1 {
    color: #1E1E1E;
    font-size: 30px;
    font-family: 'open sans', sans-serif;
    font-weight: 900;
    margin: 0 0 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    max-width: 460px;
    margin: 0 auto 10px;
    line-height: 52px;
}

.error-section p {
    margin-bottom: 25px;
    color: #363636;
}

.error-section a {
    padding: 0px 50px;
}

.error-section a:hover {
    color: #ffffff;
    background: #07c5ac;
}

.error-section .error-content {
    position: relative;
    z-index: 2;
}

.error-section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(34, 34, 34, 0.3);
}

/*-------------------------------------------------*/
/* =  Social Links
/*-------------------------------------------------*/
.social-links > li {
    padding-right: 23px;
    padding-left: 0;
}

.social-links > li:last-child {
    padding-right: 0;
}

.social-links > li > a {
    font-size: 12px;
    color: #ccc;
}

.social-links_mod-a > li {
    margin-bottom: 4px;
    padding-right: 4px;
}

.social-links_mod-a > li > a {
    display: block;
    width: 30px;
    height: 30px;
    padding-top: 5px;
    color: #ffffff;
    background-color: #1599ef;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
}


.social-links_mod-a > li > a:hover {
    color: #fff;
}

.social-links_mod-b > li > a {
    color: #fff;
    background-color: #777;
    box-shadow: none;
}

/*-------------------------------------------------*/
/* =  Team
/*-------------------------------------------------*/
.team-box {
    margin-top: 40px;
}

.team-box .team-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding: 15px;
}

.team-box .team-inner img {
    width: 100%;
    display: block;
    border-bottom: 1px solid #07c5ac;
}

.team-box .team-inner .mask {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0;
    background: rgba(7, 197, 172, 0.8);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.team-box .team-inner ul {
    list-style: none;
    position: absolute;
    z-index: 3;
    top: -30px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    left: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.team-box .team-inner ul li {
    display: inline-block;
    text-align: center;
    margin-left: 3px;
    margin-right: 3px;
}

.team-box .team-inner ul li a {
    font-family: 'FontAwesome';
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    display: inline-block;
    color: #f2f2f2;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.team-box:hover .mask {
    opacity: 1;
}

.team-box h6 {
    margin-top: 30px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333333;
}

.team-box:hover ul {
    top: 50%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.team-box .subtext {
    text-align: center;
    color: #555555;
    font-size: 13px;
    line-height: 26px;
}

.team-box .team-inner ul li a:hover {
    background-color: #f2f2f2;
    color: #223366;
}

/*-------------------------------------------------*/
/* =  buy-now
/*-------------------------------------------------*/
.pad-tb-40 {
    padding-top: 30px;
    padding-bottom: 40px;
}

.callto-action {
    background: #e36968;
    position: relative;
}

.callto-action .button-one {
    margin-left: 40px;
    padding-left: 45px;
    padding-right: 45px;
}

.callto-action .call-title-text {
    color: #fff;
    font-style: italic;
    font-size: 22px;
}

/*-------------------------------------------------*/
/* =  Pricing Table
/*-------------------------------------------------*/
.pricing-section {
    padding: 70px 0px;
}

.pricing-section .title {
    text-align: center;
    margin-bottom: 88px;
}

.pricing-section .col-md-3 {
    padding: 0px;
    z-index: 1;
}

.pricing-section .col-md-3:nth-child(4) {
    padding: 0px;
    z-index: 2;
}

.pricing-table {
    box-shadow: 0 2px 5px 3px #f8f8f8;
}

.pricing-table.highlight-yes {
    margin-top: -18px;
    border: 1px solid #07c5ac;
}

.pricing-table.highlight-yes .pricing-title {
    background: #07c5ac;
    color: #fff;
}

.pricing-table.highlight-yes .pricing-title,
.pricing-table.highlight-yes .pricing-button {
    padding: 28px 15px;
}

.pricing-table .pricing-title,
.chosen-container .chosen-results li {
    border-bottom: 1px solid #eeeeee;
}

.pricing-table li {
    margin: 0;
    padding: 20px;
    text-align: center;
}

.pricing-table li.pricing-price .price {
    margin-bottom: 5px;
}

.pricing-table .price {
    font-size: 40px;
    line-height: 50px;
    display: inline-block;
}

.pricing-table .currency {
    font-size: 20px;
}

.pricing-duration.special-subtitle {
    max-width: 100%;
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    font-family: Crimson Text;
    text-transform: none;
    letter-spacing: 0px;
}

.pricing-table .pricing-duration {
    display: block;
}

.pricing-table {
    list-style: none;
    padding: 0;
    background: #fff;
    padding-bottom: 25px;
}

.pricing-button a {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #000;
    position: relative;
    line-height: 33px;
    padding-left: 18px;
    border-radius: 3px;
    padding-right: 18px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 13px;
}

.pricing-table.highlight-yes .pricing-button a {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #07c5ac;
    position: relative;
    line-height: 33px;
    padding-left: 18px;
    border-radius: 3px;
    padding-right: 18px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 13px;
}




/*=========  Checkout-content ========*/
#checkout-content {
    padding: 98px 0 130px;
}

#checkout-content .row {
    width: 100%;
    margin: 0 auto;
}

#checkout-content .return-customer {
    background: #F9F9F9;
    border: 1px solid #EBEBEB;
    padding: 21px 30px;
    margin-bottom: 28px;
}

#checkout-content .return-customer p {
    margin-bottom: 0;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 26px;
    letter-spacing: .02em;
}

#checkout-content .return-customer a {
    color: #fe5454;
    letter-spacing: .02em;
}

#checkout-content .section-title h2 {

    font-weight: 700;
    font-size: 1.625em;
    color: #323232;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 43px;
}

#checkout-content .section-title h2:before {
    content: '';
    width: 45px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#checkout-content .section-title h2.left_before_fix {
    letter-spacing: 0px;
    margin-bottom: 45px;
}

#checkout-content .section-title h2.left_before_fix:before {
    left: 38px;
}

#checkout-content label,
#checkout-content input[type="text"] {
    display: block;
}

#checkout-content label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #8e8d8d;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#checkout-content input[type="text"]::-webkit-input-placeholder {
    /* Safari, Chrome and Opera */
    color: #C6C6C6;
}

#checkout-content input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #C6C6C6;
}

#checkout-content input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #C6C6C6;
}

#checkout-content input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #C6C6C6;
}

#checkout-content input[type="text"]::-ms-input-placeholder {
    /* Edge */
    color: #C6C6C6;
}

#checkout-content input[type="text"]:placeholder-shown {
    /* Standard one last! */
    color: #C6C6C6;
}


#checkout-content input[type="text"],
#checkout-content .left-checkout button {
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #E2E2E2;
    border-radius: 0px;
    background: #fff;
    box-shadow: none;
    outline: none;
    padding: 0 20px;
    font-size: 14px;
    color: #C6C6C6;
}

#checkout-content .left-checkout button {
    text-align: left;
    color: #8e8d8d;
    padding-right: 10px;
    margin-bottom: 0;
}

#checkout-content .left-checkout ul.dropdown-menu {
    width: 100%;
    margin: 0;
}

#checkout-content .left-checkout ul.dropdown-menu li {
    padding: 10px;
    color: #8e8d8d;
    cursor: pointer;
}

#checkout-content .left-checkout button .fa {
    float: right;
    padding-top: 12px;
}

#checkout-content input[type="text"]:last-child {
    margin-bottom: 0;
}

#checkout-content .left-checkout > .row {
    margin-bottom: 20px;
}

#checkout-content .select-box {
    padding: 0;
    margin: 0;
    border: 1px solid #E2E2E2;
    width: 100%;
    overflow: hidden;
    background-color: #fff;

    background: #fff url(../img/cart/select-box-bg.html) no-repeat 95% 50%;
}

#checkout-content .select-box select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#checkout-content .select-box select:focus {
    outline: none;
}

#checkout-content .row span {
    font-size: 1em;
    font-weight: 500;
    color: #fe5454;

}

#checkout-content .row span.create_account {
    color: #8e8d8d;
    font-size: 0.875em;
    text-transform: capitalize;
}

#checkout-content input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
    margin-right: 15px;
}

#checkout-content textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #E2E2E2;
    padding: 10px 20px;
    outline: none;
}

#checkout-content .ship-different {
    margin-top: 75px;
}

#checkout-content .order-box {
    border: 1px solid #D9D9D9;
    padding: 21px 14px 26px 30px;
    background: #fdfdfd;
}

#checkout-content .order-box ul {
    padding: 0px;
}

#checkout-content .order-box ul li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    display: block;
    color: #8E8D8D;
    font-size: 14px;
    line-height: 43px;
    text-transform: uppercase;
}

#checkout-content .order-box ul li.total {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    margin-top: 10px;
    margin-bottom: 19px;
}

#checkout-content .order-box ul li span {
    float: right;
    display: inline-block;
    color: #8e8d8d;
}

#checkout-content .order-box ul li span.bold {
    font-size: 18px;
    color: #010101;
}

#checkout-content .order-box ul li a span {
    color: #002e5b;
    text-transform: none;
}

#checkout-content .order-box ul li input[type="radio"] {
    margin-right: 10px;
}

#checkout-content .order-box ul li .note {

    background: #ECECEC;
    padding: 15px 30px;
    color: #8e8d8d;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    text-transform: none;
    margin-top: 12px;
    margin-bottom: 14px;
}

#checkout-content .order-box ul li .note .fa {
    font-size: 35px;
    position: absolute;
    top: -23px;
    left: 25px;
    color: #ECECEC;
}

#checkout-content .order-box ul li a.place-order {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #07c5ac;
    position: relative;
    line-height: 40px;
    padding-left: 20px;
    border-radius: 3px;
    margin-bottom: 27px;
    padding-right: 20px;
    font-size: 14px;
    margin-top: 40px;
}

/*========== Product details ===========*/

.product-details-box {
    margin-bottom: 80px;
}

.product_details_container .left_side .single_product_item p,
.shop_container .left_side .single_product_item p {

    font-size: 0.875em;
    color: #242424;
}

.product_details_container .left_side h4:nth-child(5),
.shop_container .left_side h4:nth-child(5) {
    margin-top: 30px;
}

.product_details_container .left_side .single_product_item a,
.shop_container .left_side .single_product_item a {
    display: block;
    color: #002e5b;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8125em;
}

.product_details_container .left_side .single_product_item,
.shop_container .left_side .single_product_item {
    margin-top: 31px;
}

.product_details_container .left_side a.brochure,
.shop_container .left_side a.brochure {
    margin-top: 50px;
    display: block;
    margin-bottom: 20px;
}

.product-details-box h3 {

    color: #000000;
    font-size: 1.375em;
    line-height: 28px;
    margin: 0;
    margin-bottom: 0px;
    font-weight: 700;
    text-transform: capitalize;
}

.product-details-box p {
    font-size: 14px;
    color: #898989;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding: 20px 0 26px 0;
    margin: 15px 0 22px 0;
    line-height: 25px;
}

.product-details-box span {

    font-weight: 500;
    display: block;
    font-size: 18px;
    color: #999999;
    margin-bottom: 20px;
}

.product-details-box span b {
    font-size: 24px;
    color: #07c5ac;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-left: 10px;
}

.product-details-box span input {
    width: 36px;
    height: 36px;
    border: 1px solid #EAEAEA;
    color: #999999;
    text-align: center;
    margin-left: 10px;
    outline: none;
}

.product-details-box a.add-to-cart {
    font-weight: 500;
    font-size: 0.875em;
    background: #07c5ac;
    color: #fff;
    padding: 12px 29px 12px 29px;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
    margin-top: 28px;
    display: inline-block;
}

.product-details-box img {
    border: 5px solid #F4F4F4;
}

.product-details-page-content .best-seller {
    margin-left: 0px;
    margin-top: 54px;
}

.product-details-page-content .best-seller h2 {
    font-weight: 700;
    color: #323232;
    font-size: 1.625em;
    padding-bottom: 13px;
    position: relative;
}

.product-details-page-content .best-seller h2:before {
    content: '';
    width: 45px;
    height: 3px;
    background: #07c5ac;
    position: absolute;
    left: 0;
    bottom: 0;
}

.product-details-page-content .bottom_tab .tab-content {
    border: 1px solid #e2e2e2;
    padding-bottom: 68px;
    margin-bottom: 53px;
}

.product-details-page-content .bottom_tab .nav {
    border: none;
}

.product-details-page-content .bottom_tab ul li a {
    color: #000;
    padding: 7px 32px 13px 36px;
    background: #f4f4f4;
    border-radius: 0px;
    border: 1px solid transparent;
}

.product-details-page-content .bottom_tab ul li a:focus,
.product-details-page-content .bottom_tab ul li.active a {
    border-top: 2px solid #EBEBEB;
    background: #fff;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.product-details-page-content .bottom_tab ul li:not(:first-child) a {
    margin-left: 8px;
}

.product-details-page-content .bottom_tab .tab-content p {
    color: #898989;
    font-size: 0.875em;
    line-height: 25px;
    padding: 50px 51px 0 40px;
}

.product-details-page-content .shop-page-content {
    margin-top: 20px;
    padding-top: 0;
    padding-left: 15px;
}

.product-details-page-content .shop-page-content .single-shop-item {}

.product-details-page-content .shop-page-content .meta {
    text-align: center;
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    margin-top: -9px;
    padding-top: 28px;
    margin-right: -7px;
}

.product-details-page-content .shop-page-content .meta p {
    font-size: 0.8125em;
    color: #898989;
    line-height: 18px;
}

.product-details-page-content .shop-page-content h4 {

    font-weight: 700;
    font-size: 0.8125em;
    color: #242424;
    text-transform: uppercase;
}

.product-details-page-content .shop-page-content .meta span {
    font-size: 1em;
    color: #242424;
    display: block;
}

.product-details-page-content .shop-page-content .meta span b {
    color: #002e5b;
    font-size: 1.25em;
}

.product-details-page-content .shop-page-content .meta a {
    display: inline-block;
    background: #fee733;
    font-family: 'open sans', sans-serif;
    font-weight: 500;
    color: #282f39;
    text-transform: uppercase;
    margin-top: 19px;
    padding-left: 13px;
    padding-right: 13px;
    line-height: 28px;
    border-radius: 3px;
}

/*============= Cart-page ==========*/
.cart-page {
    padding: 95px 0 91px;
}

.cart-page .table {
    margin: 0;
}

.cart-page table > tbody > tr > td,
.cart-page .table > thead > tr > th {
    border: none;
}

.cart-page .table thead > tr th {}

.cart-page .table > thead > tr > th {}

.cart-page .table thead {
    background: #F9F9F9;
}

.cart-page .table > thead > tr > th {
    font-family: 'Open Sans', sans-serif;
    color: #696969;
    font-size: 1em;
    line-height: 60px;
    padding: 0 40px;
    font-weight: 500;
    border: 1px solid #EBEBEB;
    border-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.cart-page .table > thead > tr > th:not(:first-child) {
    padding-left: 19px;
}

.cart-page .table > thead > tr > th.close {
    color: transparent;
}

.cart-page .table > tbody > tr > td.preview {
    padding: 24px 21px 0px 51px;
}

.cart-page .table > tbody > tr > td {
    border: 1px solid #EBEBEB;
    padding: 80px 40px;
    font-family: 'Open Sans', sans-serif;
    color: #8e8d8d;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.cart-page .table > tbody > tr > td.del-item {
    text-align: center;
}

.cart-page .table > tbody > tr > td .select-box {
    padding: 0;
    margin: 0;
    border: 1px solid #EDEDED;
    width: 95px;
    overflow: hidden;
    background-color: #fff;
}

.cart-page .table > tbody > tr > td .select-box select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cart-page .table > tbody > tr > td .select-box select:focus {
    outline: none;
}

.cart-page .table > tbody > tr > td.del-item {
    color: #FE5454;
    font-size: 18px;
    font-weight: normal;
}

.cart-page .bottom-box {
    padding: 30px 25px;
    background: #F9F9F9;
    margin: 0 0 50px;
}

.cart-page .bottom-box .cupon-box input {
    width: 130px;
    line-height: 36px;
    padding: 0 10px;
    border: 1px solid #EEEEEE;
    border-radius: 2px;
    outline: none;
    margin-right: 10px;
}

.cart-page .bottom-box .cupon-box button {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 0 30px;
    color: #fff;
    background: #000;
    text-transform: capitalize;
    border: none;
    outline: none;
    line-height: 33px;
    border-radius: 0px;
    text-transform: uppercase;
}

.cart-page .add-to-cart-wrap a {
    font-family: 'open sans', sans-serif;
    font-weight: 500;
    font-size: 0.875em;
    background: #07c5ac;
    color: #fff;
    padding: 0px 20px 0px 20px;
    ;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
    margin-left: 122px;
    display: inline-block;
    line-height: 38px;
}

.cart-page .cart-total-box li {
    font-family: 'Open Sans', sans-serif;
    line-height: 55px;
    font-size: 15px;
    color: #808080;
    border-bottom: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    padding: 0 25px;
    list-style: none;
    text-transform: uppercase;
    font-weight: 600;
}

.cart-page .cart-total-box li:first-child {
    border-top: 1px solid #EBEBEB;

}

.cart-page .cart-total-box li span {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875em;
    float: right;
    color: #8e8d8d;
}

.cart-page .cart-total-box .cart-total {
    background: #F9F9F9;
}

.cart-page .cart-total-box .proceed-to-checkout {
    text-align: right;
}

.cart-page .cart-total-box .proceed-to-checkout a {
    font-family: 'open sans', sans-serif;
    font-weight: 500;
    font-size: 0.875em;
    background: #07c5ac;
    text-transform: uppercase;
    display: inline-block;
    line-height: 36px;
    color: #fff;
    padding: 0 29px;
    border-radius: 3px;
    margin-top: 28px;
    margin-bottom: 24px;
}

.cart-page .cart-total-box .proceed-to-checkout a:before {
    background: #51B7E3;
}

/* ============= Shop Page =============*/
.shop_container {
    padding: 60px 0px;
    background: #f4f6f7;
}

.shop-page-content .row,
.shop-page-content.row {
    margin-left: -10px;
    margin-right: -10px;
}

.shop-page-content h2 {

    font-weight: 700;
    font-size: 1.625em;
    color: #323232;
    position: relative;
    padding-bottom: 13px;
}

.shop-page-content h2:before {
    content: '';
    width: 45px;
    height: 3px;
    background: #07c5ac;
    position: absolute;
    bottom: 0;
    left: 0;
}

.shop-page-content .single-shop-item {
    padding: 0px 10px;
    margin-top: 15px;
}

.shop-page-content .single-shop-item .meta {
    background: #F8F8F8;
    padding: 14px 4px 30px 10px;
    text-align: center;
    border: 1px solid #F0F0F0;
    width: 100%;
}

.shop-page-content .single-shop-item img {
    border: 1px solid #F0F0F0;
}

.shop-page-content .single-shop-item .meta h4 {

    font-weight: 700;
    text-transform: capitalize;
    font-size: 15px;
    color: #242424;
    line-height: 26px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.shop-page-content .single-shop-item .meta p {
    font-size: 13px;
    color: #898989;
    line-height: 18px;
}

.shop-page-content .single-shop-item .meta span {
    display: block;
    font-size: 13px;
    color: #242424;
}

.shop-page-content .single-shop-item .meta span b {
    font-size: 17px;
    line-height: 28px;
    color: #07c5ac;
    font-weight: 600;
}


.shop-page-content .single-shop-item a {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #07c5ac;
    position: relative;
    line-height: 33px;
    padding-left: 18px;
    border-radius: 3px;
    padding-right: 18px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 13px;
}

.shop-page-content .single-shop-item a:hover,
.shop-page-content .single-shop-item a:focus,
.shop-page-content .single-shop-item a:active,
.shop-page-content .single-shop-item a:hover i,
.shop-page-content .single-shop-item a:focus i,
.shop-page-content .single-shop-item a:active i {
    color: #fff;

}




.shop-page-content .best-seller {
    margin-top: 56px;
    margin-left: -1px;
}

/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
    background: #515252;
}

footer .social-links {
    padding-top: 10px;
}

footer .up-footer {
    padding: 60px 0 8px;
    background-size: cover;
    position: relative;
}

footer .up-footer .container {
    position: relative;
    z-index: 2;
}

footer .up-footer:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(35, 118, 172);
}

footer .up-footer h2 {
    color: #ffffff;
    font-size: 17px;
    font-family: 'open sans', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

footer .up-footer p {
    color: #ffffff;
    font-size: 14px;
}

footer .up-footer img {
    margin-top: 20px;
}

footer .up-footer ul.tag-list {
    margin: 0;
    padding: 0;
}

footer .up-footer ul.tag-list li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 6px;
}

footer .up-footer ul.tag-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 8px 18px;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

footer .up-footer ul.tag-list li a:hover {
    background: #07c5ac;
    border: 1px solid #07c5ac;
}

footer .up-footer ul.navigation {
    margin: 0;
    padding: 0;
}

footer .up-footer ul.navigation li {
    list-style: none;
    margin-bottom: 5px;
}

footer .up-footer ul.navigation li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 12px;
    font-family: 'open sans', sans-serif;
    color: rgba(255, 255, 255, 0.9);
}

footer .up-footer ul.navigation li a:hover {
    color: #07c5ac;
}

.footer-widget .link-list a {
    color: #ffffff;
    text-transform: capitalize;
    line-height: 30px;
    font-size: 14px;
}

.footer-widget .link-list {
    color: #ffffff;
    text-transform: capitalize;
    line-height: 30px;
    font-size: 16px;
    padding-left: 20px;
}

footer .up-footer .info-widget p {
    margin-bottom: 5px;
    font-size: 14px;
    display: flex;
}

footer .up-footer .info-widget p span {
    font-family: 'open sans', sans-serif;
    margin-right: 10px;
}

.draft_web {
    display: none !important;
}

footer .up-footer .info-widget p.first-par {
    margin-bottom: 20px;
}

footer .copyright {
    padding: 15px 0;
    background: #1fa7d0;
    border-top: 1px solid #1fa7d0;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'open sans', sans-serif;
    color: #ffffff;
    text-align: center;
    margin: 0;
}

footer .copyright p {
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    font-size: 13px;
}

/************** new-deepak *********************/
.section_st {
    padding-top: 118px;
}

.noo-product-grid .slick-prev:before,
.noo-product-grid .slick-next:before {
    font-family: 'font-awesome';
    font-size: 32px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #333;
    padding: 6px 8px;
}

.single-item .slick-prev {
    left: 8px;
    z-index: 1;
}

.single-item .slick-next {
    right: 32px;
    z-index: 1;
}

.single-item .slick-prev:before {
    content: "\f177";
}

.single-item .slick-next:before {
    content: "\f178";
}

.single-item .slick-prev:before,
.single-item .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #333;
    padding: 10px 10px;
    border-radius: 50%;

}

.hero-style-1 .slide .rect {
    background: #0077be66;
    width: 50%;
    height: 100%;
    position: absolute;
    left: -5%;
    top: 0;
    z-index: 1;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
}

.hero-style-1 .slide .rect:before,
.hero-style-2 .slide .rect:before {
    content: "";
    background: #0077be8c;
    width: 110%;
    height: 100%;
    position: absolute;
    left: -0;
    top: 0;
    z-index: 1;
}

.hero-style-1 .slide,
.hero-style-2 .slide {
    position: relative;
    height: 566px;
}

.hero-style-1 .slide .container,
.hero-style-2 .slide .container {
    position: relative;
    z-index: 2;
}

/* .slide .row {
  display: table-cell;
  vertical-align: middle;
}
.slide .container {
  height: 100%;
  display: table;
  padding: 0;
}*/


.bg_slider_ad2 {
    background-image: url(../images/sg-creation/banner2.jpg);
    background-size: cover;
    background-position: center center;
    transition: opacity 500ms linear 0s;
    background-size: cover;
    background-position: center;
}

.bg_slider_ads1 {
    background-image: url(../images/sg-creation/banner3.jpg);
    background-size: cover;
    background-position: center center;
    transition: opacity 500ms linear 0s;
    background-size: cover;
    background-position: center;
}

.bg_slider_ad3 {
    background-image: url(../images/sg-creation/banner1.jpg);
    background-size: cover;
    background-position: 4px -50px;
    transition: opacity 500ms linear 0s;
    background-size: cover;
    background-position: center;
}

.bg_slider_ad4 {
    background-image: url(../images/sg-creation/banner4.png);
    background-size: cover;
    background-position: 0px -20px;
    transition: opacity 500ms linear 0s;
    background-size: cover;
    background-position: center;
}


.drafting_banner_2 {
    background-image: url(../images/sg-creation/drafting-banner2.jpg);
    background-size: cover;
    background-position: center;
}

.drafting_banner_1 {
    background-image: url(../images/sg-creation/banner-6.jpg);
    background-size: cover;
    background-position: center;
}

.drafting_banner_3 {
    background-image: url(../images/sg-creation/drafting-banner3.jpg);
    background-size: cover;
    background-position: center;
}

.drafting_banner_4 {
    background-image: url(../images/sg-creation/drafting-banner4.jpg);
    background-size: cover;
    background-position: center;
}

.drafting_banner_5 {
    background-image: url(../images/sg-creation/new1.jpg);
    background-size: cover;
    background-position: center;
}


.hero-style-1 .slide-caption .slide-subtitle h5,
.hero-style-2 .slide-caption .slide-subtitle h5 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.hero-style-1 .slide-caption .slide-title h2,
.hero-style-2 .slide-caption .slide-title h2 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 700;
}

.theme-btn,
.theme-btn-s2,
.theme-btn-s4,
.theme-btn-s5,
.theme-btn-s6 {
    font-family: 'open sans', sans-serif;
    background-color: #f1fafd;
    font-size: 18px;
    font-weight: 500;
    color: #222a35;
    margin-top: 15px;
    line-height: 46px;
    padding: 3px 25px;
    border: 0;
    outline: none;
    display: inline-block;
    border-radius: 50px;
    text-transform: uppercase;
}

.theme-btn-s51 {
    font-family: 'open sans', sans-serif;
    background-color: #f1fafd;
    font-size: 53px;
    font-weight: 400;
    color: #222a35;
    height: 70px;
    line-height: 0;
    padding: 7px 60px;
    border: 0;
    outline: none;
    display: inline-block;
    border-radius: 50px;
    text-transform: uppercase;
}



.theme-btn-s3 i {
    font-size: 16px;
    font-size: clac(16);
    display: inline-block;
    padding-left: 3px;
}

.section-title h2,
.section-title-s2 h2,
.section-title-s4 h2,
.section-title-s3 h2 {
    font-size: 35px;
    line-height: 1em;
    margin: 0.2em 0 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
}

.section-title {
    margin-bottom: 45px;
}

.about-section1 .about-text,
.about-section-s2 .about-text {
    padding-right: 80px;
    padding-top: 20px;
}

.section-title > span,
.section-title-s2 > span,
.section-title-s4 > span,
.section-title-s3 > span {
    font-family: 'open sans', sans-serif;
    font-size: 18px;
    color: #0077be;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-top: -0.39em;
    font-weight: 600;
}

.about-section .about-info ul li,
.about-section-s2 .about-info ul li {
    font-style: italic;
    position: relative;
    padding-left: 30px;
}


.new_ul li {
    list-style: none;
    margin-top: 10px;
    font-size: 15px;
}

.ser_img {
    background-image: url(../images/ser.png);
    background-position: 0px -204px;
    background-size: cover;
    background-repeat: no-repeat;
}

.new_ul {
    padding-left: 5px;
}

.project-section .grid .details h3,
.project-section-s2 .grid .details {
    width: 100%;
    padding: 0 35px;
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 2;
    transition: 500ms;
}

.project-section .grid .details p,
.project-section-s2 .grid .details {
    width: 100%;
    padding: 0 35px;
    position: absolute;
    left: 0;
    line-height: 19px;
    font-size: 15px;
    bottom: 30px;
    z-index: 2;
}

.divshow {
    margin-bottom: 10px;
}

.divshow:hover .details h3 {
    bottom: 30%;
    z-index: 2;
    transition: 500ms;
}

.project-section .details .cat,
.project-section-s2 .details .cat {
    font-family: 'open sans', sans-serif;
    font-size: 18px;
    color: #0077be;
    text-transform: uppercase;
    font-weight: 600;
}

.project-section .details h3,
.project-section-s2 .details h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.project-section .details h3 a {
    color: #fff;
}

.img-holder img {
    width: 100%;
}

.section-title-s3 {
    margin-bottom: 45px;
}

.img-holder {
    margin-bottom: 20px;
    position: relative;
}

.projects-grid .grid .img-holder::before {
    content: "";
    background: -webkit-linear-gradient(top, transparent 30%, #ffffff00 0%, #a42d2d00 0%, #000000);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.projects-grid .grid .img-holder2::before {
    content: "";
    background: -webkit-linear-gradient(top, transparent 0%, #1e1f2c);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;

}

/* .projects-grid .grid .img-holder:hover::after{
  background: -webkit-linear-gradient(top, #f6c606 20%, #1e1f2c);
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
} */
.cta-section {
    background-color: #1e1f2c;
    padding: 100px 0;
    position: relative;
}

.cta-section .shape {
    background: url(../images/in.jpg) center center/cover no-repeat local;
    position: absolute;
    width: 55%;
    height: 100%;
    position: absolute;
    right: -10%;
    top: 0;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
}

.cta-section .shape:before,
.cta-section .shape:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.cta-section .shape:after {
    width: 96%;
}

.cta-section h3 {
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-bottom: 1em;
    color: #fff;
    text-transform: uppercase;
    margin-top: -20px;
}

.section-padding1 {
    padding: 40px 0;
}

/********** testimonial-section **************/

.a_testimonial1 {
    background-image: url('../images/testii.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 590px;
    width: 100%;
}

.a_testimonial2 {
    width: inherit;
    height: inherit;
    background: rgba(40, 46, 53, 0.9);
}

.a_testimonial3 {
    text-align: center;
    color: #ddd;
}

.a_testimonial3 h2 {
    font-size: 45px;
    font-weight: 600;
    padding: 30px 0px;
}

.a_testimonial4 {
    text-align: center;
}

.a_testimonial4 img {
    width: 100px;
    padding-top: 20px;
}

.a_testimonial4 {
    color: #ddd;
}

.a_testimonial4 p {
    line-height: 22px;
    color: #fff;
    padding: 20px 25px 0;
    font-size: 14px;

}

.a_testimonial4 h3 {
    font-size: 18px;
    font-weight: 600;
}

.section-padding2 {
    padding: 60px 0;
}

.bg_col {
    background: #17b1ec38;
}

/******************************* catalog-page *************************/

.flipbook-viewport {
    overflow: hidden;
    width: 100%;
    height: 700px;
    position: relative;
}

.flipbook-viewport img {
    width: 100%;
}

.flipbook-viewport .container1 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
}

.flipbook-viewport .flipbook {
    width: 922px;
    height: 600px;
    left: -461px;
    top: -300px;
}

.flipbook-viewport .page {
    width: 461px;
    height: 600px;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.flipbook .page {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.flipbook-viewport .page img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
}

.flipbook-viewport .shadow {
    -webkit-transition: -webkit-box-shadow 0.5s;
    -moz-transition: -moz-box-shadow 0.5s;
    -o-transition: -webkit-box-shadow 0.5s;
    -ms-transition: -ms-box-shadow 0.5s;

    -webkit-box-shadow: 0 0 20px #ccc;
    -moz-box-shadow: 0 0 20px #ccc;
    -o-box-shadow: 0 0 20px #ccc;
    -ms-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
}

div.flip-control {
    text-align: center;
    padding: 0px 0 30px;
}

div.flip-control a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 2px;
    background: #72b890;
    color: #fff;
    font-size: 0;
    margin: 2px;
}

div.flip-control a i {
    font-size: 30px;
}

.bg_cat {
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
    background-image: url(../gallery/background1.jpg);
    background-size: cover;
}

.about-header1 {
    color: #3575d3;
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 55px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    text-shadow: 3px 3px #ccc;
}

.navbar-default .navbar-nav > li > a {
    color: #222;
    font-weight: 700;
    padding: 15px 0px 10px 30px;
}

.portfolio_head {
    color: #fff;
    /*    position: absolute;*/
}

/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1500px) {
    .project-box .project-post {
        width: 33.333%;
        padding: 5px;
    }
}

@media (max-width: 1199px) {

    .projects-page-section .project-box,
    .news-section.col3 .news-box,
    .news-section.col2 .news-box {
        width: 970px;
    }

    .projects-page-section .project-box.col2 .project-post,
    .news-section.col2 .news-box .news-post {
        width: 455px;
    }

    .projects-page-section .project-box.col3 .project-post,
    .projects-page-section .project-box .project-post,
    .news-section.col3 .news-box .news-post {
        width: 293px;
    }

    #map {
        height: 400px;
    }

    .flexslider .flexcaption .inner-caption {
        padding: 20px 25px;
    }

    .flexslider .flexcaption .inner-caption h1 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .flexslider .flexcaption .inner-caption p {
        font-size: 13px;
    }

    .header-info .info-box {
        display: block;
    }

    .header-info .info-box .icon-box {
        text-align: center;
    }
}

@media (max-width: 991px) {

    .top-line,
    .top-line ul.social-icons {
        text-align: center;
    }

    .top-line p span {
        display: inline-block;
        margin-bottom: 7px;
    }

    .navbar-nav > li > a {
        padding-left: 6px !important;
        padding-right: 6px !important;
        color: #364c57 !important;
    }

    .navbar-nav a.open-search {
        padding-left: 7px !important;
    }

    .offer-post {
        margin-bottom: 30px;
    }

    .project-box .project-post {
        width: 33.33%;
    }

    .tab-posts-box {
        margin-top: 30px;
    }

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

    .clients-section blockquote {
        margin-top: 20px;
    }

    .projects-page-section .project-box,
    .news-section.col3 .news-box,
    .news-section.col2 .news-box {
        width: 750px;
    }

    .projects-page-section .project-box.col2 .project-post,
    .projects-page-section .project-box.col3 .project-post,
    .projects-page-section .project-box .project-post,
    .news-section.col3 .news-box .news-post,
    .news-section.col2 .news-box .news-post {
        width: 345px;
    }

    .page-banner-section {
        margin-top: 177px;
        text-align: center;
    }

    .page-banner-section h2 {
        margin-bottom: 5px;
    }

    .page-banner-section ul.page-depth {
        text-align: center;
    }

    #map {
        margin-top: 177px;
        height: 300px;
    }

    .contact-info {
        margin-bottom: 30px;
    }

    .flexslider .flexcaption .inner-caption {
        padding: 16px 25px;
        max-width: 50%;
    }

    .flexslider .flexcaption .inner-caption h1 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .flexslider .flexcaption .inner-caption p {
        display: none;
    }

    .about-section2 iframe {
        height: 300px;
    }

}


@media (max-width: 500px) {
    .project-box .project-post {
        width: 100%;
    }

    .tab-posts-box ul.nav-tabs li a {
        padding: 6px 10px;
        font-size: 11px;
        font-weight: 400;
    }

    .tab-posts-box .tab-pane img {
        float: none !important;
        margin: 0;
        margin-bottom: 20px;
    }

    .blog-section .blog-box .autor-post img {
        max-width: auto;
        float: none;
        margin-bottom: 20px;
    }

    .blog-section .blog-box .autor-post .autor-content,
    .blog-section .blog-box .comment-section ul li .comment-box .comment-content {
        margin-left: 0;
    }

    .blog-section .blog-box .comment-section ul li .comment-box img {
        display: none;
    }

    .title p {
        margin: 20px 40px 30px
    }

    #map {
        height: 200px;
    }

    .navbar-nav {
        background: #282828;
    }

    .showme {
        display: none;
        color: white;

    }

    .divshow:hover .showme {
        display: block;

    }

    .showme1 {
        display: none;
        color: white;
    }

    .divshow:hover .showme1 {
        display: block;
    }

    .showme2 {
        display: none;
        color: white;
    }

    .divshow:hover .showme2 {
        display: block;
    }

    .showme3 {
        display: none;
        color: white;
    }

    .divshow:hover .showme3 {
        display: block;
    }

    .showme4 {
        display: none;
        color: white;
    }

    .divshow:hover .showme4 {
        display: block;
    }

    .showme5 {
        display: none;
        color: white;
    }

    .divshow:hover .showme5 {
        display: block;
    }

    .showme6 {
        display: none;
        color: white;
    }

    .divshow:hover .showme6 {
        display: block;
    }

    .showme7 {
        display: none;
        color: white;
    }

    .divshow:hover .showme7 {
        display: block;
    }

    .showme8 {
        display: none;
        color: white;
    }

    .divshow:hover .showme8 {
        display: block;
    }
}

.phone_mail p {
    display: inline;
    margin-right: 15px;
}


.footer-widget p a {
    color: #ffffff;
}

.footer-widget p a:focus {
    text-decoration: none;
}

.pull-right p a {
    color: #ffffff;
    ;
}

.modal_dialog {
    margin-top: -48px;
}


.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);

    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
}

.navbar_background {
    background: #fff;
}


div.region.region-home-hero {
    margin-top: -15px;
}

.jumbotron {
    /* background-image: url(/sites/default/files/2018/video-overlay-blue.png); */
    background-repeat: repeat;
    background-color: transparent;
    color: white;
    margin-bottom: 0;
    text-shadow: 0px 0px 6px #003056;
    min-height: 515px;
    display: flex;
}

.jumbotron {
    /* background-image: none; */
    background-color: rgba(10, 30, 70, 0.5);
}

.jumbotron {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.jumbotron {
    background-image: url(bg-blue.jpg);
    height: 83vh;
}

#background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: no-repeat;
    background-size: cover;
}

.jumbotron {
    /* background-image: url(/sites/default/files/2018/video-overlay-blue.png); */
    background-repeat: repeat;
    background-color: transparent;
    color: white;
    margin-bottom: 0;
    text-shadow: 0px 0px 6px #003056;
    min-height: 515px;
    display: flex;
}

.scroll-cont-div {
    position: relative;
    padding-top: 50px;
    margin-top: 13px;
}

video {
    width: 100%;
}

.slide {
    position: relative;
}

.slide-caption {
    position: absolute;
    top: 200px;
    left: 95px;
    z-index: 3;
}


.fix_social_link {
    position: fixed;
    bottom: 20px;
    z-index: 999999;
    opacity: 1;
}

.social_link_img li img {
    width: 25px;
    margin: 5px;
    display: inline;
}

.social_link_img {
    padding-left: 15px;
}

.social_link_img li {
    list-style: none;
}

.img-holder1 img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px !important;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.2), 0 6px 30px 5px rgba(0, 0, 0, 0), 0 8px 10px -7px rgba(0, 0, 0, 0.53) !important;
}

.service_color {
    color: #2376ac;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.service_img {
    margin-top: 12px;
}

.service_div {
    /*  background-color:white;*/
}

.list_item {
    border-bottom: 1px #ddd solid;
    padding: 14px 0px 5px 2px;
}

.list_item1 {

    padding: 10px 0px 14px 2px;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.tab .nav-tabs {
    border: none;
    border-bottom: 2px solid #079fc9;
    margin: 0;
}

.tab .nav-tabs li a {
    padding: 13px 6px;
    margin: 0px 15px -1px 0;
    font-size: 15px;
    font-weight: 600;
    color: #293241;
    text-transform: uppercase;
    border: 2px solid #e6e5e1;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}

.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a {
    background: #fff;
    color: #079fc9;
    border: 2px solid #079fc9;
    border-bottom-color: transparent;
}

.tab .nav-tabs li a:before {
    content: "";
    display: block;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before {
    transform: scaleX(1);
}

.tab .tab-content {
    padding: 10px;
    font-size: 13px;
    color: #000000;
    line-height: 30px;
    letter-spacing: 1px;
    position: relative;
}

.fontt1 {
    color: #000000;
    font-size: 14px;
}

.fontt {
    color: #fff;
    font-size: 14px;
}

.multiple-item img {
    height: 170px;

}

@media only screen and (max-width: 479px) {
    .tab .nav-tabs {
        border: none;
    }

    .tab .nav-tabs li {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .tab .nav-tabs li a {
        margin: 0;
        border-bottom: 2px solid transparent;
    }

    .tab .nav-tabs li a:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #079fc9;
        position: absolute;
        bottom: -2px;
        left: 0;
    }

    .white_pane {
        background-color: #fff;
    }

}

.form_file_control {
    background: white;
    border: 1px solid #dedede;
    padding: 9px 86px 9px 9px;
}

.form_file_control:focus {
    outline: none;
    border: 1px solid #2376ac;
}

@media (max-width: 767px) {
    .top-line {
        display: none;
    }

    .slide-caption {
        position: absolute;
        top: 105px;
        left: 5px;
        z-index: 3;
    }
 
    .bg_slider_ad3 {
        background-position: 0px 0px;
    }

    .bg_slider_ad1 {
        background-position: 4px -31px;
    }

    .hero-style-1 .slide-caption .slide-subtitle h5,
    .hero-style-2 .slide-caption .slide-subtitle h5 {
        font-size: 11px;
        margin: 5px 0px;
        letter-spacing: 1px;
    }

    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s4,
    .theme-btn-s5,
    .theme-btn-s6 {
        margin-top: 5px;
    }

    .slide-caption {
        left: 30px;
    }

    .single-item .slick-prev {
        left: 0px;
    }

    .single-item .slick-next {
        right: 19px;
    }

    .services-offer-section {
        padding: 20px 0 15px;
    }

    .section-title > span {
        font-size: 10px;
    }

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

    .multiple-item img {
        height: 70px;
    }

    .hero-style-1 .slide .rect {
        height: 102%;
        left: -7%;
        top: -4px;
    }

    .hero-style-1 .slide-caption .slide-title h2,
    .hero-style-2 .slide-caption .slide-title h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .hero-style-1 .slide-caption .slide-title h2,
    .hero-style-2 .slide-caption .slide-title h2 {
        font-size: 18px;
        padding: 0px 40px 0px 0px;
        line-height: 22px;
    }

    .hero-style-1 .slide-caption .slide-subtitle h5,
    .hero-style-2 .slide-caption .slide-subtitle h5 {
        font-size: 13px;
    }

    .navbar-brand {
        padding-top: 5px !important;
        /* padding-bottom: 5px !important; */
    }

    .navbar-default .navbar-toggle {
        margin-top: 24px;
        margin-right: 0px;
    }

    .navbar-nav > li > a {
        padding: 5px 15px !important;
    }

    .navbar-nav > li.search {
        display: none;
    }

    .navbar-nav > li.drop ul.dropdown {
        position: relative;
        top: inherit;
        left: inherit;
        width: 100%;
        padding: 0;
        border: none;
        visibility: visible;
        opacity: 1;
    }

    .navbar-nav > li.drop ul.dropdown li a {
        padding: 5px 20px;
        text-transform: inherit;
    }

    .banner-section h2 a {
        margin-left: 6px;
        margin-top: 5px;
    }

    .project-box .project-post {
        width: 50%;
    }

    .projects-page-section .project-box,
    .news-section.col3 .news-box,
    .news-section.col2 .news-box {
        width: 100%;
        margin-left: 0;
    }

    .projects-page-section .project-box.col2 .project-post,
    .projects-page-section .project-box.col3 .project-post,
    .projects-page-section .project-box .project-post {
        width: 100%;
        margin: 0 0 30px;
    }

    .news-section.col3 .news-box .news-post,
    .news-section.col2 .news-box .news-post {
        width: 100%;
        margin: 0 0 40px;
    }

    .page-banner-section,
    #map {
        margin-top: 0px;
        height: 195px;
    }

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

    .choose-box {
        text-align: center;
    }

    .title {
        margin-bottom: 35px;
    }

    .about-section2 {
        padding: 45px 0px 40px;
    }

    .blog-section .blog-box .comment-section ul.depth .comment-box {
        padding-left: 0;
    }

    .flexslider .flexcaption .inner-caption {
        display: none;
    }

    .about-section2 iframe {
        height: 250px;
    }

    .company_img img {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 5px !important;
        box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.2), 0 6px 30px 5px rgba(0, 0, 0, 0), 0 8px 10px -7px rgba(0, 0, 0, 0.53) !important;
    }

    #home-section.slider2 {
        margin-top: 60px;
    }

    .navbar-nav {
        background: #282828;
        padding: 15px;
    }

    .hero-style-1 .slide .rect {
        background: #0077be4d;
        width: 62%;
    }

    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s4,
    .theme-btn-s5,
    .theme-btn-s6 {
        font-size: 10px;
        height: 32px;
        line-height: 32px;
        padding: 0px 14px;
    }

    .navbar-brand img {
        width: 50%;
    }

    .navbar_background {
        background: white;
    }

    .page-banner-section h2 {
        color: white;
        font-size: 22px;
        text-shadow: #020403 2px 2px 3px;
    }

    .page-banner-section ul.page-depth li {
        font-size: 12px;
    }

    .page-banner-section ul.page-depth li a {
        font-size: 12px;
    }

    .page-banner-section {
        padding: 63px 15px 65px;
    }

    .title p {
        margin: 20px 40px 30px
    }

    .hero-style-1 .slide,
    .hero-style-2 .slide {
        height: 250px;
    }

    .service_color {
        font-size: 9px
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .section-title {
        margin-bottom: 15px;
    }

    .section-padding2 {
        padding: 40px 0;
    }

    .theme-btn-s51 {
        font-size: 16px;
    }

    .cta-section {
        padding: 50px 0px;
    }

    .cta-section h3 {
        font-size: 27px;
        margin-bottom: 10px;
    }

    .projects-section ul.filter li a {
        font-size: 11px;
        padding: 4px 2px;
    }

    .project-section .grid .details h3 {
        padding: 0 6px;
        top: 77px;
        font-size: 13px;
    }

    .project-section .grid .details p {
        top: 95px;
        font-size: 6px;
        padding: 0px 5px;
        line-height: 11px;
        font-size: 10px;
        opacity: 1;
    }

    .a_testimonial4 p {
        line-height: 13px;
        padding: 12px 0px 0;
        font-size: 9px;
    }

    .btn {
        padding: 3px 7px;
        font-size: 11px;
    }

    .a_testimonial2 {
        padding-bottom: 30px;
    }

    .a_testimonial1 {
        height: auto;
    }

    .footer-widget .link-list a {
        font-size: 13px;
        line-height: 0;
    }

    footer .up-footer h2 {
        margin-bottom: 15px;
    }

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

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

    p {
        line-height: 21px;
        font-size: 13px;
    }

    .footer-widget .link-list {
        line-height: 22px;
    }

    .navbar-brand h5 {
        padding: 10px 0 0 10px;
        font-size: 25px;
    }

    header.active .navbar-brand {
        height: auto;
    }
}

.treatment-page {
    padding: 60px 0px 0px;
}

.mega_menu {
    display: none;
}

.choose-box {
    padding: 0 0 40px;
}

li.active {
    color: #fff !important;
}

.information-list i:hover {
    color: #b9e0f9;
}

.modals_review {
    background: #bee3fa;
}

.modals_review_heading {
    border-bottom: none;
}

.modals_review_foot {
    border-top: none;
    padding: 7px 0 20px;
    text-align: center;
}

.model-content p {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #273c75;
}

.model-content {
    padding: 0px;
}

button.modals_review_button {
    padding: 8px 30px;
    border-radius: 20px;
    font-weight: 700;
    color: #273c75;
}

button.modals_review_button:hover {
    background: rgb(35, 118, 172) !important;
    color: #fff !important;
    outline: none;
    border: none;
    overflow: hidden;
}

.jaccuzi_padtop_6px {
    padding-top: 6px;
}

.im1:hover {
    height: 350px;
    width: 450px;
}

.projects-grid .grid .img-holder::before {
    content: "";
    background: -webkit-linear-gradient(top, transparent 90%, #1e1f2c);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

#new_cont #contact-form .form-control {
    background: #fff;
    height: 40px;
    border: none;
    padding: 0 10px;
    margin-bottom: 20px;
}

#new_cont #contact-form #comment {
    height: auto;
}

.dropdown_mega .glaxy {
    display: none;
}

/*  sg creation css start  */

/*  slide down section css start  */

.sg_solution_men {
    padding: 70px 0px;
}

.sg_solution_1 {
    text-align: center;
}

.sg_solution_1 h2 {
    font-size: 36px;
    line-height: 54px;
    font-weight: 600;
    letter-spacing: 2px;
}

.sg_solution_1 span {
    color: #7a609e;
}

.draft_images {
    width: 100%;
    text-align: center;
    padding: 10px;
}

.draft_images img {
    width: 250px;

}

.draft_img_logo {

    width: 242px;
    display: inline-block;
    /*    padding: 0px 20px 0px 20px;*/
    box-sizing: border-box;

}

/* .draft_img_logo {
    background-image: linear-gradient(to right, white , #ffffffd6 , #ffffff00);
    width: 255px;
    display: inline-block;
    padding: 0px 262px 0px 20px;
} */

.sg_solution_1 p {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    padding: 0px 96px;
    padding-bottom: 50px;
    color: #000;
}

.sgclearn_about_discription p {
    color: #000;
}

.sg_solution_1 p:after {
    content: "";
    width: 65px;
    height: 3px;
    background-color: #7a609e;
    position: absolute;
    left: 50%;
    margin-left: -32px;
    bottom: 30px;
}

.mg_home_bg_1 {
    background-image: url(../images/sg-creation/slider2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 450px;
    position: relative;
}

.mg_home_bg_2 {
    background-image: url(../images/sg-creation/sg2.jpg);
}

.sg_contact_home_1 h2 {
    position: absolute;
    bottom: 18px;
    left: 0px;
    right: 0px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: 500ms;
    font-weight: 600;
    text-transform: uppercase;
}

.mg_home_bg_1:hover .sg_contact_home_1 h2 {
    top: 140px;
    font-size: 22px;
    transition: 500ms;
    display: none;
}

.text_overlay {
    position: absolute !important;
    top: 0;
    background: rgba(48, 158, 188, 0.72);
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    transition: 500ms;
}

.content_sg {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    padding: 0px 20px;

}

.content_sg h4 {
    font-family: 'open sans', sans-serif;
    font-weight: 200;
    color: #fff;
    font-size: 22px;
    padding-top: 10px;
    display: block;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    width: 80%;
    margin: auto;
}

.content_sg p {
    font-family: 'open sans', sans-serif !important;

    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
    line-height: 20px;
    text-align: center;
    width: 80%;
    margin: auto;
}

.content_sg .btn {
    font-family: 'open sans', sans-serif;
    font-weight: 200;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
    line-height: 20px;
    background-color: transparent;
    text-align: center;
    width: 125px;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 0px;
    font-weight: 600;
    cursor: pointer;
    z-index: 999;
}

.content_sg p {
    padding: 20px;
}

.mg_home_bg_1:hover .text_overlay {
    opacity: 1;
    transition: 500ms;
}

.sg_contact_home_next h2 {
    left: 0px;
    right: 0px;
    text-align: center;
}

/*  slide down section css end  */
/*  home service section css start  */

.img_index {
    width: 21%;
    padding: 8px 0;
}

.feat_content {
    padding: 5%;
}

.feat_content h3 {
    margin: 0 0 10px;
    color: #606676;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
}

.feat_pad {
    margin: 18px 0%;
}

.feat_back {
    background: #fafafa;
}

.sg_service_home_men {
    padding-bottom: 30px;
}

/*  home service section css end  */
/*  call to action section css start  */

.call_corp {
    text-align: center;
    padding: 50px 40px;
    background-image: url(https://img.freepik.com/free-photo/business-meeting_53876-71215.jpg?size=626&ext=jpg);
        background-size: cover;
    background-position: 0;
    background-attachment: fixed;
}

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

.second_call_corp img {
    width: 90px;
    padding: 10px;
}

.second_call_corp h2 {
    color: #fff;
}

.call_corp h2 {
    padding: 0px 0%;
    color: #fff;
    font-size: 36px;
    line-height: 54px;
    text-shadow: #030f1f 2px 2px 5px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 15px;
}

/* button code start */
.btn_start {
    padding: 20px 40px;
    background: none;
    border: none;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    cursor: pointer;
    color: #fff;

}

.btn_start:before {
    -webkit-transform: translate(-3px, -3px);
    transform: translate(-3px, -3px);
    text-shadow: #030f1f 2px 2px 5px;
}

.btn_start:after,
.btn_start:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.btn_start:after {
    -webkit-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
}

.btn_start:after,
.btn_start:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.btn_start:hover {
    color: #fff;
}

.btn_start:hover:after,
button:hover:before {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.btn_start:hover:after,
button:hover:before {
    -webkit-transform: translate(0);
    transform: translate(0);
}

/* button code end */
/*  call to action section css end  */


/* about page code start */

/* about section code start */
.about_agency_area {
    display: block;
    overflow: hidden;
    padding: 60px 0px;
    position: relative;
}

.about_agency_area .round_shap {
    position: absolute;
    left: 175px;
    top: 260px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #d1b7ff;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
    z-index: -1;
}

.about_agency_area .agency_contant .icons {
    width: 65px;
    line-height: 65px;
    font-size: 26px;
    color: #8f49f9;
    background: #fff;
    text-align: center;
    display: block;
    box-shadow: 0px 27px 18px 0px rgba(164, 109, 253, 0.35);
    border-radius: 10px;
    position: relative;
}

.about_agency_area .agency_contant .icons:after {
    content: "";
    position: absolute;
    box-shadow: 0px 18px 27px 0px rgba(203, 203, 203, 0.35);
    background: #f1e9ff;
    border-radius: 50%;
    height: 78px;
    width: 78px;
    z-index: -1;
    left: -20px;
    top: -10px;
    -webkit-animation: moveRound 20s linear 2s infinite alternate;
    animation: moveRound 20s linear 2s infinite alternate;
}

.about_agency_area .agency_contant h4 {
    font: 500 21px/31px "Niramit", sans-serif;
    color: #382c4d;
    padding-top: 0px;
}

.about_agency_area .agency_contant h2 {
    color: #382c4d;
    max-width: 500px;
    padding-top: 0px;
    font-size: 20px;
}

.about_agency_area .agency_contant p {
    color: rgba(56, 44, 77, 0.902);
    max-width: 570px;
    padding: 0px;
}

.about_agency_area img {
    width: 100%;
}

.about_agency_area .agency_contant h3 {
    font-size: 17px;
    margin: 0px;
    padding-top: 15px;
}

/* about section code end */

/* mission and vision code start */
.body_mission {
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0 6px 10px 0 rgba(208, 207, 207, 0.14), 0 1px 18px 0 rgba(14, 14, 14, 0.12), 0 3px 5px -1px rgba(189, 189, 189, 0.3);
}

.content_mission {
    padding: 3% 3% 0% 5%;
}

.content_mission {
    text-align: left;
    height: 205px;
}

.content_mission img {
    width: 42px;
    display: inline-block;
}

.content_mission p {
    font-size: 13px;
    color: #737373;
    padding-bottom: 4%;
}

.sg_mv_men {
    padding-bottom: 80px;
}

/* mission and vision code end */

/* contact page code start */
.contect_men_section_sg {
    padding: 100px 0px;
    position: relative;
}

.title-style-2.text-next {
    margin-top: 6px;
}

.title-style-2 {
    position: relative;
    width: 100%;
}

.sub-title {
    max-width: 170px;
    width: 100%;
    position: relative;
    text-align: right;
    display: block;
    padding-bottom: 15px;
}

.sub-title:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 2px;
    background: #272b2b;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sub-title .h5 {
    line-height: 34px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.item-padd-mob {
    position: relative;
    width: 100%;
    display: inline-block;
}

.item-padd-mob .simple-text {
    padding-bottom: 20px;
}

a,
a:link,
a:visited,
a:active,
a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.link-type-1 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    color: #272b2b;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
}

.link-type-1 i {
    display: inline-block;
    font-size: 20px;
    padding-left: 5px;
    line-height: inherit;
    vertical-align: middle;
    margin-bottom: 2px;
}

.input-field {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    border: 1px solid #dfe2e7;
    background: #fff;
    padding: 0px 15px;
    font-size: 13px;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 20px;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
}

.input-field:focus {
    background: #F5F5F5;
    border-color: #F5F5F5;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

textarea.input-field {
    height: 100px;
    resize: none;
}

.simple-text.lg p {
    font-size: 20px;
    line-height: 38px;
    color: #000;
}

.contact_address_sg {
    border-top: 1px solid #ddd;
    padding: 60px 0px;
}

/* contact page code end */

/* service page code start */
.tab {
    background-color: #2376ac;
}

.tab button {
    display: block;
    background-color: inherit;
    color: #fff;
    padding: 30px 16px;
    width: 100%;
    border: none;
    outline: none;
    /* text-align: left;*/
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    font-weight: 600;
    border-left: 9px solid #eeeeee;
    border-right: 9px solid #eeeeee;
}

.tab button:hover {
    background-color: #ddd;
    color: #fff;
}

.tab button:focus {
    color: #fff;
}

.tab button.active {
    background-color: #ccc;
    /*  border-left: 9px solid #2376ac;
    border-right: 9px solid #2376ac;*/
}

/*
.tabcontent {
    padding: 0px 12px;
hei

}
*/
.tabcontent {
    height: 700px;
}

.tabcontent_3d {
    padding: 0px 12px;

}

.sg_service_1_men {
    padding: 80px 0px;
    background-image: url(../images/sg-creation/service-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*
.tab_service_right {
    
    width: 560px
}
*/

/*<!-----img------->*/
.fz_Service_bgimage3 {
    background: linear-gradient(rgba(104, 104, 104, 0.63), rgba(7, 30, 33, .56)), url("http://www.sohoassistants.com/WEFiles/Image/WEImage/35295528_s-409cc7c2.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px;
    height: 600px;
}

.fz_Service_bgimage3 h2 {
    font-weight: 700;
    color: #c63c96;
    display: inline-block;
    padding-right: 15px;
    border-right: 5px solid #c63c96;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 20px;
    background-color: #fff;
    padding: 10px;



}

.fz_Service_bgimage3 p {
    color: #fff;
}

.fz_Service_bgimage3 ul li {
    color: #fff;
}

.tab_service_right h2:before,
.title:after {
    position: absolute;
    content: '';
    width: 75%;
    height: 1px;
    background: #d7d7d7;
    top: 50%;
    right: -75%;
    z-index: -1;
}

.tab_service_right .firstWord {
    font-weight: 100;
    color: #fff;
}

.tab_service_right p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #fff;
    margin-bottom: 20px;
    text-align: justify;
}

.tab_men_heading_sg {
    text-align: center;
    margin-bottom: 30px;
}

.tab_men_heading_sg h2 {
    color: #fff;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    padding: 20px 10px;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 25px;
}

.tab_under_content_1 h3 {
    padding: 8px 19px;
    background: #2376ac;
    color: #fff;
    font-size: 17px;
}



.tab_4_img {
    background-image: url(../images/sg-creation/service-tab1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
}

.tab_4_content p {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #7a7a7a;
    font-weight: 400;
    padding-top: 10px;
    text-align: center;
}

.tab_6_img {
    background-image: url(../images/sg-creation/service-tab6.jpg);
}

.tab_4_content h4 {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}

.tab_7_img {
    background-image: url(../images/sg-creation/tab7.jpg);
}

/* service page code end */

/* sgclearn about page code start */
.sgclearn_breadcrumb {
    background-image: url(../images/sg-creation/sgclearn-breadcrumb.jpg);
}

.sgclearn_about_men {
    padding: 0px 0px;
}

.sgclearn_about_s1 img {
    width: 100%;
}

.sgclearn_about_heading {
    background: #f5e9d4;
    padding: 26px;
}

.sgclearn_about_heading h2 {
    margin: 0px;
}

.sgclearn_about_discription {
    padding-top: 20px;
}

.mb-60 {
    margin-bottom: 60px;
}

.services-inner {
    margin-left: 35px;
    transition: .3s;
}

.our-services-img {
    float: left;
    margin-left: -36px;
    margin-right: 22px;
    margin-top: 28px;
}

.our-services-text {
    padding-right: 10px;
}

.our-services-text {
    overflow: hidden;
    padding: 28px 0 25px;
}

.our-services-text h4 {
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 8px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    line-height: 26px;
}

.our-services-text h4::before {
    background: #ec6d48 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 35px;
}

.our-services-wrapper:hover .services-inner {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 2px 4px 8px 0 rgba(46, 61, 73, .2);
}

.our-services-wrapper .services-inner {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, .2);
    height: 128px;
}

.our-services-text p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #666;
    margin-bottom: 15px;
}

.nav_log a {
    margin: 0;
    padding: 0;
}

.nav_log a img {
    width: 92px;
}

.voc_asses_img img {
    width: 100%;
}

.btn-info {
    color: black;
    background-color: #f1fafd;
    border-color: #2376ac;
    text-transform: uppercase;
    border-radius: 20px !important;

}

.display_none {
    display: none !important;
}

.footer_fz_icon {
    margin-top: 10px;
}

.middle_nav {
    width: 200px;
    background-color: green;
    margin-left: 50px;
}

.btn_show_drafting {
    padding: 10px;
    border: 0px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #000;
}

.btn_start {
    text-shadow: #030f1f 2px 2px 5px;
}

.middle_btn li {
    float: none;
    display: inline-block;
    padding: 0px !important;

}

.middle_btn li a {
    padding: 0px;
}

.middle_btn {
    text-align: center;
    width: 100%;
}

.img_head {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #7a609e;
    text-transform: uppercase;
    padding: 0 0 25px;
}

.draft_img_logo1 {
    background-color: aliceblue;
    display: inline-block;
}

.draft_img_logo1 .drafting_web1 img {
    width: 125px;
    padding: 10px 20px 10px 20px;
}

.draft_img_logo .drafting_web1 img {
    width: 150px;
    padding: 10px 20px 10px 20px;
}

.fz_Service_bgimage2 {
    background: linear-gradient(rgba(104, 104, 104, 0.63), rgba(7, 30, 33, .56)), url("http://www.eemsco.com/wp-content/uploads/2015/04/1651.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: cover;
    padding: 20px;
    height: 600px;
    background-repeat: no-repeat;
}

.fz_Service_bgimage3d h2 {
    color: #fff;
}

.fz_Service_bgimage3d {
    background: linear-gradient(rgba(104, 104, 104, 0.63), rgba(7, 30, 33, .56)), url(../images/sg-creation/drafting-banner3.jpg);
    padding: 20px;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;

}

.fz_Service_bgimage3d h2 {
    font-weight: 700;
    color: #c63c96;
    display: inline-block;
    padding-right: 15px;
    border-right: 5px solid #c63c96;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 20px;
    background-color: #fff;
    padding: 10px;
}

.fz_Service_bgimage2 h2,
p,
li {
    color: #fff;
}

.draft_img_text p {
    color: #000;
    text-align: center;
    width: 242px;
    display: inline-block;
    padding: 0px 20px 0px 20px;
    box-sizing: border-box;
}

.draft_img_text1 P {
    text-align: center;
}


.fz_Service_bgimage1 {
    background: linear-gradient(rgba(104, 104, 104, 0.63), rgba(7, 30, 33, .56)), url("http://smartmgmt-kw.com/wp-content/uploads/2018/11/AEC-1-800x600.jpg");
    padding: 20px;
    height: 600px;
}

.fz_Service_bgimage2 h2 {
    font-weight: 700;
    color: #c63c96;
    display: inline-block;
    padding-right: 15px;
    border-right: 5px solid #c63c96;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 20px;
    background-color: #fff;
    padding: 10px;
}

.firstWord {
    color: #000;
    font-weight: 100;
}

.fz_Service_bgimage1 h2 {
    font-weight: 700;
    color: #c63c96;
    display: inline-block;
    padding-right: 15px;
    border-right: 5px solid #c63c96;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 20px;
    background-color: #fff;
    padding: 10px;
}

.tablinks {
    border-bottom: 1px solid #fff !important;
    text-align: left;
}

.tablinks img {
    widows: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.fz_Service_bgimage1 .firstWord {
    color: #000;
}

.service_sec_img img {
    width: 600px;
    margin-top: 100px;
}

.bg1 {
    background: linear-gradient(to right, rgba(152, 154, 154, 0.68), rgba(25, 22, 84, .73)), url(images/tab-1.jpg);
    background-position: center;
    width: 100%;
    height: 100%;
}

.bg2 {
    background: linear-gradient(to right, rgba(152, 154, 154, 0.68), rgba(25, 22, 84, .73)), url(images/tab-2.jpg);
    background-position: center;
    width: 100%;
    height: 100%;
}

.bg3 {
    background: linear-gradient(to right, rgba(152, 154, 154, 0.68), rgba(25, 22, 84, .73)), url(images/tab-3.jpg);
    background-position: center;
    width: 100%;
    height: 100%;
}

.bg_new {
    background: linear-gradient(to right, rgba(152, 154, 154, 0.68), rgba(25, 22, 84, .73)), url(https://www.severnpartnership.com/wp-content/uploads/2014/10/II-CS1-3-3D-model-554x320.jpg);
        background-position: center;
    width: 100%;
    height: 100%;
}

.bg4 {
    background: linear-gradient(to right, rgba(152, 154, 154, 0.68), rgba(25, 22, 84, .73)), url(images/tab-4.jpg);
    background-position: top;
    width: 100%;
    height: 100%;
}

.bg5 {
    background: linear-gradient(to right, rgba(152, 154, 154, 0.68), rgba(25, 22, 84, .73)), url(images/tab-5.jpg);
    background-position: center;
    width: 100%;
    height: 100%;
}


.bg6 {
    background: linear-gradient(to right, rgba(152, 154, 154, 0.68), rgba(25, 22, 84, .73)), url(images/tab-6.jpg);
    background-position: top;
    width: 100%;
    height: 100%;
}


.bg7 {
    background: linear-gradient(to right, rgba(152, 154, 154, 0.68), rgba(25, 22, 84, .73)), url(images/tab-7.jpg);
    background-position: top;
    width: 100%;
    height: 100%;
}

.draf2t_web h3 {
    font-size: 16px;
    color: #0f4894;
    font-weight: 600;
    border: 1px solid #2376ac;
    padding: 10px;
    margin: 0;
    margin-top: 10px;
    background: #4999ce1c;
}

.font-16 h3 {
    font-size: 12px;
    text-shadow: #0f4894fc 0px -1px 0px;
    color: #2376ac;
}

.draf2t_web h3:hover {
    transition: 0.6s;
    color: #fff;
    background-color: #31b0d5;

}

.fz_read {
    text-decoration: underline !important;
}

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

.btn_ransparent {
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 30px;
    margin: 0px 10px;
    color: #2376ac;
    font-weight: 600;
}

.btn_ransparent:focus {
    outline: none;
}

.btn_ransparent:visited {
    outline: none;
}

.btn_ransparent:hover {
    box-shadow: 1px -1px 0px 0 rgba(208, 207, 207, 0.14), 0 1px 5px 0 rgba(14, 14, 14, 0.12), 0 3px 16px -1px rgba(189, 189, 189, 0.3);
    color: #ef1b29 !important;
}
.modal_style{
    padding: 0px 15px 10px;
}