html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
:root{
    --colorblack:#000000;
    --colorwhite:#ffffff;
    --colorblue: #1a27c9;
    --colorbluedark: #2e54ff;
    --colorgray: #d9d9e3;
}

@font-face {
    font-family: 'Calibre';
    src: url('../fonts/') format('woff'),
        url('../fonts/calibre.ttf') format('truetype'),
        url('../fonts/calibre.woff') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body{
    margin:0;
    font-family: 'Calibre';
    font-size: 14px;
    position:relative;
    overflow-x:hidden;
    width:100%;
    max-width:100%;
    background: var(--colorblack);
}
.row {
    margin: 0 -10px;
}
a:hover, a:focus, button:hover, button:focus{
    outline: none;
} 
img
{
    max-width: 100%;
}
.desk-hide{
    display: none
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Calibre';
}
p{
    font-family: 'Calibre';
}
a{
    color:inherit
}
a:focus,a:hover,ins{
    text-decoration:none;
    outline:0
}
button,input,select,textarea{
    border:0
}
.fileContainer,button,input[type=file],input[type=submit]{
    cursor:pointer
}


/* general css starts here */

.white_txt {
    color: var(--colorwhite);
}

.top_banner_tites h2 {
    font-size: 65px;
    line-height: 67px;
}
.blue_underline {
    position: relative;
}

.blue_underline:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 7px;
    width: 100%;
    height: 33px;
    background-image: linear-gradient(90.25deg, #1A27C9 27.69%, rgba(26, 39, 201, 0) 125.86%);
    z-index: -1;
}

.top_btns {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.two_btns {
    display: flex;
    display: -webkit-flex;
    gap: 20px;
}

.my_btn {
    padding: 20px 25px 15px;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.5s linear;
    border-style: solid;
    border-width: 2px;
}

.blue_btn {
    color: var(--colorwhite);
    background: var(--colorblue);
    border-color: var(--colorblue);
}

.blue_btn:hover {
    background: var(--colorbluedark);
    border-color: var(--colorbluedark);
    color: var(--colorwhite);
}

.white_border_btn {
    border-color: var(--colorgray);
    color: var(--colorgray);
}

.white_border_btn:hover {
    border-color: var(--colorgray);
    background: var(--colorgray);
    color: var(--colorblack);
}
.addlist_top_sp {
    margin: 30px 0px 0px;
}

.underline_white {
    position: relative;
}

.underline_white:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: var(--colorgray);
}
.inner_row_btm_sp
{
    margin-bottom: 30px;
}

/* general css ends here */



section.top_banner_section {
    /* background: url('/assets/images/top_banner_bg-min.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; */
    padding: 7em 0px 8em;
}

/* header css starts here */

.my_custom_menu {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    margin: 20px 0px 0px;
    list-style-type:none;
}

.my_custom_menu li a {
    font-size: 18px;
    color: var(--white);
    font-weight: 400;
}

header {
    padding: 20px 0px;
}

.my_custom_menu li a {
    position: relative;
}

.my_custom_menu li a:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0%;
    height: 1px;
    background: var(--colorwhite);
    transition: all 0.5s linear;
}

.my_custom_menu li:hover a:after {
    width: 100%;
}

.my_custom_menu li:last-child a:after {
    display: none;
}

.my_custom_menu li:last-child a {
    padding: 10px 20px 5px;
    border: solid 2px var(--colorwhite);
    color: var(--colorwhite);
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 6px;
}

.my_custom_menu li:last-child:hover a
{
    background-color: var(--colorwhite);
    color: var(--colorblack);
}

/* header css ends here */

/* video section css starts here */

.video_section_main {
    padding: 3em 0px 6em;
}

/* video section css ends here */


/* home three section css ends here */

.home_three_cols {
    padding: 5em 0px;
}

.three_col_titles h4 {
    font-size: 33px;
    margin: 0px 0px 10px;
    line-height: 30px;
}

.three_col_titles p {
    font-size: 18px;
    font-weight: 400;
}

.three_icon_box {
    display: inline-block;
    width: 65px;
    height: 65px;
    border: solid 2px var(--colorgray);
    text-align: center;
    line-height: 73px;
    margin: 0px 0px 25px;
    color: var(--colorgray);
    font-size: 27px;
    border-radius: 50%;
}

/* home three section css ends here */


/* home tabs section css starts here */

.tabs_title h2 {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.tabs_details .nav-tabs {
    border: none;
    margin-bottom: 25px;
}

.tabs_details .nav-tabs li a {
    padding: 12px;
    font-size: 15px;
    color: var(--colorgray);
}

.tabs_details .nav-tabs li a.active {
    color: var(--colorwhite);
}

.tabs_details .tab-content h3 {
    color: var(--colorwhite);
    font-size: 20px;
    margin: 0px 0px 5px;
}

.tabs_details .tab-content p {
    color: #7d8585;
    font-size: 15px;
    margin: 0px 0px 5px;
}

.tabs_section_home {
    padding: 7em 0px 10em;
}

.simple_anchore {
    display: inline-block;
    color: var(--colorwhite);
    font-size: 14px;
    padding: 0px 0px 0px;
    border-bottom: solid 1px var(--colorwhite);
}
.simple_anchore:hover
{
    color:var(--colorwhite);
}
.tab_right_img {
    border-radius: 10px;
    margin-top: -12em;
}
.section_title_txt h3 {
    font-size: 41px;
    line-height: 41px;
}

/* home tabs section css ends here */


/* testimonials section css starts here */

.img_testi_block {
    text-align: left;
    margin-right: 55px;
}

.testi_left_img {
    border-radius: 50%;
}

.testi_single_box {
    border: solid 4px #19191a;
    padding: 50px 50px;
}

.testi_block_content p {
    font-size: 20px;
    margin-bottom: 12px;
    color: var(--colorwhite);
}

.testi_block_content h4 {
    color: #7d8585;
    font-size: 15px;
}
.testi_slider_box .owl-nav {
    text-align: center;
    margin: 25px 0px 0px;
}

.testi_slider_box .owl-nav button {
    width: 42px;
    height: 42px;
    border: solid 1px #fff !important;
    font-size: 18px !important;
    line-height: 50px !important;
    color: var(--colorwhite) !important;
    border-radius: 50%;
    margin: 0px 8px !important;
}

.testimonials_section {
    padding: 7em 0px 7em;
}
.section_title_txt h2 {
    font-size: 50px;
    margin: 0px 0px 20px;
}

.section_title_txt p {
    font-size: 15px;
    font-weight: 400;
}

.course_section {
    padding: 7em 0px;
}
/* testimonials section css ends here */

/* course section css starts here */

ul.course_list {
    display: flex;
    display: -webkit-flex;
    gap: 30px;
    padding: 0px;
    margin: 0px;
    flex-flow: wrap;
    justify-content: center;
    list-style-type:none;
}

.course_img_box {
    position: relative;
    margin: 0px 0px 15px;
}

.course_img_box img {
    transition: all 0.5s linear;
}

ul.course_list li {
    position: relative;
    flex: 0 0 30%;
}
.course_content h3 {
    margin: 0px 0px 10px;
    font-size: 20px;
    color: var(--colorwhite);
}

.course_content p {
    margin: 0px 0px 10px;
    font-size: 13px;
    color: #9da6a6;
}

.course_content p.course_price {
    font-size: 20px;
    color: var(--colorwhite);
}

.img_over_btn {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    margin: 0 auto;
    text-align: center;
}
.img_over_btn:hover
{
    color:var(--colorwhite);
}

.course_img_box img {
    border-radius: 10px;
    transition: all 0.5s linear;
}

ul.course_list li:hover .course_img_box img {
    filter: blur(10px);
    opacity:0.2;
}

.img_over_btn {
    font-size: 18px;
    color: var(--colorwhite);
    font-weight: 500;
    opacity: 0;
}

ul.course_list li:hover .img_over_btn {
    opacity:1;
}

.simple_anchore_two {
    font-size: 20px;
    color: #9da6a6;
    font-weight: 400;
    padding: 0px 0px 5px;
    border-bottom: solid 1px #9da6a6;
    transition: all 0.5s linear;
}

.add_sp_btn_top {
    margin: 8em 0px 0px;
}

.simple_anchore_two:hover {
    color: var(--colorwhite);
}

.add_blue_shade {
    border-radius: 10px;
    background-image: linear-gradient(to bottom, #0d1465 45%,#1a27c9);
    padding: 9em 5em 4em;
}

.form_box label {
    color: var(--colorwhite);
    font-size: 18px;
    text-transform: uppercase;
    margin: 0px 0px 2px;
}

.form_box input {
    padding: 10px 15px 5px;
    margin-bottom: 18px;
}

.form_btn_style {
    background: var(--colorblack);
    color: var(--colorwhite);
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px 25px 12px;
    transition: all 0.5s linear;
}

.form_btn_style:hover {
    background: #2e54ff;
}
.foo_menu {
    padding: 0px;
    list-style-type: none;
}

.foo_menu a {
    font-size: 15px;
    margin: 0px 0px 10px;
    display: inline-block;
    color: var(--colorwhite);
    transition: all 0.5s linear;
}

.foo_menu a:hover {
    color: var(--colorblue);
}

.top_footer_row h4 {
    margin: 0px 0px 20px;
    font-size: 22px;
}

.top_footer_row {
    padding: 7em 0px 4em;
}
.footer_logo {
    margin-bottom: 15px;
}
.footer_btm {
    background: var(--colorbluedark);
    padding: 20px 0px 10px;
}

.footer_btm p {
    margin: 0px;
    font-size: 14px;
}
/* course section css ends here */


/* Course Inner page css starts here */

.freelancing_banner
{
    background-image: url('../images/free_top_banner.webp');
}

.inner_course_top_section {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 7em 0px;
}

.header_inner_box {
    padding: 3.5em 2.7em;
    box-shadow: 0 10px 30px -12px #000;
}

.white_color_box {
    background: var(--colorwhite);
}

.header_box_title h3 {
    font-size: 55px;
    line-height: 55px;
    position: relative;
    margin: 0px 0px 25px;
}

.black_txt {
    color: var(--colorblack);
}

.add_title_divider {
    position: relative;
}

.add_title_divider:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: #979ca3;
}

.price_course {
    font-size: 40px;
    font-weight: 400;
    margin: 40px 0px 20px;
    line-height: 40px;
}

.header_box_content p {
    font-size: 23px;
    font-weight: 400;
    margin: 0px 0px 15px;
}

.full_width_btn {
    width: 100%;
    text-align: center;
}

.red_btn {
    background: #e54b42;
    border-color: #e54b42;
    color: var(--white);
}

.red_btn:hover {
    background: #ed2733;
    color: var(--colorwhite);
    border-color: #ed2733;
}

.header_box_footer .my_btn {
    padding: 17px 0px 12px !important;
    box-shadow: 4px 4px 14px #0003;
}

.header_box_bullets ul,.en_box ul,.txt_list {
    padding: 0px;
    margin: 0px 0px 15px;
    list-style-type: none;
}

.header_box_bullets ul li,.en_box ul li,.txt_list li
{
    position: relative;
    font-size: 22px;
    font-weight: 400;
    margin: 0px 0px 15px;
    padding-left: 25px;
}

.header_box_bullets ul.red_tick_list li:before,.en_box ul li:before,.txt_list li:before
{
    content: "\f058";
    position: absolute;
    left: 0px;
    top: 0px;
    font: normal normal normal 20px / 1 FontAwesome;
    font-size: 20px;
    color:#ed2733;
}

.en_box .white_tick_list li:before
{
    color: var(--colorwhite);
}

.inner_page_sticky_menu {
    background: var(--colorwhite);
    box-shadow: 0 10px 30px -15px #0003;
    padding: 18px 0px;
    position: static;
    width: 100%;
    z-index: 9;
}

.inner_sticky_menu_list {
    padding: 0px;
    margin: 0px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    list-style-type: none;
    gap: 45px;
}

.inner_sticky_menu_list li {
    position: relative;
}

.couse_tile_list {
    font-size: 22px;
}

.inner_sticky_menu_list li a {
    font-size: 18px;
    position: relative;
}

.inner_sticky_menu_list li a:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background: var(--colorblack);
    transition: all 0.5s linear;
}

.inner_sticky_menu_list li:hover a:after {
    width: 100%;
}

.inner_sticky_menu_list li a:hover {
    color: var(--colorblack);
}

.couse_tile_list:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 1px;
    background: var(--colorblack);
    width: 2px;
    height: 16px;
}
.small_width_btn {
    padding: 12px 20px 7px !important;
}

.section_white_bg {
    background: var(--colorwhite);
}

.overview_section {
    padding: 5em 0px;
}
.overview_section p {
    font-size: 18px;
    font-weight: 400;
}
.three_col_section {
    padding: 2em 0px 6em;
}

.new_style_titles h3 {
    font-size: 26px;
    font-weight: 400;
}

.red_txt {
    color: #ed2733;
}

.block_simple_txt h4 {
    margin: 0px 0px 12px;
    font-size: 22px;
    font-weight: 500;
}

.block_simple_txt p {
    margin: 0px 0px 15px;
    font-size: 17px;
    font-weight: 400;
}

.who_for_section {
    padding: 5em 0px;
}

.line_title {
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-right: 85px;
}

.line_title:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 8px;
    width: 80px;
    height: 2px;
    background: var(--colorblack);
}

.section_titles h1 {
    font-size: 60px;
    margin: 0px 0px 12px;
}

.section_titles p {
    font-size: 20px;
    font-weight: 400;
}

.section_yellow_bg {
    background: #fbde3f;
}

.price_section {
    padding: 8em 0px 5em;
}

.en_box h4 {
    font-size: 20px;
    border-bottom: solid 2px #fff;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.black_btn {
    background: #000;
    color: #fff;
    border-color: #000;
}

.black_btn:hover {
    background: #2e2f30;
    color: #fff;
    border-color: #2e2f30;
}
.inner_page_slider .container-fluid, .inner_page_slider .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.inner_info_slider .item_info {
    padding: 12px;
    background: #f2f2f2;
}

.inner_info_slider .item_info h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px;
}

.inner_info_slider .item_info p {
    margin: 0px 0px 0px;
    font-size: 14px;
}

.inner_info_slider .owl-nav {
    text-align: center;
}

.inner_info_slider .owl-nav button {
    width: 50px;
    height: 40px;
    background: #e54b42 !important;
    color: #fff !important;
    margin: 20px 6px 0px;
    line-height: 50px !important;
    font-size: 21px !important;
}

.inner_info_slider .item_header {
    position: relative;
}

.inner_info_slider .item_header:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.6);
    transition: all 0.5s linear;
}

.inner_info_slider .item:hover .item_header:after,
.inner_info_slider .owl-item.center .item_header:after
{
    background: rgb(0,0,0,0.1);
}
#top_slider_sec_box {
    /* display: block; */
}

.home_page_slider .container-fluid, .home_page_slider .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}


.main_banner_full_img {
    position: relative;
}

.main_banner_full_img:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: linear-gradient(to right, rgb(0,0,0,0.8) 40%, transparent 100%);
    width: 100%;
    height: 100%;
}

.top_slider_sec  .top_banner_tites {
    position: absolute;
    z-index: 9;
    left: 8em;
    top: 35%;
}
/* Course Inner page css ends here */

/* Our Story Page css starts here */

.story_top_section
{
    background: url('../images/our-story-banner.jpg') 0% 100%/cover no-repeat;
    padding: 18em 0px 10em;
    background-attachment: fixed;
}
.story_top_section .section_title_txt h2 {
    font-size: 120px;
}
.our_mission_sec {
    padding: 8em 0px;
}
.inner_page_blue_sec {
    padding: 8em 0px 15em;
    background: #1a27c9;
}

.inner_page_blue_sec .add_blue_shade {
    background-color: #1a27c9;
    background-image: unset;
    padding-top: 0px;
}

.inner_story_page_sec {
    background: transparent;
    margin-top: -12em;
}
/* Our Story Page css ends here */

/* cyber page css starts here */

.cyber_banner
{
    background: url('../images/cyber_top_banner_img.jpeg') 100% 100%/cover no-repeat;
}
.section_cyber_bg
{
    background: url('../images/cyber_top_banner_img.jpeg') 100% 100%/cover no-repeat;
}

/* cyber page css ends here */

/* Shop page css starts here */

.shop_top_section {
    padding: 10em 0px;
}

.shop_top_section h2 {
    font-size: 120px;
    line-height: 100px;
}

.shop_top_section p {
    font-size: 22px;
    line-height: 30px;
}
.shop_page_box {
    box-shadow: none;
    padding: 0px;
    background: transparent;
}
.course_img_btn_box {
    position: relative;
}

.course_img_btn_box .my_btn {
    position: absolute;
    top: 20px;
    left: -20px;
}
.shop_course_img {
    width: 100%;
}
/* Shop page css ends here */

aside.menu_box {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100vh;
    transform: translate(-500px, 0px);
    background: #000;
    z-index: 9;
    width: 350px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    transition:all 0.5s linear;
}
aside.menu_box.active_menu {
    transform: translate(0px, 0px);
}


aside.menu_box ul li a {
    text-decoration: none;
    display: inline-block;
    margin: 0px 0px 15px;
    font-size: 18px;
    color: #fff;
    position: relative;
}

aside.menu_box ul li a:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 0%;
    height: 4px;
    background: #ef6b23;
    transition: all 0.5s linear;
}

aside.menu_box ul li:hover a:after {
    width: 100%;
}

.close_btn {
    position: absolute;
    right: -15px;
    top: 0px;
    width: 40px;
    height: 40px;
    background: #f00;
    border-radius: 0px 0px 20px 0px;
    text-align: center;
    line-height: 47px;
    font-size: 22px;
    color: #fff;
}

.close_btn a {
    color: #fff;
}
.my_small_menu_btn {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 35px;
    height: 35px;
    background: #fff;
    text-align: center;
    line-height: 43px;
    border-radius: 5px;
    font-size: 18px;
}
.my_small_menu_btn {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 35px;
    height: 35px;
    background: #fff;
    text-align: center;
    line-height: 43px;
    border-radius: 5px;
    font-size: 18px;
}

.menu_box .my_custom_menu {
    flex-flow: column;
    text-align: left;
    align-items: flex-start;
}
a.menu_btn:hover {
    color: #000;
}
.thankyou_page h4 {
    color: #fff;
}

.thankyou_page {
    min-height: 100vh;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    border-top: solid 2px #fec526;
    border-bottom: solid 2px #fec526;
}
.thankyou_page ul {
    list-style-type: none;
    padding: 0px;
}