:root {
    --primary: #1e0868;
    --white: #ffffff;
    --orange: #f56234;
  }
body{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}
a{
    text-decoration: none;
}
/* comman */
img{
    max-width: 100%;
}
.container
{
    max-width: 1300px;
}
.comman_tb_padding
{
    padding-top: 30px;
    padding-bottom: 30px;
}
.comman_top
{
    margin-top: 30px;
}

/*  */
.bg_color_light_gray
{
    background-color: #f7f7f7;
}
.txt_highlight_color
{
    color: var(--orange);
}
/* animation */
.bg_animation1 {
    animation: bg-animate 10s linear infinite
}

@keyframes bg-animate {
    from {
        background-position: 0 0
    }
    to {
        background-position: 100% 0
    }
}
/*  */
code {
    font-size: 15px;
    color: #0b8ccd;
}
/*  */
.heading_box
{

}
.heading_box h2
{
    font-size: 35px;
}

/* button style */
.shiny_btn_style {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 15px;
  }
.shiny_btn_style {
    border-radius: 4px;
    border: none;
    background: #e7710d;
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.6px;
  }
  
  .shiny_btn_style::before {
    content: "";
    width: 15rem;
    height: 1.5rem;
    position: absolute;
    top: -70%;
    left: -100%;
    background-color: #f2e8cf;
    transform: rotateZ(115deg);
    transition: left 800ms ease, transform 800ms ease;
  }
  
  .shiny_btn_style:hover:before {
    left: 70%;
  }
  
  .shiny_btn_style:active {
    transform: scale(0.98);
  }
/* buttons  */
.link_btn_comman
{
    color: var(--orange) !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.main
{
    margin-top: 0px;
}
/*============== Navigation ==========*/
.nav_sec {
	padding: 12px 0;
    background-color: #fff;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    transition-duration: 0.4s;
    width: 100%;
    border-bottom: 1px solid #eee;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    position: sticky;
}
.nav_inner
{
	display: flex;
}
.logo_area
{
	display: flex;
    width: 25%;
}
.nav_area
{
	width: 75%;
    display: flex;
    align-items: center;
}
.site_vision_area
{
    display: flex;
    width: 90px;
    color: #fff;
    align-items: center;
    justify-content: flex-end;
}

.switch-box .switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    top: 0;
    margin: 0;
}
.switch-box .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch-box input:checked + .slider {
    background-color: #cecbcb;
}
.switch-box .slider.round {
    border-radius: 50px;
}
.switch-box .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #cecbcb;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.switch-box input:checked + .slider:before {
    content: "\f185";
    color: #000000;
    font-family: 'FontAwesome';
}
.switch-box .slider.round:before {
    border-radius: 50%;
}
.switch-box .slider:before {
    position: absolute;
    content: "\f186";
   font-family: 'FontAwesome';
    color: #000000;
    font-size: 24px;
    text-align: center;
    top: -1px;
    left: 4px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.nav_inner
{
	position: relative;
}

.nav_sec .stellarnav > ul > li > a
{
	padding: 5px 11px;
    letter-spacing: 0.4px;
    position: relative;
    font-size: 16px;
    color: #000;
    transition:all .5s ease-in-out 0s
}
.nav_sec .stellarnav > ul > li:last-child > a
{
	padding-right: 0 !important;
}
.nav_sec .stellarnav > ul > li > a
{
	
}
/*.nav_sec .stellarnav > ul > li > a:before
{
	content: "";
    position: absolute;
    right: 0;
    top: 17px;
    height: 21px;
    width: 1px;
    background: #121f6c;
}
.nav_sec .stellarnav > ul > li:last-child a:before
{
	display: none;
}*/
.nav_sec.navbar .navbar-nav li a.active
{
    color: #ff3e55;
}
.nav_sec.navbar .dropdown-item.active, 
.nav_sec.navbar .dropdown-item:active
{
    background-color: #fff;
    /* color: #fff; */
}
.nav_sec .stellarnav ul li ul li a.active
{
    
}
.nav_sec .stellarnav ul
{
	text-align: right;
	padding: 0px 0 0 0;
}
.nav_sec .stellarnav.dark {
    background: rgba(0, 0, 0, 0);
}
.nav_sec .stellarnav.dark ul ul
{
	text-align: left;

}


.nav_sec .navbar-brand 
{
	padding: 0 0;
}
.nav_sec .navbar-collapse
{
	justify-content: flex-end;
}
.nav_sec.navbar .navbar-nav li a
{
	padding: 4px 15px;
    font-size: 15px;
    color: #000;
    position: relative;
    letter-spacing: 0.4px;
}
.nav_sec.navbar .navbar-nav li:last-child a
{
	padding-right:0;
}
.nav_sec.navbar .navbar-nav > li > a:before
{
	content: "";
    position: absolute;
    right: 0;
    top: 18px;
    height: 14px;
    width: 1px;
    background: #fff;
}
.nav_sec.navbar .navbar-nav li:last-child a:before
{
	display: none;
}
.stellarnav.dark ul ul {
    background: rgb(255 255 255 / 98%);
}
.nav_sec .stellarnav ul li ul li a
{
	color: #000;
    padding: 12px 15px;
    border-bottom: 1px solid #dfd9d9;
    transition-duration: 0.3s;
}
.nav_sec .stellarnav ul li ul li a:hover
{
    background-color: #ff3e55;
    color: #fff;
    transition-duration: 0.3s;
}
.nav_sec.navbar .navbar-nav li ul li a {
    padding: 8px 15px;
    font-size: 15px;
}
.nav_sec.navbar .navbar-nav li ul li a:hover
{
    background-color: var(--primary);
    color: #fff;
}

/* bootstrap navbar style */

.nav_sec .navbar-nav .nav-link {
    color: #fff;
  }
  .nav_sec .dropend .dropdown-toggle {
    margin-left: 1em;
  }
  .nav_sec .dropdown-item:hover {
    /* background-color: var(--primary); */
    color: var(--orange);
  }
  .nav_sec .dropdown .dropdown-menu {
      left: 0;
      width: 200px;
      border: none;
      border-radius: 0;
  }
  .nav_sec .dropdown:hover > .dropdown-menu,
  .nav_sec .dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
  }
  @media screen and (min-width: 769px) {
    .nav_sec .dropend:hover > .dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
    }
    .nav_sec .dropend .dropdown-toggle {
      margin-left: 0.5em;
    }
  }
  
/*============ main_banner ========*/
.banner_sec
{
	padding: 50px 0;
	min-height: 600px;
    background-color: #EAEEFF;
    /* background-image: linear-gradient(90deg, #b17d3e, #8fb5d9); */
    display: flex;
    align-items: center;
    position: relative;
    
}
.banner_sec .carousel{
    width: 100%;;
}
.banner_img img{
    width: 100%;
}
.banner_txt_box
{
	padding-right: 30px;
}
.banner_txt_box h3
{
    font-size: 29px;
    color: #fff;
    font-weight: 400;
    padding: 0;
    margin: 0 0 3px 0;
    line-height: 1;
    letter-spacing: .4px;
}
.banner_txt_box h1,
.banner_txt_box h2
{
	font-size: 43px;
    font-weight: 700;
    color: #09139b;
    margin: 0 0 16px 0;
    letter-spacing: 0.4px;
    text-shadow: 2px 0px 3px rgb(12 11 11 / 25%);
}
.banner_txt_box p
{
	font-size: 15px;
    color: #fff;
    /*font-weight: 700;*/
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 1.4;
    letter-spacing: .6px;
}
.banner_txt_box .banner_btn
{
    background-color: #ffffff;
    color: #4385f5;
    border: none;
    padding: 8px 22px;
    transition-duration: 0.4s;
    font-size: 17px;
    display: inline-block;
    margin: 13px 0 0 0;
    outline: none;
    box-shadow: none;
    height: auto;
    letter-spacing: 0.6px;
    border-radius: 11px;
}

/*  */
.line-animation {
    height: 100%;
    display: flex;
    position: absolute;
    top: 0px;
    width: 100%;
    overflow: hidden;
    justify-content: space-around;
}

.line-animation .line1 {
    position: relative;
    -webkit-animation: drop 20s 0s infinite;
    animation: drop 20s 0s infinite;
    top: 0%
}

.line-animation .line2 {
    position: relative;
    -webkit-animation: drop 40s 0s infinite;
    animation: drop 40s 0s infinite;
    top: 0%
}
@-webkit-keyframes drop {
    0% {
        top: 0;
    }

    50% {
        top: -800px;
    }

    100% {
        top: 0px;
    }
}

@keyframes drop {
    0% {
        top: 0;
    }

    50% {
        top: -800px;
    }

    100% {
        top: 0px;
    }
}
/*  */
@-webkit-keyframes suspend {
    0% {
      transform: rotateY(40deg) rotateX(0deg);
    }
    to {
      transform: rotateY(-40deg) rotateX(0deg);
    }
  }
  @keyframes suspend {
    0% {
      transform: rotateY(40deg) rotateX(0deg);
    }
    to {
      transform: rotateY(-40deg) rotateX(0deg);
    }
  }
  .banner_img
  {
    transform: rotateY(40deg) rotateX(0deg);
  -webkit-animation: suspend 5s ease-in-out infinite alternate;
  animation: suspend 5s ease-in-out infinite alternate;
  }
/*====== about_home =====*/
.about_home {
    padding: 40px 0 20px 0;
    background-color: #f7f7f7;
    /*background-image: url('../images/developemt_bg_light.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;*/
    margin-top: -5px;
    text-align: center;
}
.about_home h4 {
    font-size: 30px;
    color: #222;
    font-weight: 600;
    padding: 0px 0 20px 0;
    margin: 0px;
    /*text-transform: capitalize;
    text-shadow: 2px 2px 5px #a5a2a2;*/
}
.about_home img {
    width: 100%;
}
.about_home p {
    font-size: 18px;
    color: #2f2f2f;
    font-weight: 400;
    padding: 0px 0 28px 0;
    margin: 0px;
}
.about_home p span {
    color: #089310;
}
/* == site_features_sec == */
.site_features_sec
{
    padding: 40px 0 20px 0;
    /* background: url('../images/pattern2.png'); */
}
.card_over_vidget_main
{
    margin-bottom: 20px;
}
.card_over_vidget
{
    position: relative;
}
.card_over_vidget .grid figure
{
    background-color: #000;
    border-radius: 7px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.card_over_vidget .grid img
{
    width: 100%;
}
.card_over_vidget .grid figure img
{
    opacity:1;
    transition-duration: 0.3s;
}
.card_over_vidget .grid figure:hover img
{
    opacity: 0.9;
    transition-duration: 0.3s;
}
.card_over_vidget .grid h2
{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 25px 0;
    letter-spacing: 0.4px;
    /* background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 2px;
    background-position: 0px 95%;
    -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    background-repeat: no-repeat; */
}
.card_over_vidget .grid h2:hover {
    color: inherit;
}
.card_over_vidget .grid h4
{
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 5px 0;
    color: #fc5300;
}
.card_over_vidget figure.effect-lily h4 {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

.card_over_vidget figure.effect-lily h4 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
.card_over_vidget figure.effect-lily:hover h4 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.card_over_vidget .grid p
{
    font-size: 17px;
    text-transform: initial;
    line-height: 1.3;
    color: #fff;
}

.card_over_vidget figure.effect-lily figcaption > div
{
    padding:15px 20px 30px 20px;
}
.card_over_vidget figure.effect-lily figcaption > div
{
    height: auto;
    z-index: 1;
}

.card_over_vidget .grid
{
    overflow: hidden;
    border-radius: 5px;
}
.card_over_vidget .card_img
{
    position: relative;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.card_over_vidget .grid
{
    position: relative;
}
.card_over_vidget .grid:before
{
    position: absolute;
    content: "";
    opacity: 0.5;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    transition: all 0.5s;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.card_over_vidget:hover .card_img, .card_over_vidget:focus .card_img {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/* hero_resources_sec */
.hero_resources_sec
{
    background-color: #ddd;
    padding: 130px 0;
    background-image: url('../images/resources_bg.jpg');
    background-attachment: fixed;
    background-position: center;
}
.hero_resources_sec h3{
    font-size: 45px;
    color: #fff;
    margin: 0 0 35px 0;
}
/*  */
/* banner_inner_sec */
.banner_inner_sec
{
    padding: 20px 0;
    min-height: 120px;
    background-color: #1e0868;
    width: 100%;
}
.banner_inner_sec h1
{
    font-size: 25px;
    color: var(--white);
    margin: 0;
}
.banner_inner_sec p
{
    margin: 10px 0 0 0;
    color: var(--white);
}
/* resources_sub_banner */
.resources_sub_banner {
    background-color: var(--primary);
    color: #fff;
    padding: 15px 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.resources_sub_banner h1 {
    font-size: 25px;
    color: var(--white);
    margin: 0;
}
.resources_sub_banner p {
    margin: 10px 0 0 0;
    color: var(--white);
}
/* resources page */
.resources_page_sec
{
    padding: 0 0 30px 0;
}
.sidenav_bar
{
    background-color: #eee;
    padding: 10px 10px;
    position: sticky;
    top: 90px;
}
.sidenav_bar ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidenav_bar ul li
{

}
.sidenav_bar ul li a
{
    color: #000;
    padding: 6px 15px;
    display: block;
    border-bottom: 1px solid #e9e1e1;
    background-color: #fff;
    border-radius: 3px;
}
.sidenav_bar ul li a.active
{
    color: var(--orange);
}
.resources_page_right
{
    padding: 30px 0 0 0;
}
.resources_title_area
{
    align-items: center;

}
.resources_title_area .resources_title_lft h2
{
    font-size: 20px;
}
/*  */
.cate_box
{
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 15px 15px;
}
.cate_box h4
{
    font-size: 20px;
}

.resources_listing_row
{
    margin-left: -8px;
    margin-right: -8px;
}
.reso_listing_box
{
    display: flex;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}
.reso_listing_box .reso_listing_card
{
    /* border: 1px solid #ddd; */
    /* background-color: #f6f6f7; */
    border-radius: 6px;
    padding: 25px 15px;
    position: relative;
    width: 100%;
    text-align: center;
    transition: all .3s; 
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;

    /* -webkit-box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 14%);
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 14%); */

    -webkit-box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;
    -moz-box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;
    box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;
    background: linear-gradient(145deg, #e2e8ec, #ffffff);

}
.reso_listing_box .reso_listing_card:hover
{
    /* box-shadow: 3px 4px 10px rgb(0 0 0 / 10%); */
    background-color: #e3e3e5;
}
.reso_listing_box .reso_listing_card:hover h3
{
    color: var(--orange);
}
.readmore_overlay
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.reso_listing_card .reso_logo
{
    height: 60px;
}
.reso_listing_card .reso_logo img
{
    position: relative;
    max-width: 110px;
    max-height: 60px;
    filter: grayscale(100);
}
.reso_listing_box .reso_listing_card:hover .reso_logo img
{
    filter: grayscale(0);
}
.reso_listing_card h3
{
    font-size: 18px;
    margin: 0;
}

/* latest_article_sec */
.latest_article_sec
{
    padding: 50px 0;
}
.design_grid_card
{
    margin-bottom: 25px;
}
/* related article */
.blog_box_main
{
    margin-bottom: 30px;
}
.blog_box_h_inner {
    -webkit-box-shadow: 0 4px 14px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 16%);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all .5s ease-in-out 0s;
}
.blog_box_h_inner .blog_txt_area {
    padding: 10px 20px 60px 20px;
}
.upcomimg_events_img_box img {
    width: 100%;
}
.blog_img_box {
    padding: 0;
    height: auto;
    overflow: hidden;
    display: inline-block;
}
.upcomimg_events_img_box {
    position: relative;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.blog_box_h_inner:hover .upcomimg_events_img_box, .blog_box_h_inner:focus .upcomimg_events_img_box {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.blog_txt_area h6 {
    font-size: 15px;
    color: #422113;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: 400;
    letter-spacing: 0.7px;
}
.blog_txt_area h4 {
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 10px 0;
    display: block;
    text-decoration: none;
    line-height: 1.3;
}
.blog_txt_area h4 a
{
    color: #000;
}
.blog_txt_area p {
    font-size: 16px;
    color: #242425;
    font-weight: 400;
    padding: 0px 0 0px 0;
    margin: 0;
}
.blog_txt_area .blog_btn {
    display: inline-block;
    padding: 0;
    margin: 14px 0 0 0;
    font-size: 16px;
    color: #422113;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-decoration: underline;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.blog_box_h_inner .blog_btn_over {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.blog_details_img
{
    margin-bottom: 20px;
}
/*.blog_box_h_inner:hover .blog_txt_area h4 a,*/
.blog_box_h_inner:hover .blog_txt_area .blog_btn
{
    color: #f98e78;
}

/*======= footer_sec =======*/
.footer_sec
{
    padding: 45px 0 30px 0;
    background-color: #303232;
}
.footer_box .ft_heading {
    font-size: 16px;
    color: #fff;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    letter-spacing: 0.6px;
    position: relative;
    font-weight: 500;
}
.footer_box .ft_heading:before
{
    content: "";
    width: 30px;
    height: 4px;
    background-color: #fd5308;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ft_contact ul
{
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}
.ft_contact ul li
{
    display: block;
    margin: 0 0 11px 0;
    color: #5c5a57;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 600;
}

.ft_links ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft_links ul li
{
    display: block;
    margin: 0 0 7px 0;
    font-weight: 300;
}
.ft_links ul li a
{
    font-size: 15px;
    color: #fff;
    transition-duration: 0.3s;
    position: relative;
    padding-left: 20px;
}
.ft_links ul li a:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    color: var(--orange);
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 2px;
}
.ft_links ul li a:hover
{
    color: #fd5308;
    transition-duration: 0.3s;
    /*padding-left: 3px;*/
}
/*============ footer_copyright_sec =========*/
.footer_copyright_sec
{
    padding: 10px 0;
    background-color: #1e2020;
}
.ft_copy_bx
{
    display: flex;
    align-items: center;
}
.footer_copy p
{
	font-size: 14px;
    color: #fff;
    padding: 0;
    margin: 0px 0 0px 0;
    letter-spacing: 0.5px;
    font-weight: 300;
}
.footer_privacy
{
    
}
.footer_privacy ul
{
    display: flex;
    justify-content: flex-end;
    margin: 0;
}
.footer_privacy ul li
{
    margin-left: 25px;
}
.footer_privacy ul li a
{
    color: var(--white);
}

/*==== comman content style css ===== */
.content_style_comman ol, 
.content_style_comman ul{
    padding: 0 0 0 17px;
}
.content_style_comman ol li, 
.content_style_comman ul li
{
    margin-bottom: 15px;
}
.content_style_comman h2
{
    font-size: 20px;
    margin: 0 0 12px 0;
}
.content_style_comman h3
{
    font-size: 18px;
}
.content_style_comman h4
{
    font-size: 16px;
    margin: 0 0 4px 0;
}
.content_style_comman strong
{
    font-weight: 500;
}
.content_style_comman p,
.content_style_comman li
{
    color: #1a1919;
}
.img_output_preview
{
    margin-top: 5px;
    margin-bottom: 20px;
}
/* 404_page_sec */
.error_page_sec
{
    padding: 30px 0;
    /* height: calc(100vh - 59px); */
    align-items: center;
    display: flex;
}
.error_page_right
{
    padding-top: 30px;
}
.error_page_area h2
{
    color: #000;
    font-size: 64px;
    margin: 0;
}
.error_page_area h3
{
    color: var(--bs-blue);
    font-size: 56px;
    margin: 0 0 15px 0;
    /* font-family: 'Segoe UI 500'; */
}
.error_page_area p
{
    color: #000;
    font-size: 18px;
}
/* sidenav comman style */
.sideNavbar_comman
{
    background-color: #eee;
    padding: 15px 15px;
    position: sticky;
    top: 80px;
}
.sideNav_style_comman ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sideNav_style_comman ul li
{

}
.sideNav_style_comman ul li a
{
    color: #000;
    padding: 6px 15px;
    display: block;
    border-bottom: 1px solid #e9e1e1;
    background-color: #fff;
    border-radius: 3px;
}
.sideNav_style_comman ul li a.active
{
    color: var(--orange);
}
/* code_highlight_area */
.code_highlight_area {
    overflow-x: auto;
    border-radius: 4px;
}
.code_highlight_area code
{
    padding-top: 0px !important;
    padding-bottom: 18px;
}
.code_highlight_header
{
    background-color: #101111;
    color: #fff;
    padding: 10px 10px;
}
.code_highlight_header h5
{
    margin: 0;
    font-size: 12px;
    color: #dedada;
}










