﻿.grad-bg {
    background: url('../img/testbg6.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 0;
}


.img-container2 {
    background-image: url("../img/globe3.png");
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    max-width: 200px;
    margin: 0 auto;
}

.img-container3 {
    background-image: url("../img/globe2.png");
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    max-width: 200px;
    margin: 0 auto;
}

.img-container4 {
    background-image: url("../img/glo1.png");
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    max-width: 200px;
    margin: 0 auto;
}

.img-container5 {
    background-image: url("../img/globe_orange.png");
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    max-width: 200px;
    margin: 0 auto;
}


#contact {
    color: #fff;
    /*background-image: url("../img/img5.jpg");*/
    background-size: cover;
    color: #333;
}
.contact-top {
    background-image: linear-gradient(11deg, #32addb4f 0%, #000 51%, #000 75%);
}
.form-group {
    margin-top: 10px;
}

.form-control {

}

.contact-right ul {
    list-style-type: none;
    padding-left: 0px;
    padding-top: 25px;
}
.contact-right i {
    color: white;
    background-color: #003399;
    padding: 15px;
    font-size: 24px;
    width: 55px;
    padding: 12px 0;
    text-align: center;
    margin-right: 5px;
}
.contact-right ul li {
    margin-bottom: 15px;

    background-color: #dedede;
    font-size:18px;
}

.submit {
    font-size: 1.1em;
    float: right;
    width: 150px;
    background-color: transparent;
    color: #fff;
    background-color: #003399;
}
.contact-section {
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
}
    .contact-section .contact-icon {
        margin-bottom: 20px;
        display: inline-block;
        font-size: 25px;
        color: #003399;
        padding-right: 20px;
        position: initial;
    }
    .contact-section .contact-info {
        padding-top: 10px;
        font-weight: 700;
    }
    .contact-section a {
        color: #333;
    }
    .contact-section:hover i {
        background-color: rgba(255,255,255,0.5);
        color: green;
    }
.contact-forms {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    position: relative;
    bottom: 0px;
    -webkit-box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.29);
}
.video-bg {
    position: relative;
    background-color: #000000;
    color: white;
}
#myVideo {
    position: absolute;
    right: 0;
    top: 0;
    /*max-height: 360px;*/
    height: auto;
    max-height:100%
}
.topleft {
    z-index:1;  
}

.faq .accordionOut .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: -5px;
}

.faq .accordionOut .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
}

.faq .accordionOut .panel-title a {
    display: block;
    padding: 15px 70px 15px 20px;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #cc3300;
    position: relative;
}

    .faq .accordionOut .panel-title a.collapsed {
        color: #1d2e3b;
    }

        .faq .accordionOut .panel-title a.collapsed:hover {
            color: #cc3300;
        }

    .faq .accordionOut .panel-title a:before,
    .faq .accordionOut .panel-title a:after {
        content: "";
        width: 3px;
        height: 10px;
        background: #e6720d;
        font-size: 15px;
        position: absolute;
        top: 20px;
        right: 35px;
        transform: rotate(45deg);
        transition: all 0.3s ease-in-out 0s;
    }

    .faq .accordionOut .panel-title a:after {
        right: 29px;
        transform: rotate(-45deg);
    }

    .faq .accordionOut .panel-title a.collapsed:before {
        transform: rotate(-45deg);
        background: #1d2e3b;
    }

    .faq .accordionOut .panel-title a.collapsed:after {
        transform: rotate(45deg);
        background: #1d2e3b;
    }

    .faq .accordionOut .panel-title a.collapsed:hover:before,
    .faq .accordionOut .panel-title a.collapsed:hover:after {
        background: #e6720d;
    }



.custom-section {
    color: white;
}


.laptop-bg {
    /*background-image: url('../img/bgimg.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-color: #ffffff;
    color: white;
    /*background-attachment:fixed;*/
}
.laptop-bg h2, .laptop-bg p, .faq-bg {
    color:#003399;
}

.car-bg {
    background-image: url('../img/car.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    background-color: black;
    color: white;
}

.blue-bg {
    background-image: url('../img/bluey_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
}


.main-timeline {
    position: relative
}

    .main-timeline:before {
        content: "";
        width: 5px;
        height: 100%;
        border-radius: 20px;
        margin: 0 auto;
        background: #242922;
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }

    .main-timeline .timeline {
        display: inline-block;
        margin-bottom: 50px;
        position: relative
    }

        .main-timeline .timeline:before {
            content: "";
            width: 20px;
            height: 20px;
            border-radius: 50% !important;
            border: 4px solid #fff;
            background: #ec496e;
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 1;
            transform: translate(-50%,-50%)
        }

    .main-timeline .timeline-icon {
        display: inline-block;
        width: 130px;
        height: 130px;
        border-radius: 50% !important;
        border: 3px solid #ec496e;
        padding: 13px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 30%;
        transform: translateY(-50%)
    }

        .main-timeline .timeline-icon i {
            display: block;
            border-radius: 50% !important;
            background: #ec496e;
            font-size: 64px;
            color: #fff;
            line-height: 100px;
            z-index: 1;
            position: relative
        }

        .main-timeline .timeline-icon:after, .main-timeline .timeline-icon:before {
            content: "";
            width: 100px;
            height: 4px;
            background: #ec496e;
            position: absolute;
            top: 50%;
            right: -100px;
            transform: translateY(-50%)
        }

        .main-timeline .timeline-icon:after {
            width: 70px;
            height: 50px;
            background: #fff;
            top: 89px;
            right: -30px
        }

    .main-timeline .timeline-content {
        width: 50%;
        padding: 0 50px;
        margin: 75px 0 0;
        float: right;
        position: relative
    }

        .main-timeline .timeline-content:before {
            content: "";
            width: 70%;
            height: 100%;
            border: 3px solid #ec496e;
            border-top: none;
            border-right: none;
            position: absolute;
            bottom: -13px;
            left: 35px
        }

        .main-timeline .timeline-content:after {
            content: "";
            width: 37px;
            height: 3px;
            background: #ec496e;
            position: absolute;
            top: 13px;
            left: 0
        }

    .main-timeline .title {
        font-size: 20px;
        font-weight: 600;
        color: #ec496e;
        text-transform: uppercase;
        margin: 0 0 5px
    }

    .main-timeline .description {
        display: inline-block;
        font-size: 16px;
        color: #404040;
        line-height: 20px;
        letter-spacing: 1px;
        margin: 0
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: auto;
        right: 30%
    }

        .main-timeline .timeline:nth-child(even) .timeline-icon:before {
            right: auto;
            left: -100px
        }

        .main-timeline .timeline:nth-child(even) .timeline-icon:after {
            right: auto;
            left: -30px
        }

    .main-timeline .timeline:nth-child(even) .timeline-content {
        float: left
    }

        .main-timeline .timeline:nth-child(even) .timeline-content:before {
            left: auto;
            right: 35px;
            transform: rotateY(180deg)
        }

        .main-timeline .timeline:nth-child(even) .timeline-content:after {
            left: auto;
            right: 0
        }

    .main-timeline .timeline:nth-child(2n) .timeline-content:after, .main-timeline .timeline:nth-child(2n) .timeline-icon i, .main-timeline .timeline:nth-child(2n) .timeline-icon:before, .main-timeline .timeline:nth-child(2n):before {
        background: #f9850f
    }

    .main-timeline .timeline:nth-child(2n) .timeline-icon {
        border-color: #f9850f
    }

    .main-timeline .timeline:nth-child(2n) .title {
        color: #f9850f
    }

    .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        border-left-color: #f9850f;
        border-bottom-color: #f9850f
    }

    .main-timeline .timeline:nth-child(3n) .timeline-content:after, .main-timeline .timeline:nth-child(3n) .timeline-icon i, .main-timeline .timeline:nth-child(3n) .timeline-icon:before, .main-timeline .timeline:nth-child(3n):before {
        background: #8fb800
    }

    .main-timeline .timeline:nth-child(3n) .timeline-icon {
        border-color: #8fb800
    }

    .main-timeline .timeline:nth-child(3n) .title {
        color: #8fb800
    }

    .main-timeline .timeline:nth-child(3n) .timeline-content:before {
        border-left-color: #8fb800;
        border-bottom-color: #8fb800
    }

    .main-timeline .timeline:nth-child(4n) .timeline-content:after, .main-timeline .timeline:nth-child(4n) .timeline-icon i, .main-timeline .timeline:nth-child(4n) .timeline-icon:before, .main-timeline .timeline:nth-child(4n):before {
        background: #2fcea5
    }

    .main-timeline .timeline:nth-child(4n) .timeline-icon {
        border-color: #2fcea5
    }

    .main-timeline .timeline:nth-child(4n) .title {
        color: #2fcea5
    }

    .main-timeline .timeline:nth-child(4n) .timeline-content:before {
        border-left-color: #2fcea5;
        border-bottom-color: #2fcea5
    }

@media only screen and (max-width:1200px) {
    .main-timeline .timeline-icon:before {
        width: 50px;
        right: -50px
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        right: auto;
        left: -50px
    }

    .main-timeline .timeline-content {
        margin-top: 95px
    }
}

@media only screen and (max-width:990px) {
    .main-timeline .timeline {
        margin: 0 0 10px
    }

    .main-timeline .timeline-icon {
        left: 25%
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        right: 25%
    }

    .main-timeline .timeline-content {
        margin-top: 115px
    }
}

@media only screen and (max-width:767px) {
    .main-timeline {
        padding-top: 50px
    }

        .main-timeline:before {
            left: 80px;
            right: 0;
            margin: 0
        }

        .main-timeline .timeline {
            margin-bottom: 70px
        }

            .main-timeline .timeline:before {
                top: 0;
                left: 83px;
                right: 0;
                margin: 0
            }

        .main-timeline .timeline-icon {
            width: 60px;
            height: 60px;
            line-height: 40px;
            padding: 5px;
            top: 0;
            left: 0
        }

        .main-timeline .timeline:nth-child(even) .timeline-icon {
            left: 0;
            right: auto
        }

            .main-timeline .timeline-icon:before, .main-timeline .timeline:nth-child(even) .timeline-icon:before {
                width: 25px;
                left: auto;
                right: -25px
            }

            .main-timeline .timeline-icon:after, .main-timeline .timeline:nth-child(even) .timeline-icon:after {
                width: 25px;
                height: 30px;
                top: 44px;
                left: auto;
                right: -5px
            }

        .main-timeline .timeline-icon i {
            font-size: 30px;
            line-height: 45px
        }

        .main-timeline .timeline-content, .main-timeline .timeline:nth-child(even) .timeline-content {
            width: 100%;
            margin-top: -15px;
            padding-left: 130px;
            padding-right: 5px
        }

        .main-timeline .timeline:nth-child(even) .timeline-content {
            float: right
        }

            .main-timeline .timeline-content:before, .main-timeline .timeline:nth-child(even) .timeline-content:before {
                width: 50%;
                left: 120px
            }

            .main-timeline .timeline:nth-child(even) .timeline-content:before {
                right: auto;
                transform: rotateY(0)
            }

            .main-timeline .timeline-content:after, .main-timeline .timeline:nth-child(even) .timeline-content:after {
                left: 85px
            }
}

@media only screen and (max-width:479px) {
    .main-timeline .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding-left: 110px
    }

        .main-timeline .timeline-content:before, .main-timeline .timeline:nth-child(2n) .timeline-content:before {
            left: 99px
        }

        .main-timeline .timeline-content:after, .main-timeline .timeline:nth-child(2n) .timeline-content:after {
            left: 65px
        }
}


/*web design section*/
.board {
    /*width: 75%;*/
    margin: 60px auto;
    /*height: 500px;*/
    background: #fff;
    /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}

    .board .nav-tabs {
        position: relative;
        /* border-bottom: 0; */
        /* width: 80%; */
        margin: 40px auto;
        margin-bottom: 0;
        box-sizing: border-box;
    }

    .board > div.board-inner {
        background: #fafafa url(../img/geometry2.png);
        background-size: 30%;
    }
    .tab-pane {
        display:none;
    }
    .tab-pane.in {
        display:block;
    }

.liner {
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.board .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

.board span.round-tabs {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 50% !important;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

    .board span.round-tabs.one {
        color: rgb(0, 51, 153);
        border: 2px solid rgb(0, 51, 153);
    }

.board li.active span.round-tabs.one {
    background: #fff !important;
    border: 2px solid #ddd;
    color: white;
}

.board span.round-tabs.two {
    color: #3333cc;
    border: 2px solid #3333cc;
}

.board li.active span.round-tabs.two {
    background: #fff !important;
    border: 2px solid #ddd;
    color: white;
}

.board span.round-tabs.three {
    color: #cc3300;
    border: 2px solid #cc3300;
}

.board li.active span.round-tabs.three {
    background: #fff !important;
    border: 2px solid #ddd;
    color: white;
}

.board span.round-tabs.four {
    color: #f1685e;
    border: 2px solid #f1685e;
}

.board li.active span.round-tabs.four {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

.board span.round-tabs.five {
    color: #999;
    border: 2px solid #999;
}

.board li.active span.round-tabs.five {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.board .nav-tabs > li.active > a span.round-tabs {
    background: #fafafa;
}

.board .nav-tabs > li {
    width: 33%;
}
    /*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
    .board .nav-tabs > li:after {
        content: " ";
        position: absolute;
        left: 45%;
        opacity: 0;
        margin: 0 auto;
        bottom: 0px;
        border: 5px solid transparent;
        border-bottom-color: #ddd;
        transition: 0.1s ease-in-out;
    }

    .board .nav-tabs > li.active:after {
        content: " ";
        position: absolute;
        left: 47%;
        opacity: 1;
        margin: 0 auto;
        bottom: 0px;
        border: 10px solid transparent;
        border-bottom-color: #ddd;
    }

    .board .nav-tabs > li a {
        width: 70px;
        height: 70px;
        margin: 20px auto;
        border-radius: 100%;
        padding: 0;
    }

        .board .nav-tabs > li a:hover {
            background: transparent;
        }

.board .tab-content {
}

.board .tab-pane {
    position: relative;
    padding-top: 50px;
}

.board .tab-content .head {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.board .btn-outline-rounded {
    padding: 10px 40px;
    margin: 20px 0;
    /*border: 2px solid transparent;*/
    border-radius: 25px;
}

.board .btn.green {
    background-color: #5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}



@media( max-width : 585px ) {

    .board {
        width: 90%;
        height: auto !important;
    }

    span.round-tabs {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .tab-content .head {
        font-size: 20px;
    }

    .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .nav-tabs > li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .btn-outline-rounded {
        padding: 12px 20px;
    }

    #myVideo {
        opacity:0.3;
    }

}

.liner-outer {
    width: 85% !important;
    position: absolute !important;
    margin-top: 55px;
    margin-left: 60px;
}


.board .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid transparent;
}

    .board .nav-tabs > li.active > a span.round-tabs {
        background: #383838 !important;
    }

.cta-section {
    background: url(../img/dmitri-popov-367732-unsplash.jpg);
    background-size: cover;
    /* background-repeat: no-repeat; */
    background-position: center;
    color: white;
}
    .cta-section .row {
        background: linear-gradient(to right, #313131, black);
    }


    /*About Us*/

.our-team {
    text-align: center;
    transition: all 0.5s ease 0s;
    background-color: #dfdfdf;
    margin-bottom: 25px;
}

    .our-team:hover {
        box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    }

    .our-team .pic {
        overflow: hidden;
        position: relative;
    }

        .our-team .pic:before,
        .our-team .pic:after {
            content: "";
            width: 187%;
            height: 90%;
            background: rgba(0, 51, 153, 0.8);
            position: absolute;
            top: -100%;
            left: -4%;
            transform: rotate(45deg);
            transition: all 0.5s ease 0s;
        }

        .our-team .pic:after {
            background: rgba(204, 51, 0,0.8);
            top: auto;
            left: auto;
            bottom: -100%;
            right: -4%;
        }

    .our-team:hover .pic:before {
        top: 0;
    }

    .our-team:hover .pic:after {
        bottom: 0;
    }

    .our-team .pic img {
        width: 100%;
        height: auto;
    }

    .our-team .social {
        width: 100%;
        padding: 10px;
        margin: 0;
        list-style: none;
        position: absolute;
        bottom: 25%;
        left: 0;
        opacity: 0;
        z-index: 2;
        transition: all 0.5s ease 0.3s;
        color: white;
    }

    .our-team:hover .social {
        opacity: 1;
    }

    .our-team .social li {
        display: inline-block;
    }

        .our-team .social li a {
            display: block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 20px;
            color: #fff;
            margin-right: 10px;
            position: relative;
            transition: all 0.3s ease 0s;
        }

            .our-team .social li a:after {
                content: "";
                width: 100%;
                height: 100%;
                background: #db162f;
                border-radius: 0 20px 20px 20px;
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1;
                transition: all 0.3s ease 0s;
            }

            .our-team .social li a:hover:after {
                transform: rotate(180deg);
            }

    .our-team .team-content {
        padding: 20px;
    }

    .our-team .title {
        font-size: 18px;
        /*font-weight: 700;*/
        letter-spacing: 2px;
        color: #003399;
        text-transform: uppercase;
        margin-bottom: 7px;
        margin-top:0px;
    }

    .our-team .post {
        display: block;
        font-size: 17px;
        /*font-weight: 600;*/
        color: #707070;
        /*text-transform: capitalize;*/
    }
#particles-js2 {
    /*background-color: #f2fffe;*/
    background-color:white;
}
#particles-js2 canvas {
    display: block;
    vertical-align: bottom;
    max-height: 200px;
    min-height: 400px;
    position: absolute;
    top: 0

}
   
    #particles-js2 .container .row {
        margin-top: 50px;
        margin-bottom: 50px;
    }
#particles-js2 .col-xs-12 {
    z-index: 3;
    pointer-events:none;
}
    #particles-js2 .col-sm-4 {
        pointer-events: initial;
    }

.navbar {
    background-color:white;
}
@media only screen and (max-width: 990px) {
    .our-team {
            margin-bottom: 30px;
        }
    #particles-js2 {
        /*background: #dad8d8;*/
        background-position: 20% 50%;
        background-size: cover;
    }
    .m-width {
        max-width:150px;
        float:right;
    }
    }

.pad-top {
    padding-top:25px;
}
/*solutions page*/
.box-icon-modern-icon {
    position: relative;
    font-size: 47px;
    line-height: 1;
    color: inherit;
    z-index: 1;
}

[class*=" linearicons-"] {
    font-family: Linearicons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*.box-icon-modern-icon::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 34.5px 60px 34.5px;
    border-color: transparent transparent #eaeaea transparent;
    transform: translate3d(-50%,0,0) rotate(15deg);
    transform-origin: 50% 80%;
    transition: all .3s ease;
    z-index: -1;
}
.box-icon-modern-2 * + .box-icon-modern-title {
    margin-top: 18px;
}
.box-icon-modern-2 .box-icon-modern-decor {
    margin-top: 18px;
    margin-bottom: 15px;
}*/

.box-icon-modern-decor {
    position: relative;
    max-width: 126px;
    width: 100px;
    height: 2px;
    margin: 20px auto 22px;
}
.button-ujarak {
    position: relative;
    z-index: 0;
    transition: background .4s,border-color .4s,color .4s;
}
.linearicons-headset:before {
    content: "\e9f0";
}
.box-icon-modern-title {
    font-weight:bold;
}
.fa, .fab, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    transform: rotate(90deg)
}

.fa-rotate-180 {
    transform: rotate(180deg)
}

.fa-rotate-270 {
    transform: rotate(270deg)
}

:root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none
}

.fa-500px:before {
    content: "\f26e"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-blog:before {
    content: "\f781"
}

.fa-box:before {
    content: "\f466"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-camera:before {
    content: "\f030"
}

.fa-check:before {
    content: "\f00c"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-female:before {
    content: "\f182"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-home:before {
    content: "\f015"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-industry:before {
    content: "\f275"
}

.fa-info:before {
    content: "\f129"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-key:before {
    content: "\f084"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-phone:before {
    content: "\f095"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-random:before {
    content: "\f074"
}

.fa-running:before {
    content: "\f70c"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-whatsapp:before {
    content: "\f232"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-brands-400.eot);
    src: url(https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-brands-400.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-brands-400.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-brands-400.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-regular-400.eot);
    src: url(https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-regular-400.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-regular-400.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-regular-400.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-solid-900.eot);
    src: url(https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-solid-900.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-solid-900.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-solid-900.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .fas {
    font-family: "Font Awesome 5 Free"
}

.fa, .fas {
    font-weight: 900
}

