/* 
::-webkit-scrollbar {
display: none;
}
*/

.admin-header-links {
    background-color: #FA6D58;
}

.master-wrapper-content {
    /*margin-top: -6%;*/
}
#sendcvmk {
    margin-bottom: -20px;
}
#sendcven {
    margin-bottom: -20px;
}

#filecv {
    position: absolute;
}

#addcv {
    background-color: #FA6D58;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #afb6c0;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #afb6c0;
    }


.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #FA6D58;
    float: right;
    font-size: 0.8rem;
}

#rfvCaptcha {
    font-size: 0.8rem;
}

.form-group {
    margin-bottom: 0.5rem;
}

label {
    margin-bottom: 0.4rem;
}

.with-errors ul {
    margin-bottom: 0rem;
}

#dpi {
    height: 1in;
    width: 1in;
    left: 100%;
    position: fixed;
    top: 100%;
}

/* start fonts */
.fontsize1 {
    font-size: 1rem;
}

.fontsize1-2 {
    font-size: 1.2rem;
}

.fontsize1-5 {
    font-size: 1.5rem;
}

.displaycontents {
    display: contents;
}

.fontsize0-8 {
    font-size: 0.8rem;
}

/* end fonts */


/* start mobile version btn menu */
.overlaymenu {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlaymenu-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlaymenu a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .overlaymenu a:hover, .overlaymenu a:focus {
        color: #f1f1f1;
    }

.overlaymenu .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlaymenu a {
        font-size: 20px
    }

    .overlaymenu .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/* end mobile version btn menu */


.bgmixedcoloranimatetopbar {
    /* Wave Color */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#59adeb+0,42c2b5+52,34ce93+100 */
    background: #4795D6;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #4795D6 0%, #53a4e4 52%, #66aee7 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #4795D6 0%, #53a4e4 52%, #66aee7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #4795D6 0%, #53a4e4 52%, #66aee7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4795D6', endColorstr='#66aee7', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    background-size: 350% 350%;
    animation: waveColors 8s ease infinite;
    /* End Wave Color */
}

.bgmixedcoloranimatefooterbottom {
    /* Wave Color */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#59adeb+0,42c2b5+52,34ce93+100 */
    background: #afb6c0;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #afb6c0 0%, #8f949c 52%, #676a6f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #afb6c0 0%, #8f949c 52%, #676a6f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #afb6c0 0%, #8f949c 52%, #676a6f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#afb6c0', endColorstr='#676a6f', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    background-size: 350% 350%;
    animation: waveColors 8s ease infinite;
    /* End Wave Color */
}

@-webkit-keyframes waveColors {
    0% {
        background-position: 0% 7%;
    }

    50% {
        background-position: 100% 94%;
    }

    100% {
        background-position: 0% 7%;
    }
}

@keyframes waveColors {
    0% {
        background-position: 0% 7%;
    }

    50% {
        background-position: 100% 94%;
    }

    100% {
        background-position: 0% 7%;
    }
}



.navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px;
}

.container {
    width: 100%;
    max-width: 100%;
}

/*
header top
*/
.topbar {
    background-color: #f8f8f8;
    padding: 1rem;
}

    .topbar .social-network a:hover {
        color: #4795D6;
    }

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #FFDA5C;
    font-weight: bolder;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

    /*
.navbar-nav{
	width: 100%;
}

.navbar-nav .limk{
	width: 20%;
}
*/

    .navbar-dark .navbar-nav .nav-link:hover {
        color: #FFDA5C;
    }

#topbarbtnsoftware {
    background-color: #4795D6;
    padding: 4px 31px 4px 29px;
    margin: 1% 20px 0 0;
    float: right;
}

    #topbarbtnsoftware a {
        color: #ffffff;
    }

#topbarbtnconstruction {
    background-color: #c28501;
    color: #ffffff;
    padding: 4px 31px 4px 29px;
    margin: 1% 20px 0 0;
    float: right;
}

    #topbarbtnconstruction a {
        color: #ffffff;
    }

.topbarlanguages {
    background-color: #FA6D58;
    color: #ffffff;
    padding: 4px 15px 4px 15px;
    margin: 1% 0px 0px 10px;
    float: right;
}

.topbarmobbtnmenu {
    float: right;
    display: none;
    padding-top: 5px;
}

.topbarlanguages a {
    color: #ffffff;
}

a.nav-link {
    color: #FFDA5C;
}

.topbar .container .row {
    margin: -7px;
    padding: 0;
}

    .topbar .container .row .col-md-12 {
        padding: 0;
    }

.topbar p {
    margin: 0;
    display: inline-block;
    font-size: 13px;
    color: #f1f6ff;
}

    .topbar p > i {
        margin-right: 5px;
    }

    .topbar p:last-child {
        text-align: right;
    }

header .navbar {
    margin-bottom: 0;
}

.topbar li.topbar {
    display: inline;
    padding-right: 18px;
    line-height: 52px;
    transition: all .3s linear;
}

    .topbar li.topbar:hover {
        color: #1bbde8;
    }

.topbar ul.info i {
    color: #131313;
    font-style: normal;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: 4px;
}

.topbar ul.info li {
    float: right;
    padding-left: 30px;
    color: #ffffff;
    font-size: 13px;
    line-height: 44px;
}

.topbar ul.info i span {
    color: #aaa;
    font-size: 13px;
    font-weight: 400;
    line-height: 50px;
    padding-left: 18px;
}

ul.social-network {
    border: none;
    margin: 0;
    padding: 0;
}

    ul.social-network li i {
        margin: 0;
    }

    ul.social-network li {
        display: inline;
        padding: 2px 0 0;
        margin: 2px;
        width: 32px;
        display: inline-block;
        text-align: center;
        height: 32px;
        vertical-align: baseline;
        background-color: #FA6D58;
    }

ul.social-network {
    list-style: none;
    margin: 1% 0 0px 0px;
    float: right;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: .3s ease-out;
    color: #ffffff;
}

/* end scroll */
.hexagon {
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
    cursor: pointer;
}

.hexagon-in1 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.hexagon-in2 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #FA6D58;
    visibility: visible;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

    .hexagon-in2:hover {
        background-color: #FFDA5C;
    }

.hexagon1 {
    width: 100px;
    height: 50px;
    margin: 0 0 0 -80px;
}

.hexagon2 {
    width: 50px;
    height: 100px;
    margin: -80px 0 0 20px;
}

.dodecagon {
    width: 50px;
    height: 50px;
    margin: -20px 0 0 5px;
}



#scroll {
    text-align: center;
    margin: 0 auto;
    color: white;
    padding-top: 0px;
    font-size: 26px;
    line-height: 26px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    -webkit-transition: -webkit-transform 0.6s ease;
    -moz-transition: -moz-transform 0.6s ease;
    transition: transform 0.6s ease;
}

    #scroll.clicked {
        -webkit-transform: rotate(120deg);
        -moz-transform: rotate(120deg);
        -o-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
    }

    #scroll.rotate {
        -webkit-transform: rotate(300deg);
        -moz-transform: rotate(300deg);
        -o-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
    }

    #scroll span {
        position: relative;
        bottom: -10px;
    }



.arrow-bounce {
    -webkit-animation: arrow 1s infinite;
    -moz-animation: arrow 1s infinite;
    -o-animation: arrow 1s infinite;
    animation: arrow 1s infinite;
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}

@-webkit-keyframes arrow {
    0% {
        bottom: -13px;
    }

    50% {
        bottom: -8px;
    }

    100% {
        bottom: -13px;
    }
}

@-moz-keyframes arrow {
    0% {
        bottom: -13px;
    }

    50% {
        bottom: -8px;
    }

    100% {
        bottom: -13px;
    }
}

@keyframes arrow {
    0% {
        bottom: -13px;
    }

    50% {
        bottom: -8px;
    }

    100% {
        bottom: -13px;
    }
}


/* end scroll */

/* start homeunderheader animate*/

.hexagon-nav {
    width: 180px; /* One column */
    margin: 0 auto; /* Center horizontal */
}

    .hexagon-nav .nav {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .hexagon-nav .nav:after {
            /* Clear fix */
            content: "";
            display: table;
            clear: both;
        }

        .hexagon-nav .nav li {
            position: relative;
            float: left;
            width: 180px;
            height: 156px;
            margin-top: -2px;
            margin-right: -1.73px;
            clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%); /* Hexagon */
            transition: all 0.12s ease-out;
        }

            .hexagon-nav .nav li:before {
                /* Hexagon overlay */
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                transition: inherit;
            }

            .hexagon-nav .nav li:after {
                /* Hexagon border */
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #fff;
                clip-path: polygon(
                /* Outer hexagon, clockwise */
                25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%,
                /* First point of outer hexagon */
                25% 0,
                /* Inner hexagon, counter-clockwise */
                26% 1.73%, 1% 50%, 26% 98.27%, 74% 98.27%, 99% 50%, 74% 1.73%,
                /* First point of inner hexagon */
                26% 1.73%);
                transition: inherit;
            }

            .hexagon-nav .nav li a {
                position: relative;
                display: flex;
                align-items: center; /* Center vertical */
                justify-content: center; /* Center horizontal, short text */
                text-align: center; /* Center horizontal, long text */
                height: 100%;
                color: inherit;
                text-decoration: none;
            }

            .hexagon-nav .nav li .text {
                margin: 0;
                color: #fff;
                font: bold 18px sans-serif;
                text-transform: uppercase;
                letter-spacing: 1px;
            }

            .hexagon-nav .nav li .bg {
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1;
                width: 100%;
                height: 100%;
                object-fit: cover;
                visibility: hidden;
                opacity: 0;
                transition: inherit;
            }

            .hexagon-nav .nav li:hover:before {
                background-color: rgba(199, 25, 31, 0.88); /* Red */
            }

            .hexagon-nav .nav li.no-image:hover:before {
                background-color: rgb(199, 25, 31); /* Red */
            }

            .hexagon-nav .nav li:hover:after {
                background-color: rgba(0, 0, 0, 0);
            }

            .hexagon-nav .nav li:hover .bg {
                visibility: visible;
                opacity: 1;
            }

@media (min-width: 375px) {
    .hexagon-nav {
        width: 315px; /* Two columns */
    }

        .hexagon-nav .nav li:nth-last-child(n+2) {
            margin-bottom: -78px;
        }

        .hexagon-nav .nav li:nth-child(2n) {
            margin-left: 135px;
        }
}

@media (min-width: 510px) {
    .hexagon-nav {
        width: 450px; /* Three columns */
    }

        .hexagon-nav .nav li:nth-child(3n+1) {
            margin-left: 0;
        }

        .hexagon-nav .nav li:nth-child(3n+2) {
            margin-left: 90px;
        }

        .hexagon-nav .nav li:nth-child(3n) {
            margin-left: 135px;
        }
}

@media (min-width: 645px) {
    .hexagon-nav {
        width: 585px; /* Four columns */
    }

        .hexagon-nav .nav li:nth-child(4n+1) {
            margin-left: 0;
        }

        .hexagon-nav .nav li:nth-child(2n) {
            margin-left: 90px;
        }

        .hexagon-nav .nav li:nth-child(4n+3) {
            margin-left: 135px;
        }
}

@media (min-width: 780px) {
    .hexagon-nav {
        width: 720px; /* Five columns */
    }

        .hexagon-nav .nav li:nth-child(5n+1) {
            margin-left: 0;
        }

        .hexagon-nav .nav li:nth-child(5n+2) {
            margin-left: 90px;
        }

        .hexagon-nav .nav li:nth-child(5n+3) {
            margin-left: 90px;
        }

        .hexagon-nav .nav li:nth-child(5n+4) {
            margin-left: 135px;
        }

        .hexagon-nav .nav li:nth-child(5n) {
            margin-left: 90px;
        }
}

@media (min-width: 1365px) {
    .hexagon-nav {
        width: 720px; /* Five columns */
    }

        .hexagon-nav .nav li:nth-child(5n+1) {
            margin-left: 0;
        }

        .hexagon-nav .nav li:nth-last-child(n+2) {
            margin-bottom: -78px;
        }

        .hexagon-nav .nav li:nth-child(5n+2) {
            margin-left: 90px;
        }

        .hexagon-nav .nav li:nth-child(5n+3) {
            margin-left: 90px;
        }

        .hexagon-nav .nav li:nth-child(5n+4) {
            margin-left: 135px;
        }

        .hexagon-nav .nav li:nth-child(5n) {
            margin-left: 90px;
        }
}

.grow {
    transform: scale(1.2);
}

.up {
    transform: translateY(-30px);
}

.right {
    transform: translateX(30px);
}

.down {
    transform: translateY(30px);
}

.left {
    transform: translateX(-30px);
}

.up.right {
    transform: translate(30px, -30px);
}

.down.right {
    transform: translate(30px, 30px);
}

.down.left {
    transform: translate(-30px, 30px);
}

.up.left {
    transform: translate(-30px, -30px);
}

/* end homeunderheader animate */

.sectionunderheader {
    width: 100%;
    height: calc(100% - 142px);
    position: absolute;
}

.homesectionunderheaderbg {
    background-image: url(../images/home-page-banner/elikosoft-home-banner.png);
    height: 600px;
}

.homesectionunderheaderbgmk {
    background-image: url(../images/home-page-banner/elikosoft-home-banner-mk.png);
    height: 600px;
}

.bgpropertiescontain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bgpropertiescover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.aboutsectionunderheader {
    width: 100%;
    height: calc(100% - 142px);
}



a {
    color: #ffffff;
    text-decoration: none;
}

    a:hover {
        color: #5457aa;
    }

.homebg1 {
    background-color: #85bfb0;
    display: inline-flex;
    align-items: center;
}

.bgcolor-blue {
    background-color: #6fad9d;
}

.homebg2 {
    background-color: #62acb5;
    display: inline-flex;
    align-items: center;
}



li {
    list-style-type: none;
}

.innerdivcenter1 h1 {
    background-color: rgba(255,255,255,0.7);
    padding: 70px;
    display: inline-block;
}

.innerdivcenter2 h1 {
    background-color: rgba(255,255,255,0.7);
    padding: 94px;
    display: inline-block;
}

.bg-image-full {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.bg-dark {
    background-color: #222 !important;
}

.mx-background-top-linear {
    background: -webkit-linear-gradient(45deg, #54d400 48%, #1b1e21 48%);
    background: -webkit-linear-gradient(left, #54d400 48%, #1b1e21 48%);
    background: linear-gradient(45deg, #54d400 48%, #1b1e21 48%);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'mplus';
    src: url("../fonts/mplus/mplus-1c-regular.ttf");
}


@font-face {
    font-family: 'mplusbold';
    src: url("../fonts/mplus/mplus-1c-bold.ttf");
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: 'mplus', Arial, Helvetica, sans-serif;
}

html {
    font-size: 16px;
}

.relative-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    /*height: 232px;*/
}

.navbar-dark {
    background-color: #4795D6;
}

.fulldiv1 {
    width: 100%;
    height: calc(60% - 126px);
    float: left;
    display: table;
}

.fulldiv2 {
    width: 50%;
    height: calc(100% - 126px);
    float: left;
    display: table;
}

.fulldiv3 {
    width: 33.334%;
    height: 100%;
    float: left;
    display: table;
}

.fulldiv2underheader {
    width: 50%;
    height: 100%;
    float: left;
    display: table;
}

.section1-2 {
    width: 50%;
    height: 100%;
    float: left;
}

.section1-2withheader {
    width: 50%;
    height: 90%;
    float: left;
    display: table;
}

.section70withheader {
    width: 70%;
    height: 90%;
    float: left;
    display: table;
}

.section30withheader {
    width: 30%;
    height: 90%;
    float: left;
    display: table;
}

.section1-1-2withheader {
    width: 25%;
    height: 90%;
    float: left;
    display: table;
}

.section1-1-3withheader {
    width: 50%;
    height: 30%;
    display: table;
}

/*.section1-1withheader {
	width: 100%;
	height: 90%;
	}*/


.section2-2withheader {
    width: 50%;
    height: 13%;
    float: left;
    display: table;
}

.fulldiv2-3header {
    width: 80%;
    height: 10%;
    float: left;
    display: table;
}

.fulldiv1-3header {
    width: 20%;
    height: 10%;
    float: left;
    display: table;
}

.fulldiv1-2header90 {
    width: 100%;
    height: 90%;
    float: left;
    display: table;
}

.fulldiv2-2header90 {
    width: 100%;
    height: 45%;
    float: left;
    display: table;
}

.section_clients_text {
    width: 100%;
    height: 30%;
    float: left;
}

.section_clients1 {
    width: 100%;
    height: 30%;
    float: left;
}

.section_clients2 {
    width: 100%;
    height: 40%;
    float: left;
}

.clients1_img {
    width: 150px;
    height: auto;
    border: 1px solid #ffffff;
    margin: 5px;
    padding: 5px;
}

.clients2_img {
    width: 100px;
    height: auto;
    border: 1px solid #ffffff;
    margin: 5px;
    padding: 5px;
}

.row_without_margins {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.centerelement {
    padding: 3%;
    /*display: inline-flex;
    align-items: center;*/
}

.outsidediv {
    padding-top: 3%;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}

.innerdiv {
    display: inline-block;
}

.padding_l_r_5 {
    padding-left: 5%;
    padding-right: 5%;
}

.padding_l_r_2_3 {
    padding-left: 3%;
    padding-right: 3%;
}

.padding_l_r_2 {
    padding-left: 2%;
    padding-right: 2%;
}

.padding_5 {
    padding: 5%;
}

.padding_20 {
    padding: 20%;
}

.padding_10 {
    padding: 10%;
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

    .modal.open {
        display: block;
    }

.modal__header,
.modal__footer {
    height: 100px;
}

.modal__content,
.modal__footer {
    position: absolute;
    width: 100%;
}

.modal__content {
    bottom: 100px;
    top: 100px;
    overflow-y: auto;
}

.modal__footer {
    bottom: 0;
}

.footercertificates {
    float: left;
    padding-left: 25px;
}

    .footercertificates img {
        max-width: 66px;
        max-height: 95px;
    }

.fullwidth1-2 {
    width: 100%;
    height: 50%;
    display: flex;
}

.fullwidth1-3 {
    width: 100%;
    height: 33.334%;
    display: flex;
}

.fulldiv1-2more {
    width: 100%;
    height: 50px;
    background-color: #72B5B3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.footermap {
    width: 100%;
    height: 45%;
    display: flex;
}

.contactmap {
    width: 100%;
    height: 30%;
    display: flex;
}

.full60div2-1 {
    width: 50%;
    height: 70%;
    float: left;
    display: table;
}

.fulldiv1-2more a {
    color: #ffffff;
}

.fulldiv2-1 {
    width: 50%;
    height: calc(50% - 100px);
    float: left;
    display: table;
}

.fulldiv2-2 {
    width: 50%;
    height: calc(50% - 75px);
    float: left;
    display: table;
}

.footerpart {
    width: 33.334%;
    height: 25%;
    float: left;
    display: table;
    font-size: 0.8rem;
    padding: 1%;
}


.padding6percent {
    padding: 6%;
}

.padding4percent {
    padding: 4%;
}

.footerpart h3 {
    color: #FA6D58;
}

.homeclientspart1 h3 {
    color: #FA6D58;
}

.footerpart a, .footerpart b {
    font-size: 0.8rem;
    color: #000000;
}

    .footerpart a i {
        color: #ffffff;
    }

#topbar .social-network a i {
    color: #ffffff;
}

.homeclientspart1 {
    width: 70%;
    height: 25%;
    float: left;
    display: table;
}

.homeclientspart2 {
    width: 30%;
    height: 25%;
    float: left;
}

.carousel-indicators li {
    background-color: #14a0c1;
}

.carousel-indicators .active {
    background-color: #5159ac;
}

.footerbottom {
    width: 100%;
    height: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .footerbottom a {
        color: #ffc83d;
    }


/* START BTN */

.btn {
    border: none;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

    .btn:hover {
        color: #fff;
    }

    .btn:before,
    .btn:after {
        content: "";
        position: absolute;
        transition: all 0.25s ease 0s;
    }

    .btn.btn-lg:before,
    .btn.btn-lg:after {
        width: 24px;
        height: 24px;
    }

    .btn.btn-sm:before,
    .btn.btn-sm:after {
        width: 18px;
        height: 18px;
    }

    .btn.btn-xs:before,
    .btn.btn-xs:after {
        width: 14px;
        height: 14px;
    }

    .btn:before {
        top: -5px;
        right: -5px;
    }

    .btn:after {
        bottom: -5px;
        left: -5px;
    }

    .btn:hover:before,
    .btn:hover:after {
        width: 100%;
        height: 100%;
    }

    .btn.red {
        background: #ff6e6e;
    }

        .btn.red:before {
            border-top: 2px solid #ff6e6e;
            border-right: 2px solid #ff6e6e;
        }

        .btn.red:after {
            border-bottom: 2px solid #ff6e6e;
            border-left: 2px solid #ff6e6e;
        }

    .btn.blue {
        background: #5cbcf6;
    }

        .btn.blue:before {
            border-top: 2px solid #5cbcf6;
            border-right: 2px solid #5cbcf6;
        }

        .btn.blue:after {
            border-bottom: 2px solid #5cbcf6;
            border-left: 2px solid #5cbcf6;
        }

    .btn.orange {
        background: #FA6D58;
    }

        .btn.orange:before {
            border-top: 2px solid #FA6D58;
            border-right: 2px solid #FA6D58;
        }

        .btn.orange:after {
            border-bottom: 2px solid #FA6D58;
            border-left: 2px solid #FA6D58;
        }

    .btn.green {
        background: #7ad79a;
    }

        .btn.green:before {
            border-top: 2px solid #7ad79a;
            border-right: 2px solid #7ad79a;
        }

        .btn.green:after {
            border-bottom: 2px solid #7ad79a;
            border-left: 2px solid #7ad79a;
        }

    .btn.yellow {
        background: #FFDA5C;
    }

        .btn.yellow:before {
            border-top: 2px solid #FFDA5C;
            border-right: 2px solid #FFDA5C;
        }

        .btn.yellow:after {
            border-bottom: 2px solid #FFDA5C;
            border-left: 2px solid #FFDA5C;
        }

@media only screen and (max-width: 767px) {
    .btn {
        margin-bottom: 25px;
    }
}

/* END BTN */


.footerpart ul.social-network {
    float: left;
}

    .footerpart ul.social-network li {
        width: 60px;
        height: 60px;
    }

.rightalign {
    text-align: right;
}

.footerpart ul.social-network li a {
    font-size: 2rem;
    padding-top: 0.2rem;
}

.socialicons {
    margin: 0;
    padding: 0;
    display: flex;
}

    .socialicons li {
        list-style: none;
    }

        .socialicons li a {
            position: relative;
            display: block;
            width: 70px;
            height: 70px;
            font-size: 20px;
            text-align: center;
            line-height: 80px;
            color: #262626;
            overflow: hidden;
            margin: 15px;
            transform: rotate(45deg);
            transition: .2s;
            border: 1px solid rgba(0,0,0,1);
        }

            .socialicons li a .fa {
                transform: rotate(-45deg);
                font-size: 2rem;
            }

            .socialicons li a:before {
                content: '';
                position: absolute;
                bottom: -100%;
                left: 0;
                width: 100%;
                height: 100%;
                background: #262626;
                transition: .2s;
            }

            .socialicons li a:hover:before {
                bottom: 0;
            }

            .socialicons li a:hover {
                color: #fff;
            }

        .socialicons li:nth-child(1) a:before {
            background: #3b5998;
        }

        .socialicons li:nth-child(2) a:before {
            background: #00aced;
        }

        .socialicons li:nth-child(3) a:before {
            background: #dd4b39;
        }

        .socialicons li:nth-child(4) a:before {
            background: #007bb6;
        }

        .socialicons li:nth-child(5) a:before {
            background: #bc2a8d;
        }

.topbar .socialicons {
    float: right;
}

.topbar .socialheader {
    padding: 5% 10px 0 0;
}

.topbar .socialicons li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 6px;
    text-align: center;
    line-height: 50px;
    color: #262626;
    overflow: hidden;
    margin: 8px;
    transform: rotate(45deg);
    transition: .2s;
    border: 1px solid rgba(0,0,0,1);
}

    .topbar .socialicons li a .fa {
        transform: rotate(-45deg);
        font-size: 1rem;
    }

.fulldiv2-2 img {
    max-width: 35%;
    max-height: 35%;
}

.bgcolor-gray {
    background-color: #3f3f3f;
}

.textcolor-white {
    color: #ffffff;
}

.verticalcenter span {
    display: table-cell;
    vertical-align: middle
}

.verticalcenter .divcenter {
    display: table-cell;
    vertical-align: middle
}

.verticalcenter a {
    display: table-cell;
    vertical-align: middle
}

.verticalcenter h2 {
    display: table-cell;
    vertical-align: middle
}

.homeclientspart1 #blogCarousel {
    display: table-cell;
    vertical-align: middle
}


.element-center-pc img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.element-center-pc .divcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.centerelement a {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.paddingtop30 {
    padding-top: 30px;
}

.homeimgsoftware img {
    max-width: 35%;
    max-height: 35%;
}

.imgdimension70 img {
    max-width: 70%;
    max-height: 70%;
}

.imgdimension30 img {
    max-width: 30%;
    max-height: 30%;
}

.txtcenter {
    text-align: center;
}

.width600 {
    width: 400px;
}

.imgtextcenter {
    width: 100%;
}



.borderanimate {
    background: none;
    border: 0;
    box-sizing: border-box;
    color: #ffffff;
    font-size: inherit;
    font-weight: 700;
    padding: 0.5em;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.maxwidth40 {
    max-width: 40%;
}

a:hover {
    text-decoration: none;
}

.borderanimate:hover {
    background-color: #FA6D58;
}

.imgtextcenter img {
    -webkit-transition: transform 1.05s ease-in-out;
    -moz-transition: transform 1.05s ease-in-out;
    -ms-transition: transform 1.05s ease-in-out;
}

.imgeffect img {
    -webkit-transition: transform 1.05s ease-in-out;
    -moz-transition: transform 1.05s ease-in-out;
    -ms-transition: transform 1.05s ease-in-out;
}

.topbarlanguages .active {
    color: #ffffff;
    font-weight: bold;
}

.topbarlanguages a:hover {
    color: #FFDA5C;
}

.imgtextcenter img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: transform 1.05s ease-in-out;
    -moz-transition: transform 1.05s ease-in-out;
    -ms-transition: transform 1.05s ease-in-out;
}


.imgeffect img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: transform 1.05s ease-in-out;
    -moz-transition: transform 1.05s ease-in-out;
    -ms-transition: transform 1.05s ease-in-out;
}

.serviceBox img {
    -webkit-transition: transform 1.05s ease-in-out;
    -moz-transition: transform 1.05s ease-in-out;
    -ms-transition: transform 1.05s ease-in-out;
}

    .serviceBox img:hover {
        -moz-transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -o-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        -webkit-transition: transform 1.05s ease-in-out;
        -moz-transition: transform 1.05s ease-in-out;
        -ms-transition: transform 1.05s ease-in-out;
    }

.service-img1, .service-img2 {
    padding-bottom: 10px;
}

.serviceBox img {
    max-width: 50%;
    max-height: 50%;
}

.borderanimate::before, .borderanimate::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    border: 2px solid transparent;
    width: 0;
    height: 0;
}

.borderanimate::before {
    top: 0;
    left: 0;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    animation: border 2s infinite;
}

.borderanimate::after {
    bottom: 0;
    right: 0;
    animation: border 2s 1s infinite, borderColor 2s 1s infinite;
}

@keyframes border {
    0% {
        width: 0;
        height: 0;
    }

    25% {
        width: 100%;
        height: 0;
    }

    50% {
        width: 100%;
        height: 100%;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

@keyframes borderColor {
    0% {
        border-bottom-color: #ffffff;
        border-left-color: #ffffff;
    }

    50% {
        border-bottom-color: #ffffff;
        border-left-color: #ffffff;
    }

    51% {
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    100% {
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
}




.textgreen {
    color: #85e530;
}

.textwhite {
    color: #ffffff;
}

.textgreen2 {
    color: #3ccd9f;
}

.textpurple {
    color: #5756aa;
}

.textyellow {
    color: #FFDA5C;
}

.fontbold {
    font-weight: bold;
    font-family: 'mplusbold', Arial, Helvetica, sans-serif;
}

.bggreen {
    background-color: #3ccd9f;
}

.bgblue {
    background-color: #4795D6;
}

.textyellow {
    color: #FFDA5C;
}

.textblack {
    color: #000000;
}

.textred {
    color: #FA6D58;
}

.bgnavyblue {
    background-color: #2d909e;
}

.bgwhite {
    background-color: #ffffff;
}

.bglightgray {
    background-color: #f8f8f8;
}

.fullsection100 {
    width: 100%;
}

/* end about section */

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
}

    /* The colour of the indicators */
    .blog .carousel-indicators li {
        background: #a3a3a3;
        border-radius: 50%;
        width: 8px;
        height: 8px;
    }

    .blog .carousel-indicators .active {
        background: #707070;
    }

.logo {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    width: 90%;
}


    .logo:hover {
        filter: none; /* IE6-9 */
        -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
    }

/* start dot navigation */

.linksdot ul li a svg {
    stroke: #3c3c3c;
    stroke-width: 2rem;
    width: 2rem;
    height: 2rem;
    margin: 5px;
    fill: transparent;
    transition: all 0.1s ease-in-out;
}

.linksdot ul .active a svg {
    fill: #FFDA5C;
    stroke: #ffffff;
    stroke-width: 2rem;
}

.linksdot ul a:hover svg {
    fill: #FFDA5C;
    stroke: #ffffff;
    stroke-width: 2rem;
}

.dotstyle-smalldotstroke li {
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}

.dotstyle li {
    position: relative;
    display: block;
    margin: 16px 16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.dotstyle-smalldotstroke li a {
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.dotstyle li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: #fff;
    background-color: red;
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
}

.dotstyle-smalldotstroke li.active {
    box-shadow: 0 0 0 2px white;
}

#dot_nav {
    right: 0;
    top: 50%;
    margin-top: -50px;
    height: 100px;
    z-index: 999;
    position: fixed;
}

.tooltip.show {
    opacity: 1;
}

.tooltip > .tooltip-inner {
    background-color: #FA6D58;
    color: #ffffff;
    border: 1px solid #FA6D58;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #FA6D58;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #FA6D58;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #FA6D58;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #FA6D58;
}

/* end dot navigation*/

.nav > li > a {
    display: block;
}

a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

.tab .nav-tabs {
    border: none;
    margin-bottom: 10px;
}

    .tab .nav-tabs li a {
        padding: 10px 20px;
        margin-right: 15px;
        background: #FFDA5C;
        font-size: 17px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        border: none;
        border-top: 3px solid #FFDA5C;
        border-bottom: 3px solid #FFDA5C;
        border-radius: 0;
        overflow: hidden;
        position: relative;
        transition: all 0.3s ease 0s;
    }

        .tab .nav-tabs li.active a,
        .tab .nav-tabs li a:hover {
            border: none;
            border-top: 3px solid #FFDA5C;
            border-bottom: 3px solid #FFDA5C;
            background: #fff;
            color: #FFDA5C;
        }

        .tab .nav-tabs li a:before {
            content: "";
            border-top: 15px solid #FFDA5C;
            border-right: 15px solid transparent;
            border-bottom: 15px solid transparent;
            position: absolute;
            top: 0;
            left: -50%;
            transition: all 0.3s ease 0s;
        }

        .tab .nav-tabs li a:hover:before,
        .tab .nav-tabs li.active a:before {
            left: 0;
        }

        .tab .nav-tabs li a:after {
            content: "";
            border-bottom: 15px solid #FFDA5C;
            border-left: 15px solid transparent;
            border-top: 15px solid transparent;
            position: absolute;
            bottom: 0;
            right: -50%;
            transition: all 0.3s ease 0s;
        }

        .tab .nav-tabs li a:hover:after,
        .tab .nav-tabs li.active a:after {
            right: 0;
        }

.tab .tab-content {
    padding: 20px 30px;
    border-top: 3px solid #FFDA5C;
    border-bottom: 3px solid #FFDA5C;
    font-size: 1rem;
    line-height: 20px;
    position: relative;
}

    .tab .tab-content:before {
        content: "";
        border-top: 25px solid #FFDA5C;
        border-right: 25px solid transparent;
        border-bottom: 25px solid transparent;
        position: absolute;
        top: 0;
        left: 0;
    }

    .tab .tab-content:after {
        content: "";
        border-bottom: 25px solid #FFDA5C;
        border-left: 25px solid transparent;
        border-top: 25px solid transparent;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .tab .tab-content h3 {
        font-size: 24px;
        margin-top: 0;
    }

@media only screen and (max-width: 479px) {
    .tab .nav-tabs li {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}

.serviceBox {
    text-align: center;
    min-height: 320px;
}

    .serviceBox .service-icon {
        width: 50px;
        height: 86px;
        border-top: 3px solid #211a0f;
        border-bottom: 3px solid #211a0f;
        margin: 0 auto 25px;
        position: relative;
        transition: all 0.3s ease-in-out 0s;
    }

        .serviceBox .service-icon:before {
            content: "";
            width: 36px;
            height: 36px;
            position: absolute;
            top: 22px;
            right: -18px;
            border-bottom: 3px solid #211a0f;
            border-right: 3px solid #211a0f;
            z-index: 1;
            transform: scaleY(1.7) rotate(-45deg);
            transition: all 0.3s ease-in-out 0s;
        }

        .serviceBox .service-icon:after {
            content: "";
            width: 36px;
            height: 36px;
            position: absolute;
            bottom: 22px;
            left: -18px;
            border-top: 3px solid #211a0f;
            border-left: 3px solid #211a0f;
            z-index: 1;
            transform: scaleY(1.7) rotate(-45deg);
            transition: all 0.3s ease-in-out 0s;
        }

    .serviceBox:hover .service-icon,
    .serviceBox:hover .service-icon:before,
    .serviceBox:hover .service-icon:after {
        border-color: #ec4151;
    }

    .serviceBox .service-icon i {
        font-size: 40px;
        color: #211a0f;
        margin-top: 22px;
        transition: all 0.3s ease-in-out 0s;
    }

    .serviceBox:hover .service-icon i {
        color: #ec4151;
    }

    .serviceBox .title {
        font-size: 24px;
        color: #211a0f;
        margin-bottom: 20px;
        position: relative;
    }

        .serviceBox .title:after {
            content: "";
            display: block;
            width: 0;
            height: 5px;
            margin: 0 auto;
            background: #ec4151;
            transition: all 0.3s ease-in-out 0s;
        }

    .serviceBox:hover .title:after {
        width: 50%;
    }

    .serviceBox .description {
        font-size: 1rem;
        color: #9e9e9e;
        line-height: 25px;
        height: 150px;
        padding-top: 10px;
    }

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .serviceBox {
        min-height: 300px;
    }
}

@media only screen and (max-width: 479px) {
    .serviceBox {
        min-height: 320px;
    }
}
/*.serviceBox{
    border: 1px solid #b9b9b9;
    margin-top:70px;
    text-align: center;
    padding: 25px;
}
.serviceBox .service-icon{
    width:100px;
    height:100px;
    border: 1px solid #b9b9b9;
    text-align: center;
    line-height: 100px;
    font-size: 40px;
    background: #fff;
    transform: rotate(-45deg);
    margin: -75px auto -20px;
}
.serviceBox .service-icon i{
    transform: rotate(45deg);
    color:#4f4f4f;
    transition:all 0.3s ease-out;
}
.serviceBox:hover .service-icon{
    background: #3498db;
    border-color: #3498db;
    transition:all 0.3s ease-out;
}
.serviceBox:hover .service-icon i{
    color:#fff;
}
.serviceBox .service-content{
    margin-top: 60px;
}
.serviceBox .service-content h3{
    text-transform: capitalize;
    color:#161616;
    font-size: 20px;
}
.serviceBox .service-content h3:after{
    content: "";
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    width: 70px;
    height:4px;
    display:block;
    margin: 10px auto 20px;
}
.serviceBox .service-content p{
    color:#727272;
    line-height: 23px;
}
.serviceBox .read{
    margin-top: 40px;
}
.serviceBox .read a{
    color:#161616;
    text-transform: capitalize;
}
.serviceBox:hover .read a{
    color:#3498db;
    transition:all 0.3s ease-out;
}
@media only screen and (max-width: 990px){
    .serviceBox{
        margin-top: 90px;
    }
    }*/


/* start popup styles */


#overlaypopup {
    height: calc(100% - 142px);
    width: 100%;
    position: fixed;
    z-index: 9999;
    background: rgba(255,255,255,0.9);
    display: none;
}

#overlaypopupsoc {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    background: rgba(255,255,255,0.8);
    display: none;
}

#popupcontent {
    position: relative;
    height: 100%;
    width: 100%;
}

#closepopup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #000;
}


#overlaypopuppresentation {
    height: calc(100% - 142px);
    width: 100%;
    position: fixed;
    z-index: 9999;
    background: rgba(255,255,255,0.9);
    display: none;
}

#popupcontentpresentation {
    position: relative;
    max-height: 100%;
    padding: 20px;
}

#closepopuppresentation {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #000;
}

.popupinnercontent {
    height: 100%;
}
/*
@-webkit-keyframes a{0%{opacity:0;-webkit-transform:scale(.85);transform:scale(.85)}70%{opacity:1;-webkit-transform:scale(1.03);transform:scale(1.03)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes a{0%{opacity:0;-webkit-transform:scale(.85);transform:scale(.85)}70%{opacity:1;-webkit-transform:scale(1.03);transform:scale(1.03)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes b{0%{opacity:1}to{opacity:0}}@keyframes b{0%{opacity:1}to{opacity:0}}.jPopupOpen,.jPopupOpen body{overflow:hidden}.jPopupOpen .jPopup{-webkit-animation:a .5s cubic-bezier(.34,.34,.26,.99);animation:a .5s cubic-bezier(.34,.34,.26,.99)}.jPopupClosed .jPopup{-webkit-animation:b .25s ease-in;animation:b .25s ease-in}.jPopup{position:absolute;z-index:9999;max-width:100%;padding:50px 15px 15px;box-sizing:border-box}.jPopup,.jPopup:after{top:0;right:0;bottom:0;left:0}.jPopup:after{content:"";position:fixed;z-index:9998;background:#fafafa}.jPopup>.jCloseBtn{position:absolute;right:0;top:0;z-index:9999;outline:0;border:0;box-sizing:border-box;cursor:pointer;width:50px;height:50px;background:transparent}.jPopup>.jCloseBtn>svg{width:30px;height:100%;fill:#adadad;-webkit-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out}.jPopup>.jCloseBtn:hover>svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.jPopup>.jCloseBtn:active{margin-top:1px}.jPopup>.content{top:50%; margin:5%;left:15px;right:15px;position:absolute;z-index:9999;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (min-width:680px){.jPopup{padding:80px 30px 30px}.jPopup>.jCloseBtn{right:10px;top:10px;width:60px;height:60px}.jPopup>.jCloseBtn>svg{width:40px;height:100%}.jPopup>.content{left:30px;right:30px}}
*/
/* end popup styles */


.content {
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 160px;
    overflow: hidden;
    font-family: 'mplus', sans-serif;
    font-size: 35px;
    line-height: 40px;
    color: #ecf0f1;
}

.content__container {
    font-weight: 600;
    overflow: hidden;
    height: 40px;
    padding: 0 40px;
}

    .content__container:before {
        content: '[';
        left: 0;
    }

    .content__container:after {
        content: ']';
        position: absolute;
        right: 0;
    }

    .content__container:after, .content__container:before {
        position: absolute;
        top: 0;
        color: #16a085;
        font-size: 42px;
        line-height: 40px;
        -webkit-animation-name: opacity;
        -webkit-animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-name: opacity;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }

.content__container__text {
    display: inline;
    float: left;
    margin: 0;
}

.content__container__list {
    margin-top: 0;
    padding-left: 110px;
    text-align: left;
    list-style: none;
    -webkit-animation-name: change;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

.content__container__list__item {
    line-height: 40px;
    margin: 0;
}

@-webkit-keyframes opacity {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes change {
    0%, 12.66%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    16.66%, 29.32% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }

    33.32%,45.98% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    49.98%,62.64% {
        -webkit-transform: translate3d(0, -75%, 0);
        transform: translate3d(0, -75%, 0);
    }

    66.64%,79.3% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    83.3%,95.96% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }
}

@keyframes opacity {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes change {
    0%, 12.66%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    16.66%, 29.32% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }

    33.32%,45.98% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    49.98%,62.64% {
        -webkit-transform: translate3d(0, -75%, 0);
        transform: translate3d(0, -75%, 0);
    }

    66.64%,79.3% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    83.3%,95.96% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }
}








#service {
    background-color: ghostwhite;
    padding-top: 100px;
    padding-bottom: 100px;
}

.row-1 .ser-col-4 {
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.row-1 .ser-col-4-l {
    border-bottom: solid 1px #ccc;
}

.row-2 .ser-col-4 {
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.row-2 .ser-col-4-l {
    border-bottom: solid 1px #ccc;
}

.row-3 .ser-col-4 {
    border-right: solid 1px #ccc;
}


@media (max-width:768px) {
    .ser-col-4-l {
        border-right: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
        border-left: solid 1px #ccc;
    }

    .ser-col-4 {
        border-left: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }
}

.ser-col {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px;
    position: relative;
}

.icon-col {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

    .icon-col i {
        font-size: 35px;
        padding: 20px;
    }

.circle {
    position: absolute;
    bottom: -11px;
    right: -24px;
    z-index: 99;
}

    .circle i {
        color: #ccc;
        font-size: 18px;
        background-color: ghostwhite;
    }
/*
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    color: red;
    background-image: none;
    border: 1px solid red;
    border-radius: 0px;
    } */
.ser-col h2 {
    color: #777;
    margin-bottom: 20px;
}

.ser-col p {
    color: #3e3b3b;
    margin-bottom: 20px;
}

/*====== service 1 ====*/
.ser-1 .icon-col {
    border: solid 1px red;
}

    .ser-1 .icon-col i {
        color: red;
    }

.ser-1 .btn {
    color: red;
    border: 1px solid red;
}

/*====== service 2 ====*/
.ser-2 .icon-col {
    border: solid 1px green;
}

    .ser-2 .icon-col i {
        color: green;
    }

.ser-2 .btn {
    color: green;
    border: 1px solid green;
}

/*====== service 3 ====*/
.ser-3 .icon-col {
    border: solid 1px chocolate;
}

    .ser-3 .icon-col i {
        color: chocolate;
    }

.ser-3 .btn {
    color: chocolate;
    border: 1px solid chocolate;
}

/*====== service 4 ====*/
.ser-4 .icon-col {
    border: solid 1px blue;
}

    .ser-4 .icon-col i {
        color: blue;
    }

.ser-4 .btn {
    color: blue;
    border: 1px solid blue;
}

/*====== service 5 ====*/
.ser-5 .icon-col {
    border: solid 1px deepskyblue;
}

    .ser-5 .icon-col i {
        color: deepskyblue;
    }

.ser-5 .btn {
    color: deepskyblue;
    border: 1px solid deepskyblue;
}

/*====== service 6 ====*/
.ser-6 .icon-col {
    border: solid 1px mediumslateblue;
}

    .ser-6 .icon-col i {
        color: mediumslateblue;
    }

.ser-6 .btn {
    color: mediumslateblue;
    border: 1px solid mediumslateblue;
}

/*====== service 7 ====*/
.ser-7 .icon-col {
    border: solid 1px mediumseagreen;
}

    .ser-7 .icon-col i {
        color: mediumseagreen;
    }

.ser-7 .btn {
    color: mediumseagreen;
    border: 1px solid mediumseagreen;
}

/*====== service 8 ====*/
.ser-8 .icon-col {
    border: solid 1px salmon;
}

    .ser-8 .icon-col i {
        color: salmon;
    }

.ser-8 .btn {
    color: salmon;
    border: 1px solid salmon;
}

/*====== service 9 ====*/
.ser-9 .icon-col {
    border: solid 1px gold;
}

    .ser-9 .icon-col i {
        color: gold;
    }

.ser-9 .btn {
    color: gold;
    border: 1px solid gold;
}


.switchgroup {
    display: none;
}



.accordion {
    background: linear-gradient(to bottom right, white, #F8F8F8);
    max-width: 96%;
    background: white;
    margin: 0 auto;
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 35px 50px -25px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);
}

.accordion-header {
    border-bottom: 1px solid #DDE0E7;
    color: #2a313a;
    cursor: pointer;
    font-weight: 700;
    padding: 1rem;
}

    .accordion-header:hover {
        background: #F6F7F9;
    }

.accordion-content {
    display: none;
    border-bottom: 1px solid #DDE0E7;
    background: #F6F7F9;
    padding: 1.5rem;
    color: #4a5666;
    max-height: 360px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.accordion-header::before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    background-color: #B1B5BE;
    margin-right: .75rem;
}

.active.accordion-header::before {
    background-color: #FC6468;
}







#jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jquery-script-center {
    width: 960px;
    margin: 0 auto;
}

    .jquery-script-center ul {
        width: 212px;
        float: left;
        line-height: 45px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .jquery-script-center a {
        text-decoration: none;
    }

.jquery-script-ads {
    width: 728px;
    height: 90px;
    float: right;
}

.jquery-script-clear {
    clear: both;
    height: 0;
}





.card-body > h4 {
    font-size: 1.2rem;
}

section .section-title {
    text-align: center;
    color: #FFDA5C;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    width: 100%;
    height: 60%;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

    .frontside .card,
    .backside .card {
        min-height: 312px;
        width: 100%;
        height: 400px;
    }

        .backside .card a {
            font-size: 18px;
            color: #FFDA5C !important;
        }

        .frontside .card .card-title,
        .backside .card .card-title {
            color: #FFDA5C !important;
        }

        .frontside .card .card-body img {
            width: 40%;
            height: 40%;
        }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .displaycontents {
        display: ruby-base;
    }

    .formwidth {
        width: 800px;
    }
}



/* TIMELINE*/
.card-text {
    color: #000000;
}

.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'mobile';
        display: none;
    }

    .cd-horizontal-timeline.loaded {
        /* show the timeline after events position has been set (using JavaScript) */
        opacity: 1;
    }

    .cd-horizontal-timeline .timeline {
        position: relative;
        height: 110px;
        width: 100%;
        max-width: 93%;
        margin: 0 auto;
    }

    .cd-horizontal-timeline .events-wrapper {
        position: relative;
        height: 110px;
        margin: 0 48px;
        overflow: hidden;
    }

        .cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
            /* these are used to create a shadow effect at the sides of the timeline */
            content: '';
            position: absolute;
            z-index: 2;
            top: 0;
            height: 100%;
            width: 20px;
        }

    /*.cd-horizontal-timeline .events-wrapper::before {
        left: 0;
        background-image: -webkit-linear-gradient( left, #f8f8f8, rgba(248, 248, 248, 0));
        background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
    }

    .cd-horizontal-timeline .events-wrapper::after {
        right: 0;
        background-image: -webkit-linear-gradient( right, #f8f8f8, rgba(248, 248, 248, 0));
        background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
        }*/

    .cd-horizontal-timeline .events {
        /* this is the grey line/timeline */
        position: absolute;
        z-index: 1;
        left: 0;
        top: 95px;
        height: 2px;
        /* width will be set using JavaScript */
        background: #dfdfdf;
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
    }

    .cd-horizontal-timeline .filling-line {
        /* this is used to create the green line filling the timeline */
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #3f3f3f;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }

    .cd-horizontal-timeline .events .libig a span {
        position: relative;
        text-align: center;
        top: -30px;
        left: -27px;
    }

    .cd-horizontal-timeline .events .libig a {
        position: absolute;
        bottom: 0;
        z-index: 2;
        text-align: center;
        font-size: 1.3rem;
        padding-bottom: 15px;
        color: #FFDA5C;
        /* fix bug on Safari - text flickering while timeline translates */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        border-left: 2px solid #FFDA5C;
        clear: both;
        height: 50px;
        width: 0px;
    }

    .cd-horizontal-timeline .events .lismall span {
        position: absolute;
        bottom: 0;
        text-align: center;
        font-size: 1.3rem;
        padding-bottom: 5px;
        color: #FFDA5C;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        border-left: 1px solid #FFDA5C;
        clear: both;
        height: 20px;
        width: 0px;
    }

ol {
    padding-inline-start: 10px;
}

.cd-horizontal-timeline .events .libig a::after {
    /* this is used to create the event spot */
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    margin-left: -8px;
    bottom: -5px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #f8f8f8;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.cd-horizontal-timeline .events .libig a:hover::after {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.no-touch .cd-horizontal-timeline .events .libig a:hover::after {
    background-color: #FFDA5C;
    border-color: #FFDA5C;
}

.cd-horizontal-timeline .events .libig a.selected {
    pointer-events: none;
}

    .cd-horizontal-timeline .events .libig a.selected::after {
        background-color: #FFDA5C;
        border-color: #ffffff;
    }

.cd-horizontal-timeline .events .libig a.older-event::after {
    border-color: #FFDA5C;
}



@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
        /*margin: 6em auto;*/
    }

        .cd-horizontal-timeline::before {
            /* never visible - this is used in jQuery to check the current MQ */
            content: 'desktop';
        }
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 87%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border: 5px solid #ffffff;
    overflow: hidden;
    color: #ffffff;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

    .cd-timeline-navigation a::after {
        /* arrow icon */
        content: '';
        position: absolute;
        height: 50px;
        width: 50px;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background: url(../images/icons/arrow-true.png) no-repeat 0 0;
    }

    .cd-timeline-navigation a.prev {
        left: 0;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    .cd-timeline-navigation a.next {
        right: 0;
    }

.no-touch .cd-timeline-navigation a:hover {
    border-color: #FA6D58;
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}

    .cd-timeline-navigation a.inactive::after {
        content: '';
        position: absolute;
        height: 50px;
        width: 50px;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background: url(../images/icons/arrow-false.png) no-repeat 0 0;
    }

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #ffffff;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
    color: #3f3f3f;
}

    .cd-horizontal-timeline .events-content li {
        position: absolute;
        z-index: 1;
        width: 100%;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        padding: 0 5%;
        opacity: 0;
        -webkit-animation-duration: 0.4s;
        -moz-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

        .cd-horizontal-timeline .events-content li.selected {
            /* visible event content */
            position: relative;
            z-index: 2;
            opacity: 1;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

        .cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
            -webkit-animation-name: cd-enter-right;
            -moz-animation-name: cd-enter-right;
            animation-name: cd-enter-right;
        }

        .cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
            -webkit-animation-name: cd-enter-left;
            -moz-animation-name: cd-enter-left;
            animation-name: cd-enter-left;
        }

        .cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
            -webkit-animation-direction: reverse;
            -moz-animation-direction: reverse;
            animation-direction: reverse;
        }

        .cd-horizontal-timeline .events-content li > * {
            max-width: 800px;
            margin: 0 auto;
        }

    .cd-horizontal-timeline .events-content h2 {
        font-weight: bold;
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 1.2;
    }

    .cd-horizontal-timeline .events-content em {
        display: block;
        font-style: italic;
        margin: 10px auto;
    }

        .cd-horizontal-timeline .events-content em::before {
            content: '- ';
        }

    .cd-horizontal-timeline .events-content p {
        font-size: 1rem;
        color: #ffffff;
    }

    .cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
        line-height: 1.6;
    }

@media only screen and (min-width: 768px) {
    .cd-horizontal-timeline .events-content h2 {
        font-size: 2rem;
    }

    .cd-horizontal-timeline .events-content em {
        font-size: 1.5rem;
    }

    .cd-horizontal-timeline .events-content p {
        font-size: 1rem;
    }
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}



#En_ContentPlaceHolderTop_cv {
    display: none;
}

#En_ContentPlaceHolderTop_addcv {
    background: #FA6D58;
}

#Mk_ContentPlaceHolderTop_cv {
    display: none;
}

#Mk_ContentPlaceHolderTop_addcv {
    background: #FA6D58;
}

/*.socialbox{
    display:none;
    position:sticky;
    bottom:0;
    }*/

.linkblue a {
    color: #4795D6;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'mplus', Arial, Helvetica, sans-serif;
}

.fancybox-opened .fancybox-title {
    visibility: hidden !important;
}


#includedContentSocIcons {
    float: right;
    margin-top: 0.85%;
}

#includedContentFooter {
    width: 100%;
    height: 100% !important;
}

#En_ContentPlaceHolderTop_rfvCaptcha {
    font-size: 0.8rem;
}

#Mk_ContentPlaceHolderTop_rfvCaptcha {
    font-size: 0.8rem;
}

/*///////////////////////////moj css////////////////////*/
.maxwidth40 {
    max-width: 67%;
}

.top {
    margin-top: 10%
}

p {
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 1rem;
}

.homeclientspart1 {
    /*margin-top: 5%;*/
    width: 100%;
}

body {
    width: 100%;
    overflow-x: hidden;
}

.leftmain {
    margin-left: 10%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.bglightgray {
    background-color: white;
}

.footercertificates {
    float: left;
    padding-left: 14%;
}

.footerpart ul.social-network {
    float: inherit;
}

.imgdimension30 img {
    max-width: 100%;
    max-height: 100%;
}


.language-list {
    max-width: 100%;
    font-size: 0;
    float: right;
    margin-top: 1%;
}

    .language-list li {
        display: inline-block;
        margin: 0 1px;
        vertical-align: middle;
    }

    .language-list a {
        display: block;
        position: relative;
        width: 24px;
        height: 32px;
        line-height: 0;
    }

    .language-list img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        float: right;
    }

.map-responsive {
    overflow: hidden;
    padding-top: 22.65%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 550px;
        width: 100%;
        position: absolute;
    }

.wallpaper1 {
    background-image: url(../images/home-page-banner/elikosoft-home-banner.png);
    height: 510px
}

.wallpaper1mk {
    background-image: url(../images/home-page-banner/elikosoft-home-banner-mk.png);
    height: 660px
}

.wallpaper2 {
    background-image: url(../images/wallpapers/wallpaper1.jpg);
    height: 720px;
}

.wallpaper3 {
    background-image: url(../images/wallpapers/wallpaper3.jpg);
    height: 720px
}

.wallpaper4 {
    background-image: url(../images/wallpapers/wallpaper2.jpg);
    height: 720px
}

.wallpaper5 {
    background-image: url(../images/wallpapers/wallpaper3.jpg)
}

@media screen and (max-width: 1920px) and (min-width:1860px) {

    .wallpaper1 {
        background-image: url(../images/home-page-banner/elikosoft-home-banner.png);
        height: 558px;
        background-size: 100%;
    }

    .wallpaper1mk {
        background-image: url(../images/home-page-banner/elikosoft-home-banner-mk.png);
        width: 100%;
        height: 558px;
        background-size: 100%;
    }

    .wallpaper2 {
        background-image: url(../images/wallpapers/wallpaper1.jpg);
        width: 100%;
        height: 750px;
    }

    .wallpaper3 {
        background-image: url(../images/wallpapers/wallpaper3.jpg);
        width: 100%;
        height: 750px;
    }

    .wallpaper4 {
        background-image: url(../images/wallpapers/wallpaper2.jpg);
        width: 100%;
        height: 750px;
    }

    .wallpaper5 {
        background-image: url(../images/wallpapers/wallpaper3.jpg);
        width: 100%;
    }

    p {
        font-weight: 900;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .top {
        margin-top: 10%
    }

    .section1-2withheader {
        width: 50%;
        height: 72%;
        float: left;
        display: table;
    }

    .map-responsive {
        overflow: hidden;
        padding-top: 26.65%;
        position: relative;
        height: 0;
    }

        .map-responsive iframe {
            left: 0;
            top: 0;
            height: 550px;
            width: 100%;
            position: absolute;
        }

    .section1-1withheader {
        width: 100%;
        height: 65%;
    }
}

@media screen and (max-width: 1859px) and (min-width:1800px) {

    .wallpaper1 {
        background-image: url(../images/home-page-banner/elikosoft-home-banner.png);
        height: 513px;
        background-size: 100%;
    }

    .wallpaper1mk {
        background-image: url(../images/home-page-banner/elikosoft-home-banner-mk.png);
        width: 100%;
        height: 513px;
        background-size: 100%;
    }

    .wallpaper2 {
        background-image: url(../images/wallpapers/wallpaper1.jpg);
        width: 100%;
        height: 750px;
    }

    .wallpaper3 {
        background-image: url(../images/wallpapers/wallpaper3.jpg);
        width: 100%;
        height: 750px;
    }

    .wallpaper4 {
        background-image: url(../images/wallpapers/wallpaper2.jpg);
        width: 100%;
        height: 750px;
    }

    .wallpaper5 {
        background-image: url(../images/wallpapers/wallpaper3.jpg);
        width: 100%;
    }

    p {
        font-weight: 900;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .top {
        margin-top: 10%
    }

    .section1-2withheader {
        width: 50%;
        height: 72%;
        float: left;
        display: table;
    }

    .map-responsive {
        overflow: hidden;
        padding-top: 26.65%;
        position: relative;
        height: 0;
    }

        .map-responsive iframe {
            left: 0;
            top: 0;
            height: 570px;
            width: 100%;
            position: absolute;
        }

    .section1-1withheader {
        width: 100%;
        height: 65%;
    }

    .fulldiv2-2header90 {
        width: 100%;
        height: 38%;
        float: left;
        display: table;
    }
}

@media screen and (max-width: 1799px) and (min-width:1700px) {

    .wallpaper1 {
        background-image: url(../images/home-page-banner/elikosoft-home-banner.png);
        height: 513px;
        background-size: 100%;
    }

    .wallpaper1mk {
        background-image: url(../images/home-page-banner/elikosoft-home-banner-mk.png);
        width: 100%;
        height: 513px;
        background-size: 100%;
    }

    .wallpaper2 {
        background-image: url(../images/wallpapers/wallpaper1.jpg);
        width: 100%;
        height: 750px;
    }

    .wallpaper3 {
        background-image: url(../images/wallpapers/wallpaper3.jpg);
        width: 100%;
        height: 750px;
    }

    .wallpaper4 {
        background-image: url(../images/wallpapers/wallpaper2.jpg);
        width: 100%;
        height: 750px;
    }

    .wallpaper5 {
        background-image: url(../images/wallpapers/wallpaper3.jpg);
        width: 100%;
    }

    p {
        font-weight: 900;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .top {
        margin-top: 10%
    }

    .section1-2withheader {
        width: 50%;
        height: 72%;
        float: left;
        display: table;
    }

    .map-responsive {
        overflow: hidden;
        padding-top: 32.65%;
        position: relative;
        height: 0;
    }

        .map-responsive iframe {
            left: 0;
            top: 0;
            height: 350px;
            width: 100%;
            position: absolute;
        }

    .section1-1withheader {
        width: 100%;
        height: 65%;
    }

    .homeclientspart1 {
        margin-top: 2%;
        width: 100%;
    }
}

@media screen and (max-width: 1699px) and (min-width:1600px) {

    .wallpaper1 {
        background-image: url(../images/home-page-banner/elikosoft-home-banner.png);
        height: 537px;
        background-size: 100%;
    }

    .wallpaper1mk {
        background-image: url(../images/home-page-banner/elikosoft-home-banner-mk.png);
        width: 100%;
        height: 537px;
        background-size: 100%;
    }

    .wallpaper2 {
        background-image: url(../images/wallpapers/wallpaper1.jpg);
        width: 100%;
        height: 750px;
    }

    .wallpaper3 {
        background-image: url(../images/wallpapers/wallpaper3.jpg);
        width: 100%;
        height: 750px;
    }

    .wallpaper4 {
        background-image: url(../images/wallpapers/wallpaper2.jpg);
        width: 100%;
        height: 750px;
    }

    .wallpaper5 {
        background-image: url(../images/wallpapers/wallpaper3.jpg);
        width: 100%;
    }

    p {
        font-weight: 900;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .top {
        margin-top: 10%
    }

    .section1-2withheader {
        width: 50%;
        height: 72%;
        float: left;
        display: table;
    }

    .map-responsive {
        overflow: hidden;
        padding-top: 35.65%;
        position: relative;
        height: 0;
    }

        .map-responsive iframe {
            left: 0;
            top: 0;
            height: 350px;
            width: 100%;
            position: absolute;
        }

    .section1-1withheader {
        width: 100%;
        height: 65%;
    }

    .homeclientspart1 {
        margin-top: 2%;
        width: 100%;
    }
}

@media screen and (max-width: 1599px) and (min-width:1540px) {

    .wallpaper1 {
        background-image: url(../images/home-page-banner/elikosoft-home-banner.png);
        height: 537px;
        background-size: 100%;
    }

    .wallpaper1mk {
        background-image: url(../images/home-page-banner/elikosoft-home-banner-mk.png);
        width: 100%;
        height: 537px;
        background-size: 100%;
    }

    .wallpaper2 {
        background-image: url(../images/wallpapers/wallpaper1.jpg);
        width: 100%;
        height: 750px;
    }

    .wallpaper3 {
        background-image: url(../images/wallpapers/wallpaper3.jpg);
        width: 100%;
        height: 750px;
    }

    .wallpaper4 {
        background-image: url(../images/wallpapers/wallpaper2.jpg);
        width: 100%;
        height: 750px;
    }

    .wallpaper5 {
        background-image: url(../images/wallpapers/wallpaper3.jpg);
        width: 100%;
    }

    p {
        font-weight: 900;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .top {
        margin-top: 10%
    }

    .section1-2withheader {
        width: 50%;
        height: 72%;
        float: left;
        display: table;
    }

    .map-responsive {
        overflow: hidden;
        padding-top: 38.65%;
        position: relative;
        height: 0;
    }

        .map-responsive iframe {
            left: 0;
            top: 0;
            height: 350px;
            width: 100%;
            position: absolute;
        }

    .section1-1withheader {
        width: 100%;
        height: 65%;
    }

    .homeclientspart1 {
        margin-top: 0%;
        width: 100%;
    }
}


@media screen and (max-width: 1539px) and (min-width:1441px) {

    .wallpaper1 {
        background-image: url(../images/home-page-banner/elikosoft-home-banner.png);
        height: 510px;
        background-size: 100%;
    }

    .wallpaper1mk {
        background-image: url(../images/home-page-banner/elikosoft-home-banner-mk.png);
        width: 100%;
        height: 510px;
        background-size: 100%;
    }

    .wallpaper2 {
        background-image: url(../images/wallpapers/wallpaper1.jpg);
        width: 100%;
        height: 750px;
    }

    .wallpaper3 {
        background-image: url(../images/wallpapers/wallpaper3.jpg);
        width: 100%;
        height: 750px;
    }

    .wallpaper4 {
        background-image: url(../images/wallpapers/wallpaper2.jpg);
        width: 100%;
        height: 690px;
    }

    .wallpaper5 {
        background-image: url(../images/wallpapers/wallpaper3.jpg);
        width: 100%;
    }

    p {
        font-weight: 900;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .top {
        margin-top: 10%
    }

    .map-responsive {
        overflow: hidden;
        padding-top: 36.65%;
        position: relative;
        height: 0;
    }

        .map-responsive iframe {
            left: 0;
            top: 0;
            height: 550px;
            width: 100%;
            position: absolute;
        }

    .section1-1withheader {
        width: 100%;
        height: 65%;
    }
}

@media screen and (max-width: 1440px) (min-width:1291px) {

    .wallpaper1 {
        background-image: url(../images/home-page-banner/elikosoft-home-banner.png);
        height: 537px;
        background-size: 100%;
    }

    .wallpaper1mk {
        background-image: url(../images/home-page-banner/elikosoft-home-banner-mk.png);
        width: 100%;
        height: 537px;
        background-size: 100%;
    }

    .wallpaper2 {
        background-image: url(../images/wallpapers/wallpaper1.jpg);
        width: 100%;
        height: 750px;
    }

    .wallpaper3 {
        background-image: url(../images/wallpapers/wallpaper3.jpg);
        width: 100%;
        height: 750px;
    }

    .wallpaper4 {
        background-image: url(../images/wallpapers/wallpaper2.jpg);
        width: 100%;
        height: 750px;
    }

    .wallpaper5 {
        background-image: url(../images/wallpapers/wallpaper3.jpg);
        width: 100%;
    }

    p {
        font-weight: 900;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .top {
        margin-top: 10%
    }

    .map-responsive {
        overflow: hidden;
        padding-top: 35.65%;
        position: relative;
        height: 0;
    }

        .map-responsive iframe {
            left: 0;
            top: 0;
            height: 550px;
            width: 100%;
            position: absolute;
        }

    .section1-1withheader {
        width: 100%;
        height: 65%;
    }
}

@media screen and (max-width: 1290px) /*(min-width:1291px) */ {

    .wallpaper1 {
        background-image: url(../images/home-page-banner/elikosoft-home-banner.png);
        height: 537px;
        background-size: 100%;
    }

    .wallpaper1mk {
        background-image: url(../images/home-page-banner/elikosoft-home-banner-mk.png);
        width: 100%;
        height: 537px;
        background-size: 100%;
    }

    .wallpaper2 {
        background-image: url(../images/wallpapers/wallpaper1.jpg);
        width: 100%;
        height: 750px;
    }

    .wallpaper3 {
        background-image: url(../images/wallpapers/wallpaper3.jpg);
        width: 100%;
        height: 750px;
    }

    .wallpaper4 {
        background-image: url(../images/wallpapers/wallpaper2.jpg);
        width: 100%;
        height: 750px;
    }

    .wallpaper5 {
        background-image: url(../images/wallpapers/wallpaper3.jpg);
        width: 100%;
    }

    p {
        font-weight: 900;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .top {
        margin-top: 10%
    }

    .map-responsive {
        overflow: hidden;
        padding-top: 41.65%;
        position: relative;
        height: 0;
    }

        .map-responsive iframe {
            left: 0;
            top: 0;
            height: 550px;
            width: 100%;
            position: absolute;
        }

    .section1-1withheader {
        width: 100%;
        height: 65%;
    }
}


@media screen and (max-width: 1111px) and (min-width:850px) {
    .wallpaper1 {
        background-image: url(../images/home-page-banner/elikosoft-home-banner.png);
        width: 100%;
        background-size: 100%;
    }

    .wallpaper1mk {
        background-image: url(../images/home-page-banner/elikosoft-home-banner-mk.png);
        width: 100%;
        background-size: 100%;
    }

    .wallpaper2 {
        background-image: url(../images/wallpapers/wallpaper1.jpg);
        width: 100%;
    }

    .wallpaper3 {
        background-image: url(../images/wallpapers/wallpaper3.jpg);
        width: 100%;
    }

    .wallpaper4 {
        background-image: url(../images/wallpapers/wallpaper2.jpg);
        width: 100%;
    }

    .wallpaper5 {
        background-image: url(../images/wallpapers/wallpaper3.jpg);
        width: 100%;
    }

    .footercertificates {
        float: left;
        padding-left: 7%;
    }

    .serviceBox .description {
        font-size: 0.8rem;
    }

    .logo {
        width: 55%;
    }
}

@media screen and (max-width: 849px) and (min-width:775px) {
    .wallpaper1 {
        background-image: url(../images/home-page-banner/elikosoft-home-banner.png);
        width: 100%;
        background-size: 100%;
    }

    .wallpaper1mk {
        background-image: url(../images/home-page-banner/elikosoft-home-banner-mk.png);
        width: 100%;
        background-size: 100%;
    }

    .wallpaper2 {
        background-image: url(../images/wallpapers/wallpaper1.jpg);
        width: 100%;
    }

    .wallpaper3 {
        background-image: url(../images/wallpapers/wallpaper3.jpg);
        width: 100%;
    }

    .wallpaper4 {
        background-image: url(../images/wallpapers/wallpaper2.jpg);
        width: 100%;
    }

    .wallpaper5 {
        background-image: url(../images/wallpapers/wallpaper3.jpg);
        width: 100%;
    }

    .footercertificates {
        float: left;
        padding-left: 7%;
    }

    p {
        font-size: small;
    }
}

@media screen and (max-width: 774px) and (min-width:500px) {

    .wallpaper1 {
        background-image: url(../images/home-page-banner/elikosoft-home-banner.png);
        width: 100%;
        background-size: 100%;
    }

    .wallpaper1mk {
        background-image: url(../images/home-page-banner/elikosoft-home-banner-mk.png);
        width: 100%;
        background-size: 100%;
    }

    .wallpaper2 {
        background-image: url(../images/wallpapers/wallpaper1.jpg);
        width: 100%;
    }

    .wallpaper3 {
        background-image: url(../images/wallpapers/wallpaper3.jpg);
        width: 100%;
    }

    .wallpaper4 {
        background-image: url(../images/wallpapers/wallpaper2.jpg);
        width: 100%;
    }

    .wallpaper5 {
        background-image: url(../images/wallpapers/wallpaper3.jpg);
        width: 100%;
    }

    .top {
        margin-top: -5%
    }

    .rightmain {
        margin-right: 10%;
    }

    .footercertificates {
        float: none;
        padding-left: 3%;
    }

    p {
        font-size: small;
    }
}

@media screen and (max-width: 499px) {

    .wallpaper1 {
        background-image: url(../images/home-page-banner/elikosoft-home-banner-mob.png);
        width: 100%;
        background-size: 100%;
    }

    .wallpaper1mk {
        background-image: url(../images/home-page-banner/elikosoft-home-banner-mob.png);
        width: 100%;
        background-size: 100%;
    }

    p {
        font-size: 11px;
    }
}
