/*********************** GLOBAL ***********************/
@font-face {
	font-family: 'Gellix';
	src: url('../fonts/gellix-11.ttf') format('truetype');
	/* src: url('../fonts/Gellix-Regular.eot');
	src: url('../fonts/Gellix-Regular.eot?#iefix') format('embedded-opentype'),
	 	 url('../fonts/Gellix-Regular.woff2') format('woff2'),
	 	 url('../fonts/Gellix-Regular.woff') format('woff'),
	 	 url('../fonts/Gellix-Regular.ttf') format('truetype'); */
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gellix';
	src: url('../fonts/gellix-13.ttf') format('truetype');
	/* src: url('../fonts/Gellix-Medium.eot');
	src: url('../fonts/Gellix-Medium.eot?#iefix') format('embedded-opentype'),
	 	 url('../fonts/Gellix-Medium.woff2') format('woff2'),
	 	 url('../fonts/Gellix-Medium.woff') format('woff'),
	 	 url('../fonts/Gellix-Medium.ttf') format('truetype'); */
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gellix';
	src: url('../fonts/gellix-3.ttf') format('truetype');
	/* src: url('../fonts/Gellix-Bold.eot');
	src: url('../fonts/Gellix-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Gellix-Bold.woff2') format('woff2'),
	 	 url('../fonts/Gellix-Bold.woff') format('woff'),
	 	 url('../fonts/Gellix-Bold.ttf') format('truetype'); */
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

body {
    font-family: 'Gellix', sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    color: #000;
    /* background-color: #f6f6f6; */
    background-color: #ffffff;
}

body.no-scroll {
    overflow-y: hidden;
}

html,
body {
    height: 100%;
}

section,
header,
footer {
    position: relative;
}

img {
    max-width: 100%;
    display: block;
    width: 100%;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #eee;
}

::-webkit-scrollbar-thumb {
    background-color: #cbcbce;

    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #c2c2c2;
}

/*********************** TYPOGRAPHY ***********************/

a {
    font-family: 'Gellix', sans-serif;
    cursor: pointer;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #e53464;
    text-decoration: underline;
}

h1,
h2,
h3,
h4 {
    font-family: 'Gellix', sans-serif;
    font-weight: 400;
    margin: 0;
    color: #000;
    z-index: 1;
    position: relative;
    margin-bottom: 15px;
}

h1 {
    font-size: 32px;
    line-height: 42px;
}

h2 {
    font-size: 22px;
    line-height: 32px;
}

h3 {
    font-size: 18px;
    line-height: 28px;
}

h4 {
    font-size: 14px;
    line-height: 20px;
}

p {
    font-family: 'Gellix', sans-serif;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    z-index: 1;
    color: #000;
    margin-bottom: 15px;
}

p strong {
    font-weight: 500;
}

.small,
.small a {
    font-size: 14px;
    line-height: 20px;
}

.content-404 .row {
    display: flex;
    justify-content: center;
}

@media(max-width:540px) {
    h1 {
        font-size: 26px;
        line-height: 36px;
    }

    h2 {
        font-size: 20px;
        line-height: 30px;
    }

}

/*********************** HELPER CLASS ***********************/
.cl:before,
.cl:after {
    display: table;
    content: " ";
}

.cl:after {
    clear: both;
}

.cl {
    clear: both;
}

.section-center {
    z-index: 2;
    display: table;
    width: 100%;
    height: 100%
}

.section-center .section-center-1 {
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
    position: relative
}


hr {
    margin: 20px 0px;
    border: 0;
    border-top: 1px solid #ddd;

}

.hide {
    display: none;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-upper {
    text-transform: uppercase;
}

.color-white {
    color: #fff;
}

.color-pink {
    color: #e53464;
}

.color-black {
    color: #000;
}

.bg-white {
    background-color: #fff;
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
}

::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
}

:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
}

.mt-0 {
    margin-top: 0px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}



.padded20 {
    padding: 20px 0px;
}

.padded40 {
    padding: 40px 0px;
}

.padded60 {
    padding: 60px 0px;
}

.padded80 {
    padding: 80px 0px;
}

.padded100 {
    padding: 100px 0px;
}


.padded120 {
    padding: 120px 0px;
}

.padded140 {
    padding: 140px 0px;
}


.font100 {
    font-weight: 100;
}

.font300 {
    font-weight: 300;
}

.font400 {
    font-weight: 400;
}

.font500 {
    font-weight: 500;
}

.font700 {
    font-weight: 700;
}

.font900 {
    font-weight: 900;
}

@media(max-width:767px) {
    .text-left-sm {
        text-align: left;
    }
}

/*********************** UI Components ***********************/

/*News details*/
.news-detail {
    position: relative;
}

.news-detail ul {
    position: relative;
    margin-bottom: 30px;
}

.news-detail ul > li {
    list-style: circle;
    margin-left: 30px;
    line-height: 24px;
    margin-bottom: 10px;
}

.news-detail h1,
.news-detail h2,
.news-detail h3,
.news-detail h4 {
    font-weight: 500;
}

.news-detail .owl-cirlce-nav {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
}

@media(max-width:767px) {
    .news-detail .owl-cirlce-nav {
        top: initial;
        bottom: 10px;
        right: 10px;
    }

}

/*Tabs*/
.tab-content .tab-item {
    position: relative;
    display: none;
}

.tab-content .tab-item.current {
    display: block;
}

/*List categories*/
.list-categories {}

.list-categories > li {
    list-style: disc;
    margin-left: 20px;

}

.list-categories > li > a {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.list-categories > li > a:hover,
.list-categories > li > a:focus {
    color: #e53464;
    padding-left: 4px;
    text-decoration: none;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/*List tags*/
.list-tags {}

.list-tags > li {
    display: inline-block;

}

.list-tags > li > a {
    border: 1px solid #ddd;
    padding: 2px 6px;
    font-size: 14px;
    display: block;
    line-height: 18px;
    margin: 0px 4px 6px 0px;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.list-tags > li > a:hover,
.list-tags > li > a:focus {
    background-color: #e53464;
    border-color: #e53464;
    color: #fff;
    text-decoration: none;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}






/*News item*/
.news-item {
    position: relative;
    margin-bottom: 30px;
    display: block;
    background-color: #fff;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;

}

.news-item .news-item-image {
    position: relative;
    height: 140px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.news-item .news-item-image img {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.news-item .news-item-title {
    position: relative;
}

.news-item .news-item-title a {
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    display: block;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.news-item .news-item-title a:after {
    content: "";
    position: absolute;
    bottom: -6px;
    height: 6px;
    display: block;
    background-color: #e53464;
    left: 0;
    right: 0;

}

.news-item p {
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-item:hover .news-item-image img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;

}


.news-item:hover .news-item-title a {
    color: #e53464;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;

}


.news-item:hover .btn-default {
    background-color: #000;
    border-color: #000;
    color: #fff;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;

}

.news-item:hover .btn.btn-default.btn-arrow:after,
.news-item:hover .btn.btn-default.btn-arrow:before {
    background-color: #fff;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}



@media(max-width:1300px) {
    .news-item .news-item-image {
        height: 100px;
    }


}

@media(max-width:992px) {
    .news-item .news-item-image {
        height: 120px;
    }


}

@media(max-width:767px) {
    .news-item .news-item-image {
        height: auto;
    }

    .news-item p {
        margin-bottom: 0px;
        overflow: initial;
        text-overflow: initial;
        display: block;
    }
}


/*Hiring process*/
.hiring-process {
    position: relative;
    display: block;
    margin: 40px 0px;
}

.hiring-process .hiring-process-item {
    display: table-cell;
    width: 1%;
    position: relative;
}

.hiring-process .hiring-process-item .no {
    font-size: 80px;
    line-height: 80px;
    color: #dadada;
    font-weight: 900;
    position: absolute;
    left: 0px;
    top: -30px;
    z-index: 0;
}

.hiring-process .hiring-process-item .text {
    font-size: 16px;
    line-height: 22px;
    z-index: 1;
    position: relative;
    padding-left: 54px;
    display: block;
}


@media(max-width:767px) {
    .hiring-process .hiring-process-item {
        display: block;
        width: auto;
        margin-bottom: 40px;
    }

    .hiring-process .hiring-process-item .no {
        font-size: 50px;
        line-height: 50px;
        top: -10px;
    }

    .hiring-process .hiring-process-item .text {
        padding-left: 40px;

    }

}

/*Success message*/
.success-message {
    text-align: center;
    position: relative;

}

/*Wizard*/
.wizard {
    position: relative;
}

.wizard .wizard-no {
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 0;
}

.wizard .wizard-no .wizard-current-no {
    font-size: 120px;
    line-height: 120px;
    color: #dadada;
    font-weight: 900;
}

.wizard .wizard-no .wizard-current-no:after {
    content: "";
    position: absolute;
    background-color: #dadada;
    width: 2px;
    height: 46px;
    display: block;
    bottom: 8px;
    left: 72px;

    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}

.wizard .wizard-no .wizard-total-no {
    font-size: 50px;
    line-height: 50px;
    color: #dadada;
    font-weight: 300;
    margin-left: 10px;
}

.wizard .wizard-nav {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

.wizard .wizard-nav .wpcf7-spinner {
    position: absolute !important;
    right: 0px;
    bottom: 50px;
    margin: 0 !important;
}

.wizard .wizard-nav .btn-step2-back,
.wizard .wizard-nav .btn-step3-back {
    margin-right: 6px;
}

@media(max-width:992px) {
    .wizard .wizard-no {
        right: 0px;
    }

    .wizard .wizard-nav {
        position: relative;
        right: initial;
        bottom: initial;
        text-align: right;
    }
}

@media(max-width:767px) {
    .wizard .wizard-no .wizard-current-no {
        font-size: 80px;
        line-height: 80px;
    }

    .wizard .wizard-no .wizard-current-no:after {
        left: 54px;
    }

    .wizard .wizard-no .wizard-total-no {
        font-size: 30px;
        line-height: 30px;
    }



}

/*Checkbox*/
.wpcf7-checkbox {}

.wpcf7-checkbox .wpcf7-list-item {
    display: block !important;
    margin: 0 !important;
}

.wpcf7-checkbox label {
    position: relative;
    margin-bottom: 15px;
    display: block;
    cursor: pointer;
    padding-left: 36px;
    line-height: 24px;
}



.wpcf7-checkbox label input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}

.wpcf7-checkbox label input + span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #000;
    display: block;
    z-index: 1;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.wpcf7-checkbox label input + span:before {
    content: "";
    position: absolute;
    width: 14px;
    left: 4px;
    top: 4px;
    height: 14px;
    background-color: #e53464;
    opacity: 0;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;

}


.wpcf7-checkbox label input:checked + span:after {
    border-color: #e53464;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.wpcf7-checkbox label input:checked + span:before {
    opacity: 1;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.wpcf7-checkbox label:hover input + span:after {
    border-color: #e53464;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/*OWl with circle nav*/
.owl-cirlce-nav {}

.owl-cirlce-nav .owl-prev,
.owl-cirlce-nav .owl-next {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.owl-cirlce-nav .owl-prev {
    margin-right: 5px;
}

.owl-cirlce-nav .owl-next {
    margin-left: 5px;
}

.owl-cirlce-nav .owl-prev.disabled,
.owl-cirlce-nav .owl-next.disabled {
    opacity: 0.3;
    cursor: not-allowed;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.owl-cirlce-nav .owl-prev .slide-left,
.owl-cirlce-nav .owl-next .slide-right {
    background-color: #E22255;
    /* width: 50px;
    height: 50px; */
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0px 2px 22px rgb(0 0 0 / 10%);

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.owl-cirlce-nav .owl-prev .slide-left:after,
.owl-cirlce-nav .owl-next .slide-right:after {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    display: block;
    top: 52%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.owl-cirlce-nav .owl-prev .slide-left:after {
    content: "\f060";
}

/* .owl-cirlce-nav .owl-prev .slide-left:after,
.owl-cirlce-nav .owl-prev .slide-left:before,
.owl-cirlce-nav .owl-next .slide-right:after,
.owl-cirlce-nav .owl-next .slide-right:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 3px;
    display: block;
    background-color: #000;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;

} */

/* .owl-cirlce-nav .owl-prev .slide-left:after,
.owl-cirlce-nav .owl-prev .slide-left:before {
    left: 16px;
}

.owl-cirlce-nav .owl-next .slide-right:after,
.owl-cirlce-nav .owl-next .slide-right:before {
    right: 16px;
}

.owl-cirlce-nav .owl-prev .slide-left:after {
    transform: rotate(-45deg);
    top: 18px;
}

.owl-cirlce-nav .owl-prev .slide-left:before {
    transform: rotate(45deg);
    bottom: 18px;
}

.owl-cirlce-nav .owl-next .slide-right:after {
    transform: rotate(45deg);
    top: 18px;
}

.owl-cirlce-nav .owl-next .slide-right:before {
    transform: rotate(-45deg);
    bottom: 18px;
} */


/*Services item*/
.services-item .services-item-title {
    position: relative;
    display: block;
    font-weight: 700;
    margin-bottom: 30px;
}

.services-item .services-item-title:after {
    content: "";
    position: absolute;
    bottom: -6px;
    height: 6px;
    display: block;
    background-color: #e53464;
    left: 0;
    right: 0;

}

/*Portfolio item*/
.portfolio-item {
    position: relative;
    /* margin-bottom: 30px; */
    display: block;
    /* padding: 190px 20px 20px 20px; */
    background-color: #fff;
    margin: 0px 0px 100px 0px;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;

}

.portfolio-item .portfolio-item-image {
    position: absolute;
    top: -10px;
    left: 20px;
    right: 20px;
    height: 200px;
    overflow: hidden;
    display: block;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.portfolio-item .portfolio-item-image img {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.portfolio-item .portfolio-item-title {
    position: relative;
}

.portfolio-item .portfolio-item-title a {
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 6px;
    position: relative;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.portfolio-item .portfolio-item-title a:after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 6px;
    display: block;
    background-color: #e53464;
    left: 0;
    right: 0;

}

.portfolio-item p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.portfolio-item:hover .portfolio-item-image {
    top: -20px;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;

}


.portfolio-item:hover .portfolio-item-title a {
    color: #e53464;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;

}


/* .portfolio-item:hover .btn-default {
    background-color: #000;
    border-color: #000;
    color: #fff;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;

}

.portfolio-item:hover .btn.btn-default.btn-arrow:after,
.portfolio-item:hover .btn.btn-default.btn-arrow:before {
    background-color: #fff;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
} */

.portfolio-item:after {
    top: 0px;
}

.portfolio-item:before {
    bottom: 0px;
}

.portfolio-item .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

.portfolio-item .our-projects-image {
    position: relative;
    right: 0;
    width: 100%;
    height: 408px;
    overflow: hidden;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

}

.portfolio-item .content {
    margin-top: 30px;
}

.portfolio-item .our-projects-image img {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100% !important;
    height: 100%;
    object-fit: cover;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.portfolio-item a:hover .our-projects-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-item a:hover .content .btn.btn-default {
    color: #ffffff;
    background-color: #E22255;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.portfolio-item a:hover .content .btn.btn-default.btn-arrow:before {
    background-color: #ffffff;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.portfolio-item a:hover .content .btn.btn-default.btn-arrow:after {
    color: #E22255;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

@media(max-width:1400px) {
    .portfolio-item .portfolio-item-image {
        height: 170px;
    }

    /* .portfolio-item {
        padding-top: 170px;
    } */
}

@media(max-width:1300px) {
    .portfolio-item .portfolio-item-image {
        height: 130px;
    }

    /* .portfolio-item {
        padding-top: 130px;
    } */
}

@media(max-width:992px) {
    .portfolio-item .portfolio-item-image {
        height: 240px;
    }

    /* .portfolio-item {
        padding-top: 240px;
    } */

    .portfolio-item .portfolio-item-title a,
    .portfolio-item p {
        overflow: initial;
        text-overflow: initial;
        display: block;
        white-space: initial;
    }

}

@media(max-width:600px) {
    .portfolio-item .portfolio-item-image {
        height: auto;
        position: relative;
        top: initial;
        left: initial;
        right: initial;
        padding: 20px 0px;

    }

    .portfolio-item {
        padding-top: 0px;
    }

    .portfolio-item:hover .portfolio-item-image {
        top: initial;
    }
}




/*Link*/
.link {
    color: #e53464;
}

.link:hover,
link:focus {
    color: #e53464;
}

/*Map*/
.map {
    position: relative;
}

.map iframe {
    width: 100%;
    height: 480px;
}


.map .london-map {
    display: none;
}

.map .map-box {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
    width: 440px;

}

.map .map-box .map-box-item {
    margin-bottom: 10px;
    padding: 30px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    box-shadow: 0px 2px 22px rgb(0 0 0 / 10%);

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;

}

.map .map-box .map-box-item.mbi-address:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;

    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;

    border-left: 30px solid #fff;
}

.map .map-box .map-box-item.mbi-current:after {
    opacity: 1;
}

.map .map-box .map-box-item:hover {
    padding-left: 40px;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

@media(max-width:992px) {
    /* .map {
        padding-top: 60px;
    } */

    .map .map-box {
        width: auto;
        position: relative;
        left: initial;
        top: initial;
    }

    .map .map-box .map-box-item {
        margin-bottom: 0px;
        padding: 15px;
        position: absolute;
        top: 0px;


    }

    .map .map-box .map-box-item p {
        font-size: 12px;
        line-height: 16px;
    }

    .map .map-box .map-box-item:first-child {
        left: 0;
        height: 100px;
        width: 50%;
    }

    .map .map-box .map-box-item:nth-child(2) {
        right: 0;
        height: 100px;
        width: 50%;
    }

    .map .map-box .map-box-item:nth-child(3) {
        top: -60px;
        width: 100%;
    }

    .map .map-box .map-box-item:hover {
        padding-left: 15px;
    }

    .map .map-box .map-box-item.mbi-address:after {
        bottom: -60px;
        top: initial;
        left: 0;
        right: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 30px solid #fff;
    }

}


/*List services*/
.list-services {
    position: relative;
    margin-bottom: 85px;
    display: flex;
    flex-wrap: wrap;
}

.list-services > li {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.list-services > li:not(:last-of-type) {
    margin-right: 10px;
}

.list-services > li > a {
    background-color: #E6E6E6;
    color: #000;
    display: block;
    font-weight: 300;
    /* padding: 4px 10px; */
    font-size: 18px;
    padding: 14px 30px 16px 30px;

    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;

}

.list-services > li > a > .no {
    margin-left: 4px;
}

.list-services.ls-white > li > a {
    color: #000;

}

.list-services > li > a.current,
.list-services > li > a:hover,
.list-services > li > a:focus {
    background-color: #e53464;
    color: #fff;
    text-decoration: none;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

@media (max-width: 540px) {
    .list-services {
        margin-bottom: 60px;
    }
    .list-services > li > a {
        padding: 10px 25px 10px 25px;
        font-size: 16px;
    }
}



/*Well*/
.well {
    background-color: #fff;
    padding: 40px;
    position: relative;
    margin-bottom: 20px;
}

.well.well-sm {
    padding: 20px;
}

@media(max-width:992px) {
    .well {
        padding: 20px;
    }

}

/*Title with line*/
.title-with-line {
    position: relative;
    display: inline-block;
    font-weight: 900;
    margin-bottom: 30px;
    z-index: 2;

}

.title-with-line:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 6px;
    display: block;
    background-color: #e53464;

}


/*********************** Text Fields ***********************/
.form-control {
    font-family: 'Gellix', sans-serif;
    padding: 15px 30px 15px 30px;
    border: 0;
    border: 1px solid #000000;
    background-color: transparent;
    display: block;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    z-index: 1;
    position: relative;
    box-sizing: border-box;
    outline: 0;
    color: #000;
    font-weight: 400;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.form-control::placeholder {
    color: rgba(2, 26, 36, 0.5);
}

.form-control:hover,
.form-control:focus {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../images/arrow.svg");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
}

::-ms-clear {
    display: none;
}

.form-group {
    margin-bottom: 30px;
    position: relative;
}

textarea {
    resize: vertical;
    min-height: 100px;

}

.form-group .form-label {
    color: #000000;
    font-size: 18px;
    display: block;
    font-weight: 500;
    margin-bottom: 0.8rem;
}

.wpcf7-submit {
    padding: 10px 30px 15px 30px !important;
}

/*Form upload*/
.form-upload {
    position: relative;
    display: inline-block;
}

.form-upload .wpcf7-form-control-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    border: 0;
    opacity: 0;
    bottom: 0;
    width: 100%;
}

.form-upload .wpcf7-form-control-wrap input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    border: 0;
    opacity: 0;
    bottom: 0;
    width: 100%;
}

.form-upload .wpcf7-form-control-wrap + label {

    border: 1px solid #ddd;
    display: inline-block;
    padding: 10px 16px 10px 42px;
    color: #000;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.form-upload .wpcf7-form-control-wrap + label:after {
    content: "";
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/icons/icn-attachment.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    background-size: 17px 17px;
}


.form-upload .wpcf7-form-control-wrap + label + span {
    color: #000;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 10px 0px;

}


/*********************** Buttons ***********************/

.btn {
    font-family: 'Gellix', sans-serif;
    outline: 0;
    text-align: center;
    /* padding: 8px 28px; */
    padding: 10px 30px 10px 30px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    height: 52px;
    cursor: pointer;
    /* text-transform: uppercase; */
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    position: relative;

    -webkit-appearance: none;

    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.btn:hover,
.btn:focus {
    text-decoration: none;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/*Primary*/
.btn.btn-primary {
    background-color: #e53464;
    border-color: #e53464;
    color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #b51c44;
    border-color: #b51c44;
    color: #fff;
}

/*Default*/
.btn.btn-default {
    background-color: transparent;
    /* border-color: #000; */
    color: #000; 
    border-color: #E22255;
    border-width: 2px;
}

.btn.btn-default:hover,
.btn.btn-default:focus {
    background-color: #E22255;
    color: #fff;
}

/*White*/
.btn.btn-white {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn.btn-white:hover,
.btn.btn-white:focus {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.btn.btn-white-fill {
    background-color: #fff;
    border-color: #fff;
    color: #E22255;
}

.btn.btn-white-fill:hover,
.btn.btn-white-fill:focus {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
    color: #000;
}



/*Button with arrows*/
.btn.btn-primary.btn-arrow,
.btn.btn-default.btn-arrow,
.btn.btn-white.btn-arrow {
    padding-right: 54px;
}

.btn.btn-primary.btn-arrow:before,
.btn.btn-default.btn-arrow:before,
.btn.btn-white.btn-arrow:before {
    content: "";
    position: absolute;
    right: 6px;
    top: 6px;
    width: 36px;
    height: 36px;
    background-color: #E22255;
    display: block;
    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
} 

.btn.btn-primary.btn-arrow:after,
.btn.btn-default.btn-arrow:after,
.btn.btn-white.btn-arrow:after {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 6px;
    top: 13px;
    font-size: 18px;
    width: 36px;
    height: 36px;
    color: #ffffff;
    display: block;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
} 

/* .btn.btn-primary.btn-arrow:after,
.btn.btn-primary.btn-arrow:before,
.btn.btn-default.btn-arrow:after,
.btn.btn-default.btn-arrow:before,
.btn.btn-white.btn-arrow:after,
.btn.btn-white.btn-arrow:before {
    content: "";
    position: absolute;
    right: 18px;
    width: 10px;
    height: 2px;
    display: block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
} */

/* .btn.btn-primary.btn-arrow:after,
.btn.btn-primary.btn-arrow:before {
    background-color: #fff;
}

.btn.btn-default.btn-arrow:after,
.btn.btn-default.btn-arrow:before {
    background-color: #000;
}

.btn.btn-white.btn-arrow:after,
.btn.btn-white.btn-arrow:before {
    background-color: #fff;
} */


/* .btn.btn-primary.btn-arrow:after,
.btn.btn-default.btn-arrow:after,
.btn.btn-white.btn-arrow:after {
    top: 16px;
    transform: rotate(45deg);
} */

/* .btn.btn-primary.btn-arrow:before,
.btn.btn-default.btn-arrow:before,
.btn.btn-white.btn-arrow:before {
    bottom: 16px;
    transform: rotate(-45deg);
} */

/* .btn.btn-primary.btn-arrow:hover:after,
.btn.btn-primary.btn-arrow:hover:before,
.btn.btn-default.btn-arrow:hover:after,
.btn.btn-default.btn-arrow:hover:before,
.btn.btn-white.btn-arrow:hover:after,
.btn.btn-white.btn-arrow:hover:before {
    right: 14px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.btn.btn-default.btn-arrow:hover:after,
.btn.btn-default.btn-arrow:hover:before {
    background-color: #fff;
}

.btn.btn-white.btn-arrow:hover:after,
.btn.btn-white.btn-arrow:hover:before {
    background-color: #000;
}

.btn.btn-primary.btn-arrow.btn-arrow-back,
.btn.btn-default.btn-arrow.btn-arrow-back,
.btn.btn-white.btn-arrow.btn-arrow-back {
    padding-left: 54px;
    padding-right: 28px;
}

.btn.btn-primary.btn-arrow.btn-arrow-back:after,
.btn.btn-primary.btn-arrow.btn-arrow-back:before,
.btn.btn-default.btn-arrow.btn-arrow-back:after,
.btn.btn-default.btn-arrow.btn-arrow-back:before,
.btn.btn-white.btn-arrow.btn-arrow-back:after,
.btn.btn-white.btn-arrow.btn-arrow-back:before {
    left: 18px;
    right: initial;
}

.btn.btn-primary.btn-arrow.btn-arrow-back:after,
.btn.btn-default.btn-arrow.btn-arrow-back:after,
.btn.btn-white.btn-arrow.btn-arrow-back:after {
    transform: rotate(-45deg);
}

.btn.btn-primary.btn-arrow.btn-arrow-back:before,
.btn.btn-default.btn-arrow.btn-arrow-back:before,
.btn.btn-white.btn-arrow.btn-arrow-back:before {
    transform: rotate(45deg);
}

.btn.btn-primary.btn-arrow.btn-arrow-back:hover:after,
.btn.btn-primary.btn-arrow.btn-arrow-back:hover:before,
.btn.btn-default.btn-arrow.btn-arrow-back:hover:after,
.btn.btn-default.btn-arrow.btn-arrow-back:hover:before,
.btn.btn-white.btn-arrow.btn-arrow-back:hover:after,
.btn.btn-white.btn-arrow.btn-arrow-back:hover:before {
    left: 14px;
} */

.btn.btn-primary.btn-arrow:hover:before,
.btn.btn-default.btn-arrow:hover:before,
.btn.btn-white.btn-arrow:hover:before {
    background-color: #ffffff;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.btn.btn-primary.btn-arrow:hover:after,
.btn.btn-default.btn-arrow:hover:after,
.btn.btn-white.btn-arrow:hover:after {
    color: #E22255;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/*Disabled*/
.btn.btn-disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
}


/*Button block*/
.btn-block {
    display: block;
    width: 100%;
}

@media(max-width:767px) {
    .btn-block-xs {
        display: block;
        width: 100%;
    }
}

/*********************** .container ***********************/
.container {
    max-width: 1370px;
    width: 100%;
    margin: auto;
    z-index: 1;
}

@media(max-width:1400px) {
    .container {
        max-width: 1270px;
    }
}

@media(max-width:1300px) {
    .container {
        /* max-width: 980px; */
        max-width: 1200px;
    }
} 


@media(max-width:992px) {
    .container {
        /* max-width: 740px; */
        max-width: 880px;
    }
}

@media(max-width:767px) {
    .container {
        max-width: auto;
    }
}

/*********************** HEADER .header ***********************/
.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    top: 0;
    display: block;
    /* height: 90px; */
    height: 120px;
    background-color: #fff;
    box-shadow: 0px 2px 22px rgb(0 0 0 / 10%);

}

.header .container, .header .container .row, .header .container .row .col-12 {
    height: 100%;
}

.header:after {
    content: "";
    background-image: url(../images/shape-header.png);
    background-repeat: repeat-x;
    height: 30px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    position: absolute;

}

/*Logo*/
.header .logo {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 176px;
    height: 90px;
    display: block;
    background-size: 176px 40px;
    position: absolute;
    top: 30px;
    left: 15px;
    z-index: 2;
}

/*Main Navigation*/
.header .nav {
    display: flex;
    justify-content: flex-end;
}
.header .main-navigation {
    text-align: center;
    z-index: 2;
    position: relative;
    height: 100%;
    margin-right: 65px;
}

.header .main-navigation > li {
    display: inline-block;
    position: relative;
    height: 100%;
}

.header .main-navigation > li {
    padding: 0 10px;
}

.header .main-navigation > li:first-of-type {
    padding-left: 0;
}

.header .main-navigation > li:last-of-type {
    padding-right: 0;
}

.header .main-navigation > li > a {
    display: block;
    position: relative;
    /* padding: 50px 14px 18px 14px; */
    padding: 60px 14px 18px 14px;
    /* text-transform: uppercase; */
    /* font-weight: 700; */
    font-weight: 500;
    font-size: 18px;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;

}

.header .main-navigation > li > a:hover,
.header .main-navigation > li > a:focus {
    text-decoration: none;
    color: #e53464;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}


.header .main-navigation > li.current-menu-item > a {
    color: #e53464;
}

.header .main-navigation > li .sub-menu {
    top: 120px;
    position: absolute;
    border-radius: 0;
    background-color: #ffffff;
    flex-direction: column;
    align-items: flex-start;
    left: 0;
    max-height: 0;
    padding: 10px 20px 20px 20px !important;
    min-width: 305px;
    box-shadow: none;
    transition: all 0.2s cubic-bezier(0.82, 0.15, 0.15, 0.91);
    overflow: visible;
    opacity: 0;
    visibility: hidden;
    list-style: none !important;
    box-shadow: 0px 2px 22px rgb(0 0 0 / 10%);
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.header .main-navigation > li .sub-menu::before {
    content: '';
    display: block;
    position: absolute;
    width: 102%;
    height: 15px;
    background-color: #ffffff;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header .main-navigation > li .sub-menu a {
    font-weight: 500;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
}
.header .main-navigation > li .sub-menu a:hover, 
.header .main-navigation > li .sub-menu a:focus {
    color: #e53464;
    text-decoration: none;
}

.header .main-navigation li:hover > .sub-menu {
    max-height: 1000px;
    padding: 40px;
    opacity: 1;
    visibility: visible;
}

/*Get a quote*/
.header .get-a-quote {
    position: relative;
    /* right: 15px; */
    z-index: 1;
    top: 50px;
}

/*Header social networks */
.header .header-social-networks {
    position: absolute;
    right: 170px;
    top: 44px;
    z-index: 2;
}

.header .header-social-networks > li {
    display: inline-block;
    position: relative;
}

.header .header-social-networks > li > a {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.header .header-social-networks > li > a.facebook {
    background-image: url(../images/icons/icn-facebook.png)
}

.header .header-social-networks > li > a.twitter {
    background-image: url(../images/icons/icn-twitter.png)
}

.header .header-social-networks > li > a.linkedin {
    background-image: url(../images/icons/icn-linkedin.png)
}

.header .header-social-networks > li > a:hover,
.header .header-social-networks > li > a:focus {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/*Nav Mobile*/
.nav-mobile {
    display: none;
}


@media(max-width:1300px) {

    .header .main-navigation > li > a {
        /* padding: 50px 4px 18px 4px; */
        padding: 60px 4px 18px 4px;

    }


}

@media(max-width:1038px) {
    .header .main-navigation {
        margin-right: 30px;
    }
    .header .main-navigation > li .sub-menu {
        min-width: 280px;
    }
}

@media(max-width:992px) {
    .header .main-navigation {
        display: none;
        background-color: #000;
        position: absolute;
        left: 15px;
        right: 15px;
        /* top: 90px; */
        top: 120px;
        padding: 10px 0px;
        margin-right: 0;
        height: auto;
    }

    .header .main-navigation > li {
        display: block;
        height: auto;
        padding: 0px;
    }

    .header .main-navigation > li > a {
        padding: 10px 0px;
        color: #fff;
    }
    
    .header .main-navigation > li#menu-item-2524 > a {
        display: none;
    }
    
    .header .main-navigation > li#menu-item-2524 .sub-menu {
        max-height: max-content;
        min-width: auto;
        opacity: 1;
        visibility: visible;
        width: 100%;
        top: 0;
        position: relative;
        background-color: #000;
        padding: 10px 0px !important;
    }
    .header .main-navigation > li#menu-item-2524 .sub-menu::before {
        display: none;
    }
    .header .main-navigation > li#menu-item-2524 .sub-menu li:hover a,
    .header .main-navigation > li#menu-item-2524 .sub-menu li:focus a {
        color: #e53464;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }
    .header .main-navigation > li#menu-item-2524 .sub-menu a {
        color: #fff;
        width: 100%;
        display: block;
    }   

    .header .get-a-quote {
        /* right: 90px; */
        right: 35px;
        top: 50px;
    }

    .header .header-social-networks {
        right: 250px;
    }


    /*Nav Mobile*/
    .nav-mobile {
        display: block;
        /* position: absolute;
        top: 0px; */
        position: relative;
        top: 18px;
        /* right: 15px; */
        right: 0;
        width: 60px;
        height: 90px;
        z-index: 10;

        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }

    .nav-mobile span {
        width: 35px;
        height: 3px;
        display: block;
        background-color: #000;
        position: absolute;
        left: 12px;

        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }

    .nav-mobile span:nth-child(1) {
        top: 46px;
    }

    .nav-mobile span:nth-child(2) {
        top: 58px;
    }

    .nav-mobile span:nth-child(3) {
        top: 70px;
    }

    .nav-mobile.nav-mobile-close span:nth-child(1) {
        top: 58px;

        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);

    }

    .nav-mobile.nav-mobile-close span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .nav-mobile.nav-mobile-close span:nth-child(3) {
        opacity: 0;
    }
}


@media(max-width:767px) {
    .header .main-navigation {
        left: 0px;
        right: 0px;
    }
}

@media(max-width:540px) {

    .header .main-navigation {
        z-index: 20;
    }

    /*Get a quote*/
    .header .get-a-quote {
        position: fixed;
        right: 0;
        top: 130px;
        z-index: 10;
        left: 50%;
        width: 90%;

        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    /* .header .get-a-quote {
        right: 10px;
    } */

    .header .header-social-networks {
        right: 24px;
        top: 5px;
    }


}


/*********************** SECTION .hero ***********************/
.hero {
    /* height: 740px;
    margin-top: 90px; */
    height: calc(100vh - 120px);
    margin-top: 120px;
    overflow: hidden;
    background: #fff;
}

.hero .item {
    height: 100%;
}

.hero .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(238.61deg, rgba(0, 0, 0, 0) 27.29%, rgba(0, 0, 0, 0.9) 90.63%);
}

.hero .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 80px;
}

.hero .container * {
    color: #ffffff;
}

.hero .container h1 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
}

.hero .container h2 {
    font-size: 30px;
    line-height: 36px;
}

.hero .container .btn {
    margin-top: 1rem;
}

.hero .owl-hero {}

.hero .owl-hero .item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 740px;
}

.hero .owl-hero .item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    height: 100%;
    opacity: 0.5;

    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 85%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 85%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 85%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff', GradientType=1);
}

.hero .hero-content {
    position: absolute;
    left: 25%;
    bottom: 80px;
    background-color: #fff;
    z-index: 2;
    display: block;
    padding: 20px;
    width: 420px;
}

.hero .hero-title {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.hero .hero-title a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 54px;
    line-height: 60px;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.hero .hero-title a:hover,
.hero .hero-title a:focus {
    text-decoration: none;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.hero .hero-desc {
    color: #fff;

}

.hero .owl-hero .owl-dots {
    position: absolute;
    right: 40px;
    height: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hero .owl-hero .owl-dots .owl-dot {}

.hero .owl-hero .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    display: block;
    position: relative;
    background-color: #fff;
    margin: 10px 0px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.hero .owl-hero .owl-dots .owl-dot.active span {
    background-color: #e53464;
}

.hero .hero-video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.hero .hero-video video {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
}

@media (max-width:992px) {
    .hero {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width:767px) {
    .hero .hero-content {
        left: 0;
        bottom: 0px;
        width: 100%;
    }
}

@media(max-width:540px) {
    .hero {
        /* height: 580px; */
        height: 650px;
    }

    .hero .container {
        padding-bottom: 50px;
    }

    .hero .container h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .hero .owl-hero .item {
        /* height: 580px; */
        height: 650px;
    }

    .hero .hero-content {
     
    }

    .hero .hero-title {
        font-size: 34px;
        line-height: 40px;
    }

    .hero .owl-hero .owl-dots {
        right: initial;
        left: 20px;
        height: auto;
        top: initial;
        bottom: 90px;
    }

    .hero .owl-hero .owl-dots .owl-dot {
        display: inline-block;
        margin: 0px 5px;
    }

    .hero .owl-hero .owl-dots .owl-dot:first-child {
        margin-left: 0px;
    }

    .hero .owl-hero .owl-dots .owl-dot:last-child {
        margin-right: 0px;
    }
}

@media(max-width:420px) {
    .hero .hero-title {
        font-size: 28px;
        line-height: 38px;
    }
}


/*********************** SECTION .hero-inner ***********************/
.hero-inner {
    /* margin-top: 90px; */
    margin-top: 120px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 740px; */
    min-height: 380px;
    padding: 80px 0px;
    display: flex;
}

.hero-inner .container {
    height: 100%;
    margin-bottom: 0;
}

.hero-inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    height: 100%;

    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.hero-inner .hero-inner-title {
    color: #fff;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 0;
}

.hero-inner.single-portfolio {
    margin-top: 150px;
    min-height: unset;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px;
    display: flex;
}
.hero-inner.single-portfolio .hero-inner-title {
    color: #000;
}
.hero-inner.single-portfolio:after {
    display: none;
}
@media(max-width:992px) {
    .hero-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media(max-width:540px) {
    .hero-inner .hero-inner-title {
        font-size: 34px;
        line-height: 40px;
    }
    .hero-inner {
        min-height: 350px;
        padding: 60px 0px 50px 0;
    }
    .hero-inner.single-portfolio {
        margin-top: 180px;
        padding: 60px 0px 25px 0;
    }
}
@media(max-width:420px) {
    .hero-inner .hero-inner-title {
        font-size: 28px;
        line-height: 38px;
    }
}



/*********************** SECTION .about-us ***********************/

.about-us {
    background-color: #fff;
    padding-top: 180px;
    padding-bottom: 180px;
}

.about-us .about-us-bg {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 700px;
    z-index: 0;
    overflow: hidden;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.about-us .about-us-bg img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.about-us .points {
    padding: 15px 0 20px 0;
}

.about-us .points .point {
    margin-bottom: 20px;
    display: flex;
}

.about-us .points .point .icon {
    display: flex;
    min-width: 36px;
    height: 36px;
    background-color: #E22255;
    align-items: center;
    justify-content: center;
    margin-right: 20px;

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.about-us .points .point .icon i {
    color: #fff;
    font-size: 14px;
}

@media(max-width:992px) {
    .about-us {
        padding-left: 15px;
        padding-right: 15px;
    }
    .about-us .about-us-bg {
        margin-top: 50px;
    } 
    .about-us .points .point:last-of-type {
        margin-bottom: 0px;
    }
}

@media(max-width:767px) {
    .about-us {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .about-us:after,
    .about-us:before {
        content: none;
    }
}

@media(max-width:540px) {
    .about-us .about-us-bg {
        height: 500px;
    }
}

/*********************** SECTION .our-projects ***********************/
.our-projects {
    /* padding: 140px 0px 40px 0px */
    padding: 0px 0px 40px 0px;
}

.our-projects .introduction {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.our-projects .introduction h1 {
    position: relative;
    width: fit-content;
    margin-bottom: 0;
    z-index: 2;
}

.our-projects .introduction .btn {
    position: relative;
    z-index: 2;
}

.our-projects .owl-projects {
    margin-top: -40px;
}

.our-projects .owl-projects .item {
    position: relative;
    background-color: #fff;
    padding: 60px 30px 0 30px;
    margin: 20px 0px 0 0px;
}

.our-projects .owl-projects .item:after {
    top: 0px;
}

.our-projects .owl-projects .item:before {
    bottom: 0px;
}

.our-projects .owl-projects .item .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

.our-projects .owl-projects .item .our-projects-image {
    position: relative;
    right: 0;
    width: 100%;
    height: 408px;
    overflow: hidden;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

}

.our-projects .owl-projects .item .our-projects-image img {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl-projects.owl-cirlce-nav .owl-nav {
    position: absolute;
    right: 200px;
    top: -5px;
    z-index: 2;
}

.our-projects .owl-projects .item .content {
    margin-top: 30px;
}

.our-projects .owl-projects .item .content .btn {
    margin-top: 16px;
}

.our-projects .owl-projects .item a .our-projects-image img {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.our-projects .owl-projects .item a:hover .our-projects-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.our-projects .owl-projects .item a:hover .content .btn.btn-default {
    color: #ffffff;
    background-color: #E22255;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.our-projects .owl-projects .item a:hover .content .btn.btn-default.btn-arrow:before {
    background-color: #ffffff;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.our-projects .owl-projects .item a:hover .content .btn.btn-default.btn-arrow:after {
    color: #E22255;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/* @media(max-width:1300px) {
    .our-projects .owl-projects .item .our-projects-image {
        top: -40px;
        width: 60%;
        bottom: 0;
    }

} */

@media(max-width:1200px) {
    .our-projects .owl-projects .item .our-projects-image {
        height: 340px;
    }
}

@media(max-width:992px) {

    .our-projects {
        padding: 120px 0px 40px 0px;
    }

    .our-projects .owl-projects {
        margin-top: 0px;

    }

    .our-projects .owl-projects .item {
        padding: 30px;
        margin: 0px;
    }

    .owl-projects.owl-cirlce-nav .owl-nav {
        /* left: initial;
        right: 0;
        top: -70px; */
        top: -45px;
    }

    .our-projects .owl-projects .item .our-projects-image {
        height: 375px;
    }
}

@media(max-width:992px) {
    .our-projects {
        /* padding: 40px 0px; */
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .our-projects .owl-projects .item {
        /* padding: 30px 30px 0 30px; */
        padding: 30px 15px 0 15px;
    }
}

@media(max-width:540px) {
    .our-projects .introduction {
        align-items: flex-start;
        flex-direction: column;
    }
    .our-projects .introduction .btn {
        margin-top: 2rem;
        margin-left: 7rem;
    }
    .owl-projects.owl-cirlce-nav .owl-nav {
        right: auto;
        left: 0;
        top: -45px;
    }
}

/*********************** CUSTOM CSS FOR PLUGINS  ***********************/

/*Contact 7 Form */
.wpcf7-form {
    margin-top: 2rem;
}
.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-not-valid-tip {
    color: #db0000 !important;
    font-size: 12px !important;
    margin-top: 5px;
}

.form-control.wpcf7-not-valid {
    border-color: #db0000 !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 15px 0px !important;
    padding: 10px !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    color: #db0000;
}


.wpcf7-spinner {
    background-color: #e53464 !important;
}


/*********************** FOOTER .footer ***********************/
.footer {
    padding: 40px 0px;
}

.footer .row {
    display: flex;
    align-items: center;
}

.footer:after {
    content: "";
    background-image: url(../images/shape-footer.png);
    background-repeat: repeat-x;
    height: 30px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 0;
    position: absolute;

}

.footer .logo {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 176px;
    height: 90px;
    display: block;
    background-size: 176px 40px;
    position: relative;
}

/* Socials */
.footer .contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer .contact img {
    margin-right: 45px;
}
.footer .socials {
    display: flex;
}
.footer .socials a {
    display: flex;
    align-items: center;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.footer .socials a:not(:last-of-type) {
    margin-right: 10px;
}
.footer .socials a .circle {
    width: 36px;
    height: 36px;
    background-color: #e53464;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.footer .socials a:hover {
    text-decoration: none;
}
.footer .socials a:hover .circle {
    background-color: #b51c44;
}
.footer .email {
    margin-right: 45px;
    color: #E22255;
    font-weight: 500;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.footer .email:hover {
    color: #000;
}
@media (max-width: 992px) {
    .footer {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 768px) {
    .footer .contact {
        flex-direction: column;
        align-items: flex-end;
    }
   .footer .contact img {
        margin: 10px 0 !important;
   }
    .footer .email {
        margin: 0 0 15px 0;
    }
}
@media (max-width: 540px) {
    .footer .row {
        flex-direction: column;
    }
    .footer .contact {
        align-items: flex-start;
    }
}

/** Home Contact Us **/
.home-contact-us {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0;
}
.home-contact-us .col-xs-12:not(:last-of-type) .column {
    margin-bottom: 30px;
}
.home-contact-us .column {
    background-color: #F5F5F5;
    padding: 30px;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
}
.home-contact-us .column a {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.home-contact-us .column .circle {
    width: 36px;
    height: 36px;
    background-color: #e53464;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.home-contact-us .socials {
    display: flex;
    flex-wrap: wrap;
}
.home-contact-us .socials li {
    display: flex;
    align-items: center;
    padding: 5px 0px;
}
.home-contact-us .socials li:not(:last-of-type) {
    margin-right: 25px;
}
.home-contact-us .socials li .circle {
    background-color: #D8D8D8;
    color: #000000;
    margin-right: 10px;
    margin-bottom: 0;
}
.home-contact-us .locations div p:first-of-type {
    margin-bottom: 5px;
}
.home-contact-us .locations div:not(:first-of-type) {
    margin-top: 25px;
}   

@media (max-width: 992px) {
    .home-contact-us {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-contact-us form {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) { 
    .home-contact-us {
        padding-top: 65px;
        padding-bottom: 100px;
    }
}

@media (max-width: 540px) {
    .home-contact-us .locations, .home-contact-us .map {
        width: 100%;
    }
}

/* Services Listing */
.services-listing {
    padding-top: 120px;
    padding-bottom: 90px;
}
.services-listing .service {
    background: #F5F5F5;
    padding: 64px;
    margin-bottom: 30px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.services-listing .service h2 {
    color: #E22255;
}
.services-listing .service-image {
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    height: 408px;
    padding: 0px;
    overflow: hidden;
}
.services-listing .service-image img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 992px) {
    .services-listing {
        padding-left: 15px;
        padding-right: 15px;
    }
    .services-listing .service {
        padding: 40px;
    }
    .services-listing .service-image {
        height: 330px;
        padding: 0px;
    }
}
@media (max-width: 767px) {
    .services-listing {
        padding-top: 100px;
    }
}
@media (max-width: 540px) {
    .services-listing .service {
        padding: 25px;
    }
    .services-listing .service-image {
        height: 250px;
        padding: 0px;
    }
}

/* Footer CTA */
.footer-cta {
    margin-bottom: 100px;
}
.footer-cta .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.footer-cta .cta {
    background-color: #E22255;
    height: 150px;
    /*padding: 0 50px;*/

    -webkit-border-radius: 117px;
    -moz-border-radius: 117px;
    -ms-border-radius: 117px;
    -o-border-radius: 117px;
    border-radius: 117px;
}
.footer-cta .cta h2 {
    font-size: 34px;
    line-height: 43.21px;
    color: #ffffff;
    text-align: right;
}
.footer-cta .cta .cta-button {
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 992px) {
    .footer-cta {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    .footer-cta {
        /* width: 115%;
        left: 50%;
        transform: translateX(-50%); */
        padding-right: 0px;
        padding-left: 0px;
    }
    .footer-cta .cta {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
    }
}
@media (max-width: 540px) {
    .footer-cta .cta {
        height: 180px;
    }
    .footer-cta .cta h2 {
        margin-bottom: 0;
        font-size: 26px;
        line-height: 35.21px;
    }
    .footer-cta .row {
        flex-direction: column;
    }
}

/* portfolio listing */
.portfolio-listing {
    padding-top: 120px;
    padding-bottom: 35px;
}
/* portfolio single */
.portfolio-content .well {
    padding: 0;
}
.portfolio-content .col-xs-12.col-sm-12.col-md-10.col-lg-8 {
    padding-left: 0px;
    padding-right: 0px;
}
.portfolio-content .owl-carousel .owl-item img {
    width: 100% !important;
    height: 630px;
    object-fit: cover;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.portfolio-content .owl-cirlce-nav {
    right: 40px;
    top: 560px;
}
.portfolio-content .owl-cirlce-nav .owl-prev .slide-left,
.portfolio-content .owl-cirlce-nav .owl-next .slide-right {
    width: 45px;
    height: 45px;
    background-color: #fff;
}
.portfolio-content .owl-cirlce-nav .owl-prev .slide-left:after,
.portfolio-content .owl-cirlce-nav .owl-next .slide-right:after {
    color: #E22255;
    font-size: 20px;
}
.portfolio-content .owl-cirlce-nav .owl-prev .slide-left:hover,
.portfolio-content .owl-cirlce-nav .owl-next .slide-right:hover {
    background-color: #E22255;
}
.portfolio-content .owl-cirlce-nav .owl-prev .slide-left:hover:after,
.portfolio-content .owl-cirlce-nav .owl-next .slide-right:hover:after {
    color: #fff;
}
.portfolio-details {
    display: flex;
    align-items: center;
    margin: 40px 0 30px 0;
}
.portfolio-details h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}
.portfolio-details h2 span {
    color: #E22255;
}
.portfolio-details .separator {
    color: #F5F5F5;
    padding: 0px 40px;
    font-size: 40px;
    top: -10px;
    position: relative;
}
@media (max-width: 992px) {
    .portfolio-content, .portfolio-listing {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    .portfolio-details {
        flex-direction: column;
        align-items: flex-start;
    }
    .portfolio-details .separator {
        display: none;
    }
    .other-posts {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}
@media (max-width: 540px) {
    .portfolio-content .owl-carousel .owl-item img {
        height: 350px;
    }
    .portfolio-content .owl-cirlce-nav {
        right: 25px;
        top: 280px;
    }
    .portfolio-item .our-projects-image {
        height: 345px;
    }
    .mix {
        height: 630px !important;
    }
}

.other-posts {
    padding-top: 120px;
    padding-bottom: 120px;
}
.other-posts .others {
    margin-top: 25px;
}
.other-posts .portfolio-item {
    margin-bottom: 0;
}

/* Portfolio page */
@media (max-width: 767px) {
    .page-template-portfolio-template .portfolio-item {
        margin: 0px 0px 65px 0px;
    }
}

/* Single Portfolio page */
/* html, .single-portfolio {
    overflow-x: hidden;
} */
@media (max-width: 992px) {
    .single-portfolio .others .portfolio-post:nth-of-type(n+3) {
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .single-portfolio .others .portfolio-post:nth-of-type(n+2) {
        margin-top: 50px;
    }
}

/* About page */
.page-template-about-template .about-us, .page-template-careers-template .about-us {
    padding-bottom: 50px;
}
.page-template-about-template .about-us .row, .page-template-careers-template .about-us .row {
    display: flex;
    align-items: center;
}   
.page-template-about-template .about-us .points, .page-template-careers-template .about-us .points {
    display: block;
}
.page-template-about-template .others .portfolio-post:nth-of-type(n+4) {
    margin-top: 100px;
}
@media (max-width: 992px) {
    .page-template-about-template .about-us .row, .page-template-careers-template .about-us .row {
        display: block;
    }
    .page-template-about-template .others .portfolio-post:nth-of-type(n+3) {
        margin-top: 50px;
    }
    .page-template-about-template .other-posts {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    .page-template-about-template .others .portfolio-post:nth-of-type(n+2) {
        margin-top: 50px;
    }
}

/* Contact/Get a Quote page */
.page-template-get-a-quote-template .home-contact-us {
    padding-top: 180px;
    padding-bottom: 100px;
}
@media (max-width: 767px) {
    .page-template-get-a-quote-template .home-contact-us {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* Default page content */
.page-template-default .page-content .row {
    display: flex;
    justify-content: center;
}
.page-content {
    padding-top: 180px;
    padding-bottom: 100px;
}
@media (max-width: 992px) {
    .page-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    .page-content {
        padding-top: 100px;
    }
}

.default-page-content a {
    color: #E22255;
    font-weight: 500;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.default-page-content a:hover {
    color: #000;
}
.default-page-content ul {
    margin-bottom: 1rem;
}
.default-page-content li {
    font-size: 18px;
    line-height: 26px;
}
.default-page-content h1, 
.default-page-content h2, 
.default-page-content h3, 
.default-page-content h4, 
.default-page-content h5, 
.default-page-content h6 {
    font-weight: 500;
} 
.default-page-content img {
    object-fit: cover;
}

/* MixItUp pagination */
.mix {
    float: left;
    height: 700px;
}
.mixitup-pagination {
    padding-bottom: 120px;
    display: flex;
    justify-content: center;
}
.mixitup-control {
    cursor: pointer;
    width: 48px;
    height: 48px;
    border: none;
    font-family: "Gellix", sans-serif;
    font-size: 16px;
    font-weight: 700;
    background-color: unset;
    padding: 0px 0px 5px 0px;
    color: #000;

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.mixitup-control.mixitup-control-active {
    background-color: #000;
    color: #fff;
}
.mixitup-control.mixitup-control-prev, .mixitup-control.mixitup-control-next {
    display: none;
}
.portfolio-projects .message {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
}
.portfolio-projects.mixitup-container-failed .message {
    display: block;
}
.show-for-sr {
    display: none !important;
}

.cookie-policy {
    width: calc(100% - 1.25rem);
    max-width: 480px;
    padding: 1.625rem 2.625rem;
    left: .625rem;
    bottom: .625rem;
    position: fixed;
    background-color: #fff;
    box-shadow: 3px 3px 12px rgba(14, 14, 16, .5);
    z-index: 9;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.cookie-policy p:first-of-type {
    font-size: 20px;
}
.cookie-policy a {
    color: #e53464;
    text-decoration: underline;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.cookie-policy a:hover {
    color: #000;
}
#cookie-policy-close {
    background-color: #e53464;
    border-color: #e53464;
    color: #fff;
    appearance: none;
    border: none;
    font-family: 'Gellix', sans-serif;
    outline: 0;
    text-align: center;
    padding: 5px 20px 5px 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    height: 52px;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    position: relative;
    -webkit-appearance: none;

    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}