
/*** custom-common ***/
.bannrVideo {
    width: 100%;
}

.storyVideo {
    width: 100%;
    min-height: 17.5vh;
    height: 100%;
    border: 1px solid;
    background: #000000ab;
}
.fa-icon-size-1 {
    font-size: 1.3em;
    color: #1a1a1a !important;
}

.btn-secondary {
    font-family: 'Lato', sans-serif;
}

h1, h2, h3{
    font-family: 'adorn_serifregular';
    color: #3e5662;
}
 
p.mainText {
    line-height: 30px;
    font-size: 20px;
	text-align: justify;
}
.title-font-2{
    font-size: 2em !important;
}
.m15 {
    font-family: 'Lato', sans-serif;
    color: #3e5662;
}

h4.grey-color {
    color: #3e5662;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.team-name p {
    color: #3e5662;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.btn-secondary {
    font-size: 14px;
    background-color: #3e5662;
    color: #fff;
    border: #3e5662 1px solid;
    border-radius: 5px;
	
}
.btn-secondary:hover {
    font-size: 14px;
    background-color: #1e323c;
    color: #cfcfcf;
    border: #1e323c 1px solid;
    border-radius: 5px;
}
.vertical-cntr{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 8%;
	padding-right: 8%;
    margin: 0;
}

.stories{
	height: 130px !important;
}

.stories-audio{
    height: 130px !important;
}
.audio-story{
    width: 80%; 
    height: 30px; 
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 2px;

}
.centered {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

ul.list-revolution{
    width: 100%;
    padding-left: 0;
    font-size: 0.9rem;
}
ul.list-revolution li{
    width: 100%;
    list-style: none;
    display: block;
    margin: 5px 0 8px;
    display: flex;
    align-items: start;
    color: #3e5662;
    font-family: 'Open Sans', sans-serif;
}
ul.list-revolution li span{
    min-width: 20px;
    height: 20px;
    display: inline-block;
    margin: 4px 10px 0 0;
    border-radius: 4px;
    background: rgb(73, 95, 108);
    background: linear-gradient(135deg, rgba(73, 95, 108, 1) 35%, rgba(151, 162, 168, 1) 100%);
}
.topText {
    padding: 8px 10px;
    text-align: center;
    font-size: 14px;
    color: #fff
}
.strip-feature{
    background-color: #3e5662;
}
.strip-2{
    width: 100%;
    /*background: rgb(62, 86, 98);
     background: linear-gradient(90deg, rgba(62, 86, 98, 1) 20%, rgba(182, 197, 204, 1) 80%); */
    background: #FAFF00;
}
.bg-grey {
    background-color: #f5f6f7;
}
.mrg-y-5{
    margin: 0rem 0;
}
.brdrT{
    border-top: #d8dde0 1px solid
}

.boxy {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0;}
.boxy li {width: 49%; display: flex; justify-content: flex-start; align-items: center; background-color: white; border-radius: 10px; padding: 10px 20px; margin-bottom: 17px; min-height: 120px; position: relative; }
.boxy li b{display: flex; justify-content: flex-end; align-items: start; position: absolute; top: -15px; right: -42px; z-index: 99; }
.boxy li a {display: flex; justify-content: end; align-items: center; color: #3e5662; font-size: 15px; }
.boxy li a span {margin-right: 10px; }

.search-wrap {width: 42%;}
.search-wrap input[type=search]{
    border-radius: 20px;
}

/* .card span{
    background-color: #FAFF00; padding: 5px 14px; border-radius: 0 5px 5px 0; position: absolute; font-size: 12px; color: #000; top: 15px;
} */

@media (max-width: 580px) {
    .boxy li {
            width: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            background-color: white;
            border-radius: 10px;
            padding: 10px 20px;
            margin-bottom: 10px;
            min-height: 80px;
        }
        .boxy li b {
            display: none
        }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: space-between !important;
    }
      
}

/* Social Media Icons start */
.social-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    
}
.comment-wrap{
    width: 100%;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    padding: 0px 0 0px 0;
}
.comment-wrap .btn-primary{
    background-color: #3e5662;
}
.comment-wrap .share-btn{
    background-color: #ffffff !important;
    color: #3e5662;
    border: none;
}
.comment-wrap .share-btn:hover{
    background-color: #e4e4e4 !important;
    border: none;
}
.share-button .share-btn{
    background-color: #ffffff !important;
    color: #3e5662;
    border: none;
    width: max-content;
}
.share-button .share-btn:hover{
    background-color: #e4e4e4 !important;
    border: none;
}
.share-button .share-btn:focus {
    border-color: none;
    box-shadow: none;
}

.dropdown-divider {
  height: 0;
  overflow: hidden;
  border-top: 1px solid rgba(0,0,0,.15);
  padding-bottom: 5px;
  margin: 0px;
}

/* .share-button .share-btn {
    background-color: #3e5662 !important;
}

.share-button .share-btn:focus {
    border-color: #3e5662;
    box-shadow: 0 0 0 .15rem rgba(22, 38, 55, 0.697);
} */

.comment-wrap {
    width: auto;
	font-size: 10px;
	margin-bottom: 5px;
}
.comment-wrap .fa{
    color: #3e5662;
}


.social .fbtn {
    width: 30px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 18px;
    /* float: left; */
    display: inline-block;
    min-height: 37px;
}

.social .fa {
    padding: 10px 0px
}

.facebook {
    background-color: #3b5998;
}

.telegram {
    background-color: #0088cc;
}

.twitter {
    background-color: #55acee;
}

.whatsapp {
    background-color: #25d366;
}

.pinterest {
    background-color: #cc2127;
}

.linkedin {
    background-color: #0077b5;
}

.email {
    background-color: #515151;
}

.whity {
    background-color: #ffffff;
    border: 1px solid #eee;
}
.whity .fa-thumbs-up{
    color: #0077ff;
    transition: all 0.2s;
    font-size: 1rem;
    position: absolute;
    left: 8px;
}
.whity .fa-sign-language{
    color: #194400;
    transition: all 0.2s;
    font-size: 1rem;
    position: absolute;
    left: 36px;
}
.whity .fa-fa-heart{
    color: #8f0000;
    transition: all 0.2s;
    font-size: 1rem;
    position: absolute;
    right: 3px;
}
.whity .fa-fa-heart:hover, 
.whity .fa-sign-language:hover,
.whity .fa-thumbs-up:hover{
    font-size: 1.2rem;
}

.fa-fa-heart:before {
    content: "\f004";
}

.share-button.sharer {
    /* height: 20px; */
    padding: 0 0 10px 0;
}

.share-button.sharer .social.active.top {
    transform: scale(1) translateY(-10px);
}

.share-button.sharer .social.active {
    opacity: 1;
    transition: all 0.4s ease 0s;
    visibility: visible;
}

.share-button.sharer .social.networks-5 {}

.share-button.sharer .social.top {
    margin-top: -70px;
    transform-origin: 0 0 0;
    display: flex;
    position: absolute;
    right: 0
}

.share-button.sharer .social {
    margin-left: -65px;
    opacity: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
}

.share-button.sharer .social.like {
    margin-top: -80px;
    transform-origin: 0 0 0;
    display: flex;
    position: absolute;
    left: 65px
}
.social-wrap .share-button .btn, .social-wrap .comment-wrap .btn {
    font-size: .8rem;
}

@media (max-width: 1200px) {
    .comment-wrap {
        width: 100%;
        /* display: flex; */
        justify-content: space-between;
        align-items: center;
        padding: 0px 0 0px 0;
    }
}

.bdge {
    height: 21px;
    background-color: orange;
    color: #fff;
    font-size: 11px;
    padding: 8px;
    border-radius: 4px;
    line-height: 3px;
}

.comments {
    text-decoration: underline;
    text-underline-position: under;
    cursor: pointer;
}

.dot {
    height: 7px;
    width: 7px;
    margin-top: 3px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.hit-voting:hover {
    color: blue;
}

.hit-voting {
    cursor: pointer;
}
/* Social Media Icons end */


/* Newsletter CSS Start */
.input-group input[type=email]{
    border: #3e5662 1px solid;
}
.home-newsletter {
    padding: 80px 0 60px;
    background: url(../img/hc-world.svg) no-repeat top center #f5f6f7;
    font-family: 'Lato', sans-serif;
}

.home-newsletter .single {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.home-newsletter .single h2 {
    font-size: 2rem;
    color: #3e5662;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.home-newsletter .single .form-control {
    height: 50px;
    background: #dcdcdc;
    border-color: transparent;
    border-radius: 15px 0 0 15px;
}

.home-newsletter .single .form-control:focus {
    box-shadow: none;
    border-color: #3e5662;
}

.home-newsletter .single .btn {
    min-height: 50px;
    border-radius: 0 20px 20px 0;
    background: #3e5662;
    color: #fff;
}

.softsource-nav-add-story-btn {
    border-radius: 50px;
    border: 1px solid #000;
    padding: 12px 20px 12px 20px;
    color: #000;
    font-size: 20px;
    font-family: DM Sans;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.softsource-nav-add-story-btn:hover {
    color: #000 !important;
    border: 1px solid #000;
}

.softsource-nav-search-bar {}

.softsource-nav-login-register {
    color: #000;
    text-align: center;
    font-size: 25px;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.softsource-navbar-toggler {
    display: none;
    color: black;
    border: 1px solid black;
    padding: 5px;
    background: transparent;
    border-radius: 7px;
}

.softsource-add-your-story-box {
    max-width: 250px;
    margin: 30px auto 0;
    display: inline-block;
    background-color: #fff;
    color: #334249;
    border: 2px solid #334249;
    padding: 5px 35px;
    font-size: 16px;
    font-weight: 600;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    transition: all 0.4s ease;
    border-radius: 20px;
}

.softsource-add-your-story-box-transparent {
    background-color: transparent !important;
    border-color: #fff;
    color: #fff;
}

.softsource-add-your-story-box-btn {
    display: inline-block;
    background-color: #fff;
    color: #3d5762;
    padding: 5px 5px;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.4s ease;
}

.softsource-add-your-story-box-btn-transparent {
    background-color: transparent !important;
    color: #fff;
    text-shadow: 2px 0px 3px #000;
}

.softsource-btn-hover-transition:hover {
    transform: translateY(-3px);
    transition: all 0.4s ease;
}

.softsource-add-story-link {
    display: flex;
    justify-content: space-evenly;
    padding: 10px 0;
    border-top: 1px solid;
}

.softsource-add-story-link-transparent {
    border-top-color: #fff;
}

.softsource-add-story-link a {
    box-shadow: 0px 0px 20px #b0b0b0;
    padding: 8px 5px;
    border-radius: 30%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #3d5661;
}


.softsource-add-story-link-transparent a {
    background: rgba(61, 86, 97, 0.8);
}

.softsource-add-story-link a:hover {
    background: #3d5661;
}

.softsource-add-story-link-transparent a:hover {
    background: #fff;
}

.softsource-add-story-link a:hover i {
    color: #fff;
}

.softsource-add-story-link-transparent a:hover i {
    color: #3d5661;
}

.softsource-add-story-btn {
    display: inline-block;
    color: #778b91 !important;
    margin-left: 15px;
    padding: 5px 20px;
}
/* Newsletter CSS End */




ul.list-feature {
    width: 100%;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}

ul.list-feature li {
    width: 100%;
    list-style: none;
    display: inline-block;
    margin: 5px 0 15px;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

ul.list-feature li span {
    min-width: 35px;
    height: 35px;
    display: inline-block;
    margin: 4px 10px 0 0;
    border-radius: 4px;
    background: rgb(215, 213, 214);
    background: linear-gradient(135deg, rgba(215, 213, 214, 1) 20%, rgba(97, 115, 125, 1) 80%);
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.list-feature li span i.fa-pencil,
ul.list-feature li span i.fa-video-camera,
ul.list-feature li span i.fa-refresh,
ul.list-feature li span i.fa-music,
ul.list-feature li span i.fa-graduation-cap,
ul.list-feature li span i.fa-bank,
ul.list-feature li span i.fa-book,
ul.list-feature li span i.fa-group{
    font-size: 17px;
    color: #3e5662;
}
.text-clr {
    color: #3e5662;
    font-family: 'Open Sans', sans-serif;
}
.text-grey {
    color: #3e5662;
}
.mark {
    background-color: #FAFF00 !important;
    color: #3e5662;
}
.hightech-link i.fa-facebook-f{
    color: #fff;
    display: block;
    padding: 11px;
    background-color: #3e5662;
    border-radius: 50px;
    border: 1px solid #fff;
}
.hightech-link i.fa-twitter {
    color: #fff;
    display: block;
    padding: 11px;
    background-color:#3e5662;
    border-radius: 50px;
    border: 1px solid #fff;
}
.hightech-link i.fa-instagram {
    color: #fff;
    display: block;
    padding: 11px;
    background-color: #3e5662;
    border-radius: 50px;
    border: 1px solid #fff;
}
.hightech-link i.fa-linkedin-in {
    color: #fff;
    display: block;
    padding: 11px;
    background-color: #3e5662;
    border-radius: 50px;
    border: 1px solid #fff;
}
.hightech-link i.fa-facebook-f:hover,
.hightech-link i.fa-twitter:hover,
.hightech-link i.fa-instagram:hover,
.hightech-link i.fa-linkedin-in:hover{
    background-color: #3e5662;
    color: #fff;
}

@media (max-width: 768px) {
    .vertical-cntr {
        align-items: center;
    }
    ul.list-feature {
        padding-left: 0;
        display: flex;
        justify-content: space-evenly;
    }

}

@media (max-width: 992px) {
    
    ul.list-feature li {
        width: 40px;
        display: inline-block;
    }
    .mrg-y-5 {
        margin: 3rem 0;
    }
}
@media (min-width: 992px) {
    .d-xl-flex {
        display: flex !important;
    }
	.display-5 {
        font-size: 7rem !important;
    }
}
@media (min-width: 1200px) {
    .display-5 {
        font-size: 8rem !important;
    }
 
}

@media (min-width: 1400px) {
    .display-5 {
        font-size: 9rem !important;
    }
 
}
.fs-5 {
    font-size: 2rem !important;
}

/*** Header-New ***/
.bg-white-top {
    background-color: rgb(255, 255, 255);
}


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

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

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

.btn-md-square {
    width: 46px;
    height: 46px;
}

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

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

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button End ***/


@keyframes mymove {
    from {left: -100%;}
    to {left: 100%;}
}

/*** Topbar End ***/
:root {
    --blk-navbar: #000000 !important;
    --grey-navbar: #3e5662 !important;
}

.nav-color {
    color: var(--blk-navbar) !important;
}
.nav-color:hover {
    color: var(--grey-navbar) !important;
}


/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
	padding-left: 27%;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--bs-primary);
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

.carousel-control-prev:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.carousel-control-next {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: var(--bs-primary);
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-control-next:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: var(--bs-secondary);
    color: var(--bs-light);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: var(--bs-primary);
    color: var(--bs-light);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 30px;
    height: 10px;
    background: var(--bs-primary);
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
    background: var(--bs-secondary);
    opacity: 1;
}

@media (max-width: 992px) {
    .carousel-content{
		    margin-top: 20% !important;
    
	}
    
    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 5.5rem;
	
    }

    .carousel-item p {
        font-size: 22px !important;
		
    }
    
    	.carousel-item button {
        font-size: 15px !important;
    margin-left: -20px;
    padding:.375rem .375rem;
    }
}

@media (max-width: 840px) {
    .carousel-content{
		    margin-top: 20% !important;
    
	}
    
    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 5rem;
	
    }

    .carousel-item p {
        font-size: 20px !important;
		
    }
    
    	.carousel-item button {
        font-size: 15px !important;
    margin-left: -20px;
    padding: 0.775rem 2.0rem !important;
    }
}

@media (max-width: 768px) {
   .carousel-content {
    margin-top: 20% !important;
  }
    
    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 52px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }
    
    	.carousel-item button {
        font-size: 13px !important;
    margin-left: 20px;
    padding: 0.775rem 2.0rem !important;
    }
}

@media (max-width: 570px) {
	.carousel-content{
		    margin-top: 20% !important;
    margin-left: 10%;
	}
       
    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 45px !important;
    }

    .carousel-item p {
        font-size: 12px !important;
    margin-bottom: 15px !important;
    padding-bottom: 0px !important;
    }
	
	.carousel-item button {
        font-size: 11px !important;
    margin-left: 12px;
    padding:.375rem 1rem !important
    }
}

@media (max-width: 460px) {
	.carousel-content{
		    margin-top: 20% !important;
    margin-left: 20%;
	}
       
    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 35px !important;
        margin-bottom: 0px;
    }

    .carousel-item p {
        font-size: 9px !important;
    margin-left: -20px;
    margin-bottom: 5px !important;
    padding-bottom: 0px !important;
    }
	
	.carousel-item button {
       font-size: 10px !important;
    margin-left: -20px;
    padding: .275rem .75rem !important;
    }
}

.carousel-item button {
background: #fff !important;
  color: var(--bs-secondary) !important;
}

.carousel-item button:hover {
background: #FAFF00 !important;
  color: var(--bs-secondary) !important;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** Carousel End ***/

/*** Team Start ***/

 /*.team-item {
    border-top: 30px solid var(--bs-secondary) !important;
    background: rgba(239, 239, 241, 0.8); 
}*/

.team-content::before {
    height: 200px;
    display: block;
    content: "";
    position: relative;
    opacity: 1;
    /* top: -101px; */
    /*background: var(--bs-secondary);
     clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    padding: 60px; */    
}

.team-img-icon {
    position: relative;
    margin-top: -200px;
    /* padding: 30px; */
    padding-bottom: 0;
}

/* .team-img {
    border: 15px solid var(--bs-white);
} */

/* .team-img img {
    border: 10px solid var(--bs-secondary);
    transition: .5s;
} 

.team-item:hover h4 {
    color: var(--bs-primary);
    transition: .5s;
}

.team-item:hover .team-img img {
    transform: scale(1.05);
    border: 10px solid var(--bs-secondary);
}*/

.team-carousel .owl-stage {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 5px;
    display: flex !important;
    border: 2px solid #3E5662;
    border-radius: 50px;
    padding-left: 10px;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    width: 60px;
    height: 40px;
    border-radius: 56px;
    margin-left: -12px;
    /* background: var(--bs-secondary); */
    color: #3E5662;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: none;    
    color: black;
    /* color: var(--bs-white); 
    background: var(--bs-primary);*/
}

.owl-nav .bi-arrow-left, .owl-nav .bi-arrow-right{
    font-size: 2em;
}

@media (max-width: 992px) {
    .team-carousel {
        margin-top: 3rem;
    }

    .team-carousel .owl-nav {
        top: -85px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-left: 0;
    }
}

/*** Team End ***/

/*** Partner Start ***/
.partner-bg {
    background-color: #3E5662;
}
.partner-carousel .owl-nav {
    position: absolute;
    /* top: 0px; */
    right: 5px;
    display: flex !important;
    border: 2px solid #ffffff;
    border-radius: 50px;
    padding-left: 10px;
}
.partner-carousel .owl-nav .owl-prev,
.partner-carousel .owl-nav .owl-next {
    width: 60px;
    height: 40px;
    border-radius: 56px;
    margin-left: -12px;
    /* background: var(--bs-secondary); */
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.partner-carousel .owl-nav .owl-prev:hover,
.partner-carousel .owl-nav .owl-next:hover {
    background: none;
    color: rgb(255, 255, 255);
    /* color: var(--bs-white); 
    background: var(--bs-primary);*/
}

@media (max-width: 992px) {
    .partner-carousel {
        margin-top: 3rem;
    }

    .partner-carousel .owl-nav {
        top: -85px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-left: 0;
    }
}

/*** Partner End ***/


/*** Contact Start ***/
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.contact-map {
    background: #3e5662;
    font-size: 13px;
}

.contact-form {
    background: #3e5662;
}

/*** Contact End ***/


/*** Footer Start ***/

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
    color: #fff;
    font-size: 16px;
	margin-left: 10px;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
}

.footer .hightech-link a:hover {
    background: var(--bs-secondary);
    border: 0;
}

.tex{
	font-size: 30px;
}








/*Story Video*/

@media only screen and (max-width: 480px) {
  .storyVideo {
    width: 100%;
    min-height: 26vh;
    height: 100%;
    }
}
@media only screen and (max-width: 768px) {
  .storyVideo {
    width: 100%;
    min-height: 32.5vh;
    height: 100%;
    }
}
@media only screen and (max-width: 1024px) {
  .storyVideo {
    width: 100%;
    min-height: 133px;
    height: 100%;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1367px) {
  .storyVideo {
    width: 100%;
    min-height: 163px;
    height: 100%;
    }
}
@media only screen and (min-width: 1368px) and (max-width:1621px) {
  .storyVideo {
    width: 100%;
    min-height:190px;
    height: 100%;
    }
}

@media only screen and (min-width: 1624px) and (max-width:1921px) {
  .storyVideo {
    width: 100%;
    min-height: 190px;
    height: 100%;
    }
}






/*** Footer End ***/