 /*--------------------- Copyright (c) 2021 ----------------------- 
[Master Stylesheet] 
Template Name: Nice Shortcodes 1.0 - Documentation
 ----------------------------------------------*/
body{
    font-size: 16px;
	background-color: #f8f9ff;
    margin: 0;
    padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	overflow-x:hidden;
	color: #41505a;
    line-height: 1.7;
    font-weight: 500;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
p{
	font-size: 16px;
}
a,a:hover{
	text-decoration:none;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
    color: #fd9678;
}
input:focus,textarea:focus{
	outline:none;
}
ul li ,ol li {
    margin-bottom: 10px;
}
.mt4d_top_padder100{padding-top:100px;}.mt4d_top_padder60{padding-top:60px;}
.height100{height:100px;}.height90{height:90px;}.height80{height:80px;}.height70{height:70px;}.height60{height:60px;}.height50{height:50px;}.height40{height:40px;}.height30{height:30px;}.height20{height:20px;}
.mt4d_btn {
    background: linear-gradient(45deg,#01d8d9,#02e4b7);
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    margin-left: 30px;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
	text-transform:uppercase;
}
.mt4d_btn:hover{
	background: linear-gradient(45deg,#02e4b7,#01d8d9);
	color:#ffffff;
}
.mt4d_list li {
margin-bottom: 5px;
}
.mt4d_list li:last-child {
margin-bottom: 0;
}
.gallery img {
    max-width: 100%;
    border: 5px solid #e6e6e6;
    margin-bottom: 20px;
} 
.mt4d_bg_data li {
    font-size: 15px;
}
/*----- header css start -----*/
.mt4d_preheader {
    background: #fd9678;
    text-align: center;
    padding: 20px;
}
.mt4d_header {
    background: #EDEEF5;
}
.mt4d_header .navbar-toggle {
    display: none;
    background: #ffffff;
    color: #fd9678;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 40px;
    border-radius: 5px;
}
.mt4d_menus > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.mt4d_menus > ul >li {
    display: flex;
    margin: 0;
    border-right: 1px solid rgba(58, 68, 98, 0.15);
    align-items: center;
	max-width: 150px;
}
.mt4d_menus > ul >li > a{
	color: #41505a;
    text-transform: capitalize;
    letter-spacing: 0.7px;
    padding: 20px 15px 25px;
    display: inline-block;
    font-size: 13px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-direction:column;
	height:100%;
	font-weight: 600;
}
.mt4d_menus > ul >li >a:hover, .mt4d_menus > ul >li.active >a{
	color: #fd9678;
    background: #ffffff;
}
.mt4d_menus > ul >li > a span {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
}
.mt4d_menus > ul >li:first-child{
	border-left: 1px solid rgba(58, 68, 98, 0.15);
}
.mt4d_menus {
    text-align: center;
}
.fixed-header .mt4d_header {
    position: fixed;
    background: #EDEEF5;
    box-shadow: 0px 0px 70px 0px rgba(39, 156, 255, 0.1);
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.sub-menu  li{
	margin-bottom:0;
}
.sub-menu {
    position: absolute;
    top: 100%;
    background: #41505a;
    width: 250px;
    text-align: left;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
	visibility:hidden;
	opacity:0;
    z-index: 10;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
}
.sub-menu{
	list-style:none;
	padding:0;
	margin:0; 
}
.mt4d_menus > ul > li:hover .sub-menu {
	visibility:visible;
	opacity:1;
	-webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
}
.sub-menu li a {
    color: #ffffff;
    padding: 13px 15px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.08);
	font-size: 13px;
    font-weight: 600;
}
.sub-menu li a span {
    margin-right: 10px;
}
.sub-menu > li:hover > a {
    background: #fd9678;
}
.sub-menu li:last-child a {
    border: none;
}
.mt4d_page_title {
    text-align: center;
    padding: 80px 0;
    background: url(../images/doc_bg.jpg);
	background-size:cover;
}
.mt4d_page_title h2 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 40px;
}
.mt4d_page_title p {
    color: #ffffff;
}
.mt4d_menus > ul > li .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}
.mt4d_menus > ul > li:hover .sub-menu li {
    position: relative;
}
.mt4d_menus > ul > li .sub-menu li:hover .sub-menu {
    left: 100%;
    opacity: 1;
    visibility: visible;
}
ul.mega-menu {
    position: absolute;
    background: #41505a;
    width: 250px;
    text-align: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
    top: 100%;
    list-style: none;
    margin: 0;
    min-width: 730px;
    display: flex;
    padding: 0;
    visibility:visible;
    opacity:0;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
}
.mt4d_menus > ul > li:hover .mega-menu {
	visibility:visible;
	opacity:1;
	top:100%;
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	transform: rotateX(0);
}
ul.mega-menu > li {
    width: 25%;
    margin: 0;
}

ul.mega-menu li a {
    color: #ffffff;
    padding: 13px 15px;
    display: block;
    font-size: 15px;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
ul.mega-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.mega-menu li a:hover {
    background: #fd9678;
}
ul.mega-menu ul li {margin: 0;}
ul.mega-menu > li:nth-child(even) {
    background: rgba(0,0,0,0.1);
}
/*----- content css ------*/
.mt4d_bg_box {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.mt4d_bg_data {
    padding: 30px;
}
.mt4d_heading {
	font-size: 25px; 
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    background: #fd9678;
    padding: 30px;
}
.mt4d_sub_heading {
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(58, 68, 98, 0.15);
    padding-bottom: 15px;
    color: #fd9678;
    text-transform: capitalize;
}
.mt4d_screenshot {
    border: 5px solid #e6e6e6;
	margin-bottom: 20px;
}
dl {
    padding-left: 30px;
}
dd {
    padding-left: 20px;
	margin-bottom: 20px;
}
.mt4d_inner_heading{
	margin-bottom: 15px;
}
/*----- footer css -----*/
.mt4d_copyright_section .mt_links_box {
    text-align: center;
}
.mt4d_copyright_section .mt_links_box p {
    margin: 0;
    color: #ffffff;
}
.mt4d_copyright_section {
    padding: 20px 0;
    background: #41505a;
}

/* custom css start */

/* header start */
.mt-doc-menu ul {
    padding: 0;
    margin: 0;
}
.mt-doc-menu {
    text-align: right;
}
.mt-doc-menu ul li {
    margin-right: 20px;
    margin-bottom: 0px;
    list-style: none;
    display: inline-block;
}
.mt-doc-menu ul li:last-child {
    margin-right: 0px;
}
.mt-doc-menu ul li a {
    padding: 10px 0; 
    color: #fff;
}
.mt-doc-menu ul li a:hover {
    color: #fd9678;
}
.mt-doc-head .row {
    align-items: center;
}
.mt-doc-logo img {
    max-height: 60px;
}
.mt-doc-head {
    padding: 20px 0;
    background: #41505a;
}
/* header end */
/* banner start */
.mt-doc-banner-box {
    text-align: center;
    padding: 68px 0 72px;
}
.mt-doc-banner-box h2 {
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 15px;
    position: relative;
    padding-bottom: 10px;
}
.mt-doc-banner-box h2:after,
.mt-doc-banner-box h2:before {
    width: 180px;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    background: #fd9678;
}
.mt-doc-banner-box h2:before {
    bottom: 4px;
    width: 150px;
}
.mt-doc-banner-box p {
    margin: 0;
}
.mt-doc-banner {
    background: #eee;
}
/* banner end*/
/* feature start */
.mt-doc-feat-box {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 7%);
    border-radius: 10px;
    padding: 50px 30px;
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
}
.mt-doc-feat-box p {
    margin: 0;
    color: #fd9678;
}
.mt-doc-feat-box h2 {
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #41505a;
    transition: 0.3s;
}
.mt-doc-feat-box:hover h2 {
    color: #fd9678;
}
.mt-doc-feat-box img {
    margin-bottom: 20px;
    max-height: 65px;
}
/* feature end */
.mt-spacer-top {
    padding-top: 80px;
}
.mt-spacer-bottom {
    padding-bottom: 80px;
}
.mt-spacer-bottom-less {
    padding-bottom: 50px;
}
/* copyright start */
.mt-doc-copyright {
    padding: 10px 0px;
    background: #394148;
}
.mt-doc-copyright .row {
    align-items: center;
}
.mt-doc-copyright p,
.mt-doc-copyright ul li a {
    color: #fff;
    font-size: 16px;
    margin: 0;
}
.mt-doc-copyright ul li a:hover {
    color: #fd9678;
}
.mt-doc-copyright ul {
    padding: 0;
    margin: 0;
}
.mt-doc-copyright ul li {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    margin-bottom: 0;
}
.mt-copyright-menu-list {
    text-align: right;
}
.mt-doc-copyright ul li:after {
    content: '';
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    height: 10px;
    width: 1px;
    background: #666b6f;
    margin: auto;
}
.mt-doc-copyright ul li:last-child {
    padding-right: 0;
}
.mt-doc-copyright ul li:last-child:after {
    display: none;
}
/* copyright end */
/* custom css end */

/*----- media css ----*/
@media (max-width: 1200px){
    .mt4d_menus > ul {
        position: fixed;
        top: 0;
        left: -400px; 
        bottom: 0;
        background: #222222;
        width: 300px;
        text-align: left;
        padding: 0px 0;
        display: inline-block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 100;
        overflow-x: hidden;
    }
    .menu_open .mt4d_menus > ul{left:0;}
    .menu_open .navbar-toggle span:before {content: "\f00d";}
    .mt4d_menus > ul >li {display: block;}
    .mt4d_menus > ul >li a {
        font-size: 18px;
        color: #ffffff;
        display: block;
        padding: 15px 20px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        height: auto;
    }
    .mt4d_menus > ul >li a span{
        display:inline-block;
        margin:0 10px 0 0;
    }
    .mt4d_menus > ul >li{text-align:left;}
    .mt4d_menus > ul > li:hover .sub-menu {
        display: none;
        position: static;
        visibility: visible;
        opacity: 1;
        transition: inherit;
        width: 100%;
    }
    .menu_dropdown:after {
        content: "\f107";
        font-family: 'fontawesome';
        float: right;
        position: relative;
        top: 10px;
        transition: all 0.3s;
    }
    .menu_dropdown_open.menu_dropdown:after {
        transform: rotate(180deg);
    }
    .mt4d_header .navbar-toggle {
        position: absolute;
        top: -55px;
        display: inline-block;
        right: 15px;
    }
    .mt4d_menus > ul >li {
        max-width: 100%;
    }
}
@media screen and (max-width:991px){
    .mt-copyright-menu-list,
    .mt-doc-copyright p {
        text-align: center;
    }
}
@media(max-width:576px){
	.mt4d_preheader{
		text-align:left;
	}
}
@media(max-width:420px){
	.mt4d_menus > ul{
		width:260px;
	}
}