@import url('https://fonts.googleapis.com/css2?family=Aboreto&display=swap');
*::after {
    box-sizing: border-box;
}
*{
    margin: 0;
    line-height: 1.15;
    box-sizing: border-box;
    /* font-family: 'Aboreto', cursive; */
    font-family: 'DynaPuff', sans-serif;
    /* font-family: 'Merriweather', serif; */
}
html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #d6d7da !important;
}
a{
    color: #036839;
    text-decoration: none;
    background-color: transparent;
}  
a:hover {
    color: #ff7c01;
    text-decoration: none;
}
/* header site of nav */
nav{
    color: #02572f;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    background: #fcfcfc;
    position: sticky;
    border-bottom: 2px solid #ff7c01;
}
.nav-site{
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.nav-site ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.nav-site a{
    display: flex;
    flex-direction: row;
}
.nav-site a img{
    margin-top: 3px;
    margin-left: -2px;
}
.nav-site a{
    color: #02572f;
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
    margin-top: -2px;
}
.nav-site a:hover{
    text-decoration: none;
    color: #ff7c01;
    transition: 0.58s;
}
.nam-c{
    color: #ff7c01;
    margin-top: 6px;
    margin-left: 8px;
    margin-bottom: -1px;
}
.nam-c:hover{
    color: #027a42;
    transition: 1s;
}
/* madel site nav */
.madel-nav{
    font-size: 15px;
    list-style: none;
    margin-left: -15px;
    margin-top: -6px;
    margin-bottom: -2px;
}
.madel-nav li{
    margin-top: 8px;
}
.madel-nav a:hover, .madel-nav .active > a, .madel-nav li:hover > a {
    text-decoration: none;
    color: #ff7c01;
}
.madel-nav .active{
    color: #ff7c01;
    transition: .3s all ease color;
}
.madel-nav li.active a{
    color: #ff7c01;
}
.madel-nav a{
    font-size: 17px;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
}
.admit{
    padding: 5px;
    border: none;
    font-size: 26px;
    text-align: center;
    color: #f8f7f7;
    background: #016d3b;
    margin-left: 20px;
    padding-top: 6px;
    padding-left: 15px;
    padding-right: 10px;
    border-radius: 10px;
}
.admit:hover{
    color: #d4e4f5;
    background: #02572f;
    transition: 1s;
    font-size: 28px;
    transform: rotateX(20px);
}
.admit a{
    text-decoration: none;
    color: #cecece;
}
.admit a:hover{
    color: #d4e4f5;
}
/* .scroll-bar{
    animation: mover 1s infinite alternate;
}
@keyframes mover {
    0%{transform: translateX(0);}
    100%{transform: translateX(10px);}
} */
.admit {
    --clr: #02703d;
    --outline: 1px solid #d1d1d1;
    border: 2px solid var(--clr);
    background: var(--clr);
    outline: var(--outline);
    transition: outline-offset 200ms ease;
    -webkit-font-smoothing: antialiased;
}
.admit:hover, .admit:focus { 
    outline: var(--outline);
    outline-offset: -6px;
}
@keyframes rotate {
	100% {
		transform: rotate(1turn);
	}
}
/* right button */
.right-site-nav{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: -2px;
    margin-bottom: 0px;
}
.log:hover{
    transition: 1s;
    color: #e4e2e2 !important;
    background: #027a42;
}
.log a:hover{
    transition: 1s;
    color: #e4e2e2 !important;
}
.sign:hover{
    transition: 1s;
    color: #e4e2e2 !important;
    background: #027a42;
}
.sign a:hover{
    transition: 1s;
    color: #e4e2e2 !important;
}
.right-site-nav button{
    border: 0.5px solid #c7c7c7;
    border-radius: 5px;
    /* background-color: #f8f9fa; */
}
.right-site-nav button a{
    text-decoration: none;
    font-size: 17px;
}
/* offcan body */
.color-offcans{
    background-color: rgba(133, 135, 136, 0.329);
    color: #db3f06da;
}
.body-offcan{
    display: flex;
    flex-direction: column !important;
}
.body-offcan a{
    text-decoration: none;
    line-height: 3.15;
    font-size: large;
}
/* =======Responsive of nav bar======== */
@media only screen and (max-width:800px) {
    .nav-site{
        margin-left: -50px !important;
    }
    .nav-site img{
        width: 25px;
        height: 20px;
        margin-top: 8px !important;
        margin-right: -48px !important;
        margin-left: 46px !important;
    }
    .nav-site a {
        display: block;
        font-size: 11px;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .nav-site p{
        display: none;
    }
    .madel-nav{
        margin-left: 8px;
    }
    .madel-nav a{
        display: inherit;
        margin-bottom: 5px;
        margin-left: 8px;
        margin-right: 0;
    }
    .dropdown p{
        display: inherit;
        margin-top: -2px;
        margin-left: 8px;
        margin-bottom: 5px;
        font-size: 12px !important;
    }
    .dropdown-content {
        width: 120px;
        padding-top: 10px;
        padding: 5px;
    }
    .right-site-nav button{
        display: block;
        font-size: small;
        margin-top: 5px;
        padding: 4px;
    }
    .log{
        margin-left: 100px;
    }
    .cart-total{
        padding-top: 0;
    }
    
}
/* End nav bar */

/*=== Down nav and bg show  ===*/
.down-nav-bg{
    color: #036437;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(https://media.istockphoto.com/photos/busy-modern-open-plan-office-with-staff-picture-id1212010350?k=20&m=1212010350&s=612x612&w=0&h=8BBaIicMHnsxLDs_Ayp94uOazJAuLkhK_6IxoOh7UTQ=);
    width: 1349px !important; 
    height: 750px !important; 
    margin-top: 55px;
    margin-bottom: -20px !important; 
    padding: 50px;
    padding-bottom: 0px;
    text-align: center;
    background-size: auto;
    /* background-repeat: no-repeat; */
    /* overflow: hidden; */
    /* background: #3d3232d3; */
}
.medel-bg-text h1{
    color: #01ff56;
    text-align: center;
    margin-top: 65px;
    font-size: 50px;
    font-weight: bolder;
    font-family: Georgia, serif;
    overflow: visible;
}
.medel-bg-text p{
    color: #d4fad0;
    font-size: 16px;
    text-align: center;
}
/* Responsive of down nav and bg */
@media only screen and (max-width:806px) {
    .down-nav-bg{
        width: 480px !important;
        text-align: center;
    }
    .medel-bg-text p{
        text-align: center;
        margin-left: 20px;
    }
    .bg-md-btn{
        margin-left: 15px;
    }
}

/* ===========card body of down bg and card============= */
.bg-down-card{
    margin-top: -300px !important;
    margin-left: 0px;
    margin-right: 30px;
}
.style-card{
    background: #02572f;
    border-radius: 5px;
}
.bg-down-card:hover{
    animation: mover 0.2s alternate;
}
@keyframes mover {
    0%{transform: rotate(-10deg);}
    25%{transform: rotate(7deg);}
    50%{transform: rotate(0deg);}
    100%{transform: rotate(0deg);}
}
.style-card a{
    text-decoration: none;
    color: #fffdfd;
}
.style-card a:hover{
    color: #0d0d0d;
    transition: 0.5s;
}
.style-card h4, h5{
    color: #ffffff;
    font-weight: bold;
    font-family: 'DynaPuff', cursive;
    
}
.card-1{
    background-color: #c99a1a;
}
.card-2{
    background: #0882a0;
}
.card-3{
    background: #d17118;
}
.card-4{
    background: #056fac;
}
.card-5{
    background: #9c4308;
}
.card-6{
    background: #204679;
}
/* bg card Responsiv */
@media only screen and (max-width:776px) {
    .carde{
        margin-top: -260px !important;
    }
    .bg-down-card{
        margin-top: 10px !important;
        margin-right: -30px;
        align-items: center;
    }
    .cardofbg{
        width: 5rem !important;
        margin-left: 60px;
        margin-right: 70px;
    }
}
/* ==end nab and bg and card== */

/* ============= About Section Start ============== */
#about{
    padding-top: 70px;
    padding-bottom: 0px;
    background: #d1c3bd;
}
.nam-about h1{
    color: #050d18 !important;
    font-weight: bold;
    width: 185px;
    margin-left: 575px;
    border-bottom:2px solid #ff7c01;
}
.nam-about p{
    color: #777676 !important;
}
.about h1, a, i{
    color: black;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
.about h1, a, i:hover{
    color: #184d1f;
}
.about a{
    color: #016d3b;
    text-decoration: none;
}
.about a:hover{
    color: #016d3b;
    text-decoration: none;                                                                              
}
.about p{
    color: #636161;
}          

/* ------facts-------*/
.facts {
    padding-top: 20px;
    padding-bottom: 30px;
    background-image: url('https://www.bennettjones.com/-/media/Files/BennettJones/Blogs/DIPLoans.jpg?In%20Port%20Capital%20(EV)%20Inc.%20(Re),%202022%20BCSC%20370,1%20the%20Supreme%20Court%20of%20British%20Columbia%20recently%20declined%20to%20grant%20a%20declaration%20that%20the%20interest%20rate%20and%20fees%20charged%20under%20a%20debtor-in-possession%20(DIP)%20loan%20did%20not%20violate%20section%20347%20of%20the%20Criminal%20Code');
    color: #050d18;
}
.facts .count-box {
  padding: 30px;
  width: 100%;
  text-align: center;
}
.facts .count-box i {
  display: block;
  font-size: 44px;
  color: #f4f4f7;
  margin-left: 60px;
}
.facts .count-box i:hover{
    color: #050d18;
    transition: 0.5s;
}
.facts .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #e6e3e3;
  margin-left: 60px;
}
.facts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  color: #c7c7ca;
}
/* Responsiv About section */
@media only screen and (max-width:776px){
    .nam-about h1{
        width: 185px;
        margin-left: 155px;
    }
}

/* ============ Our Course Section ============ */
#course{
    margin: 0;
    padding-top: 70px;
    padding-bottom: 20px;
    background: #c1cacf;
    position: relative;
    padding-bottom: 70px;
}
.head-course h1{
    color: #050d18;
    font-weight: bold;
    padding-bottom: 10px;
    width: 260px;
    margin-left: 545px;
    border-bottom:2px solid #ff7c01;
}
.head-course p{
    color: #4a4b4a;
    padding-bottom: 10px;
    text-align: center;
}
.courses{
    padding-top: 0px;
    background: #fefefe;
    border-radius: 10px;
    text-align: center;
    padding-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
.courses:hover{
    transition: 0.5s;
    transform: scale(1.02);
    box-shadow: 0px 1px 13px rgba(27, 27, 27, 0.705); 
}
.courses img{
    padding: 0px;
}
.courses img:hover{
    transition: 0.6s;
    cursor: pointer;
}
.courses h5{
    color: #050d18;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 5px;
    font-size: 18px;
}
.courses-p1{
    text-align: center;
    font-size: small;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-bottom: 0px; 
    color: rgb(109, 104, 104);
}
.courses-p2{
    margin-top: 12px;
    text-align: left;
    margin-bottom: 0px;
}
.courses-p2 i{
    color: #6b6b6b;
}
.courses-p2 span i{
    color: #ffc300;
}
.courses button{
    border: 1px solid #fff;
    color: rgb(228, 227, 227);
    background: #016d3b;
}
.courses button:hover{
    color: rgb(228, 227, 227);
    background: #07864b;
}
.courses button a{
    color: rgb(228, 227, 227);
    text-decoration: none;

}
.courses button a:hover{
    color: rgb(228, 227, 227);
}
.button-course{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.button-course p{
    margin-top: 15px;
}
.button-course p span{
    color: red;
    font-weight: bold;
}
/* Responsiv Course section */
@media only screen and (max-width:776px){
    .head-course h1{
        width: 185px;
        margin-left: 155px;
    }
    .course-1{
        margin-left: 5px !important;
    }
}

/* ============ Our Team ============ */
#team{
    padding-top: 70px;
    background: #dfd3cf;
    text-align: center;
}
.head-team h1{
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
    width: 210px;
    margin-left: 580px;
    border-bottom:2px solid #ff7c01;
}
.head-team p{
    color: #585656;
    font-size: 14px;
    margin-bottom: -98px;
}
.teams-body{
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 42px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 255px;
    background: #fefefe;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.2);
    filter: blur(2px);
}
.swiper-slide-active{
    filter: blur(0px);
    background: #fefefe;
}
.swiper-slide img {
    display: block;
    width: 90%;
}
.member{
    position: relative;
    width: 100%;
    padding: 25px;
    background: #fefefe;
    border-radius: 10px;
}
.member img{
    width: 90%;
    margin-top: 15px;
    margin-left: 10px;
}
.member-nam{
    color: #ff7301 !important;
    font-weight: bolder;
    font-size: 16px !important;
}
.member-nam span{
    color: #050d18;
    margin-top: 20px;
    padding-top: 40px !important;
}
.member h5 a{
    text-decoration: none;
}
/* Responsiv Team section */
@media only screen and (max-width:776px){
    .head-team h1{
        width: 210px;
        margin-left: 140px;
    }
}

/* ============ Review Section ============ */
#review{
    padding-top: 60px;
    padding-bottom: 30px;
    background: #ffe9db;
}
.head-review{
    margin-top: 0px;
    text-align: center;
}
.head-review h1{
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    margin-left: 525px;
    width: 300px;
    border-bottom:2px solid #ff7c01;
}
.head-review p{
    font-size: 15px;
    color: #5b5b5c;
}
.reviews{
    margin: 5px;
    margin-left: -3px;
    margin-right: -3px;
    padding: 5px;
    border-radius: 10px;
}
.reviews-body{
    transition: 1s;
}
.reviews-body:hover{
    transform: scale(0.99);
    border: 10px solid darkgreen;   
    border-radius: 10px;
    cursor: pointer;
}
.reviews img{
    border-radius: 10px;
}
.reviews i{
    position: absolute;
    left: 45%;
    color: #00c267;
    top: calc(70% - 63px);
    font-size: 38px;
}
.reviews i:hover{
    cursor: pointer;
    color: #fff;
    transition: 0.5s;
}
.others-review{
    text-align: center;
    margin-bottom: 20px;
}
.others-review button a{
    text-decoration: none;
    color: #fff;
}
/* Responsiv review section */
@media only screen and (max-width:776px){
    .head-review h1{
        width: 230px;
        margin-left: 135px;
    }
}

/* ========== Start Gallery Section ========= */
#gallery{
    padding-top: 70px;
    padding-bottom: 20px;
}
.head-gallery{
    padding-top: 10px;
    text-align: center;
}
.head-gallery h1{
    font-weight: bold;
    margin-left: 550px;
    width: 250px;
    border-bottom:2px solid #ff7c01;
}
.gallerys{
    margin-top: 20px;
}
.gallerys img{
    width: 275px;
    padding: 5px;
    filter: grayscale(30%);
    transition: 0.5s;
}
.gallerys img:hover{
    filter: grayscale(100%);
    transform: scale(1.1);
}
.others-gallery{
    padding: 10px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.others-gallery button a{
    text-decoration: none;
    color: #fff;
}
@media only screen and (max-width:776px){
    .head-gallery h1{
        width: 200px;
        margin-left: 115px !important;
    }
    .gallerys{
        align-items: center;
        margin-left: 72px;
        margin-right: 76px;
    }
}

/* =============== Start Contact Section ============== */
#contact{
    padding-top: 50px;
    padding-bottom: 30px;
    background: #f1ecec !important;
}
.head-contact{
    text-align: center;
    margin-top: 10px;
}
.head-contact h1{
    font-weight: bold;
    width: 160px;
    margin-left: 590px;
    border-bottom:2px solid #ff7c01;
}
.head-contact p{
    font-size: 15px;
    color: #7a7a7c;
    text-align: center;
}
/* main contact */
.main-contact{
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Left Contact */
.left-cont{
    padding: 5px;
    background: #ffffff;
    border-radius: 10px;
    padding-bottom: 20px;
    box-shadow: 0px 0px 15px 15px rgba(61, 60, 60, 0.192);
}
.cont-item{
    margin-left: 68px;
    margin-top: 47px;
}
.cont-item h4{
    font-size: 23px;
    font-weight: bold;
    margin-left: -51px;
}
.cont-item h4 i{
    color: #016d3b;
    padding: 9px;
    background: #0877435d;
    border-radius: 100%;
}
.cont-item h4 i:hover{
    color: #fff;
    background: #016d3b;
    cursor: pointer;
    transition: 0.5s;
}
.cont-item p{
    /* color: #5c5b5b; */
    color: #0f3d27e1;
    font-weight:lighter;
}
.map{
    padding: 10px;
    margin-left: 10px;
}
/* Right Contact */
.right-cont{
    padding: 5px;
    background: #ffffff;
    border-radius: 10px;
    padding-bottom: 20px;
    box-shadow: 0px 0px 15px 15px rgba(61, 60, 60, 0.192);
}
.right-cont-item{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.nam-cont{
    margin-left: -155px !important;
}
.nam-email{
    margin-left: -30px !important;
}
.right-cont-item input{
    padding: 10px;
    border: 1px solid #ada8a8;
    margin-left: 5px;
    border-radius: 6px;
    padding-left: 10px;
}
.sub, .messege{
    margin: 20px;
    margin-left: 31px;
}
.sub h4{
    font-weight: bold;
}
.sub input{
    width: 487px;
    padding: 10px;
    border: 1px solid #ada8a8;
    margin-left: 2px;
    border-radius: 6px;
    padding-left: 10px;
}
.messege h4{
    font-weight: bold;
}
.right-cont a button{
    color: #fff;
    text-align: center;
    align-items: center !important;
    margin-left: 40%;
    background: #09854b;
}
.right-cont a button:hover{
    color: #fff;
    background: #02703d;
}
/* Responsiv Contact Section */
@media only screen and (max-width:776px){
    .head-contact h1{
        width: 130px;
        margin-left: 170px;
    }
    .nam-cont{
        margin-left: -173px !important;
    }
    .nam-email{
        margin-left: -50px !important;
    }
    .right-cont-item input{
        margin-left: -10px;
    }
    .sub, .messege{
        margin-left: 0px;
    }
    .sub input{
        width: 420px;
    }
}

/* ======== our work ========= */
.customer-logos{
    background: #9b9999;
    font-size: 14px;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    /* animation: slidshow 8s linear infinite; */
}
/* @keyframes slideshow {
    0% {transform: translateX(0);}
    100% {transform: translateX(-100%);}
} */
.customer-logos .slide img{
    width: 70%;
}

/* =========== Footer Section =========== */
.top-footer{
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #282828;
}
/* Left site Top Footer */
.top-footer-left{
    color: #dfd3cf;
    text-align: center;
}
.top-footer-left h1{
    color: #00c267;
    font-weight: bold;
    font-family: serif;
}
.top-footer-left h6{
    margin-top: -12px;
    margin-bottom: -6px;
    color: #b2b4b2;
}
.top-footer-left p{
    text-align: left;
    color: #a2a3a2;
}
.top-footer-left p i{
    color: #cdcfcd;
    font-size: 20px;
}
.top-footer-left a{
    float: left;
    color: #cdcfcd;
    font-size: 20px;
    margin-right: 30px;
    cursor: pointer;
    text-decoration: none;
}
.top-footer-left a i{
    color: #cdcfcd;
}
/* meddel Site Top Footer */
.top-footer-meddel h2{
    color: #f1ecec;
    text-align: center;
    padding-top: 5px;
}
.link-us li{
    padding: 3px;
    text-align: center;
    border-bottom: 1px dotted #b2b4b2;
}
.link-us li a{
    color: #aeafae;
}
.link-us li a:hover{
    color: #d0d1d1;
}
/* Right Site Top Footer */
.top-footer-right h2{
    color: #f1ecec;
    text-align: center;
    padding-top: 5px;
}
.right-footer{
    color: #aeafae;
    list-style: none;
    text-align: left;
    font-size: 16px;
}
.right-footer li{
    padding-bottom: 4px;
    padding-top: 4px;
    border-bottom: 1px dotted #b2b4b2;
}
.right-footer span{  
    font-size: 14px;
}
/* Down Footer */
.down-footer{
    color: #b8b5b5;
    padding: 5px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: -20px !important;
    background: #020803;   
}
.down-footer:hover{
    color: #9b9999;
    transition: 0.8s;
    cursor: pointer;
}
.down-footer a{
    text-decoration: none;
    color: #02a85b;
}
.down-footer a:hover{
    color: #d8d1d1;
    transition: 0.8s;
    cursor: pointer;
}
/* ======= End Footer Section ======= */