/*@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: #494949;
    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: #1b29ae;
}

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: #1b29ae !important;
}

a:hover {
    color: #6495ED !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 {
    -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 {
    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, #6495ED, #1b29ae);
}

.link:hover,
button:hover,
.last_btn:hover {
    background-image: linear-gradient(to right, #1b29ae, #6495ED);
    color: #fff !important;
}

.w_link {
    position: relative;
    color: #1b29ae !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;
}

.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: #6495ED;
    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, #6495ED, #1b29ae);
}

.bg_white {
    background: #fff;
}

.bg_blue {
    background: #1b29ae;
}

.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, #6495ED, #1b29ae);
}

.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: 15px 0;
    position: absolute;
    border-bottom: 1px solid #ffffff40;
}

header nav {
    padding: 0 !important;
}


/*header ul li{
    border-right: 1px solid #e8c40a;
}
header ul{
    border-left: 1px solid #e8c40a;
}*/

header .navbar-nav li a,
header .navbar-brand {
    color: #fff !important;
}

header .navbar-brand {
    padding: 0 !important;
    font-size: 34px;
    font-weight: 600;
    line-height: 34px;
    text-transform: uppercase;
}

header li a {
    padding: 10px 16px !important;
}

a.last_btn {
    padding: 8px 26px !important;
}

header ul {
    align-items: center;
}

.navbar-brand span {
    font-size: 11px;
    display: block;
    color: #d19f12;
}

.drop .drop_box {
    background: #fff;
    position: absolute;
    max-width: 200px;
    display: none;
}

.drop:hover .drop_box {
    display: block;
}


/*-- Header Fix --*/

header[style="position: fixed;"] {
    background: #fff;
}

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: 150px 0 150px;
    position: relative;
}

.slider_new h1,
.slider_new h6 {
    color: #fff;
}

.slider_new h6 {
    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;
    display: flex;
    align-items: center;
    height: 250px;
    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, #6495ED, #1b29ae);
    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: #1b29ac !important;
}

.accordion-item button:hover,
.accordion-item button[aria-expanded="true"] {
    background-image: linear-gradient(to right, #1b29ae, #fff) !important;
    color: #fff !important;
}

.accordion-body {
    border-top: 1px solid #f8f8f8;
}

.accordion-item button:focus {
    display: none;
}


/*-- Services --*/

.home_ser .box {
    padding: 35px;
    margin: 15px 0;
    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/banner-1.jpg);
}

.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);
}

.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: 75px;
    width: auto;
}


/*-- 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: 10px;
}

.home_blog .box img {
    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;
}

.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 {
    font-weight: 600;
    padding-left: 20px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
    font-size: 12px;
}

.home_blog .box a:hover {
    padding-left: 10px;
}

.home_blog .box a:after {
    left: 0;
    top: 12px;
    height: 2px;
    content: '';
    width: 14px;
    position: absolute;
    background: #5f8ee9;
}

.home_blog .box a: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: #121e92;
    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: 300px;
    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(#1b29aef2 , #6495edcf);
}
.blog_banner h6{
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 5px;
    position: relative;
    margin-top: 60px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    opacity: .75;
}
.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: #6495ED;
        opacity: .25;
    }
    25% {
        background: #1b29ae;
        opacity: .50;
    }
    50% {
        background: #6495ED;
        opacity: .75;
    }
    75% {
        background: #1b29ae;
        opacity: 1;
    }
    100% {
        background: #6495ED;
        opacity: 0;
    }
}

/*-- 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;
}