﻿/*Services box*/
.serviceBox {
    /*text-align: center;*/
    padding: 25px 25px 10px;
     border: 1px solid transparent;
    /*border: 1px solid #d7d7d7;*/
    transition: all 0.3s ease 0s;
    /*position: relative;*/
    z-index: 1;
    height: 100%;
    min-height: 135px;
}

    .serviceBox:after,
    .serviceBox:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all 0.5s ease 0s;
    }

    .serviceBox:after {
       /* border-bottom: 1px solid #d7d7d7;
        border-top: 1px solid #d7d7d7;*/
        transform: scaleX(0);
        transform-origin: 0 100% 0;
        z-index: -1;
    }

    .serviceBox:before {
       /* border-left: 1px solid #d7d7d7;
        border-right: 1px solid #d7d7d7;*/
        transform: scaleY(0);
        transform-origin: 100% 0 0;
        z-index: -1;
    }

    .serviceBox:hover:after {
        transform: scaleX(1);
    }

    .serviceBox:hover:before {
        transform: scaleY(1);
    }

    .serviceBox .service-content h3 {
        margin-bottom: 12px;
    }

    /*.serviceBox .service-content h3 a {
            font-size: 14px;
            letter-spacing: 4px;
            line-height: 22px;
            color: #181818;
            text-transform: uppercase;
            text-decoration: none;
        }

            .serviceBox .service-content h3 a:hover {
                color: #636363;
            }

    .serviceBox .service-content p {
        color: #636363;
        line-height: 26px;
    }*/

    .serviceBox .service-content {
        width: 85%;
        float: left;
    }

    .serviceBox .read {
        /*margin-top: 20px;*/
        float: left;
        width: 15%;
    }

        .serviceBox .read .ic-svg {
            transition: all 0.3s ease 0s;
            opacity: 1;
            text-align: right;
        }

    .serviceBox:hover .read .ic-svg {
        opacity: 0.7;
        transition: all 0.3s ease 0s;
    }

    .serviceBox:hover h3, .serviceBox:hover p {
        color: #000;
        transition: all 0.3s ease 0s;
    }

@media screen and (max-width: 990px) {
    .serviceBox {
        margin-bottom: 10px;
    }
}
/*Services box*/


/*Timeline*/
#timeline {
    list-style: none;
    margin: 0px 0 0px 120px;
    padding-left: 30px;
    border-left: 8px solid #d6d6d6;
}

    #timeline li {
        margin: 5px 0;
        position: relative;
    }

    #timeline p {
        margin: 0 0 15px;
    }

    #timeline .date {
        margin-top: -10px;
        top: 50%;
        left: -158px;
        font-size: 0.95em;
        line-height: 20px;
        position: absolute;
    }

    #timeline .circle {
        margin-top: -10px;
        top: 50%;
        left: -44px;
        width: 20px;
        height: 20px;
        background: #48b379;
        border: 5px solid #d6d6d6;
        border-radius: 50%;
        display: block;
        position: absolute;
    }

    #timeline .content {
        max-height: 20px;
        padding: 50px 20px 0;
        border-color: transparent;
        border-width: 2px;
        border-style: solid;
        border-radius: 0.5em;
        position: relative;
    }

        #timeline .content:before, #timeline .content:after {
            content: "";
            width: 0;
            height: 0;
            border: solid transparent;
            position: absolute;
            pointer-events: none;
            right: 100%;
        }

        #timeline .content:before {
            border-right-color: inherit;
            border-width: 20px;
            top: 50%;
            margin-top: -20px;
        }

        #timeline .content:after {
            border-right-color: #fff;
            border-width: 17px;
            top: 50%;
            margin-top: -17px;
        }

        #timeline .content p {
            max-height: 0;
            /*color: transparent;
  text-align: justify;*/
            word-break: break-word;
            hyphens: auto;
            overflow: hidden;
        }

    #timeline label {
        font-size: 20px;
        position: absolute;
        z-index: 100;
        cursor: pointer;
        top: 15px;
        transition: transform 0.2s linear;
        font-weight: 400;
    }

    #timeline .radio {
        display: none;
    }

        #timeline .radio:checked + .relative label {
            cursor: auto;
            transform: translateX(42px);
        }

        #timeline .radio:checked + .relative .circle {
            background: #ff7b58;
        }

        #timeline .radio:checked ~ .content {
            max-height: 180px;
            border-color: #d6d6d6;
            margin-right: 20px;
            transform: translateX(20px);
            transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
        }

            #timeline .radio:checked ~ .content p {
                max-height: 200px;
                /*color: #eee9dc;*/
                transition: color 0.3s linear 0.3s;
            }

/* -------------------------------------
 * mobile phones (vertical version only)
 * ------------------------------------- */
@media screen and (max-width: 767px) {
    #timeline {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }

        #timeline li {
            margin: 25px 0;
        }

        #timeline label {
            width: 85%;
            font-size: 1.1em;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            display: block;
            transform: translateX(18px);
        }

        #timeline .content {
            padding-top: 45px;
            border-color: #eee9dc;
        }

            #timeline .content:before, #timeline .content:after {
                border: solid transparent;
                bottom: 100%;
            }

            #timeline .content:before {
                border-bottom-color: inherit;
                border-width: 17px;
                top: -16px;
                left: 50px;
                margin-left: -17px;
            }

            #timeline .content:after {
                border-bottom-color: #fff;
                border-width: 20px;
                top: -20px;
                left: 50px;
                margin-left: -20px;
            }

            #timeline .content p {
                font-size: 0.9em;
                line-height: 1.4;
            }

        #timeline .circle, #timeline .date {
            display: none;
        }
}
/*Timeline*/


/*Mega menu*/

nav.navbar.bg-dark .dropdown-menu {
    background-color: #343a40 !important;
}

    nav.navbar.bg-dark .dropdown-menu .dropdown-item {
        color: rgba(255, 255, 255, 0.5);
    }

        nav.navbar.bg-dark .dropdown-menu .dropdown-item:hover {
            color: rgba(255, 255, 255, 0.75);
            background: transparent;
        }

        nav.navbar.bg-dark .dropdown-menu .dropdown-item.active {
            color: #fff;
            background: transparent;
        }

        nav.navbar.bg-dark .dropdown-menu .dropdown-item.disabled {
            color: rgba(255, 255, 255, 0.25);
        }

.nic-menu {
    padding: 0 0.5rem 0 1rem;
    background-color: #fff !important;
    border: none;
    border-radius: 0;
    margin-top: .07rem;
}

    .nic-menu .nav-item strong {
        font-weight: 700;
        display: block;
        margin: .5rem 0;
        color: rgb(0 0 0 / 75%);
        border-bottom: 1px solid rgba(255, 255, 255, 0.75);
        font-size: 20px;
        line-height: 1.25;
    }

    .nic-menu .nav-item .nav-link {
        padding: .3rem 0;
    }

.nic-menu-sm {
    width: 540px;
}

.nic-menu-md {
    width: 720px;
}

.nic-menu-lg {
    width: 960px;
}

.nic-menu-xl {
    width: 1140px;
}

.nic-menu-mega {
    width: 1400px;
}

.nic-menu-fav {
    background-color: #008d91 !important;
}

    .nic-menu-fav .fav-block {
        text-align: center;
        padding: 15px;
        color: #fff;
        font-weight: 500;
    }

        .nic-menu-fav .fav-block:hover {
            background-color: rgba(255, 255, 255, 0.2);
            cursor: pointer;
        }

.header-bk .navbar-nav > .nav-item .nav-link {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    display: inline-block;
}

.nic-menu .nav-item .nav-link {
    font-weight: normal;
    color: #3c3c3c !important;
}

.nic-menu .nav-item a.nav-link:hover {
    text-decoration: underline;
}

.navbar-nav > .nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.navbar-nav > .nav-item .dropdown-menu {
    visibility: hidden;
    display: block;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s linear;
}

.navbar-nav > .nav-item:hover {
    border-bottom: solid 3px #f47b4d;
}

.navbar-nav > .nav-item {
    border-bottom: solid 3px;
    border-bottom-color: #006b6f;
    transition: all .5s ease-in-out;
}

/*.header-bk .navbar-nav > .nav-item {
    padding: 5px;
}*/

.nav > .nav-item > .nav-link {
    font-size: 14px !important;
}

.navbar-brand {
    padding: 0 0 0 5px;
}

@media (max-width: 960px) {
    .nic-menu-sm, .nic-menu-md, .nic-menu-lg, .nic-menu-xl, .nic-menu-mega {
        width: 100% !important;
    }

    .navbar-nav > .nav-item .dropdown-menu {
        display: none;
    }

    .navbar-nav > .nav-item:hover .dropdown-menu {
        display: block;
    }
}

/*Mega menu*/

/*Place Holder*/
.form-style-1 {
    border: 1px solid #ccc;
    padding: 7px 14px 9px;
    transition: 0.4s;
    border-radius: 0;
}

    .form-style-1 ~ .focus-border:before,
    .form-style-1 ~ .focus-border:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 1px;
        background-color: #adadad;
        transition: 0.2s;
        transition-delay: 0.2s;
    }

    .form-style-1 ~ .focus-border:after {
        top: auto;
        bottom: 0;
        right: auto;
        left: 0;
        transition-delay: 0.6s;
    }

    .form-style-1 ~ .focus-border i:before,
    .form-style-1 ~ .focus-border i:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 0;
        background-color: #adadad;
        transition: 0.2s;
    }

    .form-style-1 ~ .focus-border i:after {
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
        transition-delay: 0.4s;
    }

    .form-style-1:focus ~ .focus-border:before,
    .form-style-1:focus ~ .focus-border:after {
        width: 100%;
        transition: 0.2s;
        transition-delay: 0.6s;
    }

    .form-style-1:focus ~ .focus-border:after {
        transition-delay: 0.2s;
    }

    .form-style-1:focus ~ .focus-border i:before,
    .form-style-1:focus ~ .focus-border i:after {
        height: 100%;
        transition: 0.2s;
    }

    .form-style-1:focus ~ .focus-border i:after {
        transition-delay: 0.4s;
    }


.vcc-input {
    border-bottom: 1px solid #ccc;
}

    .vcc-input ~ .focus-border {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #adadad;
        transition: 0.4s;
    }

    .vcc-input:focus ~ .focus-border {
        width: 100%;
        transition: 0.4s;
    }




/*Place Holder*/



/*Search box*/
.searchbardiv {
    display: block;
    position: fixed;
    background: #326c70d9;
    top: 50px;
    right: 0px;
    z-index: 1001;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    margin: 0px;
    z-index: 200;
}

/*.buttonsearch {
    position: fixed;
    top: 18px;
    float: right;
    right: 0px;
    margin-right: 10px;
    background-color: transparent;
    border: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 15px;
}*/

.buttonsearch {
    width: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0px;
}

    .buttonsearch:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 0px;
    }

    .buttonsearch:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 0px;
    }

#formsearch {
    display: none;
}

.glyphicon.glyphicon-search {
    font-size: 18px;
}

    .glyphicon.glyphicon-search::after {
        content: " ";
        background-image: url(../images/magnifying-glass.svg);
        filter: invert(99%) sepia(79%) saturate(2%) hue-rotate(57deg) brightness(110%) contrast(100%);
        width: 19px;
        height: 21px;
        background-size: 19px 19px;
        display: inline-block;
        vertical-align: middle;
        background-repeat: no-repeat;
    }

.glyphicon.glyphicon-remove::after {
    content: " ";
    background-image: url(../images/delete-1.svg);
    width: 20px;
    height: 19px;
    background-size: 15px 16px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}


#searchbox {
    box-shadow: none;
    padding: 8px 0px;
    background-color: transparent;
    border: none;
    color: #b5ced0;
    font-weight: 300 !important;
}

    #searchbox::placeholder {
        color: #8da5a7;
    }


    #searchbox:hover {
        box-shadow: none;
    }

.form-control:focus {
    border-color: #ccc;
}

/*Search box*/


.header-bk.animate-header {
    transition: all 1s ease-in-out;
    z-index: 10000;
}

/* hamburger */

.btn-trans {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 21px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-3px, -4px);
}

/* hamburger */


/*Floating Contact*/

.fl-slide-section {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: auto;
    width: 400px;
    background-color: #fafafa;
}

.fl-slide-section.open {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.fl-slide-section .fl-slide-module {
	/*min-height: 150px;*/
    height:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

    .fl-slide-section .fl-slide-module h4 {
        position: absolute;
        right: 100%;
        bottom: auto;
        width:110px;
        top: auto;
        padding: 15px 12px;
        background: inherit;
        text-align: center;
        cursor: pointer;
        margin-bottom: 0px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        /*-webkit-transform: translateX(50%) rotate(-90deg);
	transform: translateX(50%) rotate(-90deg);*/
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        background-color: #009d9f;
    }

    .fl-slide-section .fa-mobile {
        color: #fff;
        font-size: 45px;
    }

    .fl-slide-section .smart-color:hover,
    .fl-slide-section .smart-color:focus,
    .fl-slide-section .smart-color:active,
    .fl-slide-section .smart-color:visited {
        font-size: 20px;
        color: #e6a762;
        text-decoration: none;
    }

@media all and (max-width: 767px) {
    /*Section position*/
    .fl-slide-section {
		width: 100%;
		top: auto;
		bottom: 0;
		left: 0;
		-webkit-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}

	/*Section position when open*/
	.fl-slide-section.open {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	/*Button position*/
	.fl-slide-section .fl-slide-module h4 {
		bottom: 100%;
		right: 50%;
		-webkit-transform: translateX(50%) rotate(0);
		transform: translateX(50%) rotate(0);
	}
}

/*Floating Contact*/



.blink-1 {
    border-radius: 100px;
    left: 30px;
    position: absolute;
    top: 30px;
    padding: 4px;
}

    /*.blink-1:after {
        animation: not-blink 2.1s cubic-bezier(.65,.815,.735,.395) infinite;
        content: "";
        width: 26px;
        height: 30px;
        border-radius: 8%;
        position: absolute;
        top: 0;
        left: 0;
        box-shadow: inset 0 0 20px 5px hsl(0deg 0% 100% / 40%)
    }

    .blink-1:before {
        animation: not-blink 2.1s cubic-bezier(.165,.84,.44,1) infinite;
        animation-delay: 1.15s;
        content: "";
        width: 26px;
        height: 30px;
        border-radius: 8%;
        position: absolute;
        top: 0;
        left: 0;
        box-shadow: inset 0 0 20px 5px hsl(0deg 0% 100% / 40%)
    }*/



@keyframes not-blink {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(4);
        opacity: 0;
    }
}

/*Request Demo*/

.request-demo {
    position: relative;
    font-weight: 900;
    /*display: inline-block;*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    background-image: linear-gradient(45deg, #fff, #fff, #fff, #fff);
    /*animation: 0.8s shake infinite alternate;*/
}

@keyframes shake {
    0% {
        transform: skewX(-50deg);
    }

    5% {
        transform: skewX(50deg);
    }

    10% {
        transform: skewX(-50deg);
    }

    15% {
        transform: skewX(50deg);
    }

    20% {
        transform: skewX(0deg);
    }

    100% {
        transform: skewX(0deg);
    }
}

/*Request Demo*/