
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900|Nunito:200,300,400,600,700,800,900|Open+Sans:300,400,600,700,800|Oswald:200,300,400,500,600,700|PT+Serif:400,700|Quicksand:300,400,500,700|Roboto+Slab:100,300,400|Roboto:100,300,400,500,700,900");

body {
    background-color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #767676;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
a {
    color: #EFBB20;
    outline: 0 none;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: 0 none;
}
a:active,
a:hover {
    color: #333333;
}
p a {
    color: #333333;
}
img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
hr {
    clear: both;
}
section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
    display: block;
}
address {
    font-style: italic;
}
table {
    background-color: transparent;
    width: 100%;
}
table thead th {
    color: #333;
}
table td {
    padding: 15px 10px;
}
p,
address,
ul,
ol,
dl,
dd,
table {
    margin-bottom: 24px;
}
.overflow-hide {
    overflow: hidden;
}
.overflow-auto {
    overflow: auto;
}
.clear {
    clear: both;
}
.pull-none {
    float: none;
}
::-moz-selection {
    background: #3396d1;
    color: #fff;
}
::selection {
    background: #3396d1;
    color: #fff;
}

/*---------------------------------------------------------------
2. HEADINGS 
---------------------------------------------------------------*/


    .services-list {
        font-size: 16px;
        padding-left: 16px;
    }
    .icon-content h3 {
        margin-bottom: 10px;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-family: roboto;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #333333;
}
h1 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 25px;
	font-weight: 600;
}
h2 {
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 20px;
	font-weight: 700;
}
h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
	font-weight: 600;
}
h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
	font-weight: 600;
}
h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
	font-weight: 600;
}
h6 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
	font-weight: 600;
}

/*---------------------------------------------------------------
3. TEXT & PARAGRAPH
---------------------------------------------------------------*/

p {
    line-height: 24px;
    margin-bottom: 24px;
}
strong {
    font-weight: 600;
}
/*text align*/

.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify
}
/*text vertical align*/

.v-align-t {
    vertical-align: top;
}
.v-align-m {
    vertical-align: middle;
}
.v-align-b {
    vertical-align: bottom;
}
/*text no line brack*/

.text-nowrap {
    white-space: nowrap
}
/*text transform*/

.text-lowercase {
    text-transform: lowercase
}
.text-uppercase {
    text-transform: uppercase
}
.text-capitalize {
    text-transform: capitalize
}
/*text size*/
.font-10 {
    font-size: 10px;
}
.font-12 {
    font-size: 12px;
}
.font-13 {
    font-size: 13px;
}

.font-26 {
    font-size: 26px;
}
.font-30 {
    font-size: 30px;
    line-height: 40px;
}

/*text weight*/

.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
.font-weight-800 {
    font-weight: 800;
}
.font-weight-900 {
    font-weight: 900;
}



/*== > colum gap less ==*/

.no-col-gap [class*="col-xs-"],
.no-col-gap [class*="col-sm-"],
.no-col-gap [class*="col-md-"],
.no-col-gap [class*="col-lg-"] {
    padding-left: 0;
    padding-right: 0;
}

/*---------------------------------------------------------------
6. BOX MAX-WIDTH CSS
---------------------------------------------------------------*/

.max-w100 {
    max-width: 100px;
}
.max-w200 {
    max-width: 200px;
}
.max-w300 {
    max-width: 300px;
}
.max-w400 {
    max-width: 400px;
}
.max-w500 {
    max-width: 500px;
}
.max-w600 {
    max-width: 600px;
}
.max-w700 {
    max-width: 700px;
}
.max-w800 {
    max-width: 800px;
}
.max-w900 {
    max-width: 900px;
}
.max-w1000 {
    max-width: 1000px;
}



/*---------------------------------------------------------------
8. COLOR (text & background)
	>text color
	>background color
---------------------------------------------------------------*/
/*=== >text color===*/

.text-white {
    color: #fff;
}
.text-primary {
    color: #EFBB20;
}
.text-black {
    color: #000;
}
.text-gray {
    color: #f5f6f6;
}
.text-gray-dark {
    color: #d3d3d3;
}
.text-red {
    color: #F00;
}
.text-green {
    color: #090;
}
.text-yellow {
    color: #FF0;
}
/*=== >background color===*/

.bg-transparent {
    background-color: transparent;
}
.bg-primary {
    background-color: ;
}
.bg-white {
    background-color: #FFF;
}
.bg-black {
    background-color: #000;
}
.bg-black-light {
    background-color: #212121;
}
.bg-gray {
    background-color: #f5f6f6;
}
.bg-gray-dark {
    background-color: #d3d3d3;
}
.bg-red {
    background-color: #FF4045;
}
.bg-green {
    background-color: #38E225;
}
.bg-yellow {
    background-color: #F0F52E;
}
/*=== >background image===*/

.bg-img-fix {
    background-attachment: fixed;
	background-size:cover;
}


/*effect 1*/


.img-effect {
    position: relative;
    overflow: hidden;
    display: block;
}
.img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
}
/* >image-opacity */

.img-effect.opacity img:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}
/* >image-zoom */

.img-effect.zoom-slow img {
    transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
}
.img-effect.zoom-slow:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/* >image-zoom-slow */

.img-effect.zoom:hover img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

/* >image-vertical-pan */

.img-effect.vertical-pan:hover img {
    margin-top: -10%;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
/* >image-fade-in */

.img-effect.fade-in {
    background: #000
}
.img-effect.fade-in img {
    opacity: 0.65;
    -moz-opacity: 0.65;
    -webkit-opacity: 0.65;
}
.img-effect.fade-in:hover img {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}


/*---------------------------------------------------------------
11. CONTENT SHOW ON IMAGE BOX
---------------------------------------------------------------*/
/* info box show */

.info-has {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px;
    opacity: 0;
    margin-bottom: -100px;
    z-index: 2;
}
.info-has.p-a15 {
    padding: 15px;
}
.info-has.p-a20 {
    padding: 20px;
}
.info-has.bg-primary {
    background-color: rgba(27, 188, 232, 0.9);
}
.info-has.bg-green {
    background-color: rgba(106, 179, 62, 0.9);
}
.info-has.bg-black {
    background-color: rgba(0, 0, 0, 0.6);
}
.info-has.bg-white {
    background-color: rgba(255, 255, 255, 0.8)!important;
}
.info-has.bg-white h1,
.info-has.bg-white h2,
.info-has.bg-white h3,
.info-has.bg-white h4,
.info-has.bg-white h5,
.info-has.bg-white h6 {
    color: #3d474a;
}
.info-has.bg-white h1 a,
.info-has.bg-white h2 a,
.info-has.bg-white h3 a,
.info-has.bg-white h4 a,
.info-has.bg-white h5 a,
.info-has.bg-white h6 a {
    color: #3d474a;
}
.info-has.bg-white .info-has-text,
.info-has.bg-white p {
    color: #767676;
}
.info-has h1,
.info-has h2,
.info-has h3,
.info-has h4,
.info-has h5,
.info-has h6,
.info-has p,
.info-has-text,
.info-has a {
    color: #fff;
}
.info-has .info-has-text {
    margin-bottom: 20px;
    line-height: 24px;
}
.media {
    overflow: hidden;
    position: relative;
}
.box:hover .info-has,
.media:hover .info-has {
    opacity: 1;
    width: 100%;
    margin-bottom: 0;
}
/* without hover */

.info-has.no-hover {
    opacity: 1;
    width: 100%;
    margin-bottom: 0;
}
/* Skew */

.info-has.skew-has {
    border-top: 4px solid #2d3e50;
    padding: 30px 15px 60px;
    -moz-transform: skewY(10deg);
    -webkit-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    transform: skewY(10deg);
    bottom: -35px;
}
.info-has.skew-has > * {
    -moz-transform: skewY(-10deg);
    -webkit-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

/*---------------------------------------------------------------
12. FORM ELEMENTS
---------------------------------------------------------------*/

label {
    font-weight: 600;
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 25px;
}
.form-control {
    border-color: #e1e6eb;
    box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
}
.form-control:focus {
    border-color: #e1e1e1;
    outline: 0;
}
.form-control:focus,
.has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control.kv-fileinput-caption {
    height: 39px;
}
.form-group.form-inline .radio,
.form-group.form-inline .checkbox {
    margin-right: 15px;
}
/*input group*/

.input-group {
    width: 100%;
}
.input-group .form-control,
.input-group-prepend,
.input-group-btn {
    display: table-cell;
}
.input-group-prepend{
    background: #fff;
    border-color: #e1e1e1;
    padding: 6px 14px;
    font-size: 16px;
}
.input-group-prepend.font-size-20 {
    font-size: 20px;
}
.input-group-prepend.fixed-w {
    text-align: center;
    padding: 6px 0;
    width: 40px;
}
.input-group-prepend.v-align-t {
    line-height: 30px;
}
/*select box*/

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select .dropdown-toggle {
    border: 1px solid #e7ecf1 !important;
    background-color: #fff !important;
    height: 40px;
    font-size: 13px;
    color: #999;
}
.bootstrap-select .dropdown-toggle:after {
    display: none;
}
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:hover {
    background-color: #fff !important;
    border: 1px solid #e9e9e9 !important;
    box-shadow: none !important;
    outline: 0px !important;
}
.bootstrap-select:active,
.bootstrap-select:focus {
    border: 0px !important;
    box-shadow: none !important;
    outline: 0px !important;
}
.bootstrap-select.show {
    box-shadow: none !important;
    outline: 0px !important;
}
.bootstrap-select.show .dropdown-toggle {
    box-shadow: none !important;
    outline: 0px !important;
}

.bootstrap-select .bs-searchbox .form-control {
    padding: 5px 10px;
    height: 30px;
}


    /* .sideImg {
            background-image:url(images/background/bg5.png); 
            background-position:left center; 
            background-repeat:no-repeat; 
            background-size: auto 100%;
        }*/
            .projectBGI {
            background-image:url(../images/bg-index.jpg);
            }
        .inf  h2{
            font-size: 26px !important;
        }
/*---------------------------------------------------------------
14. HEADER (top part of page)
---------------------------------------------------------------*/

.site-header {
    position: relative;
    z-index: 999;
}
.site-header ul,
.site-header ol {
    margin-bottom: 0;
}


/*---------------------------------------------------------------
15. PAGE TOP BAR (left & right content)
---------------------------------------------------------------*/

.top-bar {
    background-color: #2d3239;
    color: #ffffff;
    padding: 10px 0;
}
.top-bar a {
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.02);
    padding: 0px;
	line-height:22px;
    width: 22px;
    height: 22px;
    text-align: center;
}
.top-bar .fab{
	font-family: "Font Awesome 5 Brands";
}

.topbar-left {
    float: left;
}
.topbar-right {
    float: right;
}
.topbar-center,
.topbar-left,
.topbar-right {
    padding-left: 15px;
    padding-right: 15px;
}
@media only screen and (max-width: 767px) {
    .top-bar [class*="col-"] {
        width: 100%;
        text-align: right;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .top-bar [class*="col-"]:last-child {
        border-bottom: none;
    }
}
/*=== >eamil-phone (left) ===*/

/*=== >social-links (right) ===*/

.social-bx,
.login-bx {
    margin: 0 0 0 15px;
    float: right;
}
.social-bx li,
.login-bx li {
    font-size: 12px;
    margin: 0;
    position: relative;
}
.social-bx li {
    padding-left: 2px;
    padding-right: 2px;
}
.social-bx li a,
.login-bx li a {
    color: #ffffff;
}
.social-bx li i,
.login-bx li i {
    vertical-align: baseline;
    margin: 0 5px 0 0;
}
.social-bx li span,
.login-bx li span {
    vertical-align: baseline;
    margin: 0 2px 0;
    font-size: 8px;
}
.login-bx li ul {
    top: 25px;
    left: auto;
    right: 0;
    border: none;
    padding: 0;
}
.login-bx li ul li {
    border-bottom: 1px solid #F7F7F7;
}
.login-bx li ul li a {
    color: #767676;
    padding: 9px 15px;
}
.arrow-up-border:before,
.arrow-up:after {
    position: absolute;
    display: inline-block;
    content: '';
}
.arrow-up-border:before {
    top: -7px;
    right: 19px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #F00;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}
.arrow-up:after {
    top: -6px;
    right: 20px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
}
.arrow-left:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.arrow-left:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}
/*=== >language-list () ===*/

.language-bx li {
    display: inline;
    margin: 0 10px;
}

/*---------------------------------------------------------------
16. LOGO ( company identify  symbol )
---------------------------------------------------------------*/
/*=== >logo for header ===*/

.logo-header {
	display: table;
    float: left;
    padding: 15px 0;
    color: #efbb20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 200px;
    height: 86px;
    position: relative;
    z-index: 9;
    align-items: center;
}
.logo-footer {
    display: table;
    vertical-align: middle;
    padding: 0;
    font-size: 36px;
    color: #EFBB20;
    margin-top: 0;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    width: 240px;
    height: 60px;
}
.logo-header > a,
.logo-footer > a {
    display: table-cell;
    vertical-align: middle;
}
.logo-header.center-block {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.logo-header img,
.logo-footer img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.logo-header span,
.logo-footer span {
    font-size: 20px;
    color: #EFBB20;
    letter-spacing: 20px;
}
/*= When header is sticky =*/

.is-fixed .logo-header,
.is-fixed.header-curve .logo-header {
    height: 86px;
    width: 200px;
}
/*= Set width for mobile  =*/

@media only screen and (max-width: 767px) {
    .logo-header,
    .is-fixed.header-curve .logo-header {
        width: 150px;
    }
    .is-fixed .logo-header a img,
    .is-fixed.header-curve .logo-header a img {
        vertical-align: sub;
    }
}

/*---------------------------------------------------------------
17. MAIN BAR ( place logo & main-navigation )
---------------------------------------------------------------*/

.main-bar {
    background: #FFFFFF;
    width: 100%;
    position: relative;
}
.main-bar .container {} .header-curve .logo-header:before,
.header-curve .logo-header:after {
    background-color: #3d424a;
    content: "";
    position: absolute;
    bottom: 0;
    height: 120%;
    z-index: -1;
}
@media only screen and (max-width: 480px) {
    .header-curve .logo-header:before,
    .header-curve .logo-header:after {
        height: 110%;
    }
}
.header-curve .logo-header:before {
    right: -50px;
    width: 80%;
    border-right: 7px solid #2D3239;
    -webkit-transform: skew( 30deg);
    -moz-transform: skew( 30deg);
    -o-transform: skew( 30deg);
    -ms-transform: skew( 30deg);
    transform: skew(30deg);
}
.header-curve .logo-header:after {
    right: 10%;
    width: 2000px;
}
.header-curve .logo-header img {
    margin-top: -20px;
}
.is-fixed.header-curve .logo-header img {
    margin-top: -0;
}
@media only screen and (max-width: 767px) {
    .header-curve .logo-header:after {
        right: 0;
        left: auto;
    }
	
	
}

/*---------------------------------------------------------------
18. NAVIGATIONS
	>mena-menu
	>mobile-menu
	>footer-menu
---------------------------------------------------------------*/
/*== >mena-menu ==*/

.navbar-toggler {
    margin: 35px 0 25px 15px;
    padding: 12px 10px;
	float: right;
}
.navbar-toggler span {
    background: #666;
}
.is-fixed .navbar-toggler{
    margin: 35px 0 25px 15px;
}
.header-nav {
    position: relative;
    padding: 0;
}
.header-nav .nav {
    float: right;
}
.header-nav .nav i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
    opacity: 0.7;
}
.header-nav .nav > li {
    margin: 0px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
}
.header-nav .nav > li > a {
    border-radius: 0px;
    color: #555555;
    font-size: 16px;
    font-weight: 600;
    padding: 31px 12px;
    cursor: pointer;
	display: inline-block;
}
.header-nav .nav > li > a:hover {
    background-color: transparent;
    color: #efbb20;
}
.header-nav .nav > li > a:active,
.header-nav .nav > li > a:focus {
    background-color: transparent;
}
.header-nav .nav > li.active > a,
.header-nav .nav > li.current-menu-item > a {
    background-color: transparent;
    color: #EFBB20;
}
.header-nav .nav > li:hover > a {
    color: #EFBB20;
}
.header-nav .nav > li:hover > .sub-menu,
.header-nav .nav > li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-nav .nav > li .sub-menu {
    background-color: #ffffff;
    border: 1px solid #f4f4f4;
    display: block;
    left: 0;
    list-style: none;
    margin: 20px 0 0;
    opacity: 0;
    padding: 0px;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10;
}
.header-nav .nav > li .sub-menu li {
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}
.header-nav .nav > li .sub-menu li a {
    color: #6b6c74;
    display: block;
    font-size: 14px;
    padding: 12px 25px;
    text-transform: capitalize;
    transition: all 0.15s linear;
	font-weight: 600;
}
.header-nav .nav > li .sub-menu li a:hover {
    background-color: #F2F2F2;
    color: #EFBB20;
    text-decoration: none;
}
.header-nav .nav > li .sub-menu li:hover > a {
    color: #EFBB20;
}
.header-nav .nav > li .sub-menu li:last-child {
    border-bottom: 0px;
}
.header-nav .nav > li .sub-menu li .fa {
    color: #363636;
    display: block;
    float: right;
    position: absolute;
    right: 10px;
    top: 12px;
}
.header-nav .nav > li .sub-menu li > .sub-menu {
    left: 220px;
    margin: 0 0 0 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-nav .nav > li .sub-menu li:hover > .sub-menu {
    left: 220px;
    margin: 0px;
    opacity: 1;
    top: -1px;
    visibility: visible;
}
.header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
    background-color: transparent;
    bottom: 0px;
    content: '';
    display: block;
    height: 100%;
    left: -6px;
    position: absolute;
    top: 0px;
    width: 6px;
}
.header-nav .nav > li.has-mega-menu {
    position: inherit;
}
.header-nav .nav > li .mega-menu {
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    display: table;
    left: 0px;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 0px;
    visibility: hidden;
    width: 100%;
    margin-top: 20px;
}
.header-nav .nav > li .mega-menu > li {
    display: table-cell;
    padding: 10px 0;
    position: relative;
    vertical-align: top;
    width: 25%;
}
.header-nav .nav > li .mega-menu > li:after {
    content: "";
    background-color: rgba(204, 204, 204, 0.4);
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 1px;
    height: 100%;
}
.header-nav .nav > li .mega-menu > li:last-child:after {
    display: none;
}
.header-nav .nav > li .mega-menu > li > a {
    color: #000;
    display: block;
	border-bottom:1px solid #eee;
    font-size: 16px;
	font-weight:600;
    padding: 4px 25px;
	padding-bottom: 15px;
}
.header-nav.nav-dark .nav > li .mega-menu > li > a{
	border-color: rgba(0, 0, 0, 0.2);
}
.header-nav .nav > li .mega-menu > li ul {
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
	width:100%;		 
}
.header-nav .nav > li .mega-menu > li ul a {
    color: #6b6c74;
    display: block;
    font-size: 14px;
    line-height: 34px;
	font-weight:600;
    text-transform: capitalize;
    padding: 5px 25px
}
.header-nav .nav > li .mega-menu > li ul a:hover {
    color: #EFBB20;
    background-color: #F2F2F2;
}
.header-nav .nav > li.menu-item-has-children:before {
    content: "\f078";
    display: block;
    font-family: "Font Awesome 5 Free";
    right: 4px;
    position: absolute;
    top: 50%;
    color: #999;
    margin-top: -8px;
    font-size: 8px;
}
@media only screen and (max-width: 991px) {
	/* Mobile Responsive */
    .side-nav .nav.navbar-nav li a i.fa-chevron-down:before,
    .nav.navbar-nav li a i.fa-chevron-down:before {
		content:"\f078";
	}
	.side-nav .nav.navbar-nav li.open a i.fa-chevron-down:before,
	.nav.navbar-nav li.open a i.fa-chevron-down:before {
		content:"\f054";
	}
    .side-nav .nav.navbar-nav li a i.fa-chevron-down,
    .nav.navbar-nav li a i.fa-chevron-down,
    .nav.navbar-nav li a i.fa-angle-right {
        background-color: rgba(0, 0, 0, 0.2);
        color: #ffffff;
        height: 100%;
        line-height: 50px;
        position: absolute;
        right: 0;
        text-align: center;
        top: -6px;
        width: 50px;
        z-index: 3;
    }
	.header-nav .nav > li .sub-menu li i.fa-angle-right:before{
		content: "\f078";
		font-size: 10px;
	}
	.header-nav .nav > li .sub-menu li.open i.fa-angle-right:before{
		content: "\f054";
	}
    .header-nav .nav > li .sub-menu .sub-menu,
    .header-nav .nav > li:hover .sub-menu .sub-menu,
    .header-nav .nav > li:hover .sub-menu,
    .header-nav .nav > li:hover .mega-menu {
        display: none;
        opacity: 1;
        margin-top: 0;
    }
	.header-nav .nav li .sub-menu .sub-menu{
		display: none;
        opacity: 1;
        margin-top: 0;
	}
	.header-nav .nav > li.open > .sub-menu .sub-menu{
		display: none;
	}
	.header-nav .nav > li.open > .sub-menu li.open .sub-menu,
    .header-nav .nav > li.open > .mega-menu,
    .header-nav .nav > li.open > .sub-menu,
	.header-nav .nav > li ul.mega-menu ul{
        display: block;
        opacity: 1;
        margin-top: 0;
    }
	.header-nav .nav > li .sub-menu li .fa{
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		margin: 0;
		right: -1px;
		color:#fff;
	}
	.header-nav .nav > li .mega-menu > li{
		padding:0;
	}
	.header-nav .nav > li .mega-menu > li > a{
		display:none;
	}
	.header-nav .nav .mega-menu a i{
		display:inline-block;
		float:none;
		margin-top: 0;
	}
    .header-nav .nav .open > a,
    .header-nav .nav .open > a:focus,
    .header-nav .nav .open > a:hover {
        background-color: inherit;
        border-color: #e9e9e9;
    }
    .header-nav.nav-dark.nav .open > a,
    .header-nav.nav-dark .nav .open > a:focus,
    .header-nav.nav-dark .nav .open > a:hover {
        border-color: rgba(0, 0, 0, 0.2);
    }
    header .logo {
        display: block;
        padding: 4px 0;
    }
    .header-nav .nav > li > a {
        padding: ;
    }
    .header-nav .nav i {
        margin-top: 6px;
    }
	.mo-left .header-nav.nav-dark{
		background-color:#202020;
	}
	.mo-left .header-nav{
		overflow:hidden;
		position: fixed;
		width: 60px;
		left:-280px;
		height:100% !important;
		transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
		top:0;
		background-color:#fff;
		margin:0;
		z-index:99;
	}
	.mo-left .header-nav li.open a{
		position:relative;
	}
	.navbar-nav{
		overflow-x:scroll;
		height:100%;
	}
	.mo-left .header-nav.show {
		left: -1px;
		transition:all 0.8s;
		-webkit-transition:all 0.8s;
		-moz-transition:all 0.8s;
		-o-transition:all 0.8s;
		margin:0;
		width: 280px;
	}
	.mo-left .is-fixed .header-nav .nav{
		height:100%;
	}
	.mo-left .navbar-toggler.open:after{
		background-color: rgba(0,0,0,.6);
		content: "";
		height: 100%;
		left: 0;
		position: fixed;
		right: -20px;
		top: -63px;
		transform: scale(100);
		-o-transform: scale(100);
		-moz-transform: scale(100);
		-webkit-transform: scale(100);
		width: 100%;
		z-index: -1;
		transition: all .5s;
		transform-origin: top right;
		margin: 0 0 0 20px;
		-webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, .6);
		box-shadow: 0 0 0 1000px rgba(0, 0, 0, .6);
	}
	.mo-left .header-nav .logo-header {
		display: block;
		float: none;
		height: auto;
		max-width: 100%;
		padding: 30px 15px;
		width: 100%;
	}
	.mo-left .header-nav .logo-header img{
		max-width: unset;
		width: 180px;
	}
	.mo-left .navbar-toggler.open span{
		background:#fff;
	}
    /* responsive strat when media screen [991px] css START*/
    
    .navbar-header {
        float: none;
    }
    .navbar-toggler {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.show {
        /* NEW */
        
        display: block!important;
    }
    /* responsive strat when medai screen [991px] css END*/
    
    .header-nav {
        clear: both;
        margin: 0 -15px;
        border-bottom: 1px solid #E9E9E9;
    }
    .header-nav .nav {
        float: none;
        margin: 0;
        background: #fff;
		width: 100%;
		display: block;
    }
    .header-nav .nav li {
		float: none;
		display: block;
		width: 100%;
    }
    .header-nav .nav > li .sub-menu > li,
    .header-nav .nav > li .mega-menu > li {
        float: none;
        display: block;
        width: auto;
    }
    .header-nav .nav > li > a {
        padding: 12px 15px;
        border-top: 1px solid #E9E9E9;
		display:block;
		position: relative;
    }
    .header-nav .nav i {
        float: right;
    }
    .header-nav .nav > li > a:hover,
    .header-nav .nav > li > a:active,
    .header-nav .nav > li > a:focus {
        background-color: #f0f0f0;
        text-decoration: none;
    }
    .header-nav .nav > li .mega-menu > li:after {
        display: none;
    }
        .header-nav .nav > li ul,
    .header-nav .nav > li .sub-menu,
    .header-nav .nav > li .mega-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: #f6f6f6;
    }
    .header-nav .nav > li ul.mega-menu ul {
        display: none;
    }
    .header-nav .nav > li:hover > ul,
    .header-nav .nav > li:hover .sub-menu,
    .header-nav .nav > li:hover .mega-menu,
    .header-nav .nav > li .sub-menu li > .sub-menu {
        opacity: 1;
        visibility: visible;
        display: block;
        margin: 0;
    }
    .header-nav .nav > li ul.mega-menu li:hover ul {
        display: block;
    }
	.header-nav .nav > li .sub-menu .sub-menu,
    .header-nav .nav > li:hover .sub-menu .sub-menu,
    .header-nav .nav > li:hover .sub-menu,
    .header-nav .nav > li:hover .mega-menu {
        display: none;
        opacity: 1;
        margin-top: 0;
    }
	.header-nav .nav li .sub-menu .sub-menu{
		display: none;
        opacity: 1;
        margin-top: 0;
	}
	.header-nav .nav > li.open > .sub-menu .sub-menu{
		display: none;
	}
	.header-nav .nav > li.open > .sub-menu li.open .sub-menu,
    .header-nav .nav > li.open > .mega-menu,
    .header-nav .nav > li.open > .sub-menu,
	.header-nav .nav > li ul.mega-menu ul{
        display: block;
        opacity: 1;
        margin-top: 0;
    }
}
/*= nav dark version =*/

/*= when header is sticky =*/

.sticky-no .main-bar {
    position: static !important;
}
/*= when header is sticky =*/

.is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0;
}
.is-fixed .header-nav .nav > li > a {
    padding: 31px 12px;
}
.is-fixed .extra-nav {
    padding: 23px 0;
}
@media only screen and (max-width: 991px) {
    .is-fixed .header-nav .nav > li > a {
        padding: 12px 15px;
    }
}
@media only screen and (max-width: 767px) {
    .is-fixed .header-nav .nav {
        overflow: auto;
        height: 225px;
    }
    .is-fixed .header-nav .nav > li > a {
        padding: 12px 15px;
    }
    .is-fixed#header-part .navbar-toggler{
        margin: 15px 0;
    }
	.logo-header,
	.is-fixed .logo-header{
		height: 70px!important;
	}
	.navbar-toggler,
	.is-fixed .navbar-toggler{
		margin:27px 0 15px 15px;
	}
	.extra-nav,
	.is-fixed .extra-nav{
		 padding: 15px 0;
	}
	.header-curve .logo-header img {
		margin-top: -5px;
	}
}
/*= header full width =*/

#header-part.full-width .top-bar .container,
#header-part.full-width .main-bar .container {
    width: auto;
}
/*= Header style designs strat =*/
/*header with bg primary color 1 */

[class*="bg-"] .header-nav .nav > li > a {
    color: #fff;
}
[class*="bg-"] .header-nav .nav > li.active > a,
[class*="bg-"] .header-nav .nav > li.current-menu-item > a {
    color: #2D3239;
}
[class*="bg-"] .header-nav .nav > li > a:hover,
[class*="bg-"] .header-nav .nav > li:hover > a {
    color: #2D3239!important;
}
[class*="bg-"] .navbar-toggler{
    border-color: #fff;
}
[class*="bg-"] .navbar-toggler span {
    background-color: #2D3239;
}
@media only screen and (max-width: 991px) {
    [class*="bg-"] .header-nav .nav > li > a {
        color: #555;
    }
}
/*header style 1 (default) */
@media only screen and (min-width: 991px) {
	.header-style-1 .header-nav .nav > li > a{
		position:relative;
	}
	.header-style-1 .header-nav .nav > li > a:after{
		content:"";
		position:absolute;
		height:3px;
		background:#2D3239;
		background-repeat: repeat-x;
		background-size: 12px 4px;
		background-position: 0% 0%;
		width:100%;
		bottom:-3px;
		left:50%;
		transform:translateX(-50%);
		transition:0.5s all;
		opacity:0;
	}

	.header-style-1 .header-nav .nav > li:hover > a:after,
	.header-style-1 .header-nav .nav > li.active > a:after{
		opacity:1;
		bottom:0;
	}
}


/* Toggler */
.navicon{
	width: 20px;
	height: 18px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	border: 0;
	float: right;
	z-index: 99;		 
}

.navicon span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background: #000;
}
.bg-primary .navicon span{
	background:#fff;
}
.navicon span:nth-child(1) {
  top: 0px;
}

.navicon span:nth-child(2) {
  top: 7px;
}
.navicon span:nth-child(3) {
  top: 14px;
}
.navicon.open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navicon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.navicon.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/*---------------------------------------------------------------
20. SLIDER
	>rs slider
	>owl slider
---------------------------------------------------------------*/
/*== >rs slider ==*/

.tp-caption .font-weight-300 {
    font-weight: 300;
}
.tp-caption .font-weight-400 {
    font-weight: 400;
}
.tp-caption .font-weight-500 {
    font-weight: 500;
}
.tp-caption .font-weight-600 {
    font-weight: 600;
}
.tp-caption .font-weight-700 {
    font-weight: 700;
}
.tp-caption .font-weight-800 {
    font-weight: 800;
}
.tp-caption .font-weight-900 {
    font-weight: 900;
}
.tp-caption h1,
.tp-caption h2,
.tp-caption h3,
.tp-caption h4,
.tp-caption h5,
.tp-caption h6 {
    font-weight: 800;
    margin-bottom: 24px;
    color: #FFFFFF;
}
.tp-caption h1 {
    font-size: 70px;
    line-height: 60px;
}
.tp-caption h2 {
    font-size: 60px;
    line-height: 50px;
}
.tp-caption h3 {
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 20px;
}
.tp-caption h4 {
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 15px;
}
.tp-caption h5 {
    font-size: 30px;
    line-height: 4px;
    margin-bottom: 10px;
}
.tp-caption h6 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}
.tp-caption h4,
.tp-caption h5,
.tp-caption h6 {
    font-weight: 600;
}
.tp-caption .text {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    width: 500px;
}
.overlay-row {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

/*---------------------------------------------------------------
22. WIDGETS
---------------------------------------------------------------*/

.widget {
    margin-bottom: 30px;
}
.widget-title {
    margin: 0 0 25px;
}
.widget-title {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
}
.widget-title:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    height: 3px;
    margin: 0 0 0;
    width: 50px;
    margin: 10px 0;
}
.widget .widget-title,
.widget .post-title {
    text-transform: uppercase;
}
.recent-posts-entry ul,
.category-entry ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
/* widget listing*/


.widget_services ul,
.widget_getintuch ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.widget_services ul li {
    padding-bottom: 18px;
    margin-bottom: 13px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.11);
    position: relative;
    padding: 10px 10px 10px 15px;
    margin-bottom: 0;
    line-height: 20px;
}

.widget_services ul li a {
    color: #767676;
}



.widget_nav_menu li li,
.widget_services li li {
    border-bottom: none;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 28px;
}
.widget_categories ul li li:before,
.widget_archive ul li li:before,
.widget_meta ul li li:before,
.widget_pages ul li li:before,
.widget_recent_comments ul li li:before,
.widget_nav_menu li li:before,
.widget_services li li:before {
    top: 0;
    left: -8px;
}

/* widget get in tuch */

.widget_getintuch {
    padding-top: 10px;
}
.widget_getintuch li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}
.widget_getintuch b,
.widget_getintuch strong {
    display: block;
    text-transform: uppercase;
}
.widget_getintuch i {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/*---------------------------------------------------------------
23. CUSTOMIZE CSS
	>set-radius
	>transition
	>float-clearfix
---------------------------------------------------------------*/
/*== >set-radius ==*/

.btn,
.panel,
.form-control,
.img-thumbnail,
.panel-head ing,
.dropdown-menu,
.panel-group .panel,
.nav-tabs > li > a,
.modal-content,
.navbar-toggler,
.nav-pills > li > a,
.pager li > a,
.pager li > span,
.well,
.alert,
.list-group-item:first-child,
.list-group-item:last-child,
.input-group-addon,
.btn-group-divides > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group-divides > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.booking-form .extra-services li .icon-bx-lg,
.booking-form .extra-services li.active .icon-bx-lg:after,
.widget_tag_cloud a,
.searchform input[type="text"],
.searchform input[type="submit"],
ol.comment-list li.comment .comment-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/*== >transition ==*/

a,
.btn,
.form-control,
.overlay-bx,
.overlay-icon li a i,
.icon-bx-xl,
.icon-bx-lg,
.icon-bx-md,
.icon-bx-sm,
.icon-bx-xs,
.share-social-bx li,
.indicator,
.profile-menu ul li,
.staff-member .member-done,
.how-work .box .shadow-bx img,
.how-work .box .step-no-bx,
.info-has,
.we-find .box,
.navbar-toggler,
.logo-header,
.header-nav .nav > li > a,
.extra-nav {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.animate-slow {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.animate-mid {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.animate-fast {
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
/*== >float-clearfix ==*/

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
/*error for select box*/

.has-error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle:hover,
.has-error .bootstrap-select .dropdown-toggle:focus {
    border-color: #a94442 !important;
}
/*succes for select box*/

.has-success .bootstrap-select .dropdown-toggle,
.has-success .bootstrap-select .dropdown-toggle:hover,
.has-success .bootstrap-select .dropdown-toggle:focus {
    border-color: #3c763d !important;
}
/*---------------------------------------------------------------
24. SORTCODES 
	>Buttons
	>Title separators		
	>Deviders	
	>Lists & bullets	
	>Tabs
	>Accordians		
	>Carousels	
	>Testimonials	
	>Pricing table
	>Alert box	
	>Modal pop
	>Social icons
	>Breadcrumb
	>Tables
	>Image effects
	>Icon boxes
---------------------------------------------------------------*/

/* theme default button */
/* Bootstrap Btn Size */
.btn-group-lg > .btn, 
.btn-lg {
    border-radius:4px;
    font-size:20px;
    padding: 12px 24px;
}
.btn-group-sm > 
.btn, .btn-sm {
    border-radius: 3px;
    font-size: 12px;
    padding: 4px 8px;
}
.site-button,
.site-button-secondry {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
	border-radius: 0;
	font-weight: 600;
	text-align:center;
	white-space: nowrap;
}
.site-button {
    background-color: #EFBB20;
}
.site-button:active,
.site-button:hover,
.site-button:focus,
.active > .site-button {
    background-color: #d8a409;
    color: #fff;
}
.site-button-secondry {
    background-color: #282A3C;
}
.site-button-secondry:active,
.site-button-secondry:hover,
.site-button-secondry:focus,
.active > .site-button-secondry {
    background-color: #3c3e4e;
    color: #fff;
}
/* button text uppercase */

.site-button.text-uppercase {
    text-transform: uppercase;
}
/* button size */
.button-sm {
    padding: 5px 10px;
    font-size: 12px;
}
.button-md {
    padding: 15px 30px;
    font-size: 16px;
	font-weight:500;
}
.button-lg {
    font-size: 18px;
    font-weight: 600;
    padding: 18px 35px;
}
.button-xl {
    font-size: 22px;
    padding: 25px 35px;
}
/* button rounded */

.radius-no {
    border-radius: 0;
    -webkit-border-radius: 0;
}
.radius-sm {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.radius-xl {
    border-radius: 100px;
    -webkit-border-radius: 100px;
}
.radius-md {
    border-radius: 8px;
    -webkit-border-radius: 8px;
}
/* button colors */
/* white */

.site-button.white {
    background-color: #fff;
    color: #777;
}
.site-button.white:hover,
.site-button.white:active,
.site-button.white:focus {
    background-color: #F4F4F4;
    color: #555;
}
/* black */

.site-button.black {
    background-color: #171717;
    color: #fff;
}
.site-button.black:hover,
.site-button.black:active,
.site-button.black:focus {
    background-color: #000;
    color: #fff;
}
/* Gray */

.site-button.gray {
    background-color: #666666;
    color: #fff;
}
.site-button.gray:hover,
.site-button.gray:active,
.site-button.gray.active,
.site-button.gray:focus {
    background-color: #555555;
    color: #fff;
}

/* Skew */
.button-skew {
    position: relative;
    text-align: center;
    margin-right: 25px;
    -moz-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
.button-skew span {
    display: inline-block;
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}
.button-skew i {
    background-color: inherit;
    position: absolute;
    height: 100%;
	font-size:12px;
    margin-right: -32px;
	font-weight: 700!important;
    right: 0;
    top: 0;
    padding: 12px 12px;
    line-height: normal;
}
.button-skew i:before {
    display: inline-block;
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}
.button-skew.button-sm i {
    padding: 7px 10px;
    margin-right: -27px;
}
.button-skew.button-lg i {
    padding: 25px 15px;
    margin-right: -40px;
}
.button-skew.button-xl i {
    padding: 35px 22px;
    margin-right: -55px;
}

/* Box Shadow */

/* black */
.site-button.box-shadow.black {
	box-shadow:0 5px 10px 2px rgba(0, 0, 0, 0.19);
}

/* gray */
.site-button.box-shadow.gray {
	box-shadow:0 5px 10px 2px rgba(85, 85, 85, 0.19);
}

/* pink */
.site-button.box-shadow.pink {
	box-shadow:0 5px 10px 2px rgba(239, 44, 177, 0.19);
}

/* blue */
.site-button.box-shadow.blue {
	box-shadow:0 5px 10px 2px rgba(0, 181, 104, 0.19);
}

/* green */
.site-button.box-shadow.green {
	box-shadow:0 5px 10px 2px rgba(36, 176, 147, 0.19);
}

/* orange */
.site-button.box-shadow.orange {
	box-shadow:0 5px 10px 2px rgba(223, 136, 0, 0.19);
}

/* red */
.site-button.box-shadow.red {
	box-shadow:0 5px 10px 2px rgba(242, 45, 78, 0.19);
}

/* brown */
.site-button.box-shadow.brown {
	box-shadow:0 5px 10px 2px rgba(56, 58, 76, 0.19);
}

/* yellow */
.site-button.box-shadow.yellow {
	box-shadow:0 5px 10px 2px rgba(239, 168, 18, 0.19);
}

/* purple */
.site-button.box-shadow.purple {
	box-shadow:0 5px 10px 2px rgba(120, 82, 169, 0.19);
}

/* Social icon link */
.site-button-link.facebook{
	color:#3B5998;
}
.site-button-link.google-plus{
	color:#DE4E43;
}
.site-button-link.linkedin{
	color:#007BB6;
}
.site-button-link.instagram{
	color:#8A5A4E;
}
.site-button-link.twitter{
	color:#1EA1F3;
}
.site-button-link.youtube{
	color:#CE201F;
}
.site-button-link.whatsapp{
	color:#01C854;
}

.site-button-link.facebook.hover,
.site-button-link.google-plus.hover,
.site-button-link.linkedin.hover,
.site-button-link.instagram.hover,
.site-button-link.twitter.hover,
.site-button-link.youtube.hover,
.site-button-link.whatsapp.hover{
	color:inherit;
}

.site-button-link.facebook.hover:hover,
.site-button-link.facebook.hover:focus,
.site-button-link.facebook.hover:active{
	color:#3b5998;
}
.site-button-link.google-plus.hover:hover,
.site-button-link.google-plus.hover:focus,
.site-button-link.google-plus.hover:active{
	color:#de4e43;
}
.site-button-link.linkedin.hover:hover,
.site-button-link.linkedin.hover:focus,
.site-button-link.linkedin.hover:active{
	color:#007bb6;
}
.site-button-link.instagram.hover:hover,
.site-button-link.instagram.hover:focus,
.site-button-link.instagram.hover:active{
	color:#8a5a4e;
}
.site-button-link.twitter.hover:hover,
.site-button-link.twitter.hover:focus,
.site-button-link.twitter.hover:active{
	color:#1ea1f3;
}
.site-button-link.youtube.hover:hover,
.site-button-link.youtube.hover:focus,
.site-button-link.youtube.hover:active{
	color:#ce201f;
}
.site-button-link.whatsapp.hover:hover,
.site-button-link.whatsapp.hover:focus,
.site-button-link.whatsapp.hover:active{
	color:#01c854;
}



.site-button.facebook{
	background-color:#3B5998;
}
.site-button.facebook:hover,
.site-button.facebook:focus,
.site-button.facebook:active{
	background-color:#4b69a8;
}
.site-button.google-plus{
	background-color:#DE4E43;
}
.site-button.google-plus:hover,
.site-button.google-plus:focus,
.site-button.google-plus:active{
	background-color:#fe6e63;
}
.site-button.linkedin{
	background-color:#007BB6;
}
.site-button.linkedin:hover,
.site-button.linkedin:focus,
.site-button.linkedin:active{
	background-color:#209bd6;
}
.site-button.instagram{
	background-color:#8A5A4E;
}
.site-button.instagram:hover,
.site-button.instagram:focus,
.site-button.instagram:active{
	background-color:#aa7a6e;
}
.site-button.twitter{
	background-color:#1EA1F3;
}
.site-button.twitter:hover,
.site-button.twitter:focus,
.site-button.twitter:active{
	background-color:#0e91e3;
}
.site-button.youtube{
	background-color:#CE201F;
}
.site-button.youtube:hover,
.site-button.youtube:focus,
.site-button.youtube:active{
	background-color:#ee403f;
}
.site-button.whatsapp{
	background-color:#01C854;
}
.site-button.whatsapp:hover,
.site-button.whatsapp:focus,
.site-button.whatsapp:active{
	background-color:#00a834;
}

/* Social Icon Outline */
.site-button.facebook.outline,
.site-button.google-plus.outline,
.site-button.instagram.outline,
.site-button.linkedin.outline,
.site-button.twitter.outline,
.site-button.youtube.outline,
.site-button.whatsapp.outline{
	background-color:rgba(0,0,0,0);
	border: 1px solid;
}
.site-button.facebook.outline{
	color:#3B5998;
}
.site-button.google-plus.outline{
	color:#DE4E43;
}
.site-button.linkedin.outline{
	color:#007BB6;
}
.site-button.instagram.outline{
	color:#8A5A4E;
}
.site-button.twitter.outline{
	color:#1EA1F3;
}
.site-button.youtube.outline{
	color:#CE201F;
}
.site-button.whatsapp.outline{
	color:#01C854;
}
/* Outline Hover */
.site-button.facebook.outline:hover,
.site-button.facebook.outline:focus,
.site-button.facebook.outline:active{
	background-color:#4b69a8;
	color:#fff;
}
.site-button.google-plus.outline:hover,
.site-button.google-plus.outline:focus,
.site-button.google-plus.outline:active{
	background-color:#fe6e63;
	color:#fff;
}
.site-button.linkedin.outline:hover,
.site-button.linkedin.outline:focus,
.site-button.linkedin.outline:active{
	background-color:#209bd6;
	color:#fff;
}
.site-button.instagram.outline:hover,
.site-button.instagram.outline:focus,
.site-button.instagram.outline:active{
	background-color:#aa7a6e;
	color:#fff;
}
.site-button.twitter.outline:hover,
.site-button.twitter.outline:focus,
.site-button.twitter.outline:active{
	background-color:#0e91e3;
	color:#fff;
}
.site-button.youtube.outline:hover,
.site-button.youtube.outline:focus,
.site-button.youtube.outline:active{
	background-color:#ee403f;
	color:#fff;
}
.site-button.whatsapp.outline:hover,
.site-button.whatsapp.outline:focus,
.site-button.whatsapp.outline:active{
	background-color:#00a834;
	color:#fff;
}
@media only screen and (max-width: 991px) {
    .button-layout .site-button-link,
	.button-layout .site-secondry,
	.button-layout .site-button,
	.button-layout .btn {
		 margin-bottom:10px;
	}
}

/* Site Button Style 2 */
.button-skew-s1 {
    padding: 0 0 0 20px;
}
.button-skew-s1 i {
    background-color: rgba(0, 0, 0, 0.2);
    margin-left: 25px;
    padding: 15px;
	position:relative;
	z-index: 1;
}
.button-skew-s1 i:after {
    border-bottom: 44px solid rgba(0, 0, 0, 0.2);
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-top: 0 none;
    content: "";
    left: -15px;
    position: absolute;
    top: 0;
}
/* sm */
.button-skew-s1.button-sm{
    padding: 0 0 0 15px;
}
.button-skew-s1.button-sm i{
	margin-left: 15px;
	padding: 8px;
}
.button-skew-s1.button-sm i:after {
	border-bottom: 28px solid rgba(0, 0, 0, 0.2);
    border-left: 10px solid rgba(0, 0, 0, 0);
    left: -10px;
}
/* lg */
.button-skew-s1.button-lg{
    padding: 0 0 0 35px;
}
.button-skew-s1.button-lg i{
	margin-left: 40px;
	padding: 25px;
}
.button-skew-s1.button-lg i:after {
    border-bottom: 66px solid rgba(0, 0, 0, 0.2);
    border-left: 20px solid rgba(0, 0, 0, 0);
    left: -20px;
}
/* lg */
.button-skew-s1.button-xl{
    padding: 0 0 0 45px;
}
.button-skew-s1.button-xl i{
	margin-left: 50px;
	padding: 35px;
}
.button-skew-s1.button-xl i:after {
    border-bottom: 93px solid rgba(0, 0, 0, 0.2);
    border-left: 35px solid rgba(0, 0, 0, 0);
    left: -35px;
}

@media only screen and (max-width: 480px) {
    .site-filters.center [class*="site-button"] {
        margin: 0 1px 5px;
        padding: 5px 10px;
        font-size: 12px;
    }
}

/* COUNTERUP */

.counter {
    position: relative;
}

/*== >Social icons ===*/
/* social icon default */

.social-icon {
    display: inline-block;
    margin: 0 -3px;
    padding: 0;
    text-align: center;
}
.social-icon li {
    display: inline-block;
    padding: 0;
    font-size: 12px;
	vertical-align: middle;
}
.social-icon li a {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 4px;
}
.social-icon li .fa {
    vertical-align: middle;
}
/* social icon with border */

.social-icon.border li {
    padding: 0 3px;
}
.social-icon.border li a {
    border: 1px solid rgba(255, 255, 255, 0.2);
}
/* social icon dark */

.social-links.dark li {
    padding: 0 3px;
}
.social-icon.dark li a {
    border: 1px solid #777777;
    color: #777777;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

/*== >Breadcrumb ====*/

.breadcrumb-row {
    background: #e8e9e9;
    padding: 20px 0;
}
.breadcrumb-row ul {
    margin: 0;
}
.breadcrumb-row ul li {
    padding: 0;
    margin-right: 3px;
    color: #333333;
}
.breadcrumb-row ul li:after {
    content: "/";
    margin-left: 7px;
}
.breadcrumb-row ul li:last-child {
    color: #676767;
}
.breadcrumb-row ul li:last-child:after {
    display: none;
}


/* == >Icon boxes ==*/

.icon-bx-xl,
.icon-bx-lg,
.icon-bx-md,
.icon-bx-sm,
.icon-bx-xs {
    display: inline-block;
    text-align: center;
}
.icon-bx-xl {
    width: 150px;
    height: 150px;
    line-height: 150px;
}
.icon-bx-lg {
    width: 120px;
    height: 120px;
    line-height: 120px;
}
.icon-bx-md {
    width: 100px;
    height: 100px;
    line-height: 100px;
}
.icon-bx-sm {
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.icon-bx-xs {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.icon-bx-xl.radius,
.icon-bx-lg.radius,
.icon-bx-md.radius,
.icon-bx-sm.radius,
.icon-bx-xs.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.border-1,
.border-2,
.border-3,
.border-4,
.border-5 {
    border-style: solid;
}
.border-1 {
    border-width: 1px;
}
.border-2 {
    border-width: 2px;
}
.border-3 {
    border-width: 3px;
}
.border-4 {
    border-width: 4px;
}
.border-5 {
    border-width: 5px;
}
.icon-bx-xl i,
.icon-bx-lg i,
.icon-bx-md i,
.icon-bx-sm i,
.icon-bx-xs i {
    vertical-align: middle;
}
.icon-bx-xl i {
    font-size: 80px;
}
.icon-bx-lg i {
    font-size: 60px;
}
.icon-bx-md i {
    font-size: 45px;
}
.icon-bx-sm i {
    font-size: 30px;
}

.icon-bx-sm [class*="flaticon-"] {
    font-size: 45px;
    line-height: 1;
}
.icon-bx-xs i {
    font-size: 20px;
}
.icon-bx-xl img,
.icon-bx-lg img,
.icon-bx-md img,
.icon-bx-sm img,
.icon-bx-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}
.icon-bx-xl img {
    height: 80px;
}
.icon-bx-lg img {
    height: 55px;
}
.icon-bx-md img {
    height: 40px;
}
.icon-bx-sm img {
    height: 30px;
}
.icon-bx-xs img {
    height: 20px;
}
/* ICON */

.icon-xl,
.icon-lg,
.icon-md,
.icon-sm,
.icon-xs {
    display: inline-block;
    text-align: center;
}
.icon-xl {
    width: 100px;
}
.icon-lg {
    width: 80px;
}
.icon-md {
    width: 60px;
}
.icon-sm {
    width: 40px;
}
.icon-xs {
    width: 30px;
}
.icon-xl i,
.icon-lg i,
.icon-md i,
.icon-sm i,
.icon-xs i {
    vertical-align: middle;
}
.icon-xl i {
    font-size: 80px;
}
.icon-lg i {
    font-size: 60px;
}
.icon-md i {
    font-size: 45px;
}
.icon-sm i {
    font-size: 30px;
}
.icon-xs i {
    font-size: 20px;
}
.icon-xl img,
.icon-lg img,
.icon-md img,
.icon-sm img,
.icon-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}
.icon-xl img {
    height: 80px;
}
.icon-lg img {
    height: 70px;
}
.icon-md img {
    height: 50px;
}
.icon-sm img {
    height: 30px;
}
.icon-xs img {
    height: 20px;
}
/*== place icon with box ==*/

.icon-bx-wraper {
    position: relative;
}
.icon-bx-wraper .tilte {
    margin-top: 0;
}
.icon-bx-wraper .after-titile-line {
    margin-bottom: 10px;
}
.icon-bx-wraper p:last-child {
    margin: 0;
}
.icon-ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.icon-ul li{
    
    margin: 0;
    padding: 0;
}
.icon-content {
    overflow: hidden;
}
/* icon box left aligh */

.icon-bx-wraper.left .icon-bx-xl,
.icon-bx-wraper.left .icon-bx-lg,
.icon-bx-wraper.left .icon-bx-md,
.icon-bx-wraper.left .icon-bx-sm,
.icon-bx-wraper.left .icon-bx-xs {
    float: left;
    margin-right: 20px;
}
.icon-bx-wraper.left .icon-xl,
.icon-bx-wraper.left .icon-lg,
.icon-bx-wraper.left .icon-md,
.icon-bx-wraper.left .icon-sm,
.icon-bx-wraper.left .icon-xs {
    float: left;
    margin-right: 10px;
}
/* icon box right aligh */

.icon-bx-wraper.right {
    text-align: right;
}
.icon-bx-wraper.right .icon-bx-xl,
.icon-bx-wraper.right .icon-bx-lg,
.icon-bx-wraper.right .icon-bx-md,
.icon-bx-wraper.right .icon-bx-sm,
.icon-bx-wraper.right .icon-bx-xs {
    float: right;
    margin-left: 20px;
}
.icon-bx-wraper.right .icon-xl,
.icon-bx-wraper.right .icon-lg,
.icon-bx-wraper.right .icon-md,
.icon-bx-wraper.right .icon-sm,
.icon-bx-wraper.right .icon-xs {
    float: right;
    margin-left: 10px;
}
/* icon box center aligh */

.icon-bx-wraper.center {
    text-align: center;
}
.icon-xl [class*="flaticon-"],
.icon-lg [class*="flaticon-"],
.icon-md [class*="flaticon-"],
.icon-sm [class*="flaticon-"],
.icon-xs [class*="flaticon-"] {
	line-height:1;
}

[class*="icon-bx-"][class*="bg-"] a {
    color: #fff;
}
[class*="icon-bx-"].bg-white a {
    color: inherit;
}
[class*="icon-bx-"][class*="border-"] {
    display: table;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
}
[class*="icon-bx-"][class*="border-"] .icon-cell {
    display: table-cell;
    vertical-align: middle;
}
.icon-bx-wraper.bx-style-1,
.icon-bx-wraper.bx-style-2 {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}
.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"],
.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"],
.icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
    position: absolute;
}
.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"] {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.icon-bx-wraper.bx-style-2.center .icon-bx-xl {
    margin-left: -75px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-lg {
    margin-left: -60px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-md {
    margin-left: -50px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-sm {
    margin-left: -40px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-xs {
    margin-left: -20px;
}
.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"] {
    position: absolute;
    top: auto;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
    position: absolute;
    top: auto;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
/*== media with content box css ==*/

.box,
.info,
.tilte,
.tilte-inner {
    position: relative;
}
.tilte-inner {
    display: inline-block;
}
.tilte-inner.skew-title:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: -1;
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}
.box[class*="border-"],
.info[class*="border-"] {
    border-color: #eee;
}
.info.border-1,
.info.border-2,
.info.border-3,
.info.border-4,
.info.border-5 {
    border-top: none;
}
/*== before & after for line css ==*/

.left-border,
.right-border {
    position: relative;
}
.left-border:before,
.right-border:before {
    content: "";
    position: absolute;
    top: 5px;
    width: 1px;
    height: 90%;
    background: #CCC;
}
.right-border:before {
    right: 0;
}
/*==for images==*/

.media,
.media,
.post-media {
    background-color: #FFF;
    position: relative;
}
.media img,
.post-media img {
    width: 100%;
    height: auto;
}


/* footer fixed on bottom css*/

.footer-fixed .site-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}
.footer-fixed .page-content {
    position: relative;
    z-index: 1;
    background-color: #fff;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a {
    color: #fff;
}
footer p,
footer strong,
footer b,
footer {
    color: #999;
}
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a,
footer p a {
    color: #EFBB20;
}
footer a {
    color: #fff;
}
footer a:active,
footer a:focus,
footer a:hover {
    color: #EFBB20;
}
footer p {
    margin-bottom: 10px;
}
footer p,
footer li {
    font-size: 14px;
    line-height: 20px;
}
footer#footer {
    background-position: center;
    background-size: cover;
}
.top-footer-overlay,
.bottom-footer-overlay {
    position: relative;
}
.top-footer-overlay .container,
.bottom-footer-overlay .container {
    position: relative;
    z-index: 1;
}
.top-footer-overlay:before,
.bottom-footer-overlay:before {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top-footer-overlay:before {
    opacity: ;
}
.bottom-footer-overlay:before {
    opacity: ;
}
footer p {
    line-height: 20px;
    margin-bottom: 10px;
}
footer p a {
    color: #3396d1;
}
footer .widget ul {
    list-style: none;
    margin-top: 5px;
}
/*widget li in footer*/

footer .widget_categories ul li,
footer .widget_archive ul li,
footer .widget_meta ul li,
footer .widget_pages ul li,
footer .widget_recent_comments ul li,
footer .widget_nav_menu li,
footer .widget_recent_entries ul li,
footer .widget_services ul li {
    border-bottom: 1px dashed rgba(102, 102, 102, 0.3);
}
footer .widget_categories ul li a,
footer .widget_archive ul li a,
footer .widget_meta ul li a,
footer .widget_pages ul li a,
footer .widget_recent_comments ul li a,
footer .widget_nav_menu li a,
footer .widget_recent_entries ul li a,
footer .widget_services ul li a {
    color: #999999;
}
/*widget Getintuch*/

footer .widget_getintuch i {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.30);
}
.footer-top {
    background: #1e2228;
    background-size: cover;
    background-position: center;
    padding: 50px 0 20px 0;
}
.footer-line {
    position: relative;
}
.footer-line:after {
    content: "";
    position: absolute;
    top: 0;
    height: 5px;
    width: 100%;
    background-color: #EFBB20;
    background-image: url(../images/line.png);
    background-position: top;
    background-repeat: repeat-x;
}
.footer-bottom {
    background-color: #12151a;
    padding: 30px 0;
    font-size: 13px;
}
.footer-bottom ul {
    margin: 0;
}
.footer-bottom a {
    padding: 0 5px;
	color:#999;
}
@media only screen and (max-width: 991px) {
    
    .col-md-3.col-sm-6.footer-col-4:nth-child(3) {
        clear: both;
    }
}
@media only screen and (max-width: 767px) {
    .footer-clear {
        display: block !important;
        clear: both;
    }
    #footer .footer-4-col {
        width: 100%;
    }
    .footer-bottom [class*="clo-"] {
        width: 100%;
    }
}
/* scroll top btn css */

button.scroltop {
    background: #2d3239;
    border-width: 2px;
    border-style: solid;
    border-color: #EFBB20;
    position: fixed;
    right: 15px;
    bottom: 15px;
    color: #EFBB20;
    margin: 0;
    cursor: pointer;
    display: none;
    height: 30px;
    width: 30px;
    line-height: 26px;
    text-align: center;
	padding: 0;
	z-index:99;
}
/* scroltop style */

.scroltop.style5{
	background-color: #3e4248;
    border: 0 none;
    height: 35px;
    right: 0;
    top: 50%;
    width: 35px;
}
.scroltop.style5:after {
    background-color: #fdc716;
    bottom: -22px;
    color: #000000;
    content: "UP";
    display: block;
    font-family: open sans;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    position: absolute;
    width: 35px;
}
/*---------------------------------------------------------------
27. PAGE-CONTENT
---------------------------------------------------------------*/

.page-wraper {
    background: #f7f8fa;
}
.page-content {
    margin-top: 0;
    padding-bottom: 50px;
}
.content-area {
    padding-top: 60px;
}
.section-full {
    position: relative;
}
.section-full:last-child {
    margin-bottom: -50px;
}
/*= Section Head Part =*/

.section-head {
    margin-bottom: 50px;
}
.section-head.no-margin {
    margin-bottom: 0;
}
.section-head h1,
.section-head h2,
.section-head h3 {
    margin-top: 0;
}
.title-small {
    display: block;
    color: #7a959d;
    margin-bottom: 15px;
}
.section-head p {
    padding-top: 10px;
    font-size: 16px;
    color: #939393;
}
.text-center.section-head p {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}
.text-white {
    color: #FFF;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white .title-small {
    color: #FFF;
}
/*= Section Content Part =*/

.section-content {} @media only screen and (max-width: 1024px) {
    .section-full {
        background-attachment: scroll !important;
    }
}
@media only screen and (max-width: 991px) {
    .page-content {
        margin-top: 0;
    }
}

/*---------------------------------------------------------------
28. INNER-CONTENT
---------------------------------------------------------------*/

/* themeforest required classes */

.sticky {
    clear: both;
}
.gallery-caption {
    clear: both;
}
.bypostauthor {
    clear: both;
}


/*===============================================

	Layout boxed css

=============================================== */

#bg {
    background-attachment: fixed;
    background-size: cover;
}
.boxed .page-wraper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}
.boxed .tp-banner-container,
.boxed .rev_slider_wrapper {
    left: 0 !important;
    width: 100% !important;
}
.boxed .tp-rightarrow {
    right: 0 !important;
}
.boxed .tp-leftarrow {
    left: 0 !important;
}
.boxed.footer-fixed .site-footer {
    left: 50%;
    width: 1200px;
    margin: 0 -600px;
}
.boxed .is-fixed .main-bar {
    left: 50%;
    width: 1200px;
    margin: 0 -600px;
}
.boxed .is-fixed.header-curve .logo-header:after {
    right: auto;
    left: -15px;
    width: 90%;
}

#main {
    transition: margin-left .5s;
}
/* sosiyal btn color */
.fb-btn {
    background-color: #4867AA;
}
.tw-btn {
    background-color: #1DA1F2;
}
.gplus-btn {
    background-color: #DC4A38;
}
.pin-btn {
    background-color: #CC2127;
}
.link-btn {
    background-color: #0274B3;
}
.social-icon.social-icon-lg li a {
    font-size: 14px;
    height: 35px;
    line-height: 34px;
    padding: 0;
    width: 35px;
	color:#fff;
}


/*==== Responsive ====*/

@media only screen and (max-width: 1024px) {
    .style-3 .full-blog {
        width: 50%;
    }
}
@media only screen and (max-width: 991px) {
    .full-blog,
    .style-3 .full-blog {
        position: unset;
        width: 100%;
    }
	.full-blog .post-tags{ position:unset; }
}
@media only screen and (max-width: 767px) {
    #main {
        margin-left: 0 !important;
    }
}


/*==== Responsive ====*/
@media only screen and (max-width: 1200px) {
	.coming-bx.left-bar .coming-bx .countdown .date{
		min-width:110px;
	}
}
@media only screen and (max-width: 991px) {
    .coming-soon.two-box,
    .coming-soon.two-box .coming-bx {
        position:relative;
        width:100%;
    }
    .coming-soon.two-box .coming-bx {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .coming-soon.two-box .coming-bx h2 {
        margin-top: 0;
    }
    .coming-side-bar {
        background: #fff;
    }
	.skew-content-box{
		padding: 5px;
	}
	.skew-content-box ul li a{
		margin-right:3px;
		font-size:13px;
	}
	.social-icon{
		margin:0;
	}
	.skew-content-box ul li a{
		padding: 5px;
	}
	.request-a-quote:before{
		left:0;
		transform: skewX(0deg);
	}
	.header-style-4 .slide-up{
		position:unset;
	}
	.coming-bx.left-bar{
		position:unset;
		width:100%;
	}
}
@media only screen and (max-width: 767px) {
    .book-now-content {
        margin-top: 10px;
        margin-bottom: 50px;
    }
    .coming-soon-content h2 {
        font-size: 30px;
    }
    .countdown .date span {
        font-size: 45px;
    }
    .countdown .date {
        max-width: 50px;
    }
    .coming-bx {
        margin-top: 20px;
    }
	.our-service .service-box{ margin-bottom:30px; }
	.our-service{
		margin-top:50px; 
	}
	.login{ 
		padding:10px 20px 50px;
	}
	.page-notfound strong i,
    .page-notfound strong {
        font-size: 120px;
    }
}
/*==== Responsive ====*/
/*==== Particles ====*/
.particles-js-canvas-el {
    position: fixed;
    top: 0;
    z-index: 1;
	height:100%;
}

/*==== Skew Section ====*/
.skew-section{ 
	position:relative;
	z-index:2;
}
.skew-section.left-top:after,
.skew-section.left-bottom:after,
.skew-section.right-top:before,
.skew-section.right-bottom:before{
	background: #fff;
    content: "";
    height: 100%;
    position: absolute;
    width: 150px;
    z-index:-1;
	top:0;
	bottom:0;
}
.skew-section.left-top:after{
	left: -70px;
    transform: skewX(7deg);
}
.skew-section.left-bottom:after{
	left: -70px;
    transform: skewX(-7deg);
}
.skew-section.right-top:before{
	right: -70px;
    transform: skewX(7deg);
}
.skew-section.right-bottom:before{
	right: -70px;
    transform: skewX(-7deg);
}
/*==== Skew Section END ====*/
/*==== Bottom Footer ====*/
.bottom-footer{
	position:fixed;
	bottom:0;
	height:35px; 
	background:rgba(0,0,0,0.2);
	width:100%; 
	padding:5px;
	left:0;
	right:0;
	z-index:4;
}
/* winHeight */
@media only screen and (max-width: 991px) {
	.winHeight{ overflow:scroll; }
}

/* About */
.widget_services.style-2 ul li{
	padding: 10px 10px 10px 0;
}
.widget_services.style-2 ul li:before{
	left:auto;
	right:0;
}
.widget_services.style-2 ul li:hover a,
.widget_services.style-2 ul li:hover:before,
.widget_services.style-2 ul li.active a,
.widget_services.style-2 ul li.active:before{
	color:#EFBB20;
}

.font-style-1 h1,
.font-style-1 h2,
.font-style-1 h3,
.font-style-1 h4,
.font-style-1 h5,
.font-style-1 h6,
.date-style-3 .post-date{ 
	font-family: 'Oswald', sans-serif;
}
.font-style-2 h1,
.font-style-2 h2,
.font-style-2 h3,
.font-style-2 h4,
.font-style-2 h5,
.font-style-2 h6,
.date-style-3 .post-date{ 
	font-family: 'Roboto', sans-serif;
}
.font-style-3 h1,
.font-style-3 h2,
.font-style-3 h3,
.font-style-3 h4,
.font-style-3 h5,
.font-style-3 h6,
.date-style-3 .post-date{ 
	font-family: 'Montserrat', sans-serif;
}
.font-style-4 h1,
.font-style-4 h2,
.font-style-4 h3,
.font-style-4 h4,
.font-style-4 h5,
.font-style-4 h6,
.date-style-3 .post-date{ 
	font-family: 'Roboto Slab', serif;
}
.font-style-5 h1,
.font-style-5 h2,
.font-style-5 h3,
.font-style-5 h4,
.font-style-5 h5,
.font-style-5 h6,
.date-style-3 .post-date{ 
	font-family: 'PT Serif', serif;
}
.font-style-6 h1,
.font-style-6 h2,
.font-style-6 h3,
.font-style-6 h4,
.font-style-6 h5,
.font-style-6 h6,
.date-style-3 .post-date{ 
	font-family: 'Nunito', sans-serif;
}
.font-style-7 h1,
.font-style-7 h2,
.font-style-7 h3,
.font-style-7 h4,
.font-style-7 h5,
.font-style-7 h6,
.date-style-3 .post-date{ 
	font-family: 'Quicksand', sans-serif;
}
.font-style-8 h1,
.font-style-8 h2,
.font-style-8 h3,
.font-style-8 h4,
.font-style-8 h5,
.font-style-8 h6,
.date-style-3 .post-date{ 
	font-family: 'Open Sans', sans-serif;
}

/* spacing */
.blog-page-content.grid-3 [class*="col-"]{
	padding-left:8px;
	padding-right:8px;
}
.blog-page-content.grid-3 .p-tb30.p-lr15{
	padding-left:4px;
	padding-right:4px;
	padding-bottom:20px;
	padding-top:16px;
}
.blog-page-content.grid-3 .gallery-box,
.blog-page-content.grid-3 .blog-post{
	margin-bottom:16px;
}

.tag-new{
	background-color: #fdc716;
    border-radius: 4px;
    color: #ffffff;
    font-size: 10px;
    padding: 2px 4px;
}



.is-fixed .logo-header, .is-fixed.header-curve .logo-header {
    height: 86px;
    width: 200px;
}

.blog-post.blog-md {
    margin-bottom: 30px;
    display: flex;
}
.blog-md .post-info {
    border: none;
    align-self: center;
}
.bg-white>.blog-post.blog-md {
    margin-bottom: 0;
}
@media only screen and (max-width: 991px){
	
	.mo-left .header-nav .is-fixed .logo-header.mostion,
	.mo-left .header-nav .logo-header.mostion {
		padding: 30px 20px;
		display: block;
		height: auto;
	}
	.mo-left .header-nav .logo-header {
		display: block;
		float: none;
		height: auto;
		max-width: 100%;
		padding: 30px 15px;
		width: 100%;
	}
	.header-curve .header-nav .logo-header.mostion img, .header-curve .is-fixed .header-nav .logo-header.mostion img {
		margin-top: 0;
	}
	
	.blog-post.blog-md {
		display: block;
	}
	.blog-post.blog-md .post-media {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.alert .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
@media screen and (max-width:767px){
	.is-fixed.header-curve .logo-header, .logo-header {
		width: 150px;
	}
}













/*Custom Template CSS*/

/*Meet & ask section css*/

.meet-ask-outer {
    background-color:#F5F6F6;
}
.meet-ask-row > .row {
    position: relative;
    z-index: 2;
    display:table;
}
.meet-ask-row .icon-bx-wraper .icon-xl {
    width:auto;
    margin-right:20px;
}
.meet-ask-row{
    margin-top:-50px;
    position: relative;
}
.meet-ask-row .col-md-6 {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: middle;
    width: 50%;
}
.meet-ask-row:after {
    content: "";
    width: 1920px;
    height: 100%;
    border-right: 7px solid #2b3036;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    -moz-transform: skewX(35deg);
    -webkit-transform: skewX(35deg);
    -o-transform: skewX(35deg);
    -ms-transform: skewX(35deg);
    transform: skewX(35deg);
    box-shadow: 0 0 12px -5px #000;
    -webkit-box-shadow: 0 0 12px -5px #000;
}
@media only screen and (max-width: 1200px) {
    .meet-ask-row:after {
        right: -50px;
        -moz-transform: skewX(30deg);
        -webkit-transform: skewX(30deg);
        -o-transform: skewX(30deg);
        -ms-transform: skewX(30deg);
        transform: skewX(30deg);
    }
}
@media only screen and (max-width: 991px) {
    .site-footer .logo-footer {
        width: 220px;
    }          
    .meet-ask-outer {
        margin-top: -20px;
    }
    .meet-ask-row:after {
        right: 50px;
        -moz-transform: skewX(20deg);
        -webkit-transform: skewX(20deg);
        -o-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
    }
    .meet-ask-row .icon-bx-wraper {
        padding-right: 60px;
    }
    .meet-ask-row .col-md-6:first-child {
        max-width:600px;
    }
    .meet-ask-row .col-md-6 {
        display: block;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .meet-ask-row {
        margin-top: -30px;
    }
    .get-a-quote .pull-left {
        margin: 10px 0;
        text-align: center;
        float: none;
    }
    .get-a-quote .pull-right {
        padding: 10px 0;
        float: none;
    }
}
@media only screen and (max-width: 480px) {
    
    .meet-ask-outer {
        margin-top: 0;
    }
    .meet-ask-row:after {
        right: 0;
        border-right: none;
        -moz-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -o-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        transform: skewX(0deg);
    }
    .meet-ask-row .icon-bx-wraper {
        padding-right: 0;
    }
    .meet-ask-row .site-button-secondry.m-l10 {
        margin: 0 0 5px;
    }
    .meet-ask-row .site-button-secondry.m-l20 {
        margin: 0 0 5px;
    }
}
/*home page css*/

.provider-box-bg {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #e0e0e0;
    height: 480px;
    transition: all 4s linear 0s;
    display: block;
    box-shadow: 5px 5px 0 0 #e0e0e0;
}
.provider-box-bg:hover {
    background-position: center bottom;
}
.home-footer {
    background: #2d313a;
}
.top-btn a {
    background: #f0ba22;
    border: 10px solid #2d313a;
    width: 65px;
    height: 65px;
    display: block;
    margin: 0px auto;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -62px auto 0;
}
.top-btn a i {
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* Home 3 And 4 */

.no-skew .social-bx.list-inline.pull-left {
    margin-left: 0;
}
@media only screen and (max-width: 1024px) {
    .extra-nav .extra-cell {
        margin-right: 2px;
    }
}
@media only screen and (max-width: 767px) {
    .no-skew .social-bx.list-inline.pull-left {
        display: none;
    }
}
/* overlay bg image */


/* Contact-Info Boxed */

.contact-info {
    margin: 0;
    padding: 12px 0;
}
.contact-info li {
    list-style: none;
    width: 25%;
    float: left;
    padding: 11px 0;
}
.contact-info li:last-child {
    padding: 0;
}
.contact-info h6 {
    font-size: 16px;
    margin: 0 0 5px 0;
}
.contact-info li i {
    margin-right: 5px;
    font-size: 18px;
}
.social-line li {
    display: inline-block;
    float: left;
    margin-left: -1px;
}
/* Contact-Info Boxed End */
/* Top Bar */

.header-style-6 .fa-chevron-down {
    display: none;
}
.header-style-6 .social-line li a {
    color: #ababab;
    border: 1px solid;
    border-color: #e3e3e3;
    border-width: 0 1px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    display: inline-block;
    min-width: 45px;
    cursor: pointer;
}
.header-style-6 .top-bar {
    border-bottom: 1px solid #e3e3e3;
    background-color: #F5F5F5;
}
.nav-block {
    background-color: #ffffff;
    box-shadow: 0 0 5px 0 #a0a0a0;
    margin-bottom: 0;
    position: relative;
}
/* Header Boxed */

.boxed .header-style-6 .top-bar .container {
    padding-left: 15px;
    padding-right: 15px;
}
.boxed .header-style-6 .container.header-contant-block {
    padding-left: 15px;
    padding-right: 15px;
}
.boxed .header-style-6 .nav-block {
    border-radius: 0px;
}

/* Mobile [767] Responsive CSS End */
/* Responsive CSS End */
/* ================== Header Style 4 End ================== */

/* =========== New Home Page CSS ============ */
/* Slider  */
.main-slider .button-lg{
    padding: 15px 30px;
}

/* About Us */
.about-us {
    min-height: 700px;
}

.about-us .tabs .about-contant{
    padding:30px 30px 10px 30px ;
}


.about-us .tabs .nav-tabs li.active a h4,
.about-us .tabs .nav-tabs li.active a span{ 
    color:#000;
}
.about-us .tabs .nav-tabs li h4{
    margin:0;
    text-transform: uppercase;
    color:#757575;
}
.about-us .tabs .nav-tabs li a span{
    font-weight:300;
    font-size:14px;
}
/* Service Head */
.service-head{
    margin-bottom: 20px;
    margin-top: -46px;
    padding: 15px 0;
    position: relative;
    z-index: 1;
}

.service-head:after {
    background: inherit;
    content: "";
    height: 37px;
    left: -18px;
    margin-top: -19px;
    position: absolute;
    top: 50%;
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 37px;
    z-index: -1;
}
.service-head:before {
    background: inherit;
    content: "";
    height: 37px;
    right: -18px;
    margin-top: -19px;
    position: absolute;
    top: 50%;
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 37px;
    z-index: -1;
}


/* about-service */
.about-service .icon-bx-wraper{ 
    border:none;
}
.about-service .icon-bx-wraper:nth-child(2){ 
    margin-top: -40px;
}
.about-service{ 
    margin-top:-150px; 
}
.gallery-projects .gallery-box{ 
    margin-bottom:0;
}


@media only screen and (max-width: 1280px) {
    .blog-info li{
        font-size:13px;
    }
    .service-head{
        font-size:15px;
    }
}
@media only screen and (max-width: 991px) {
    .about-img{
        display:none;
    }
    .about-us .tabs .about-contant{
        padding:15px 15px 10px 15px ;
    }
    .get-a-quote{
        text-align:center;
    }
    .get-a-quote .pull-right{
        padding:10px 0;
    }
    .get-a-quote {
        padding-top:20px;
        padding-bottom:20px;
    }
    .testimonial-section:after{
        left:100%;
    }
    .testimonial-section{
        color:#fff;
    }
    .testimonial-section .col-md-6{
        padding-left:15px;
        padding-right:15px;
    }
    .testimonial-section .row{
        margin-left:-15px;
        margin-right:-15px;
    }
}
@media only screen and (max-width: 767px) {
    .about-us .tabs .nav-tabs,
    .about-us .tabs .nav-tabs li a{
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        position: unset;
    }
    .about-us .tabs .nav-tabs{
        background-color:#F6F6F6;
        width:100%;
    }
    .about-us .tabs .tab-content,
    .about-us .tabs .nav-tabs{
        margin-left:0;
        display: block;
        clear: both;
    }
    .about-us .tabs .nav-tabs li.active{
        border-right:0;
    }
    .about-us .tabs .nav-tabs li{
        border-right:0;
        width:100%;
    }
    .about-us{
        padding-top:20px;
    }
    .tabs.vertical .tab-pane{
        padding:0;
    }
    .project-left:after{
        right:0;
    }
    .service{
        padding:30px 15px;
    }
    .service .service-carousel{
        margin-top:0;
    }
    .service .owl-stage-outer{
        margin-bottom:30px;
    }
    .service-carousel.owl-carousel .owl-nav{
        position:unset;
        margin-top: 20px;
    }
    .testimonial-section:after{
        content:none;
    }
    .footer-bottom .text-left,
    .footer-bottom .text-right{
        text-align:center;
    }
    
}
/* Team Section */
.skew-content-box ul li a {
    color: #fff!important;
    font-size: 14px;
    width: auto;
    padding: 0px 10px;
    line-height: 24px;
}
.skew-content-box {
    display: inline;
    left: -1px;
    padding: 5px 20px;
    position: absolute;
    top: -15px;
    width: auto;
}
.skew-content-box:after {
    background-color: inherit;
    content: "";
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    -o-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    width: 20px;
    z-index: 1;
}

/* Responsive */
@media only screen and (max-width: 1024px) {
    .awesome-services .info-has {
        position: unset;
    }
}



.contact-style-1 input{
    height:50px;    
}
.contact-style-1 .site-button{
    height:50px;
    width:100%;
}
.contact-style-1 .form-control{
    padding:10px 20px;
}
.contact-style-1 .form-control:focus,
.contact-style-1 .form-control:hover{
    border-color:#c0c0c0;
}
.contact-style-1 h2{
    margin-top:0;
}
.contact-style-1 .border-1{
    border:1px solid #eee;
}
.contact-style-1 .social-icon-lg{
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
    text-align: left;
    width: 100%;
    margin: 0;
}
.contact-style-1 .social-icon-lg a{
    text-align:center;
}
.contact-style-1 .social-icon-lg li a:hover{
    background:#fff;
    color:#000;
    border:1px solid #eee;
}
.contact-style-1  .form-group {
    margin-bottom: 25px;
}

.img-cover {
    object-fit: cover;
}
.box-services{
    display:table;
}
.box-services-content{
    display:table-cell;
    vertical-align: middle;
}

.social-bx li{
    float: left;
    padding-left: 4px;
    padding-right: 4px;
}




/* New Css */
.site-footer .footer-bottom a, 
.site-footer .footer-bottom span{
    color: rgba(255,255,255,0.2)!important;
    font-size: 14px;
}
.site-footer .widget.widget_about p {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
.site-footer .widget_getintuch b, 
.site-footer .widget_getintuch strong {
    font-size: 15px;
    text-transform: capitalize;
    line-height: 22px;
    color: rgba(255,255,255,0.8);
}
.site-footer .widget.recent-posts-entry .post-title{
    text-transform: capitalize!important;
}
.site-footer .social-icon.border li a {
    line-height: 16px;
    border-radius: 2px;
}



/* Revolution */
/* .one-page-layout .main-slider .tp-banner-container{
    margin-left: 280px;
} */

@media only screen and (max-width: 1200px){
    .header-nav .nav > li > a ,
    .is-fixed .header-nav .nav > li > a {
        padding: 32px 8px;
    }
}
@media only screen and (max-width: 991px){
    .header-style-6 .header-nav .logo-header.mostion{
        display: none!important;
    }
    .header-style-6 .mostion ,
    .header-style-6 .is-fixed .mostion {
        display: block;
    }
    .tabs.vertical .tab-pane{
        padding-left: 20px;
    }
    .blog-post-style h2{
        font-size: 24px;
    }
    .blog-page-content .full-blog.content-scroll .post-text{
        margin-bottom: 0;
    }
    .full-blog.content-scroll .post-info{
        padding-bottom: 15px;
    }
    .header-nav .nav > li > a ,
    .is-fixed .header-nav .nav > li > a {
        padding: 12px 15px;
    }
}
@media only screen and (max-width: 761px){
    .section-full.our-projects-galery {
        padding-top: 10px;
    }
    .page-notfound h5 {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .page-notfound strong {
        line-height: 160px;
    }
    .mo-left .header-nav .logo-header, 
    .mo-left .header-nav .is-fixed .logo-header,
    .header-style-6.style-1 .header-nav .logo-header,
    .header-style-6.style-1 .header-nav .is-fixed .logo-header{
        height: 90px!important;
        padding: 20px 20px!important;
        width: 100%!important;
    }
    .site-header.header-style-3 .header-curve,
    .site-header.header-style-4 .header-curve,
    .site-header.header-style-5 .header-curve,
    .site-header.header-style-5 {
        position: relative;
    }
    .site-header.header-style-3 .header-curve .quik-search,
    .site-header.header-style-4 .header-curve .quik-search,
    .site-header.header-style-5 .header-curve .quik-search,
    .site-header.header-style-5 .quik-search{
        position: absolute;
    }
    .header-style-3 + .page-content .bnr-inr .bnr-inr-entry,
    .header-style-4 + .page-content .bnr-inr .bnr-inr-entry,
    .header-style-5 + .page-content .bnr-inr .bnr-inr-entry{
        padding-top: 0;
    }
    .header-style-6 .mostion ,
    .header-style-6 .is-fixed .mostion,
    .site-header.header-style-1 .logo-header,
    .site-header.header-style-1 .is-fixed .logo-header,
    .site-header.header-style-5 .logo-header,
    .site-header.header-style-5 .is-fixed .logo-header{
        width: 150px;
    }
    .header-style-6.style-1 .quik-search .form-control {
        height: 70px;
    }
    .portfolio-detail .port-info-box {
        margin-bottom: 25px;
    }
    .blog-post-style h2 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 591px){
    .newsletter .tilte{
        font-size: 20px;
    }
    .bnr-inr {
        height: 220px;
    }
    .bnr-inr p{
        margin-bottom: 0;
    }
    .bnr-inr h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .newsletter .icon-bx-wraper{
        padding-bottom: 10px;
    }
    .section-full.our-projects-galery .book-now-content {
        margin-top: 0;
    }
    .section-full.our-projects-galery .book-now-content h2 {
        font-size: 26px;
    }
    .page-notfound h5 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .page-notfound strong {
        line-height: 120px;
        font-size: 100px;
    }
    .social-bx li {
        float: left;
        padding-left: 2px;
        padding-right: 2px;
    }
    h1 ,
    .h1,
    .font-50{
        font-size: 30px;
        line-height: 36px;
    }
    h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .client-logo-area{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .newsletter .icon-bx-wraper.p-t30{
        padding-top: 20px;
    }
    .newsletter .input-group .form-control{
        margin: -10px 10px 0;
    }
    .newsletter .skew-subscribe.p-t40.p-b20 {
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 20px 20px 0;
    }
    .skew-section .login-form.style-2 {
        margin: 15px;
        padding-top: 30px;
    }
    .blog-page-content.style-1.style-3 .col-md-6.p-tb20,
    .blog-page-content.full-blog-dark.style-2.style-3 .col-md-6.p-tb20{
        padding: 15px 5px 12px;
    }
    .button-side-nav {
        right: 15px;
        top: 15px;
    }
    .sidenav {
        width: 280px;
    }
    .sidenav .logo-header {
        height: 80px!important;
    }
    .tabs-section h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .gallery-area .m-b50{
        margin-top: -15px;
        margin-bottom: 30px;
    }
    .login{
        padding: 2vh 15px 6vh;
    }
    .two-box .countdown .date {
        min-width: 80px!important;
    }
    .book-now-form{
        padding: 30px;
    }
    .alignleft,
    .alignright{
        margin-left: 0;
        margin-right: 0;
    }
    .working-box .font-45,
    .section-head .font-45{
        font-size: 32px;
        line-height: 42px;
    }
    .call-action .font-35{
        font-size: 30px;
        line-height: 36px;
    }
    .section-full.our-projects-galery {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .book-now-form .title-small{
        margin-bottom: 0;
    }
    .get-a-quote .pull-left {
        margin: 10px 0 5px;
    }
    .box-services-content .p-tb30{ 
        padding-top: 0;
        padding-bottom: 0;
    }
    .service-number .number {
        font-size: 100px;
        line-height: 140px;
    }
    .box-number .number {
        font-size: 70px;
    }
}

[type=button]:focus,
button:focus{
    outline: 0;
}
.box .title{
    text-transform: capitalize;
}

/* product-item */
.product-item .box .info h2{
    font-size: 24px;
    line-height: 20px;
}
.boxed .boxed-full{
    max-width: 100%;
}



/* container */
@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}

.header-style-5 .is-fixed .navbar-toggler.open span {
    background-color: #fff;
}


.counter-style-1 {
    display: flex;
    align-items: center;
}

.counter-style-1 .icon-bx {
    display: block;
    width: 80px;
    background:#2d3239;
    height: 80px;
    min-width: 80px;
    text-align: center;
    line-height: 80px;
    outline: 2px solid;
    outline-offset: 10px;
    margin: 12px 32px 12px 12px;
}
.counter-style-1 .counter-num {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}
.counter-style-1 .counter-num .counter {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 0;
}
.counter-style-1 .counter-text {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

@media screen and (max-width:1200px){
    .counter-style-1 .icon-bx{
        width: 70px;
        height: 70px;
        min-width: 70px;
        line-height: 70px;
    }
}
.modal-content .input-group-prepend .input-group-text{
    color:#ffffff85;
}
.modal-content .form-control{
    color:#fff;
}

input[type="text"],
textarea{
    outline:0;
}
.btn{
    box-shadow:none!important;
}

@media only screen and (max-width: 591px){
    .header-style-5 .main-bar {
        position: absolute;
    }
}


.page-header {
    background-image: url(../images/page-headers.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.page-header .overlay {
    position: absolute;
    background-color: rgb(45 62 80 / 58%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.section-heading h2 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 600;
    display: block;
    color: #ffd14f;
    text-transform: uppercase;
}
.section-heading span{
    color: #fff;
    text-transform: uppercase;

} 
.about-header {
    background-image: url(../images/about-header.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.about-header .overlay {
    position: absolute;
    background-color: rgb(45 62 80 / 58%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.contact-header  {
    background-image: url(../images/contact-header.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.contact-header .overlay {
    position: absolute;
    background-color: rgb(45 62 80 / 58%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
   .careersBG {
             background-image: url(../images/careers.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.careersBG .overlay {
    position: absolute;
    background-color: rgb(45 62 80 / 58%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.fly-box {
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
}
.media {
    overflow: hidden;
    position: relative;
}
.fly-box-ho:hover, .fly-box:hover, .icon-bx-wraper:hover .fly-box, .icon-bx-wraper:hover .fly-box-ho {
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.fly-box, .fly-box-ho, .fly-box-ho:hover, .fly-box:hover, .hwp {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}