@font-face {
    font-family: 'Raleway', sans-serif;
    src: url(../components/font/Raleway/Raleway-Light.ttf);
    src: url(../components/font/Raleway/Raleway-Bold.ttf);
    src: url(../components/font/Raleway/Raleway-Regular.ttf);
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url(../components/font/OpenSans/OpenSans-Bold.ttf);
    src: url(../components/font/OpenSans/OpenSans-SemiBold.ttf);
}

/* common style  */
* {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400 !important;
    color: #86878b;

}

.c-btn {
    padding: 8px 30px;
    background: none;
    color: #fff;
    border: none;
    border: 1px solid #fff;
    transition: .5s;
}

.c-btn:hover {
    background: #ff8b38;
    border: 1px solid #ff8b38;
}

hr {
    width: 15%;
    background: #ff8b38;
    opacity: 1;
}

/* header area start  */

#header {
    padding: 10px 0;
    background-color: #000;
    border-bottom: 2px solid #fff;
}


.menu li {
    margin-right: 45px !important;
}

.menu li a {
    font-size: 16px;
    font-weight: 600 !important;
    color: #c9c9c9 !important;
    transition: .5s;
}

.menu li:last-child {
    margin-right: 0 !important;
}

.menu li a:hover {
    color: #ff8b38 !important;
}

/* header area end  */

/* hero area start  */
.hero {
    background-color: #000;
    background: url(../img/bg/Axit-PSD.png) no-repeat;
    background-size: cover auto;
}

.c-hero {
    margin-top: 78px;
    padding: 100px 0;
}

.hero-left h1 {
    margin: 30px 0;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
}

.hero-left hr {
    margin-bottom: 30px;
    width: 9%;
    height: 2px;
    background: #fff;
}

.hero-left p {
    margin-bottom: 30px;
}

.hero-right h2 {
    color: #000;
    padding: 20px 25px;
    font-size: 20px;
    background: #f5f5f5;
}

.hero-right h2 span {
    color: #ff8b38;
}

.hero-right input {
    margin: 25px 0;
    padding: 6px;
    width: 87%;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    outline: none;
}

.hero-right input:last-child {
    margin-top: 25px;
    margin-bottom: 0;
    padding: 10px;
    border: none;
    color: #fff;
    width: 100%;
    background: #ff8b38;
}

.w-custom {
    transition: .5s;
}

.hero-right .w-custom:hover {
    background-color: #000;
}

/* hero area end  */

/* social media section start  */
.social {
    padding: 10px 0;
    border-bottom: 2px solid #b7b7b7;
}

.social-left h1 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.social-right {
    margin-top: 18px;
}

.social-right a {
    margin-right: 31px;
    font-size: 35px;
    color: #ccc;
    transition: .4s;
}

.social-right a:last-child {
    margin-right: 0;

}

.social-right a:hover {
    color: #ff8b38;
}

/* social media section end  */

/* carousel item start  */
.tab {
    padding: 100px 0;
    background-color: #f5f5f5;
}

.c-button {
    width: 50%;
}

.c-button button {
    margin-top: 1px;
    width: 77px;
    height: 70px;
    border-radius: 0 !important;
    color: #fff;
    background-color: #212121 !important;

}

.tab h1 {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.c-button .active {
    background-color: #ff8b38 !important;
}

.c-button button:hover {
    color: #fff;
}

.tab button.c-btn {
    border: 1px solid #86878b;
    color: #333;
}

.tab button.c-btn:hover {
    border: 1px solid #ff8b38;

}

/* carousel item end  */

/* sub section start  */
.sub {
    margin: 100px 0;
}

.sub-content h1 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}


.sub-content a {
    padding: 9px;
    border: 2px solid #ff8b38;
    border-radius: 50%;
    color: #ff8b38;

}

.sub-content p {
    margin-bottom: 40px;
}

.sub-cont-item {
    margin: -12px;
}

.sub-cont-item h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.sub-cont-item p {
    margin-bottom: 40px;
}

/* sub section end  */

/* standard section start  */
.stand {
    background-color: #f5f5f5;
}

.c-stand {
    padding: 100px 0;
}

.c-stand h1 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

/* standard section end  */


/* awesome section start  */
.awesome {
    margin: 100px 0;
}

.awesome h1 {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #212121;
}

.awesome hr {
    margin: 20px 0;
    width: 6%;
    height: 2px;
    background: #ff8b38;
    opacity: 1;
}

.awesome p {
    margin-bottom: 20px;
}

.awesome-item i {
    margin: 15px 0;
    padding: 12px;
    width: 22%;
    border: 2px solid #ff8b38;
    border-radius: 50%;
    font-size: 32px;
    color: #ff8b38;
}

.awesome-item h2 {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

/* awesome section end  */
/* pricing section start  */
.pricing {
    padding: 100px 0;
    background-color: #f5f5f5;
}

.pricing h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #212121;
}

.pricing hr {
    margin: 20px 0;
    width: 6%;
    height: 2px;
    background: #ff8b38;
    opacity: 1;
}

.margin-c {
    margin-bottom: 80px;
}

.pricing-item {
    margin-top: 44px;
    background: #fff;
    transition: .5s all ease-in-out;
}

.pricing-item:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.item-extra {
    margin: 20px 0;
}

.pricing-item h2 {
    margin: 0;
    padding: 20px 0;
    background-color: #333;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.bg-cor {
    font-family: 'Raleway', sans-serif;
    background-color: #333;
    border-bottom: 4px solid #ff8b38;
}

.c-most {
    margin: 0 !important;
    background-color: #ff8b38;
    color: #fff;
    font-weight: 700;

}

.p-wrapper {
    padding: 6px 0;
}

.bg-cor h3 {
    padding: 10px 0;
    font-weight: 700;
    font-size: 34px;
    color: #fff;
}

.bg-cor h3 span {
    font-size: 65px;
    font-weight: 700;
}

/* pricing section end  */
/* review section start  */

.review {
    padding-top: 100px;
}

.review h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #212121;
}

.review hr {
    margin: 20px 0;
    width: 6%;
    height: 2px;
    background: #ff8b38;
    opacity: 1;
}

.review p {
    margin-bottom: 25px;
}

.review-c {
    margin-top: 25px;
}

.review-c p {
    padding: 15px;
    background: #f5f5f5;
    position: relative;
}

.review-c p::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: 0px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    border-right: 2px solid #f5f5f5;
    border-left: 0 solid #f5f5f5;
    top: 100%;
    left: 47px;
    margin-left: -23px;
    transform: rotate(45deg);
    margin-top: -10px;
    background: #f5f5f5;
}

.review-c h2 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

/* review section end  */


/* style section start  */
.style {
    margin-top: 100px;
    padding: 60px 0;
    background: url(../img/bg/bgfoot.png) no-repeat;
    background-size: cover;
}

.style h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
}

.style hr {
    margin: 20px 0;
    width: 6%;
    height: 2px;
    background: #fff;
    opacity: 1;
}

.style p {
    margin-bottom: 20px;
}

.style button {
    padding: 8px;
    width: 15%;
}

/* style section end  */

/* contact section start  */
.contact {
    padding: 100px 0;
}

.contact h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #333;
}

.contact hr {
    margin: 20px 0;
    width: 6%;
    height: 2px;
    background: #ff8b38;
    opacity: 1;
}

.contact p {
    margin-bottom: 20px;
}

.contact input {
    width: 100%;
    margin: 12px 0;
    padding: 6px;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    outline: none;
    text-transform: capitalize;

}

.contact textarea {
    margin: 12px 0;
    padding: 6px;
    width: 100%;
    height: 87%;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    outline: none;

}

.contact button {
    margin-top: 20px;
    padding: 8px;
    width: 15%;
    color: #333;
    border: 1px solid #d6d6d6;
}

.contact button:hover {
    color: #fff;

}

.c-message {
    padding-bottom: 15px !important;
}

/* contact section end  */

/* footer section start  */
footer {
    padding: 20px 0;
    background-color: #000;
}

footer p {
    margin: 5px 0;
}

footer p a {
    margin-right: 20px;
    font-size: 24px;
    color: #86878b;
    transition: .5s;
}

footer p a:last-child {
    margin-right: 0;
}

footer p a:hover {
    color: #ff8b38;
}

.main-foot {
    margin: 0;
}

/* footer section end  */

/* scroll top  */
#topbtn {
    position: fixed;
    right: 40px;
    bottom: 40px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    background-color: #ff8b38;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    display: none;

}

#topbtn:hover {
    background: transparent;
    color: #ff8b38;
    border: 1px solid #000;

}