/*   
Theme Name: iGreen Designs
Theme URI: 
Description: This is an exclusive, fully SEO optimized Wordpress theme.
Author: 
Author URI: 
*/

/*
/************************************************************************/
/******** Font family used across the website as per checklist *********/
/************************************************************************/
body,html{
    height: 100%
}
body {
    width: 100%;
    font-size: 16px;
    line-height: 2.25;
    overflow-x: hidden;
    position: relative;
    color: #1f1f1f;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

/*** default placeholder ***/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #636363;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #636363;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #636363;
}
:-moz-placeholder { /* Firefox 18- */
    color: #636363;
}

.wpa::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}
.wpa::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}
.wpa:-ms-input-placeholder { /* IE 10+ */
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}
.wpa:-moz-placeholder { /* Firefox 18- */
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}

/*** default placeholder End***/

body, html{height: 100%;}
* {margin:0;padding:0;}
img {max-width: 100%;height: auto;}
.hide{display: none;}
:focus{outline: 0;outline: none;}

a {
    color: #5693c2;
    font-family: 'Poppins', sans-serif;
}

p:last-child{
    margin-bottom: 0
}
p:first-child {
    margin-bottom: 1rem;
}
a:focus { 
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

a, .btn, input, select, textarea, button, img{
    outline: 0 !important;
    box-shadow: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #c70e09;
}

select{
    color: rgba(0,0,0,0);
    text-shadow: 0 0 0 #000;
}

a img{
    outline: 0;
}


/* btn sec */
.btn, .elm-button {
    display: inline-block;
    padding: 15px 25px;
    width: auto;
    min-width: 170px;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    text-transform: uppercase;
}

.elm-button{
    line-height: 24px !important;
    height: 56px;
}
.elm-wrapper {
    margin-top: 2rem;
}
.btn-full{
    min-width: 90%;
}

.elm-button:active, .elm-button:focus {
    /*    background: #037cc1;
        color: #ffffff;*/
}

.btn.focus, .btn:focus {
    /*    border: 1px solid #0c2850;
        color: #ffffff;
        background-color: #fff;*/
}

b, strong { 
    color: #000;
    font-weight: 600;
}

input, select, textarea{
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
}

[type=submit]{
    cursor: pointer;
}

a:hover, a:focus {
    text-decoration: none;
}
p:empty {
    display: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #1f1f1f; 
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

h2 span, .h2 span, h1 span, .h1 span {
    font-weight: 400;
}

h1, .h1 {
    font-size: 43px; 
}

h2, .h2 {
    font-size: 35px;
}

h3, .h3 {
    font-size: 30px;
}

h4, .h4 {
    font-size: 24px;
}

h5, .h5 {
    font-size: 20px;
}

h6, .h6 {
    font-size: 18px;
}

/* reset css */
.alignnone {
    margin: 5px 20px 20px 0;
}

.static-page-details h1 {
    font-size: 35px;
}

.static-page-details h2 {
    font-size: 32px;  
}

.static-page-details, .content-area {
    padding-right: 28px;
    letter-spacing: normal;
}

.static-page-details .wp-image-wrap img {
    padding: 5px;
    border: 1px solid #ccc;
} 

.static-page-details h2 a {
    display: inline;
}
ul.menu-top li .aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
} 
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; }

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; 
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
    color: #800000;
}/* reset default */

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* nav top menu css */
ul {
    list-style: none;
    padding: 0;
    margin: 0; 
}

ul.menu-top li {
    display: inline-block;
    position: relative;
    margin-left: 28px;
    padding-bottom: 2px;
}

.menu-top li a {
    padding: 5px 5px;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    z-index: 1;
}

.nav-menu .menu-top>li:hover>a:before, .nav-menu .menu-top>li.current-menu-item>a:before, .nav-menu .menu-top>li.current-menu-ancestor a:before {
    width: 100%;
    height: 1px;
}
.nav-menu .menu-top>li:hover>a, .nav-menu .menu-top>li.current-menu-item>a, .nav-menu .menu-top>li.current-menu-ancestor a{
    color: #fff;
}
.nav-menu .menu-top>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    transition: all .2s ease-in-out;
    margin: auto;
    z-index: -1;
}
.nav-menu .menu-top>li:hover>a:before, .nav-menu .menu-top>li.current-menu-item>a:before, .nav-menu .menu-top>li.current-menu-ancestor a:before{

}
/*.nav-menu .menu-top>li:hover>a:before, .nav-menu .menu-top>li.current-menu-item>a:before, .nav-menu .menu-top>li.current-menu-ancestor a:before {
    content: "";
    border-left: 1px solid #6f6f6f;
    border-bottom: 1px solid #6f6f6f;
    display: inline-block;
    width: 7px;
    height: 7px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: auto;
    position: absolute;
    right: -7px;
    top: 50%;
    bottom: 0;
    margin-top: -7px;
    z-index: 1;
}*/
.nav-menu>.menu-top>li.menu-item-has-children:after{
    content: "";
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    width: 7px;
    height: 7px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: auto;
    position: absolute;
    right: -7px;
    top: 50%;
    bottom: 0;
    margin-top: -7px;
    z-index: 1;
}
.nav-menu>.menu-top>li.menu-item-has-children:hover:after, .nav-menu>.menu-top>li.current_page_item:after, .nav-menu>.menu-top>li.current_page_ancestor:after{
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
/* Display the dropdown */
ul.menu-top li:hover>ul {
    display: block;  
}

ul.menu-top li:hover li {
    float: none;
}

ul.menu-top li:hover li a:hover {
    background: #ffffff;
    color: #000000;
    font-weight: 600;
}

.menu-top li.current-menu-parent .sub-menu>li.current-menu-item>a {
    background: #ffffff;
    color: #2a55ca;
}
.menu-top .sub-menu > li {
    border-bottom: none;
}

.menu-top .sub-menu > li:last-child {
    border-bottom: none;
}


.menu-top li ul li {
    border-top: 0;
    display: block;
    margin: 0;
}

li#menu-item-327 a {
    text-transform: none;
}

/* Displays second level dropdowns to the right of the first level dropdown */
ul.menu-top ul ul {
    left: 100%;
    top: 0;
    position: absolute;
}

ul.menu-top li .sub-menu li {
    padding: 0;
    display: block;
    width: 100%;    
    /*    border-bottom: 1px solid rgba(255, 255, 255, 0.3215686274509804);*/
}
.menu-top>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>a:after {
    /*    content: "";
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: 5px;
        height: 5px;
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin: auto;
        position: absolute;
        right: 12px;
        top: 0;
        bottom: 0;*/
}

ul.menu-top li:hover li a:hover:before {
    border-left: 1px solid #2853c7 !important;
    border-bottom: 1px solid #2853c7 !important;
}

.menu-top {
    position: relative;
    width: 100%;
    transition: all ease-in-out 0.2s;
    display: flex;
} 

.menu-top ul li {
    display: inline-block;
    position: relative;
}

.menu-top ul {
    text-align: left;
}
.menu-top li:first-child { 
    padding-left: 0;
    margin-left: 0;
}

.menu-top li:last-child {margin-right: 0;padding-right: 0px;}

.menu-top li a:hover {
    color: #ffffff;     
}

.menu-top .sub-menu {
    background-color: #000000;
    min-width: 222px;
    text-align: left;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.menu-top > li > ul.sub-menu:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0px;
    border-bottom: 10px solid rgba(42, 85, 202, 0.97);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
    height: 0;
    opacity: 1;
    z-index: 5;
    display: none;
}

ul.menu-top li .sub-menu li a {
    font-size: 14px;
    padding: 8px 5px 8px 20px;
    line-height: 22px;
    margin: 0;
    color: #ffffff;
    border: none;
    font-weight: 400; 
    /*    border-bottom: 1px solid rgba(255, 255, 255, 0.11);*/
    text-shadow: none; 
    filter: inherit;
}

ul.menu-top li .sub-menu li a:hover:after, .menu-top .sub-menu li.current-menu-parent > a:after{
    /*    content: '';
        background: #2a55ca;
        position: absolute;
        height: 2px;
        width: 10px;
        left: 5px;
        top: 0;
        bottom: 0;
        margin: auto;*/
}

/*.menu-top li.current-menu-parent .sub-menu > li.current-menu-item > a:after{
    content: '';
    background: #79A132;
    position: absolute;
    height: 85%;
    width: 7px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; 
}*/

ul.menu-top li .sub-menu li a:last-child{
    border-bottom: none;
}

.menu-header {
    position: relative;
    /*    width: 100%;*/
    margin-bottom: 0;
    transition: all ease-in-out .2s;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 30px;
}

.menu-header > ul > li > ul {
    transform: translateY(1.250em);
    transition: all linear 0.1s;
    top: 100%;
    position: absolute;
    list-style: none;
    z-index: 1;
    margin: 0;
    padding: 0;
    transition: all linear 0.1s;
}

.menu-top .sub-menu > li.current_page_parent ul li a:hover {
    background: #ffffff;
    color: #2a55ca;
}

.menu-top .sub-menu li.current-menu-parent > a {
    background: #ffffff;
    color: #2a55ca; 
}

.menu-top li.current-menu-parent .sub-menu > li.current-menu-item > a:after {

}

header#header.small-header .menu-header > ul > li > ul {
    padding-top: 0;
    /*    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.258);*/
    transition: all linear 0.1s;
}

.menu-header .sub-menu {
    visibility: hidden; 
}

.menu-header ul li:hover>ul {
    opacity: 1;
    /*    transform: translateY(0);*/
    display: block;
    visibility: visible;   
} 

header#header.small-header .menu-top > li > a {

}
.small-header .menu-header > ul > li > ul.sub-menu {
    transform: translateY(20px);
}

/* menu nav end */

.fullwidth {
    position: relative;
    /*    float: left;
        width: 100%;*/
}

.section-pd, .common-padding {
    padding: 70px 0;
}
a.direction-link {
    border-bottom: 1px solid #fff;
}
.footer-bg .nap-footer .nap-address-info {
    margin-bottom: 15px;
}
.footer-bg .nap-footer a.phoneno, .footer-bg .nap-footer .nap-email {
    display: block;
}
.menu-footer li a {
  /*  padding: 3px 0px;
    display: inline-block;*/
    display: initial;
    margin: .5rem 0rem;
    padding: 0;
}

/*======= Header Search ======*/
.search-box-outer {
    width: 57%;
    margin-left: auto;
}

.search-icon{
    cursor: pointer;
    transition: all ease-in-out 0.45s;    
    background-size: 18px;
    background-repeat: no-repeat; 
    background-position: 0px 0px;
    width: 19px;
    height: 19px;
    top: 5px;
    position: relative;
}

.close-search{
    cursor: pointer;
}

.search-bar {
    padding: 1px 0 10px 15px;
    margin-left: 0;
    color: #000;
    position: relative;
    width: auto;
    display: inline-block;
    margin-top: 0px; 
}

.search-bar:before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 1.15em;
    left: 0;
    width: 1.5px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.search-bar-box {
    background-color: rgba(53, 163, 175, 0);
    position: relative;
    right: 0px;
    height: 3rem;
    border: 1px solid rgba(53, 163, 175, 0);
    border-bottom-color: #e9e9e9;
    z-index: 2;
    opacity: 1;
    width: calc(100% - 0em);
}

header#header.small-header .search-bar-box {
    top: 0;
}

#SiteSearchs img {
    width: 1.5em;
}
.browser-ie .search-bar-box,
.browser-unknown .search-bar-box,
.browser-ie .search-bar-box.active-bar,
.browser-unknown .search-bar-box.active-bar
{
    -webkit-transition:  all ease-in-out 0s;
    -moz-transition:  all ease-in-out 0s;
    -o-transition:  all ease-in-out 0s;
    transition: all ease-in-out 0s; 
}

.search-icon-form button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-size: 22px;
    background-repeat: no-repeat; 
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
    top: 5px;
    position: relative;    
    background-image: url(img/svgs/search.svg);
}

.search-form-outer{
    width: 100%
}

.search-icon-form {
    padding: 8px 15px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}

.close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 2px;
    width: 45px;
}

.close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 7px;
    margin-top: 7px;
    margin-left: auto;
}

.search-input-box{
    width: 100%
}
.search-input-box input{
    padding-left: 0;
    padding-right: 0; 
    color: #fff;
}
.search-input-box input:focus{
    outline: none!important;
    box-shadow: none!important
}

#search-icon-bar .fa-search {
    color: #fff;
    font-size: 0;
}

.top-search-wrap {
    display: inline-block;
}

.search-input-box .form-control {
    padding: 15px !important;
    background-color: #fff !important;
    color: #76777a;
    border: none !important;
}

.search-icon-form .fa-search {
    color: #fff;
    font-size: 0;
}

/**Header Search End**/

div.wpcf7 .wpcf7-form .form-control {
    border-bottom: 1px solid rgba(172,172,172,.35);
    padding: 10px 10px;
    font-size: 14px;
    color: #7e7c7c;  
}

div.wpcf7 .wpcf7-form .wpcf7-text.wpcf7-email.form-control {
    text-transform: none;
}

div.wpcf7 .wpcf7-form .form-control:focus {
    border-bottom: 1px solid #3a98e8;  
}

.wpcf7 .wpcf7-response-output {
    border: 0 none !important;
    font-size: 11px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: -25px;
    right: 0;
    color: #ca2222;
    font-weight: 400;
    width: 100%;
    background: #fff;
    padding: 3px !important;
    max-width: 450px;
    margin: auto !important;
    text-align: center;
}

.form-control, .form-control:focus {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #dadada;
    border-radius: 0;
    box-shadow: none;
    padding: .4rem 0rem;
    font-size: 0.9rem;
    height: 50px;
}

.wpcf7-form-control-wrap {
    display: inline-flex;
    width: 100%;
}

.wpcf7 .wpcf7-not-valid-tip {
    color: #fff;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 1px;
    right: 1px;
    font-size: 9px;
    background-color: #b30000;
    padding: 1px 5px;
    border-radius: 5px 0 0 0;
    line-height: normal;
    text-transform: capitalize;
}

.form-banner-404 .wpcf7 .wpcf7-not-valid-tip{
    padding: 2px 5px;
}

.wpcf7{position: relative;}

div.wpcf7 .ajax-loader {
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    z-index: 1;
    display: block;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #00772c;
}

textarea {
    resize: none;
    height: 7rem !important;
}

[type=submit], [type=submit]:focus {
    cursor: pointer;
    box-shadow: none; 
} 


.title span {
    color: #12699c;
    display: inline-block;
}

.center-line .title:after {
    right: 0;
}

div#html5-close {
    background-image: url(img/lightbox-close.png);
    background-size: auto;
    width: 31px;
    height: 34px;
    background-repeat: no-repeat;
}

div#html5-close img {
    display: none;
}
.list-style ul li {
    position: relative;
    padding-left: 20px;
}

.list-style ul {
    position: relative;
    margin-bottom: 15px;
    margin-left: 15px;
}

.list-style ul li:after {content: '';background: #a17051;position: absolute;width: 7px;height: 7px;top: 14px;left: 0;border-radius: 50%;}
/** Mobile Search Bar ***/
.close-btn {
    position: absolute;
    right: 22px;
    top: 5px;
    width: 22px;
    height: 22px;
    opacity: 1;
    z-index: 2;
}

.close-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.close-btn:before, .close-btn:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 25px;
    width: 1px;
    background-color: #000;
}

.close-btn:hover:before, .close-btn:hover:after {
    opacity: 1;
    background-color: #000;
}

.close-btn:before {
    transform: rotate(45deg);
}
.close-btn:after {
    transform: rotate(-45deg);
}
body.mobile-search-active {
    /*    position: fixed;
        overflow-y: scroll;
        left: 0;
        right: 0;*/
}
.mobile-search-bar-box{
    display: none
}

.mobile-search-bar-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0%;
    z-index: 10000;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.25s;
    border-radius: 0px;
}
.mobile-search-bar-box form {
    display: none;
}
.mobile-search-active .menu-top>li>a:before {
    background: transparent;
}
.mobile-search-active .mobile-search-bar-box form {
    display: block;
}
.mobile-search-active .mobile-search-bar-box {
    z-index: 999999;
    height: 100%;
}

.mobile-search-bar-box form{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-search-bar-box .search-icon-form img{
    width: 28px;
    max-width: 54px;
}


.search-input-box .form-control:focus {
    /*    border-bottom: 1px solid #3a98e8;
        height: 2.5rem;*/
}

.mobile-search-bar-box .search-input-box {
    position: relative;
}

.req-error {
    margin: 0;
    color: #fff;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 60px;
    font-size: 10px;
    background-color: #cd0b02;
    padding: 2px 5px;
    border-radius: 5px 0 0 0;
    line-height: 11px;
}
.search-wrap {
    cursor: pointer;
}
.mobile-search-bar {
    width: 25px;
    height: 40px;
}
.mobile-search-bar svg {
    width: 20px;
}
fill {
    width: 100%;
    height: 100%;
}

.mobile-search-bar svg path {
    fill: #000000;
}

.small-header .mobile-search-bar{

}

.mobile-search-bar img {
    cursor: pointer;
    position: relative;
}

.m-close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 1px;
    width: 45px;
    display: none;
}

.m-close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 9px;
    margin-top: 9px;
}

.mobile-search-bar-box .search-icon-form {
    padding: 0;
    margin-left: 15px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mobile-search-bar-box [type='submit'], .mobile-search-bar-box [type='submit']:focus{
    background-color: transparent
}

.mobile-search-bar-box .search-input-box {
    width: 80%;
    position: relative;
    margin: auto;
    border-bottom: 1px solid #ccc;
}

/* mobile menu end */


/********** Banner Video *********/
.banner-video-wrap {
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-video-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,0.25);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.banner-video-wrap video{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    object-fit: cover
}
.video-banner-container{
    opacity: 0
}
.banner-has-video{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.z-high{
    position: relative;
    z-index: 2
}

@media(max-width:1024px){
    .banner-video-wrap {
        height: 550px
    }  
}



/**********Search page*********/
#searchPage h2.page-title {
    font-weight: 300;
    margin-bottom: 25px;
    position: relative;
}

#searchPage h2.page-title span {
    color: #7a233c;
    font-style: italic;
}
/******************************/
/**************** Site Schema Styling ****************/
.site-schema .review-schema-wrapper{
    margin-top: 50px;
}
.clientreviews {
    background: #f6f6f6;
    border: 1px solid #2853c7;
    box-shadow: 0 0 20px #f2f2f2;
    padding: 20px;
}
.clientreviews .heading {
    font-size: 2em;
    margin-bottom: 15px;
    position: relative;
    line-height: normal;
    color: #212529;
}
.review-schema-wrapper {
    padding-top: 0px;
    margin-bottom: 30px;
}
.clientreviews p strong {
    color: #212529;
} 
.clientreviews div strong {
    color: #212529;
} 
.clientreviews .heading span {
    color: #212529; 
}
.clientreviews.video-schema .heading:after {
    bottom: 6px;
}
.middle-heading.video-schema {
    margin-bottom: 50px;
}

.middle-heading.video-schema iframe {
    border: 1px solid #f1f1f1;
}
.clientreviews p {
    padding-bottom: 0;
}
/**************** Site Schema Styling End ****************/ 

/********** Blog Page ***********/
.blog-listing-row {
    display: flex;
    flex-flow: wrap;
}

.blog-listing-row .blog-loop {
    width: 50%;
    min-height: 300px;
    padding: 15px;
}

.blog-listing-row .blog-loop .blog-title {
    display: block;
}
.blog-loop .bottom-wrap {
    padding: 15px;
    border: 2px solid rgba(204, 204, 204, 0.10);
    border-top: 0px;
    position: relative;
}

.blog-loop .bottom-wrap a.blog-title {
    font-weight: 600;
    color: #000;
    font-size: 26px;
    line-height: 1.35;
    font-family: Butler-Medium;
    letter-spacing: 2px;
}
.blog-loop .blog-sub_headeing {
    color: #656565;
    display: inline-block;
    font-size: 20px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.blog-listing-row .blog-loop .blog-img-link {width: 100%;height: 360px;display: block;position: relative;}
.blog-listing-row .blog-loop .blog-date{
    position: absolute;
    background: #fff;
    color: #000;
    width: 70px;
    text-align: center;
    /*    box-shadow: 0px 0px 3px rgb(204, 204, 204, 0.4);*/
    padding: 10px;
    left: -30px;
    top: 30px;
}
.blog-listing-row .blog-loop .blog-date:after {content: '';border: 1px solid #f1f1f1;width: calc(100% - 10px);height: calc(100% - 10px);position: absolute;left: 5px;top: 5px;right: 10px;bottom: 10px;}
.blog-listing-row .blog-loop .blog-img-link img {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
}
.blog-listing-row .blog-loop .blog-date span {
    display: block;
    line-height: 1.25;
    color: #717171;
}
.blog-listing-row .blog-loop .blog-date span:first-child {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.blog-loop .bottom-wrap .blog-content {
    color: #656565;
    display: block;
}
.blog-btn {
    position: relative;
    display: inline-block;
    font-weight: 500;
    color: #000;
    background-size: 15px;
    padding-right: 20px;
}
.blog-btn:after {content: '';background: #000;position: absolute;height: 2px;width: 20px;margin: auto;top: 0;bottom: 0;right: -10px;}

/*****************/
.blog-single-row h1 {
    font-size: 26px;
}
.blog-single-row h1, .blog-single-row h2, .blog-single-row h3, .blog-single-row h4, .blog-single-row h5, .blog-single-row h6 {
    font-weight: 500;
    color: #000;
    font-family: Butler-Medium;
    letter-spacing: 2px;
}
.blog-single .blog-img-link {
    height: 500px;
    width: 100%;
    display: inline-block;
    position: relative;
}

.blog-single .blog-img-link img {
    width: 95%;
    height: 97%;
    background-size: cover;
}

.blog-single .blog-img-link .blog-date {
    position: absolute;
    background: #fff;
    color: #000;
    width: 70px;
    text-align: center;
    /* box-shadow: 0px 0px 3px rgb(204, 204, 204, 0.4); */
    padding: 10px;
    left: -30px;
    top: 30px;
}
.blog-listing-row .blog-loop .blog-date span:first-child {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.blog-single .blog-img-link .blog-date span{
    display: block;
    line-height: 1.25;
    color: #717171;
}
.blog-single-row .blog-sub_headeing {
    color: #656565;
    display: inline-block;
    font-size: 20px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/****************/
/*****************************/
.sidebar-contact .form-group-wrap {
    margin-bottom: 3rem;
}
.sidebar-listing {
    padding-top: 15px;
    border: 1px solid #efefef;
}
.sidebar-listing span {
    padding: 0px 30px;
}
.aside-sidebar > div+div{
    margin-top: 2.25rem;
}
.sidebar-listing span {
    color: #000;
    font-family: Butler-Medium;
    font-size: 25px;
    padding-left: 3rem;
}
.blog-search-field {
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #efefef;
}

.sidebar-search .input-group-btn {
    display: block;
    position: relative;
}

.sidebar-search .input-group-btn:after {content: '';background: rgb(167, 167, 167, 0.3);height: 80%;width: 1px;position: absolute;left: -60px;top: 0;bottom: 0;margin: auto;}

.blog-searchform [type=submit] {
    display: inline-block;
    border: none;
    width: 3.5rem;
    cursor: pointer;
    background: url(img/search-black.png) no-repeat;
    background-position: 50% 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: 25px;
    border-radius: 10px;
}

.sidebar-contact {
    background: #000;
    padding: 3rem 1.5rem;
    background-size: cover;
    border-radius: 0;
}
.bg-white {
    background-color: #f8f8f8 !important;
    display: inline-block;
    width: 100%;
}
.btn-white {
    background: #fff;
}
.sidebar-contact .form-control{
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important;
}

.sidebar-contact .h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.sidebar-contact .contact-btn-div {
    text-align: center;
    margin: auto;
}
.sidebar-contact .btn-sidebar {
    width: 100%;
}
.sidebar-contact .btn-sidebar {
    width: 100%;
    border: none;
    padding: 10px 0px;
    background: #fff;
    font-weight: 600;
}
.spacer-lr {
    padding: 1rem 2rem;
}
.widgettitle {
    padding: 1rem 2rem;
    font-weight: 600;
}


.sidebar-listing ul li {
    padding: 10px 1rem;
    border-bottom: 1px solid rgba(204, 204, 204, 0.15);
    position: relative;
    padding-left: 3rem;
}
.sidebar-listing .h4{
    border-bottom: 1px solid rgba(204, 204, 204, 0.15); 
}

.sidebar-listing ul li a {
    color: #000;
    height: 100%;
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 0px;
    font-weight: 500;
}

.sidebar-listing ul li:hover, .sidebar-listing ul.no-dots li.current-cat, .sidebar-listing ul.no-dots li.activeChild {
    background: #000;
    border-radius: 0px;
}

.sidebar-listing ul li:hover a, .sidebar-listing ul.no-dots li.current-cat a, .sidebar-listing ul.no-dots li.activeChild a {
    color: #fff;
}

.sidebar-listing ul li a:after, .sidebar-listing ul li.current-cat a:after, .sidebar-listing ul li.activeChild a:after {
    content: "";
    color: #fff;
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    transition: all 250ms ease-in-out;
    top: 5px;
    bottom: 0;
    margin: auto;
    left: -30px;
    background-image: url(img/arw.png);
    background-repeat: no-repeat;
    background-size: 20px;
}
.sidebar-listing ul li:hover a:after, .sidebar-listing ul li.current-cat:hover a:after, .sidebar-listing ul li.activeChild:hover a:after {
    background-image: url(img/arw-w.png);
}
.sidebar-contact .wpcf7-response-output {
    font-size: 9px;
}

/********************************/
.blog-single-row h1 {
    font-size: 35px;
}

.blog-single-row h2 {
    font-size: 30px;
}

.blog-single-row h3 {
    font-size: 25px;
}

.blog-single-row h4 {
    font-size: 23px;
}
.blog-image-wrap {
    height: 500px;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.blog-image-wrap img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: 100% 50%;
}
.msg-side-form {
    margin: 0;
    color: #fff;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 60px;
    font-size: 10px;
    background-color: #cd0b02;
    padding: 2px 5px;
    border-radius: 5px 0 0 0;
    line-height: 11px;
}
/******************************/
/**********************/
.contact-btn-div {
    width: 170px;
    position: relative;
}

span.ajax-loader{
    position: absolute;
    bottom: -20px;
    margin: auto !important;
    left: 0;
    right: 0;
    visibility: hidden;
}
.btn-wrap {
    position: relative;
    width: 170px;
}
div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    transform: translateX(0);
    background-image: url(img/loader-w.svg);
    background-color: #000000;
    height: 100%;
    width: 100%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
}
div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
}
.uc{text-transform: uppercase;}

.our-defence-owl .owl-nav > div.disabled {
    opacity: 0.5;
}
.owl-dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 3px;
    background-color: #ccc;
}
.owl-dot.active {
    background-color: #a17051;
}
.owl-dot span {
    width: 100%;
    height: 100%;
}
.owl-portfolio .owl-nav .owl-prev span {
    background-image: url(img/arrow.svg);
}
.owl-nav > div.disabled span {
    opacity: 0.5;
    cursor: default; 
}
/* code add in css */
img[src*=".svg"] {width: 100%;}
svg path { 
    transition : fill 200ms ease-out;
    -webkit-transition :fill 200ms ease-out;
    -moz-transition : fill 200ms ease-out;
    -o-transition :  fill opacity 200ms ease-out;

}
.banner-social {
    display: flex;
}

.banner-social ul {
    width: 100%;
}

.banner-social ul li {
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}

.banner-social ul li:hover {background: #a17051;}

.banner-social ul li:hover svg path {fill: #fff;}
/******Header Fix******/
#header{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.no-banner-header{
    padding-top: 99px
}
.no-banner-header #header{
    background: #000;  
}

header#header.small-header {
    background: #000;
}

.logo-wrapper {
    width: 300px;
    transition: 0.5s ease all;
    margin-bottom: 5px;
}

#header.small-header .logo-wrapper {
    width: 250px;
}
.navigation-wrap {
    display: flex;
}
.navigation-wrap .search-wrap svg path {
    fill: #fff;
}
.navigation-wrap .search-wrap svg, .navigation-wrap .search-wrap img {
    width: 20px;
    height: 20px;
}
/***********/
.search_result  .blog-listing-row > div {
    width: 100%;
    box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.7);
    margin-bottom: 30px;
    padding: 47px 25px;
    position: relative;
}

.search_result .blog-listing-row > div .blog-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}
/************/
/************Home Banner***********/
.home-page-banner {
    width: 100%;
    background-color: #28569b;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    position: relative;
    background-position: center;
    background-size: cover;
}
.home-banner-wrap {
    width: 100%;
    position: relative;
    z-index: 99;
    height: calc(100vh - 128px);
    display: flex;
    align-items: center;
}
.home-banner-wrap .banner-left {
    text-align: left;
    color: #fff;
    margin-top: 150px;
}
.home-banner-wrap .banner-left .heading {
    font-size: 50px;
    letter-spacing: 2px;
    line-height: 65px;
    font-weight: 300;
}

.home-banner-wrap .banner-left .sub_heading {
    font-size: 57px;
    letter-spacing: 2px;
    line-height: 67px;
    font-weight: 700;
}
/**********************************/
/************Inner Banner***********/
.inner-banner {
    height: 430px;
    display: flex;
    align-items: center;
    color: #fff;
    background-size: cover;
    background-position: 100% 0;
    background-repeat: no-repeat;
}
.inner-banner .banner-title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    position: relative;
    top: 90px;
    font-family: Butler-Medium;
    text-align: center;
}

/*********Logo*********/
.header-left-logo {
    padding: 1rem 15px;
}
/********copyright-bg*********/
.copyright-bg {

}

.copyright-bg span {
    padding: 0px 5px;
}

.menu-disclaimer-container {
    display: inline-block;
}

.menu-disclaimer-container ul {
    display: flex;
}

.menu-disclaimer-container ul li a {
    padding: 0px 10px;
    margin: 0;
    border-right: 1px solid #fff;
    line-height: 15px;
    color: #fff;
}

.menu-disclaimer-container ul li:last-child a {
    border-right: none;
}
footer .current-menu-item a {
    color: #5693c2;
}

/*Hamburger Button*/
.header-aside-col {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding-right: 55px;
}

div#mobile-search-bar {
    border-left: none;
    top: 0px;
}

header#header .container-fluid {
    padding-right: 0;
    padding-left: 15px;
}

.logo-wrapper {
    padding-right: 0;
    margin-right: 0;
}

.menu-button:hover {
    cursor: pointer;
}

.menu-button {
    height: 40px;
    width: 40px;
    position: fixed;
    top: 83px;
    z-index: 12;
    right: 15px;
    display: block;
    background: #0284cf;
    text-align: center;
}

.menu-button .menu-bar {
    position: absolute;
    border-radius: 0px;
    width: 26px;
    transition: .5s;
    opacity: 1;
    top: 7px;
    right: 0;
    left: 0;
    margin: auto;
}

.menu-button .menu-bar-top {
    border: 2px solid #ffffff;
    border-bottom: none;
    top: 10px;
}

.menu-button .menu-bar-middle {
    height: 2px;
    background-color: #ffffff;
    margin-top: 3px;
    margin-bottom: 3px;
    top: 16px;
}

.menu-button .menu-bar-bottom {
    border: 2px solid #ffffff;
    border-top: none;
    top: 28px;
    width: 26px;
    right: 0;
}

.small-menu .menu-button .menu-bar-top {
    border-color: #ffffff;
}

.small-menu .menu-button .menu-bar-bottom {
    border-color: #ffffff;
}

.small-menu .menu-button .menu-bar-middle {
    background-color: #ffffff;
}

.button-open {
    z-index: 16;
}

.menu-button.button-open {
    background: none;
    z-index: 13;
    height: 27px;
    width: 27px;
    right: 15px;
    top: 15px;
}

.button-open .menu-bar {
    opacity: 1;
}

.button-open .menu-bar-top {
    border-color: #0284cf;
    transform: rotate(45deg) translate(8px, 8px);
    transition: .5s;
}
.button-open .menu-bar-middle {
    background-color: #0284cf;
    transform: translate(230px);
    transition: .1s ease-in;
    opacity: 0;
}

.button-open .menu-bar-bottom {
    border-color: #0284cf;
    transform: rotate(-45deg) translate(5px, -5px);
    transition: .5s;
    right: 0;
}  

.menu-button.button-open .menu-bar-top {
    border-color: #0284cf !important;
    width: 100%;
}

.menu-button.button-open .menu-bar-bottom {
    border-color: #0284cf !important;
    width: 100%;
}

.menu-logo-wrapper {
    width: 50%;
    padding-left: 1rem;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 274px;
}

.menu-logo-wrapper .nav-logo a {
    display: inline-block;
    max-width: 70%;
    margin-bottom: 30px;
}

.menu-logo-wrapper .callus-block {
    margin-bottom: 0;
    margin-top: 30px;
}

.menu-logo-wrapper .callus-block .small-phone-text {    
    color: #fff;
}
body.nav-open-menu {
    overflow-y: hidden;
}
form.wpcf7-form.sent .wpcf7-response-output {
    background: #fff;
    color: green;
}
/****** COMMON **********/
.button {
    width: 220px;
    height: 60px;
    font-family: Butler-Medium!important;
    display: inline-block;
    line-height: 60px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 2px;
    margin-top: 54px;
    overflow: hidden;
    text-align: center;
    position: relative
}
.button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: translateX(-100%);
    transition: all cubic-bezier(0, 0, 0.2, 1) 0.45s;;
    opacity: 0
}
.button:after{
    content: "";
    width: 14px;
    height: 1px;
    display: inline-block;
    vertical-align: middle; 
    margin-left: 10px;
    position: relative;
    z-index: 2;
    transform: translateY(-2px);
}
.button:hover:before{
    transform: translateX(0);
    opacity: 1
}
.front-view{
    position: relative;
    z-index: 2
}
.button-white{
    border: 1px solid #FFF; 
    color: #FFF;
}
.button-black{
    border: 1px solid #000; 
    color: #000;   
}
.button-white:after{
    background-color: #FFF
}
.button-white:before{
    background-color: #4bd2ff;
}
.button-black:after{
    background-color: #000
}
.button-black:before{
    background-color: #4bd2ff;
}
.button-white:hover{
    color: #FFF;

} 
.button-black:hover{
    color: #FFF;
    border-color: #4bd2ff;
}
.button-black:hover:after{
    background-color: #FFF
}
.sub-heading {
    font-size: 20px;
    color: inherit;
    font-family: Butler-Medium;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: 10px;
}
/*mobile menu css end*/ 
/******************************All Common Css Above*********************************************/
/************banner***********/

/****** BANNER **********/
.home-banner {
    height: 100%;
    overflow: hidden;
    position: relative
}    
.home-banner:after {
}
.main-slider-item {
    height: 100vh;
    box-shadow: inset 0 0 10000px 10000px rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    text-align: center;
} 
.main-slider-content{
    font-family: Butler-Medium;
    color: #FFF;
    width: 100%
}
.main-slider-content h1 {
    font-size: 85px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Butler-Medium;
    letter-spacing: 6px;
    line-height: 1;
    text-shadow: 0 0 3px rgba(0,0,0,0.35);
}
.main-slider-content .sub-heading {
    font-size: 35px;
    margin-bottom: 23px;
}
.slider-nav-view .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    border: none;
    background-color: transparent;
    color: #FFF;
    font-size: 13px;
    cursor: pointer;
    font-weight: 200;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.slider-nav-view .slick-prev{
    left: 60px
} 
.slider-nav-view .slick-prev:before, .slider-nav-view .slick-next:after{
    content: "";
    width: 14px;
    height: 1px;
    background-color: #FFF;
    display: inline-block;
    vertical-align: middle;   
}
.slider-nav-view .slick-prev:before{
    margin-right: 12px
}
.slider-nav-view .slick-next:after{
    margin-left: 12px
}
.slider-nav-view .slick-next{
    right: 60px;
}


/**** Banner Social ****/
.banner-container-bottom {
    position: absolute;
    bottom:25px;
    left: 0;
    right: 0
}
.social-media svg, .social-media img {
    width: 17px;
    height: 17px;
}
.social-media svg path{
    fill:  #FFF
}
.social-media {
    display: inline-block;
}
.social-media > a{
    display: block
}

.social-media svg path {
    fill: #FFF
}
.social-media > a:hover svg path {
    fill: #4bd2ff;
}


/**************Footer*************/
.footer-bg {
    color: #fff;
}

.main-footer a {
    color: #fff;
}
.main-footer a:hover {
    color: #5693c2!important;
}
.footer-bg .h3 {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
}
.copyright-bg {
    border-top: 1px solid rgba(204, 204, 204, 0.25);
}
.fullwidth .main-footer {
    padding: 50px 0px;
}

.copyright-bg .copyright {
    padding: 5px;
    font-size: 12px;
}
.footer-col-1 {
    width: 30%;
}
.footer-col-2, .footer-col-3, .footer-col-4 {
    width: 22.3%;
}

.main-footer .social-media{
    display: flex;
    margin-left: -5px;
    margin-right: -5px
}
.main-footer .social-media a {
    margin-left: 5px;
    margin-right: 5px;
}
.main-footer .social-media svg, .main-footer .social-media img {
    width: 24px;
    height: 24px;
}

/*******Services*******/
.service-top-wrap {
    background-image: url(img/service.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -100px -20px;

}
.home-video-section h2 {
    letter-spacing: 2px;
}
.service-wrap{
    display: flex;
}

.service-wrap .content{
    width: 33%;
    padding-right: 30px;
}

.service-wrap .video{
    width: 66%;
    position: relative;
    padding-bottom: 30px;
}
.service-wrap .video img {
    position: absolute;
    bottom: -15px;
    width: 130px;
    height: 130px;
    left: -70px;
}
.service-wrap .video > div{
    width: 99%;
    height: 475px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.video-slider .slick-arrow {
    position: absolute;
    bottom: 40px;
    left: 0;
    font-size: 0px;
    background: transparent;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}

.video-slider {
    position: relative;
    padding-top: 0px;
}
.video-slider .slick-arrow.slick-next {
    left: 45px;
}
.video-slider .slick-arrow.slick-next:after{
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.video-slider .slick-arrow.slick-prev:after{
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
.video-slider .slick-arrow:after{
    content: "";
    border-left: 2px solid #6f6f6f;
    border-bottom: 2px solid #6f6f6f;
    display: inline-block;
    width: 10px;
    height: 10px;
}
.service-wrap .services-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.5;
}

/**************/
.home-testimonials{
    background-image: url(img/testimonails.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-testimonials .slick-arrow.slick-next:after {
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.home-testimonials .slick-arrow.slick-prev:after{
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.home-testimonials .slick-arrow:after{
    content: "";
    border-left: 2px solid #6f6f6f;
    border-bottom: 2px solid #6f6f6f;
    display: inline-block;
    width: 10px;
    height: 10px;
}

.home-testimonials .slick-arrow {
    position: absolute;
    top: -80px;
    right: 120px;
    font-size: 0px;
    background: transparent;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 5;
}

.testimonial-sliders {
    margin-top: 50px;
}

.testimonial-sliders .slick-arrow.slick-prev {
    right: 145px;
}

.testimonial-loop {
    background: #fff;
    padding: 20px;
    margin: 0px 10px;
    position: relative;
}

.testimonial-loop .testimonial-title {
    font-weight: 500;
    font-size: 22px;
}

.testimonial-loop:after{
    content: '';
    background-image: url(img/quot.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 20px;
}

.testimonial-loop:first-child {
    margin-left: 0;
}

/*****************/

/* new faq page */
.faq div#accordion {
    margin-top: 30px;
}

.faq-info {
    margin-bottom: 50px;
}

.faq-info .faq-title[aria-expanded=true] {
    color: #fff;
    border-radius: 0px;
    border: none;
}

.faq-info .faq-title {
    padding: 15px 20px;
    background-color: #fff;
    width: 100%;
    display: block;
    position: relative;
    font-weight: 400;
    color: #4b4b4b;
    font-size: 19px;
    border-radius: 0px;
    cursor: pointer;
    text-align: left;
    border: none;
    border-bottom: 1px solid #dadada;
}

.faq-title:not([href]):not([tabindex]):hover {
    color: #12699c;
}

.faq-info .faq-title:hover {
    color: #12699c;
}

.faq-info .faq-title:hover:after {
    background-color: rgba(0, 0, 0, 0);
}


.faq-info .faq-title:after {
    content: "\f105";
    position: absolute;
    right: 19px;
    top: -2px;
    font-size: 1.5em;
    font-family: fontawesome;
    line-height: 2;
    font-weight: 300;
    transition: .3s all;
}


.faq-info .faq-title[aria-expanded=true]:after {
    transform: rotate(90deg);
}


.faq-title:not([href]):not([tabindex]):focus{
    color: #12699c;
}

.faq-info .faq-title[aria-expanded=true] {
    color: #12699c !important;
}

.faq-info .faq-description {
    padding: 0 15px 15px 20px;
    color: #414141;
    border-radius: 0px;
    display: inline-block;
    width: 100%;
}

.collapse.show .faq-description {
    border-bottom: 1px solid #dadada; 
}

.faq-page .loadmore button.elm-button {
    margin-top: 0;
    margin-bottom: 0;
}

/* end */


.row.client-info-wrap {
    justify-content: center;
    align-items: center;
}

.attr-img {
    padding-left: 30px;
    padding-top: 30px;
    position: relative;
    z-index: 1;
}

.attr-img:before {
    position: absolute;
    content: "";
    bottom: 30px;
    right: 50px;
    height: 93%;
    width: 88%;
    z-index: 0;
    border: 2px solid #c3925c;
}

.attr-img:after {
    position: absolute;
    content: "";
    bottom: 0px;
    right: 0;
    height: 40%;
    width: 60px;
    z-index: 1;
    background-color: #126a9c;
}

.attr-title {
    color: #2d2c2c;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 14px;
    display: inline-block;
    position: relative;
    padding-bottom: 0;
    line-height: 32px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.client-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    min-height: 532px;
    position: relative;
}

.attr-info:last-of-type {
    padding-bottom: 0;
    padding-left: 40px;
}

.attr-info {
    padding: 3.25vw 2vw;
}

.client-content .client-name {
    font-size: 52px;
    color: #13689f;
    line-height: 48px;
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

.page-button {
    margin-top: 25px;
}

.attr-info-sec {
    background-image: url(img/attr-info.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
}

.attr-info-sec:after {
    background-color: rgba(45, 103, 152, 0.88);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.attr-info-wrap {
    padding: 75px 30px;
}

.attr-info-wrap, .linklist .attr-info-wrap  ul li, .attr-info-wrap .attr-title {
    color: #fff;
}

.attr-info-wrap ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    width: 100%;
}

.attr-info-wrap ul li:after {
    content: "";
    position: absolute;
    top: 4px;
    margin: auto;
    width: 20px;
    height: 20px;
    left: 0;
    background-image: url(img/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 20px;
}

.attr-info-wrap:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.17);
}

/* faq page */
.gallery-category {
    display: inline-block;
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.catcontrol.btn {
    width: 200px;
}

.gallery-category li {
    float: none;
    position: relative;
    width: 24%;
    padding: 1%;
    border: none;
    margin: 0.5%;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(0, 0, 0, 0.12);
    cursor: pointer;
    opacity: 0.5;
    line-height: normal;
}

.gallery-main-section {
    padding-bottom: 70px;
}

.gallery-main-section .nav-tabs {
    border: none;
}

.gallery-category-listing-wrap > div {
    display: none;
}

.gallery-category-listing-wrap > div.active-item-cat {
    display: block !important;
}

.gallery-wrap-post {
    margin-bottom: 30px;
}

.gallery-wrap-post img{
    width: 100%;
    height: 100%;
}

.gallery-category li.active-item-cat {
    border-bottom: 2px solid rgba(0 0 0);
    opacity: 1;
}
.gallery-wrap-post > div {
    width: 100%;
    height: 275px;
}
.term-description h2 {
    font-size: 26px;
    line-height: 1;
}
/******/

.home-about-us{
    position: relative
}
.home-about-us:before{
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(img/236x1-black.png) repeat;
    position: absolute;
    opacity: 0.05;
}
.home-about-us  .sub-heading{
    opacity: 0.5
}
.about-img-holder{
    display:inline-block;
    position:relative
}
.about-img-holder img {
    width: 100%;
}
.about-experience {
    background-color: #FFF;
    padding: 13px;
    width: 225px;
    height: 225px;
    position: absolute;
    left: -60px;
    bottom: -60px;
    background-image: url(img/exp.png);
    background-size: 225px;
    background-repeat: no-repeat;
}
/*.about-experience-inner{
    background-image: url(img/water.jpg);
    padding:12px;
}*/
.years-experience {
    font-size: 85px;
    margin-bottom: 10px;
    /*  -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
      background-image: url(img/water.jpg);*/
    background-size: cover;
}
.about-experience-inner-content {
    background-color: #FFF;
    height: 205px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}
.experience-text {
    font-size: 13px;
}

/****************/

.home-portfolio {
    height: 37em;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    background-color: #5693c2;
}
.portfolio-img-listing{
    box-shadow: inset 0 0 10000px 10000px rgba(0,0,0,0.45)  
}
.home-portfolio .container-fluid {
    height: 100%;
    display: grid;
    align-items: flex-end;
}
.portfolio-box {
    padding: 40px;
    color: #fff;
    line-height: 1.1;
    transition: all 0.5s ease;
}
.home-portfolio-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px
}
.home-portfolio-heading {
    padding-left: 30%;
    position: absolute;
    top: 70px;
    left: 0;
}
.home-portfolio-desc .button {
    margin-top: 15px;
    text-align: center;
    width: 170px;
    height: 47px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.portfolio-box-main{
    display: flex;
    height: 100%;
    align-items: flex-end;	
    transition: 0.5s ease all;
}

.home-portfolio .sub-heading {
    color: rgba(255,255,255,0.5);
}
.portfolio-img-listing{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}
@media(min-width:768px){
    .home-portfolio-info{
        opacity: 0;
        height: 0;
        transition: all 0.5s ease;
    }
    .active-portfolio-tab .home-portfolio-info, .portfolio-box-main:hover .home-portfolio-info{
        height: 130px;
        opacity: 1
    }
    .active-portfolio-tab .button:before{
        background-color: #4bd2ff;
        transform: translateX(0);
        opacity: 1
    }
    .home-portfolio-row > div+div{
        border-left: 1px solid rgba(255,255,255,0.15)
    }
}
@media(min-width:992px){
    .active-portfolio-tab .home-portfolio-info, .portfolio-box-main:hover .home-portfolio-info{
        height: 110px;
    }  
}
@media(max-width:991px){
    .portfolio-box {
        padding: 20px;
    }
    .home-portfolio-title {
        font-size: 19px;
    }

}

@media(max-width:767px){
    .portfolio-box{
        width: 90%;
        margin: auto;
        /*         text-align: center;     
        border: 1px solid rgba(255,255,255,0.65);
                margin: 15px;
                background-color: rgba(0,0,0,0.45);*/
    }
    /*    .home-portfolio-desc .button{
            margin: 25px auto 0;
        }*/
}

/********************Contact us page**************************/

.contact-page-details  iframe {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0px;
    margin: 0;
}

.contact-page-details  .sub-heading {
    opacity: 0.5;
}

.contact-page-details{

}

.contact-page-details .col-bg {
    background-image: url(img/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 400px 100%;
}

.address-contact {
    padding-left: 85px;
    background-image: url(img/pinn.png);
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: 0 10px;
    margin-bottom: 20px;
}

.email-contact {
    padding-left: 85px;
    background-image: url(img/message.png);
    background-size: 54px;
    background-repeat: no-repeat;
    background-position: 5px 10px;
    margin-bottom: 20px;
}
.contact-page-details .email-contact a, .contact-page-details .phone-contact a {
    color: #000;
}
.phone-contact {
    padding-left: 85px;
    background-image: url(img/phone.png);
    background-size: 49px;
    background-repeat: no-repeat;
    background-position: 5px 10px;
    margin-bottom: 20px;
}

.mini-heading {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 25px;
}

.contact-page-form{
    background-image: url(img/dotted-map.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

.contact-form-wrap {
    background: #fff;
    box-shadow: 0px 0px 37px rgba(204, 204, 204, 0.75);
    padding: 30px 45px;
    width: 75%;
    margin: auto;
}

.btn-wrap .btn {
    padding: 15px 55px 15px 45px;
}
.btn-wrap:after {content: '';background: #000;position: absolute;top: 0;width: 20px;height: 2px;right: 25px;bottom: 0;margin: auto;}

/**********About us page**********/
.op05{
    opacity: 0.5;
}
.about-1 {
    text-align: center;
}
.image-wrap{
    position: relative;
}

.about-s1 .position-img {
    position: absolute;
    width: 400px;
    height: 260px;
    background-size: 440px;
    left: -260px;
    bottom: -90px;
    background-repeat: no-repeat;
}

.exp-slider {
    max-width: 900px;
    margin: auto;
    margin-top: 45px;
}


.exp-slider button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: transparent;
    height: 300px;
    width: 50px;
    font-size: 30px;
    cursor: pointer;
    z-index: 2;
}
.exp-slider button:hover{
    border: 2px solid #2b2b2b !important;
}
.exp-slider button.slick-prev {
    left: 60px;
    border-right: 0;
    border: 2px solid #ccc;
}

.exp-slider button.slick-next {
    right: 60px;
    border-left: 0;
    border: 2px solid #ccc;
}
.exp-slider .image-slide{
    width: 100%;
    height: 100%;
}

.about-exp-slider .slick-slide {
    opacity: 0.15;
    height: 400px !important;
    margin-top:60px;
}
.about-exp-slider .slick-active.slick-center {
    opacity: 1 !important;
    height: 100% !important;
    margin-top: 0;
}

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

.about-exp {
    background: #f9f9f9;
}
.about-values {
    background-image: url(img/our-values-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.about-values .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-values .content {
    padding: 25px;
    border: 1px solid #ccc;
    border-right: 0;
    position: relative;
    left: 30px;
}

.about-values .image {
    width: 100%;
    height: 610px;
    background-size: cover;
    background-repeat: no-repeat;
}
.lines-6{
    position: relative;
}
.lines-6:before{
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(img/236x1-black.png) repeat;
    position: absolute;
    opacity: 0.07;
    background-size: 215px;
}
.lines-5{
    position: relative;
}
.lines-5:before{
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(img/236x1-black.png) repeat;
    position: absolute;
    opacity: 0.07;
}
/********************************/
.our-services .our-services_has .service-has-loop {    
	width: 33%;
    text-align: center;
    display: initial;
}

.our-services .our-services_has .service-has-loop .service-image {
    max-width: 135px;
    height: 135px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 20px #ccc;
    padding: 30px;
    border-radius: 50%;
    margin-bottom: 50px;
    width: 100%;
    cursor: pointer;
}

.our-services .our-services_has {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 65px;
}

.our-services .our-services_has .service-has-loop .service-image img, .our-services .our-services_has .service-has-loop .service-image svg{
    width: 100%;
    height: 100%;
}

.our-services .our-services_has .service-has-loop .service-image:after {content: '';border: 1px solid #ccc;width: 200px;height: 200px;position: absolute;left: -30px;right: 0;top: 0;bottom: 0;margin: auto;border-radius: 50%;}

.our-services .our-services_has .service-has-loop .service-image span {
    position: absolute;
    top: -90px;
    right: -30px;
    font-weight: 800;
    font-size: 95px;
    opacity: 0.75;
    color: rgba(204, 204, 204, 0.4);
    z-index: -1;
}
.our-services .service-title {
    font-weight: 500;
    font-size: 25px;
}

.our-services {
    text-align: center;
    background: url(img/service-bg.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 100% -30px;
}
.our-services .our-services_has .service-has-loop .service-image svg path{
    fill: #ccc;
}

.all-services-wrap .our_all_services:nth-child(odd) {
    background: #f2f2f2;
}

.all-services-wrap .our_all_services {
    padding: 65px 0px;
}

.our_all_services .service-img {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.all-services-wrap .our_all_services:nth-child(even) .row {
    flex-direction: row-reverse!important;

}
.all-services-wrap .our_all_services .row {
    justify-content: center;
}
.all-services-wrap .our_all_services .service-icon svg, .all-services-wrap .our_all_services .service-icon img {
    width: 80px;
    height: 80px;
}

.all-services-wrap .our_all_services .service-icon {
    margin-bottom: 20px;
}

.service-page-content .position-img {
    position: absolute;
    width: 310px;
    height: 210px;
    left: -100px;
    bottom: -50px;
    background-size: cover;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}
.service-content-wrap .service-heading {
    font-size: 25px;
    font-weight: 600;
}

/*********************/
.testimonials-content {
    position: relative;
}
.testimonials-content:after {
    content: '';
    background: url(img/quotation.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    top: 0;
    opacity: 0.25;
}
.testimonials-result-all {
    margin-top: 35px;
}
.testimonials-result-all .testimonials-loop {
    padding: 15px;
    border: 1px solid rgba(204, 204, 204, 0.2);
    box-shadow: 1px 1px 10px rgb(204, 204, 204, 0.5);
    margin-bottom: 30px;
    text-align: center;
}

.testimonials-result-all .testimonials-loop .testimonials-title {
    border: 1px solid rgba(204, 204, 204, 0.5);
    display: inline-block;
    padding: 7px 35px;
    font-weight: 500;
    position: relative;
}
.testimonials-result-all .testimonials-loop .testimonials-title:after{
    content: '';
    background: #ccc;
    width: 50px;
    height: 1px;
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.testimonials-result-all .testimonials-loop .testimonials-title:before{
    content: '';
    background: #ccc;
    width: 50px;
    height: 1px;
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    margin: auto; 
}
.elm-button:hover {
    background: #000;
    color: #fff;
}
/************Feedback Css***************/
#hero-slider button {
    display: none !important;
}

span.project-title {
    text-align: center;
    display: block;
    font-weight: 500;
}

/************ Project Detail ***************/
.project-detail-section h1{
    border-bottom: 1px solid #ececec;
    margin-bottom: 25px
}
.project-detail-before-after-button{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 30px;
}
.project-button-before-after {
    background-color: #eee;
    color: #000;
    padding: 10px 25px;
    margin: 10px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.active-project-view{
    font-weight: bold
}
.project-portfolio-gallery-outer{
    padding-left: 100px;
    padding-right: 100px
}
.project-portfolio-gallery-outer .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background-color:transparent;
    border-radius: 50%;
    z-index: 1;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-size: 0
}
.project-portfolio-gallery-outer .slick-prev{
    left: -75px;

}
.project-portfolio-gallery-outer .slick-next:after {
    content: "";
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    display: inline-block;
    width: 15px;
    height: 15px;
    transform: rotate(225deg) translate(2px,-2px);
}
.project-portfolio-gallery-outer .slick-prev:after {
    content: "";
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    display: inline-block;
    width: 15px;
    height: 15px;
    transform: rotate(45deg) translate(2px,-2px);
}
.project-portfolio-gallery-outer .slick-next{
    right: -75px
}
.project-detail-portfolio > div+div{
    opacity: 0;
    height: 0
}
.project-detail-portfolio .slick-slide img{
    margin: auto;
    width: 100%;
}
.project-detail-portfolio .slick-track{
    display: flex;
    align-items: center
}
.project-thumb-view {
    display: block;
    height: 450px;
    background-position: center;
    background-size: cover;
    position: relative
}
.project-title {
    text-align: center;
    display: block;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: rgba(0,0,0,0.65);
    color: #FFF;
    padding: 10px;
    font-size: 20px;
    line-height: 1.65;
}
.project-detail-description img.post-feature-image {
    margin-bottom: 20px;
}

.banner-project-page {
    background: #5f5f5f;
    color: #fff;
    margin-top: 60px;
    padding: 30px 0;
}

.banner-project-page h1 {
    color: #fff;
    margin-bottom: 0px;
}
.single-gallery .header-top {
    background: #000;
}

/************/
.blend-award {
    margin-top: 15px;
}
.blend-award ul {
    display: flex;
    align-items: center;
}

.blend-award ul li {
    padding: 17px;
    max-width: 170px;
    border: 1px solid #2d2d2d;
    margin-right: 20px;
    transition: 0.5s ease all;
    cursor: pointer;
}
.blend-award ul li:hover {
    border: 1px solid #000;
    transform: scale(1.05);
}
.blend-award h2 {
    margin-bottom: 15px;
}

.blend-award-gallery ul {justify-content: center;}

.blend-award-gallery {
    text-align: center;
}
.blend-award-gallery {
    text-align: center;
    padding-top: 60px;
}
.blog-head {
    text-align: center;
    margin-bottom: 25px;
}
.elm-button:active, .elm-button:focus{
    background: #000;
    color: #fff;
}

body.ie .banner-video-wrap video{
    transform: scale(1.25);
}
/**************06-january-2021********************/


/*********************************/
@media(max-width:991px){
    .project-portfolio-gallery-outer{
        padding-left: 60px;
        padding-right: 60px
    }
    .project-portfolio-gallery-outer .slick-prev {
        left: -60px;
    }
    .project-portfolio-gallery-outer .slick-next {
        right: -60px;
    }
    .contact-form-wrap .wpcf7-response-output {
        font-size: 10px;
    }
    .home-about-us .col-lg-5 {
        text-align: center;
        margin: auto;
    }
    .blend-award ul li {
        max-width: 145px;
    }
}

@media(max-width:767px){
    .project-portfolio-gallery-outer{
        padding-left: 0;
        padding-right: 0
    } 
    .project-portfolio-gallery-outer .slick-prev {
        left: 15px;
    }
    .project-portfolio-gallery-outer .slick-next {
        right: 15px;
    }
    .project-portfolio-gallery-outer .slick-arrow {
        width: 30px;
        height: 30px;
    }
    .project-portfolio-gallery-outer .slick-prev:after,
    .project-portfolio-gallery-outer .slick-next:after{
        width: 12px;
        height: 12px
    }
    .project-detail-section.project-top-slider {
        padding-top: 40px;
    }
}

@media(max-width:479px){
    .project-button-before-after {
        margin: 5px;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }
}

span.project-title {
    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 2px 2px 2px #000;
    opacity:0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.project-thumb-view:hover span.project-title{
    opacity:1;
}

.gallery-category li:first-child {
    /*    max-width: 80px;*/
}

.project-detail-before-after-button {
    position: relative;
    z-index: 9;
}

.project-detail-section.project-top-slider {
   /* margin-top: 110px;*/
    padding-top: 80px;
}
.project-design {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.project-design-by {
    padding-bottom: 5px;
    background: #868686;
    border-radius: 5px;
    color: #000;
    padding: 5px 10px;
    line-height: normal;
}
a.html5lightbox.video-link {
    position: relative;
    display: inline-block;
    width: 100%;
}
a.html5lightbox.video-link::after {
       content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    top: 50%;
    left: 50%;
    z-index: 9;
    background-image: url(img/play-video.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
}
/***** 30 nov 2020 ********/

#menu-disclaimer a:hover {
    color: #5693c2;
}
div.captcha {
    padding: 10px;
    font-size: 14px;
    color: #7e7c7c;
}
.sidebar-contact div.captcha {
    color: #fff;
}
@media(max-width:1199px){

    .project-thumb-view {
        padding-bottom: 100%;
        height: auto;
    }

}
body .footer-bg .nap-footer a.phoneno {
	display: initial !important;
	background: url(/wp-content/uploads/2021/04/white-phone.png);
	background-size: 20px;
	background-repeat: no-repeat;
	padding-left: 30px;
}
div#wpcf7-f174-o1.wpcf7 .wpcf7-response-output {
    right: inherit;
    text-align: left;
}
.search-results .blog-loop-full .blog-btn {
    text-align: right;
    position: absolute;
    right: 40px;
    left: inherit;
}
.contact-page-details .email-contact a:hover, .contact-page-details .phone-contact a:hover {
    color: #5693c2!important;
}
form .captcha div:nth-of-type(1) {
	color: #6c757d !important;
	font-size: 14px;
	font-weight: 400;
}
.social-media a.social-icon:hover svg path {
    fill: #007bff;
}

@media(max-width:767px){
	.our-services .service-title {
    margin-bottom: 35px;}
}

.contact-form-wrap .btn-wrap:after{top: -34px;}
@media(min-width:992px) and (max-width:1199px){
	.main-slider-content .button{margin-top: 14px !important;}
	.video-slider .slick-arrow{bottom: -20px !important;}
	.main-slider-content {
		margin-bottom: 45px;}
}
@media(min-width:768px) and (max-width:1199px){
.inner-banner .banner-title {
	text-shadow: 0 0 5px #000;}
}