/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
    [ ## Heading ]
    [ ## Others Typography ]
# Elements
    [ ## Font Size ]
    [ ## Font Weight ]
    [ ## Margin Element ]
    [ ## Padding Element ]
    [ ## Color Element ]
    [ ## Background Element ]
    [ ## Extra Background ]
    [ ## Social Element ]
    [ ## Overlay Element ]
    [ ## Lists ]
    [ ## Post, Page, Comments Table ]
    [ ## Others Element ]
    [ ## Grid Element ]
# Forms
	[ ## Buttons ]
	[ ## Fields ]
# 1eader Content
	[ ## Preloader ]
	[ ## Header ]
    [ ## Sticky header ]
# layout
    [ ## Hero Block ]
    [ ## Features ]
    [ ## Team ]
    [ ## Testimonial ]
    [ ## Sections ]
        [ ### Features Block ]
        [ ### Network Location ]
        [ ### Discount Block ]
        [ ### Vission Mission Block ]
        [ ### Work Brand ]
        [ ### Announcement ]
        [ ### Pricing ]
        [ ### Faqs ]
        [ ### Support Ticket ]
        [ ### Call To Action ]
        [ ### Founder Message Block ]
        [ ### Fan Fact Block ]
    [ ## Blog ]
# site content
	[ ## About Page ]
	[ ## Contact Page ]
	[ ## 404 Page ]
	[ ## Registration Page ]
	[ ## Posts and pages ]
	    [ ### Page Title ]
	    [ ### Breadcrumb ]
	    [ ### Page info Content ]
	[ ## Comments ]
	[ ## Widgets ]
	[ ## Widgets Content ]
# Footer
/*--------------------------------------------------------------
# abstracts
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### font-variable start ]
*/
/*-------------------------------------------------
    [ ### font-variable end ]
*/
/*-------------------------------------------------
    [ ### font_family-variable start ]
*/
/*-------------------------------------------------
    [ ### font_family-variable end ]
*/
/*-------------------------------------------------
    [ ### font_size-variable start ]
*/
/*-------------------------------------------------
    [ ### font_size-variable end ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable end ]
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## reset ]
*/


/* body {
  background-color: #2D70C4; */
  /* font-family: "Glober", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em; */
  /* color: #212529; */
  /* color: #ffffff; */
  /* overflow-x: hidden; */
/* } */

.banner-section .banner-content .sub-title {
  /* font-size: 12px;
  padding: 5px 10px; */
  background-color: #002E52;
  /* border-radius: 5px; */
  color: #f7f4ff;
  /* margin-bottom: 40px;
  font-weight: 600; */
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
  color: #2D70C4;
}

.yIDM {
	color: #FFCB0D ;
}

.bIDM {
	color: #2D70C4 ;
}

.wIDM {
	color: #ffffff !important;
}

.brand-section {
  position: relative;
  background-color: #004682  ;
  /* background-color: #f0eff5; */
}



/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/

.copyright-area {
    padding: 40px 0;
    text-align: center;
    /* border-top: 2px solid rgba(5, 11, 59); */
	background-color: #2D70C4;
}

.contact-link {
    font-weight: 700;
    text-decoration: underline;
    color: #2D70C4;
}
/* .feature-item:nth-child(even) {
    background-color: #f0eff5;
}

.feature-item:nth-child(odd) {
    background-color: #002E52;
} */

.col-xl-4:nth-child(even) .feature-item {
    background-color: #FFCB0D;
	/* color: #ffffff; */
}

.col-xl-4:nth-child(odd) .feature-item {
    background-color: #2D70C4;
	color: #ffffff;
}

.header-bottom-area .navbar-collapse .main-menu li a:hover, .header-bottom-area .navbar-collapse .main-menu li a.active {
    color: #FFCB0D;
    /* color: #002E52; */
}

.header-bottom-area .navbar-collapse .main-menu li a {
    font-size: 14px;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
    font-size: 13px;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
    color: #FFCB0D;
  }

.header-bottom-area {
    position: relative;
    background: #2D70C4;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.header-bottom-area .navbar-collapse .main-menu li a {
    position: relative;
    padding: 35px 0;
    font-weight: 700;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	z-index: 9;
}

.btn--base.active {
    /* background: #002E52 transparent;
    color: #002E52; */
    /* color: #002E52; */
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
	position: absolute;
	top: 60px;
	left: -30px;
	padding: 10px 0;
	width: 150px;
	background-color: #2D70C4;
	-webkit-box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
			box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
	border-radius: 15px;
	display: block;
	-webkit-transform: scaleY(0);
			transform: scaleY(0);
	-webkit-transform-origin: top left;
			transform-origin: top left;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 10;
  }

.btn--base.active:focus, .btn--base.active:hover {
	color: #FFCB0D;
	/* color: #ffffff; */
	background: #ffffff;
	/* background: #002E52; */
}
