/*@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #76777a;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    background: #fff;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    margin-bottom: 15px;
    word-wrap: break-word;
    /*font-family: 'League Spartan', sans-serif;*/
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #e85524;
}

h1 {
    font-size: 52px;
    line-height: 62px;
}

h2 {
    font-size: 42px;
    line-height: 52px;
}

h3 {
    font-size: 36px;
    line-height: 46px;
}

h4 {
    font-size: 30px;
    line-height: 40px;
}

h5 {
    font-size: 24px;
    line-height: 34px;
}

h6 {
    font-size: 20px;
    line-height: 30px;
}

p {
    font-size: 16px;
    line-height: 26px;
}

a {
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    color: #e85524 !important;
}

a:hover {
    color: #76777a !important;
    text-decoration: none;
}

span {
    display: inline-block;
}

img,
img:hover {
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a,
a:hover,
button,
button:hover,
.home_blog .box a:after,
.home_blog .box a:hover:after,
.testimonials .box,
.testimonials .box:hover,
.our_products .box,
.our_products .box:hover,
.our_products .box ul li.tick:after,
.our_products .box ul li.opps:after,
.our_products .box ul li.tick:hover:after,
.our_products .box ul li.opps:hover:after {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
}

ul li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

ul li a {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
}

div {
    margin: 0;
    padding: 0;
}

figure {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

figure,
figure:hover,
.h_line:after,
.h_line:hover:after {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

figure:hover img,
.my-zoom:hover img,
.vew_items .box:hover figure img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

section {
    z-index: 0;
    padding: 70px 0;
    position: relative;
}

.f-1 {
    font-weight: 100;
}

.f-2 {
    font-weight: 200;
}

.f-3 {
    font-weight: 300;
}

.f-4 {
    font-weight: 400;
}

.f-5 {
    font-weight: 500;
}

.f-6 {
    font-weight: 600;
}

.f-7 {
    font-weight: 700;
}

.f-8 {
    font-weight: 800;
}

.f-9 {
    font-weight: 900;
}

.o-5 {
    opacity: .5;
}

.container {
    z-index: 2;
    position: relative;
}

input,
textarea,
select {
    background: #fff;
    padding: 5px 7px;
    width: 100%;
    border: none;
}

input:focus,
textarea:focus,
select:focus,
button {
    outline: none;
}


/*-- Button, Anchor --*/

.link,
button,
.last_btn {
    color: #fff !important;
    border: none;
    font-weight: 500;
    padding: 12px 50px 12px 20px;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    background-image: linear-gradient(to right, #e85524, #ba2f00);
}

.link:hover,
button:hover,
.last_btn:hover {
    background-image: linear-gradient(to right, #ba2f00, #e85524);
    color: #fff !important;
}

.w_link {
    position: relative;
    color: #e85524 !important;
    border: none;
    font-weight: 500;
    padding: 12px 50px 12px 20px;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #fff;
}

.w_link:after {
    background: url(../images/right-arrow.png) no-repeat;
}

.w_link:hover:after {
    background: url(../images/right-arrow-w.png) no-repeat right;
}

.link:after {
    background: url(../images/right-arrow-w.png) no-repeat;
}

.w_link:after,
.link:after {
    content: '';
    position: absolute;
    background-size: contain;
    background-position: center;
    right: 19px;
    top: 17px;
    height: 15px;
    width: 20px;
}

.w_link:hover:after,
.link:hover:after {
    right: 10px;
}

.w_link:hover {
    background: #e85524;
    color: #fff !important;
    box-shadow: 0 15px 30px rgb(0 0 0 / 20%) !important;
}

.hover,
.hover:hover,
header[style="position: fixed;"],
header,
.navbar-brand,
.re_projects ul .box .text,
.re_projects ul .box:hover .text,
.w_link:after,
.link:after,
.w_link:hover:after,
.link:hover:after {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.gray {
    background: #f8f8f8;
}

.bg_color {
    background-image: linear-gradient(to right, #e85524, #ba2f00);
}

.bg_black {
    background: #1f1f1f;
}

.bg_white {
    background: #fff;
}

.bg_blue {
    background: #e85524;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.capital {
    text-transform: uppercase;
}

.shadow,
.home_ser .box:hover,
.home_blog .box:hover,
.our_products .box:hover {
    box-shadow: 0 8px 30px rgb(0 0 0 / 10%) !important;
}

.space {
    width: 100%;
    line-height: 1px;
    display: inline-block;
}

.img_icon {
    width: 75px;
    height: 75px;
    padding: 20px;
    border-radius: 50%;
    margin-bottom: 15px;
    background-image: linear-gradient(to right, #e85524, #ba2f00);
}

.img_icon img {
    filter: brightness(0) invert(1);
}

.ex_space {
    width: 100%;
    height: 10px;
    display: inline-block;
}

.ovr_hidden {
    width: 100%;
    overflow: hidden;
}

/*-- keyframes --*/
.shape-group-9 .shape {
    position: absolute;
    z-index: -1;
}

.shape-group-9 .shape.shape-1 {
    top: 0;
    left: 32% animation: bounce 10s infinite;
    -webkit-animation: bounce 10s infinite;
    -moz-animation: bounce 10s infinite;
    -o-animation: bounce 10s infinite;
}

.shape-group-9 .shape.shape-2 {
    top: 180px;
    left: 18%;
    opacity: .5;
    animation: movingleftright1 infinite 20s
}

.shape-group-9 .shape.shape-3 {
    top: 31%;
    left: 20%;
    animation: movingleftright2 infinite 25s
}

.shape-group-9 .shape.shape-4 {
    top: 44%;
    left: 28%;
    animation: movingleftright1 infinite 25s
}

.shape-group-9 .shape.shape-5 {
    top: 50%;
    left: 17%;
    animation: movingleftright2 infinite 30s
}

.shape-group-9 .shape.shape-6 {
    top: 26%;
    right: 21%;
    opacity: .25;
    animation: movingleftright3 infinite 30s
}

.shape-group-9 .shape.shape-7 {
    top: 30%;
    right: 15%;
    animation: movingleftright1 infinite 30s
}

@keyframes movingleftright1 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    40% {
        -webkit-transform: translateX(50px) translateY(-200px);
        transform: translateX(50px) translateY(-200px)
    }

    75% {
        -webkit-transform: translateX(800px);
        transform: translateX(800px)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

@keyframes movingleftright2 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    40% {
        -webkit-transform: translateX(-50px) translateY(200px);
        transform: translateX(-50px) translateY(200px)
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

@keyframes movingleftright3 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    40% {
        -webkit-transform: translateX(100px) translateY(-200px);
        transform: translateX(100px) translateY(-200px)
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    40% {
        -webkit-transform: translateX(100px) translateY(-200px);
        transform: translateX(100px) translateY(-200px)
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

/*-- Header --*/

header {
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 10px 0;
    position: absolute;
    border-bottom: 1px solid #8485881c;
}

header nav {
    padding: 0 !important;
}

header .navbar-brand {
    max-width: 200px;
}

header ul {
    align-items: center;
}

header .navbar-nav li a {
    color: #e85524 !important;
    padding: 10px 16px !important;
}

header .navbar-nav li a:hover {
    color: #76777a !important;
}

header .navbar-nav li a.last_btn {
    padding: 8px 26px !important;
    color: #fff !important;
}

.h_line {
    position: relative;
}

.h_line:after {
    content: '';
    position: absolute;
    left: 0;
    top: 22px;
    height: 2px;
    width: 0px;
    background: #e85524;
    border-radius: 10px;
}

.h_line:hover:after {
    width: 10px;
}

.drop .drop_box {
    background: #fff;
    position: absolute;
    max-width: 250px;
    display: none;
}

.drop:hover .drop_box {
    display: block;
}

header .drop .drop_box a {
    width: 100%;
    font-size: 13px;
    border-bottom: 1px solid #6292eb24;
}

/*-- Header Fix --*/

header[style="position: fixed;"] {
    background: #fff;
    padding: 5px 0;
}

header[style="position: fixed;"] .navbar-brand {
    max-width: 160px;
}

/*header[style="position: fixed;"] .navbar-nav li a,
header[style="position: fixed;"] .navbar-brand {
    color: #1b29ae !important;
}

header[style="position: fixed;"] .navbar-nav li a:hover {
    color: #6495ED !important;
}

header .drop .drop_box a {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #1b29ae !important;
    border-bottom: 1px solid #6292eb24;
}

header[style="position: fixed;"] .navbar-nav li .last_btn,
header[style="position: fixed;"] .navbar-nav li .last_btn:hover {
    color: #fff !important;
}
header .drop .drop_box a:hover {
    background-image: linear-gradient(to right, #6495ED, #1b29ae) !important;
    color: #fff !important;
}
header[style="position: fixed;"] .navbar-nav .drop .drop_box a:hover{
    color: #fff !important;
}*/

/*--  Slider New --*/

.slider_new {
    padding: 120px 0 150px;
    position: relative;
}

.slider_new h6 {
    color: #76777a;
    font-weight: 400;
    max-width: 500px;
    margin: 20px 0 30px;
}

.slider_new .slider_cut {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}


/*-- About --*/

.about-home .ul-box {
    display: flex;
}

.about-home .ul-box ul {
    flex: 0 0 50%;
    padding: 0 !important;
}

.about-home .ul-box ul:nth-child(2) {
    padding-top: 30px !important;
}

.about-home .ul-box ul li {
    padding: 10px;
    width: 100%;
}

.about-home .ul-box .box {
    box-shadow: 0 8px 30px rgb(0 0 0 / 10%);
    border-radius: 15px;
    background: #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    height: 230px;
    width: 100%;
    overflow: hidden;
}

.about-home .ul-box .box p,
.about-home .ul-box .box:hover p,
.about-home .ul-box .box center,
.about-home .ul-box .box:hover center {
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.about-home .ul-box .box center {
    width: 100%;
    transform: translate(0, 30px);
}

.about-home .ul-box .box:hover center {
    transform: translate(0);
}

.about-home .ul-box .box p {
    opacity: 0;
    margin: 0;
}

.about-home .ul-box .box:hover p {
    opacity: 1;
}

.about-home .ul-box .box span {
    background-image: linear-gradient(to right, #e85524, #ba2f00);
    width: 75px;
    height: 75px;
    padding: 20px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.about-home .ul-box .box span img {
    filter: brightness(0) invert(1);
}

.about-home .ul-box .box h6 {
    font-size: 16px;
    line-height: 26px;
}

.about-home .ul-box .box p {
    color: #494949;
    font-size: 12px;
    line-height: 18px;
}


/*-- what_we_do --*/

.what_we_do .accordion-item {
    margin: 7px 0;
}

.accordion-item button {
    font-weight: 600;
    background: #fff !important;
    color: #e85524 !important;
}

.accordion-item button:hover,
.accordion-item button[aria-expanded="true"] {
    /*background-image: linear-gradient(to right, #1b29ae, #fff) !important;*/
    color: #76777a !important;
}

.accordion-body {
    border-top: 1px solid #f8f8f8;
}

.accordion-item button:focus {
    display: none;
}


/*-- Services --*/
.home_ser .col-md-4 {
    margin: 15px 0;
}

.home_ser .box {
    height: 100%;
    padding: 35px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background: rgb(255 255 255 / 65%);
    border: 1px solid #e6e6e6;
}

.home_ser .box p {
    margin-bottom: 0;
}

.home_ser .box .bg-1 {
    background: url(../images/bg2.jpg);
}

.home_ser .box .bg-2 {
    background: url(../images/bg1.svg);
}

.home_ser .box .bg-3 {
    background: url(../images/bg3.svg);
}

.home_ser .box .bg-4 {
    background: url(../images/bg4.svg);
}

.home_ser .box .bg-5 {
    background: url(../images/bg5.svg);
}

.home_ser .box .bg-6 {
    background: url(../images/bg6.svg);
}

.home_ser .box .img_btn {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    transform: translate(-100%, 0);
}

.home_ser .box:hover .img_btn {
    transform: translate(0);
}

.home_ser .box .img_btn,
.home_ser .box .img_btn:hover {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.home_ser .box .img_btn a {
    transform: translate(-50px, 0);
}

.home_ser .box:hover .img_btn,
.home_ser .box .img_btn:hover a {
    transform: translate(0);
}

/*-- RECENT PROJECTS --*/

.re_projects ul {
    display: flex;
    width: 100%;
    overflow-y: auto;
}

.re_projects ul li {
    padding: 0 10px;
    flex: 0 0 320px;
}

.re_projects ul .box {
    position: relative;
}

.re_projects .box img {
    height: 220px;
    object-fit: cover;
    border-radius: 5px;
}

.re_projects ul .box .text {
    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;
    bottom: 25px;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    transform: scale(0);
    display:none;
}

.re_projects ul .box:hover .text {
    transform: scale(1);
}

.re_projects .box .text p,
.re_projects .box .text h6 {
    color: #fff;
}


/*-- Clients Logo --*/

.clients_logo ul {
    display: flex;
}

.clients_logo ul li {
    flex: 0 0 20%;
    text-align: center;
}

.clients_logo ul img {
    height: 50px;
    width: auto;
    max-width: 100%;
}
section.gray.clients_logo.black_chain ul img {
    height: 100px;
}

/*-- Blog Css --*/

.home_blog ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.home_blog ul li {
    padding: 10px;
    flex: 0 0 33.3333%;
}

.home_blog .box {
    border-radius: 5px !important;
    overflow: hidden;
}

.home_blog .box img {
    height: 185px;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.home_blog .box .text_box {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px 20px 10px;
    border: 1px solid #e6e6e6;
    border-top: none;
    min-height: 21  0px;
}

.home_blog .box:hover .text_box {
    border-color: #fff;
}

.home_blog .box h6 {
    margin-bottom: 10px;
}

.home_blog .box p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .35px;
    margin-bottom: 5px;
}

.home_blog .box a:nth-child(3) {
    font-weight: 600;
    padding-left: 20px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
    font-size: 12px;
}

.home_blog .box a:nth-child(3):hover {
    padding-left: 10px;
}

.home_blog .box a:nth-child(3):after {
    left: 0;
    top: 12px;
    height: 2px;
    content: '';
    width: 14px;
    position: absolute;
    background: #e85524;
}

.home_blog .box a:nth-child(3):hover:after {
    width: 7px;
}

.home_contact .bg_color {
    border-radius: 15px;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px;
    display: flex;
}

.home_contact .bg_color .form,
.home_contact .bg_color .image {
    flex: 0 0 50%;
}

.home_contact .bg_color .form {
    padding-right: 15px;
}

.home_contact .bg_color .image {
    padding-left: 15px;
}

.home_contact .bg_color .form input,
.home_contact .bg_color .form textarea {
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px;
}

.happy_clients .box {
    display: flex;
    align-items: center;
}

.happy_clients .box .bumber {
    margin-right: 15px;
    position: relative;
}

.happy_clients .box .bumber:after {}

.happy_clients .box .bumber span {
    color: #fff;
    width: 135px;
    height: 135px;
    font-size: 38px;
    font-weight: 500;
    border-radius: 50%;
    text-align: center;
    line-height: 135px;
    border: 1.5px solid #fff;
}

.happy_clients .box p,
.happy_clients .box h5 {
    color: #fff;
    margin-bottom: 5px;
}

.happy_clients .box .text p:nth-child(1) {
    opacity: .5;
}

.happy_clients .box .text p:nth-child(3) {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
}


/*-- footer Fix --*/

footer {
    padding: 60px 0;
}

footer h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

footer p,
footer .list a {
    color: #fff !important;
    opacity: .75;
    font-size: 14px !important;
    line-height: 22px !important;
}

footer p {
    margin-bottom: 24px;
}

footer .list a:hover {
    opacity: 1;
    color: #fff !important;
}

footer .list ul li {
    width: 100%;
    position: relative;
    padding-left: 12px;
    margin-bottom: 5px;
}

footer .list ul li:after {
    left: 0;
    top: 11px;
    content: '';
    width: 5px;
    height: 5px;
    opacity: .75;
    background: #fff;
    border-radius: 10px;
    position: absolute;
}

.copy {
    background: #000;
    padding: 15px;
}

.myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 5px;
    transform: scale(.75);
}

.myBtn:hover {
    transform: scale(1.25);
}

a.myBtn.link:after {
    display: none;
}

ul.social {
    display: flex;
    align-items: center;
}

ul.social li {
    padding-right: 10px;
}

ul.social li img {
    width: 36px;
    opacity: .75;
}

ul.social li a:hover img {
    transform: scale(1.25);
    opacity: 1;
}

::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: transparent;
}

::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

/*-- Page Banner --*/
.page_banner .col-md-6 img {
    max-width: 400px;
    margin: 0 auto;
    display: block;
}

/*-- Single Blog --*/
.blog_banner {
    position: relative;
}

.blog_banner img {
    max-height: 480px;
    object-fit: cover;
    object-position: center;
}

.blog_banner .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-image: linear-gradient(#ffffffe6, #ffffff57);
}

.blog_banner h2 {
    color: #e85524 !important;
}

.blog_banner h6 {
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 5px;
    position: relative;
    margin-top: 60px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    color: #ba2f00 !important;
}

.blog_banner h6:after {
    top: 14px;
    height: 1px;
    opacity: .5;
    content: '';
    width: 100px;
    right: -105px;
    background: #fff;
    position: absolute;
}

.s_blog p {
    letter-spacing: .25px;
}

.s_blog .sidebar {
    padding: 15px;
    height: 100%;
    border-radius: 10px;
}

.s_blog img {
    margin: 15px 0 20px;
    border-radius: 10px;
}

.blog_three .row ul {
    flex-wrap: nowrap;
    overflow-y: scroll;
}

.blog_three .row ul li {
    padding-bottom: 25px;
}

.line {
    animation: gradient 5s ease infinite;
    height: 1px;
}

@keyframes gradient {
    0% {
        background: #e85524;
        opacity: .25;
    }

    100% {
        background: #ba2f00;
        opacity: .50;
    }
}

/*-- Contact Page --*/
.con_page .box {
    background: #ffffffdb;
    border-radius: 10px;
    text-align: center;
    padding: 35px;
    height: 100%;
}

.con_page .box img {
    max-width: 50px;
    margin-bottom: 15px;
}

.con_page .box a {
    color: #494949 !important;
}

.con_page .box a:hover {
    color: #1b29ae !important;
}

/*-- Popup --*/
.modal-content {
    background-color: transparent;
}

.modal-content .modal-body {
    padding: 20px 25px;
    border-radius: 10px;
}

.modal-content .modal-body textarea,
.modal-content .modal-body input {
    margin: 4px 0;
    padding: 8px 12px;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

/*-- About Page --*/
.team .text {
    padding: 20px;
}

.team .box {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin: 15px 0;
}

.team .box h6 {
    margin-bottom: 8px;
}

.team .box p {
    font-size: 12px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.team .box span {
    font-size: 12px;
    line-height: 22px;
}

.team .box:hover img {
    filter: contrast(150%);
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.team .box .scale {
    overflow: hidden;
}

.team .box:hover {
    box-shadow: 0 12px 44px rgb(0 0 0 / 25%) !important;
}

/*-- testimonials --*/
.testimonials ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.testimonials ul li {
    flex: 0 0 50%;
    padding: 15px;
}

.testimonials .box {
    border-radius: 8px;
    padding: 15px 20px;
    background: #f8f8f8e0;
    border: 5px solid #ffffff;
    box-shadow: 0 8px 30px rgb(0 0 0 / 10%) !important;
}

.testimonials .box:hover {
    background: #fff;
}

.testimonials .box p {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.testimonials .box span {
    font-size: 12px;
    line-height: 22px;
}

/*-- Products --*/
.our_products {}

.our_products .box {
    padding: 25px;
    margin: 15px 0;
    display: inline-block;
    border-radius: 15px;
    background: rgb(255 255 255 / 80%);
}

.our_products .box ul {
    display: inline-block;
    width: 100%;
}

.our_products .box ul li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 20px;
    font-size: 14px;
    width: 100%;
}

.our_products .box span {
    margin-bottom: 10px;
}

.our_products .box img {
    max-width: 100px;
    margin-bottom: 15px;
}

.our_products .box ul li.tick:after {
    background: url(../images/checkmark.png);
}

.our_products .box ul li.opps:after {
    background: url(../images/close.png);
}

.our_products .box ul li.tick:after,
.our_products .box ul li.opps:after {
    top: 7px;
    left: 0;
    width: 12px;
    content: '';
    opacity: .75;
    height: 12px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.our_products .box ul li.tick:hover:after,
.our_products .box ul li.opps:hover:after {
    opacity: 1;
}

.our_products .box h6 {
    color: #000;
    opacity: .6;
}

/*-- Portfolio --*/
.port_folio ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.port_folio ul li {
    padding: 15px;
    flex: 0 0 33.3333%;
}

.port_folio figure {
    border: 5px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%) !important;
    background: rgb(255 255 255 / 90%);
}

.port_folio figure:hover {
    box-shadow: 0 0 30px rgb(0 0 0 / 30%) !important;
    background: #fff;
}

.port_folio figure img {
    border-radius: 5px;
    object-fit: cover;
    object-position: top;
    height: 300px;
    -webkit-transition: 5s ease-in-out;
    -moz-transition: 5s ease-in-out;
    -ms-transition: 5s ease-in-out;
    -o-transition: 5s ease-in-out;
    transition: 5s ease-in-out;
}

.port_folio figure:hover img {
    object-position: bottom;
    -webkit-transition: 5s ease-in-out;
    -moz-transition: 5s ease-in-out;
    -ms-transition: 5s ease-in-out;
    -o-transition: 5s ease-in-out;
    transition: 5s ease-in-out;
}

.happy_clients ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.happy_clients ul li {
    flex: 0 0 25%;
    padding: 15px;
}

.happy_clients ul li .box {
    display: block !important;
    height: 100%;
    border: 1px solid #fff;
    margin: 15px 0;
    padding: 0 15px;
    border-radius: 10px;
    text-align: center;
}

.happy_clients ul li .box img {
    max-width: 75px;
    margin: 30px auto;
    display: block;
    filter: brightness(0) invert(1);
}

.happy_clients ul li .box h6 {
    margin-bottom: 0;
    font-weight: 500;
}

.black_chain ul {
    justify-content: center;
    flex-wrap: wrap;
}

.black_chain ul li {
    padding: 0 10px;
    flex: 0 0 20%;
}

.black_chain ul li .box {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: #fff;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 0 5px #aaaaaa36;
}

.black_chain ul li .box img {
    margin: 7px 15px;
}

.black_chain ul li .box p {
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 8px 15px;
    text-transform: uppercase;
    border-top: 1px solid #f1f1f1;
}

.vew_items ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.vew_items ul li {
    padding: 10px;
    flex: 0 0 33.3333%;
}

.vew_items ul li figure img{
    height: 225px;
    object-fit: cover;
}

.vew_items .box {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.vew_items .box:hover {
    box-shadow: 0 0 5px #00000070 !important;
}

.vew_items .box .text {
    padding: 15px;
    position: relative;
}

.vew_items .box h6,
.vew_items .box p {
    margin-bottom: 5px;
}

.vew_items .box p {
    color: #000;
}

.vew_items .box span {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.vew_items .box .text .love {
    right: 15px;
    bottom: 15px;
    display: flex;
    position: absolute;
    align-items: center;
    color: #000 !important;
    justify-content: flex-end;
    font-weight: 600;
    font-size: 12px;
    opacity: .75;
}

.vew_items .box .text .love img {
    margin-right: 8px;
    max-width: 15px;
    height: auto;
}

.vew_items .box .text {
    padding-top: 0 !important;
}
.vew_items .box .text .pro {
    transform: translate(0, -17px);
    margin-top: -20px !important;
    border: 5px solid #fff;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    height: 75px;
    width: 75px;
}

.vew_items .box .text .pro img {
    object-fit: cover;
    height: 70px;
    width: 70px;
}

.sellers ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.sellers ul li .box {
    margin: 5px;
    padding: 15px;
    display: flex;
    background: #fff;
    border-radius: 5px;
    align-items: center;
    border: 1px solid #f1f1f1;
}

.sellers .box img {
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
    height: 60px;
    width: 60px;
}
.sellers .box p {
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}

.blackchain_ser ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.blackchain_ser ul li {
    padding: 10px;
    flex: 0 0 33.3333%;
}
.slider_new
.blackchain_ser .box {
    border-radius: 5px;
    background: #fff;
    padding: 25px;
    height: 100%;
}

.blackchain_ser .box img{
    border-radius: 5px;
    margin-bottom: 15px;
    object-fit: cover;
    height: 60px;
    width: 60px;
}

.blackchain_ser .box p{
    margin-bottom: 0;
}

.about_about .ul-box .box {
    height: 260px;
}

p.tick {
    padding-left: 25px;
    margin: 0 0 5px;
    color: #525151;
    font-size: 14px;
    background: url(../images/check-mark.png);
    background-size: 15px;
    background-position: left center;
    background-repeat: no-repeat;
}

.party_int img {
    max-width: 100px;
}
.party_int ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.party_int ul li {
    padding: 15px;
}

.party_int ul li .box {
    border: 1px solid #f1f1f1;
    padding: 15px 25px 1px;
    border-radius: 10px;
    box-shadow: 0 0 5px #ebebeb;
}

.party_int ul li .box img {
    margin-bottom: 15px;
}
.blackchain_ser .box.shadow {
    padding: 25px;
    border-radius: 10px;
    text-align: center;
}

.furniture-icon .scale img {
    max-width: 70px;
    margin: 20px auto 10px;
}

.furniture-icon .box.shadow.hover {
    min-height: 85%;
}
/*---------------------------------------------
-------------------- ( Responsive )
---------------------------------------------*/

@media (max-width: 1200px) {
    body {
        font-size: 14px;
        line-height: 24px;
    }

    h1 {
        font-size: 42px;
        line-height: 52px;
    }

    h2 {
        font-size: 32px;
        line-height: 42px;
    }

    h3 {
        font-size: 26px;
        line-height: 36px;
    }

    h4 {
        font-size: 20px;
        line-height: 30px;
    }

    h5 {
        font-size: 18px;
        line-height: 28px;
    }

    h6 {
        font-size: 16px;
        line-height: 26px;
    }

    p,
    a,
    ul li,
    ul li a {
        font-size: 14px;
        line-height: 24px;
    }

    header li a {
        padding: 6px 12px !important;
        font-size: 14px;
    }

    a.last_btn {
        padding: 6px 18px !important;
    }
}

@media (max-width: 1025px) {
    header .navbar-nav li a {
        padding: 8px 12px !important;
    }
    header .navbar-nav li a.last_btn {
        padding: 8px 20px !important;
    }
    .port_folio ul li,
    .happy_clients ul li {
        flex: 0 0 50%;
    }
}

@media (max-width: 992px) {
    .slider_new {
        padding: 60px 0;
        position: relative;
    }

    section {
        padding: 55px 0;
    }
}

@media (max-width: 992px) {
    button.navbar-toggler img {
        max-width: 20px;
    }

    button.navbar-toggler {
        border: 1px solid rgb(255 255 255 / 50%);
        padding: 7px 10px;
    }

    header .navbar-brand {
        max-width: 150px;
    }

    h1 {
        font-size: 34px;
        line-height: 44px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .w_link,
    .link {
        padding: 8px 36px 8px 14px;
    }

    header[style="position: fixed;"] .navbar-brand {
        max-width: 130px;
    }

    div#collapsibleNavbar {
        border-top: 1px solid #aaa;
        margin-top: 20px;
        background: #fff;
    }

    header ul li {
        border-bottom: 1px solid #aaa;
        width: 100%;
        text-align: center;
        padding: 5px;
    }

    header[style="position: fixed;"] div#collapsibleNavbar {
        background: #fff;
        border-top: 1px solid #f1f1f1;
    }

    header[style="position: fixed;"] ul li {
        border-bottom: 1px solid rgb(74 111 214 / 10%);
    }

    header li a {
        padding: 10px 20px !important;
    }

    .w_link:after,
    .link:after {
        right: 14px;
        top: 12px;
        height: 15px;
        width: 15px;
    }

    .about-home .col-md-6 {
        width: auto;
    }

    .rev {
        flex-direction: column-reverse;
    }

    .about-home .ul-box {
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
    }

    .happy_clients .box {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .happy_clients .box .bumber {
        margin: 0 0 20px;
    }

    .home_ser .col-md-4,
    footer .col-md-3 {
        width: 50%;
    }

    .slider_new .w_link:after {
        top: 12px;
    }

    footer .col-md-3:nth-child(3),
    footer .col-md-3:nth-child(4) {
        margin-top: 40px;
    }

    a.myBtn.link {
        padding: 0;
    }

    .home_blog ul li {
        flex: 0 0 50%;
    }

    .about-home h6.capital.black {
        margin-top: 30px;
    }

    br {
        display: none;
    }
}

@media (max-width: 768px) {
    .blackchain_ser .box.shadow {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .slider_new .row.align-items-center {
        flex-direction: column-reverse;
        text-align: center;
    }

    .slider_new h1 {
        margin-top: 30px;
    }

    .slider_new {
        padding: 60px 0 90px;
    }

    .about-home .ul-box {
        margin-left: 0;
        margin-right: 0;
    }

    .about-home .ul-box {
        flex-wrap: wrap;
    }

    .about-home .ul-box ul:nth-child(2) {
        padding-top: 0 !important;
    }

    .about-home .ul-box ul {
        flex: 0 0 100%;
    }

    .about-home .ul-box ul li {
        padding: 5px;
        max-width: 50%;
    }

    .about_about .ul-box ul li {
        max-width: 100%;
        padding: 5px 0;
    }

    .about-home a.link {
        margin-bottom: 30px;
    }
    .about-home .ul-box .box span {
        width: 55px;
        height: 55px;
        padding: 15px;
    }
    .about-home .ul-box .box {
        height: auto;
    }

    .about-home .ul-box .box p {
        font-size: 10px;
        line-height: 15px;
    }

    .what_we_do img {
    }

    .happy_clients .col-md-4:nth-child(2) {
        margin-top: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
        background: #17249f;
        margin-bottom: 40px;
    }

    .home_ser .col-md-4,
    footer .col-md-3 {
        width: 100%;
    }

    .re_projects .row {
        flex-direction: column-reverse;
    }

    .re_projects ul {
        margin-bottom: 30px !important;
        margin-left: -10px !important;
        margin-right: -15px !important;
        width: auto;
    }

    .clients_logo ul img {
        height: 35px;
    }

    .home_blog ul li {
        flex: 0 0 100%;
    }

    .home_contact .bg_color {
        padding: 15px;
        flex-direction: column-reverse;
    }

    .home_contact .bg_color .image {
        padding-left: 0px;
        margin-bottom: 30px;
    }

    .home_contact .bg_color .form {
        padding-right: 0;
    }

    footer .col-md-3:nth-child(2) {
        margin-top: 40px;
    }

    .happy_clients .box .text p:nth-child(3) {
        font-size: 14px;
        line-height: 24px;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .happy_clients .box h5 {
        margin-bottom: 10px;
    }

    .drop .drop_box {
        min-width: 100%;
        max-width: 100%;
        z-index: 9;
    }

    .port_folio ul li,
    .testimonials ul li {
        flex: 0 0 100%;
    }

    .con_page .col-md-4:nth-child(2) {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .happy_clients .box .bumber,
    .happy_clients .box .text,
    .happy_clients ul li {
        flex: 0 0 100%;
    }

    section.clients_logo {
        padding: 10px 0;
    }

    .clients_logo ul {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .clients_logo ul li {
        flex: 0 0 33.3333%;
        padding: 10px;
    }

    .black_chain ul {
        padding: 0 5px !important;
    }

    .black_chain ul li {
        padding: 0 2px;
        margin: 10px 0;
        flex: 0 0 50%;
    }
    
    .vew_items ul li,
    .blackchain_ser ul li {
        flex: 0 0 100%;
    }
    
    .sellers ul,
    .blackchain_ser ul {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }

    .sellers ul li {
        flex: 0 0 50%;
    }
    
    .sellers ul li .box {
        padding: 5px;
    }
    .sellers .box img {
        margin-right: 8px;
        height: 50px;
        width: 50px;
    }
    .sellers .box p {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 5px;
    }
    .sellers .box span {
        font-size: 10px;
    }
    .slider_new img[src="images/slider.png"] {
        margin-bottom: 26px;
    }
    section.about-home.gray {
        padding-top: 0;
    }
    section.blackchain_ser.bg_gray h2.capital.text-center {
        font-size: 22px;
        line-height: 30px;
        margin-top: 10px;
    }
    .blackchain_ser .box {
        text-align: center;
    }
}

@media (max-width: 575px) {}