/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

/*
 * GLightBox CSS
*/
.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}



/*

 * Custom CSS
*/
.hero-slider-full .hero-slider-item .hero-slider-caption{
    overflow: hidden;
}

.hero-slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.hero-slider-item .button-group a.btn.btn-bordered {
    margin-top: 10px;
}
.hero-slider-item.img .button-group a.btn.btn-bordered {
    margin-top: 0px;
    box-shadow: none !important;
}
.hero-slider-item .button-group  .animation-img img.butn-arrow {
    width: 61px;
}
.hero-slider-img img {
    margin: 0 auto;
}
.hero-slider-item .welcome-intro {
    overflow: hidden;
    padding-bottom: 30px;
    padding-left: 5px;
}
/*Animation*/
.active .hero-slider-item h1, .active .hero-slider-item a, .active .hero-slider-item p, .active .hero-slider-item h4{
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1s;
  animation-delay: 0.8s;
}
.active .hero-slider-item h4{
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.active .hero-slider-item p{
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.active .hero-slider-item a {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.active .hero-slider-item .hero-slider-img img{
    -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1.3s;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.6s;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.hero-slider-area .owl-nav {
    display: none;
}
.hero-slider-area .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.hero-slider-area .owl-dots .owl-dot {
    margin: 0 6px;
    border: 0;
    background: none;
    cursor: pointer;
    outline: none;
}
.hero-slider-full .owl-dots .owl-dot span {
    display: block;
    border-radius: 50%;
    background-color: #fff;
    width: 12px;
    height: 12px;
    position: relative;
    transition: all 0.3s ease;
}
.hero-slider-full .owl-dots .owl-dot span::after {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    transform: scale(0);
    transition: all 0.3s ease;
}
.hero-slider-full .owl-dots .owl-dot.active span{
    background:var(--primary-color);
}
.hero-slider-full .owl-dots .owl-dot.active span::after {
    transform: scale(1);
}




.hero-image-slider-full .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.hero-image-slider-full .owl-dots .owl-dot {
    margin: 0 6px;
    border: 0;
    background: none;
    cursor: pointer;
    outline: none;
}
.hero-image-slider-full .owl-dots .owl-dot span {
    display: block;
    border-radius: 50%;
    background-color: #333;
    width: 12px;
    height: 12px;
    position: relative;
    transition: all 0.3s ease;
}
.hero-image-slider-full .owl-dots .owl-dot span::after {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    transform: scale(0);
    transition: all 0.3s ease;
}
.hero-image-slider-full .owl-dots .owl-dot.active span{
    background:var(--primary-color);
}
.hero-image-slider-full .owl-dots .owl-dot.active span::after {
    transform: scale(1);
}



.career-highlights-section{
    height: 100%;
}
.career-highlights-section-img {
    height: 100%;
}
.career-highlights-section-img img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}
.book-meeting-section-full .hidden-image img {
    width: 100%;
}
.case-study-item .content  h2 a {
    color: var(--secondary-color);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.single-input {
    width: 100%;
    margin-bottom: 20px;
}

.single-input label {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 15px;
    color: #666;
}

.single-input input,.single-input textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--border-color);
    border: 1px solid #ddd;
    font-size: 15px;
    letter-spacing: .4px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    outline: none;
    transition: all .3s ease;
}
.single-input textarea{
    height: 150px;
}
.single-input input:focus,.single-input textarea:focus {
    border-color: var(--primary-color);
}
.sa-demand-contact-box input[type="submit"] {
    border: none;
    padding: 12px 35px;
    border-radius: 30px;
    background: var(--primary-color);
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}
.testimonial-single {
    position: relative;
}
.testimonial-single .flag-img {
    max-width: 25px;
    position: absolute;
    top: 25px;
    right: 28px;
}
.testimonial-single .t-modal .flag-img {
    max-width: 25px;
    position: absolute;
    top: 40px;
    right: 57px;
}
.hero-slider-img.fo-section-h{
    padding: 20px;
}
.hero-slider-img.fo-section-h .fo-section-h-full {
    border: 1px solid #dddddd3b;
    padding: 30px;
    border-radius: 5px;
    background: #dddddd29;
}
.hero-slider-img.fo-section-h .fo-section-h-full .form-group input {
    width: 100%;
    border-radius: 0px;
    height: auto;
    padding: 13px 20px;
    box-shadow: none;
    border: 1px solid #cccccc59;
}
.hero-slider-img.fo-section-h .fo-section-h-full .form-group input:focus{
    border-color: var(--primary-color);
}
.hero-slider-img.fo-section-h .fo-section-h-full h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.hero-slider-img.fo-section-h .fo-section-h-full .form-group textarea {
    width: 100%;
    border-radius: 0px;
    height: 80px;
    padding: 13px 20px;
    box-shadow: none;
    border: 1px solid #cccccc59;
}
.hero-slider-img.fo-section-h .fo-section-h-full .form-group textarea:focus{
    border-color: var(--primary-color);
}
.section-heading > h2{
    margin-bottom: 15px !important;
}
.section-heading h3.price {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}
.section-heading h3.price span{
    color: var(--primary-color);
}
.content-box-section-area h2.title {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 700;
}
.content-box-section-area  p.content {
    font-size: 15px;
    line-height: 32px;
    color: #605774;
    margin-bottom: 20px;
}

.content-box-section-area .content-2 {
    line-height: 32px;
    color: #605774;
    margin-bottom: 20px;
}

.content-box-section-area .content-2 p {
    font-size: 15px;
}

.content-box-section-area  .list-repeate-item {
    margin-bottom: 15px;
}

.content-box-section-area .list-repeate-item p {
    font-size: 15px;
    line-height: 26px;
    color: #605774;
}
.aws-slider-item .img {
    height: 400px;
    border-radius: 10px;
    position: relative;
}
.aws-slider-item .img .main-img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.aws-slider-item .img .tags {
    position: absolute;
    z-index: 10;
    top: 30px;
    right: 30px;
}
.aws-slider-item .img .slide_up_down {
    position: absolute;
    top: 120px;
    z-index: 2;
    width: 200px;
    left: -100px;
}
.aws-slider-item .img .slide_up_down {
    align-self: flex-end;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    margin: 0 auto 0 auto;
    transform-origin: bottom;
    animation-name: bounce-1;
    animation-timing-function: linear;
}
@keyframes bounce-1 {
    0%   { transform: translateX(0); }
    50%  { transform: translateX(-30px); }
    100% { transform: translateX(0); }
}
.aws-slider-item .content .l-logo {
    max-width: 100px;
    margin-bottom: 25px;
}
.aws-slider-item .content h2 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}
.aws-slider-item .img .tags a {
    display: inline-block;
    padding: 6px 23px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
.aws-slider-item .content p {
    font-size: 15px;
    line-height: 28px;
    color: #605774;
    margin-bottom: 25px;
}
.aws-slider-item .content .button-group {
    display: flex;
    margin: 0;
    align-items: center;
}
.aws-slider-item .content .button-group a.button-2 {
    margin-left: 10px;
    background: transparent;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    transition: all .3s ease;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 11px 30px;
    display: inline-block;
    line-height: 22px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
.aws-slider-item .content .button-group a.button-2 svg{
    margin-right: 4px;
}
.aws-slider-item .content .button-group a.btn {
    font-size: 14px;
    font-weight: 400;
}
.aws-slider-item .content .button-group a.btn:before, .aws-slider-item .content .button-group a.btn:after {
    background: var(--primary-color);
}
.aws-slider-item .content .button-group a.button-2:hover{
    background: var(--primary-color);
    color: #fff;
}
.gallery-card-item {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 4px;
    transition: all .3s ease;
}
.gallery-card-item:hover{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.gallery-card-item .content {
    padding: 28px 30px;
}
.gallery-card-item .content .date {
    margin-bottom: 12px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #666666c7;
    padding-left: 15px;
}
.gallery-card-item .content .date:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background: #3333335e;
    border-radius: 50%;
    top: 9px;
    left: 3px;
}
.gallery-card-item .content h3 {
    font-size: 20px;
    font-weight: 600;
}
.gallery-card-item .content h3:hover a {
    color: var(--primary-color);
}
.aws-slider-full .owl-dots {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}
.aws-slider-full .owl-dots .owl-dot {
    margin: 0 6px;
    border: 0;
    background: none;
    cursor: pointer;
    outline: none;
}
.aws-slider-full .owl-dots .owl-dot span {
    display: block;
    border-radius: 50%;
    background-color: #333;
    width: 12px;
    height: 12px;
    position: relative;
    transition: all 0.3s ease;
}
.aws-slider-full .owl-dots .owl-dot span::after {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    transform: scale(0);
    transition: all 0.3s ease;
}
.aws-slider-full .owl-dots .owl-dot.active span{
    background:var(--primary-color);
}
.aws-slider-full .owl-dots .owl-dot.active span::after {
    transform: scale(1);
}
.side-widgets-l-blog .item .thubnail img {
    border-radius: 5px;
}
.tech-we-used-section .tech-we-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 8px;
    padding: 24px 100px 9px;
    padding-right: 20px;
}
.tech-we-used-section .tech-we-bg .content h3 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 15px;
}
.tech-we-used-section .tech-we-bg .content p {
    font-size: 15px;
    line-height: 28px;
    color: #605774;
    margin-bottom: 25px;
}
.single-solution-card {
    background-color: #EDEFF5;
    border-radius: 5px;
    transition: all .3s ease;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.single-solution-card:hover {
    -webkit-box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.12);
    box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.12);
}

.single-solution-card a {
    padding: 40px;
    display: inline-block;
}

.single-solution-card a .title {
    text-align: left;
    margin-bottom: 35px;
}

.single-solution-card a .title h4 {
    font-weight: 500;
    line-height: 30px;
    font-size: 23px;
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
}
.single-solution-card:hover a .title h4{
    color: var(--primary-color);
}
.single-solution-card .thumb img{
    width: 100%;
}
.book-meeting-section-full.slider-image-sec .image-column-s {
    margin: 0;
    padding: 0;

}
.book-meeting-section-full.slider-image-sec .row.section-bg {
    height: 550px;
    overflow: hidden;
}
.book-meeting-section-full.slider-image-sec .b-image-slider-full .image {
    height: 100%;
}
.book-meeting-section-full.slider-image-sec .b-image-slider-full .image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.b-image-slider-full .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.b-image-slider-full .owl-dots .owl-dot {
    margin: 0 6px;
    border: 0;
    background: none;
    cursor: pointer;
    outline: none;
}
.b-image-slider-full .owl-dots .owl-dot span {
    display: block;
    border-radius: 50%;
    background-color: #333;
    width: 12px;
    height: 12px;
    position: relative;
    transition: all 0.3s ease;
}
.b-image-slider-full .owl-dots .owl-dot span::after {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    transform: scale(0);
    transition: all 0.3s ease;
}
.b-image-slider-full .owl-dots .owl-dot.active span{
    background:var(--primary-color);
}
.b-image-slider-full .owl-dots .owl-dot.active span::after {
    transform: scale(1);
}
.book-meeting-section-full.slider-image-sec .content-column {
    padding: 0px 20px;
    padding-left: 26px;
}
.hero-slider-item .welcome-intro h1,
.hero-slider-item .welcome-intro h2 {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    line-height: 52px;
}
.hero-slider-item .welcome-intro h2 span,
.section-heading > h2 span{
	color: var(--primary-color);
}
.welcome-intro p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
}
.button-group a.btn.btn-bordered.active::before {
    background: var(--primary-color);
}
.about-image-slider-full .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}
.about-image-slider-full .owl-dots .owl-dot {
    margin: 0 6px;
    border: 0;
    background: none;
    cursor: pointer;
    outline: none;
}
.about-image-slider-full .owl-dots .owl-dot span {
    display: block;
    border-radius: 50%;
    background-color: #333;
    width: 12px;
    height: 12px;
    position: relative;
    transition: all 0.3s ease;
}
.about-image-slider-full .owl-dots .owl-dot span::after {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    transform: scale(0);
    transition: all 0.3s ease;
}
.about-image-slider-full .owl-dots .owl-dot.active span{
    background:var(--primary-color);
}
.about-image-slider-full .owl-dots .owl-dot.active span::after {
    transform: scale(1);
}
.hero-slider-area .hero-slider-img img {
    padding: 20px;
}
.certificate-image-box {
    text-align: center;
    background: #fff;
    padding: 25px;
    width: 100%;
    box-shadow: 0px 4px 16px 0px #00000014;
    border-radius: 16px;
}
.service-box-item-n {
    overflow: hidden;
    border-radius: 16px;
    background: #0A1026;
    padding: 24px;
        transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.service-box-item-n:hover{
    box-shadow: 0 10px 15px rgba(150, 46, 255, 0.3),
              0 -10px 15px rgba(0, 115, 229, 0.3),
              10px 0 15px rgba(0, 126, 148, 0.3),
              -10px 0 15px rgba(0, 115, 229, 0.3);
}
.service-box-item-n .icon {
    margin-bottom: 18px;
    max-width: 150px;
}
.service-box-item-n .content h3 {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
}
.service-box-item-n .content p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
}
.service-box-item-n .content a.view_text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    transition: all .3s ease;
        position: relative;
    overflow: hidden;
}
.service-box-item-n .content a.view_text:hover{
    color: var(--primary-color);
}
.service-box-item-n .content a.view_text span {
    margin-left: -120px;
    display: inline-block;
    width: auto;
    transition: all .5s ease;
}
.service-box-item-n:hover .content a.view_text span{
    margin-left: 0px;
}
.service-box-item-n .content a.view_text svg {
    font-size: 20px;
    width: 25px !important;
    height: 20px;
}
.about-us-content h4 {
    margin-bottom: 26px !important;
    font-size: 26px !important;
    font-weight: 400 !important;
}
.about-us-content h2 {
    font-size: 40px !important;
    line-height: 52px !important;
}
.item-stle span svg {
    margin-right: 10px !important;
}
.single-solution-card2 {
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #0000001A;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.single-solution-card2:hover{
    box-shadow: 0 10px 15px rgba(150, 46, 255, 0.3),
              0 -10px 15px rgba(0, 115, 229, 0.3),
              10px 0 15px rgba(0, 126, 148, 0.3),
              -10px 0 15px rgba(0, 115, 229, 0.3);
    border-color: var(--primary-color);
}
.single-solution-card2:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100% !important;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(10, 16, 38, 0) 0%, #0A1026 83.75%);
}
.single-solution-card2 .thumb img {
    width: 100%;
}
.single-solution-card2 .cate {
    position: absolute;
    top: 30px;
    z-index: 3;
    left: 30px;
    background: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #000;
    padding: 4px 12px;
    padding-top: 5px;
    border-radius: 4px;
}
.single-solution-card2 .content {
    position: absolute;
    z-index: 4;
    bottom: 0;
    padding: 24px;
    left: 0;
    right: 0;
    width: 100%;
}
.single-solution-card2 .content h3 {
    margin-bottom: 20px;
}
.single-solution-card2 .content h3 a {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.2px;
    color: #fff;
}
.single-solution-card2 .content h3:hover a{
    color: var(--primary-color);
}
.single-solution-card2 .view-btn a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}
.single-solution-card2 .view-btn a svg {
    font-size: 20px;
    width: 25px !important;
    height: 20px;
}
.single-solution-card2 .view-btn a span {
    margin-left: -91px;
    display: inline-block;
    width: auto;
    transition: all .5s ease;
}
.single-solution-card2:hover .view-btn a span {
    margin-left: 0px;
}
.single-solution-card2 .view-btn a:hover span {
    color: var(--primary-color);
}
.testimonial-sec-left-content h4 {
    margin-bottom: 26px !important;
    font-size: 26px !important;
    font-weight: 400 !important;
    color: #000 !important;
}
.discover-we-section {
    padding: 70px 0px;
    background: #0A1026;
}
.discover-we-section .image img {
    width: 100%;
}
.discover-we-section .content h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #fff;
    margin-bottom: 20px;
}
.discover-we-section .content p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #fff;
    margin-bottom: 20px;
}
.discover-we-section .content h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #fff;
}
.discover-we-section .content ul.list {
    margin-bottom: 20px;
}
.discover-we-section .content ul.list li {
    margin-bottom: 16px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.discover-we-section .content ul.list li svg{
    margin-right: 8px;
}
.discover-we-section .content ul.list li:last-child{
    margin-bottom: 0px;
}
.discover-we-section .content ul.list li a{
    color: #fff;
}
.discover-we-section .content ul.list li a:hover{
    color: var(--primary-color);
}
.discover-we-section .content .button-sec a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #fff;
    background: var(--primary-color);
    padding: 12px 30px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 4px;
}
.discover-we-section .image img {
    width: 100%;
    border-radius: 8px;
}
.blog-item .content a.read-more {
    color: #333333 !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    display: inline-flex !important;
    align-items: center !important;
    transition: all .3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}
.blog-item .content a.read-more span {
    margin-left: -85px;
    display: inline-block;
    width: auto;
    transition: all .5s ease;
}
.blog-item .content a.read-more svg {
    font-size: 20px;
    width: 25px !important;
    height: 20px;
}
.blog-item:hover .content a.read-more span {
    margin-left: 0px;
}
.blog-item .content a.read-more:hover {
    color: var(--primary-color) !important;
}

.ftc-team-2-item.ftc-t1-active-toggle {
    transition: 500ms cubic-bezier(.25,.46,.45,.50);
}
.ftc-team-2-item.ftc-t1-active-toggle.col-lg-3.active {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.ftc-certificate-item{
    position: relative;
    z-index: 1;
/*    border: 1px solid #502e64;*/
    border-radius: 10px;
    padding: 30px;
/*    padding-bottom: 0;*/
    transition: 500ms cubic-bezier(.25,.46,.45,.50);
    width: 100%;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.ftc-certificate-item .bg-shape-cer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: 500ms cubic-bezier(.25,.46,.45,.50);
}
.ftc-team-2-item:is(.active) .bg-shape-cer {
    opacity: 1;
    visibility: visible;
}

.ftc-certificate-item .item-img {
    height: 100%;
    display: flex;
    align-items: end;
    max-width: 190px;
    overflow: hidden;
}
.certificate-item-hover {
    position: absolute;
    top: 50%;
    right: -100%;
    transform: translateY(-50%);
    width: 100%;
    padding-left: 230px;
    opacity: 0;
    visibility: hidden;
    transition: 500ms cubic-bezier(.25,.46,.45,.50);
    transition-delay: 0s;
    z-index: 1;
}
.ftc-team-2-item:is(.active) .certificate-item-hover {
    right: 0;
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
}
.certificate-item-hover p {
    display: none;
    transition: 500ms cubic-bezier(.25,.46,.45,.50);
    transition-delay: 0s;
    font-style: italic;
    padding-right: 10px;
}
.ftc-team-2-item:is(.active) .certificate-item-hover p {
    display: block;
}
.ftc-team-2-item .item-btn {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 22px;
    position: absolute;
    right: -100px;
    top: 18px;
    opacity: 0;
    visibility: hidden;
    transition: 500ms cubic-bezier(.25,.46,.45,.50);
    transition-delay: 0;
    z-index: 1;
}
.ftc-team-2-item:is(.active) .item-btn {
    right: 20px;
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s;
}
.ftc-team-2-item .item-btn svg {
    width: 20px;
    line-height: 1;
    color: #fff;
    fill: #fff;
    transform: rotate(-45deg);
}
.certificate-item-hover h2.title {
    font-size: 20px;
    color: #003A6F;
    margin-bottom: 8px;
}
.certificate-item-hover  p {
    font-size: 15px;
    font-weight: 400;
}
.certificate-count-box {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    padding: 30px 20px;
    /* padding-bottom: 0; */
    transition: 500ms cubic-bezier(.25,.46,.45,.50);
    width: 100%;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    height: 100%;
    display: flex;
    align-items: center;
        text-align: center;
}
.certificate-count-box h2.title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #003A6F;
}
.certificate-count-box h2.title span {
    display: block;
    font-size: 30px;
}
.certificate-count-box p {
    font-size: 16px;
}
.single-blog-details .blog-thumb img {
    max-width: 100%;
    width: auto;
}
.job-apply-form {
    border-top: 1px solid #ddddddb5;
    padding-top: 20px;
}
.job-apply-form  h2 {
    font-size: 26px;
    color: #003A6F;
    margin-bottom: 20px;
}
.job-apply-form .single-input input,
.job-apply-form .single-input textarea {
    border-radius: 0px;
}
.job-apply-form .wpcf7-response-output {
    margin: 0 !important;
}
.job-apply-form  input[type="submit"] {
    width: auto;
    padding: 12px 38px;
    border-radius: 4px;
    background: #003A6F;
    color: #fff;
    border: none;
    transition: all .3s ease;
}
.job-apply-form  input[type="submit"]:hover{
    background: var(--primary-color);
}
.date-read-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.certificate-count-box p span {
    color: #FF9900;
    position: relative;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 8px;
    display: inline-block;
    z-index: 1;
}
.certificate-count-box p span:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 40px;
    height: 9px;
    bottom: -5px;
    line-height: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    margin: 0 auto;
}
.ftc-certificate-item.style-2 .item-img {
    max-width: 100%;
    justify-content: space-around;
}
.ftc-certificate-item.style-2 .item-img img {
    max-width: 200px;
    width: 100%;
}
.testimonial-single-header .video-sec-tes {
    text-align: center;
    border-radius: 8px;
    padding: 70px 30px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.testimonial-single-header .video-sec-tes:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #505050;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 8px;
}
.testimonial-single-header .video-sec-tes .icon svg {
    font-size: 30px;
    width: 34px;
    height: 34px;
    fill: var(--primary-color);
    transition: all .3s ease;
}
.testimonial-single-header .video-sec-tes .icon {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: #fff;
    color: var(--primary-color);
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s ease;
}
.testimonial-single-header:hover .video-sec-tes .icon{
    color: #fff;
    background: var(--primary-color);
}
.testimonial-single-header:hover .video-sec-tes{
    transform: scale(1.05);
}
.testimonial-single-header:hover .video-sec-tes .icon svg {
    fill: #fff;
}
.section-heading > h1 {
    text-transform: inherit;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -1.2px;
    margin-bottom: 15px;
    display: inline-block;
}
body .single-service.st2 {
    padding: 40px 30px !important;
    border: 1px solid #cccccc45;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    height: 100%;
    background: #fff;
}
.h-100-100 .elementor-widget-container {
    height: 100%;
}
body .testimonial-single-header .ratting {
    display: none;
}
body .testimonial-single-header p.designation {
    font-weight: 600;
}
.review-iframe {
    height: 100%;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgb(0 0 0 / 5%) 0px 0px 0px 1px;
}
.new-p-card {
    box-shadow: -12px 10px 60px 0px rgba(35.000000000000014, 40.00000000000006, 105, 0.05);
    height: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all .3s ease;
}
.new-p-card:hover {
    box-shadow: 0 10px 15px rgb(150 46 255 / 11%), 0 -10px 15px rgb(0 115 229 / 14%), 10px 0 15px rgb(0 126 148 / 19%), -10px 0 15px rgb(0 115 229 / 20%);
    
}
.new-p-card .thumb img {
    width: 100%;
}
.new-p-card  .content {
    padding: 25px;
}
.new-p-card .content h2 {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--headding-color);
}
.new-p-card .content p.text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 12px;
}
.new-p-card .content .l-l {
    margin-bottom: 10px;
}
.new-p-card .content .l-l img {
    max-width: 138px;
}
.new-p-card .content ul {
    margin-left: 13px;
    margin-bottom: 10px;
}
.new-p-card .content ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    padding-left: 4px;
    color: #666666;
}
.new-p-card .content ul li:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #666;
    border-radius: 50%;
    top: calc( 50% - 3px );
    left: -8px;
}
.new-p-card .content .a-btn{
	margin-top: 10px;
}
.new-p-card .content .a-btn a {
    display: inline-flex;
    align-items: center;
    padding: 9px 25px;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    transition: all .3s ease;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 15px;
}
.new-p-card .content .a-btn a:hover{
	color: #fff;
	background: var(--primary-color);
}
.new-p-card .content .a-btn a svg{
	fill: var(--primary-color);
    transition: all .3s ease;
    width: 14px;
    margin-left: 6px;
}
.new-p-card .content .a-btn a:hover svg{
	fill: #fff;
}
.iq_review_sec {
    box-shadow: 0px 4px 8px 0px #0000000A;
    border: 1px solid #00000014;
    border-radius: 8px;
    padding: 24px;
    background: #F7F7F7;
}
.iq_review_sec h2 {
    color: #141831;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 32px;
}
.iq_review_sec .iq-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #000;
    line-height: 1;
}
.iq_review_sec .iq-rating span{
	line-height: 27px;
}
.iq_review_sec .iq-rating .ratting {
    font-size: 18px;
    float: left;
    color: #FFD52B;
}
.iq_review_sec .iq-rating .ratting span{
	float: left;
	margin-right: 2px;
}
.iq_review_sec .iq-a-btn a.button-1 {
    background: var(--primary-color);
    padding: 11px 30px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 28px;
    display: inline-block;
}
.offer-banner-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0px;
}
.offer-banner-section .content h3 {
    color: #fff;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 40px;
}

.offer-banner-section .content h2 {
    color: #0190F6;
    font-size: 70px;
    font-weight: 700;
    margin: 18px 0px;
}

.offer-banner-section .content h5 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
}
.offer-banner-section  .image {
    text-align: center;
}
.offer-banner-section .image img {
    max-width: 300px;
    margin: 0 auto;
}
.iq_review_sec .iq-a-btn a.button-1:hover {
    background: #0072e5;
}
.new-product-list{
	position: relative;
}
.single-list-view-item {
    padding-top: 80px;
    padding-bottom: 50px;
}
.single-list-view-item .image img{
	border-radius: 8px;
}
@media (min-width:992px){
	.single-list-view-item .order-first .image {
	    margin-right: 20px;
	    margin-left: 0;
	}

	.single-list-view-item .image {
	    margin-left: 20px;
	}
	.single-list-view-item .order-first.order-lg-last .image {
	    margin-right: 0;
	    margin-left: 20px;
	}
}
.single-list-view-item .content h2 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--heading-color);
}

.single-list-view-item .content p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 12px;
}
.single-list-view-item .content ul {
    margin-left: 13px;
    margin-bottom: 10px;
}
.single-list-view-item .content ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    padding-left: 4px;
    color: #666666;
}
.single-list-view-item .content ul li:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #666;
    border-radius: 50%;
    top: calc( 50% - 3px );
    left: -8px;
}
.single-list-view-item .content .a-btn{
	margin-top: 20px;
}
.single-list-view-item .content .a-btn a {
    display: inline-flex;
    align-items: center;
    padding: 9px 25px;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    transition: all .3s ease;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 15px;
}
.single-list-view-item .content .a-btn a:hover{
	color: #fff;
	background: var(--primary-color);
}
.single-list-view-item .content .a-btn a svg{
	fill: var(--primary-color);
    transition: all .3s ease;
    width: 14px;
    margin-left: 6px;
}
.single-list-view-item .content .a-btn a:hover svg{
	fill: #fff;
}
@media (min-width:1400px){
    .ftc-certificate-item.style-2 .item-img img {
        max-width: 220px;
    }
    .ftc-certificate-item .item-img {
        max-width: 225px;
    }
    .certificate-item-hover {
        padding-left: 255px;
    }
    .certificate-count-box h2.title {
        font-size: 26px;
    }
    .certificate-count-box p {
        font-size: 20px;
        line-height: 27px;
    }
    .certificate-count-box p span {
        font-size: 20px;
    }
    .certificate-count-box p span:after {
        width: 45px;
        height: 10px;
        bottom: -8px;
    }
    .certificate-count-box p span {
        margin-bottom: 12px;
    }
}
@media (min-width:992px){
    .discover-we-section .content {
        padding-left: 40px;
    }
}
@media (min-width: 1400px){
    .hero-slider-item .welcome-intro h1,
    .hero-slider-item .welcome-intro h2 {
        font-size: 44px;
        line-height: 60px;
    }
}
@media (max-width:1200px){
    @keyframes bounce-1 {
        0%   { transform: translateX(0); }
        50%  { transform: translateX(-10px); }
        100% { transform: translateX(0); }
    }
    .aws-slider-item .img .slide_up_down {
        display: none;
    }

}
@media (max-width:1199px){
    .ftc-certificate-item.style-2 .item-img img {
        max-width: 160px;
    }
}
@media (max-width:991px){
    .career-highlights-section-img {
        margin-top: 30px;
        text-align: center;
    }
    .career-highlights-section-img.mmb-30 {
        margin-top: 0px;
        text-align: center;
        margin-bottom: 30px;
    }
    .career-highlights-section-img img {
        height: auto;
        width: auto;
    }
    .aws-slider-item .content{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .book-meeting-section-full.slider-image-sec .row.section-bg {
        height: auto;
        overflow: hidden;
    }
    .book-meeting-section-full.slider-image-sec .b-image-slider-full .image img {
        width: 100%;
        height: auto;
    }
    .book-meeting-section-full.slider-image-sec .content-column {
        padding: 40px 20px;
    }
    .discover-we-section .content h2{
        margin-top: 30px;
    }
    .ftc-team-2-item.ftc-t1-active-toggle.col-lg-3.active {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ftc-team-2-item.ftc-t1-active-toggle .certificate-item-hover {
        right: 0;
        opacity: 1;
        visibility: visible;
        transition-delay: 0.3s;
    }
    .ftc-team-2-item.ftc-t1-active-toggle .item-btn {
        right: 20px;
        opacity: 1;
        visibility: visible;
        transition-delay: 0.5s;
    }
    .ftc-team-2-item.ftc-t1-active-toggle .certificate-item-hover p {
        display: block;
    }
    .ftc-certificate-item.style-2 .item-img img {
        max-width: 200px;
    }
    .section-heading > h1 {
	    font-size: 32px;
	}
	.offer-banner-section .content {
	    text-align: center;
	    margin-bottom: 40px;
	}
}
@media (max-width:767px){
	.hero-slider-item .welcome-intro h2 {
	    font-size: 32px;
	    line-height: 42px;
	}
}
@media (max-width:576px){
	.hero-slider-item .welcome-intro h2 {
	    font-size: 26px;
	    line-height: 38px;
	}
    .aws-slider-item .content h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .aws-slider-item .content p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .tech-we-used-section .tech-we-bg .content h3 {
        font-size: 32px;
    }
    .tech-we-used-section .tech-we-bg {
        padding: 40px 25px 15px;
    }
    .single-solution-card a .title h4 {
        line-height: 26px;
        font-size: 18px;
    }
    .single-solution-card a .title {
        margin-bottom: 25px;
    }
    .single-solution-card a {
        padding: 30px;
    }
    .single-solution-card2 .content h3 a {
        font-size: 16px;
        line-height: 27px;
    }
    .service-box-item-n .content p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .discover-we-section .content h2 {
        font-size: 26px;
    }
    .discover-we-section .content ul.list li {
        font-size: 15px;
    }
    .section-heading > h1 {
	    font-size: 25px;
	}
	.iq_review_sec h2 {
	    font-size: 25px;
	    text-align: center;
	}
	.iq_review_sec .iq-rating {
	    justify-content: center;
	    margin-bottom: 16px;
	}
	.iq_review_sec .iq-a-btn{
		text-align: center;
	}
	.offer-banner-section .content h2 {
	    font-size: 50px;
	    margin: 10px 0px;
	}
	.single-list-view-item .content h2 {
	    font-size: 24px;
	    margin-bottom: 8px;
	}
	.single-list-view-item .content p {
	    font-size: 14px;
	    margin-bottom: 12px;
	}
	.single-list-view-item .content .a-btn {
	    margin-top: 10px;
	}
	.single-list-view-item {
		padding-top: 50px;
		padding-bottom: 20px;
	}

}
@media (max-width:480px){
    .ftc-certificate-item .item-img {
        height: 100%;
        display: flex;
        align-items: end;
        max-width: 100%;
        overflow: hidden;
        display: block;
        text-align: center;
    }
    .ftc-team-2-item:is(.active) .bg-shape-cer {
        display: none;
    }
    .certificate-item-hover {
        position: relative;
        top: 2px;
        right: 0;
        transform: translateY(0%);
        width: 100%;
        padding-left: 0;
        text-align: center;
        padding: 10px;
    }
    .ftc-team-2-item.ftc-t1-active-toggle .item-btn {
        display: none;
    }
    .ftc-certificate-item.style-2 {
        padding: 30px 2px;
    }
    .ftc-certificate-item.style-2 .certificate-item-hover {
        display: none;
    }
    .ftc-certificate-item.style-2 .item-img img {
        max-width: 180px;
    }
}
@media (max-width:430px){
    .ftc-certificate-item.style-2 .item-img img {
        max-width: 150px;
    }
}
@media (max-width:400px){
    .certificate-image-box {
        padding: 12px;
    }
}
@media (max-width:360px){
    .ftc-certificate-item.style-2 .item-img img {
        max-width: 130px;
    }
}


