/*
Theme Name: 100% PURE DESIGN - Marketing Agency in Port Vila
Author: techpenta
*/

/* 1. Theme default css */

body {
    font-family: 'Roboto', sans-serif;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
.f-left {
    float: left
}
.f-right {
    float: right
}
.alignleft {
    float: left;
    margin-right: 20px;
}
.alignright {
    float: right;
    margin-left: 20px;
}
.aligncenter {
    clear: both;
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.clear {
    clear: both;
}
.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.fix {
    overflow: hidden
}
a, .button, button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a:focus, .button:focus {
    text-decoration: none;
    outline: none;
}
button {
    cursor: pointer
}
a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
    color: #ee1b24;
    text-decoration: none;
}
a, button {
    color: #ee1b24;
    outline: medium none;
}
input:focus, textarea:focus, :focus {
    outline: 0
}
button:focus {
    outline: 0 none;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #333333;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}
h1 {
    font-size: 40px;
    font-weight: 500;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none
}
p {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
    color: #777777;
    margin-bottom: 15px;
}
hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
 *::-moz-selection {
 background: #d6b161;
 color: #fff;
 text-shadow: none;
}

::-moz-selection {
 background: #444;
 color: #fff;
 text-shadow: none;
}
::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}
 *::-moz-placeholder {
 color: #555555;
 font-size: 14px;
 opacity: 1;
}
 *::placeholder {
 color: #555555;
 font-size: 14px;
 opacity: 1;
}
.btn {
    -moz-user-select: none;
    background: #2f3440 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: pt sans;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.1;
    padding: 20px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    border: 0;
}
.btn:hover {
    color: #fbba42
}
.btn:hover:before {
    width: 100%;
    color: #444
}
.btn.brand-btn {
    background: #fbba42;
    color: #222
}
.btn.brand-btn:hover {
    background: #2f3440;
    color: #fbba42
}
.btn.btn-2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fbba42;
    line-height: 1;
    padding: 17px 35px;
}
.btn.btn-2:hover {
    border-color: #2f3440
}
.btn i {
}
/* scrollUp */

#scrollUp {
    background: #444;
    height: 35px;
    width: 35px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    /*border-radius: 50%;*/

    font-size: 0;
    line-height: 34px;
}
#scrollUp::before {
    font-size: 16px;
    content: "\f077";
    font-family: "Font Awesome 5 Free";
}
#scrollUp:hover {
    background: #ee1b24;
}
/* 



  2. header 



*/



.scroll-header {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #ccc none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.main-menu-area.scroll-header {
    background: #eee none repeat scroll 0 0;
}
.main-menu-area.scroll-header .header-upper {
    background-color: #eee;
    padding: 0;
}
.scroll-header .main-menu ul li > a {
    padding: 40px 25px;
}
.scroll-header .header-top {
    display: none;
}
.header-menu {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 999;
    top: 0;
}
.top-left li {
    color: #fff;
    display: inline-block;
    margin-right: 64px;
}
.top-left li i {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    color: #fff;
    background: #ee1b24;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.top-left li i:hover {
    color: #ee1b24;
    background: #fff;
}
.top-left li a {
    color: #fff;
}
.top-left li:last-child {
    margin-right: 0;
}
.social-style-one {
    display: inline-block;
}
.social-style-one a {
    margin: 0 3px;
    width: 35px;
    height: 35px;
    font-size: 13px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    background: #ee1b24;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.social-style-one a:hover {
    color: #ee1b24;
    background: #fff;
}
.social-style-one a:first-child {
    margin-left: 0;
}
.social-style-one a i {
}
.header-top {
    background-color: #0d0c0f;
    position: relative;
    overflow: hidden;
}
.top-inner {
    padding: 6px 0;
}
.shape-left {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
}
.shape-left:before {
    position: absolute;
    content: '';
    top: 0;
    left: -14%;
    width: 22%;
    height: 100%;
    background: #ee1b24;
    z-index: 1;
    clip-path: polygon(calc(100% - 10px) 0, calc(100% - 60px) 100%, 60px 100%, 10px 0);
}
.shape-left:after {
    position: absolute;
    content: '';
    top: 0;
    left: -14%;
    width: 22%;
    height: 100%;
    background: rgba(238, 27, 38, 0.5);
    z-index: 2;
    clip-path: polygon(100% 0, calc(100% - 50px) 100%, 50px 100%, 0 0);
}
.shape-right {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    right: 0;
}
.shape-right:before {
    position: absolute;
    content: '';
    top: 0;
    right: -14%;
    width: 22%;
    height: 100%;
    background: #ee1b24;
    z-index: 1;
    clip-path: polygon(calc(100% - 10px) 0, calc(100% - 60px) 100%, 60px 100%, 10px 0);
}
.shape-right:after {
    position: absolute;
    content: '';
    top: 0;
    right: -14%;
    width: 22%;
    height: 100%;
    background: rgba(238, 27, 38, 0.5);
    z-index: 2;
    clip-path: polygon(100% 0, calc(100% - 50px) 100%, 50px 100%, 0 0);
}
.header-upper {
    background-color: #fff;
}
.menu-number {
    font-size: 15px;
}
.menu-number i {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    margin-right: 15px;
    border-radius: 10px;
    background: rgba(238, 27, 38, 0.2);
    color: #ee1b24;
    float: left;
    font-size: 32px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    min-height: inherit;
}
.menu-number a {
    font-weight: 700;
    color: #2d2d2d;
    margin-right: 5px;
    padding-right: 5px;
    display: block;
}
.menu-number a:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.main-menu-area.scroll-header .logo img {
    max-width: 80px;
    height: auto;
}
.main-menu-area {
    background: #f8f8f8 none repeat scroll 0 0;
}
.main-menu ul {
}
.main-menu ul li {
    display: inline-block;
    position: relative;
}
.main-menu ul li:hover {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.main-menu ul li > a {
    color: #343434;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 600;
    padding: 59px 25px;
    text-transform: uppercase;
}
.main-menu ul li:hover > a {
    color: #ee1b24;
}
.main-menu ul li.current-menu-item > a {
    color: #ee1b24;
}
.main-menu ul li a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
}
.main-menu ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #ee1b24;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.main-menu ul li a:hover:before {
    right: 0;
}
.main-menu ul li ul.sub-menu {
    background: #222;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 9;
}
.main-menu ul li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 102%;
}
.main-menu ul li ul.sub-menu li {
    border-bottom: 1px solid rgba(255,255,255,.1);
    display: block;
    margin: 0;
}
.main-menu ul li ul.sub-menu li:last-child {
    border: 0;
}
.main-menu ul li ul.sub-menu li a {
    color: #fff;
    display: block;
    padding: 15px 10px;
    text-align: left;
    font-size: 13px;
    text-transform: inherit;
    font-weight: 400;
}
.main-menu ul li ul.sub-menu li a:before {
    display: none;
}
.main-menu ul li ul.sub-menu li:hover > a {
    color: #fff;
    background-color: #ee1b24;
}
.main-menu ul li ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: 0;
}
/* 





3. slider 





*/

 

.slider-area {
    margin-top: 190px;
}
.single-slider {
    background-position: center center;
    background-size: cover;
    height: 100vh;
    align-items: center;
    display: flex;
    position: relative;
}
.single-slider::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider-content {
    position: relative;
}
.slider-content h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 30px;
}
.slider-content h2 span {
    color: #ee1b24;
}
.slider-content > a {
    background-color: #ee1b24;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 50px;
    padding: 13px 50px;
    position: relative;
    text-transform: capitalize;
    transform: perspective(1px) translateZ(0px);
    transition: 0.5s;
    vertical-align: middle;
    border-radius: 15px;
}
.slider-content a i {
    font-size: 11px;
    padding-left: 10px;
    transition: 0.5s;
}
.slider-content a i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.slider-content a:hover i {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.slider-content > a:hover, .slider-content2 > a:hover {
    color: #fff;
}
.slider-active .slick-arrow:hover {
    color: #fff;
    background-color: #f33b43;
}
.slider-active .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
}
.slider-active .slick-dots li {
    display: inline-block;
    margin-right: 10px;
    color: #FF9010;
}
.slider-active .slick-dots li:last-child {
    margin-right: 0;
}
.slider-active .slick-dots li button {
    background: #fff;
    border: 0;
    text-indent: -99999999999px;
    padding: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.slider-active .slick-dots li.slick-active button {
    background-color: #ee1b24;
}
.slider-active-2 .slick-dots li.slick-active button {
    border: 1px solid #FF9010;
}
.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: 0;
    border: 0;
    text-transform: uppercase;
    padding: 0;
    font-weight: 700;
    color: #fff;
    visibility: visible;
    transition: .4s;
    background-color: #ee1b24;
    font-size: 0;
    width: 40px;
    height: 40px;
}
.slider-area:hover .slider-active .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.slider-active .slick-arrow:hover::before {
    width: 30px;
}
.slider-active .slick-next {
    right: 40px;
}
.slider-active .slick-prev {
    z-index: 1;
    left: 40px;
}
.slider-active .slick-next::before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 20px;
}
 .slider-active .slick-next::before:hover {
 color: red;
}
.slider-active .slick-prev::before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 20px;
}
.slider-active-2 .slick-prev::before {
    display: none;
}
.slider-active-2 .slick-next::before {
}
.slider-active-2 .slick-dots li button {
    background: 0;
    border: 1px solid #fff;
}
/*





 4. about-area 





*/

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

/**************** 05. About Us Section  *************** */

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

.about-image {
    max-width: 500px;
    padding: 50px;
    position: relative;
}
/*.about-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 192px;
    height: 192px;
    border-radius: 50%;
    z-index: -1;
    background: #ee1b24;
}
.about-image:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 36px;
    width: 191px;
    height: 191px;
    z-index: -1;
    background: #292929;
    clip-path: polygon(100% 100%, 0 100%, 0 0);
}
.about-image img {
    border-radius: 100px 0 0 0;
    clip-path: polygon(100% 0, 100% 100%, 110px 100%, 0 calc(100% - 110px), 0 0);
}*/



/*Custom Animation*/

@-webkit-keyframes fadeInBottomLeft {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-100px, 100px, 0);
 transform: translate3d(-100px, 100px, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
}
}
 @keyframes fadeInBottomLeft {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-100px, 100px, 0);
 transform: translate3d(-100px, 100px, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
}
}
.fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft;
}
.about-border {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 8px;
    height: 38%;
    background: #EFEFEF;
}
.about-content p {
    color: #3B3B3B;
    margin-bottom: 25px;
}
.section-title h1 span {
    color: #ee1b24;
}
.about-content > i {
    font-weight: 500;
    margin-bottom: 40px;
    display: inline-block;
    color: #2d2d2d;
}
.about-content .theme-btn {
    padding: 20px 45px;
    margin: 0;
}
.about-content .theme-btn i {
    padding-left: 25px;
}
.theme-btn {
    background-color: #ee1b24;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 50px !important;
    padding: 13px 50px;
    position: relative;
    text-transform: capitalize;
    transform: perspective(1px) translateZ(0px);
    transition: 0.5s;
    vertical-align: middle;
    border-radius: 15px;
}
.theme-btn i {
    font-size: 11px;
    padding-left: 10px;
    transition: 0.5s;
}
.theme-btn i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.theme-btn:hover i {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.theme-btn:hover {
    color: #fff;
}
/****************************************************** */

/****************** 08. Cases Section  **************** */

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

.bg-black {
    background: #292929;
}
.cases-section {
    position: relative;
}
.cases-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: rgba(238, 27, 38, 0.15);
    clip-path: polygon(100% 0, 0 100%, 0 0);
}
.cases-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 265px;
    height: 265px;
    background: #ee1b24;
    clip-path: polygon(100% 0, 0 100%, 0 0);
}
.cases-section .section-title {
    position: relative;
    z-index: 1;
}
.cases-section .section-title h3 {
    margin-bottom: 30px;
}
.section-title h3 {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    color: #ee1b24;
}
.cases-section .section-title p {
    color: #BFBFBF;
}
.cases-section .owl-nav {
    margin: 0 auto;
    padding: 10px;
    position: relative;
    text-align: center;
    background-color: rgba(255, 255, 255, .02);
}
.case-item {
    padding: 0 15px;
}
.case-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.case-image:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0px;
    height: 0px;
    background: #ee1b24;
    clip-path: polygon(100% 100%, 0 100%, 0 0);
    -webkit-transition: .5s;
    transition: .5s;
}
.case-image:hover:before {
    width: 240px;
    height: 240px;
}
.case-image a {
    position: absolute;
    bottom: -57px;
    left: -65px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: #ffffff;
    border-radius: 15px;
    color: #2d2d2d;
    -webkit-transition: .5s;
    transition: .5s;
}
.case-image:hover a {
    left: 40px;
    bottom: 32px;
}
.case-content {
}
.case-content span {
    color: #ee1b24;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
    letter-spacing: 0.56px;
}
.case-content p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}
.cases-section .owl-nav .owl-prev, .cases-section .owl-nav .owl-next {
    background: #ee1b24;
    width: 65px;
    height: 65px;
    line-height: 65px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 0;
}
.cases-section .owl-nav .owl-prev:before {
    content: "\f100";
    font-family: 'FontAwesome';
    font-size: 18px;
    font-weight: 600;
}
.cases-section .owl-nav .owl-next:before {
    content: "\f101";
    font-family: 'FontAwesome';
    font-size: 18px;
    font-weight: 600;
}
.cases-section .owl-nav .owl-prev {
    margin-right: 10px;
}
.case-wrap .case-next {
}
.cases-section .owl-nav .owl-prev:hover, .cases-section .owl-nav .owl-next:hover, .cases-section .owl-nav .owl-prev:focus, .cases-section .owl-nav .owl-next:focus {
    color: #ee1b24;
    background: #fff;
}
.portfolio-item {
    padding: 0 20px;
}
.portfolio-item .item-image {
    position: relative;
    text-align: center;
}
.portfolio-item .item-image:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(transparent, #ee1b24);
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.portfolio-item:hover .item-image:before {
    height: 85%;
}
.portfolio-item .item-image img {
    width: 100%;
}
#gallery-area {
    padding: 0 30px;
}
#gallery-sec .owl-carousel .owl-nav .owl-prev {
    left: 10px;
}
#gallery-sec .owl-carousel .owl-nav .owl-next, #gallery-sec .owl-carousel .owl-nav .owl-prev {
    background-color: #ee1b24;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-align: center;
    position: absolute;
    top: 40%;
}
#gallery-sec .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}
#gallery-sec .owl-carousel .owl-nav .owl-next {
    right: 10px;
}
#gallery-sec .owl-carousel .owl-nav .owl-next::before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}
/****************************************************** */

/************ Call To Action Section  ************* */

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

.bg-red {
    background-color: #ee1b24;
}
.cta-section .cta-text h3 {
    font-size: 45px;
    color: #ffffff;
    line-height: 1.57;
    margin: 0 auto;
}
.cta-section .cta-btn {
    text-align: right;
}
.cta-section .cta-btn .theme-btn {
    background: #292929;
    padding: 20px 57px;
    margin: 0;
}
/****************************************************** */

/************ clients  ************* */

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

#our-customers {
    padding: 0 50px;
}
#clients-holder .owl-carousel .owl-nav .owl-prev {
    left: 0;
}
#clients-holder .owl-carousel .owl-nav .owl-next, #clients-holder .owl-carousel .owl-nav .owl-prev {
    background-color: transparent;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-align: center;
    position: absolute;
    top: 40%;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #ccc;
}
#clients-holder .owl-carousel .owl-nav .owl-next:hover, #clients-holder .owl-carousel .owl-nav .owl-prev:hover {
    border: 1px solid #ee1b24;
    color: #ee1b24;
}
#clients-holder .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 40px;
}
#clients-holder .owl-carousel .owl-nav .owl-next {
    right: 0;
}
#clients-holder .owl-carousel .owl-nav .owl-next::before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 40px;
}
.client-logo {
    border: 1px solid #eee;
    padding: 10px;
}
#clients-holder .item {
    padding: 0 10px;
}
.map .flat-action {
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
}
.map {
    position: relative;
    margin-top: 140px;
}
/*

 



      10.footer





 */

footer {
    background-color: #1b1b1b;
}
/* Flat Socails 

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

.flat-socails ul li {
    display: inline-block;
}
/* Footer */

.flat-socails {
    position: relative;
}
.flat-socails ul {

	text-align: center;
	margin: 0 auto;
}
.flat-socails ul li {
	display: inline-block;
	padding: 0 20px;
	position: relative;
	z-index: 2;
	background-color: #1b1b1b;
}
.flat-socails::before, .flat-socails::after {
	content: "";
	height: 1px;
	background: #363636;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.flat-socails:before {
    left: 0;
}
.flat-socails:after {
    right: 0;
}
.flat-socails ul li a {
    background: #363636;
    color: #fff;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.flat-socails ul li a {
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.flat-socails ul li a:hover {
    background: #ee1b24;
}
.iconbox {
    padding: 0 50px;
    position: relative;
}
.iconbox .iconbox-icon {
    width: 50px;
    height: 54px;
    padding: 17px 14px;
    background: #ee1b24;
    position: relative;
    margin: 0 auto 39px;
}
.iconbox .iconbox-icon i {
    color: #fff;
    font-size: 24px;
}
.iconbox .iconbox-icon::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 15px solid #ee1b24;
    position: absolute;
    left: 0;
    bottom: -15px;
}
.iconbox .iconbox-content a {
    color: #6a6a6a;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
.iconbox .iconbox-content a p {
    color: #6a6a6a;
    transition: all 0.3s ease-in-out;
}
.iconbox .iconbox-content a p:hover {
    color: #ee1b24;
}
.iconbox .iconbox-content a:hover {
    color: #ee1b24;
}
.footer-title {
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.iconbox .iconbox-content a p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto;
}
.copyright {
    border-top: 1px solid #2b2b2b;
}
.copyright p {
    color: #808080;
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 24px;
}
/****************************************************** */

/************** 03. Page Banner Section  ************** */

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

.page-banner {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    padding: 100px 0;
}
.page-banner.overlay:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: calc(50% + 120px);
    height: 100%;
    background: rgba(238, 27, 38, 0.8);
    clip-path: polygon(calc(100% - 320px) 0, 100% 100%, 0 100%, 0 0);
}
.page-banner .banner-inner {
    position: relative;
    z-index: 99;
}
.page-banner .banner-inner h2 {
    color: #ffffff;
    font-size: 75px;
    line-height: 1.1;
    margin-bottom: 15px;
}
.banner-inner .breadcrumb {
    padding-left: 0;
    background-color: transparent;
}
.banner-inner .breadcrumb-item {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}
.banner-inner .breadcrumb a {
    color: #ffffff;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "\f142";
    font-weight: 600;
    font-size: 13px;
    padding-left: 17px;
    padding-right: 17px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
}
.inner-page ul {
    list-style: none;
    padding-left: 10px;
}
.inner-page ul li {
    list-style: none;
    display: block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    line-height: 20px;
}
.inner-page ul li::before {
    content: "\f101";
    font-family: 'FontAwesome';
    color: #ee1b24;
    position: absolute;
    left: 0;
    top: 0;
}
.inner-page ol {
    padding-left: 25px;
}
.inner-page ol li {
    list-style: inherit;
    padding-bottom: 10px;
}
.social-style-one ul li {
    list-style: none;
    display: inline-block;
}
.pure-button button {
    padding: 20px 65px 20px 48px !important;
    font-size: 16px !important;
    font-weight: 600;
    border-radius: 15px !important;
}
#gallery .vc_gitem-animated-block {
    border: 1px solid #ccc;
    padding: 15px;
}
.snd-button {
    background: #f00;
    border: none;
    padding: 10px 18px;
    float: right;
    margin-top: 20px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.quote-form .msg-fld {
    width: 100%;
    resize: none;
    height: 80px;
    border-width: 0 0 1px 0;
    border-color: #666;
}
.quote-form .text-fld {
    width: 100%;
    margin-bottom: 35px;
    border-width: 0px 0 1px 0;
    border-color: #666;
}

.case-image img {
	width: 100%;
}
.inner-page {
	padding: 60px 0;
}

.single_page {
	margin: 0 auto 30px;
	border: 3px double #ee1b24;
	padding: 15px 0;
	position: relative;
}

.single_page_left {
	position: relative;
	background-color: #ee1b24;
	padding: 3px;
}









