:root{
    --color-text : #020202;
    --color-red : #AA0000;
    --color-white : #ffffff;
    --color-pink : #aa00000f;
    --color-grey : #00000017;
}

html,body{
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
}

a{
    text-decoration: none;
}

.sized-box{
    padding-top: 35px;
    padding-bottom: 35px;
}

.container-fluid{
    max-width: 1600px;
}

img{
    width: 100%;
}

.text-main{
    color: var(--color-red) !important;
}

/*box shadow*/
.bs-top-right{
    box-shadow: 10px -10px 0px -1px var(--color-red);
    -webkit-box-shadow: 10px -10px 0px -1px var(--color-red);
    -moz-box-shadow: 10px -10px 0px -1px var(--color-red);
}

.bs-top-left{
    box-shadow: -10px -10px 0px -1px var(--color-red);
    -webkit-box-shadow: -10px -10px 0px -1px var(--color-red);
    -moz-box-shadow: -10px -10px 0px -1px var(--color-red);
}

.bs-bottom-right{
    box-shadow: 10px 10px 0px -1px var(--color-red);
    -webkit-box-shadow: 10px 10px 0px -1px var(--color-red);
    -moz-box-shadow: 10px 10px 0px -1px var(--color-red);
}

.bs-bottom-left{
    box-shadow: -10px 10px 0px -1px var(--color-red);
    -webkit-box-shadow: -10px 10px 0px -1px var(--color-red);
    -moz-box-shadow: -10px 10px 0px -1px var(--color-red);
}


/*background section*/
.bg-cover{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-contain{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-top{
    background-position: top;
}

.bg-main{
    background: var(--color-red);
}

.bg-pink{
    background: var(--color-pink);
}

/*btn*/
.btn-main{
    text-transform: uppercase;
    background: var(--color-red);
    color: var(--color-white);
    border: 1px solid var(--color-red);
    font-weight: 600;
    padding: 5px 10px;
    letter-spacing: 0.15em;
}

.btn-main:hover{
    background: var(--color-white);
    color: var(--color-red);
    transition: all 0.3s;
}

.btn-main-outline{
    text-transform: uppercase;
    color: var(--color-red);
    border: 1px solid var(--color-red);
    font-weight: 600;
    padding: 5px 10px;
    letter-spacing: 0.15em;
}

.btn-main-outline:hover{
    color: var(--color-white);
    background: var(--color-red);
    transition: all 0.3s;
}

/* header-section */
.main-logo{
    width: 120px;
}

.header-wrapper{
    padding: 20px;
}

/* menu-section */
.menu-item{
    display: none;
    position: relative;
    text-transform: uppercase;
}

.menu-item a,.mobile-menu-item a{
    color: var(--color-text);
}

.menu-item:hover a,.mobile-menu-item:hover a{
    color: var(--color-red);
    transition: 0.3s ease;
}

.menu-item::after{
    position: absolute;
    left: 50%;
    content: '';
    width: 0;
    height: 5px;
    background: var(--color-red);
    transition: all 550ms linear;
    transform: translateX(-50%);
}

.menu-item.active::after,.menu-item:hover::after{
    position: absolute;
    left: 50%;
    content: '';
    width: 40px;
    height: 5px;
    background: var(--color-red);
    transition: all 550ms linear;
    transform: translateX(-50%);
}

/*main slider section*/
.main-banner{
    height: 350px;
}

.main-overlay{
    margin: 35px;
    border: 1px solid var(--color-white);
    align-self: end;
    padding: 15px;
    color: var(--color-white);
}

.lg-font{
    font-size: 48px;
    line-height: 1;
}

/*main about us section*/
.title{
    color: var(--color-red);
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-size: 24px;
}

.section-title{
    color: var(--color-red);
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-size: 30px;
}



.content{
    text-align: justify;
}

.about-panel{
    margin-top: 30px;
    border: 1px solid var(--color-red);
    align-self: end;
    padding: 15px;
    color: var(--color-red);
}

.about-panel-reverse{
    background: var(--color-red);
    margin-top: 30px;
    border: 1px solid var(--color-red);
    align-self: end;
    padding: 15px;
    color: var(--color-white);
}

.about-panel h2,.about-panel-reverse h2{
    font-size: 40px;
}

/*main award section*/
.award-name{
    color: var(--color-text);
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding: 0 5px;
}

.award-name h3{
    font-size: 18px;
}

.award-name h3,.award-name p{
    font-weight: 500;
}

.owl-item.center .award-name h3{
    color: var(--color-red);
    font-size: 22px;
}

.owl-item.center .award-name p{
    color: var(--color-red);
}

.owl-item.center .award-name h3,.owl-item.center .award-name p{
    font-weight: 700;
}

.award-slider .owl-stage{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.parallelogram{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin: 0 auto;
    width: 250px;
    height: 350px;
    background: var(--color-white);
    overflow: hidden;
}

.owl-item.center .parallelogram{
    transition: 0.3s ease;
}

.owl-item.center .parallelogram .img{
    transition: ease 0.3s;
}

.parallelogram img{

}

.award-slide{
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    background: var(--color-white);
}

/*services section*/
.v-line{
    width: 2px;
    height: 45px;
    border-left: 2px dashed var(--color-red);
    margin: 0 auto;
}

.red-line{
    width: 90px;
    height: 2px;
    background: var(--color-red);
    margin: 10px auto;
}

.dash-line{
    width: 90px;
    border-bottom: 1px dashed var(--color-red);
    margin: 10px auto;
}

.service-wrapper{
    padding: 15px;
    height: 100%;
}

.service-title{
    font-size: 16px;
    margin-bottom: 1rem;
}

/*footer section*/
.border-top-main{
    border-top: 2px solid var(--color-red);
}

.border-left-main{
    border-left: none;
}

.join-us{
    color: var(--color-red);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.footer-logo{
    width: 180px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.social{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.social-item{
    width: 50px;
}

.explore{
    color: var(--color-red);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.footer-links li{
    margin-bottom: 10px;
}
.footer-links li a{
    color: var(--color-text);
}

.footer-links li a:hover{
    transition: 0.3s ease;
    color: var(--color-red);
}

/*contact section*/
.contact-info{
    text-align: center;
    text-transform: uppercase;
    border: 1px solid var(--color-red);
    font-weight: 700;
    padding: 35px;
}

.contact-icon{
    font-size: 40px;
}

.operation-hour{
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-down{
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.career-content h2{
    font-size: 16px;
    font-weight: 400;
}

/*service section*/
.service-holder{
    padding: 35px 15px;
}

.service-list{
    background: rgba(255,255,255,0.78);
    padding: 35px 15px;
}

.service-line{
    width: 90px;
    height: 2px;
    background: var(--color-red);
    margin: 10px auto;
}

.custom-main{
    border-radius: 0;
    border: 1px solid var(--color-red);
    min-height: 45px;
}

.circle-wrapper{
    background: var(--color-white);
    border-radius: 50%;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
    width: 250px;
    height: 250px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle{
    display: flex;
    width: 100%;
}

.circle-no{
    color: var(--color-red);
    font-size: 120px;
    font-weight: 600;
    margin-left: -20px;
}

.circle-content{
    align-self: center;
    padding-left: 20px;
}

.founder-wrapper{
    background: linear-gradient(to right,
    var(--color-white) 0%,
    var(--color-white) 25%,
    var(--color-grey) 25%,
    var(--color-grey) 100%);
    height: unset;
}

.founder{
    font-size: 48px;
    color: var(--color-red);
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.founder-name{
    padding: 15px 0;
    font-size: 20px;
}

.founder-img{
    height: 480px;
}

/*team section*/
.team-content{
    text-align: center;
}

.team-img{
    margin-bottom: 10px;
}

.team-name{
    font-size: 18px;
}

.wording{
    font-size: 22px;
    color: var(--color-red);
    font-weight: 600;

}

.mobile-menu{
    position: fixed;
    width: 100%;
    height: 100vh;
    display: none;
    overflow: hidden;
    background: var(--color-white);
    transition: 0.3s ease;
    text-align: center;
}

.mobile-show{
    display: block;
    z-index: 99;
    transition: 0.3s ease;
}

.mobile-menu ul{
    padding-top: 40%;
}

.mobile-item{
    margin-bottom: 15px;
}

.mobile-item a{
    color: var(--color-text);
}

.mobile-item.active a{
    color: var(--color-red);
}

.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--color-white);
    z-index: 101;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
