body{
    line-height: 1.7;
    font-family: "Arial", sans-serif;
    font-size: 17px;
    color: #666;
    font-weight: 400;
    background-color: rgba(255,255,255,1);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
    -ms-word-wrap: break-word;
    word-break: break-word;
}
.redclr{
    color:#f35444;
}
/*home*/
.striaghtline{
    width:4px;
    background-color: #f35444;
    height:5rem;
}
.fontsize{
    font-size:5rem;
}
.home_section{
    padding: 10rem 0rem;
    background-color: #ff8f64;
}

/*trust*/
.trust_img{
    margin-top: -4rem;
}
/*statistics*/
.statistics_section{
    padding:2rem 0rem;
    margin: 4rem 0rem;;
   /* background: url(../img/statistics.png) no-repeat;*/
}
.statistics_text{
    color: #222222;
    font-size: 64px;
    line-height: 50px;
    font-weight: 500;
    font-family: Montserrat;
}
/*event*/
.event_section{
        background: #31333e url(../img/subscribe.jpg) top left/cover no-repeat fixed;
    padding-top: 122px;
    padding-bottom: 117px;
}

/* Recent news css*/
.s_pad{
    padding-top: 120px;
    padding-bottom: 80px;
}
#zoom_box{
    overflow: hidden;  
}
#zoom_box .zoom_news{
    transition: transform .2s;
}
#zoom_box:hover .zoom_news{
    transform-origin: 50% 50%;
    transform: scale(1.5); 
}
.news_content_1 p ,.news_content_1 span{
    display: inline;
    font-size: 0.9rem;
}
.news_content_1 p::after{
    content: '';
    display: inline-block;
    width: 5px;
    border-radius: 3px;
    height: 5px;
    background-color: rgba(243,84,68,1);
    margin: 30px 0 0 17px;
    text-align: right;
    transition: all 2s ease-in;
    
}
.news_content_2{
    padding: 2rem 0px;
}
.news_content_2 h4 a{
    color:black;
    font-weight: bold;
}
.news_content_2 h4 a:hover{
    color:red;
    text-decoration: none;
}
.news_content_2 p{
    margin: 1.5rem 0px;
}
.news_content_2 h6{
    font-size: 16px;
}
.news_content_2 h6::after{
    content: '';
    display: inline-block;
    width: 20px;
    border-radius: 3px;
    height: 5px;
    background-color: rgba(243,84,68,1);
    margin: 10px 0 0 17px;
    text-align: right;
    transition: all 2s ease-in;
    
}
/* package*/
.package_box1{
    background: #f6f7fb url(../img/package1.png) top right/auto no-repeat scroll;
    max-width: 360px;
    border: 1px solid rgba(228, 231, 242, 0);
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 20px;
}
.package_h4{
    color: #222222;
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    text-transform: none;
    text-align: left;
    background-color: rgba(246, 247, 251, 0);
    padding-bottom: 25px;
    padding-left: 60px;
}
.package_price{
    color: #222222;
    font-size: 52px;
    font-weight: 500;
    line-height: 58px;
    padding-top: 10px;
    padding-bottom: 25px;
    padding-left: 60px;
}
.package_text{
    background-color: rgba(246, 247, 251, 0);
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 60px;
    color: #666666;
    font-family: Catamaran;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.package_box2{
    background: #31333e url(../img/package1.png) top right/auto no-repeat scroll;
    max-width: 360px;
    border: 1px solid rgba(228, 231, 242, 0);
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 20px;
}
.custombtn{
    color: #222222;
    background: #f6f7fb;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: none;
    border: 2px solid #f35444;
    border-radius: 50px 50px 50px 50px;
    padding: 12px 50px 12px 50px;
    margin-top: 63px;
    margin-bottom: 15px;
}
.custombtn:hover{
    background-color: #f35444;
    color:white;
}
.package_box3{
    background: #f6f7fb url(../img/package1.png) top right/auto no-repeat scroll;
    max-width: 360px;
    border: 1px solid rgba(228, 231, 242, 0);
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 20px;
}




/*footer css*/
.footer_1{
    background: #151823;
    padding-top: 90px;
    padding-bottom: 70px;
}
.footer_1 h3{
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 30px;
}
hr{
    border: 1px solid rgba(255, 255, 255, 0.20);
}
.footer1_p{
    text-align: left;
    color: #7e8399;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 30px 0 25px 0;
}
.footer1_ul{
    color: #ffffff;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    font-family: Catamaran;
    margin-top: -3px;
}
.p_img{
    padding: 1px 0px;
    color:white;
    font-size: 14px;
    margin-bottom: 5px;
}
.footer1_h1 a{
    font-size: 1rem;
    text-decoration: none;
    color:white;
}
.footer1_h1 a:hover{
    color: red;
}
.round{
    color: #ffffff;
    text-align: center;
    margin-top: 5px;
    padding-right: 30px;
    height: 48px;
    padding-left: 30px;
    border-radius: 77px 77px 77px 77px;
}
.footer1_span{
    text-align: left;
    color: #7e8399;
    font-size: 15px;
    line-height: 26px;
    margin: 30px 0 10px 0;
}
::placeholder{
    color:#ffffff;
}
.footer_2{
    background: #1b2032;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer2_p1{
    color: #7e8399;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
.footer2_p2{
    color: #7e8399;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
}
.footer2_p2 a{
    color: #7e8399;
    text-decoration: underline;
}
/*team */
.intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto
}

.intro p {
    margin-bottom: 0
}

.people {
    padding: 50px 0;
    cursor: pointer
}

.item {
    margin-bottom: 30px
}

.item .box {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 280px;
    position: relative;
    overflow: hidden
}

.item .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 99 24 / 67%);
    transition: opacity 0.15s ease-in;
    opacity: 0;
    padding-top: 80px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15)
}

.item:hover .cover {
    opacity: 1
}

.item .name {
    font-weight: bold;
    margin-bottom: 8px
}

.item .title {
    text-transform: uppercase;
    font-weight: bold;
    color: #bbd8fb;
    letter-spacing: 2px;
    font-size: 13px;
    margin-bottom: 20px
}

.social {
    font-size: 18px
}

.social a {
    color: inherit;
    margin: 0 10px;
    display: inline-block;
    opacity: 0.7
}

.social a:hover {
    opacity: 1
}


/* contact */

.contact_section{
    text-align: center;
    background: #151823 url(../img/creative1.png) top left/cover no-repeat scroll;
    padding-top: 20px;
    color:white;
}
.contact_section h1{
    color: #ffffff;
    font-size: 56px;
    font-weight: 700;
    text-align: center;
    line-height: 64px;
}
.contact_form{
    background: #f6f7fb url(../img/getfree.png) top center/auto no-repeat scroll;
    margin-bottom: 0px;
    padding-top: 125px;
    padding-bottom: 105px;
}
.reshide{
    display: block;
}

.stepbx{
    background: transparent url(https://demo26.atiframe.com/wp-admin/admin-ajax.php?action=kc_get_thumbn&type=filter_url&id=%2Fwp-content%2Fuploads%2F2020%2F03%2Fsteps.png) 50% 130%/auto no-repeat scroll;
    padding-top: 20px;
    z-index: 3;
}
.stepbox{
background: transparent url(../img/wave.png) center top/auto no-repeat scroll;
    margin-top: 80px;
    margin-bottom: 40px;
    width:100%;
    display:inline-flex;
}
.stepbox .boxitem{
    width:20%;
}
.bitem1{
    margin-top: -72px;
    text-align: center;;
}
.bitem2{
    margin-top: 72px;
    text-align: center;;
}
.bitem3{
    text-align: center;
    margin-top: -45px;
}
.bitem4{
    text-align: center;
    margin-top: 70px;
    margin-left:-60px;
}
.bitem5{
    text-align: center;
    margin-top: -20px;
    margin-left:-60px;
}
@media screen and (max-width: 1024px){
    .reshide{
        display: none;
    }
}

@media screen and (max-width: 760px){
    .home_section{
        padding: 1rem 0rem;
        text-align: center;
    }
    .fontsize{
        font-size: 2.5rem;
    }
    .homeimg{
        margin-top: -225px;z-index: 0;
    }
}