@charset "utf-8";

html {
	overflow-x: hidden;
	padding: 0px;
	margin: 0px
}
body{
	overflow-x: hidden;
	width: 100%;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0px;
	word-wrap: break-word;
	font-weight: 400;
	background-color: #f4f5fe;
	color: #7d7789;
}
h1,h2,h3,h4,h5,h6{color: #333;}
svg{
	fill: currentcolor;
	width: 15px;
	height: 15px;
}
img.svg{
	width: 15px;
	height: 15px;
}
em{
	user-select: all;
	display: block;
	border-left: 3px solid #333;
	padding-left: 10px;
	margin: 5px 0;
}
h4{
	margin: 20px 0;
	width: 100%;
	float: left;
	clear: both;
}
.arnav_tm_documentation,
.arnav_tm_documentation *{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.arnav_tm_documentation{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}

.arnav_tm_documentation .logo{
	position: absolute;
	top: 50px;
	right: 20px;
}
.arnav_tm_documentation .logo img{
	max-width: 120px;
}


.arnav_tm_documentation .copyright{
	position: absolute;
	z-index: 1;
	bottom: 50px;
	right: 20px;
}
.arnav_tm_documentation .copyright p{
	color: #fff;
	font-size: 14px;
	opacity: .5;
}
.arnav_tm_documentation .copyright a{
	text-decoration: none;
	color: #fff;
}
.arnav_tm_documentation .copyright a:before{
	display: none;
}
.arnav_tm_documentation .sidebar{
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100vh;
	width: 300px;
	background-color: #333;
	z-index: 5;
}
.arnav_tm_documentation .sidebar .sidebar_inner{
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
}
.arnav_tm_documentation .sidebar .links{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0px 20px;
}
.arnav_tm_documentation .sidebar .links ul{
	margin: 0px;
	list-style-type: none;
}
.arnav_tm_documentation .sidebar .links ul li{
	margin: 0px;
	float: left;
	width: 100%;
	text-align: right;
	position: relative;
}
.arnav_tm_documentation .sidebar .links ul li a{
	text-decoration: none;
	color: #ddd;
	font-size: 14px;
	display: block;
	padding: 2px 0px;
	font-family: "Poppins";
	font-weight: 500;
	transition: all .3s ease;
}
.arnav_tm_documentation .sidebar .links ul li a:before{display: none;}
.arnav_tm_documentation .sidebar .links ul li.current a{
	color: #ff742f;
}
.arnav_tm_documentation .sidebar .links ul li:hover a{
	color: #ff742f;
}
.arnav_tm_documentation .sidebar .links ul li:before{
	position: absolute;
	content: "";
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 1px;
	background-color: rgba(255,255,255,.05);
}
.arnav_tm_documentation .content{
	position: relative;
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 150px 50px 50px 350px;
}
.arnav_tm_documentation .section{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 200px;
}
.arnav_tm_documentation .intro{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.arnav_tm_documentation .intro .item_name{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	border-bottom: 1px solid rgba(0,0,0,.2);
	padding-bottom: 10px;
}
.arnav_tm_documentation .intro .item_name h3{
	font-size: 35px;
}
.arnav_tm_documentation .intro_list{
	width: 100%;
	float: left;
	padding-top: 20px;
}
.arnav_tm_documentation .intro_list{
	width: 100%;
	float: left;
}
.arnav_tm_documentation .intro_list li{
	margin: 0px;
	list-style-type: none;
}
.arnav_tm_documentation a{
	text-decoration: none;
	position: relative;
	color: #ff742f;
}
.arnav_tm_documentation a:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ff742f;
	left: 0px;
	bottom: 0px;
	transition: all .3s ease;
}
.arnav_tm_documentation a:hover:before{opacity: 0;}
.arnav_tm_documentation .main_title{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #333;
	border-radius: 5px;
	padding: 10px 50px;
	margin-bottom: 30px;
}
.arnav_tm_documentation .main_title h3{
	color: #fff;
	letter-spacing: 5px;
	text-transform: uppercase;
}
.arnav_tm_documentation .inner_list{
	width: 100%;
	float: left;
	padding-left: 20px;
	margin-bottom: 20px;
}
.arnav_tm_documentation .text{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.arnav_tm_documentation .text p{
	margin-bottom: 5px;
}
.arnav_tm_documentation .text p:last-child{margin-bottom: 0px;}
.arnav_tm_documentation .inner_image{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.arnav_tm_documentation .inner_image.shorter img{
	max-width: 70%;
}
.arnav_tm_documentation .tutorial_list{
	width: 100%;
	float: left;
}
.arnav_tm_documentation .tutorial_list ul{
	margin: 0px;
	list-style-type: none;
}
.arnav_tm_documentation .tutorial_list ul li{
	margin: 0px 0px 70px 0px;
	width: 100%;
	float: left;
}
.arnav_tm_documentation .tutorial_list ul li:last-child{margin-bottom: 0px;}
.arnav_tm_documentation .tutorial_list .tutorial_title{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.arnav_tm_documentation .tutorial_list .tutorial_title h3{
	text-transform: uppercase;
	font-weight: 800;
}
.arnav_tm_documentation .contact_list{
	width: 100%;
	float: left;
}
.arnav_tm_documentation .contact_list ul{
	margin: 0px;
	list-style-type: none;
}
.arnav_tm_documentation .contact_list ul li{
	margin: 0px 0px 10px 0px;
	width: 100%;
	float: left;
}
.arnav_tm_documentation .contact_list ul li p{
	padding-right: 50px;
	margin-bottom: 10px;
}
.arnav_tm_documentation .contact_list ul li img{
	max-width: 120px;
}
.arnav_tm_documentation .contact_list ul li img.move{
	position: relative;
	left: 300px;
}
.arnav_tm_documentation .contact_list ul li:last-child{margin-bottom: 0px;}
.arnav_tm_documentation .numbered_list{
	width: 100%;
	float: left;
	padding-left: 35px;
	margin-bottom: 20px;
}
.arnav_tm_documentation .important_box{
	width: 100%;
	float: left;
	background-color: #f2dede;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}
.arnav_tm_documentation .important_box p{
	color: #8B3937;
}
.arnav_tm_documentation .note_box{
	width: 100%;
	float: left;
	background-color: #d9edf7;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}
.arnav_tm_documentation .note_box p{
	color: #3a87ad;
}







body::-webkit-scrollbar {
  width: 11px;
}
body{
  scrollbar-width: thin;
  scrollbar-color: #999 #fff;
}
body:-webkit-scrollbar-track {
  background: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 6px;
  border: 3px solid #fff;
}
.space{
	width: 100%;
	float: left;
	margin-bottom: 70px;
}
.video{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.numbered_list ul{
	list-style-type: disc;
	padding-left: 20px;
}
.accordion .accordion_header{
	position: relative;
	overflow: hidden;
    min-height: 70px;
    display: flex;
    padding: 10px 30px;
    align-items: center;
    background-color: #f2dede;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 5px;
}
.accordion .accordion_header p{
	color: #8B3937;
}

.accordion .accordion_content{
	position: relative;
	overflow: hidden;
    display: flex;
    padding: 25px 50px;
    align-items: center;
    background-color: #d9edf7;
    border-radius: 5px;
}
.accordion .accordion_content p{
	color: #3a87ad;
	margin-bottom: 10px;
}
.accordion .accordion_content p:last-child{margin-bottom: 0px;}
.accordion .accordion_content{
	display: none;
}
.accordion{
	margin-bottom: 10px;
}
.accordion .accordion_content .ac_list{
	padding-left: 50px;
	margin-bottom: 10px;
}




