/* 1. Global Style */
@import url('animate.css-4.1.1/animate.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;800&family=Rubik:wght@600&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Hind:wght@200;300;400;500;600&display=swap');




body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.4rem;
    color: var(--black-01);
    background-color: var(--white-01);
    overflow-x: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

:root {
    --color-01: #d50000;
    --gray-01: #7d7d7d;
    --gray-02: #626262;
    --gray-03: #d3d3d3;
    --white-01: #fff;
    --white-02: #fffe;
    --black-01: #000;
    --black-02: #222;
}

.container {
    padding: 0 80px;
}

.container-fluid {
    margin: 0;
    padding: 0 !important;
}

.animate__animated{
    animation-duration: 2s;
}

.bg-color {
    background-color: #f7f7f7;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

a {
    text-decoration: none;
    color: #111;
}

a:hover {
    color: var(--black-01);
}

h1,h2,h3,h4,h5,h6 {
    color: var(--black-02);
}

p {
    font-size: 14px;
    color: var(--gray-01);
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
}

.pd-top {
    padding-top: 80px;
}
.pd-bottom {
    padding-bottom: 80px;
}

section {
    position: relative;
    background-color: var(--white-01);
}

.c-01 {
    color: var(--color-01);
    opacity: .8;
}


#header {
    position: fixed;
    z-index: 10;
    width: 100%;
}

#logo {
    max-width: 140px;
}


/*Search Area Start*/
.header-topper {
    background-color: white;
}

.header-topper a {
    padding: 1rem 0;
}

.header-search {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
}

.big-search-wrapper {
    position: relative;
    width: 100%;
}

.search-body input {
    height: 40px;
    font-size: 1rem;
    font-weight: 300;
    padding: 1px 20px 0;
    background-color: #fff0;
    width: 100%;
    border-radius: 0;
    margin: 0;
    border: 1px solid var(--color-01);
    color: #656565;
}

.search-body input::placeholder {
    color: var(--color-01);
    opacity: 1; /* Firefox */
}

.search-body input::-ms-input-placeholder { /* Edge 12-18 */
    color: var(--color-01);
}

.search-submit-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--color-01);
    color: #fff;
    font-size: 1.3em;
    height: 100%;
    border: none;
    padding: 0 11px 0 11px;
    border-radius: 0;
}
.header-search .header-search-tools {
    display: flex;
}






.menu {
    /*background-color: rgb(255, 255, 255);*/
    background-color: var(--color-01);
    display: flex;
    justify-content: space-around;
    /*box-shadow: 0 0 15px rgba(0,0,0,0.10);*/
    transition: all .3s ease-in-out;
}

.menu.transparent {
    /*background-color: rgba(255, 255, 255,.45);*/
    background-color: var(--color-01);
    box-shadow: 0 0 15px rgba(0,0,0,0);

}
.menu ul {
    display: flex;
    align-items: center;
}

.menu ul li {
    text-align: center;
}

.menu ul li a {
    display: block;
    padding: 20px 20px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 400;
    outline: none;
    color: var(--white-01);
    transition-duration: 0.5s;
    position: relative;
}
.menu ul li a::after {
    position: absolute;
    content: "";
    top: 45%;
    right: 9px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: var(--black-01);
    opacity: 0;
    transition-duration: 0.4s;
}
.menu li a:hover {
    background-color: transparent;
    color: var(--black-01);
}
.menu li a:hover::after{
    opacity: 1;
}
.menu li.active a {
    color: var(--black-01);
}
.menu li.active a::after {
    opacity: 1;
}
/* --------------Hidden Menu Bar------------ */
.menu-close {
    display: none;
}
.hidden-menu-bar {
    display: none;
}
.hidden-menu-bar span{
    position: relative;
    color: var(--white-01);
    background-color:var(--color-01) ;
    border: 2px solid transparent;
    border-radius: 5px;
    text-align: center;
    font-size: 1.5em;
    z-index: 10;
    cursor: pointer;
    padding: 4px 11px;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.20);
    transition: .4s ease-in;
}

.hidden-menu-bar span:hover{
color: var(--white-01);
background-color: var(--black-02);
}

.menu-close i{
color: var(--color-01);
font-size: 3.5rem;
padding: 5px;
}
.menu-close i:hover {
    color: var(--black-02);
}






/* Home Page */
.home-slide {
    max-width: 100%;
    padding-top: 90px;
}
.home-slide .carousel-caption {
    top: 30%;
    z-index: 3;
}

.home-slide .carousel-item {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*.home-slide .carousel-item:first-child {*/
/*    background-image: url(../images/pexels-max-rahubovskiy-7031406.jpg);*/
/*}*/
/*.home-slide .carousel-item:nth-child(2) {*/
/*    background-image: url(../images/pexels-expect-best-323780-lite.jpg);*/
/*}*/
/*.home-slide .carousel-item:nth-child(3) {*/
/*    background-image: url(../images/pexels-max-rahubovskiy-6444250.jpg);*/
/*}*/
/*.home-slide .carousel-item:nth-child(4) {*/
/*    background-image: url(../images/pexels-max-rahubovskiy-6444263.jpg);*/
/*}*/


.slide-contain {
    max-height: 100%;
    position: relative;
}

.slide-contain::before {
    content: '';
    background-color: #c2c2c28c;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.slide-contain-text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
    padding-top: 60px;
}
.slide-contain-text h2 {
    color: var(--black-02);
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    font-size: calc(2rem + 2vw);
    font-weight: 500;
}
.slide-contain-text h2 span{
    color: var(--color-01);
}

.slide-contain-text p {
    display: inline-block;
    color: var(--black-01);
    font-size: calc(.8rem + .2vw);
    font-weight: 500;
    letter-spacing: 6px;
    background-color: rgba(255, 255, 255, 0.568);
    padding: 15px 35px;
}

.slide-contain-text::before {
    position: absolute;
    display: block;
    content: '';
    left: 40%;
    height: 380px;
    width: 20%;
    background-color: transparent;
    border: 5px solid rgba(255, 255, 255, 0.311);
    z-index: -1;
}

.my-btn-div {
    margin-top: 30px;
}
.slide-contain .my-btn {
    padding: 10px 20px;
    border-radius: 0;
    color: var(--white-02);
    transition: .6s;
    margin: 0 7px;
    box-shadow: 0 7px 15px rgb(0 22 84 / 10%);
}
.slide-contain .btn-01 {
    border: 2px solid var(--color-01);
}
.slide-contain .btn-02 {
    border: 2px solid var(--color-01);
    background-color: var(--color-01);
}
.slide-contain .btn-01:hover {
    border: 2px solid var(--black-02);
    background-color: var(--black-02);
}
.slide-contain .btn-02:hover {
    border: 2px solid var(--black-02);
    background-color: var(--black-02);
}


/* title */
.title {
    color: var(--black-02);
    margin-bottom: 30px;
}
.title span {
    color: var(--color-01);
    font-size: calc(.8rem + .1vw);
    position: relative;
}

.title h2 {
    font-size: calc(1.5rem + .3vw);
    font-weight: 600;
}
/* title */

/* About */
.about-home-box {
    /* position: absolute; */
    height: 100%;
    max-width: 560px;
    top: 0;
    margin: auto 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}
.about-home-text {
    background-color: var(--white-01);
    padding: 40px 50px;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.15);
}
.about-home-box .my-btn {
    background-color: var(--black-02);
    padding: 10px 20px;
    border-radius: 0;
    color: var(--white-02);
    transition: .6s;
    margin: 0 7px;
    box-shadow: 0 7px 15px rgb(0 22 84 / 10%);
}
.about-home-box .btn-02:hover {
    background-color: var(--color-01);
}
.about-home-text {
    position: relative;
}
/* About */

/* about-side */
.about-side .carousel-caption {
    background-color: rgba(255, 255, 255, 0.68);
    padding: 40px 30px;
}
.about-side .carousel-control-next-icon, .about-side .carousel-control-prev-icon {
    background-image: none;
}

.about-side .carousel-caption h5 {
    font-size: 1.3rem;
    font-weight: 600;
}
/* about-side */
.vision-box {
    background-color: var(--white-01);
    padding: 40px 50px;

}
.vision-box .my-btn {
    background-color: var(--black-02);
    padding: 10px 20px;
    border-radius: 0;
    color: var(--white-01);
    transition: .6s;
    margin: 0 7px;
    box-shadow: 0 7px 15px rgb(0 22 84 / 10%);
}

.vision-box .btn-02:hover {
    background-color: var(--color-01);
    color: var(--white-01);
}

/* year */
#fact {
    background-attachment: fixed;
    background-image: url(../images/pexels-max-rahubovskiy-6444263.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}
#fact::before {
    content: '';
    background-color: #454545d9;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.year {
    position: relative;
    font-size: 3.5rem;
    padding: 50px 28px;
    border: 8px solid var(--color-01);
    display: inline-block;
    border-right: transparent;
    z-index: 2;
    color: var(--white-02);
}
.year::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 8px;
    height: 25px;
    background-color: var(--color-01);
}
.year::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 8px;
    height: 25px;
    background-color: var(--color-01);
}

.year-text {
    position: relative;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-left: 0;
    display: inline-block;
    left: -10px;
    top: 5px;
    color: var(--white-02);
    z-index: 2;
}
/* year */

/* counter-box */
.counter-box {
    margin: .8rem 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #9c9c9c91;
    color: var(--white-01);
    border-radius: 5px;
    z-index: 2;
}
.counter {
    font-size: 2em;
    font-weight: 600;
}
.counter-box i {
    color: var(--white-02);
    font-size: 40px;
}

.counter-title {
    margin-top: .5rem;
    font-size: 1.1em;
}
/* counter-box */


/* Portfolio */
/*.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {*/
/*    !* color: rgb(255, 255, 255); *!*/
/*    background-color: var(--color-01);*/
/*    border-color: var(--color-01);*/
/*}*/
/*.btn-check:focus + .btn-primary, .btn-primary:focus {*/
/*    background-color: transparent;*/
/*    border-color: var(--color-01);*/
/*    box-shadow: none;*/
/*}*/

/*.btn-check:focus + .btn-primary, .btn-primary:focus {*/
/*    color: var(--black-01;*/
/*}*/

/*.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {*/
/*    box-shadow: transparent 0px 0px 0px 0.25rem;*/
/*    background-color: transparent;*/
/*}*/

.filter-btn {
    color: var(--black-01);
    font-size: 1.2em;
    padding: .2em;
    background-color: var(--white-01);
    border: transparent;
    outline: none;
    border-radius: 0;
}
.filter-btn:hover {
    color: #666666;
    background-color: var(--white-01);
    border-radius: 0;
}
.filter-btn:focus, .filter-btn.active {
    border-bottom: 2px solid var(--color-01);
    color: var(--black-01);
}

.element-item {
    padding: 12px;
}

@media (max-width: 768px) {
    .filters-button-group {
        text-align: center;
    }
}


.isotope-item {
    padding-bottom: 1.5rem;
}
.work {
    position: relative;
    overflow: hidden;
    background-color: var(--white-01);
    height: calc(300px + 2.5vw);
}

.work-box {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
}

.work-box::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: var(--black-02);
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .4s;
    z-index: 1;
    transform: translateY(-380px);
}

.work-box .zoom { height: 100%; }
.work-box .zoom img { height: 100%; }

.work-text {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 3;
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: 0;
    transition: all .5s;
    transform: translateY(-300px);
}
.work-text a{
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: -100px;
    text-align: center;
    padding: 20px;
    font-family: 'Hind', sans-serif;
    color: var(--white-01);
}


.work-view {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .5s;
    z-index: 3;
    transform: translateY(150px);
}

.work-view a {
    /*background-color: var(--white-01;*/
    color: var(--white-01);
    font-size: 2.3rem;
    transition: all .5s;
}
.work-view a:hover {
    /*background-color: var(--white-01;*/
    transform: scale(.8);
}

.work-box:hover::after {
    transform: translateY(0px);
    opacity: .7;
}

.work-box:hover .work-view {
    opacity: 1;
    transform: translateY(50px);
}
.work-box:hover .work-text {
    opacity: 1;
    transform: translateY(0px);
}
.zoom img {
    transform: scale(1);
    transition: 0.4s ease-in-out;
}

.work-box:hover img {
    transform: scale(1.15);
}

/* Portfolio */


/* SKILL */
.skill-box {
    background-color: var(--white-01);
    display: flex;
    box-shadow: 0 8px 21px #e6e7eb;
    padding: 40px 20px;
    margin: 5px;
    align-items: center;
}
.skill-text {
    color: var(--black-01);
    font-size: 1.2rem;
    font-weight: 600;
    padding-bottom: 10px;
}
.skill-img img{
    max-width: 55px;
}

.progress-bar {
    position: relative;
    height: 10px;
    width: 100%;
    background-color: #c2c2c2;
    overflow: visible;
    border-radius: 5px;
}

.progress-bar span {
    position: absolute;
    right: 0;
    top: -25px;
    color: var(--black-02);
}
.percentage {
    position: absolute;
    /* background-color: var(--black-02); */
    background-image: linear-gradient( 83.2deg, rgb(214, 96, 96) 30.8%, rgb(114, 0, 0) 94.3% );
    height: 10px;
    border-radius: 8px;
}
/* SKILL */


/* SERVICES */
#services {
    position: relative;
}
#services::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/designDark.png);
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .5;
}
.service-wrapper {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    background-color: var(--white-01);
    margin-bottom: .5rem;
    position: relative;
    transition: .3s;
    z-index: 2;
    border-radius: 4px;
}

.service-wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 66px;
    background-color: var(--color-01);
    opacity: .2;
    transition: .3s;
    border-radius: 4px 0 0 4px;
}

.service-inner {
    padding: 16px;
    position: relative;
    display: flex;
    align-items: center;
}
.service-icon {
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    display: inline-block;
    text-align: center;
    background-color: var(--white-01);
    margin-right: 35px;
    border-radius: 4px;
}

.service-icon img{
    width: 50px;
}

.service-info h5{
    font-weight: 00;
    font-size: 16px;
}

.service-wrapper:hover::before {
    opacity: .5;
}

.service-wrapper:hover .service-icon {
    background-color: var(--white-01);
}
/* SERVICES */



/* 9. TESTIMONIALS section START */
#testimonials .owl-nav {
    display: none;
}

#testimonials .owl-theme .owl-dots {
    margin-top: 2rem;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-01) !important;
}
.owl-theme .owl-dots .owl-dot span {
        background-color: transparent !important;
        border: 1px solid var(--color-01);
        border-radius: 0;
    }

.comment {
    background-color: var(--white-01);
    text-align: center;
    padding: 1.5rem 2.5rem;
}

.comment-icon {
    max-width: 50px;
    display: inline-block;
}

.comment-elements {
    display: flex;
    align-items: center;
}

.comment-img {
    display: inline-block;
    padding-right: 1rem;
}

.comment-img img {
    object-fit: contain;
    max-width: 60px;
    border-radius: 50%;
}

.comment-info h6 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
}

.comment-info span {
    font-size: 14px;
}
/* TESTIMONIALS section END */




/* CLIENTS */
.client-box {
    background-color: var(--white-01);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.client-box img{
    max-width: 200px;
}

.client-owl .owl-nav{
    display: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-01) !important;
    margin-top: 40px;
}
.owl-theme .owl-dots .owl-dot span {
    background-color: transparent !important;
    border: 1px solid var(--color-01);
}
/* CLIENTS */

/* Prefooter */
.prefooter-div {
    position: relative;
    margin-top: 50px;
}

.prefooter {
    background-image: linear-gradient( 83.2deg, rgb(114, 0, 0) 30.8%, rgb(214, 96, 96) 94.3% );
    border-radius: 10px;
    margin-bottom: -80px;
    position: relative;
}
.ctn-box {
    position: relative;
    text-align: center;
    color: var(--white-01);
    overflow: hidden;
    z-index: 2;
}
.ctn-box h6, .ctn-box h2 {
    color: var(--white-01);
}
.prefooter::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/design.png);
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.prefooter::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/design02.png);
    opacity: .1;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.ctn-box a {
    padding: 10px 20px;
    color: var(--black-01);
    text-align: center;
    background-color: var(--white-01);
    display: inline-block;
    transition: .6s;
}

.ctn-box a:hover {
    background-color:  var(--black-02);
    color: var(--white-01);
    transform: scale(1.04);
}
/* Prefooter */

/* <!--------- Footer ------> */
footer {
    background-color: var(--black-02);
    color: var(--gray-02);
    font-size: 14px;
    padding: 100px 10px 20px 10px;
}

footer p{
    padding: 10px 0 0 0;
}

footer h4 {
    color: var(--gray-02);
}

.footer-gap {
    padding-top: 10px;
}

.footer-gap li{
    padding: 0 15px 15px 0;
}

.footer-icon li i{
    padding: 0 10px 0 0;
    color: var(--gray-01);
}
.footer-icon li:hover i{
    padding: 0 10px 0 0;
    color: var(--gray-01);
}

.footer-icon li a{
    color: var(--gray-01);
    transition: all .4s;
}
.footer-icon li a:hover {
    color: var(--white-02);
}


footer .social-icons ul{
    display: flex;
    justify-content: start;
}

footer .social-icons ul li {
    padding: 0 15px 0 0;
}

footer .social-icons ul li i{
   color: var(--gray-01);
   transition: .6s;
   font-size: 16px;
}

footer .social-icons ul li:hover a i{
    color: var(--white-02);
   }

footer .c-01 {
    transition: all .6s;
}
footer .c-01:hover {
    color: var(--gray-01);
}


/*PROJECT PAGE*/
.project-hero-img{
    background-image: url(../images/pexels-expect-best-323780-lite.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 100px);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-info-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 1;
    padding: 30px 60px;
    border-radius: 10px;
    margin-top: -90px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.img-info {
    /* border-bottom: 1px solid var(--color-01); */
    padding: 5px 30px;
    color: var(--gray-01);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 13px;

}
.img-info i {
    color: var(--color-01);
    font-size: 2rem;
    padding: 0 0 10px 0;
}
.img-info h6 {
    font-weight: 600;
    color: var(--black-01);
    font-size: 13px;
    letter-spacing: 2px;
}
/*PROJECT PAGE*/


/*BREADCRUMB*/
.breadcrumb-img {
    background-image: url(../images/breadcrumb.jpg);
    height: 50vh;
    position: relative;
    color: #fff;
    padding: 140px 0 100px 0;
    background-color: #fafafa;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.breadcrumb-img:before {
    position: absolute;
    content: '';
    background: -webkit-gradient(linear,left top,left bottom,color-stop(55%,#0a172b),to(#646464));
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .5;
    z-index: 1;
}
.breadcrumb-text-wrap {
    position: absolute;
    top: 5%;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.breadcrumb-text-wrap h2 {
    color: var(--white-01);
    font-size: 3em;
    text-align: center;
}
.breadcrumb-text-wrap span {
    color: var(--color-01);
    font-size: 1.1em;
    font-weight: 600;

}

.breadcrumb-img.sm {
    height: 35vh;
}
    /*BREADCRUMB*/




/* TEAM PAGE*/
#team h4 {
    font-weight: 600;
    margin-bottom: 20px;
}
#team h4 span{
    font-weight: 300;
    color: var(--color-01);
}

.team-box {
    cursor: pointer;
    background-color: var(--white-01);
    margin-top: 2rem;
}
.team-img {
    position: relative;
    z-index: 1;
}
.team-social-icon-box{
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.70);
    height: 100%;
    padding: 10px;
    transition: all .6s;
    transform: translateX(-20px);
    opacity: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.team-social-icon-box .social-icons {
    display: flex;
    justify-content: start;
}

.team-social-icon-box .social-icons ul li {
    padding: 6px;
}

.team-social-icon-box .social-icons ul li i{
    color: var(--black-02);
    transition: .6s;
    font-size: 16px;
}

.team-social-icon-box .social-icons ul li:hover a i{
    color: #6c6c6c;
}

.team-info {
    position: absolute;
    top: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.70);
    color: #d7d7d7;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: .92em;
    opacity: 0;
    transition: opacity .4s linear;
    padding-left: 50px;
}

.team-info h6 {
    color: var(--white-01);
}

.team-text-box {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 10px;
    background-color: var(--white-01);
}
.team-text-box h5 {
    font-weight: 500;
}

.team-box:hover .team-social-icon-box {
    opacity: 1;
    transform: translateX(0px);
}
.team-box:hover .team-info {
    opacity: 1;
}
/* TEAM PAGE*/


/* BLOG PAGE*/
.blog-box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    transition: all .4s ease-in-out;
    background-color: var(--white-02);
}

.blog-info {
    font-family: 'Popins', sans-serif;
    padding: .3rem 0;
    background-color: rgba(224, 228, 229, 0.51);
    color: var(--color-01);
}
.blog-info .min {
    padding: 0 .3rem;
}

.blog-text {
    text-align: center;
    padding: 20px;
    font-weight: 600;
    font-size: 15px;
}
.blog-text p{
    font-weight: 500;
    font-size: 13px;
    text-align: start;
}

.blog-head {
    height: 5rem;
    font-size: 1rem;
    font-weight: 600;
    transition: all .4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog:hover .blog-head {
    color: var(--color-01);
}

.blog:hover .blog-box{
    box-shadow: rgba(150, 17, 17, 0.24) 0px 1px 3px 0px, rgba(150, 17, 17, 0.34) 0px 1px 2px 0px;
}

.blog-sub-head {
    display: flex;
    align-items: center;
    text-align: center;
    margin: .5rem 1.5rem;
    font-weight: 500;
    color: var(--color-01);
}

.blog-sub-head::before {
    content: '';
    flex: 1;
    border-bottom: 1px solid #dadedf;
    margin-right: .5rem;
}
.blog-sub-head::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #dadedf;
    margin-left: .5rem;
}
/* BLOG PAGE*/

/*BLOGS DETAILS*/
.blog-d p{
    font-size: 14px;
}

.blog-d h5{
    color: var(--color-01);
    font-weight: 600;
}

.op-header {
    border-bottom: 1px solid var(--color-01);
    padding-bottom: 1rem;
}

.op {
    display: flex;
    padding: 1rem 0;
    border-bottom: 1px solid var(--gray-03);
}

.op-img {
    max-width: 100px;
}

.op-img img{
    border-radius: 5px;
}

.op-text {
    padding: 0 0 0 1rem;
}

.op-text h6{
    font-weight: 600;
    color: var(--gray-03);
}

.op-text h6 a{
    color: var(--black-01);
}

.op-text h6 a:hover {
    text-decoration: underline;
    color: var(--color-01);
}

.op-text p{
    font-size: 12px;
    line-height: 1rem;
}

.btn-maroon {
    color: whitesmoke;
    font-size: 1em;
    padding: 1em 1.6em;
    background-color: #720102;
    border: transparent;
    outline: none;
    border-radius: 0;
}
.btn-maroon:hover {
    color: whitesmoke;
    border-radius: 0;
    background-color: #212529;
}
.btn-maroon:focus, .btn-maroon.active  {
    border-bottom: 2px solid transparent;
    color: whitesmoke;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem transparent;
}

/*BLOGS DETAILS*/


/* CONTACT PAGE*/
.contact-info-up {
    position: relative;
    margin-top: -150px;
    z-index: 3;

}
.contact-info-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: var(--white-01);
    padding: 30px 30px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 0 20px rgb(0 0 0 / 9%);
}
.contact-info-box i{
    font-size: 3.5rem;
    color: var(--color-01);
    padding-bottom: 20px;
}
.contact-info-box h6{
    font-size: 1.3rem;
    font-weight: 600;
}

.office-info-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: var(--white-01);
    padding: 30px 30px 50px 30px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 0 20px rgb(0 0 0 / 9%);
}
.office-info-box img {
    max-width: 60px;
    opacity: .2;
}
.office-info-box span {
    font-size: 1.5rem;
    color: var(--white-01);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: var(--color-01);
    opacity: .2;
    font-weight: 800;
}
.office-info-box h6{
    padding: 20px 0;
    font-size: 1.3rem;
    font-weight: 600;
}

/*contact form*/
.contact {
    background-color: var(--white-01);
}

.contact-icon {
    height: 65px;
    width: 65px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--color-01);
}

.contact-icon i {
    color: var(--white-01);
    font-size: 28px;
}

.contact-info {
    white-space: normal;
    word-wrap: anywhere;
}

.contact-info p {
    padding: 0;
    margin: 0;
}

.contact_form {
    padding: 20px;
    border: 1px solid var(--color-01);
    border-radius: 4px;
}

.form-control {
    padding: 7px;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #ced4da;
}

.form-control:focus {
    color: #888;
    background-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(117, 117, 117, 0.11);
    border: 1px solid #999;
}

.input-field {
    position: relative;
    padding: 10px;
}

.input-field i {
    position: absolute;
    padding: 11px 11px;
    color: var(--color-01);
    min-width: 38px;
    font-size: 1.3em;
}

.input-field input {
    padding-left: 55px;
}

.input-field textarea {
    padding-left: 55px;
}

#contact button {
    background-color: var(--color-01);
    border: 0;
    color: var(--white-01);
    padding: 10px 20px;
    transition: all .4s;
}
#contact button:hover {
    background-color: var(--black-02);
}

/* CONTACT PAGE*/


/*ABOUT PAGE*/
.about-icon li i{
    color: var(--color-01);
    padding-right: 10px;
}
.about-icon li{
    color: var(--gray-01);
    padding: 10px 10px 10px 0;
}
/*ABOUT PAGE*/


/*VIDEO PAGE*/
.video-view a i{
    font-size: 3.5rem;
    color: var(--white-01);
}
.video {
    cursor: pointer;
}
.modal-title{
    font-size: 1.3rem;
    color: var(--gray-01);
}
.modal-title span{
    font-size: 1.3rem;
    color: var(--black-02);
    font-weight:600;
    letter-spacing: 1.5px;
}
.modal-content {
    background-color: transparent;
    border: 0;
}

.btn-close {
    border-radius: 15%;
    position: absolute;
    top: 0;
    right: -2rem;
    border: 2px solid var(--color-01);
    background-size: .6em;
    padding: 6px;
    transition: .2s all ease-in;
    background-color: var(--color-01);
}

.btn-close:hover {
    border-radius: 50%;
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(171, 171, 171, 0.25);
}
/*VIDEO PAGE*/



/* GO TO TOP    */
.top-div {
    position: relative;
    z-index: 100;
}
.top-div .animate__animated {
    animation-duration: .5s;
}
.top{
    --offset: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    place-self: end;
    margin-top: calc(100vh + var(--offset));
    text-decoration: none;
    padding: 14px;
    font-size: 1rem;
    background: var(--color-01);
    border: 2px solid var(--color-01);
    color: var(--white-01);
    border-radius: 120px;
    white-space: nowrap;
    transition: all 1s ease;
    box-shadow: 0 0 20px rgb(0 0 0 / 9%);
}
.top:hover{
    color: var(--color-01);
    background: var(--white-01);
    border: 2px solid var(--color-01);

}
/* GO TO TOP    */




/* Preloader start */
.loader{
    z-index:1000;
    position: relative;
    display: flex;
    justify-content: center;
    align-items:center;
    margin-right: 25px;
    margin-bottom: 25px;
}
.loader-div {
    width: 2em;
    height: 2em;
    position: relative;
    margin: auto;
}
.loader-div::before, .loader-div::after {
    content: "";
    position: absolute;
}
.loader-effect::before, .loader-effect::after {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.loader-effect::before {
    background: var(--color-01);
    -webkit-animation-name: droplets;
    animation-name: droplets;
}
.loader-effect::after {
    border: 1px solid var(--color-01);
    opacity: 0;
    -webkit-animation-name: ripples;
    animation-name: ripples;
}
@keyframes droplets {
    0%, 15% {
        opacity: 1;
    }
    15% {
        transform: scale(0.5);
    }
    60% {
        transform: scale(4);
    }
    60%, 90% {
        opacity: 0;
    }
    90% {
        transform: scale(3);
    }
    95%, 100% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ripples {
    0%, 30% {
        opacity: 0;
        transform: scale(1);
    }
    60% {
        opacity: 0.3;
    }
    90% {
        transform: scale(3);
    }
    100% {
        opacity: 0;
    }
}
.preloader{
    z-index: 900;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.preloader::before{
    z-index: 900;
    content: '';
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: var(--white-01);
    transition: 1s;
}
.preloader::after{
    z-index: 900;
    content: '';
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: var(--white-01);
    transition: 1s;
}
.preloader.complete::before{
    left: -51%;
}
.preloader.complete::after{
    right: -51%;
}
/* Preloader end */













@media (max-width: 1200px) {
    .container{
        padding: 0 10px;
    }
    #logo {
        padding: 0 10px;
    }
    .slide-contain-text::before {
        border: 0;
    }
}
@media (max-width: 992px) {
    .fact-year {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .year {
        font-size: 2.5rem;
        padding: 30px 18px;
        border: 5px solid var(--color-01);
        border-right: transparent;
        margin: 0 0 30px 0;
    }
    .year::before {
        top: 0;
        width: 5px;
        height: 15px;
      }
      .year::after {
        bottom: 0;
        width: 5px;
        height: 15px;
    }
    .year-text {
        font-size: .9rem;
        top: -14px;
        left: 2px;
    }

}


@media (max-width: 980px) {
    .hidden-menu-bar {
        /* display: block; */
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .menu.transparent {
        background-color: white;
    }

    .hidden-menu-bar span {
        padding: 6.8px 10px;
        border-radius: 2px;
    }

    .menu{
        height: 100%;
        justify-content: end;
        padding-right: .8rem;
        box-shadow: none;
    }

    .menu .enroll-icon {
        display: none;
    }
    .menu .logo {
        padding-left: 30px;
        max-width: 80px;
    }

    .menu ul{
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: fixed;
        width: 100%;
        height: 80vh;
        left: -120vw;
        top: 0;
        z-index: 200;
        overflow: auto;
        background-color: var(--white-01);
        transition: all .5s ease-in;
    }

    .menu ul.active{
        left: 0;
    }

    .menu ul.active li a{
        color: var(--black-01);
    }

    .menu-close {
        display: block;
        text-align: right;
    }
}


@media (max-width: 767px) {
    .breadcrumb-text-wrap h2 {
        font-size: 2.4em;
    }
    .breadcrumb-text-wrap span {
        font-size: 1.2em;
    }


    .blog-breadcrumb-img {
        height: 50vh;
    }

    .blog-breadcrumb-text-wrap h2 {
        font-size: 2.4em;
        text-align: center;
    }
    .blog-breadcrumb-text-wrap span {
        font-size: 1.5em;
    }

}








@media (max-width: 576px) {
        .comment {
            padding: 1.5rem;
        }

    .breadcrumb-img.sm {
        height: 30vh;
    }

    .blog-d.pd-top {
        padding-top: 30px;
    }

    .blog-index.pd-top {
        padding-top: 30px;
    }
    .breadcrumb-text-wrap {
        top: 12%;
    }
}



@media (max-width: 420px) {
    .breadcrumb-text-wrap h2 {
        font-size: 2em;
    }
    .breadcrumb-text-wrap span {
        font-size: 1em;
    }

    .blog-breadcrumb-text-wrap h2 {
        font-size: 2em;
        text-align: center;
    }
    .blog-breadcrumb-text-wrap span {
        font-size: 1em;
    }

}



