html {
	scroll-behavior: smooth;
}

body {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	color: #555a64;
	font-weight: 400;
	line-height: 1.6;
}

p {
	font-family: 'Poppins', sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.7em;
	color: #999;
	/* color: black; */
}

a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}

.navbar {
	padding: 15px 10px;
	background: #fff;
	border: none;
	border-radius: 0;
	margin-bottom: 20px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
	box-shadow: none;
	outline: none !important;
	border: none;
}

.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	margin: 40px 0;
}

.logo {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	color: white;

}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */



#sidebar {
	width: 120px;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	z-index: 999;
	background: #fff;
	color: #453e3e;
	transition: all 0.3s;
	font-family: 'Poppins', sans-serif;
	box-shadow: 0 0 10px lightgray;


}

#sidebar.active {
	margin-left: -250px;
}

#sidebar .sidebar-header {
	background: #d9832e;
	text-align: center;
	padding: 10px;
	height:70px;
}
.sidebar-header a
{
	font-size:15px;
}

#sidebar ul.components {
	text-align: center;
	text-transform: uppercase;
}

#sidebar ul.components li {
	/* border-bottom: 0.5px solid #778891; */

	box-shadow: 0 0.1px 0 gray;

}

#sidebar ul.components li a {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 12px;
	line-height: 80%;
}

#sidebar ul.components li a i {
	font-size: 20px;
	font-weight: bold;
	padding: 10px;

}

#sidebar ul p {
	color: #fff;
	padding: 10px;
}

#sidebar ul li a {
	padding: 10px;
	font-size: 1.1em;
	display: block;
}

#sidebar ul li a:hover {
	color: #d9832e;

}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
	color: #fff;
	background: #0092D1;
}

a[data-toggle="collapse"] {
	position: relative;
}

.dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

ul ul a {
	font-size: 0.9em !important;
	padding-left: 30px !important;
	background: #00508B;
}

.menu-text {
	color: #d9832e;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	top: 10px;
	left: 5px;
}


.menu-btn {
	background: #d9832e;
	margin-top: 10px;
	padding: 5px;
	color: white;
}

.menu-header {
	/* width:100%; */
	height: 64px;
	background: white;
	/* display:none; */
}

#sidebar ul.components li a.active {
	border-right: 3px solid #d9832e;
	color: #d9832e;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
	/* width: calc(100% - 250px); */
	width: 100%;
	min-height: 100vh;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	right: 0;
}

#content.active {
	width: 100%;
}






/* Home Banner Area css
============================================================================================ */
.home_banner_area {
	z-index: 1;
	background: url(../img/banner/home-banner.png) no-repeat top center;
	background-position: center;
	background-size: cover;
	margin-bottom: 300px;
}

.home_banner_area .banner_inner {
	width: 100%;
}

.home_banner_area .banner_inner .home_right_img {
	padding-top: 100px;
	width: 500px;
	margin: 0 20px 0px 20px;
}

@media (max-width: 1480px) {
	.home_banner_area .banner_inner .home_right_img img {
		max-width: 100%;
		height: auto;
	}
}

@media (max-width: 991px) {
	.home_banner_area .banner_inner .home_right_img {
		display: none;
	}
}

.home_banner_area .banner_inner .col-lg-7 {
	vertical-align: middle;
	align-self: center;
}

.home_banner_area .banner_inner .banner_content {
	text-align: left;
	margin-top: 200px;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	color: black;
	font-weight: 400;
	line-height: 1.6;
}

@media (max-width: 991px) {
	.home_banner_area .banner_inner .banner_content {
		margin-top: 150px;

	}
}

.home_banner_area .banner_inner .banner_content h3 {
	font-size: 40px;
	margin-bottom: 20px;
	position: relative;
}

.home_banner_area .banner_inner .banner_content h3:after {
	content: '';
	width: 410px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 23%;
	background: #000000;
}

@media (max-width: 575px) {
	.home_banner_area .banner_inner .banner_content h3:after {
		display: none;
	}
}

.home_banner_area .banner_inner .banner_content h1 {
	margin-top: 20px;
	/* font-size: 70px; */
	font-size: 50px;
	line-height: 60px;
	font-weight: bold;
	margin-bottom: 15px;
}

.home_banner_area .banner_inner .banner_content h2 {
	font-weight: 600;
	font-size: 20px;
	color: #090a0c;
	line-height: 1.5rem;
	margin: 0 0 15px;

}

.home_banner_area .banner_inner .banner_content p:first-child {

	color: black;
	font-weight: 500;

}

@media (max-width: 1024px) {
	.home_banner_area .banner_inner .banner_content h1 {
		font-size: 60px;
	}
}

@media (max-width: 767px) {
	.home_banner_area .banner_inner .banner_content h1 {
		font-size: 50px;
	}
}

.home_banner_area .banner_inner .banner_content h5 {
	font-size: 24px;
}

.home_banner_area .banner_inner .banner_content a {
	min-width: 120px;
	margin-right: 12px;
}

.home_banner_area .banner_inner .banner_content .primary_btn {
	margin-right: 20px;
	background: #d9832e;
	color: #ffffff;
	border: 1px solid #d9832e;
	text-align: center;
	padding: 10px;
}

.home_banner_area .banner_inner .banner_content .primary_btn:hover {

	background: black;
	color: white;
	border: 1px solid #d9832e;

}

.banner_area {
	position: relative;
	z-index: 1;
	min-height: 485px;
}

@media (max-width: 1199px) {
	.banner_area {
		min-height: 350px;
	}
}

.banner_area .banner_inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 485px;
	background: url(../img/banner/common-banner.png) no-repeat right bottom;
	background-size: 90% 85%;
	width: 98%;
	z-index: 1;
}

@media (max-width: 1199px) {
	.banner_area .banner_inner {
		min-height: 350px;
	}
}

@media (max-width: 991px) {
	.banner_area .banner_inner {
		background: #854fee;
		width: 100%;
	}
}

.banner_area .banner_inner .banner_content {
	margin-left: 50px;
	margin-top: 100px;
}

@media (max-width: 991px) {
	.banner_area .banner_inner .banner_content {
		margin-left: 0px;
		margin-top: 50px;
	}
}

.banner_area .banner_inner .banner_content h2 {
	color: #fff;
	font-size: 50px;
	font-family: "Rubik", sans-serif;
	margin-bottom: 10px;
	/* text-transform: uppercase; */
	font-weight: 700;
}

@media (max-width: 991px) {
	.banner_area .banner_inner .banner_content h2 {
		font-size: 30px;
	}
}

.banner_area .banner_inner .banner_content .page_link a {
	font-size: 14px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	margin-right: 20px;
	position: relative;
}

.banner_area .banner_inner .banner_content .page_link a:before {
	content: "-";
	position: absolute;
	right: -14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner_area .banner_inner .banner_content .page_link a:last-child {
	margin-right: 0px;
}

.banner_area .banner_inner .banner_content .page_link a:last-child:before {
	display: none;
}

/* End Home Banner Area css
  ============================================================================================ */





/*---------------------------------------------------*/
/*	03) ARLO ABOUT
/*---------------------------------------------------*/
.about_box {
	padding-top: 20px;
	min-height: 110vh;
}

.arlo_tm_title_holder {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	text-align: left;
	padding-bottom: 50px;
	position: relative;

	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.arlo_tm_title_holder.contact {
	padding-bottom: 93px;
}

.arlo_tm_title_holder:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 72px;
	background-color: #E3872D;
	top: 2px;
}

.arlo_tm_title_holder h3 {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: -.5px;
	padding-left: 25px;
	line-height: 1;
	color: #000;
	/*	font-style: italic;*/
}

.arlo_tm_title_holder span {
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	padding-left: 25px;
}

.arlo_tm_about_wrapper_all {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #fff;

	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.arlo_tm_main_title_holder {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	text-align: left;
	margin-bottom: 120px;

	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.arlo_tm_main_title_holder.about {
	text-align: left;
	margin-bottom: 0px;
	padding: 0px;
}

.arlo_tm_main_title_holder h3 {
	font-weight: 900;
	font-family: "Poppins", sans-serif;
	color: #041230;
	font-size: 30px;
	line-height: 1;
}

.arlo_tm_main_title_holder h3 span {
	position: relative;
}

.arlo_tm_main_title_holder h3 span:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 4px;
	background-color: #041230;
	letter-spacing: 0px;
	bottom: -10px;
}

.arlo_tm_about_wrapper_all {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #fff;

	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.arlo_tm_main_title_holder {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	text-align: left;
	margin-bottom: 120px;

	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.arlo_tm_main_title_holder.about {
	text-align: left;
	margin-bottom: 0px;
	padding: 0px;
}

.arlo_tm_main_title_holder h3 {
	font-weight: 900;
	font-family: "Poppins", sans-serif;
	color: #041230;
	font-size: 30px;
	line-height: 1;
}

.arlo_tm_main_title_holder h3 span {
	position: relative;
}

.arlo_tm_main_title_holder h3 span:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 4px;
	background-color: #041230;
	letter-spacing: 0px;
	bottom: -10px;
}

.arlo_tm_about_wrap .leftbox {
	width: 35%;
	float: left;
	height: auto;
	padding-right: 40px;

	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */

}

.arlo_tm_about_wrap .leftbox .about_image_wrap {
	position: relative;
}

.arlo_tm_about_wrap .leftbox .about_image_wrap .image {
	position: absolute;
	z-index: 2;
}

.arlo_tm_about_wrap .leftbox .about_image_wrap .image .inner {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.arlo_tm_about_wrap .leftbox .about_image_wrap .border .inner {
	position: absolute;
	top: 25px !important;
	bottom: -25px !important;
	left: 25px !important;
	right: -25px !important;
	border: 10px solid #041230;
}

.arlo_tm_about_wrap .leftbox .about_image_wrap img {
	opacity: 0;
}

.arlo_tm_about_wrap .rightbox {
	width: 65%;
	float: right;
	/*padding: 0px 0px 0px 65px;*/

	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.arlo_tm_about_wrap .subtitle {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.arlo_tm_about_wrap .subtitle p {
	font-family: "Poppins", sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 600;
}

.arlo_tm_about_wrap .definition {
	margin-bottom: 15px;
}

.arlo_tm_about_wrap .definition p {
	color: #333;
}

.arlo_tm_about_wrap .definition p strong {
	color: #E3872D;
}

.arlo_tm_about_wrap .about_short_contact_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin: 0px;
	margin-bottom: 13px;

	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.arlo_tm_about_wrap .arlo_tm_main_title_holder {
	margin-bottom: 40px;
}

.arlo_tm_about_wrap .about_short_contact_wrap ul {
	margin: 0px;
	list-style-type: none;
}

.arlo_tm_about_wrap .about_short_contact_wrap ul li {
	margin: 0px 0px 10px 0px;
	width: 50%;
	float: left;
}

.arlo_tm_about_wrap .about_short_contact_wrap ul li:nth-of-type(2n) {
	clear: right;
}

.about_short_contact_wrap ul li label {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: #000;
	min-width: 50px;
	margin-right: 10px;
	display: inline-block;
}

.arlo_tm_about_wrap .about_short_contact_wrap ul li a {
	text-decoration: none;
	color: #000;
	position: relative;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.arlo_tm_about_wrap .about_short_contact_wrap ul li a:hover {
	color: #BD0A0D;
}

.buttons_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;

	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.buttons_wrap ul {
	margin: 0px;
	list-style-type: none;
}

.buttons_wrap ul li {
	margin: 0px 30px 10px 0px;
	float: left;
}

.buttons_wrap ul li:last-child {
	margin-right: 0px;
}

.buttons_wrap ul li a span {
	position: relative;
	z-index: 2;
}

.buttons_wrap ul li a {
	text-decoration: none;
	color: #fff;
	background-color: #E3872D;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	padding: 12px 35px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	;
}

.buttons_wrap ul li a:before {
	position: absolute;
	content: "";
	top: 0px;
	height: 100%;
	left: -25%;
	width: 0%;
	background-color: #041230;
	transform: skew(50deg);
	transition-duration: .6s;
	z-index: 1;
}

.buttons_wrap ul li a:hover:before {
	width: 180%;
}

.view_more
{
	width:200px;
	color:white;
	margin-top:10px;
	

}
.view_more .btn{
	color:white;
	background-color: #E3872D;
}
.view_more .btn:hover{
	background: black;
	color: white;
	border: 1px solid #d9832e;
}

.arlo_tm_skills_wrap,
.arlo_tm_skills_wrap .inner_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;

	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}


.arlo_tm_title_holder_skills {
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
	text-align: left;
	position: relative;
	margin-top: 150px;

	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}


.arlo_tm_title_holder_skills.contact {
	padding-bottom: 93px;
}

.arlo_tm_title_holder_skills:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 72px;
	background-color: #E3872D;
	top: 2px;
}

.arlo_tm_title_holder_skills h3 {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: -.5px;
	padding-left: 25px;
	line-height: 1;
	color: #000;
	/*	font-style: italic;*/
}

.arlo_tm_title_holder_skills span {
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	padding-left: 25px;
}

.arlo_tm_skills_wrap {

	padding: 90px 0px;
	/* margin-bottom: 100px; */
}

.arlo_tm_skills_wrap .leftbox {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-right: 0px;

	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.arlo_tm_skills_wrap .rightbox {
	width: 65%;
	height: auto;
	clear: both;
	float: right;
	padding-left: 65px;

	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.progress_bar_wrap_total {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 10px;
	position: relative;
	margin-top: -4px;

	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.arlo_tm_progress_wrap[data-size="big"] .arlo_tm_progress .arlo_tm_bar_bg {
	height: 40px;
}

.arlo_tm_progress_wrap[data-size="small"] .arlo_tm_progress .arlo_tm_bar_bg {
	height: 5px;
}

.arlo_tm_progress_wrap[data-round="a"] .arlo_tm_progress .arlo_tm_bar_bg,
.arlo_tm_progress_wrap[data-round="a"] .arlo_tm_progress .arlo_tm_bar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.arlo_tm_progress_wrap[data-round="b"] .arlo_tm_progress .arlo_tm_bar_bg,
.arlo_tm_progress_wrap[data-round="b"] .arlo_tm_progress .arlo_tm_bar {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.arlo_tm_progress_wrap[data-round="c"] .arlo_tm_progress .arlo_tm_bar_bg,
.arlo_tm_progress_wrap[data-round="c"] .arlo_tm_progress .arlo_tm_bar {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.arlo_tm_progress {
	width: 100%;
	margin-bottom: 16px;
}

.arlo_tm_progress:last-child {
	margin-bottom: 0px;
}

.arlo_tm_progress>span {
	margin: 0px 0px 3px 0px;
	width: 100%;
	display: block;
	text-align: left;
}

.arlo_tm_progress span.label {
	font-size: 13px;
	font-weight: 700;
	color: #000;
	font-family: "Poppins", sans-serif;
}

.arlo_tm_progress span.label .experience {
	font-size: 12px;
	font-weight: 600;
}

.arlo_tm_progress span.number {
	float: right;
	font-size: 13px;
	color: #000;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
}

.arlo_tm_progress .arlo_tm_bar_bg {
	background: rgba(0, 0, 0, .1);
	width: 100%;
	min-width: 100%;
	position: relative;
	height: 20px;
}

.arlo_tm_progress .arlo_tm_bar_bg .arlo_tm_bar_wrap {
	width: 0px;
	height: 100%;
}

.arlo_tm_progress .arlo_tm_bar_bg .arlo_tm_bar_wrap.open {
	-webkit-animation: arlo_tm_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* Safari 4+ */
	-moz-animation: arlo_tm_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* Fx 5+ */
	animation: arlo_tm_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* IE 10+ */
	width: 100%;
}

.arlo_tm_progress .arlo_tm_bar_bg .arlo_tm_bar {
	height: 100%;
	background-color: #E3872D;
	width: 0px;
	padding: 2px;
	overflow: hidden;
}

.arlo_tm_progress_wrap[data-value="on"] .arlo_tm_progress .arlo_tm_bar {
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, transparent 75%, transparent);

	-webkit-animation: arlo_tm_bar_move 4s linear infinite;
	-moz-animation: arlo_tm_bar_move 4s linear infinite;
	animation: arlo_tm_bar_move 4s linear infinite;
	background-size: 50px 50px;
}

@-webkit-keyframes arlo_tm_bar_move {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 50px 50px;
	}
}

@-moz-keyframes arlo_tm_bar_move {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 50px 50px;
	}
}

@keyframes arlo_tm_bar_move {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 50px 50px;
	}
}

/*expand width animation*/
@-webkit-keyframes arlo_tm_expand {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

@-moz-keyframes arlo_tm_expand {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

@keyframes arlo_tm_expand {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

.arlo_tm_mini_title_holder {
	width: 100%;
	height: auto;
	clear: both;
	float: left;

	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.arlo_tm_mini_title_holder h4 {
	line-height: 1;
	margin-bottom: 18px;
}

.arlo_tm_mini_title_holder.contact h4 {
	margin-bottom: 30px;
}



/*---------------------------------------------------*/
/*	04) ARLO SERVICES
/*---------------------------------------------------*/

.arlo_tm_services_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #fff;
	margin-bottom: 70px;
	text-align: left;
	margin-top: 200px;

	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.arlo_tm_services_wrap .arlo_tm_title_holder_wrap {
	margin-bottom: 93px;
}

.arlo_tm_services_wrap .list_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;

	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.arlo_tm_services_wrap .list_wrap ul {
	margin: 0px 0px 0px -30px;
	list-style-type: none;
}

.arlo_tm_services_wrap .list_wrap ul li {
	margin: 0px 0px 30px 0px;
	float: left;
	width: 33.3333%;
	padding-left: 30px;

	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.arlo_tm_services_wrap .list_wrap ul li .inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	padding: 40px 40px 33px 40px;
	top: 0px;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;

	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.arlo_tm_services_wrap .list_wrap ul li .inner .title_service {
	font-size: 20px;
	font-weight: bold;

}
.arlo_tm_services_wrap .list_wrap ul li .inner  .text span p {
	color:black !important;

}

.arlo_tm_services_wrap .list_wrap ul li .inner:hover {
	top: -5px;
	background-color: #d9832e;
	color: white !important;
}

.arlo_tm_services_wrap .list_wrap ul li .icon {
	margin-bottom: 21px;
}

.arlo_tm_services_wrap .list_wrap ul li .icon .svg {
	width: 40px;
	height: 40px;
	color: #E3872D;
}

.arlo_tm_services_wrap .list_wrap ul li .title_service {
	margin-bottom: 17px;
}

.arlo_tm_services_wrap .list_wrap ul li .title_service h3 {
	font-family: "Montserrat";
	font-size: 22px;
	font-weight: 600;
	color: #000000;
	line-height: 1;
}



/*---------------------------------------------------*/
/*	06) ARLO PORTFOLIO
/*---------------------------------------------------*/
/* [1] The container */
.inner_portfolio {
	height: 200px;
	border-radius: 10px;
	position: relative;
	/* [1.1] Set it as per your need */
	overflow: hidden;
	
	/* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.inner_portfolio img {
	transition: transform .5s ease;


}

/* [3] Finally, transforming the image when container gets hovered */
.inner_portfolio:hover img {
	transform: scale(1.5);

}


.portfolio_text {
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	background-color: rgba(0, 0, 0, 0.5);
	background-size: cover;
	display:flex;
	justify-content: center;
	align-items: center;
    opacity:0;
	border-radius: 10px;


}


.portfolio_text:hover  {
	color: white;
	font-size: 20px;
	font-weight: bold;
	opacity: 1;

}







/*---------------------------------------------------*/
/*	08) ARLO NEWS
/*---------------------------------------------------*/

.arlo_tm_list_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;

	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.arlo_tm_news_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 98px;
	padding-bottom: 70px;
	background-color: #f6f7fd;
	margin-bottom: 100px;

	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.arlo_tm_news_wrap .link_news {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 22;

}


.arlo_tm_news_wrap .image_wrap .small {

	width: 350px;
	height: 300px;
	/* display: block; */
}

.arlo_tm_news_wrap .date_wrap {
	margin-bottom: 16px;
}

.arlo_tm_news_wrap .date_wrap p {
	color: #333;
	font-family: "Montserrat";
	font-weight: 600;
}

.arlo_tm_news_wrap .full_def {
	display: none;
}

.arlo_tm_news_wrap .date_wrap p a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	margin-left: 23px;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.arlo_tm_news_wrap .date_wrap p a:hover {
	color: #E3872D;
}

.arlo_tm_news_wrap .date_wrap p a:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 1px;
	background-color: #333;
	top: 50%;
	right: 100%;
	margin-right: 8px;
}

.arlo_tm_news_wrap .title_holder {
	margin-bottom: 18px;
}

.arlo_tm_news_wrap .title_holder h3 {
	color: #fff;
	line-height: 1.4;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}

.arlo_tm_news_wrap .title_holder h3 a {
	text-decoration: none;
	color: #041230;
	font-size: 22px;
	display: block;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.arlo_tm_news_wrap .title_holder h3 a:hover {
	color: #E3872D;
}

.arlo_tm_news_wrap .definition {
	margin-bottom: 26px;
}

.arlo_tm_news_wrap .definition p {
	color: #333;
	font-family: "Poppins", sans-serif;
}

.arlo_tm_news_wrap .read_more a {
	text-decoration: none;
	color: #fff;
	background-color: #E3872D;
	font-weight: 600;
	font-family: "Montserrat";
	padding: 12px 35px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.arlo_tm_news_wrap .read_more a:before {
	position: absolute;
	content: "";
	top: 0px;
	height: 100%;
	left: -25%;
	width: 0%;
	background-color: #041230;
	transform: skew(50deg);
	transition-duration: .6s;
	z-index: 1;
}

.arlo_tm_news_wrap .read_more a:hover:before {
	width: 170%;
}

.arlo_tm_news_wrap .read_more a span {
	position: relative;
	z-index: 2;
}



/*---------------------------------------------------*/
/*	09) CONTACT
/*---------------------------------------------------*/
.arlo_tm_contact_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	/* padding-top: 98px; */
	padding-bottom: 20px;
	/* background-color: #f6f7fd; */
	margin-bottom: 10px;

	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.uf-contact-form-01 {
    max-width: 900px;
}
@media (min-width: 576px){
     .uf-contact-form-01 {
    min-height: 100vh;
    align-content: center;
} 
}
.uf-img-contact-form-01{
      max-width: 70%;
      animation: uf-animation 4s ease-in-out 1s infinite alternate;
      position: relative;
	  margin:0px 50px;
}
.uf-ct-01-text-primary{
      color: #E3872D;
}
.uf-ct-01-btn-primary{
      background-color: #E3872D;
      color: #fff;
}
.uf-ct-01-btn-primary:hover{
      background-color: #E3872D;
      color: #fff;
}

@keyframes uf-animation {
  0%   {top:0px;}
  50%  {top:-30px;}
  100% {top:0px;}
}
.form-control:focus {
    border-color: #E3872D;
    box-shadow: 0 0 0 .25rem rgba(68, 57, 88, 0.21);
}


.arlo_tm_contact_wrap_all {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #fff;

	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.arlo_tm_contact_wrap_all  .short_info_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-top: 50px;


	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.arlo_tm_contact_wrap_all .short_info_wrap .contact_text {
	font-size: 20px;
	/* font-weight: bold; */
}

.arlo_tm_contact_wrap_all  .short_info_wrap ul {
	margin: 0px;
	list-style-type: none;
}

.arlo_tm_contact_wrap_all .short_info_wrap ul li {
	margin: 0px 0px 0px 0px;
	font-size:20px;
}

.arlo_tm_contact_wrap_all .short_info_wrap ul li label {
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 20px;
	color: #000;
}

.arlo_tm_contact_wrap_all .short_info_wrap ul li span {
	padding-left: 15px;
	font-size: 15px;
}



.arlo_tm_footer_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	text-align: left;
	background-color: black;
	padding: 20px 0px;

	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.arlo_tm_footer_wrap p {
	color: #fff;
}

.arlo_tm_footer_wrap p a {
	text-decoration: none;
	color: #fff;
	font-family: "Montserrat";
	font-weight: 600;
	position: relative;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
	#sidebar {
		margin-left: -250px;
	}

	#sidebar.active {
		margin-left: 0;
	}

	#content {
		width: 100%;
	}

	#content.active {
		width: 100%;
	}

	.menu-header {

		/* display:block; */
	}


	.arlo_tm_about_wrap .rightbox {

		padding: 50px 0px 0px 5px;
		width: 100%;

	}

}



@media (max-width: 1200px) {
	.arlo_tm_services_wrap .list_wrap ul li {
		width: 50%;
	}


	@media (max-width: 768px) {

		.arlo_tm_services_wrap .list_wrap ul {
			margin: 0px;
		}

		.arlo_tm_services_wrap .list_wrap ul li {
			width: 100%;
			padding-left: 0px;
		}

	}
}



/* Second Sidnav */



a {
	cursor: pointer;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
}

li {
	list-style: none;
}

/* Layout skeleton */




/* Publications */


.wrapper {
	align-items: stretch;
	/* display: flex; */
	width: 100%;
	margin-top: 100px;
	margin-bottom: 100px;
	height: 100%;
}

.text-slider-items {
	display: hidden;
}


/* Download Button */
.download_btn:hover
{
  color:#d9832e;
}



/* Social Sidebar */

.mf-social-side-list {
    position: absolute;
    top: 0vh;
    left: 20px;
    z-index: 100;
}
.mf-social-side-list ul {
    list-style: none;
    display: flex;
    flex-direction: column;
   padding: 0;
   margin:0
}
.mf-social-side-list ul li a {
    color: #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mf-social-side-list ul li a:hover {
    opacity: .9;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.mf-social-side-list ul li .facebook {
    background: #3b5998;
}
.mf-social-side-list ul li .instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);;
}

.mf-social-side-list ul li .linkedin {
    background: #0077B5;
}
.mf-social-side-list ul li .twitter {
    background: #00acee;
}



/* Experience */

.experience_img
{
	width:600px;
	height:500px;
}