/*Menu css*/


/*Header css*/
.header {
    padding: 0px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: 0.5s all ease;
    background: #100B0B;
    border-bottom: 1px solid #44403C;
}
.header * {
    position: initial !important;
}
.header .sub_btn {
    padding: 15px 50px 16px 50px;
}
.fixedHeader {
    position: fixed;
    background: #0a0a0a;
    transition: 0.5s all ease;
    box-shadow: 0px 0px 18px rgb(0 0 0 / 22%);
}

.header_menu_bt {
    background: rgb(10 10 10 / 41%);
    height: 80px;
    display: flex;
    align-items: center;
}
.fixedHeader .header_menu_bt {
    position: relative;
    left: 0;
    width: 100%;
    top: 0;
}
.logoin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s all ease;
}
.fixedHeader .logoin {
    justify-content: space-between;
    transition: 0.5s all ease;
}

.top_menu_otr {
    border-bottom: 1px solid #ECF1F5;
    background: #FFF;
}
.top_menu {
    display: flex;
    padding: 8px 0 6px 0px;
    align-items: center;
    justify-content: space-between;
    height: 65px;
}
.hdr_to_phone a{
    color: #088BDD;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: 0.5s all ease;
}
.hdr_to_phone a:hover {
    transition: .5s all ease;
    color: #ff0e00;
}
.menu_icon {
    display: none;
}
.logo_hdr {
    display: block
}
.fixedHeader .logo_hdr {
    display: block
}

.menu_in {
    margin-right: auto;
    margin-left: 35px;
}
.mn_menu ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.mn_menu ul li {
    display: inline-block;
    margin: 0 0px;
    padding: 0px;
    position: initial;
}
.mn_menu ul li:last-child {
	padding-right: 0px;
}
.mn_menu ul li a {
    color: #D7D3D0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: .5s all ease;
    position: relative;
    padding: 30px 12px;
}
.click_menu_i {
    position: relative !important;
    right: 10px;
    top: 1px;
}
.fixedHeader .mn_menu ul li a {
    
}
.Enterprise_btn, .elementor-kit-28 .Enterprise_btn {
    width: 196px;
    height: 44px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    border-radius: 8px;
    border: 1px solid #FAC515;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    color: #FAFAF9;
    transition: .5s all ease;
}
.Enterprise_btn:hover, .elementor-kit-28 .Enterprise_btn:hover {
    border: 1px solid #FAC515;
    color: #100B0B;
    transition: .5s all ease;
    background: #FAC515;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	text-decoration:none;
}
.googleicon_btn, .elementor-kit-28 .googleicon_btn{
    width: 223px;
    height: 44px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    border-radius: 8px;
    border: 1.5px solid #D7D3D0;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    color: #44403C;
    transition: .5s all ease;
    background: #fff;
    margin-left: 10px; font-family: "Poppins", sans-serif;
}
.googleicon_btn img, .elementor-kit-28 .googleicon_btn img{
    display: inline-block;
    margin-right: 5px;
}
.googleicon_btn:hover, .elementor-kit-28 .googleicon_btn:hover{
    border: 1px solid #FAC515;
    color: #fff;
    transition: .5s all ease;
    background: #100B0B;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	text-decoration:none;
}


.mn_menu ul li:hover > a {
    transition: .5s all ease;
    color: #e5011b;
}
.mn_menu ul li.nav-item1.active a{
    color: #e5011b;
}


.mn_menu .Registration {
    color: #000;
    background: #6c8538;
    padding-left: 20px;
    padding-right: 20px;
}
.mn_menu .Registration:hover {
    color: #fff;
    background: #6c8538;
    transition: 0.5s all ease;
}
.mn_menu .Registration {
    color: #fff !important;
    background: #249eb6 !important;
    border-radius: 5px;
    text-align: center;
    padding: 14px 50px;
    letter-spacing: 1px;
}
.mn_menu .Registration:hover {
    color: #fff !important;
    background: #00aeef !important;
    transition: 0.5s all ease;
}

.dropdowns_menu {
    position: absolute !important;
    left: 0;
    top: 80px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px -1px #100B0B0A;
    box-shadow: 0px 4px 6px -2px #100B0B08;
    box-shadow: 0px 12px 16px -4px #100B0B14;
    padding-top: 35px;
    padding-bottom: 50px;
    display: none;
}
.dropdowns_menu_in {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.dropdowns_menu ul {
    display: block;
}
.dropdowns_menu h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
    color: #1C1917;
}

.mn_menu ul ul li {
    display: block;
    margin: 0 0 5px 0;
}
.mn_menu ul ul li:last-child{border-bottom: 0px;}

.mn_menu ul ul li a {
    padding: 11px 10px;
    display: block;
    color: #1C1917;
    font-size: 16px;
    transition: .5s all ease;
    font-weight: 600;
    border-radius: 8px;  
}
.mn_menu .icon {
    display: inline-block;
    float: left;
    margin: -3px 10px 0 0;
}


/* Our_latest_menu */
.Our_latest_menu {
    height: 323px;
    border-radius: 16px;
    padding: 24px;
    background: #FAFAF9;
    grid-column: 3 / span 2;
}
.latest_tutorials_hd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.latest_tutorials_in {
    width: 100%;
}
.latest_tutorials_bx {
    height: 123px;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    align-items: center;
}
.mn_menu .latest_tutorials_img{
    width: 176px;
    display: block;
    border: 0.5px solid #0000001A;
    padding: 0px ;
}
.latest_tutorials_tx{
    flex: 1;
    padding-left: 10px;
}
.dropdowns_menu_in .latest_tutorials_tx h6{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1C1917;
    margin-bottom: 10px;
}
.dropdowns_menu_in .watch_video{
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: block;
    color: #004EEB;
    padding: 0px;
}

.watch_video img{
    display: inline-block;
    float: left;
    margin: 0px 10px 0px 0px;
}


/* Blog Css */
.dropdowns_menuBlog .dropdowns_menu_in {
    display: block;
}
.Blog_categories_dv {
    display: flex;
}
.Blog_rt_items2 .latest_tutorials_bx {
    height: 123px;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    align-items: center;
}
.Blog_categories_dv ul {
    width: 22%;
}
.Blog_rt_items2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    flex: 1;
}
.Blog_rt_items2_list {
    border-radius: 8px;
    transition: 0.5s all ease;
}
.Blog_rt_items2_list:hover {
    background: #FAFAF9;
    transition: 0.5s all ease;
}
.Blog_rt_items2_list a {
    display: flex;
    padding: 10px !important;
    align-items: center;
}
.Blog_rt_items2_list_img {
    width: 144px;
    display: block;
    padding: 0px;
}
.Blog_rt_items2_list_tx {
    flex: 1;
    padding-left: 10px;
}
.dropdowns_menu_in .Blog_rt_items2_list_tx h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #1C1917;
    margin-bottom: 3px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dropdowns_menu_in .Blog_rt_items2_list_tx p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #57534E;
    margin-bottom: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dropdowns_menu .View_all_tools {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #2970FF;
}











@media(min-width:992px){
    .mn_menu ul li:hover .click_menu_i {
        transform: rotate(180deg);
        display: inline-block;
    }
    .mn_menu ul li:hover .dropdowns_menu{
        display: block;
    } 
    .mn_menu ul ul li:hover ul {
       
    }
    
    .mn_menu ul li:hover .click_menu_i{
        height: 100%;
        transition: 0.5s all ease;
    }
    .mn_menu ul ul li:hover a, .mn_menu ul ul li.active a {background: #FAFAF9; transition: 0.5s all ease; color: #1C1917}
    .mn_menu ul li:hover {
        transition: 0.5s all ease;
    }
}


@media (max-width: 1111px){
    .mn_menu ul li {
        padding: 8px 10px;
    }

}
@media(max-width:991px){
    
    
    .logo_hdr {
        
    }
    
	header {
	    position: fixed;
	    z-index: 9999;
	}
    
	.mn_menu {
	    display: block;
	    flex-direction: column-reverse;
	    height: 75vh;
	    overflow-y: scroll;
    	justify-content: flex-end;
	}
	.mn_menu ul {
        display: block;
    }
    .mn_menu ul li {
        position: relative !important;
        padding: 0;
        display: block;
        border-bottom: 0px solid #e7e7e7 !important;
    }
    .mn_menu ul li a {
        display: block;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        transition: .5s all ease;
        position: relative;
        padding: 10px;
        color: #1C1917;
    }
    .mn_menu .Registration {
        text-align: center;
    }
    .mn_menu ul ul {
        position: static;
        width: 100%;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 99;
        max-height: inherit;
        -webkit-transform: inherit;
        -webkit-transform-origin: inherit;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        box-shadow: none;
        display: none;
    }
    .mn_menu ul li {
        padding: 0;
    }
    .mn_menu ul ul li a {
        padding: 8px 10px;
        padding-left: 20px;
        font-size: 15px;
    }
    .mn_menu ul ul ul li a {
        padding-left: 35px;
    }
    .js--mobile-menu-active .menu_icon span {
        background: #44403C;
    }
    .menu_icon {
        width: 25px;
        height: 22px;
        cursor: pointer;
        transition: 0.5s all ease;
        display: block;
        position: absolute !important;
        top: 28px;
        right: 15px;
        z-index: 999;
        margin-left: 6px;
        text-align: right;
    }
    .fixedHeader .menu_icon {
        top: 28px;
    }
    .header_menu_bt {
        height: 75px;
    }
    .menu_icon .CL_MNU {
        position: absolute !important;
        top: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background: #44403C;
        transition: 0.5s all ease;
    }
    .menu_cl_add img {
        display: none;
    }
    .menu_cl_add .CL_MNU  {
        display: flex;
    }
    .menu_icon .CL_MNU:nth-child(1) {
        top: 0px;
    }
    .menu_icon .CL_MNU:nth-child(2) {
        top: 8px;
    }
    .menu_icon .CL_MNU:nth-child(3) {
        top: 16px;
    }
    .js--mobile-menu-active .CL_MNU:nth-child(1) {
        transform: rotateZ(45deg);
        transition: 0.5s all ease;
        top: 8px;
    }
    .js--mobile-menu-active .CL_MNU:nth-child(3) {
        transform: rotateZ(-45deg);
        transition: 0.5s all ease;
        top: 8px;
    }
    .js--mobile-menu-active .CL_MNU:nth-child(2) {
        display: none;
        transition: 0.5s all ease;
    }


    .click_menu_i {
        position: absolute !important;
        top: 0;
        right: 10px;
        width: 100%;
        height: 40px;
        display: flex !important;
        align-items: center;
        justify-content: end;
    }
    span.click_menu_i.Li_icon_add img {
        transform: rotate(180deg);
    }
    /* .click_menu_i:before {
        position: absolute;
        top: 10px;
        left: 15px;
        content: "\f107";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 22px;
        color: #fff;
    }

    .click_menu_i.Li_icon_add:before {
        position: absolute;
        top: 5px;
        left: 15px;
        content: "\f106 ";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 22px;
        color: #fff;
    } */

    .hdr_to_menu {
	    display: block;
	}
	.hdr_to_menu a {
	    font-size: 12px;
	    padding: 6px 10px 6px 10px;
	    border-bottom: 1px solid #d4d4d4;
	    margin: 0;
	}
	.hdr_bt_menu {
	    margin-top: 0;
	}
    .menu_in {
        position: fixed !important;
        top: 72px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        background: #fff;
        transition: 0.5s all ease;
        padding-left: 0;
        padding-top: 0;
        margin: 0;
        box-shadow: 0px 2px 2px -1px #100B0B0A;
        box-shadow: 0px 4px 6px -2px #100B0B08;
        box-shadow: 0px 12px 16px -4px #100B0B14;
        transform: translateY(-132%);
    }
    /* .menu_in:before {
        position: fixed;
        top: 0;
        left:0px;
        width: 0;
        height: 100%;
        content: "";
        background: rgb(0 0 0 / 72%);
        transition: 0.5s all ease;
    }

    .js--mobile-menu-active .menu_in:before {
        left: 270px;
        transition: 0.5s all ease;
        width: 100%;
    } */


    .js--mobile-menu-active .menu_in {
        transform: translateY(0);
        transition: 0.5s all ease;
    }
	
	.logoin {
		padding: 10px 0;
	}
	.mn_menu .Registration {
		display: none;
	}
    .top_menu {
        text-align: left;
        padding-top: 12px;
        padding-left: 12px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }
    .hdr_to_phone a {
        font-size: 14px;
    }
    .top_menu {
        padding: 8px 0 8px 0px;
        height: 55px;
    }
    .menu_rt {
        padding-right: 50px;
        display: none;
    }
    .dropdowns_menu {
        box-shadow: initial !important;
        padding-top: 0px;
        padding-bottom: 5px;
        display: none;
        position: static !important;
    }
    .dropdowns_menu_in {
        display: block;
        padding-left: 10px;
    }
    .dropdowns_menu h4 {
        font-size: 16px;
        margin-bottom: 0;
        padding: 10px 0;
        position: relative !important;
    }
    .Our_latest_menu {
        height: auto;
        border-radius: 0;
        padding: 0;
        background: transparent;
    }
    .latest_tutorials_hd a.All_video_a.watch_video {
        display: none;
    }
    .latest_tutorials_hd {
        display: block;
    }
    .mn_menu .latest_tutorials_img {
        width: 120px;
    }
    .dropdowns_menu_in .latest_tutorials_tx h6 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }
    .latest_tutorials_bx {
        height: auto;
    }
    .Blog_rt_items2_list_img {
        width: 110px;
    }
    .Blog_rt_items2_list a {
        display: flex !important;
        align-items: start;
    }
    .Blog_rt_items2 {
        display: block;
    }
    .mobile_show {
        display: none;
    }
    .click_submenu {
        position: relative !important;
        cursor: pointer;
    }
    .click_submenu:before {
        content: "";
        position: absolute;
        top: 12px;
        right: -6px;
        width: 20px;
        height: 20px;
        background: url(../svg/chevron-down.svg) no-repeat left top;
    }
    .Blog_categories_dv ul {
        display: block !important;
    }
}

