html,
body {
    height: 100%
}

body {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #848484;
    line-height: 26px;
    font-weight: 300;
}

a {}

button:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #252525;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    margin: 0;
}

h3 {
    font-size: 20px;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

a,
a:hover,
a:active,
a:focus {
    transition: all 0.5s ease 0s;
    text-decoration: none;
    outline: none;
    border: none;
    color: #222222;
}

img {
    max-width: 100%;
    height: auto;
}

i {
    font-style: normal;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

button {
    border: none;
    background: transparent;
}

.thm-btn {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    position: relative;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    display: inline-block;
    padding: 11px 30px 10px;
    text-align: center;
    z-index: 1;
    border-radius: 3px;
}

.thm-btn:before {
    background-color: #bb2d44;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0.5, 1);
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: -1;
    border-radius: 3px;
}

.bg-clr1 {
    background: #ec1922;
    color: #fff;
}

.thm-btn:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.bg-clr2 {
    background: transparent;
    color: #fff;
    position: relative;
}

.bg-clr2:before {
    background-color: #ec1922;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0.5, 1);
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: -1;
}

.bg-clr2:hover:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.sec-padding {
    padding: 80px 0;
}

.sec-title {
    margin-top: 14px;
    padding-bottom: 15px;
    position: relative;
    display: block;
}

.sec-title h1 {
    color: #252525;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 8px;
}

.sec-title .border {
    overflow: hidden;
    position: relative;
    background: #f4f4f4;
    height: 1px;
    width: 100%;
    display: block;
    margin: 20px 0 0;
}

.sec-title .border:before {
    position: absolute;
    top: ;
    left: 0;
    width: 80px;
    height: 1px;
    content: "";
    background: #ec1922;
}

.sec-title .border.center:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.boxed_wrapper {
    background: #fff none repeat scroll 0 0;
    min-width: 320px;
    overflow-x: hidden;
    width: 100%;
}


/*________________Preloader_______________ */

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    background-color: rgba(255, 255, 255, 1);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(img/preloader.gif);
}


/* Update Mainmenu area Style */

@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -150px;
    }
    50% {
        margin-top: -130px;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes menu_sticky {
    0% {
        margin-top: -150px;
    }
    50% {
        margin-top: -130px;
    }
    100% {
        margin-top: 0;
    }
}

.mainmenu-area.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 10000;
    background: #0d0e0f;
    z-index: 99999;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.mainmenu-area.stricky-fixed .main-menu .navigation>li>a {
    color: #fff;
}


/* Scroll To Top styles */

.scroll-to-top {
    background: transparent;
    border: 2px solid #ec1922;
    border-radius: 40px 40px 40px 40px;
    bottom: 25px;
    color: #ec1922;
    cursor: pointer;
    display: none;
    font-size: 30px;
    font-weight: normal;
    height: 70px;
    line-height: 60px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 45px;
    z-index: 99999;
    -webkit-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
    -moz-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
    box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
}

.scroll-to-top:hover {
    background: #ec1922;
    color: #222;
}


/*Form validation styles */

input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}


/* Post pagination styles */

.post-pagination li {
    display: inline-block;
    margin: 0 3px;
}

.post-pagination li a {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #f4f4f4;
    color: #222222;
    display: block;
    font-size: 18px;
    font-weight: 400;
    height: 55px;
    padding: 13px 0;
    transition: all 500ms ease 0s;
    width: 55px;
    border-radius: 3px;
}

.post-pagination li.active a,
.post-pagination li:hover a {
    background: #ec1922;
    color: #000;
    border: 2px solid #ec1922;
}


/* Overlay styles  */

.overlay-style-one {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.overlay-style-one .box {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay-style-one .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


/* Overlay styles two */

.overlay-style-two {
    position: absolute;
    left: 0px;
    bottom: -85%;
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    color: #ffffff;
    text-align: center;
    background: rgba(52, 82, 255, 0.90);
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.overlay-style-two .box {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay-style-two .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.review-box {}

.review-box ul {
    margin-left: -1px;
    margin-right: -1px;
}

.review-box ul li {
    display: inline-block;
    margin: 0 1px;
}

.review-box ul li i {
    color: #ec1922;
    font-size: 14px;
}

.top-bar-area {
    background: #fff;
    padding: 10px 0 16px;
    border-bottom: 1px dashed #ddd;
}

.top-bar-area .top-left {
    padding-left: 0px;
    position: relative;
}

.top-bar-area .top-left .our-office {
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
}

.top-bar-area .top-left ul {
    padding-left: 10px;
    overflow: hidden;
}

.top-bar-area .top-left ul li {
    color: #a3adb2;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 16px;
    padding-right: 30px;
    margin-top: 8px;
}

.top-bar-area .top-left ul li:last-child {
    padding-right: 0;
}

.top-bar-area .top-left ul li span:before {
    display: inline-block;
    float: left;
    color: blue;
    font-size: 14px;
    line-height: 14px;
    padding-right: 10px;
    text-underline-position: unset;
}

.top-bar-area .top-right {
    float: right;
}

.top-bar-area .top-right .social-links {
    overflow: hidden;
    margin-top: 8px;
}

.top-bar-area .top-right .social-links li {
    display: inline-block;
    float: left;
    margin: 0px 0px 0px 25px;
    line-height: 16px;
}

.top-bar-area .top-right .social-links li:first-child {
    margin: 0px;
}

.top-bar-area .top-right .social-links li a i {
    color: #a3adb2;
    font-size: 14px;
    transition: all 500ms ease;
}

.top-bar-area .top-right .social-links li a:hover i {
    color: blue;
    text-underline-position: unset;
}
.header-area {
    background: #fff;
    padding: 21px 0;
}

.header-area .logo {}

.header-area .header-right {}

.header-area .header-right ul {
    overflow: hidden;
    display: inline-block;
    float: left;
    margin: 3px 0 2px;
}

.header-area .header-right ul li {
    display: inline-block;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    border-right: 1px solid #2e3234;
}

.header-area .header-right ul li:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.header-area .header-right ul li .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 25px;
    line-height: 35px;
    padding: 10px 0;
}

.header-area .header-right ul li .icon-holder span:before {
    color: #ec1922;
    font-size: 10px;
}

.header-area .header-right ul li .text-holder {}

.header-area .header-right ul li .text-holder h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 0px;
}

.header-area .header-right ul li .text-holder span {
    color: #999999;
    font-size: 16px;
    font-weight: 300;
}

.header-area .header-right .download-button {
    display: inline-block;
    float: right;
    margin: 4px 0;
}

.header-area .header-right .download-button a {
    color:white;
    background: rgb(22, 22, 187);
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding-right: 25px;
    border-radius: 3px;
    transition: all 500ms ease;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.header-area .header-right .download-button a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background:grey;
    content: "";
    transition: all 900ms ease;
    z-index: -1;
}

.header-area .header-right .download-button a:hover:before {
    width: 100%;
    transition: all 700ms ease;
}

.header-area .header-right .download-button a span:before {
    background: grey;
    display: inline-block;
    padding: 13px 10px 14px;
    margin-right: 15px;
    font-size: 16px;
    border-radius: 3px 0px 0 3px;
}
.mainmenu-area {
    position: relative;
    z-index: 999999;
    background: rgb(81, 81, 155);
}

.main-menu {
    float: left;
    position: relative;
}

.main-menu .navbar-collapse {
    padding: 0px
}

.main-menu .navigation {
    float: left;
    margin: 0;
    position: relative;
}

.main-menu .navigation li {
    display: inline-block;
    float: left;
}

.main-menu .navigation li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    opacity: 1;
    padding: 27px 15px 28px;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
    font-family: 'Rubik', sans-serif;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    color:black;
}

.main-menu .navigation>li.dropdown>a {}

.main-menu .navigation>li.dropdown>a:after {}

.main-menu .navigation>li>a:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0%;
    height: 5px;
    background: black;
    content: "";
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li:hover a:before,
.main-menu .navigation>li.current a:before {
    width: 100%;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 130%;
    width: 250px;
    padding: 0px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    background: rgb(70, 70, 112);
    transition: all 500ms ease;
}

.main-menu .navigation>li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation>li>ul>li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li>a {
    width: 100%;
    display: block;
    background: none;
    padding: 6px 20px 14px 20px;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    text-decoration: none;
    display: block;
    float: none;
    text-transform: capitalize;
    position: relative;
    transition: all 500ms ease;
    font-family: 'Rubik', sans-serif;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #eabb06;
    background-color:grey;
    padding-left: 45px;
}

.main-menu .navigation>li>ul li:hover a:before {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}


/* Third Level  */

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 250px;
    top: 130%;
    width: 250px;
    padding: 0px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    background: rgb(30, 30, 95);
    transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:hover>ul {
    top: 1%;
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation>li>ul>li>ul>li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    width: 100%;
    display: block;
    background: none;
    padding: 6px 20px 14px 20px;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    text-decoration: none;
    display: block;
    float: none;
    text-transform: capitalize;
    position: relative;
    transition: all 500ms ease;
    font-family: 'Rubik', sans-serif;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #fdc900;
    background-color:grey;
    padding-left: 45px;
}

.main-menu .navigation>li>ul>li>ul li:hover a:before {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {}

.main-menu .navigation>li>ul>li>ul {}

.main-menu .navigation>li>ul li:hover ul {}

.main-menu .navigation>li>ul>li ul li {}

.main-menu .navigation>li>ul>li ul li:first-child {}

.main-menu .navigation>li>ul>li ul li a {}

.main-menu .navigation>li>ul>li>ul>li:hover>a {}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    background: url(img/submenu-icon.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
}

.mainmenu-right-box {
    width: 280px;
    position: relative;
}

.mainmenu-right-box .quote-button {
    margin: 15px 0;
    width: 170px;
}

.mainmenu-right-box .quote-button a {
    background: #fff;
    display: inline-block;
    width: 170px;
    height: 45px;
    border: 1px dashed #d9d9d9;
    text-align: center;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 44px;
    transition: all 500ms ease;
}

.mainmenu-right-box .quote-button a i {
    color: #ec1922;
    font-size: 14px;
    display: inline-block;
    padding-right: 10px;
}

.mainmenu-area .quote-button a:hover {
    background: #222628;
    color: #fff;
}

.mainmenu-right-box .quote-button,
.mainmenu-right-box .search-option {
    display: table-cell;
    vertical-align: middle;
}

.search-option {
    padding-left: 35px;
}

.outer-search-box {}

.outer-search-box .seach-toggle {
    background: #ec1922;
    border: 2px solid #ec1922;
    color: #222222;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 70px;
    margin: 0;
    position: relative;
    text-align: center;
    transition: all 500ms ease;
    width: 75px;
    height: 75px;
}

.outer-search-box .seach-toggle:hover,
.outer-search-box .seach-toggle.active {
    background: #222628;
    color: #fff;
}

.search-box {
    background: #ec1922;
    border-top: 2px solid #c8181f;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: 0px;
    top: 150%;
    transition: all 500ms ease 0s;
    visibility: hidden;
}

.search-box.now-visible {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.search-box .form-group {
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-width: 250px;
}

.search-box .form-group input[type="search"] {
    background: #f4f4f4;
    border: 1px solid #222;
    color: #000000;
    display: block;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 50px;
}

.search-box .form-group input[type="search"]:focus {
    border-color: #c8181f;
}

.search-box .form-group button,
.search-box .form-group input[type="submit"] {
    background: #222;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    transition: all 500ms ease 0s;
}

.search-box .form-group button:hover,
.search-box .form-group input:focus+button {
    color: #fff;
    background: blue;
}
.welcome-area {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}

.welcome-area .welcome-content {}

.welcome-area .welcome-content .title {
    width: 300px;
    border-right: 2px solid blue;
    text-align: right;
    padding-right: 30px;
    padding-top: 12px;
    padding-bottom: 18px;
}

.welcome-area .welcome-content .title h1 {
    font-size: 36px;
    line-height: 40px;
}

.welcome-area .welcome-content .title h1 span {
    color:blue;
}

.welcome-area .welcome-content .title,
.welcome-area .welcome-content .text {
    display: table-cell;
    vertical-align: middle;
}

.welcome-area .welcome-content .text {
    padding-left: 30px;
}

.welcome-area .welcome-content .text p {
    margin: 0;
}
.solution-area {
    padding-top: 80px;
    padding-bottom: 80px;
}

.single-solution-item {
    margin-bottom: 60px;
}

.single-solution-item .title-holder {
    margin-bottom: 30px;
}

.single-solution-item .title-holder h3 {
    font-size: 24px;
    margin: 0 0 5px;
}

.single-solution-item .title-holder p {
    color: #999999;
    margin: 0 0 17px;
}

.single-solution-item .title-holder .border {
    background:blue;
    height: 5px;
    width: 60px;
    display: block;
}

.single-solution-item .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}

.single-solution-item .img-holder img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.single-solution-item:hover .img-holder img {
    transform: scale(1, 1);
}

.single-solution-item:hover .img-holder .overlay-style-one {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.single-solution-item .img-holder .overlay-style-one .box {}

.single-solution-item .img-holder .overlay-style-one .box .content {
    text-align: left;
    vertical-align: bottom;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.single-solution-item .img-holder .overlay-style-one .box .content a {
    background: blue;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    padding: 6px 15px 4px;
    border-radius: 3px;
    border: 2px solid blue;
}

.single-solution-item .img-holder .overlay-style-one .box .content a:hover {
    background: #292d2f;
    color: #fff;
}

.single-solution-item .img-holder .icon-holder {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #ec1922;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 3px;
    transition: all 900ms ease;
    transform: translate3d(0px, 0px, 0px);
}

.single-solution-item:hover .img-holder .icon-holder {
    transform: translate3d(0px, 80px, 0px);
}

.single-solution-item .img-holder .icon-holder span:before {
    color: #222222;
    font-size: 25px;
    line-height: 25px;
    display: block;
    padding: 10px 0;
}

.single-solution-item .text-holder {
    border: 1px solid #f4f4f4;
    display: block;
    padding: 23px 20px 21px;
}

.single-solution-item .text-holder p {
    margin: 0;
}

.solution-area .solution-botton {
    border-top: 1px solid #f4f4f4;
    padding-top: 40px;
}

.solution-area .solution-botton .single-item {
    width: 100%;
}

.solution-area .solution-botton .single-item .img-holder {
    width: 120px;
    position: relative;
}

.solution-area .solution-botton .single-item .img-holder,
.solution-area .solution-botton .single-item .text-holder {
    display: table-cell;
    vertical-align: middle;
}

.solution-area .solution-botton .single-item .text-holder {
    padding-left: 20px;
    border: 1px solid #f4f4f4;
    padding-right: 20px;
}

.solution-area .solution-botton .single-item .text-holder h3 {
    margin: 0 0 7px;
}

.solution-area .solution-botton .single-item .text-holder p {
    color: #999999;
    margin: 0 0 8px;
}

.solution-area .solution-botton .single-item .text-holder a {
    color:blue;
    font-size: 16px;
    font-weight: 400;
}

.solution-area .solution-botton .single-item .text-holder a span:before {
    display: inline-block;
    padding-right: 6px;
    font-size: 15px;
    line-height: 15px;
    transition: all 500ms ease;
}

.solution-area .solution-botton .single-item:hover .text-holder a span:before {}
.latest-project-area {
    background: #222628;
    padding-top: 80px;
    padding-bottom: 80px;
}

.latest-project-area .top {
    overflow: hidden;
}

.latest-project-area .top .sec-title h1 {
    color: #ffffff;
}

.latest-project-area .top .sec-title .border {
    background: #303335;
}

.latest-project-area .project-filter {}

.latest-project-area .project-filter li {
    display: inline-block;
    float: left;
}

.latest-project-area .project-filter li span {
    color: #a3adb2;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
    font-family: 'Rubik', sans-serif;
}

.latest-project-area .project-filter li span::after {
    color: #474a4c;
    content: "/";
    display: inline-block;
    margin: 0 20px 0 20px;
}

.latest-project-area .project-filter li:last-child span:after {
    content: "";
    margin: 0;
}

.latest-project-area .project-filter li.active span,
.latest-project-area .project-filter li:hover span {
    color: #ec1922;
}

.single-project-item {
    position: relative;
    overflow: hidden;
    display: block;
}

.single-project-item .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}

.single-project-item .img-holder img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 180px;
    border: solid 1px #fff;
}

.single-project-item:hover .img-holder img {
    transform: scale(1, 1);
}

.single-project-item:hover .img-holder .overlay-style-one {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.single-project-item .img-holder .overlay-style-one .box .content a {
    opacity: 1;
    border: 1px solid #ec1922;
    background: #ec1922;
    display: inline-block;
    border-radius: 3px;
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    transition: all 500ms ease;
    padding: 4px 15px 4px;
}

.single-project-item .img-holder .overlay-style-one .box .content a:hover {
    background: #222628;
    color: #fff;
}

.single-project-item .img-holder .overlay-style-one .box .content .text-holder {
    position: absolute;
    bottom: 10px;
    left: 20px;
    text-align: left;
}

.single-project-item .img-holder .overlay-style-one .box .content .text-holder h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 2px;
}

.single-project-item .img-holder .overlay-style-one .box .content .text-holder p {
    color: #ec1922;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    margin: 0;
}
.footer-area {
    background: #222628;
    padding-bottom: 70px;
}

.footer-contact-info {
    background: #292d2f;
    width: 100%;
    margin-bottom: 70px;
}

.footer-contact-info li {
    width: 33%;
    display: inline-block;
    border-right: 1px solid #363636;
    padding: 30px 0 30px;
    padding-left: 15px;
    color: #a3adb2;
    font-size: 14px;
    font-weight: 300;
    padding-right: 15px;
}

.footer-contact-info li:last-child {
    border-right: 0px solid #363636;
}

.footer-contact-info li span:before {
    color: #ec1922;
    font-size: 14px;
    display: inline-block;
    padding-right: 20px;
    position: relative;
    top: 3px;
}

.footer-contact-info li b {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.single-footer-widget .title {
    padding-bottom: 30px;
    margin-top: -2px;
}

.single-footer-widget .title h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.single-footer-widget .about-us {
    overflow: hidden;
    margin-top: -10px;
}

.single-footer-widget .about-us p {
    color: #a3adb2;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.single-footer-widget .about-us .footer-social-links {
    overflow: hidden;
    margin-top: 12px;
    border-top: 1px solid #292d2f;
    padding-top: 20px;
}

.single-footer-widget .about-us .footer-social-links li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.single-footer-widget .about-us .footer-social-links li:last-child {
    margin-right: 0;
}

.single-footer-widget .about-us .footer-social-links li a i {
    height: 40px;
    width: 40px;
    border: 2px solid #303335;
    display: block;
    border-radius: 50%;
    color: #999999;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    transition: all 500ms ease;
}

.single-footer-widget .about-us .footer-social-links li a:hover i {
    background:blue;
    color: #222;
    border-color:  blue;
}

.single-footer-widget .usefull-links {
    overflow: hidden;
    margin-top: -10px;
}

.single-footer-widget .usefull-links li {
    margin-bottom: 15px;
}

.single-footer-widget .usefull-links li:last-child {
    margin-bottom: 0px;
}

.single-footer-widget .usefull-links li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .usefull-links li a {
    color: #a3adb2;
    font-size: 16px;
    font-weight: 300;
    transition: all 500ms ease;
}

.single-footer-widget .usefull-links li a i {
    display: inline-block;
    padding-right: 9px;
}

.single-footer-widget .usefull-links li a:hover {
    color: #f7f7f7;
}

.single-footer-widget .usefull-links li a:hover i {
    color:blue;
}

.single-footer-widget .recent-post {
    margin-top: -10px;
}

.single-footer-widget .recent-post .single-post {
    padding-left: 30px;
    position: relative;
    margin-bottom: 19px;
    border-bottom: 1px solid #292d2f;
    padding-bottom: 16px;
}

.single-footer-widget .recent-post .single-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.single-footer-widget .recent-post .single-post .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
}

.single-footer-widget .recent-post .single-post .icon-holder span:before {
    transition: all 0.5s ease 0s;
    color:blue;
    font-size: 16px;
}

.single-footer-widget .recent-post .single-post .text-holder {
    padding-left: 0px;
    position: relative;
}

.single-footer-widget .recent-post .single-post .text-holder a.post-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    transition: all 500ms ease;
}

.single-footer-widget .recent-post .single-post .text-holder a.post-title:hover {
    color: blue;
}

.single-footer-widget .recent-post .single-post .text-holder .post-info {
    overflow: hidden;
    margin: 5px 0 0;
}

.single-footer-widget .recent-post .single-post .text-holder .post-info span {
    color: #a3adb2;
    font-size: 14px;
    font-weight: 400;
}

.single-footer-widget.newsletter {
    background: #292d2f;
    overflow: hidden;
    display: block;
    padding: 30px 20px 30px;
}

.single-footer-widget.newsletter .newsletter-form p {
    color: #a3adb2;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    margin-top: -10px;
}

.single-footer-widget.newsletter .newsletter-form form {
    position: relative;
    margin-top: 22px;
}

.single-footer-widget.newsletter .newsletter-form form input[type=email] {
    background: #2f3234;
    border: 1px solid #343638;
    color: #999999;
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    height: 45px;
    padding-left: 15px;
    padding-right: 40px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
    border-radius: 2px;
}

.single-footer-widget.newsletter .newsletter-form form .icon-holder {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 45px;
    text-align: center;
}

.single-footer-widget.newsletter .newsletter-form form .icon-holder span:before {
    color: #999999;
    font-size: 18px;
    line-height: 45px;
}

.single-footer-widget.newsletter .newsletter-form form button,
.single-footer-widget.newsletter .newsletter-form form input[type=submit] {
    margin-top: 10px;
    background:blue;
    color: #222222;
    display: block;
    height: 45px;
    width: 100%;
    text-align: center;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 2px;
    border: 2px solid blue;
    padding: 0;
    line-height: 40px;
}

.single-footer-widget.newsletter .newsletter-form form input[type=email]:focus {
    border: 1px solid blue;
    background: #fff;
    color: #222;
}

.single-footer-widget.newsletter .newsletter-form form input[type=email]:focus+button,
.single-footer-widget.newsletter .newsletter-form form input[type=submit]:hover,
.single-footer-widget.newsletter .newsletter-form form button:hover {
    background:blue none repeat scroll 0 0;
    color: #444;
    border-color: #fff;
}

.single-footer-widget.marginlft {
   margin-left: 30px;
}


.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: blue;
  }
  .carousel-indicators li {
    border-color:blue;
  }
  .carousel-indicators li.active {
    background-color: blue;
  }
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  .panel {
    border: 1px solid blue;

    .overlay {
        height: 100%;
        width: 100%;
        display: none;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0, 0.9); /* Black with a little bit see-through */
      }
      
      /* The content */
      .overlay-content {
        position: relative;
        top: 46%;
        width: 80%;
        text-align: center;
        margin-top: 30px;
        margin: auto;
      }
      
      /* Close button */
      .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
        cursor: pointer;
        color: white;
      }
      
      .overlay .closebtn:hover {
        color: #ccc;
      }
      
      /* Style the search field */
      .overlay input[type=text] {
        padding: 15px;
        font-size: 17px;
        border: none;
        float: left;
        width: 80%;
        background: white;
      }
      
      .overlay input[type=text]:hover {
        background: #f1f1f1;
      }
      
      /* Style the submit button */
      .overlay button {
        float: left;
        width: 20%;
        padding: 15px;
        background: #ddd;
        font-size: 17px;
        border: none;
        cursor: pointer;
      }
      
      .overlay button:hover {
        background: #bbb;
      }
      

      {
        box-sizing: border-box;
      }
      
      input[type=text], select, textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        resize: vertical;
      }
      
      label {
        padding: 12px 12px 12px 0;
        display: inline-block;
      }
      
      input[type=submit] {
        background-color: #4CAF50;
        color: white;
        padding: 12px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        float: right;
      }
      
      input[type=submit]:hover {
        background-color: #45a049;
      }
      
      .container {
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 20px;
      }
      
      .col-25 {
        float: left;
        width: 25%;
        margin-top: 6px;
      }
      
      .col-75 {
        float: left;
        width: 75%;
        margin-top: 6px;
      }
      
      /* Clear floats after the columns */
      .row:after {
        content: "";
        display: table;
        clear: both;
      }
      
      /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
      @media screen and (max-width: 600px) {
        .col-25, .col-75, input[type=submit] {
          width: 100%;
          margin-top: 0;
        }
      }


  


      