
@import "style.css";


:root{
    --main--color: #67225C;
}
/*start my class*/
.main_color{
    color: var(--main--color);
}
.main_bg{
    background: var(--main--color);
}

.main_bt{
    background: var(--main--color);
    color: #FFF;
    font-weight: bold;
    padding: 20px 45px;
}
.main_bt:hover{
    background: #eeeeee;
    color: var(--main--color);
}
.my_bold{
    font-weight: 900
}
.main_icon{
    color: #FFF;
    background: var(--main--color);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center
}
.main_icon:hover{
    color: var(--main--color);
    background: #FFF;
}
.sm_font{
    font-size: 15px;
}


/*end my class*/
/*start default class*/
body{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px !important;
    /*height: 6500px*/
}
.container-fluid{
    padding-left: 50px;
    padding-right: 50px;
}
.row{
    margin-right: 0px;
    margin-left: 0px;
}
.point{
    cursor: pointer;
}
.transition-me{
    -weebkit-transition: all 0.2s ease-in-out;
    -noz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.index_over{
    z-index: 100
}
button,
select,
input,
textarea{
    outline: none
}
button:focus{
    outline: none
}
.rounded{
    border-radius: 10px !important
}
.oppacity{
    opacity: 0.3
}
.carousel-control-prev, .carousel-control-next{
    opacity: 1 !important
}
[class^="icon-"], [class*=" icon-"]{
    margin-bottom: 0px
}
.my_p{
    line-height: 1.7;
    font-size: 20px;
}
/*end default class*/
/*start main_slider*/
.inside_slide.position-absolute{
    top: 0;
    height: 100%;
    width: 100%;
}
/*start choose us*/
.choose .us.m-2.py-3.px-2.text-center.shadow:hover{
    background: #f3f8fc;
}
/*start triple*/
.triple{
    background: #f3f8fc
}
/*start ceo*/
.ceo{
    background: url('../img/background2.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.under_border{
    border-bottom: 5px solid var(--main--color);
}
.line_div{
    height: 5px;
    background: var(--main--color);
    width: 80px
}
/*start contact_us*/
.contact .in_contact{
    background: url('../img/background1.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.contact .whats.position-absolute{
    bottom: 40px;
    right: 70px
}