/*
Theme Name: Worketic
Theme URI: http://amentotech.com/projects/worketic
Author: Amentotech
Author URI:  https://themeforest.net/user/amentotech/portfolio
Version: 1.0.0
You can add your custom styling here
*/


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#main1 {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #F17224;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #F17224;
    text-shadow: none;
    color: #fff;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a:focus {
    outline: 0;
}

*:focus {
    outline: none;
}

input,
textarea {
    box-shadow: none;
}

body {
    /*font-family: "Lato", sans-serif;*/
}

p {
    font-size: 15px;
    line-height: 25px;
    color: #616161;
}

#main1 h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    color: #282828;
}

#main1 h2 {
    font-size: 40px;
    text-transform: uppercase;
}

#main1 h3 {
    font-size: 20px;
}

#main1 a {
    transition: 0.3s ease;
}

#main1 a:hover,
#main1  a:focus {
    text-decoration: none;
    outline: none;
}

figure {
    margin: 0;
}


/* -------- Pre Loader -------- */

.preloader {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2.7em;
    margin-left: -2.7em;
    width: 5.4em;
    height: 5.4em;
    background-color: #fff;
    z-index: 100;
}

#hill {
    position: absolute;
    width: 7.1em;
    height: 7.1em;
    top: 1.7em;
    left: 1.7em;
    background-color: transparent;
    border-left: .25em solid #F17224;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hill:after {
    content: '';
    position: absolute;
    width: 7.1em;
    height: 7.1em;
    left: 0;
    background-color: #fff;
}

#underline::after{

    position: absolute;
    content: "";
    width: 350px;
    height: 3px;
    background: #F17224;
    left: 8%;
    bottom: 5;
    margin-left: -28px;
    margin-top: 6%;
}


#box {
    position: absolute;
    left: 0;
    bottom: -.1em;
    width: 1em;
    height: 1em;
    background-color: transparent;
    border: .25em solid #F17224;
    border-radius: 15%;
    -ms-transform: translate(0, -1em) rotate(-45deg);
    transform: translate(0, -1em) rotate(-45deg);
    animation: push 2.5s cubic-bezier(.79, 0, .47, .97) infinite;
}

@keyframes push {
    0% {
        transform: translate(0, -1em) rotate(-45deg);
    }
    5% {
        transform: translate(0, -1em) rotate(-50deg);
    }
    20% {
        transform: translate(1em, -2em) rotate(47deg);
    }
    25% {
        transform: translate(1em, -2em) rotate(45deg);
    }
    30% {
        transform: translate(1em, -2em) rotate(40deg);
    }
    45% {
        transform: translate(2em, -3em) rotate(137deg);
    }
    50% {
        transform: translate(2em, -3em) rotate(135deg);
    }
    55% {
        transform: translate(2em, -3em) rotate(130deg);
    }
    70% {
        transform: translate(3em, -4em) rotate(217deg);
    }
    75% {
        transform: translate(3em, -4em) rotate(220deg);
    }
    100% {
        transform: translate(0, -1em) rotate(-225deg);
    }
}

#hero {
    width: 100%;
    height: auto!important;
    /* background-color: rgba(4, 12, 21, 0.8); */
    overflow: hidden;
    position: relative;
}


#hero .carousel-item {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

#hero .carousel-item::before {
    content: "";

    /* background-color: rgba(4, 12, 21, 0.5); */
}

#hero .carousel-container {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 82px;
    left: 50px;
    right: 50px;
}

#hero h2 {
    color: #fff;
    margin: 0;
    font-size: 48px;
    font-weight: 700;
}

#hero p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: #fff;
    margin-top: 10px;
}

@media (min-width: 1200px) {
    #hero p {
        width: 50%;
    }
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background: #ed502e;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #F17224;
    margin-top: 15px;
}


#btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #F17224;
    margin-top: 15px;
    border-radius: 0px 20px 20px 0px;
    padding: 5%;
    width: 50%;
}
#hero .btn-get-started:hover {
    background: #ef6445;
}

@media (max-width: 992px) {
    #hero {
        height: 100vh;
    }
    #hero .carousel-container {
        text-align: center;
        top: 74px;
    }
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 30px;
    }
}

@media (min-width: 1024px) {
    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-height: 500px) {
    #hero {
        height: 120vh;
    }
}

/*//community intro css*/
#card {
    background: #b2ccdd;
    color: #fff;
    /* left: 0; */
    margin: 0;
    /* padding: 10px; */
    position: absolute;
    top: -55px;
    /* width: 100%; */
    text-align: center;
    padding: 5%;
    left: 4%;
    right: 4%
}

.services {
    /* padding-top: 120px; */
}

.services .service-box {
    padding: 30px;
    background: #f4f4f4;
}

.services .service-box .icon {
    display: inline-block;
    text-align: center;
    border: 2px solid #F17224;
    transition: 0.3s ease;
    width: 50px;
    height: 50px;
    font-size: 25px;
    padding-top: 5px;
    position: relative;
}

.services .service-box .icon:before,
.services .service-box .icon:after {
    background: #eee;
    content: "";
    height: 2px;
    left: 48px;
    position: absolute;
    top: 21px;
    width: 150px;
    transition: 0.5s ease;
}

.services .service-box .icon:after {
    width: 0;
    background: #F17224;
}

.services .service-box a {
    font-weight: 700;
    text-transform: uppercase;
    color: inherit;
}

.services .service-box:hover .icon {
    border-color: #F17224;
    background: #F17224;
    color: #fff;
}

.services .service-box:hover .icon:after {
    width: 150px;
}

.services .service-box:hover a {
    color: #F17224;
}

.section-header {
    margin-bottom: 60px;
}

.section-header h2 {
    margin: 0;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
}

.section-header h2:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #F17224;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}

