*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Raleway';
}

a{
	text-decoration: none;
}

:root{
--first-font:'Montserrat',Helvetica,Arial,Lucida,sans-serif;
--second-font:'Raleway';
--third-font:"Public Sans", sans-serif;
--blue:#3c5baf;

}



/*.top_hed{
	padding: 15px 0px;
}*/
.top_hed .row{
  display: flex;
  align-items: center;
}
/* .top_hed .logo{

} */
.nav_bar .menu_bar button{
	padding: 12px 20px;
    display: flex;
    align-items: center;
    font-family: var(--third-font);
    background: var(--blue);
    border:none;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.nav_bar .menu_bar button i{
	padding-right: 10px;
	font-size: 20px;
}
#button-addon4{
  color:var(--blue);
}
.search_form input{
	border-radius: 9px;
	font-family: var(--third-font);
	letter-spacing: 0.3px;
}
.social_media{
	text-align: end;
}
.social_media ul{
	margin-bottom: 0px;
}
.social_media ul li{
	list-style: none;
	display: inline-block;
}
.social_media ul li a{
	width: 40px;
	height: 40px;
	background: #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color:var(--blue);
	transition: all(0.5s)
}
.social_media ul li a:hover{
	background: var(--blue);
	color: #fff;
}
.category-list.show{
	  display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding: 20px 25px;
    box-shadow: 0 0 8px #ddd;
    border:none;
    transform: translate3d(0px, 65px, 0px) !important;
  }
  .category-list.show li{
  	width: 100%;
  }
  .onhover-category-list{
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	padding: 0px;
  }
 .category-list .onhover-category-list img{
  	width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
}
 .category-list .onhover-category-list h5{
 	font-family: var(--third-font);
 	font-size: 20px;
 	margin-bottom: 0px;
 }
.category-list .onhover-category-list i{
	margin-left: 20px;
}
.category-list ul {
    width: 250px;
    position: absolute;
    top: 30px;
    left: calc(100% - 0px);
    background: #fff;
    box-shadow: 0px 8px rgba(0);
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding: 20px 25px;
    list-style: none;
    border-radius: 10px;
    display: none;
    transition: all(0.5s);
}
.category-list .dropdown:hover ul{
	display: block;
}
.category-list ul li{
	padding: 11px 0px;
	font-size: 20px;
	font-family: var(--third-font);
}
.category-list ul li a{
	color: #000;
	font-family: var(--third-font);
}


/*banner_secation*/

* {
	font-family: 'Montserrat', sans-serif;
}
.bg-light {
	background-color: transparent !important;
}
.banner_secation .carousel-caption{
        left: 8%;
        padding-bottom: 3.25rem;
}
.banner_secation .carousel-control-next, .banner_secation .carousel-control-prev {
    width: 3%;
    height: 535px;
} 
.carousel-item {
	height: 100vh;
	min-height: 300px;
}
.carousel-caption {
	bottom: 220px;
}
.carousel-caption h5 {
    font-size: 60px;
    letter-spacing: 2px;
    margin-top: 25px;
    color: #000;
    font-weight: 800;
    text-align: left;
    line-height: 60px;
    padding-bottom: 10px;
    font-family: 'Raleway', sans-serif;
        font-weight: 800;
}
.carousel-caption h5 spna{
      font-family: 'Raleway', sans-serif !important;
}
.carousel-caption p {
	margin: auto;
	font-size: 20px;
	line-height: 1.2;
	font-family: var(--third-font);
	color: #000;
	text-align: left;
}
.carousel-caption a {
	text-transform: uppercase;
	text-decoration: none;
	background: var(--blue);
	padding: 12px 25px;
	display: inline-block;
	color: #fff;
	margin-top: 20px;
	border-radius: 4px;
}
.banner_secation h5 span{
	color: var(--blue);
	 font-family: 'Raleway', sans-serif;
}

.w-100 {
	height: 90vh;
}
@media only screen and (max-width: 767px) {
	.carousel-caption {
		bottom: 165px;
	}
	.carousel-caption h5 {
		font-size: 17px;
	}
	.carousel-caption a {
		padding: 10px 15px;
		font-size: 15px;
	}
}
/*pop_catarige*/
.pop_cat{
    display: none;
}
.img_treble{
	margin-top: 30px;
}
.pop_cat{
	margin-bottom: 50px;
}

/*cat_books sec*/
.cat_books .heding_cat h4{
    font-size: 25px;
    font-weight: 600;
    font-family: var(--third-font);
}
.heding_btn a{
	padding: 12px 25px;
	border-radius: 5px;
	border:2px solid var(--blue);
	background: var(--blue);
	color: #fff;
	font-size: 16px;
	transition: 0.5s ;
}
.heding_btn a:hover{
	background: transparent;
	color: var(--blue);
	
}
.cat_header{
    padding: 0.5rem 0px;
    background: #eee;
}

/* header_cat_menu start */

header .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .header-nav .header-nav-left {
    position: relative;
}
header .header-nav .header-nav-left .dropdown-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320))) calc(16px + (31 - 16) * ((100vw - 320px) / (1920 - 320)));
    background: var(--theme-color2);
    color: #fff;
    border-radius: 5px;
    border: none;
}
header .header-nav .header-nav-left .dropdown-category .feather {
    font-size: 23px;
    margin-right: calc(9px + (16 - 9) * ((100vw - 320px) / (1920 - 320)));
}
header .header-nav .header-nav-left .dropdown-category span {
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
	display: inline-block;
}
header .header-nav .header-nav-left .category-dropdown {
    position: absolute;
    top: 72px;
    left: 0;
    background-color:#fff;
    -webkit-box-shadow: 0 0 8px #ddd;
    box-shadow: 0 0 8px #ddd;
    z-index: 2;
    width: 300px;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .header-nav .header-nav-left .dropdown-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320))) calc(16px + (31 - 16) * ((100vw - 320px) / (1920 - 320)));
    background: var(--blue);
    color: #fff;
    border-radius: 5px;
    border: none;
}
header .header-nav .header-nav-left:hover .category-dropdown {
    opacity: 1;
    visibility: visible;
    top: 63px;
}
header .header-nav .header-nav-left .category-dropdown .category-title {
    display: none;
}
header .header-nav .header-nav-left .category-dropdown .category-title h5 {
    color: var(--blue);
    font-weight: 600;
	font-family: var(--third-font);
}
header .header-nav .header-nav-left .category-dropdown .category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
    padding: 20px 25px;
}
header .header-nav .header-nav-left .category-dropdown .category-list li {
    display: block;
    width: 100%;
}
header .header-nav .header-nav-left .category-dropdown .category-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4a5568;
}
header .header-nav .header-nav-left .category-dropdown .category-list li a img {
    width: 23px;
    height: 23px;
    -o-object-fit: contain;
    object-fit: contain;
}
header .header-nav .header-nav-left .category-dropdown .category-list li a h6 {
    font-size: 17px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	font-family: var(--third-font);
    margin-bottom: 0px;
}
header .header-nav .header-nav-left .category-dropdown .category-list li a h6:before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: var(--theme-color);
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .header-nav .header-nav-left .category-dropdown .category-list li a i {
    margin-left: auto;
}
header .onhover-category-list:hover .onhover-category-box {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}
header .header-nav-right .deal-button{
    background: var(--blue);
    color: #fff;
}
.header-nav .container-fluid{
    padding-right: 0px;
}
header .onhover-category-list .onhover-category-box {
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 8px #ddd;
    box-shadow: 0 0 8px #ddd;
    padding: 20px 25px;
    border-radius: 5px;
    width: 520px;
    height: 100%;
    overflow: auto;
    display: grid;
    grid-template-columns: auto auto;
    opacity: 0;
    visibility: hidden;
    margin-left: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
   
}
.category-list .onhover-category-box .list-1 ul {
    /* width: 250px; */
    position: absolute;
    /* top: 30px; */
    left: calc(0% - 0px); 
    background: transparent;
    box-shadow: 0px 8px rgba(0);
    box-shadow: none; 
    padding: 20px 0px;
    list-style: none;
    border-radius: 10px;
    display: block; 
    transition: all(0.5s);
    padding-left: 26px;
}
.category-list .onhover-category-box ul li{
    font-size: 16px;
   padding: 0;
}
.category-title-box h5{
    font-size: 20px;
    font-family: var(--second-font);
    font-weight: 600;
    text-transform: uppercase;
}

/* header .header-nav-middle {
    margin: auto !important;
} */
header .navbar {
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    z-index: 1;
}
header .main-nav {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
    top: 0;
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
header .navbar-expand-xl .offcanvas {
    -webkit-box-flex: 1;
}
header .offcanvas-header h5 {
    color: var(--blue);
    font-weight: 600;
}
h5 {
    font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.2;
    margin: 0;
    font-weight: 400;
}
.header-nav-middle ul li{
    font-size: 16px;
    font-family: var(--third-font);
    color: #222;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.header-nav-middle ul li a{
    color: #222;
}

/* header_cat_menu end */
/*about esc*/
.about_sec{
    padding: 70px 0px;
    background: #fff;
}
.about-mimg img, .abot-simg img{
   border-radius: 6px;
   margin-bottom: 20px;
}

.about_sec .exp-bx {
    align-items: center;
    display: flex;
    margin-left: -125px;
    overflow: hidden;
    position: relative;
    width: 400px;
}
.about_sec .exp-bx .exp-head {
    background-color: var(--blue);
    border-radius: 6px;
    padding: 20px;
    width: 160px;
}
.about_sec .exp-bx .counter-boxs {
    align-items: center;
    display: flex;
    margin-bottom: 5px;
}
.counter-boxs h2 {
    color: #fff;
    font-size: 62px;
    font-weight: 600;
    line-height: 1;
}

h6.title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0;
}
.exp-info ul{
    list-style: none;
    padding-left: 1rem;
}
.exp-info ul span{
    font-size: 15px;
    padding: 5px 5px 5px 30px;
    position: relative;
}
.exp-info ul i{
    color: var(--blue);
}
.about_sec .about_text{
    padding-left: 20px;
}
.about_sec .about_text h5{
    display:none;
}
.about_sec .about_text h5{
    font-size: 16px;
    font-weight: 600;
    font-family: var(--first-font);
    text-transform: uppercase;
    color: var(--blue);
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.about_sec .about_text h2{
    color: #1a1668;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}
.about_sec .about_text p{
    font-size: 16px;
    font-family: var(--third-font);
    margin-top: 20px;
    text-align: justify;
    letter-spacing: 0.3px;
}
.about_btn a{
    color: #fff;
    background: var(--blue);
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 0 19px 29px hsl(29deg 52% 72% / 34%);
    font-size: 18px;

}
.about_btn a:before {
    background-color: hsla(0,0%,100%,.5);
    border-right: 2px solid #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-105%);
    transform: translate(-105%);
    transition: all .8s;
    width: 100%;
    z-index: 1;
    }
    .about_btn a:hover:before {
    opacity: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
}

/*cat_books*/
.cat_books{
    padding: 60px 0px 0px 0px;
}
.cat_books .full_sec{
    margin-bottom: 20px;
}
.cat_bo_slid .card-body h5{
   font-size: 20px;
   font-weight: 600;
   color: var(--blue);
   font-family: var(--third-font);
}

.cat_bo_slid .card-body p{
    font-size: 16px;
    font-family: var(--third-font);
    margin-bottom: 0px;
}
.cat_btn a{
    padding: 5px 10px;
    border-radius: 10px;
    color: #111;
}
.cat_btn a i{
    margin-left: 5px;
}
.carousel-control-next, .carousel-control-prev{
    width: 3%;
    height: 452px;
}
.cat_books .carousel-item {
    height: 90vh;
}
.cat_books .full_sec{
    padding: 0px 26px;
}
/*cont-sec*/
.cont_sec {
    background-image: url(../img/livary1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px 80px 0px;
    background-blend-mode: overlay;
    background-color: #0000004d;
}
.cont_sec h5{
    font-size: 18px;
    text-align: center;
    color: var(--blue);
    text-transform: uppercase;
}
.cont_sec h2{
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    font-family: Libre Baskerville,serif;
    color: #fff;
}
.miso{
    background: #202443;
    border-radius: 10px;
}
.miso .tab-content{
    padding-top:25px;
    color: #fff;
}
.miso .tab-content .tab-pane{
    text-align: justify;
}

/*counter sec*/
.counter {
     background-blend-mode: overlay;
    background: #1a1668b3;
    background-image: url(../img/library-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px 80px 0px;

}
.count-up{
    background: #fff;
    position: relative;
    border-radius: 10px;
    padding-bottom: 20px;
    transition: 0.5s all;
    border: 2px solid #fff;
    margin-bottom: 20px;
}
.count-up:hover{
    border: 2px solid #eaa451;
}

.count-up .count_icon i{
   font-size: 60px;
   padding: 30px 0px 0px 0px;
   color: var(--blue);
}
.input-group .btn{
    z-index: 1;
}
.count-up p{
    font-size: 50px;
    font-weight: 600;
    font-family: var(--third-font);
    margin-bottom: 0px;
}
.count-up h3{
    font-size: 20px;
    font-family: var(--third-font);
}

/*why chose us*/

.why-cho{
    padding: 70px 0px;
    background: #eee;
}
.why-cho h2{
    font-size: 2.25rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: #1a1668;
}
.why-cho p{
    font-size: 16px;
    font-family: var(--third-font);
    margin-bottom: 50px;
  }
  .why-cho .why-box{
    padding: 45px;
    border:2px solid #fff;
    box-shadow: 1px 1.732px 60px 0 rgb(0 0 0 / 10%);
    transition: all .8s;
    margin-bottom: 30px;
    border-radius: 10px;
    background: #fff;
  }
  .why-cho .why-box:hover{
    border: 2px solid #eaa451;
    transform: translateY(-20px);
  }
.why-cho .why-box .box-icon{
    display: inline-block;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
}
.why-cho .why-box .box-icon i{
    font-size: 60px;
    color: #1a1668;
}
.why-cho .why-box:hover .box-icon i{
    color: #eaa451;
}
.why-cho .why-box .title{
    font-size: 1.5rem;
    font-weight: 600;
    font-weight: 600;
    color: var(--blue);
}
.why-cho .why-box .icon-content p{
   font-size: 17px;

}
.why-cho .why-box .icon-content a{
    color: #eaa451;
    font-size: 18px;
    font-weight: 600;
}

/*auther_sec*/

.auther_sec{
    padding: 70px 0px;
    background: #fff;
}

.auther_sec h2 {
    font-size: 2.25rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: #1a1668;
}
.auther_sec .card_boxs {
    border-radius: 5px;
    overflow: hidden;
    background: #eee;
    margin-top: 20px;
}

.auther_sec .card-details h4{
    font-size: 20px;
    font-weight: 600;
    font-family: var(--third-font);
    color: var(--blue);
    margin-top: 10px;
}
/*clint-sec*/

.clint_sec {
    padding: 70px 0px;
    background: #fff;
}
.clint_sec h2 {
    font-size: 2.25rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: #1a1668;
}

/*textmonila*/

.testmonil_box {
    position: relative;
    display: block;
    background: #eee;
    box-shadow: 0px 0px 26px 0px rgb(215 212 212 / 35%);
    padding: 25px 0px 25px;
    padding-left: 35px;
    padding-right: 35px;
    z-index: 1;
    margin-top: 30px;
    border-radius: 10px;
    height: 340px;
}
.testmonil_box i {
    color: var(--blue);
    font-size: 27px;
    line-height: 20px;
    margin-bottom: 23px;
}
.testmonil_box .testmonil_taxt p {
    font-size: 17px;
    line-height: 22px;
    text-align: justify;
    font-family: 'Domine',Georgia,"Times New Roman",serif;
}
.testmonil_box .client-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.testmonil_box .client-info .img {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.testmonil_box .client-info .title {
    position: relative;
    display: block;
    padding-left: 20px;
}
.testmonil_box .client-info .title h3 {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Domine',Georgia,"Times New Roman",serif;
    padding-bottom: 0px;
}
.testmonil_box .client-info .title p {
    margin: 0;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
}


/*footer*/
.footer_sec{
    padding: 10px 0px;
    background: var(--blue);
    border-bottom: 1px solid #cdcaca;
}
.footer_sec .naws_text h2{
  font-size: 2.25rem;
  font-weight: 600;
  font-family: Poppins,sans-serif;
  color: #fff;
}
.footer_sec form{
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 6%);
}
.footer_sec form input.email_in {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}
.footer_sec form input.email_btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: gray;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
.footer_sec .naws_form{
    padding-top: 0px;
}

.fot_mid{
    padding: 20px 0px;
    background: #eee;
    border-bottom: 1px solid #cdcaca;

}
.fot_mid .fir-col{
     border-radius: 5px;
     margin-right: 20px;
}
.fot_mid .fot_hed{
    margin-top: 0px;
}
.fot_mid .fot_hed p{
    color: #000;
    font-size: 16px;
    font-family: var(--third-font);
}
.fot_soc_media ul {
    padding-left: 0px;
}
.fot_soc_media ul li{
   list-style: none;
    display: inline-block;
    text-align: left;
}
.fot_soc_media ul li a {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    transition: all(0.5s);
}
.fot_soc_media ul li a:hover{
    background:var(--blue);
    color: #fff;
}
.footer_new .fot_mnu_sec h4{
   font-size: 25px;
   font-weight: 800;
    color: #000;
    font-family: var(--third-font);
}
.footer_new .fot_mnu_sec ul{
    list-style: none;
    padding-left: 0px;
    padding-top: 0px;
}
.bliabl_b .ablib{
    margin-top:0px;
    padding-left:0px;
}
.footer_new .fot_mnu_sec ul li{
    color: #000;
    font-size: 17px;
    line-height: 35px;
}
.fot_soc_media ul{
    margin-bottom: 0px;
}
.footer_new .fot_mnu_sec ul li i{
    padding-right: 10px;
    color: #000;
}
.footer_new .fot_mnu_sec ul li a{
    color: #000;
}
.fot_add ul li {
    display: flex;
    align-items: center;
    padding: 5px 0px;
}
.fot_add ul li i{
 font-size: 30px;
}
.fot_add ul li span{
    color: #000;
    line-height: 22px;
}
.fot_bot{
    background:#eee;
}
.fot_bot p{
    display: flex;
    color: #000;
    align-items: center;
    justify-content:center;
    margin-bottom: 0px;
    padding: 5px 0px;
}
.fot_bot p img{
    width: 40px;
    height: 35px;
    background: #fff;
    margin-left: 10px;
    border-radius: 4px 0px;
}

/*home_main_cat*/
.home_main_cat{
    background: #eee;
    padding: 15px 15px;
}
.home_main_cat .container-fluid{
    background: #fff;
    border: 1px solid #dcdde1 ;
    padding: 0px;
}
.home_main_cat .comp_bo{
    background: #3199e2;
}
.home_main_cat .excl_sat{
 background: #fd7b7b !important;  
}

.home_main_cat .comp_bo h2{
    margin-bottom: 0px;
    padding: 70px 0px 40px 0px;
    text-align: center;
    color: #fff;
    font-size: 29px;
    font-weight: 600;
}
.home_main_cat .comp_bo p{
    text-align: center;
    color: #fff;
    padding-bottom: 55px;
}
.ablib{
    color: #cc0000;
    text-align: left;
    padding: 11px;
    margin-top:20px;
    font-size: 20px;
    font-weight: 700;
}
.ablib img{
   margin-left: 10px;
    background: #fff;
    padding: 7px;
    border-radius: 4px;
}
.ablib .avlia{
    padding:10px;
    background:#3c5baf;
    border-radius:5px;
    color:#fff;
}
.ablib span{
    color:var(--blue);
}
/* whath chet*/

.sticky-wht-wrp {
position: fixed;
bottom: 0;
z-index: 99999;
width:4%;
left:15px;
}
.sticky-wht-wrp a{
display:block;
margin-bottom:5px;
position:relative;
}
.sticky-wht-wrp a img {
width: 100%;
background-color: #fff;
border-radius: 50%;
padding: 1px;
}
.sticky-wht-wrp a span {
position: absolute;
width: 127px;
background-color: #359935;
color: #fff;
font-weight: bold;
padding: 5px;
text-align: center;
border-radius: 20px;
top: 10px;
left: 60px;
border: 1px solid #fff;
display:none;
}
.sticky-wht-wrp a:hover span{
display:block;
}
.sticky-wht-wrp a span:before {
content: '\f0d9';
position: absolute;
left: -5px;
font-family: 'FontAwesome';
color: #359935;
top: 5px;
}



.home_main_cat .comp_bo{
    padding: 0px 10px;
}
.home_main_cat .view_btn{
  text-align: center;
  padding-bottom: 80px;
}
.home_main_cat .view_btn a{
    padding: 10px 20px;
    background: #fff;
    border-radius: 4px;
}

.post-slide{
    background: #fff;
    margin: 0px 15px 20px;
    padding-top: 1px;
 
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    text-align: center;
   /* margin: -12px 15px 8px 15px;
    margin-left: -10px;*/
}
.post-slide .post-img img{
    width: 75%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 20px 0px 0px;
    border-radius: 15px;
    text-align: center;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:5px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
/*    box-shadow: 0px 10px 20px -10px #1376c5;*/
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:46%;
    left:-9px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:46%;
    right: 6px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}

#compe_book{
    padding: 30px 10px 0px;
}

#exclusive-sage{
    padding: 30px 10px 0px;
}
#peacock-bo{
    padding: 30px 10px 0px; 
}
#Routl_class{
    padding: 30px 10px 0px;      
}


/*clint-slider*/
.clint_slider{
   padding: 0px 0px 70px 0px;
}
.clint_slider h2{
    font-size: 35px;
    font-weight: 700;
    font-family: var(--third-font);
    text-align: center;
    color: var(--blue);
    margin-bottom: 30px;
}
.clint_slider img {
  width: 120px;
  height: 68px;
  animation: scroll 10s linear infinite;
}

.clint_slider .slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}



/*about_page*/

.top_banner{
    background-image: url(../img/about_banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px 150px 0px;
}
.top_banner h2 {
    font-size: 40px;
    font-family: var(--third-font);
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.about_main_sec{
    padding: 70px 0px;
}
.about_main_sec .abo_can h5{
    font-size: 35px;
    color: var(--blue);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    /*margin-bottom: 14px;*/

}
.about_main_sec .abo_can h2{
    color: var(--blue);
    font-size: 38px;
    font-weight: 700;
    line-height: 40px;


}
.about_main_sec .abo_can p{
    font-size: 16px;
    font-family: var(--third-font);
    margin-top: 20px;
    text-align: justify;
    letter-spacing: 0.3px;
}
.about_main_sec .top_img{
    display: grid;
    grid-template-columns: auto auto auto auto; 
    column-gap: 13px

}

.about_main_sec .top_img .img-1{
    margin-top: 135px;
}
.about_main_sec .top_img .img-3,.about_main_sec .top_img .img-5 ,.img_box{
    margin-top: 13px;
}

.about_main_sec .top_img .img-4,.about_main_sec .top_img .img-6{
    margin-top: 37px;
}
.about_main_sec .top_img .img_box{
    background: var(--blue);
    border-radius: 20px;
    width: 122.434px;
    height: 122.434px;
    display: flex;
    align-items: center;


}
.about_main_sec .top_img .img_box p{
        font-size: 10px;
       text-align: center;
       color: #fff;
       margin-bottom: 0px;
}
.mision_sec{
    padding: 70px 0px;
    background-image: url(../img/livery1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
/*contat banner*/
.cont_banner{
    background-image: url(../img/contact-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px 150px 0px;

}
.cont_banner h2 {
    font-size: 40px;
    font-family: var(--third-font);
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.con_main_sec{
    padding: 70px 0px;
}
.con_main_sec .info-container {
    background-color: #eee;
    height: 100%;
    padding: 20px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0px 2px 25px rgb(0 0 0 / 10%);
}
.con_main_sec .info-container{
    padding-top:80px;
}
.con_main_sec .info-item {
    width: 100%;
    background-color: #eee;
    /*margin-bottom: 20px;*/
    /*padding: 20px;*/
    border-radius: 10px;
    color: #222;
}
.con_main_sec .info-item i {
    font-size: 20px;
    color: #000;
    float: left;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
}
.con_main_sec .info-item h4 {
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.info-item p{
    font-size: 14px;
}
.con_main_sec .php-email-form {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 2px 25px rgb(0 0 0 / 10%);
    padding: 30px;
    border-radius: 0 10px 10px 0;
}
.con_main_sec .php-email-form .form-group {
    padding-bottom: 8px;
}
.con_main_sec .php-email-form input[type=text], .con_main_sec .php-email-form input[type=email], .con_main_sec .php-email-form textarea {
    padding: 12px 15px;
}
.con_main_sec .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.con_main_sec .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #df1529;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}
.con_main_sec .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.con_main_sec .php-email-form button[type=submit]:hover {
    background: rgba(0, 131, 116, 0.8);
}
.con_main_sec .php-email-form button[type=submit] {
    background: var(--blue);
    border: 0;
    padding: 14px 45px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

/*carrer*/
.carr_banner{
     background-image: url(../img/carrer_banner.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0px 200px 0px;
}
.carr_banner h2 {
    font-size: 40px;
    font-family: var(--third-font);
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.car_main_sec{
    padding: 70px 0px;
}
.car_main_sec h2{
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    font-family: var(--third-font);
    text-transform: uppercase;
    color: var(--blue);
}
.car_main_sec .carr_box .bac_img{
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 155px 30px 30px 30px;
    border-radius: 25px;

}
.car_main_sec .carr_box .calling{
    background-image:url(../img/calling.jpg) ;
}
.car_main_sec .carr_box .auther{
    background-image:url(../img/auther.jpg) ;
}
.car_main_sec .carr_box .superv{
    background-image:url(../img/superb.jpg) ;
}
.car_main_sec .row{
    margin-top:50px ;
}
.car_main_sec .career-content{
    padding: 25px;
    border-radius: 25px;
    background: #fff;
    text-align: center;
}
.car_main_sec .career-content span{
    font-size: 14px;
    color: var(--blue);
}
.car_main_sec .career-content h3{
   font-size: 22px;
   font-weight: 700;
   line-height: 1.1;
   margin-bottom: 10px;
   text-transform: uppercase;

}

.round-btn {
    background-color: #3A78C9;
    border: none;
    color: #ffffff;
    display: inline-block;
    position: relative;
    transition: background-color 0.3s;
    font-size: 16px;
    line-height: 1.1;
    padding: 17px 30px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    border-radius: 30px;
}
.car_main_sec .apply-form-container{
    background-color: rgba(58, 120, 201, 0.8);
    border-radius: 25px;
    padding: 50px;
}
/*.car_main_sec .row [class*=col-]{
    padding-left: 25px;
    padding-right: 25px;
}*/
.car_main_sec .apply-form-container h5{
    font-size: 16px;
    margin: 0 0 15px;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
    color: #fff;

}
.car_main_sec .apply-form-container h2{
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
}
.car_main_sec .apply-form-container p{
    line-height: 1.6;
    margin: 0 0 15px;
    word-wrap: break-word;
    font-size: 16px;
    font-family: var(--third-font);
    color: #fff;
}

.carr_acd .card-header{
padding: 0px;
}

.car_main_sec .container h2{
    margin-bottom: 40px;
}
.carr_acd .card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.carr_acd .right_acod a.btn{
    display: none !important;
}

.carr_acd .card-header a.btn{
    text-align: left;
    display: block;
    padding: 10px 20px;
    width: 60%;
}
.carr_for .row{
    margin-top: 23px;
}
.carr_acd .card-header h4{
    font-size: 20px;
    font-family: var(--blue);
    font-weight: 500;
}
.carr_acd .card-header p{
    font-size: 14px;
    color: #676767;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.carr_acd .right_acod .appl_btn{
    display: inline-block;
    background-color: var(--blue);
    border: solid 1px var(--blue);
    color: #fff;
    transition: all .3s;
    padding: 10px 26px;
    font-size: 16px;
    border-radius: 3em;
    font-weight: 500;
    cursor: pointer;
    margin-right: 20px;
}
.carr_acd .card-body h3{
    font-size: 20px;
    font-weight: 600;
    color:var(--blue) ;
    font-family: var(--first-font);
}
.carr_acd .card-body p{
   text-align: justify;
}
.carr_acd .card{
    margin: 20px 0px;
}
 .carr_for .col-sm-6 ,.carr_for .col-12{
    padding-bottom: 20px;
} 

      /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: #eee;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #47b2e4;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #47b2e4;
  font-size: 14px;
  border: 2px solid #47b2e4;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.fa-bars {
  color: #000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .fa-bars {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .fa-bars {
  position: absolute;
  top: 32px;
  right: 32px;
  color: #fff;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 195px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}






.why_us_sec {
    padding: 70px 0px;
    background: #eee;
}
.why_us_sec h5{
    font-size: 15px;
    text-align: center;
    font-family: var(--third-font);
    color: #000;
}
.why_us_sec h2{
    font-size: 40px;
    font-weight: 800;
    font-family: var(--third-font);
    margin: 5px 0px;
    color: var(--blue);
}
.why_us_sec p{
    font-size: 16px;
    font-family: var(--third-font);
}
.why_us_sec .row{
    padding: 30px 0px;
}
.why_us_sec .banfi_box{
    border-radius: 25px;
    padding: 40px;
    background: #fff;
}
.why_us_sec .banfi_box .box-icon i{
    width: 80px;
    height: 80px;
    line-height: 82px;
    background-color: #3A78C9;
    color: #fff;
    border-radius: 50%;
    font-size: 33px;
    margin-bottom: 30px;

}
.why_us_sec .ban_detail h4{
  font-size: 20px;
  font-weight: 700;
  font-family: var(--third-font);
  margin-bottom: 10px;

}
.why_us_sec .ban_detail p{
    font-size: 16px;
    font-size: var(--third-font);
}
.why_us_sec .col-md-4{
    padding: 0px 20px;
}

/* all catary page */

.all_cat{
    background-image: url(../img/catairy.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 190px 0px 190px 0px;
}
.all_cat h2 {
    font-size: 40px;
    font-family: var(--third-font);
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.cat_sed{
    padding: 70px 0px;
}
.cat_sed .row{
    display: flex;
    align-items: center;
}

.cat_sed h4{
    font-size: 20px;
    font-weight: 600;
    font-family:var(--third-font);
    color: var(--blue);
    margin-bottom: 0px;
}
.cat_sed .sabs a{
    padding: 10px 15px ;
    background: #eee;
    border-radius: 5px;
    color: #000 ;
}

.cat-deat p{
    font-size: 14px;
    margin-bottom: 3px;
}
.cat-deat h5{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.cat-deat a{
     color: var(--blue); 
}

/*new reales secation*/
.new_reales_sec{
    background-image: url(../img/catairy.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 190px 0px 190px 0px;
}
.new_reales_sec h2{
    font-size: 40px;
    font-family: var(--third-font);
    font-weight: 800;
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.main_ner_rel{
    padding: 70px 0px 30px 0px;
    text-align: center;
}
.main_ner_rel h2{
    font-size: 35px;
    font-family: var(--third-font);
    font-weight: 700;
}
.main_ner_rel p{
    font-size: 16px;
    font-family: var(--third-font);

}
.book_list_sec{

}
/*single_detail_page*/
.single_detail_secation{
    padding: 70px 0px;
}
.boo_nam h3 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0px;
}
.boo_nam a p{
    font-size: 16px;
    color: #868080;
}
.book_detail_sin p{
    font-size: 17px;
    text-align: justify;
}
.abli_boo h4{
    font-size: 18px;
    font-weight: 700;
    font-family: var(--third-font);
}
.abli_boo{
    display: flex;
}
.full_detail{
    margin-bottom: 30px;
}
.full_detail ul li{
    font-size: 20px;
    font-weight: 500;
    font-family: var(--second-font);


}
.full_detail .tab-content p{
    font-size: 17px;
    font-family: var(--third-font);
}

/*libery_banner*/
.library_ser{
     background-image: url(../img/catairy.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 190px 0px 190px 0px;
}
.library_ser h2{
    font-size: 40px;
    font-family: var(--third-font);
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.library_main {
    padding: 70px 0px;
}
.lab_text h2{
    font-size: 35px;
    font-family: var(--third-font);
    letter-spacing: 0.5px;
    font-weight: 800;
    color:var(--blue);
}
.lab_text p{
    font-size: 17px;
    text-align: justify;
}

/*privecy policy*/
.privacy_policy{
    padding: 70px 0px;
}
.privacy_policy h2 {

    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: var(--blue);
    font-family: var(--third-font);
}
.privacy_policy p{
    font-size: 17px;
    font-family: var(--third-font);
    text-align: justify;
    letter-spacing: 0.3px;
}

.privacy_policy li b{
    font-size: 20px;
    color: var(--blue);
}

/*gat pablish banner*/

.top_banners{
     background-image: url(../img/slider03.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 190px 0px 190px 0px;
}
.top_banners h2{
    font-size: 40px;
    font-family: var(--third-font);
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.gat_pag_main{
    padding: 70px 0px;
}
.gat_pag_main h2{
    font-size: 35px;
    font-family: var(--third-font);
    font-weight: 800;
    color: var(--blue); 
    letter-spacing: 0.5px;
}
.gat_pag_main p{
    font-size: 17px;
    text-align: justify;
}
.gat_pag_main .get_second {
    position: relative;
    border: 10px solid #fff;
    top: -101px;
    left: -223px;
}
.gat_pag_main h4{
    font-size: 20px;
    font-weight: 600;
    font-family: var(--third-font);
    letter-spacing: 0.3px;
    line-height: 27px;
}




.website-counter {
  background-color: #ff4957;
  height: 50px;
  width: 80px;
  color: white;
  border-radius: 30px;
  font-weight: 700;
  font-size: 25px;
  margin-top: 10px;
}