/********** Template CSS **********/
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=PT+Sans+Narrow:wght@400;700&family=Raleway:wght@200;300;400;500;600;700;800;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
:root {
    --primary: #0c3279;
    --secondary: #00CCFF;
    --light: #EFFDF5;
    --dark: #0E2E50;
    --white: #FFFFFF;
    --linear-top: #f6fcff;
    --linear-bottom: #e6eef1;
}
body
{
    overflow-x: hidden;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    /* background: #010715; */
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6
{
    font-family: 'Roboto', sans-serif;
}
.back-to-top {
    position: fixed;
    display: none !important;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.w-fit
{
    width: fit-content !important;
}
h1
{
    font-family: 'Noto Sans', sans-serif ;
}
.btn-primary
{
    /* background: linear-gradient(45deg,var(--primary),var(--secondary)); */
    background: linear-gradient(45deg, #bb2622, #0e265e);
    color: #fff !important;
    /* font-weight: 600; */
    border: none !important;
    transition: 0.5s;
}
.btn:hover
{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: translateY(-2px);
    opacity: 0.88;
}
.btn:not(.btn-danger):hover
{
    color: var(--secondary) !important;
}
.btn:not(.btn-primary):hover
{
    color: var(--secondary) !important;
}
.btn.btn-primary:hover
{
    /* background: linear-gradient(45deg, #09d181, #158a7f); */
    background: linear-gradient(45deg, #0e265e, #bb2622);
    transition: 0.5s;
    color: #fff !important;
    opacity: 1 !important;
}
.cursor-pointer
{
    cursor: pointer !important;
}
.bg-theme2
{
    background: var(--secondary) !important;
}
.bg-gradient
{
    background: var(--white);
    /* background: linear-gradient(to top, var(--linear-top) 0%, var(--linear-bottom) 100%) */
    /*background: linear-gradient(45deg,var(--primary),var(--secondary)) !important;*/
}
/* Chrome, Safari, Edge, Opera */
input.hidearrow::-webkit-outer-spin-button,
input.hidearrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number].hidearrow {
  -moz-appearance: textfield;
}
.header-title
{
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    position: relative;
}
.header-title.after-eff::after
{
    content: '';
    width: 50px;
    height: 3px;
    background: var(--secondary);
    border-radius: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.header-title.after-eff.after-center::after
{
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
}

@media screen and (max-width:991px){
    .header .display-5
    {
        margin: 0 !important;
    }
    .header .col-md-12
    {
        padding-top: 20px !important;
    }
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

img {
    width: 100%;
    max-width: 100%;
}
/*** Button ***/
.mt-1x
{

    margin-top: 1px;
}
.slick-slider {
    touch-action: auto;
    -ms-touch-action: auto;
    }
.owl-nav .owl-prev,
.owl-nav .owl-next
{
    line-height: 10px;
}
.card-shadow
{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.btn {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    transition: .5s;
}
.btn:focus
{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

.shadow
{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}
/*** Navbar ***/
.nav_bar {
    position: absolute;
    /* margin-top: 45px; */
    padding: 0;
    transition: .5s;
    z-index: 9999;
    background: transparent;
    /* margin-bottom: 7.6em; */

    /* background: #010715; */
}
.nav_bar.sticky-top
{
    /* background: var(--white); */
    background: transparent;
}
.navbar-expand-lg.navbar-light
{
    background: #fff;
    /*background: rgba(0,0,0,0.4);*/
    /* background: linear-gradient(to top, var(--linear-top) 0%, var(--linear-bottom) 100%); */
    /*background: linear-gradient(45deg, var(--primary), var(--secondary));*/
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(4px);
}
.navbar-toggler-icon
{
    background-image: none !important;
    width: 1em !important;
    height: 1em !important;
}
.navbar-light .navbar-toggler
{
    border-color: #fff;
}
.navbar-light .navbar-toggler label
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.navbar-toggler-icon i
{
    color: #fff;
}
.nav_bar.sticky-top {
    position: sticky;
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: none;
    padding: 0;
    z-index: 999;
    transition: 0.3s ease-in-out;

    /* background: var(--primary); */
}
.nav_bar.sticky-top .navbar-toggler-icon i
{
    color: #083c76;
}
/* .nav_bar.sticky-top .navbar-toggler-icon
{
    color: #fff;
}
.nav_bar.sticky-top .navbar-light .navbar-toggler
{
    border-color: #cacaca;
}
.nav_bar.sticky-top .navbar {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    background-color: var(--primary);
} */

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #c81e1e;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
    font-weight: 700;
    font-family: 'Barlow', sans-serif !important;
    letter-spacing: 0.5px;
    position: relative;
}
.navbar-light .navbar-nav .nav-link:hover
{
    color: #12367b;
}
.sticky-top .navbar-light .navbar-nav .nav-link {
    color: #454545;
    color: #c81e1e;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus {
    color: #12367b;
    opacity: 1;
    font-weight: 700;
}
.sticky-top .navbar-light .navbar-nav .nav-link:hover,
.sticky-top .navbar-light .navbar-nav .nav-link.active,
.sticky-top .navbar-light .navbar-nav .nav-link:focus {
    color: #12367b;
    opacity: 1;
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link.dropdown-toggle.active::before
{
    content: none !important;
    height: 2px;
    background-color: #12367b;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translate(-50%);
    width: 20px;
}
.navbar-light .navbar-nav .dropdown-item
{
    font-weight: 600;
    font-family: 'Barlow';
    text-transform: uppercase;
}
.navbar-light .navbar-nav .dropdown-item.active
{
    color: #12367b;
    text-decoration: none;
    background-color: #fff;
    position: relative;
}
.navbar-light .navbar-nav .dropdown-item.active::after
{
    content: '';
    height: 2px;
    background-color: #12367b;
    position: absolute;
    bottom: 5px;
    left: 16px;
    transform: none !important;
    width: 38px;
}
.sticky-top .navbar-light .navbar-nav .nav-link.active::before,
.sticky-top .navbar-light .navbar-nav .nav-link:hover::before
.navbar-light .navbar-nav .nav-link.active::before,
.navbar-light .navbar-nav .nav-link:hover::before
{
    content: '';
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translate(-50%);
    width: 20px;
}
.navbar .get_touch
{
    background: #c81e1e;
    position: relative;
    padding: 5px 15px;
    border-radius: 3px;
    font-weight: 600;
    font-family: 'Barlow';
    color: #fff;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow: hidden;
}
.navbar .get_touch span
{
     z-index: 1;
    position: relative;
}
.navbar .get_touch::after
{
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: -10px;
    bottom: -10px;
    background: #fff;
    visibility: hidden;
    transition:all 0.4s;
    border-radius: 50%;
}
.navbar .get_touch:hover::after
{
    transform: scale(30);
    left: 0;
    bottom: 0;
    z-index: 0;
    visibility: visible;
}
.navbar .get_touch:hover span
{
     color: #c81e1e;
}
@media screen and (max-width:991px)
{
    .navbar-collapse
    {
        position: fixed;
        left: 0px;
        width: 300px;
        top: 74px;
        height: 100vh;
        /* max-width: 340px; */
        background: rgb(2 2 47);
        backdrop-filter: blur(4px);
        padding-left: 26px;
    }
}
@media screen and (max-width:767px)
{
    .navbar-collapse
    {
        position: fixed;
        left: 0px;
        width: 100%;
        top: 74px;
        height: 100vh;
        /* max-width: 340px; */
        background: rgb(2 2 47);
        backdrop-filter: blur(4px);
        padding-left: 26px;
    }
}

.navbar-collapse.collapse.show .backdrop-menu
{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background:rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.navbar-collapse.collapse .social_header
{

}
.navbar-collapse .social_header a i
{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #12367b;
    background: #fff;
    border-radius: 5px;
    margin-right: 6px;
    transition: 0.3s ease-in-out;
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.navbar-collapse .social_header a i:hover
{

    color: #fff;
    background: #12367b;
    border-radius: 5px;
}
.navbar-collapse .social_header a:nth-child(2) i:hover
{
    background: #c81e1e;
}
.navbar-collapse .social_header a:nth-child(3) i:hover
{
    background: #12367b;
}
.navbar-collapse .social_header a:nth-child(4) i:hover
{
    background: #c81e1e;
}
@media (max-width: 991.98px) {
    .nav_bar {
        margin: 0;
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 6px 0;
    }
    .social_header
    {
        margin-top: 20em;
        /* margin-bottom: 20px; */
        justify-content: center;
    }
    .navbar-light .navbar-nav {
        padding-top: 10px;
        /* border-top: 1px solid #EEEEEE; */
    }
    .navbar-light .navbar-nav .nav-link.active::before,
    .navbar-light .navbar-nav .nav-link:hover::before
    {
        content: '';
        height: 2px;
        background-color: #c21023;
        position: absolute;
        bottom: 6px;
        left: 0% !important;
        transform: none !important;
        width: 40px;
    }
}

.navbar-light .navbar-brand img {
    height: 65px;
}


@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;

    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
.navbar-toggler .fa-times
{
    display: none;
}
.navbar-toggler:focus
{
    border: none;
    box-shadow: none;
}
.navbar-toggler[aria-expanded="true"] .fa-bars
{
    display: none;
}
.navbar-toggler[aria-expanded="true"] .fa-times
{
    display: block;
}
/*** Header ***/
@media (min-width: 992px) {
    .header {
        margin-top: -120px;
    }
}
.header-carousel.owl-carousel .owl-item img
{
    height: 33em;
    object-fit: cover;
}
.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #fff;
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}
.header-carousel .owl-carousel-item
{
    position: relative;
}
.header-carousel .owl-carousel-item::after
{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}
.header-carousel .owl-carousel-item span
{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animateSpan 10s linear infinite;
    bottom: -150px;
}

.header-carousel .owl-carousel-item span:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.header-carousel .owl-carousel-item span:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.header-carousel .owl-carousel-item span:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.header-carousel .owl-carousel-item span:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
@keyframes animateSpan {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
.header-carousel .content
{
    width: 100%;
    max-width: 40em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px;

    /* background: rgba(0,0,0,0.2); */
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}
.header-carousel .content::after
{
    /* content: ''; */
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.5;
    animation: changeBAck 9s infinite linear;
}
@keyframes changeBAck {
    0%
    {
        background: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
    }
    20%
    {
        background: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
    }
    40%
    {
        background: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    }
    60%
    {
        background: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
    }
    80%
    {
        background: linear-gradient(to top, #30cfd0 0%, #330867 100%);
    }
    100%
    {
        background: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
    }

}
.header-carousel .content .titl
{
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 2px;
    line-height: 44px;
    margin-top: 8px;
    text-transform: capitalize;
    margin-bottom: 8px;
    font-family: 'Raleway';
}
.header-carousel .content .desc
{
    font-family: 'PT Sans Narrow';
    font-size: 19px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: bold;
}
.header-carousel .content .titl.brand
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 4s linear infinite;
  display: inline-block;
  font-size: 27px;
  font-weight: 800;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
@media (max-width: 768px) {
    .header-carousel .owl-nav {
        left: 25px;
    }
}
@media screen and (max-width:1350px) {
    .header-carousel .content
    {
        /* width: 95%; */
        /* right: 5%; */
        /* left: auto; */
        /* transform: translate(-50%,-50%); */
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #DDDDDD;
}


/*** Icon ***/
.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;
    border-radius: 50px;
    border: 1px dashed var(--primary) !important;
}

/* contact */
.contact-agent .img-fluid.rounded
{
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.contact-agent .number
{
    font-size: 1em;
    color: var(--primary);
    font-weight: bold;
    letter-spacing: 2px;
}
@media screen and (max-width:500px)
{
    .contact-agent h3.text-primary
    {
        font-size: 20px;
    }
    .contact-agent .text-secondary.h5
    {
        font-size: 18px;
    }
}
/* contact end */
/*** About ***/
.about-content
{
    color: #fff;
}
.about-content .col-lg-6
{
    margin: 0;
}
.about-content .img-fluid
{
    height: 20em;
    object-fit: cover;
}
.about-img img {
    position: relative;
    z-index: 2;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    right: -50%;
    width: 100%;
    height: 100%;
    background: var(--primary);
    transform: skew(20deg);
    z-index: 1;
}


/*** Category ***/
.cat-item div {
    background: #FFFFFF;
    border: 1px dashed rgba(0, 185, 142, .3);
    transition: .5s;
}

.cat-item:hover div {
    background: var(--primary);
    border-color: transparent;
}

.cat-item div * {
    transition: .5s;
}

.cat-item:hover div * {
    color: #FFFFFF !important;
}


/*** Property List ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
    transition: 0.3s ease-in-out;
    width: 72px;
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    background: transparent;
    color: var(--primary);
    font-weight: bold;
    border: none;
    border-bottom: 2px solid;
    border-radius: 0;
    box-shadow: none;
}
.nav-pills.customize-nav .nav-item .btn:focus
{
    box-shadow: none !important;
}
.nav-pills.customize-nav .nav-item .btn
{
    border: none;
    position: relative;
}
.nav-pills.customize-nav .nav-item .active::after
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--primary);
    color: var(--primary);
    font-weight: bold;
    border: none;
    border-bottom: 2px solid;
    border-radius: 0;
}
.property-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.property-item img {
    transition: .5s;
}

.property-item:hover img {
    /* transform: scale(1.1); */
}

.property-item .border-top {
    border-top: 1px dashed rgba(0, 185, 142, .3) !important;
}

.property-item .border-end {
    border-right: 1px dashed rgba(0, 185, 142, .3) !important;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: .5s;
    padding-top: 20px;
    padding-bottom: 20px;
}
.team-item .position-relative
{
    text-align: center;
}
.team-item .img-fluid
{
    height: 150px;
    border-radius: 50%;
    width: 150px;
    object-fit: cover;
}
.team-item .social
{
    justify-content: center;
    margin-top: 20px;
}
.team-item .name-box
{
    padding: 0 20px;
}
.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    margin-top: -3px;
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}
/* .footer .copyright .col-md-6.text-right,
.footer .copyright .col-md-6.text-left p
{
    line-height: 10px;
} */
.footer .copyright a {
    color: #fff;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
/* select 2 & input  */
.select2
{
    width: 100%;
}
.form-control:focus
{
    border: 2px solid #12367b !important;
    box-shadow: none !important;
}
.form-select:focus
{
    box-shadow: none !important;
}
.shadow.filter  .select2-selection--single
{
    height: auto;
}
.shadow.filter .select2-selection__rendered
{
    padding: 14px;
    border: 2px solid transparent ;
}
.shadow.filter .select2-selection__arrow
{
    top: 50%;
    transform: translateY(-50%);
}
.border-select .select2-container--open .select2-selection__rendered
{
    border: 2px solid #12367b !important;
}
.select2-hidden-accessible {
    position: fixed !important;
}
.select2-container
{
    width: 100%;
}
.place-location
{
    display: flex;
    align-items: center;
}
.place-location i
{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
}
.place-location p
{
    margin: 0;
    line-height: 24px;
}
/* property-details */
.property-details .img img
{
    border-radius: 5px;
}
.property-details .h3
{
    font-weight: 600;
    font-family: 'PT Sans Narrow';
    line-height: 32px;
    font-size: 30px;
}
.property-details .desc
{
    font-weight: 100;
    font-family: 'PT Sans Narrow';
    line-height: 32px;
    font-size: 20px;
}

.owl-carousel  .owl-dots {
    display: flex;
    position: absolute;
    bottom: 10px;
    left: 11px;
}
.owl-carousel  .owl-dots  span {
    background: rgb(187, 187, 187);
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 5px;
    opacity: 0.5;
    width: 12px;
}
.owl-carousel  .owl-dots .active span
{
    background:#fff !important;
    opacity: 1;
}
.owl-carousel.sm-dot  .owl-dots span
{
    width: 6px;
    height: 6px;
}
.owl-carousel.sm-dot .owl-dots
{
    bottom: 5px;
}
/* social link */
.social-links i
{
    width: 30px;
    height: 30px;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.social-links i:hover
{
    margin-top: -4px;
}
.social-links .facebook
{
    background: #3B5998;
    color: white;
}
.social-links .twitter
{
    background: #55ACEE;
    color: white;
}
.social-links .fa-google
{
    background: #dd4b39;
    color: white;
}
.social-links .fa-linkedin
{
    background: #007bb5;
    color: white;
}
.social-links .fa-youtube
{
    background: #bb0000;
    color: white;
}
.social-links .instagram
{
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: white;
}
.text-black
{
    color: #000 !important;
}
.section_title.text-white{
    color: #fff !important;
}
.section_title 
{
    font-weight: 800;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    /* color: black; */
    /* color: #000000 !important; */
    color: #12367b !important;
}
.section_title.color
{
    color: #bd231f !important;
}
.section_title.primary
{
    color: #12367b !important;
}
.section_title span
{
    color: #0d326f;
    position: relative;
}
.section_title span::after
{
    content: '';
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #0d326f;
    height: 2px;
}
.section_title.small_title
{
    font-size: 22px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    position: relative;
    padding-right: 55px !important;
    width: fit-content;
}
/*.section_title.small_title::after
{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #bd231f;
    height: 3px;
    width: 50px;
}*/
.sectiontitle
{
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-transform: capitalize;
}
.sectiontitle.dark
{
    /* color: #383838; */
    color: #12367b;
}
.titleDesc
{
    font-family: 'Barlow', sans-serif;
    font-family: 'Roboto', sans-serif;
}
.mainTitle
{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: 'Raleway';
    margin-bottom: 10px;
}
.mainTitle.color
{
    color: #bd231f !important;
}
.home_page .welcome_section
{
    margin-top: 30px;
    z-index: 1;
    position: relative;
    border-radius: 8px;
    /* overflow: hidden; */
}
/* .home_page .welcome_section .row
{
    overflow: hidden;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} */
.home_page .welcome_section .card
{
    padding: 20px;
    border: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 20px;
    overflow: hidden;
}
.home_page .welcome_section .card-header{

}
.home_page .welcome_section .card img{
    height: 128px;
    width: 128px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.home_page .welcome_section .card:hover img
{
    /*background: #fff;
    border-radius: 50%;
    padding: 10px;
    transition: 0.3s ease-in-out;*/
}
.home_page .welcome_section .card .link_btn
{
    margin-top: 1em;
    width: fit-content;
    border: 50%;
    /* z-index: 1; */
}
.home_page .welcome_section .card i.fa-arrow-right
{
    border-radius: 50%;
    background: rgb(200 30 30);
    /* margin-top: 1em; */
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: relative;
}
.home_page .welcome_section .card i.fa-arrow-right::before
{
    z-index: 1;
    position: relative;
}
.home_page .welcome_section .card i.fa-arrow-right:after
{
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    transform: scale(1);
    background: rgb(200 30 30);
    left :0;
    top: 0;
    border-radius: 50%;
    z-index: 0;
}
.home_page .welcome_section .card:hover i.fa-arrow-right:after
{

    /*position: absolute;
    transform: scale(25);
    background: rgb(200 30 30);
    transition: 0.4s ease-in-out;*/
}
.home_page .welcome_section .card:hover i.fa-arrow-right
{
    /* background: #fff;
    color: rgb(200 30 30); */
}
.home_page .welcome_section .card .title
{
    /* width: fit-content; */
    margin-bottom: 8px;
    margin-top: 14px;
    font-size: 26px;
    text-transform: capitalize;
    color: #12367b;
    font-weight: 700;
    /* font-family: 'Raleway'; */
    font-family: 'Barlow', sans-serif;
    z-index: 1;
    text-align: center;
}
.home_page .welcome_section .card:hover .title
{
/*    color: #fff;*/
}
.home_page .welcome_section .card .desc
{
    min-height: 75px;
    color: #000;
    font-family: 'Raleway';
    letter-spacing: 1px;
    font-size: 16px;
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;*/
    font-family: 'Roboto', sans-serif;
    z-index: 1;
}
.home_page .welcome_section .card:hover .desc
{
/*    color: #fff;*/
}
.services_new
{
    background: #0c2f6e;
    padding-bottom: 5em !important;
    background: url("https://images.rawpixel.com/image_800/czNmcy1wcml2YXRlL3Jhd3BpeGVsX2ltYWdlcy93ZWJzaXRlX2NvbnRlbnQvbHIvcm0zNzgtMDkta255OWZoM2IuanBn.jpg");
}
.services_new .owl-carousel  .owl-dots
{
    bottom: -40px;
}
.services .card
{
    text-align: center;
    padding: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: none;
    border-radius: 5px;
    overflow: hidden;
    /* background: var(--primary); */
    color: #000;
    /* background: linear-gradient(45deg, #0b3983, #03193d); */
    background: #fff;
    /* -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); */
}
.services_new.services .card
{
    background: transparent;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
     background: rgba(255, 255, 255, 0.1);
}
.services .card a
{
    cursor: default;
}
.services .card img
{
    height: 181px;
    object-fit: cover;
    z-index: 1;
        position: relative;

}
.services .card .title
{
    font-size: 21px;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Raleway';
    font-weight: 700;
    letter-spacing: 0.5px;
/*    height: 56px;*/
    line-height: 24px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center !important;
    /* justify-content: flex-start !important; */
    text-align: left;
    padding-bottom: 0;
    font-family: 'Roboto', sans-serif;
    /* color:#000; */
    color:#12367b;
    z-index: 1;
    position: relative;

}
.services .card:hover .title
{
    color: #fff;
}
.services .card .desc
{
    color:#000;
    z-index: 2;
    margin-bottom: 10px;
    font-size: 14px;
    /* font-family: 'Heebo'; */
    padding: 6px 10px;
    padding-bottom: 0;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
/*    height: 70px;*/
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 5;
    -ms-line-clamp: 5;
    line-clamp: 5;
    overflow: hidden;*/
    /* transition: 0.3s ease-in-out; */
    text-align: left;
    position: relative;
}
.services .card:hover .desc
{
    color: #fff !important;
}
.services .card .learn_more
{
    width: fit-content;
    padding-left: 10px;
    padding: 10px;
    border-radius: 4px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    display: flex;
    align-items: center;
    line-height: 18px;
    cursor: pointer;
    z-index: 1;
    margin: 0 10px 10px 10px;
}
/* .services .card:hover .learn_more
{
    background: #fff;
} */
.services .card:hover .learn_more {
    background: #fff;
    color: #ca0000;
}
.services .card::after
{
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    bottom: -50px;
    left: 0;

    /* transform: translateX(-50%); */
    background: #12367b;
    z-index: 0;
    transition: 0.8s ease-in-out;

}
.services_new  .card .title,
.services_new  .card .desc
{
    color: #fff;
    z-index: 1;
}
.services_new  .section_title
{
    color: #c81e1e !important;
}
.services_new  .section_title::after
{
    background: #c81e1e;
}
.services .card:hover::after
{
    content: '';
    transform: scale(60);
    z-index: 0;
}
.services .card .learn_more i
{
    height: 13px;
    line-height: 18px;
    width: 16px;
}
.services.services_new .card .learn_more
{
    background: #c81e1e;
    color: #fff;
    margin: 0 10px 10px 10px;
    border-radius: 5px;
    padding: 0;
    height: 32px;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 7px;
    transition: 0.3s ease-in-out;
}
.services.services_new .card .learn_more:hover
{
    background: #bd231f;
}
.home_page .inovative
{
    text-align: center;
}
.home_page .inovative .container
{
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    padding-top: 30px;
    padding-bottom: 30px;
    /* border-radius: 4px; */
    /* border: 1px solid #2b6ea0; */
}
.home_page .inovative .section_title
{
    margin-bottom: 14px;
    color: #fff;
    padding-left: 12px;
    /* line-height: 24px; */
    /* font-size: 16px; */
    /* padding-left: 17px !important; */
}
.home_page .inovative .section_title.text-tl
{
    font-size: 41px;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 56px;
    color: #fff !important;
    background: #12367b;
    padding-left: 16px !important;
    padding-right: 16px !important;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-family: 'Barlow', sans-serif;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_page .inovative .desc
{
    font-family: 'Raleway';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 6;
    -moz-line-clamp: 6;
    -ms-line-clamp: 6;
    line-clamp: 6;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    color: #000;
font-family: 'Roboto', sans-serif;
}
.home_page .inovative .links
{
    color: #12367b;
    display: flex;
    align-items: center;
    align-items: center;
    font-size: 16px;
    /* margin-left: 5px; */
    margin-top: 0.7em;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
}
.home_page .inovative  .links i
{
    margin-left: 3px;
    padding-top: 4px;

}
.home_page .inovative .row
{
    position: relative;
}
.home_page .inovative .row::after
{
    /* content: '';
    height: 80%;
    width: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff; */
}
.counter
{
    /*background: url("https://png.pngtree.com/thumb_back/fh260/background/20201028/pngtree-abstract-technology-background-technical-electric-image_443494.jpg");*/
    /* background: linear-gradient(45deg,#0A357A,#C1201D); */
    padding: 60px 30px;
    background-size: cover;
    position: relative;

}
.home_page .counter::after
{
    content: '';
    background: rgba(0, 0, 0, .8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: blur(8px);
  -webkit-filter: blur(8px);
}
.home_page .counter .container
{
    z-index: 1;
    position: relative;
}
.counter .mainTitle,
.whats_say .mainTitle
{
    font-size: 20px;
    /* color: #fff; */
    color:#ca0000;
    font-weight: bold;
    font-family: 'Barlow', sans-serif;
}
.counter .title
{
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    line-height: 43px;
    font-family: 'Raleway';
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
.counter .desc
{
    color: #ccc;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 0.5px;
}
.counter .item
{
    position: relative;
    /* background: rgba(0, 0, 0,0.5); */
    background: linear-gradient(45deg, #141414, #292929);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    /* background-color: transparent; */
    /* background-image: linear-gradient(165deg, #FFFFFF24 0%, #FFFFFF00 80%); */
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.counter .item::after
{
    content: '';
    width: 100%;
    height: 0px;
    background: #0c3279;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 10px;
    transition: height 0.3s;
}
.counter .item:hover::after
{
    width: 100%;
    height: 100%;
}
.counter .col-md-6:first-child,
.counter .col-md-6:nth-child(2)
{
    margin-bottom: 20px;
}
.counter .item .number
{
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 58px;
    z-index: 1;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
.counter .item .message
{
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #c81e1e;
    line-height: 9px;
    z-index: 1;
    position: relative;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-family: 'Barlow', sans-serif;
    line-height: 18px;
}
@media screen and (max-width:992px) {
    .counter .item .message
    {
        min-height: 36px;
    }
}
@media screen and (max-width:576px) {
    .counter .item .message
    {
        min-height: auto;
    }
}
.home_contact .bg-color
{
    overflow: hidden;
    position: relative;
    /* background: linear-gradient(45deg, var(--primary), var(--secondary)); */
    background: linear-gradient(135deg, #003e60 0%, #005c69 100%);

    background: linear-gradient(43deg, #12367b, #c81e1e);
    border-radius: 11px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.home_contact .mx-auto
{
    padding: 40px !important;
}
.home_contact .title
{
    font-size: 36px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}
.home_contact .cont_btn_box
{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_contact .cont_btn_box a{
    width: 100%;
    height: 50px;
    line-height: 47px;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Barlow';
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media screen and (max-width:991px){
    .home_contact .title
    {
        text-align: center;
    }
    .home_contact .cont_btn_box a
    {
        width: fit-content;
        padding-left: 30px;
        padding-right: 30px;
    }
}
.home_contact
{
    max-width: 95%;
}
.whats_say
{
    position: relative;
    /* background: url("https://webkit.moxcreative.com/aivonic/wp-content/uploads/sites/22/2023/06/BG2-a.jpg") no-repeat center; */
    background-size: cover;
    background-color: #090921;
    position: relative;
    /* background-image: url(https://webkit.moxcreative.com/aivonic/wp-content/uploads/sites/22/2023/06/BG2-a.jpg); */
    background-size: cover;
}
.whats_say .bg-blur
{
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: absolute;
    width: 100%;
    height: 100%;
}
.whats_say .container
{
    z-index: 1;
    position: relative;
    margin-bottom: 85px;
}
.whats_say .owl-carousel-item
{
    padding: 10px;

}
.whats_say .owl-carousel-item .box
{
    padding: 20px;
    position: relative;
    background: #12367b;
    /* color: #fff; */
    border-radius: 10px;
    transition: 0.3s ease;
    border: 1px solid transparent;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    overflow: hidden;
}
.whats_say .owl-carousel-item .box:hover
{
    box-shadow: 0 0 15px #2a2a71;
    border: 1px solid #666;
}
.whats_say .owl-carousel-item img
{
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.whats_say .owl-carousel-item .d-flex
{
    padding: 10px;
    /* background: var(--secondary); */
    color: #fff;
}
.whats_say .owl-carousel-item .d-flex .name
{
    padding-left: 10px;
}
.whats_say .owl-carousel-item .d-flex .name p
{
    margin-bottom: 0;
    line-height: 16px;
    font-size: 15px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
}
.whats_say .owl-carousel-item .d-flex .name span
{
    font-size: 12px;
    font-weight: 600;
    color: #e6e6e6;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 0.5px;
}
.whats_say .owl-carousel-item .content
{
    padding: 10px;
    padding-bottom: 0;
}
.whats_say .owl-carousel-item .content .rating
{
    text-align: right;
}
.whats_say .owl-carousel-item .content .rating i
{
    color: #c81e1e;
}
.whats_say .owl-carousel-item .content .desc
{
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    /* font-family: 'Roboto', sans-serif; */
    margin-top: 4px;
    color: #dcdcdc;
    letter-spacing: 0.4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
}
.whats_say .owl-carousel-item .box .date
{
    width: fit-content;
    position: absolute;
    right: 30px;
    bottom: 15px;
    font-family: 'Barlow';
    font-size: 12px;
    color: #fff;
    padding-bottom: 2px;
    font-weight: 500;
}
.whats_say .owl-carousel-item .box .date::after
{
    content: '';
    position: absolute;
    right: 0;
    bottom: 3px;
    height: 1px;
    width: 100%;
    background: #c81e1e;
}
.partners .brands img
{
    background: #fff;
    height: 100px;
    width: auto;
    /* border-radius: 50%; */
    margin: auto;
    object-fit: contain;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px; */
}
.partners .owl-item .p-3
{
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    border-radius: 50%;
    width: fit-content;
    /* background: linear-gradient(45deg, var(--primary),var(--secondary), transparent);
    background: #0d1a22;
    background: linear-gradient(45deg, #0d1a22 50%, var(--secondary) 50%);
    background: linear-gradient(45deg, #0a1623, var(--secondary),var(--bs-pink));
    background: linear-gradient(45deg, #0a1623,var(--primary));
    background: linear-gradient(45deg, #0a1623,#5d157e,#ff0047); */
    /* background: linear-gradient(45deg, #0d1a22, #22d5d4);; */
}


/* home_page end */

/* about-feature start */
.about-feature {
    margin-top: 50px;
}
.about-feature .about-feature-1 {
    background: #0A357A;
}
.about-feature .about-feature-2 {
    background: #0A359A;
}
.about-feature .about-feature-3 {
    background: #0A35BA;
}
.about-feature .block {
    color: #fff;
    height: 330px;
    width: 33.33%;
    padding: 5%;
    float: left;
}
.about-feature .block h2 {
    color: #fff;
}
.about-feature .block p {
    font-weight: 300;
}
/* about-feature end */

/* footer start */
.footer
{
    background: #12367b;
    padding: 70px 50px 30px 50px;
    color: #fff;
    margin-top: -30px;
}
.footer .info .logo img
{
    height: 60px;
    width: auto;
}
.footer .info .desc
{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
    color: #ccc;
    letter-spacing: 1.2px;
    font-family: 'Barlow', sans-serif;
}
.footer .pages
{
    /* padding-top: 10px; */
}
.footer  .title
{
    font-size: 17px;
    text-transform: capitalize;
    line-height: 21px;
    margin-bottom: 12px;
    font-weight: 500;
    color: #fff;
    position: relative;
    font-family: 'Barlow', sans-serif;
}
.footer  .title::after
{
    content: '';
    height: 2px;
    width: 50px;
    position: absolute;
    background: rgba(255,255,255,0.3);
    left: 1px;
    bottom: -6px;
}
.footer .pages .title,
.footer .social .title,
.footer .contact .title
{
    margin-bottom: 16px;
}
.footer .pages .links
{
    margin-bottom: 10px;
    transition: 0.3s ease-in-out;
}
.footer .pages .links:last-child
{
    margin: 0;
}
.footer .pages .links a
{
    color: #ccc;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
    display: flex;
    align-items: center; 
}
.footer .pages .links a::after
{
    content: '';
    width: 1px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s ease-in-out;
    z-index: 0;
    border-radius: 4px
}
.footer .pages .links a:hover::after
{
    content: '';
    width: 100px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
}

.footer .pages .links a i
{
    margin-right: 6px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #12367b;
    z-index: 1;
    line-height: 25px;
}
.footer .pages .links a:hover span
{
    position: relative;
    z-index: 1;
    color: #000;
    padding-top: 4px;
}
.footer .pages .links a i:hover
{
    color: #890020;
}
.footer .pages .links a:hover
{
    color: rgb(221, 221, 221);
}
.footer .social a i
{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#12367b;
    background: #fff;
    border-radius: 50%;
    margin-right: 6px;
    transition: 0.3s ease-in-out;
}
.footer .social a i:hover
{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    color: #fff;
    background: #12367b;
}
.footer .social a:last-child i
{
    margin: 0;
}
.footer .contact .items
{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.footer .contact .items:last-child
{
    margin-bottom: 0;
}
.footer .contact .text
{
    color: #ccc;
}
.footer .contact .items i
{
    width: 25px;
    min-width: 25px;
    height: 25px;
    border-radius: 50%;
    /* height: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #12367b;
    margin-right: 6px;
    transition: 0.3s ease-in-out;
    font-size: 13px;
}
.footer .contact .items:hover i
{
    color: #fff;
    background: transparent;
}
.footer  i.fa-phone-alt
{
    /* transform: rotateY(180deg); */
}
.footer .copyright
{
    text-align: center;
    font-size: 13px;
    border: 1px solid rgba(256, 256, 256, .2);
    padding-bottom: 10px;
    border-radius: 5px;
    color: #ccc;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 0.5px;
}
@media screen and (max-width:767px)
{
    .footer .pages,
    .footer .social,
    .footer .info
    {
        margin-bottom: 30px;
        position: relative;
    }
    .footer .pages::after,
    .footer .social::after,
    .footer .info::after
    {
        content: '';
        position: absolute;
        bottom: -11px;
        background: #999;
        width: 50%;
        height: 1px;
    }
}
@media screen and (max-width:426px)
{
    .footer
    {
        padding: 70px 20px 30px 20px;
    }
}
/* .footer  */
/* footer end */
/* services_page */
.services_page .services  .card
{
    background: #fff;
    color: #000;
    text-align: left;
}
/* .services_page .services  .card i:not(.fa-external-link-alt)
{
    margin-left: unset;
    color: #fff;
    background: var(--secondary);
} */
.services_page .services  .card .open_link
{
    text-align: center;
}
.services_page .services  .card .open_link i
{
    font-size: 15px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.8;
    transform: none !important;
}
.services_page .inovative .row
{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
    overflow: hidden;
}
.services_page .inovative img
{
    border-radius: 5px;
}
/* services_page emd */
/* services_details_page */
.services_details_page .card.big .title
{
    display: flex;
    align-items: center;
    justify-content: start;
}
.services_details_page .card.big .title .icon
{
    margin: inherit;
    margin-right: 11px;
    color: var(--primary);
}
.services_details_page .card.big .desc
{
    margin-top: 20px;
    font-family: 'Raleway';
    font-size: 15px;
    overflow: visible;
    height: initial;
    display: block;
    letter-spacing: 1px;
    background: rgba(0,0,0,0.4);
    padding: 25px;
    min-height: 23.5em;
    line-height: 26px;
}
.services_details_page .card.big .servis_img
{
    max-height: 23em;
    border-radius: 5px;
    margin-top: 4.7em;
}
@media screen and (max-width:768px) {
    .services_details_page .services .col-md-8
    {
        order: 2;
        margin-top: 30px;
    }
    .services_details_page .card.big .servis_img
    {
        margin-top: 0;
    }
    .services_details_page .card.big .desc
    {
        margin-top: 10px;
    }
}
/* services_details_page end */
.nav_banner
{
    position: relative;
    /*background: url(../img/aboutbanner.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 120px 80px; */
}
.nav_banner img
{
    height: 250px;
}
/* .nav_banner::after
{
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 48px;
    background: linear-gradient(45deg,#12367b,var(--primary));
    border-radius: 50%;
    opacity: 1;
    transform: translate(-50%,-50%);
    z-index: 0;
} */
.nav_banner{
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100%;
    height: 460px;
    background-size: cover !important;
}
.nav_banner .content
{
    z-index: 1;
    position: relative;
    background: rgba(0, 0, 0, .6);
    padding: 175px 80px;
    font-family: 'Raleway';
    text-align: center;
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav_banner .content::after
{
    content: '';
    width: 100px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.nav_banner .content.content_none::after
{
    content: none;
}
.nav_banner .content .page
{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
}
.nav_banner .content .page a
{
    color: #fff;
}
.nav_banner .content .page i
{
    color: var(--secondary);
    margin: 0 5px;
}
.nav_banner .content .title
{
    width: 100%;
    color: #fff;
    font-size: 36px;
    text-align: center;
/*    margin-bottom: 3px;*/
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 40px;
/*    margin-bottom: 8px;*/
    /*background: linear-gradient(to right, #c81e1e 20%, #12367b 40%, #c81e1e 60%, #12367b 80%);
    background-size: 200% auto;*/
/*    color: #000;*/
    /*background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 9s linear infinite;*/
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
@keyframes shine {
    to {
      background-position: 200% center;
    }
  }
.nav_banner .content .desc
{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

/* about start */
.about_page .why_us .card .about .title
{
    font-size: 29px;
    font-weight: 700;
    /* color: var(--primary); */
    color: #082d78;
    font-family: 'Raleway';
    margin-bottom: 3px;
}
.about_page .why_us .card .about .title span
{
    color: red;
}
.about_page .why_us .card .about .desc
{
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 3px;
    letter-spacing: 0.5px;
    line-height: 25px;
    /* color: #222; */
    color: #222 !important;
    font-family: 'Roboto', sans-serif;
}
.about_page .why_us .card img
{
    border-radius: 5px;
    object-fit: cover;
}
.about_page  .our_mission_bg
{
    position: relative;
    background: url(../img/mission_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.about_page  .container
{
    z-index: 1;
    position: relative;
}
.about_page  .our_mission_bg .bg-blur
{
    background: rgba(0,0,0, 0.4);
    filter: blur(6px);
    -webkit-filter: blur(6px);
    backdrop-filter: blur(4px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about_page  .our_mission .card
{
    height: 100%;
    background: rgba(0,0,0, 0.4);
    background: linear-gradient(45deg,rgba(0,0,0, 0.3),rgba(0,0,0, 0.6));
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.about_page  .our_mission .card i
{
    font-size: 34px;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    background: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.about_page  .our_mission .card .title
{
    font-size: 20px;
    font-weight: 600;
    color: #00ccff;
    line-height: 22px;
    margin-bottom: 8px;
    height: 50px;
    position: relative;
    font-family: 'Barlow', sans-serif;
}
.about_page  .our_mission .card .title::after
{
    content: '';
    position: absolute;
    width: 110px;
    height: 2px;
    background: var(--secondary);
    left: 0;
    bottom: -1px;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
}
.about_page  .our_mission .card .desc
{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    line-height: 22px;
}
.about_page  .our_vission .card
{
    position: relative;
    height: auto;
    background: transparent;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 1px solid var(--primary);
    border-radius: 10px;
}
.about_page  .our_vission .card .content
{
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
}
.about_page  .our_vission img
{
    max-height: 15em;
    border-radius: 5px;
    object-fit: cover;
}
@media screen and (max-width:991px)
{
    .about_page  .our_vission img
    {
        margin-top: 10px;
    }
}
@media screen and (max-width:767px)
{
    .about_page .why_us .card img
    {
        margin-bottom: 20px;
    }
}
/* about end */
/* contact us */
.contact_bg
{
    background: linear-gradient(203.36deg,#12367b 32.5%,#12367b 77.87%);
    padding-top: 60px;
    padding-bottom: 60px;
}
.contact_bg .sectiontitle
{
    color: #fff;
    font-family: 'Barlow';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 23px;
}

.contact_page .contact_box .form
{
    padding: 50px;
    background: #fff;
    box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    z-index: 2;
    position: relative;
    height: 100%;
}
.contact_page .contact_box .form .form_title
{
    font-size: 26px;
    margin-bottom: 26px;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    color: var(--bs-dark);
}
.contact_page .contact_box .form label
{
    color: #000;
    font-size: 15px;
    font-family: 'Raleway';
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
}
.contact_page .contact_box .form input,
.contact_page .contact_box .form textarea
{
    border-width: 2px;
}
.contact_page .address_box
{
    /* padding: 16px; */
    background: transparent;
    border: none;
}
.contact_page .address_box .title
{
    font-family: 'Roboto', sans-serif;
    margin-bottom: 13px;
    font-size: 21px;
    color: #fff;
}
.contact_page .address_box .item
{
    color: #fff;
    line-height: 21px;
    font-size: 18px;
    margin-bottom: 15px;
    font-family: 'Barlow', sans-serif;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.contact_page .address_box .item.mobile,
.contact_page .address_box .item.email
{
    font-weight: 500;
    font-size: 15px;
}
.contact_page .address_box .item i
{
    width: 30px;
    height: 30px;
    min-width: 30px;
    text-align: center;
    color: #bd231f;
    line-height: 30px;
    background: #fff;
    border-radius: 50%;
    margin-right: 5px;
}
.contact_page .map iframe
{
    height: 500px;
}
.contact_form{
    margin-bottom: 50px;
}
@media screen and (max-width:767px){
    .contact_page .contact_box .form
    {
        height: auto;
        /* border-bottom-left-radius: 0;
        border-top-right-radius: 10px; */
    }
}
/* contact us end */
/* career_page */
.career_page .how_to
{
    font-family: 'Raleway';
    font-weight: 500;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
}
.career_page .how_to .content
{
    line-height: 21px;
    word-break: break-word;
    /* font-family: 'Barlow', sans-serif; */
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    /* color: #2c2c2c; */
    color: black;
    letter-spacing: 0.8px;
    line-height: 27px;
}
.career_page .how_to img
{
    max-height: 100%;
    border-radius: 6px;
    width: auto;
    max-width: 100%;
    margin-top: -50px;
}
.career_page  .job_opening .card
{
    border: none;
    border-radius: 6px;
    padding: 10px;
}
.career_page  .job_opening .card div
{
    /* height: 70px;
    width: 70px;
    max-width: 100%;
    margin: 0 auto 15px auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 50%;
    padding: 10px; */
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.career_page  .job_opening .card div img
{
    /* width: ; */
    height: 70px;
    width: auto;
}
.career_page  .job_opening .card p
{
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #a42926;
    color: #fff;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/* career_page end */
.sticky_button
{
    position: fixed;
    bottom: 10%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    z-index: 6;
    transform: translateY(-10px);
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border: 1px solid transparent;

}
.sticky_button.whatsapp
{
    background: #55EA6C;
    left: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    animation: jump 4s infinite;
}
.sticky_button.whatsapp:hover
{
    color: #55EA6C;
    background: #fff;
    border: 1px solid #ededed;
}
.sticky_button.chat
{
    background: #12367b;
    right: 30px;
    width: fit-content;
    height: fit-content;
    /* animation: jump2 4.5s infinite; */
}
.sticky_button.chat .fa-comment-dots
{
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}
.sticky_button.chat .alert
{
    position: absolute;
    width: 315px;
    right: 0;
    background: rgb(9, 54, 122);
    color: #fff;
    border: none;
    bottom: 36px;
    padding: 22px;
    font-size: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-weight: 500;
}
.sticky_button.chat .alert::after
{
    content: '';
    position: absolute;
    bottom: -3px;
    right: 17px;
    background: rgb(6, 147, 227);
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}
.sticky_button.chat .alert-dismissible .btn-close
{
    top: 22px;
    right: 22px;
    z-index: 2;
    color: #fff;
    opacity: 1;
    background: none;
    width: 19px !important;
    height: 19px !important;
    background: #fff;
    display: block;
    padding: 0;
    border-radius: 50%;
    font-size: 13px;
    line-height: 19px;
    color: #12367b;
    font-weight: bold;

}
.sticky_button.chat:hover
{
    color: var(--primary);
    background: #fff;
    border: 1px solid #ededed;
}
@media screen and (max-width:400px){
    .sticky_button.chat .alert
    {
        width: 250px;

    }
}
@keyframes jump {
    0%
    {
        transform: translateY(-10px);
    }
    25%
    {
        transform: translateY(0px);
    }
    50%
    {
        transform: translateY(-5px);
    }
    75%
    {
        transform: translateY(5px);
    }
    100%
    {
        transform: translateY(-10px);
    }
}
@keyframes jump2 {
    0%
    {
        transform: translateY(-10px);
    }
    25%
    {
        transform: translateY(0px);
    }
    50%
    {
        transform: translateY(-5px);
    }
    75%
    {
        transform: translateY(5px);
    }
    100%
    {
        transform: translateY(-10px);
    }
}
/* message box */
.chatBox {
    background-color: #fff;
    position: fixed;
    right: 33px;
    bottom: 11%;
    border-radius: 8px;
    backdrop-filter: blur(12px);
    overflow: hidden;
    transition: height 0.3s ease, width 0.3s ease;
    width: 0;
    height: 0;
    visibility: hidden;
    z-index: 9;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  .chatBox.showChat
  {
    width: 400px;
    height: 25em;
    visibility: visible;
    z-index: 9999;
  }
  .chatBox .chatHeader
  {
    background: var(--dark);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  }
  .chatBox .chatHeader div.details
  {
    display: flex;
    align-items: center;
  }
  .chatBox .chatHeader img
  {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
  }
  .chatBox .chatHeader div .name
  {
    font-size: 15px;
    line-height: 15px;
    padding-left: 15px;
    color: #fff;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
  }
  .chatBox .chatHeader div.status
  {
    padding-left: 15px;
    display: flex;
    align-items: center;
  }
  .chatBox .chatHeader div.status div
  {
    line-height: 11px;
    font-size: 11px;
    padding-left: 2px;
    color: #ddd;
    font-weight: 600;
  }
  .chatBox .chatHeader div.status i
  {
    font-size: 9px;
    color: #34dd34;
    line-height: 12px;
    height: 16px;
  }
  .chatBox .chatHeader .fa-times
  {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
  }
  .chatBox .chatHeader .fa-times:hover
  {
    opacity: 0.9;
  }
  .chatBox .title
  {
    font-size: 10px;
    font-weight: 500;
    color: #000;
    margin: 0;
  }
  .chatBox .date
  {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .chatBox .content {
    width: 100%;
    bottom: 100px;
    height: fit-content;
    text-align: center;
    color: #afafaf;
    overflow: auto;
  }
  .chatBox input,
  .chatBox textarea
  {
    border: 2px solid #ccc;
    transition: 0.3s ease-in-out;
    font-family: 'Barlow', sans-serif;
    font-family: 'Roboto', sans-serif;
    color: #000;
    height: auto;
    font-weight: 600;
  }
  .chatBox input::placeholder,
  .chatBox textarea::placeholder
  {
    font-weight: 500;
  }
  @media screen and (max-width:767px)
  {
    .chatBox.showChat
    {
        height: 27em;
    }
  }
@media screen and (max-width:463px) {
    .chatBox.showChat
    {
      width: 90%;
      height: 27em;
      visibility: visible;
      left: 50%;
      transform: translateX(-50%);
    }
}
.services_page .counter
{
    position: relative;
}
.services_page .counter .container
{
    position: relative;
    z-index: 1;
}
.services_page .counter::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}
.maintitleD.mx-auto
{
    text-align: center;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 30px;
    font-family: 'PT Sans Narrow';
    font-weight: 600;
    letter-spacing: 0.5px;
}
.tecnology .sectiontitle
{
    line-height: 40px;
}
.tecnology   .card .title
{
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    line-height: 31px;
    margin-bottom: 10px;
    color: #000;
    height: 52px;
}
.tecnology .card .titleDesc
{
    font-size: 16px;
}
.tecnology  .card
{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: none;
    padding: 25px;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
    /* height: 334px; */
    /* height: 334px; */
}
.tecnology  .card:hover
{
    border: 1px solid #133c69;
}
.tecnology .card i
{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #133c69;
    margin-left: auto;
    border-radius: 5px;
    display: block;
    margin-right: auto;
    font-size: 50px;
    /* color: #fff; */
    margin-bottom: 20px;
}
.tecnology  .card .btn-link
{
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-family: 'Raleway' !important;
    font-weight: 600;
    font-size: 16px;
}
.tecnology  .card .btn-link:hover
{
    display: flex;
    align-items: center;
    color: #fff !important;
    background: linear-gradient(210deg, #0e265e, #bb2622);
}
.tecnology.why_choose .big_img
{
    max-height: 30em;
    width: auto;
    max-width: 100%;
    /* animation: upDown 3s infinite; */
}
@keyframes upDown {
    0%
    {
        transform: translateY(-3px);
    }
    25%
    {
        transform: translateY(3px);
    }
    50%
    {
        transform: translateY(0px);
    }
    100%
    {
        transform: translateY(-3px);
    }
}
.tecnology.why_choose .mcard
{
    display: flex;
    flex-direction: row;
    padding: 0;
    box-shadow: none;
    /* border: 1px solid var(--primary); */
}
.tecnology.why_choose .mcard:hover
{
    border-color: transparent !important;
}
.tecnology.why_choose .mcard i
{
    width: 60px;
    min-width: 60px;
    display: block;
    height: 60px;
    border-radius: 4px;
    background: #133c69;
    margin: 0;
    font-size: 21px;
    line-height: 60px;
    font-size: 25px;
    margin-top: 9px;
    text-align: center;
    color: #fff;
}
.tecnology.why_choose .mcard .title
{
    text-align: left;
    padding-left: 20px;
    font-family: 'Raleway';
    font-weight: 700;
    height: 30px;
    font-size: 21px;
    color: var(--bs-dark);
    font-family: 'Barlow', sans-serif;
}
.tecnology.why_choose .mcard .info
{
    padding-left: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.tecnology .faq.card
{
    box-shadow: none;
    padding: 0;
    /* border: 1px solid var(--primary); */
    border: 1px solid #0b407a;
    margin-bottom: 10px;
    border-radius: 5px;
}
.tecnology .faq.card .card-header
{
    border-radius: 5px;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.tecnology .faq.card .card-header .btn
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: none !important;
    transform: none;
    background: #12367b;
    color: #fff;
}
.tecnology .faq.card .card-header .btn:not(.collapsed)
{
    /* background: red; */
}
.tecnology .faq.card .card-header .btn:hover
{
    background: #f2f2f2;
    color: #000 !important;
}
.tecnology .faq.card .card-header .btn i
{
    margin: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.tecnology .faq.card .card-header .btn:hover i
{
    color: #0d2563;
}
.tecnology .card .desc{
    height: 67px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tecnology #accordion .faq.card .btn.collapsed .to_close
{
    display: none;
}
.tecnology #accordion .faq.card .btn:not(.collapsed) .to_open
{
    display: none;
}
.tecnology .contact_info .card_c
{
    border: 1px solid #e9f6f1;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12), 0 4px 4px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.12), 0 16px 16px rgba(0,0,0,0.12);
}
.tecnology .contact_info .card_c img
{
    border-radius: 5px;
}
.tecnology .contact_info .card_c .title
{
    font-size: 25px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    color: black;
    text-transform: capitalize;
    margin-top: 8px;
}
.tecnology .contact_info .card_c .titleX
{
    font-size: 24px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    /* color: black; */
    color: #12367b;
    text-transform: capitalize;
    margin-top: 8px;
    text-align: center;
}
.tecnology .contact_info .card_c .desc
{
    font-size: 15px;
    font-weight: 400;
    font-family: 'Raleway';
    margin-bottom: 11px;
    height: 67px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.tecnology .contact_info .card_c .descX
{
    font-family: 'Roboto';
    text-align: left;
    margin-bottom: 10px;
    min-height: 35px;
}
.services_details_page .service_descption
{
    font-family: 'Raleway';
}
.services_details_page .service_descption .to_margin
{
    margin-top: 1em;
}
.services_details_page .service_descption .description .title
{
    font-size: 26px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.4px;
    font-family: 'Barlow', sans-serif;
}
.services_details_page .service_descption .description .desc
{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.4px;
}
.services_details_page .service_descption .images img
{
    height: 250px;
    border-radius: 8px;
    max-height: 15em;
    object-fit: cover;

}
.services_details_page .service_descption .solutions .item
{
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    width: 100%;
}
.services_details_page .service_descption .solutions .item i
{
    width: 23px;
    height: 22px;
    text-align: center;
    line-height: 21px;
    color: var(--secondary);
    font-size: 18px;
    margin-right: 4px;
}
.services_details_page .service_descption .solutions .item span
{
    color: #000;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.services_details_page .service_descption .all_services .info
{
    padding: 0 0 0 20px;
    border-left: 3px solid var(--primary);
}
.services_details_page .service_descption .all_services .desc .links
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    padding: 6px 0;
    color: var(--bs-dark);
    border-bottom: 1px solid #f4f4f4;
}
.services_details_page .service_descption .all_services .desc .links i
{
    color: var(--secondary);
}
.services_details_page .service_descption .contact_card
{
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 20px;
    border-radius: 6px;
}
.services_details_page .service_descption .contact_card .title
{
    color:#0d326f;
}
.projects .card
{
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* transition:  0.4s ease-in-out; */
}

.projects .card img
{
    border-radius: 5px;
    min-height: 21em;
    object-fit: cover;
}
.projects .card .info
{
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
    /* background: rgba(255,255,255,0.87); */
    background: radial-gradient(circle, rgb(15 61 112) 0%, rgb(5 11 31) 100%);
    left: 50%;
    transform: translateX(-50%);
    padding: 15px;
    border-radius: 5px;
    font-family: 'Raleway';
    /* border: 1px solid var(--primary); */
    border: 1px solid #eb2510;
    height: 46px;
    overflow: hidden;
    padding-top: 9px;
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
}
.projects .card:hover .info
{
    height: 130px;
    overflow: hidden;
    padding-top: 15px;
    /* transition: height 0.3s; */

}
.projects .card .info .title
{
    font-size: 23px;
    font-weight: 600;
    position: relative;
    line-height: 24px;
    color: #fff;
    font-family: 'Barlow', sans-serif;
}
.projects .card .info .title::after
{
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    /* background: var(--secondary); */
    background: #e91414;
}
/* prosenjit edit */
.projects .card .info .desc
{
    margin-top: 7px;
    font-size: 15px;
    font-weight: 500;
    color: #e9e9e9;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}

/* by prosenjit sapui*/

.review-form .title{
    font-size:24px;
    color:#000;

}

.btn-close:focus {
    outline: 0;
    box-shadow: none ;
    opacity: 1;
}

/* for rating fictionality */
#full-stars-example {

  }
  #full-stars-example .rating-group {
    display: inline-flex;
  }
  #full-stars-example .rating__icon {
    pointer-events: none;
  }
  #full-stars-example .rating__input {
    position: absolute !important;
    left: -9999px !important;
  }
  #full-stars-example .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
  }
  #full-stars-example .rating__icon--star {
    color: orange;
  }
  #full-stars-example .rating__icon--none {
    color: #eee;
  }
  #full-stars-example .rating__input--none:checked + .rating__label .rating__icon--none {
    color: red;
  }
  #full-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
  }
  #full-stars-example .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
  }
  #full-stars-example .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
  }
  #full-stars-example .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
    color: #eee;
  }
  #full-stars-example .rating__input--none:hover + .rating__label .rating__icon--none {
    color: red;
  }


  /* review form section bg */
  .review-form{
    /* background: url(../img/review_bg.png) no-repeat ; */
    /* background:#bfffe8; */
    margin-top:30px;
    /* box-shadow: 1px 1px 20px green;   */
    border-radius: 10px;
    overflow:hidden ;
  }


.modal-content{
    border:1px solid #00FF99
}
.modal-header{
    background: #00ff99;
    padding: 10px !important;
    border-bottom: none !important;
}
.modal-body{
    padding: 0px 20px 0px 20px;
}
.modal-footer{
    padding: 5px 10px 5px 10px;
}

.modal-content.custom{
    border:1px solid #ffffff
}
.modal-content.custom .modal-header{
    background: transparent;
    padding: 10px !important;
    padding: 1rem 1rem !important;
    border-bottom: 1px solid #dee2e6 !important;
}
.modal-content.custom .modal-body{
    padding: 0px 20px 0px 20px;
    padding: 1rem !important;
}
.modal-content.custom .modal-footer{
    padding: 5px 10px 5px 10px;
}
.modal-content.custom  .close
{
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.mod-but{
    background: #00ff99 !important;
    padding:5px 15px 5px 15px;
    border:none;
    border-radius:5px;
    transition: 0.7s;
    position: relative;
}
button.mod-but:hover{
    background: rgb(0, 255, 255) !important;
    top: -2px;
}

.download_page object{

    height:230px;
}
.download_page .card_c{
    transition: 0,6s ease-in-out;
    border: 1px solid transparent;
}

.download_page .card_c:hover{
    border: 1px solid var(--primary);
}

.download-page-qwery{
    background: linear-gradient(45deg,var(--primary),var(--secondary));
    border-radius: 10px;
}

.about-review .review-form{
    box-shadow: 0.5px 0.5px 10px rgb(150, 148, 148);
    background-color: white;
}
.about-review .row{
    background-image: url(../img/reviewbg.jpg);
    background-size: cover;
    border-radius:10px;
}


.btn:not(.btn-primary):hover {
    color: #fff !important;
    /* background: linear-gradient(45deg, var(--secondary), var(--primary)); */
    background: linear-gradient(210deg, #0e265e, #bb2622);
}

.contact-box .btn{
    /* border-radius: 20px !important; */
    /* font-family: 'Barlow', sans-serif;
    font-family: 'Roboto', sans-serif; */
    font-weight: 600;

}
.navbar-light .collapse.show .navbar-nav .nav-link{
    color: #f7f1f1;
}
.navbar-light .collapse.show .navbar-nav .nav-link.dropdown
{
    position: relative;
}
.navbar-light .collapse.show .navbar-nav .dropdown .dropdown-menu
{
    position: static !important;
}
.navbar-light .collapse.show .navbar-nav .nav-link.active{
    color: #c21023;
}


@media screen and (max-width: 767px) {
    .nav_banner {
        height: 130px;
        overflow: hidden;
    }

    .maintitleD.mx-auto{
        font-size: 22px;
    }
    .tecnology .card .title{
        font-size: 20px;
    }
    .counter .title{
        font-size: 28px;
        line-height: 35px;
    }
    .contact_info{
        margin-bottom: 40px;
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 20px;
    }
    .contact_info .card_c .contact-box .title {
        font-size: 18px;
    }
    .services_details_page .service_descption{
        margin-top: 30px;
    }
    .about_page .why_us .card .about .title{
        font-size: 20px;
        margin-top: 15px;
    }
    #full-stars-example .rating__label{
        font-size: 1.3rem;
    }
    .modal-footer{
        margin-top: 25px;
    }
    .projects .card .info .title{
        font-size: 20px;
    }
}
@media screen and (min-width: 568px) and (max-width:767px){

    .nav_banner .content .desc {
        display: none;
    }

    .nav_banner{
        height: 236px;
    }
    .nav_banner .content
    {
        height: 100%;
    }
    .nav_banner .content .title
    {
        font-size: 25px;
        line-height: 30px;
    }
}
@media screen and (min-width: 712px) and (max-width: 767px){

    .nav_banner .content .desc {
        display: none;
    }

    .header-carousel.owl-carousel .owl-item img
    {
        height: 22em;
    }
}
@media screen and (max-width: 712px) {
    .nav_banner .content .desc {
        display: none;
    }
    .header-carousel.owl-carousel .owl-item img
    {
        height: 15em;
    }
    .header-carousel .content
    {   width: 95%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
}

@media screen and (max-width:567px)
{
    .nav_banner .content .desc {
        display: none;
    }
    .nav_banner{
        height: 250px;
    }

    .nav_banner .content
    {
        padding: 50px 40px;
        height: 250px;
    }
    .nav_banner .content .title
    {
        font-size: 30px;
        line-height: 30px;
    }
}

@media screen and (max-width:767px)
{
    .nav_banner .content .desc {
        display: none;
    }
    .home_page .inovative
    {
    text-align: center;
    padding:10px;
    }
    .home_page .inovative .row::after
    {
        content: none;
    }
    .home_page  .counter .col-md-6:nth-child(3)
    {
        margin-bottom: 20px;
    }
    .nav_banner .content{
        padding: 83px 80px;
    }
    .home_page .inovative .section_title.text-primary{
        font-size: 20px;
        line-height: 25px;
    }
    #first{
        order: 1;
    }
    #secound{
        order: 2;
    }
    .career_page .how_to img{
        margin-bottom: 20px;
        width: 100%;
        object-fit: cover;
    }
    .needs-validation{
        margin-top: 40px;
    }
    .needs-validation .form{
        padding: 15px !important;
    }
    .contact_page .contact_box .content{
        padding: 15px;
        margin: 0;
    }
    .home_page .welcome_section{
        margin-top: 15px;
    }
    .home_contact .title{
        font-size: 34px;
        margin-bottom: 10px;
    }
    .header-carousel .content .titl{
        font-size: 25px;
    }
    .services .card .title{
        font-size: 18px;
    }
    .header-carousel .content .desc{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
        box-orient: vertical;
        -webkit-line-clamp: 3;
        -moz-line-clamp: 3;
        -ms-line-clamp: 3;
        line-clamp: 3;
        overflow: hidden;
    }
}
@media screen and (min-width: 767.5px) and (max-width: 992px) {
    .nav_banner .content .desc {
        display: none;
    }

    .nav_banner .content .desc {
        display: none;
    }

    .nav_banner{
        height: 267px;
    }
    .nav_banner .content{
        /* padding: 120px 80px; */
        padding: 66px 80px;
        height: 267px;
        overflow: hidden;
    }
}
@media screen and (max-width:576px)
{
    /* .home_page .welcome_section
    {
        margin-top: 0;
    }     */

    .nav_banner .content .desc {
        display: none;
    }

    .home_page .welcome_section .row
    {
        border-radius:0 ;
    }
    .header-carousel .content .titl
    {
        /* font-size: 30px; */
        line-height: 30px;
    }
    .header-carousel .content .desc
    {
        font-size: 17px;
        line-height: 19px;
    }
}
@media screen and (max-width:426px) {

    .services .card .title {

        height: 65px;

           }

    .tecnology.why_choose .mcard .title
{
    line-height: 23px;
    height: 50px;
}


    .nav_banner .content .desc {
        display: none;
    }

        .services_details_page .service_descption .to_margin
    {
        margin-top: 20px;
    }

    .nav_banner {
        height: 250px;
        overflow: hidden;
    }
    .nav_banner .content
    {
        padding: 95px 25px;
        height: 100%;
    }
    .nav_banner .content .title
    {
        font-size: 22px;
        line-height: 23px;
    }
    .counter .title
    {
        font-size: 26px;
        line-height: 27px;
    }
    .counter .desc
    {
        line-height: 22px;
    }
    .counter
    {
        padding: 2  0px 30px;
    }
    .header-carousel.owl-carousel .owl-item img
    {
        height: 10em;
    }
    .nav_banner .content .page
    {
        font-size: 15px;
    }
}
#particlesjs
{
position: relative;
}
#particlesjs canvas,#particlesjs2 canvas
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.tsparticles-canvas-el
{
    position: absolute;
    top: 0;
}


.why_us .desc
{
    color: #000;
    /* font-family: 'Barlow', sans-serif; */
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
}
.why_us img
{
    /* height: 250px; */
    height: 300px;
    width: auto;
}
.why_us .more_info span
{
    font-size: 19px;
    font-weight: 500;
}
.why_us .more_info .features
{
    color: #000;
    margin-right: 5px;
}
.why_us .more_info .features i
{
    color: #fff;
    background: #3ca71c;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 19px;
}
.why_us.why_us_n .col-md-10.mx-auto
{
    position: relative;
}
.why_us.why_us_n .col-md-10.mx-auto::after
{
    content: '';
}
@media screen and (max-width:426px){
    .why_us .desc .more_info
    {
        margin-bottom: 20px;
    }
}
/* .what_offer */
.what_offer .card
{
    flex-direction: row;
    padding: 10px;
    transition: 0.3s ease-in-out;
    position: relative;
}
.what_offer .card:hover
{
    cursor: default;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.what_offer .card::after
{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
    width: 0;
    height: 100%;
    background: #12367b;
    transition:width 0.3s ease-in-out;
}
.what_offer .card:hover::after
{
    width: 100%;
    height: 100%;

}
.what_offer .card .icon_box
{
    padding-top: 11px;
    padding-right: 10px;
    z-index: 1;
    position: relative;
}
.what_offer .card .icon_box i
{
    width: 50px;
    font-size: 30px;
    color: #12367b;
    z-index: 1;
    position: relative;
}
.what_offer .card:hover .icon_box i
{
    color: #fff;
}
.what_offer .card .info_box .title
{
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    font-family: 'Barlow';
    /* font-family: 'Barlow'; */
    color: #000;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
}
.what_offer .card:hover .info_box .title
{
    color: #fff;
}
.what_offer .card .info_box .desc
{
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    /* font-family: 'Barlow'; */
    font-family: 'Roboto';
    color: #000;
    z-index: 1;
    position: relative;
}
.what_offer .card:hover .info_box .desc
{
    color: #fff;
}
/* what_offer end */
.about-review .col-form-label
{
    font-family: 'Barlow', sans-serif;
    color: #000;
}
/* leadership_page */
.leadership_page .team_list .our-team {
    padding: 30px 0 40px;
    margin-bottom: 30px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

  .leadership_page .team_list .our-team .picture {
    display: inline-block;
    height: 130px;
    width: 130px;
    margin-bottom: 38px;
    z-index: 1;
    position: relative;
  }

  .leadership_page .team_list .our-team .picture::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #12367b;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
  }

  .leadership_page .team_list .our-team:hover .picture::before {
    height: 100%;
  }

  .leadership_page .team_list .our-team .picture::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #12367b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .leadership_page .team_list .our-team .picture img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
  }

  .leadership_page .team_list .our-team:hover .picture img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
  }
  .leadership_page .team_list .our-team .name
  {
    font-family: 'Barlow';
    font-size: 21px;
    text-transform: capitalize;
  }
  .leadership_page .team_list .our-team .title {
    display: block;
    font-size: 13px;
    color: #bd231f;
    text-transform: capitalize;
    font-family: 'Roboto';
    /* margin-bottom: 10px;
    font-weight: 500; */
    height: 44px;
    margin-bottom: 10px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
  }

  .leadership_page .team_list .our-team .social {
    width: 100%;
    padding: 0;
    margin: 0;
    /* background-color: #12367b; */
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
  }

  .leadership_page .team_list .our-team:hover .social {
    bottom: 0;
    padding-bottom: 12px;
  }

  .leadership_page .team_list .our-team .social li {
    display: inline-block;
  }

  .leadership_page .team_list .our-team .social li a {
    /* display: block;
    padding: 10px;
    font-size: 17px;
    color: white; */
    transition: all 0.3s ease 0s;
    text-decoration: none;
  }
  .leadership_page .team_list .our-team .social li a i
  {
    background: #12367b;
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

    transition: all 0.3s ease;
  }
  .leadership_page .team_list .our-team .social li a:hover i
  {
    background: #082d58;
    color: #fff;
    transform: translateY(-3px);
  }


/* leadership_page end */
@media screen and (max-width:426px) {
    .sectiontitle
    {
        font-size: 30px;
    }
    .section_title.small_title
    {
        font-size: 16px;
    }
}
.fixed_social
{
    position: fixed;
    top: 50%;
    left: 0;
    background: transparent;
    padding: 10px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    display: grid;
    transform: translateY(-50%);
    z-index: 9999;
}
.fixed_social a
{
    /* display: block; */
    margin-bottom: 10px;
}
.fixed_social a:last-child
{
    margin: 0;
}
.fixed_social i
{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #12367b;
    color: #fff;
    border-radius: 5px;
    margin-right: 6px;
    transition: 0.3s ease-in-out;
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px
}
.fixed_social a i:hover
{

    color: #fff;
    background: #c81e1e;
    border-radius: 5px;
}
/* .fixed_social a:nth-child(2) i:hover
{
    background: #c81e1e;
}
.fixed_social a:nth-child(3) i:hover
{
    background: #12367b;
}
.fixed_social a:nth-child(4) i:hover
{
    background: #c81e1e;
} */
@media screen and (max-width:991px){
    .fixed_social
    {
        position: fixed;
        top: 50%;
        left: auto;
        right: 0;
        background: transparent;
        padding: 10px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        display: grid;
        transform: translateY(-50%);
        z-index: 9999;
    }
}
.project_banner svg
{
    height: 43px;
    width: 100%;
}
@media screen and (max-width:767px) {
    .project_banner svg
    {
        height: 34px;
        width: 100%;
    }
}
.our_mission_vision
{
    /* background-image: url(https://teliolabs.com/wp-content/uploads/2022/05/bg-map-pointers.jpg); */
    background-position: center center;
    background-size: cover;
}
.our_mission_vision .main_box
{
    padding: 20px;
}
.our_mission_vision .title
{
    font-size: 28px;
    font-weight: 600;
    font-family: 'Roboto';
    /* color: #000; */
    color: #12367b;
    margin-bottom: 10px;
}
.our_mission_vision .desc
{
    font-size: 18px;
    font-family: 'Roboto';
    color: #000;
    position: relative;
/*    padding-left: 20px;*/
    padding-bottom: 20px;
    padding-top: 20px;
}
/*.our_mission_vision .desc::after
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #FF5722;

}*/
.why_deferant
{
    /* background: linear-gradient(321deg, #1d62aa 50%, #11316a); */
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;

}
.why_deferant::after
{
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(45deg, #0693e3, transparent);
}
.why_deferant::before
{
    content: '';
    position: absolute;
    bottom: -75px;
    right: 0;
    width: 300px;
    height: 300px;
    border-radius: 30%;
    background: linear-gradient(45deg, #0693e3, transparent);
}
.why_deferant .card
{
    background: transparent;
}
.why_deferant .sectiontitle
{
    /* color: #fff; */
    color: #12367b;
    font-family: 'Barlow', sans-serif;
}
.why_deferant .desc
{
    color: #fff !important;
}

.best_features{
    height: auto !important;
    width: 100% !important;
    background-size: cover !important;
    /* background-position: center !important; */
}