/********** Template CSS **********/

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);


:root {
    --primary: #62D0D9;
    --secondary: #FAF3EB;
    --light: #FFFFFF;
    --dark: #2B2825;
    --bg-breadcum: #141f43;
}
body{
    color: #21326a;
    font-family: "Archivo"!important;
    line-height: normal;
}

.font-secondary {
    font-size: 20px;
    font-weight: 800 !important;
}

.display-4 {
    font-size: 2.5rem;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
    color: #21326a;
    font-family: "Archivo"!important;

}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
    color: #21326a;
    font-family: "Archivo"!important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
    color: #21326a;
    font-family: "Archivo"!important;
}
.bg-primary {
    background-color: #ffffff !important;
}
.bg-lightblue{
    background-color: var(--bg-breadcum);
}

.box{
    width: 80%;
    box-shadow: 0px 0px 20px 0px #00000038;
    border-radius: 30px;
    transition: 0.3s;
}
.box:hover {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    animation-name: example;
    animation-duration: 0.25s;
    border-left: 8px solid #62D0D9;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    
  }
.btn-primary {
    color: #FFFFFF;
    background-color: #2dc0cc;
    border: 0;
}
.btn {
    font-family: "Archivo";
    font-weight: 600;
    transition: .5s;
}
.btn:hover
{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    animation-name: example;
    animation-duration: 0.25s;
    border-left: 8px solid #62D0D9;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.bg-blue{
    background-color: #21326a;;
}
.btn-primary {
    color: #FFFFFF;
}

.border-inner {
    position: relative;
}

.border-inner * {
    position: relative;
    z-index: 1;
}

.border-inner::before {
    position: absolute;
    content: "";
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: none;
    z-index: 0;
}
.btn-primary:hover {
    color: #21326a !important;
    background-color: #ffffff1e;
    border: 1px solid #ffffffa1;
    }

.btn-square {
    width: 40px;
    height: 40px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 50px;
    height: 50px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: "Archivo";
    padding: 30px 15px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--light);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        padding: 10px 0;
    }
}
@media (max-width: 576px) { 
    .text-secondary {
        font-size: 12px!important;
    }
    .float2{
        float: none!important;
    }
    .hero-header {
        background: url(../img/banner/banner-1.jpg) top left no-repeat!important;
    }
    .display-4 {
        font-size: 2rem;
        font-weight: 400 !important;
        margin-left: 0rem !important;
        margin-top: 0rem !important;
        margin-right: 0rem !important;
    }
    .img-flt{
        width: 3rem !important;
        float: initial !important;
        margin: 10px 0px !important;
    }
 }
.float1{
    float: inline-start;
}
.img-flt{
    width: 10%;
    float: left;
    margin: 10px 15px;
}
.float2{
    float: inline-start;
}
.float3{
    float: inline-start;
}
.float4{
    float: inline-start;
}
.hero-header {
    background: url(../img/banner/banner-1.webp) top right no-repeat;
    background-size: cover;
}
.width-box{
    width: 30px; height: auto;
}
.float{
    float: right;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #FFFFFF;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--primary);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}
.bnr-padding{
    padding: 120px 0px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}





.service::after,
.contact::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 45px);
    top: 135px;
    left: 0;
    background-image: url(../img/banner/abt-bg.png);
    /* background: linear-gradient(rgba(43, 40, 37, .9), rgba(43, 40, 37, .9)), url(../img/banner/abt-bg.png) center center no-repeat; */
    background-size: cover;
    z-index: -1;
}

.contact::after {
    background: linear-gradient(rgba(43, 40, 37, .5), rgba(43, 40, 37, .5)), url(../img/banner/abt-bg.png) center center no-repeat;
    background-size: cover;
}

.bg-offer {
    background: url(../img/Group\ 32.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.team-item{
    box-shadow: 0px 0px 20px 0px #00000038;
}
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
    filter: blur(5px)
}

.team-item .team-overlay {
    transition: .5s;
    opacity: 0;
}

.team-item:hover .team-overlay {
    opacity: 1;
}

.testimonial-carousel .owl-dots {
    height: 45px;
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 2px;
    width: 10px;
    height: 25px;
    background: #DDDDDD;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    height: 45px;
    background: var(--primary);
}

.testimonial-carousel .owl-item .testimonial-item {

    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {

}

.bg-img {
    background: linear-gradient(rgba(43, 40, 37, .5), rgba(43, 40, 37, .5)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

#brand-section {
    background-color: #fff;
    padding: 50px 0;
    text-align: center;
}

#brand-section .container {
    width: 80%;
    margin: 0 auto;
}

#brand-section h2 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

#brand-section p {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 40px;
}

#brand-section .brand-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#brand-section .brand-logo {
    margin: 20px;
}

#brand-section .brand-logo img {
    max-width: 150px;
    transition: transform 0.3s ease;
}

#brand-section .brand-logo img:hover {
    transform: scale(1.1);
}
.parallax{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.snip1533 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #262626;
    display: inline-block;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    margin: 35px 10px 10px;
    max-width: 310px;
    min-width: 250px;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    border-top: 5px solid #21326a;
  }
  
  .snip1533 *,
  .snip1533 *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  
  .snip1533 figcaption {
    padding: 13% 10% 12%;
  }
   .snip1533 figcaption:hover {
    padding: 12% 10% 11%;
  }


  .snip1533 figcaption:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #21326a;
    content: "\f10e";
    font-family: 'FontAwesome';
    font-size: 32px;
    font-style: normal;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: -30px;
    width: 60px;
  }
  
  .snip1533 h3 {
    color: #151515;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin: 10px 0 5px;
  }
  
  .snip1533 h4 {
    font-weight: 400;
    margin: 0;
    opacity: 0.7;
  }
  
  .snip1533 blockquote {
    font-style: italic;
    font-weight: 300;
    margin: 0 0 20px;
  }






.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.logogrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-auto-rows: 75px;
    grid-gap: 4rem;
    margin: 50px 0px;
}
.logogrid__item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logogrid__img {
    object-fit: cover;
    max-width: 120px;
    max-height:120px;
    filter: grayscale(0) contrast(100%);
    transition: filter 0.3s ease;
}
.logogrid__img:hover {
   filter: grayscale(100%) contrast(99%);
}
  