.cd-timeline-content p {
    font-size: 14px !important;
}
.cd-timeline-content h2 {
    font-size: 1rem !important;
    font-weight: 600;
}
._custom_desc_html {
    width: 80%;
    text-align: justify;
    margin: 0px auto;
    margin-bottom: 20px;
}               

._timeline_public ._frame_img{width: 150px;display: block;margin:0 auto}
._timeline_public ._frame_content{float:none; margin:30px 0 0 0;text-align:center}
@media only screen and (min-width: 540px)
{
	._timeline_public ._frame_img{width: 150px;display: block;}
	._timeline_public ._frame_content{float:none;margin-top:0}

	.cd-timeline-block:nth-child(2n+1) ._frame_img{float: left;}
	.cd-timeline-block:nth-child(2n+1) ._frame_content{margin-left: 150px;padding-left:30px;text-align:left}
	.cd-timeline-block:nth-child(2n) ._frame_img{float:right}
	.cd-timeline-block:nth-child(2n) ._frame_content{margin-right: 150px;padding-right:30px;text-align:right}
}

/*._timeline_public ._frame_img{width: 150px;display: block;}
._timeline_public ._frame_content{float:none;}

.cd-timeline-block:nth-child(2n+1) ._frame_img{float: left;}
.cd-timeline-block:nth-child(2n+1) ._frame_content{margin-left: 150px;padding-left:30px}
.cd-timeline-block:nth-child(2n) ._frame_img{float:right}
.cd-timeline-block:nth-child(2n) ._frame_content{margin-right: 150px;padding-right:30px}*/

#cd-timeline
{
	position: relative;
	padding: 2em 0;
	margin-top: 0;
	margin-bottom: 2em;
}

.icon-01:before{content:"01"}
.icon-02:before{content:"02"}
.icon-03:before{content:"03"}
.icon-04:before{content:"04"}
.icon-05:before{content:"05"}
.icon-06:before{content:"06"}

#cd-timeline::before
{
	/* this is the vertical line */
	content: '';
	position: absolute;
	top: 0;
	left: 29px;
	height: 100%;
	width: 2px;
	background: repeating-linear-gradient(135deg, transparent 0, transparent 4px, #898989 9px, #898989 10px), linear-gradient(#ffffff, #ffffff);
    background-attachment: fixed, scroll;
    background-size: 100%, 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
}
.ss-circle {
    width: 100%;
    height: inherit;
	margin-top:5px
}
.ss-circle {
    border-radius: 50%;
    overflow: hidden;
    text-align: left;
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.7) inset, 0px 0px 0px 12px rgba(61,64,85,0.3);
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.7) inset, 0px 0px 0px 12px rgba(61,64,85,0.3);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.18) inset, 0px 0px 0px 12px rgba(61, 64, 85, 0.1);
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.36);
    background-repeat: no-repeat;
    background-position: center center;
    position: static;
}
@media only screen and (min-width: 1170px)
{
	#cd-timeline
	{
		margin-top: 0;
		margin-bottom: 3em;
	}

		#cd-timeline::before
		{
			left: 50%;
			    margin-left: 0px;
		background: repeating-linear-gradient(135deg, transparent 0, transparent 4px, #898989 9px, #898989 10px), linear-gradient(#ffffff, #ffffff);
    background-attachment: fixed, scroll;
    background-size: 100%, 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
		}
}

.cd-timeline-block
{
	position: relative;
	margin: 2em 0;
}

	.cd-timeline-block:after
	{
		content: "";
		display: table;
		clear: both;
	}

	.cd-timeline-block:first-child
	{
		margin-top: 0;
	}

	.cd-timeline-block:last-child
	{
		margin-bottom: 0;
	}

@media only screen and (min-width: 1170px)
{
	.cd-timeline-block
	{
		margin: 4em 0;
	}

		.cd-timeline-block:first-child
		{
			margin-top: 0;
		}

		.cd-timeline-block:last-child
		{
			margin-bottom: 0;
		}
}

.cd-timeline-img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	box-shadow: 0 0 0 4px #f1f1f1, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0);
}

	.cd-timeline-img img, .cd-timeline-img i.icost
	{
		display: block;
		width: 24px;
		height: 24px;
		position: relative;
		left: 50%;
		top: 50%;
		margin-left: -19px;
		margin-top: -13px;
		font-size: 30px;
		color: #ffffff;
		font-family: cursive;
	}

	.cd-timeline-img.cd-picture
	{
		background: #00A1AB;
	}

	.cd-timeline-img.cd-movie
	{
		background: #00A1AB;
	}

	.cd-timeline-img.cd-location
	{
		background: #00A1AB;
	}

@media only screen and (min-width: 1170px)
{
	.cd-timeline-img
	{
		width: 60px;
		height: 60px;
		left: 50%;
		margin-left: -30px;
		/* Force Hardware Acceleration in WebKit */
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
	}

		.cssanimations .cd-timeline-img.is-hidden
		{
			visibility: hidden;
		}

		.cssanimations .cd-timeline-img.bounce-in
		{
			visibility: visible;
			-webkit-animation: cd-bounce-1 0.6s;
			-moz-animation: cd-bounce-1 0.6s;
			animation: cd-bounce-1 0.6s;
		}
}

@-webkit-keyframes cd-bounce-1
{
	0%
	{
		opacity: 0;
		-webkit-transform: scale(0.5);
	}

	60%
	{
		opacity: 1;
		-webkit-transform: scale(1.2);
	}

	100%
	{
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes cd-bounce-1
{
	0%
	{
		opacity: 0;
		-moz-transform: scale(0.5);
	}

	60%
	{
		opacity: 1;
		-moz-transform: scale(1.2);
	}

	100%
	{
		-moz-transform: scale(1);
	}
}

@keyframes cd-bounce-1
{
	0%
	{
		opacity: 0;
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	}

	60%
	{
		opacity: 1;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}

	100%
	{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.cd-timeline-content
{
	position: relative;
	margin-left: 70px;
	background: #efefef;
	border-radius: 0.25em;
	padding: 1em;
	/*box-shadow: 0 3px 0 #dcdcdc;*/
}

	.cd-timeline-content:after
	{
		content: "";
		display: table;
		clear: both;
	}

	.cd-timeline-content h2
	{
		color: #303e49;
		text-transform: uppercase;
	}

	.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date
	{
		font-size: 16px;
		/*font-size: 0.8125rem;*/
	}

	.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date
	{
		display: inline-block;
	}

	.cd-timeline-content p
	{
		margin: 1em 0;
		line-height: 1.6;
	}

	.cd-timeline-content .cd-read-more
	{
		/*float: right;*/
		padding: .5em 0.6em;
		background: #ff0000;
		color: white;
		border-radius: 0.25em;opacity:0.6;
	}

	.cd-timeline-content .cd-read-more:hover
	{
		opacity:1;
		-webkit-transition: 500ms;
		-moz-transition: 500ms;
		-o-transition: 500ms;
		transition: 500ms;
	}

	.no-touch .cd-timeline-content .cd-read-more:hover
	{
		background-color: #bac4cb;
	}

	.cd-timeline-content .cd-date
	{
		float: left;
		padding: .8em 0;
		opacity: .7;
	}

	.cd-timeline-content::before
	{
		content: '';
		position: absolute;
		top: 25px;
		right: 100%;
		height: 0;
		width: 0;
		border: 7px solid transparent;
		border-right: 7px solid #efefef;
	}

@media only screen and (min-width: 768px)
{
	.cd-timeline-content h2
	{
		font-size: 20px;
		font-size: 1.25rem;
	}

	.cd-timeline-content p
	{
		font-size: 16px;
		/*font-size: 1rem;*/
	}

	.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date
	{
		font-size: 18px;
		font-weight: 500;
	}
}

@media only screen and (min-width: 1170px)
{
	.cd-timeline-content
	{
		margin-left: 0;
		padding: 1.6em;
		width: 45%;
	}

	.cd-timeline-content::before
	{
		top: 24px;
		left: 100%;
		border-color: transparent;
		border-left-color: #efefef;
	}

	.cd-timeline-content .cd-read-more
	{
		float: left;
	}

	.cd-timeline-content .cd-date
	{
		position: absolute;
		width: 100%;
		left: 122%;
		top: 6px;
		font-size: 16px;
		font-size: 1rem;
	}

	.cd-timeline-block:nth-child(even) .cd-timeline-content
	{
		float: right;
	}

		.cd-timeline-block:nth-child(even) .cd-timeline-content::before
		{
			top: 24px;
			left: auto;
			right: 100%;
			border-color: transparent;
			border-right-color: #efefef;
		}

		.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more
		{
			float: right;
		}

		.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date
		{
			left: auto;
			right: 122%;
			text-align: right;
		}

	.cssanimations .cd-timeline-content.is-hidden
	{
		visibility: hidden;
	}

	.cssanimations .cd-timeline-content.bounce-in
	{
		visibility: visible;
		-webkit-animation: cd-bounce-2 0.6s;
		-moz-animation: cd-bounce-2 0.6s;
		animation: cd-bounce-2 0.6s;
	}
}

@media only screen and (min-width: 540px)
{
	.cd-timeline-content .cd-read-more
	{
		float: none;
	}
}
@media only screen and (min-width: 1170px)
{
	/* inverse bounce effect on even content blocks */
	.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in
	{
		-webkit-animation: cd-bounce-2-inverse 0.6s;
		-moz-animation: cd-bounce-2-inverse 0.6s;
		animation: cd-bounce-2-inverse 0.6s;
	}
}

@-webkit-keyframes cd-bounce-2
{
	0%
	{
		opacity: 0;
		-webkit-transform: translateX(-100px);
	}

	60%
	{
		opacity: 1;
		-webkit-transform: translateX(20px);
	}

	100%
	{
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes cd-bounce-2
{
	0%
	{
		opacity: 0;
		-moz-transform: translateX(-100px);
	}

	60%
	{
		opacity: 1;
		-moz-transform: translateX(20px);
	}

	100%
	{
		-moz-transform: translateX(0);
	}
}

@keyframes cd-bounce-2
{
	0%
	{
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px);
	}

	60%
	{
		opacity: 1;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
	}

	100%
	{
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes cd-bounce-2-inverse
{
	0%
	{
		opacity: 0;
		-webkit-transform: translateX(100px);
	}

	60%
	{
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}

	100%
	{
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes cd-bounce-2-inverse
{
	0%
	{
		opacity: 0;
		-moz-transform: translateX(100px);
	}

	60%
	{
		opacity: 1;
		-moz-transform: translateX(-20px);
	}

	100%
	{
		-moz-transform: translateX(0);
	}
}

@keyframes cd-bounce-2-inverse
{
	0%
	{
		opacity: 0;
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
	}

	60%
	{
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100%
	{
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
.btn_account_management {
    cursor: pointer;
}

.drd_account_management {
    display: none;
    position: absolute;
}
.paralaxfixed .item.parallax {
    background-position: 50% 50% !important;
    background-attachment: fixed;
}

.item.parallax {
    background-size: cover;
}
.adv_slogan .item.parallax {
    position: relative;
}

    .adv_slogan .item.parallax:before {
        content: '';
        background-color: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 1;
    }

    .adv_slogan .item.parallax .about_mainpage {
        text-align: left;
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
        z-index: 2;
    }

        .adv_slogan .item.parallax .about_mainpage .about_content {
            width: 50%;
            float: left;
        }

        .adv_slogan .item.parallax .about_mainpage ._content {
            font-size: 14px;
            color: #fff;
            text-align: justify;
            padding-top: 0px;
            margin-bottom: 20px;
        }

.about_mainpage .box-header span {
    color: #fff;
}

@media (max-width: 640px) {
    .adv_slogan .item.parallax .about_mainpage .about_content {
        width: 100%;
    }
}
._services_public .list_services_viewcate {
    list-style: none;
}

    ._services_public .list_services_viewcate ._item {
        position: relative;
        overflow: hidden;
        z-index: 10;
        border-top: solid 3px transparent;
        -moz-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
        margin-bottom: 20px;
    }

    ._services_public .list_services_viewcate ._image a {
        overflow: hidden;
        display: block;
        width: 100%;
    }

        ._services_public .list_services_viewcate ._image a:before {
            position: absolute;
            top: 0;
            left: -75%;
            z-index: 2;
            display: block;
            content: '';
            width: 50%;
            height: 100%;
            background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
            background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
            -webkit-transform: skewX(-25deg);
            -moz-transform: skewX(-25deg);
            -ms-transform: skewX(-25deg);
            -o-transform: skewX(-25deg);
            transform: skewX(-25deg);
        }

    ._services_public .list_services_viewcate ._item:hover ._image a:before {
        -moz-animation: shine 1.2s;
        -o-animation: shine 1.2s;
        -webkit-animation: shine 1.2s;
        animation: shine 1.2s;
    }

    ._services_public .list_services_viewcate ._content {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgba(0,255,0,0.3);
        z-index: 10;
        height: 50px;
        overflow: hidden;
        color: #fff;
        padding-top: 0;
        -moz-transition: height 1s;
        -o-transition: height 1s;
        -webkit-transition: height 1s;
        transition: height 1s;
    }

    ._services_public .list_services_viewcate ._item:hover ._content {
        background: rgba(66, 181, 116, 0.7);
        height: 150px;
    }

    ._services_public .list_services_viewcate ._content ._title {
        color: #fff;
        height: 50px;
        margin: 0;
        display: table-cell;
        vertical-align: middle;
    }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@-moz-keyframes shine {
    100% {
        left: 125%;
    }
}

@-ms-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
._portfolios_public ._pflo_mainpage li {
    margin-bottom: 15px;
}

._portfolios_public ._pflo_mainpage ._item {
    position: relative;
    background-color: #fff;
}

    ._portfolios_public ._pflo_mainpage ._item ._image {
        position: relative;
        overflow: hidden;
    }

        ._portfolios_public ._pflo_mainpage ._item ._image img {
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

    ._portfolios_public ._pflo_mainpage ._item:hover ._image img {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    ._portfolios_public ._pflo_mainpage ._item ._content {
        /*position: absolute;
                                                    bottom: 0;
                                                    background-color: rgba(0, 0, 0, 0.6);*/
        width: 100%;
        padding-top: 0;
        padding-left: 10px;
        padding-right: 40px;
        height: 40px;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        -moz-transition-property: color;
        -o-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
        /*padding-bottom: 10px;*/
    }

        ._portfolios_public ._pflo_mainpage ._item ._content:before {
            content: '';
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #1ea559;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -o-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 0 50%;
            -moz-transform-origin: 0 50%;
            -ms-transform-origin: 0 50%;
            -o-transform-origin: 0 50%;
            transform-origin: 0 50%;
            -webkit-transition-property: transform;
            -moz-transition-property: transform;
            -o-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
            -webkit-transition-timing-function: ease-out;
            -moz-transition-timing-function: ease-out;
            -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

    ._portfolios_public ._pflo_mainpage ._item:hover ._content:before {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }

    ._portfolios_public ._pflo_mainpage ._item ._content ._title {
        margin-top: 0;
        margin-bottom: 0;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: capitalize;
    }

    ._portfolios_public ._pflo_mainpage ._item:hover ._content ._title {
        color: #fff;
    }

._portfolios_public ._btn_pflo_mainpage ._btn_animate {
    background-color: #FF6A00;
    margin-top: 30px;
}

._portfolios_public ._pflo_mainpage ._item ._content .icost.icon-angle-right {
    background-color: #1ea559;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}