@import url(../assets/font-awesome/css/all.css);
@import url(../css/owl.carousel.css);
@import url(../css/owl.theme.default.css);


@font-face {
    font-family: "Poppins-regular";
    src: url(../assets/Poppins/Poppins-Regular.ttf);
}

@font-face {
    font-family: "Poppins-light";
    src: url(../assets/Poppins/Poppins-Light.ttf);
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    color: #232323;
    font-size: 15px;
    line-height: 1.4;
}

h1,
h2,
h3,
h4 {
    font-family: "Poppins-light";
}

p {
    line-height: 1.8;
    font-family: "Poppins-light";
}

span {
    font-family: "Poppins-light";
}

a {
    color: #fff;
    font-family: "Poppins-regular";
}

a:hover,
.active {
    color: #F96921 !important;
}


/*============navigation=============*/
#navigation {
    position: absolute;
    width: 100%;
    background-color: #fff;
    padding: 0.5rem 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    position: relative;
    z-index: 999;
}

#navigation .logo {
    width: 250px;
}

#navigation .navbar button {
    display: none;
    position: absolute;
    top: 1.1rem;
    right: 1rem;
    font-size: 2rem;
    border: none;
    outline: none;
    color: #000;
    background-color: transparent;
}

#navlink .navbts {
    padding: 0.7rem 1.5rem;
    border-radius: 5px;
    background-color: orangered;
    border: 1px solid orangered;
}

#navlink .navbts:hover {
    background-color: transparent;
}

#navlink {
    padding: 1rem 0;
    /*margin-top: 20px;*/
}

#navlink a {
    font-size: 1.2rem;
    padding: 1rem;
    text-decoration: none;
    color: #000;
}

#navlink a:hover {
    color: #e40000;
}


@media screen and (max-width: 1024px) {
    #navigation {
        height: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        background-color: #fff;
    }

    #navigation .navbar {
        width: 100%;
    }

    #navigation .navbar button {
        display: block;
    }

    #navlink {
        display: none;
        width: 100%;
    }

    #navlink a {
        display: block;
        width: 100%;
    }
}

/*======x=====navigation=====x=======*/



/*===========career note==========-->*/
.carder-note {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    width: 100%;
    background-color: rgb(6, 5, 49);
}

@media screen and (max-width: 480px) {
    .carder-note {
        padding-top: 0.3rem;
        flex-direction: column;
        text-align: center;
    }
}

/*=====x=====career note=====x====*/



/*===============sliders=============*/
#myslider {
    margin-top: -4.7rem;
    width: 100%;
    position: relative;
}

#myslider .slider {
    width: 100%;
    height: 100vh;
    position: relative;
}

#myslider .slider .slider-item {
    width: 100%;
    height: 100vh;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: center;
    transition: 0.5s ease-in-out;
}


#myslider .slider .owl-nav .owl-prev,
#myslider .slider .owl-nav .owl-next {
    position: absolute;
    bottom: 45%;
    font-size: 3rem;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    border: 2px solid #fff;
}

#myslider .slider .owl-nav .owl-prev span,
#myslider .slider .owl-nav .owl-next span {
    position: absolute;
    bottom: -0.5rem;
    color: #fff;
    width: 100%;
}

#myslider .slider .owl-nav .owl-prev span {
    left: 0;
}

#myslider .slider .owl-nav .owl-next span {
    right: 0;
}

#myslider .slider .owl-nav .owl-prev {
    left: 1rem;
}

#myslider .slider .owl-nav .owl-next {
    right: 1rem;
}


#myslider .slider .slider-item .contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    width: 100%;
    height: 100%;
    padding: 1rem 8%;
    background-color: rgba(2, 2, 51, 0.84);
}

#myslider .slider .slider-item .contents .content {
    max-width: 900px;
}

#myslider .slider .slider-item h1 {
    font-size: 3rem;
    margin-top: 2rem;
}

.button-bar {
    margin-top: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.button-bar .button1,
.button-bar .button2 {
    padding: 1.2rem 2.5rem;
    font-size: 1.3rem;
    color: #F96921;
    margin: 0.3rem;
    border-radius: 5px;
    outline: none;
    transition: 0.5s ease-in-out;
}


.button-bar .button1 {
    border: 1.5px solid #fff;
}

.button-bar .button1:hover {
    background-color: transparent;
    border: 1px solid #F96921;
    transition: 0.5s ease-in-out;
}

.button-bar .button2 {
    border: 1.5px solid #F96921;
    background-color: transparent;
}

.button-bar .button2:hover {
    border: 1.5px solid #fff;
    background-color: #fff;
    transition: 0.5s ease-in-out;
}

#myslider .bg1 {
    background: url(../assets/img/sliderbg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#myslider .bg2 {
    background: url(../assets/img/sliderbg2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#myslider .bg3 {
    background: url(../assets/img/sliderbg3.png);
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
    #myslider .slider .slider-item .contents {
        padding: 1rem 10%;
    }

    #myslider .slider .slider-item .contents .content {
        max-width: 600px;
    }

    #myslider .slider .slider-item h1 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 900px) {
    #myslider {
        margin-top: -3rem;
        text-align:center;
    }
}

@media screen and (max-width: 768px) {
  
    #myslider .slider .slider-item .contents {
        padding: 1rem 6rem;
    }

    #myslider .slider .slider-item .contents .content {
        max-width: 100%;
         text-align:center;
    }

    #myslider .slider .slider-item h1 {
        font-size: 2rem;
    }

    .button-bar .button1,
    .button-bar .button2 {
        padding: 0.8rem 1.8rem;
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 600px) {

    
    #myslider .slider .owl-nav .owl-prev,
    #myslider .slider .owl-nav .owl-next {
        display: none;
    }

    #myslider .slider .slider-item .contents .content {
        max-width: 100%;
    }

    #myslider .slider .slider-item .contents {
        padding: 1rem;
    }

    .button-bar {
        margin-top: 1rem;
    }

    #myslider .slider .slider-item h1 {
        font-size: 1.5rem;
        margin-top: 1rem;
    }

    .button-bar .button1,
    .button-bar .button2 {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }
}

/*========x======sliders=====x=======*/



/*=============steps==============*/
#steps {
    margin-top: -7.4rem;
    width: 100%;
    max-width: 1200px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

#steps .step1,
#steps .step2,
#steps .step3 {
    width: 100%;
    margin: 0 1rem;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.03);
}

#steps .step-card {
    padding: 0.7rem 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.81);
}

#steps .heads {
    width: 100%;
    height: 96px;
    padding: 1rem;
    color: rgb(255, 152, 0);
}

#steps .heads span {
    font-size: 1rem;
}

#steps .heads h4 {
    font-size: 1.3rem;
}

#steps .step-content {
    padding: 3rem;
    position: relative;
    transition: 0.5s ease-in-out;
}

#steps .step-content:hover {
    transition: 0.5s ease-in-out;
    box-shadow: 0.3rem 0.3rem 2rem 0.3rem rgba(0, 0, 0, 0.2);
}

#steps .step-content a {
    color: #000;
}

.fcon {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-size: 5rem;
    font-weight: bolder;
    color: rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 1040px) {
    #steps .step-content {
        padding: 1.5rem;
    }
}

@media screen and (max-width: 880px) {
    #steps .step-content {
        padding: 2rem;
    }

    #steps {
        padding: 3rem;
        margin-top: 0;
        flex-direction: column;
    }

    #steps .step1,
    #steps .step2,
    #steps .step3 {
        margin-top: 0.5rem;
    }
}

@media screen and (max-width: 480px) {
    #steps {
        padding: 2rem;
    }
}

/*======x======steps======x=======*/



/*=============catbars============*/
#catbars {
    margin: 5rem 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

#catbars .catcatp1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

#catbars .cat-cards {
    width: 100%;
    height: 230px;
    padding: 2rem;
    font-size: 1.2rem;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1024px) {
    #catbars {
        flex-direction: column;
    }
}

@media screen and (max-width: 600px) {
    #catbars .catcatp1 {
        flex-direction: column;
    }
}

/*=======x=====catbars=====x======*/




/*============myform-==============*/
#myform {
    padding: 2rem;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.05);

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

#myform h1 {
    text-align: center;
    padding: 1rem;
}

#myform hr {
    width: 5rem;
    border: 2px solid #F96921;
}

#myform form {
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    background-color: #fff;
}

#myform .itsform {
    margin-top: 2rem;
    width: 100%;
    min-height: 400px;
    max-width: 1100px;
    padding: 2rem;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
}

#myform .itsform .itsform-parts {
    width: 100%;
    padding: 1rem;
}

#myform .itsform .lins {
    width: 100%;
    padding: 1rem;
}

#myform .itsform .lins select,
#myform .itsform .lins option,
#myform .itsform .lins input {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
    margin-top: 0.5rem;
    border: none;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.now-avilable {
    padding: 1rem 2rem;
    color: #fff;
    width: 100%;
    font-size: 1.2rem;
    max-width: 1100px;
    text-align: center;
    background-color: rgb(6, 5, 49);
}

.now-avilable a {
    color: #F96921;
}

.now-avilable p i {
    font-size: 2rem;
}

#myform form button {
    width: 100%;
    max-width: 250px;
    margin: 0 0 4rem 4rem;
    padding: 0.8rem 1.5rem;
    color: #fff;
    border: none;
    outline: none;
    font-size: 1.3rem;
    border-radius: 5px;
    background-color: #F96921;
}

@media screen and (max-width: 768px) {
    #myform .itsform {
        flex-direction: column;
    }
}

@media screen and (max-width: 500px) {
    #myform .itsform {
        padding: 1rem;
    }

    #myform form button {
        width: 84%;
        margin: 8%;
        margin-top: 1rem;
    }

    #myform .itsform .lins {
        padding: 0.8rem 0 0;
    }

    #myform .itsform .itsform-parts {
        padding: 0;
    }
}


    #myform .ccment {
    width: 88%;
    margin: -2rem 6% 2rem;
}

    #myform .comments {
    margin-top: 0.5rem;
    padding: 1rem;
    width: 100%;
    min-height: 130px;
    font-size: 1rem;
    font-family: "Poppins-regular";
    border: 1.5px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 880px) {
        #myform .ccment {
        padding: 1rem;
    }
}

@media screen and (max-width: 500px) {
        #myform .ccment {
        width: 92%;
        padding: 0;
        margin-top: 0;
        margin: 0 4%;
    }
}

/*======x=====myform-======x=======*/





/*===============b2t===============*/
#b2t {
    display: none;
    position: fixed;
    bottom: 0.8rem;
    right: 0.8rem;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    cursor: pointer;
    padding: 0.5rem 0.8rem;
    border-radius: 4px;
}

#b2t:hover {
    background-color: #555;
}

/*========x======b2t=======x=======*/



/*============category============*/
#mycategory {
    width: 100%;
    height: 100%;
    background-image: url(../assets/img/sliderbg3.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}


#mycategory .category-box h1 {
    margin-top: 1.5rem;
    text-align: center;
    padding: 0.8rem;
    color: #fff;
}

#mycategory .category-box hr {
    width: 5rem;
    border: 2px solid #F96921;
}

#mycategory .category-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    background-color: rgba(2, 2, 51, 0.63);
}

#mycategory .category-box .catbox {
    width: 100%;
    padding-bottom: 5rem;
    max-width: 1200px;
}

#mycategory .category-box .catbox:after {
    content: "";
    display: table;
    clear: both;
}

#mycategory .category-box .catbox .category-coll {
    float: left;
    width: 44%;
    align-items:center;
    margin: 1rem 3%;
    padding: 1rem;
    background-color: #fff;
}

.category-coll {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
}

.category-coll .catcard-content {
    padding: 1rem;
}

.category-coll .catcard-content p {
    padding: 0.5rem 0;
}

.category-coll .catcard-content a {
    color: #000;
}

@media screen and (max-width: 800px) {
    #mycategory .category-box .catbox .category-coll {
        width: 90%;
        margin: 1rem 5%;
    }
}

@media screen and (max-width: 480px) {
    .category-coll {
        flex-direction: column;
        align-items: center;
    }

    .category-coll .catcard-content {
        text-align: center;
    }
}

/*=====x======category=====x======

#flay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;

    width: 100%;
    height: 100%;
    background: url(../assets/img/sliderbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


/*============feeds==============*/
#feedbacks {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;

    width: 100%;
    height: 100%;
    background: url(../assets/img/sliderbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#feedbacks .customer-feed {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: rgba(253, 250, 250, 0.925);
}

#feedbacks .customer-feed .feedcount {
    width: 100%;
    max-width: 800px;
    padding: 2rem;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

#feedbacks .customer-feed .feedcount h1 {
    padding: 0.5rem;
    text-align: center;
}

#feedbacks .customer-feed .feedcount hr {
    width: 5rem;
    border: 2px solid #F96921;
}

.feeder {
    width: 100%;
    height: 100%;
    position: relative;
}

.feeder .feeder-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 2rem;
    text-align: center;
    position: relative;
}

.feeder .feeder-item .picker {
    width: 50%;
    overflow: hidden;
}

.feeder .feeder-item .quote {
    color: #000;
    font-size: 1.1rem;
    line-height: 1.8;
    font-family: "Poppins-regular";
}

.feeder .feeder-item .rating {
    margin: 1rem 0;
}

.feeder .feeder-item .user {
    padding: 0 1rem 0;
    font-size: 1.2rem;
}

.feeder .owl-nav .owl-prev,
.feeder .owl-nav .owl-next {
    position: absolute;
    bottom: 45%;
    width: 3rem;
    height: 3rem;
    overflow: hidden;
    border-radius: 50px;
}

.feeder .owl-nav .owl-prev {
    left: -3.5rem;
}


.feeder .owl-nav .owl-next {
    right: -3.5rem;
}

.feeder .owl-nav .owl-prev span,
.feeder .owl-nav .owl-next span {
    font-size: 3rem;
    position: absolute;
    top: -0.7rem;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(145, 148, 145, 0.24);
}

@media screen and (max-width: 920px) {

    .feeder .owl-nav .owl-prev,
    .feeder .owl-nav .owl-next {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .feeder .feeder-item {
        padding: 1rem;
    }
}

/*=====x======feeds=====x========*/



/*=============footer=============*/
footer {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    background-color: #000000;
    padding: 1rem 2rem;
    color: #fff;
}

#footer-bar {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

#footer-bar .footer-box {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
}

#footer-bar .footer-box .footer-card {
    width: 100%;
    height: 100%;
    padding: 2rem;
    margin: 1rem;
    text-align: justify;
}

#footer-bar .footer-box .footer-card h2 {
    margin-bottom: 1.2rem;
}

#footer-bar .footer-box .footer-card .logo {
    width: 100%;
    max-width: 320px;
}

#footer-bar .footer-box .footer-card a {
    display: block;
    width: 100%;
    padding: 0.5rem 0;
}

#footer-bar .footer-box .footer-card table tr td {
    padding: 0.5rem;
}

#footer-bar .footer-box .footer-card table tr td i {
    font-size: 2rem;
}

#footer-bar .footer-box .footer-card table tr td a {
    padding: 0;
    color: #F96921;
}

#footer-bar .footer-box .fcards1 {
    width: 100%;
}

#footer-bar .footer-box .fcards {
    width: 600px;
}

@media screen and (max-width: 1200px) {
    #footer-bar .footer-box .fcards {
        width: 100%;
    }
}

@media screen and (max-width: 990px) {
    footer {
        padding: 0;
    }

    #footer-bar {
        padding: 0;
        margin: 0;
    }

    #footer-bar .footer-box {
        flex-direction: column;
        padding: 0;
        margin: 0;
    }

    #footer-bar .footer-box .footer-card {
        width: 100%;
        margin: 0;
    }
}

.copyright {
    width: 100%;
    color: #ff5900;
    padding: 1rem;
    background-color: #000;
    text-align: center;
}

.copyright a{
    color: #2f00ff;
}
/*=====x=======footer=====x=======*/


/*=============about us===========*/
#about-us {
    width: 100%;
    min-height: 30vh;
    padding: 5rem 0;
    display: flex;
    text-align:center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#about-us hr {
    width: 5rem;
    border: 2px solid #F96921;
}

#about-us .about-me {
    width: 100%;
    padding: 2rem;
    max-width: 1024px;
}

#about-us p {
    text-align: center;
    font-size: 1.3rem;
}


@media screen and (max-width: 768x) {
    #about-us p {
        text-align: justify;
    }
}

/*=====x=======about us======x====*/


/*==========now connectus=========*/
#now-contactus {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

#now-contactus h1 {
    margin-top: 2rem;
}

#now-contactus hr {
    width: 5rem;
    border: 2px solid #F96921;
}

#now-contactus i {
    font-size: 3rem;
}

#now-contactus a {
    color: orangered;
}

#now-contactus h3 {
    margin: 0.8rem 0;
}

#now-contactus .youcan {
    width: 100%;
    height: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
}

#now-contactus .youcan .box2card {
    width: 100%;
    max-width: 500px;
    margin: 1rem;
    padding: 1.5rem 1rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.05);
}

#now-contactus .youcan .map,
#now-contactus .youcan iframe {
    width: 100%;

}

@media screen and (max-width: 768px) {
    #now-contactus .youcan {
        flex-direction: column;
        margin: 0;
        padding: 0;
    }

    #now-contactus .youcan .box2card {
        max-width: 100%;
        margin: 0;
    }
}

/*===x======now connectus====x====*/