@import url(fonts.css);

/* ::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
  background: #f32e38;
  border-radius: 0px;
  height: 150px;
}
::-webkit-scrollbar-thumb:hover {
  background: #000;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0;
} */

:root {
    --red: #ce232c;
    --white: #ffffff;
    --yellow: #ecc56e;
    --dark-grey: #5d5d5d;
    --light-grey: #545454;
    --font-regular: 'ProductSans-Regular';
    --font-bold: 'ProductSans-Bold';
    --font-medium: 'ProductSans-Medium';
    --light-orange: #f3dcd2;
    --lighter-orange: #f7ebe6;
    --dark: #000000;
    --chateau-de-garage: 'chateau-de-garage';
}

body {
	font-family: var(--font-regular);
}
p{
    text-align: justify;
    font-size: 20px;
}
li{
    text-align: justify;
    font-size: 17px;
    font-family: var(--font-regular);
}
/* section{
    padding-top: 100px;
    padding-bottom: 100px;
} */
/* header */
header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #eaf0ff;
    z-index: 111;
    -webkit-animation: headerSlideDown 0.95s ease forwards;
    animation: headerSlideDown 0.95s ease forwards;
    -webkit-box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
}
@-webkit-keyframes headerSlideDown {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0); } }

  @keyframes headerSlideDown {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
}
header{
    background-color: #eaf0ff;
}
header .navbar-brand img {
    max-width: 200px;
    padding-top: 1rem;
}
header .contact-details {
    /* background-color:#ce232c; */
    color: var(--white);
    padding: 15px 20px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    position: relative;
}
header.is-sticky .contact-details {
    display: none;
}
header.is-sticky .navbar-brand img {
    max-width: 125px;
    padding: 10px 0;
}
header .contact-details .phone a {
    text-decoration: none;
    color:#000;
    font-family: var(--font-bold);
    font-size: 22px;
    letter-spacing: 1px;
}
header .contact-details .mail a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

header .contact-details button.btn{
    background: #f0d19b;
    border-radius: 0;
    padding: 0px 5px;
    color:#000;
    font-family: var(--font-medium);
}
header .navbar-nav .nav-link {
    color: #2b2b2b;
    text-transform: capitalize;
    padding: 12px;
    font-size: 16px;
}
header .navbar-nav .nav-link:hover, header .navbar-nav .nav-link.active {
    color:#ce232c;
}



/****Facts****/
#facts {
    background-color: #C6EFF1;
    padding-top: 50px;
    padding-bottom: 50px;

}
.why{
    color:#1F93A8;
    font-weight: 600;
    font-size: 40px;
    padding: 40px;
}
.card{
   border: none;

}
.card-body{
    background: #C6EFF1;
}
.card-bodys{
    background: #f4f8f8;
}
.card-title{
    text-align: center;
    font-weight: 600;
}





  .exp-section {
    background: #b6d558;
    text-align: center;
    color: #fff;
    /*padding: 2rem 0;*/
  }
  .exp-section .single-achievement i {
    font-size: 40px;
    /* margin-bottom: 1rem; */
  }
  .exp-section .single-achievement h3 {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
  }


  .exp-section .single-achievement span {
    color: #fff;
    font-size: 30px;
      font-weight: 800;
      margin-bottom: 5px;
  }
  .exp-section .single-achievement p {
    font-size: 14px;
    color: #000;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    /* margin-top: -1px;
    margin-bottom: -1rem; */
  }
  .exp-section .single-achievement {
    padding: 1rem 0;
  }
  .exp-section .single-achievement img {
    max-width: 55px;
      margin-bottom: 0.5rem;
  }
  .exp-section .col-md-4 + .col-md-4 {
    border-left: 1px solid #ffffff;
  }











  #aboutUs {
    background-color: #eaf0ff;
}

.about-image{
    width:500px;
}
h1.heading {
    color: var(--dark);
    text-transform: uppercase;
    font-size: 25px;
    font-family: var(--font-bold);
    margin-bottom: 20px;
    text-align: center;
}
#aboutUs p {
    margin-bottom: 0;
    color: var(--dark);
    font-size: 20px;
    text-align: justify;
}
#aboutUs p + p {
    margin-top: 20px;
}
#aboutUs .btn {
    background-color: #b6d558;
    color:#000000;
    font-size: 20px;
    padding: 0px 16px;
    border-radius: 10px;
}
.merge-section1 {
    background-image: url('../images/why-admission-bg.png');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}
#whyUs h1 span.heading {
    background-color:#ce232c;
    color: var(--white);
    font-size: 44px;
    text-transform: uppercase;
    font-family: var(--font-bold);
    padding: 0 12px;
}
#whyUs h1 span.question-mark {
    color:#ce232c;
    opacity: 0.3;
    font-size: 10rem;
    font-family: var(--font-bold);
    position: relative;
    top: 25px;
    left: -15px;
}
.why-content {
    background-color:#c6eff1;
    background-position: center;
    background-size: cover;
}
.why-content ul {
    margin-bottom: 0;
    padding: 35px 0 0 65px;
}
.why-content ul li h5 {
    color: var(--yellow);
    font-family: var(--font-bold);
    font-size: 30px;
}
.why-content ul li p {
    color: var(--white);
    font-size: 18px;
    width: 75%;
}
.why-content ul li {
    padding-bottom: 2rem;
}



.why-heading{
    font-size: 35px;
    font-weight: 600;
    color: #0f8aa1;
}
#admissionInfo{
    background-color: #eaf0ff;

}
#admissionInfo h1.main-heading span {
    background-color:#13185e;
    color: var(--white);
    font-size: 35px;
    font-family: var(--font-bold);
    padding: 10px 20px;
    border-radius: 35px;
}
section.section {
    padding: 5rem 0;
}
#admissionInfo h1 {
    margin-bottom: 5rem;
}
#admissionInfo h2 {
    font-family: var(--font-bold);
    color: var(--dark);
    text-transform: uppercase;
    font-size: 5rem;
}

/*====Brancher====*/
.branches  {
   background-color: #f5f5f5;
   padding-top: 100px;
   padding-bottom: 100px;
}
.branch-heading{
    color: #000000;
    text-align: center;
    font-size: 25px;
    padding: 15px;
}

.branch-img{
    border-radius: 10px;
}














#gallery {
    position: relative;
    z-index: 1;
}
#gallery:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-image: url('../images/gallery-bg.jpg'); */
    background-size: cover;
    background-position: center;
    /* -webkit-filter: grayscale(100%); Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    z-index: -1;
}
#gallery:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-color: rgba(55, 55, 55, 0.8); */
    z-index: -1;
}

#gallery .block {
    margin: 15px 0;
}
.bottom-block {
    background-color:#f5f5f5;
    background-size: cover;
    background-size: left center;
}







.User-Image{
    max-width: 500px;
}
#testimonials .heading-block {
    padding-top: 5rem;
}
#testimonials .heading-block h1 {
    color:#000000;
    text-transform: uppercase;
    font-family: var(--font-bold);
    font-size: 40px;
}
#testimonials .heading-block p {
    margin-bottom: 0;
    color: var(--dark-grey);
    font-size: 18px;
}
#testimonials .testimonial-block {
    margin: 30px 0;
    background-color: #f4f4f4;
    /* box-shadow: 0px 0px 20px 10px rgb(0 0 0 / 20%), 0 6px 6px rgb(0 0 0 / 30%); */
}
#testimonials .testimonial-block .block {
    padding: 3rem 15px;
}
#testimonials .testimonial-block .block2 {
    border-bottom: 5px solid var(--dark);
    padding-bottom: 2rem;
    color: var(--light-grey);
}
#testimonials .testimonial-block p {
    font-size: 22px;
}
#testimonials .testimonial-block h5 {
    font-family: var(--font-bold);
    font-size: 24px;
}
#testimonials .testimonial-block h5 span {
    font-size: 18px;
    font-family: var(--font-regular);
}
footer {
    padding: 4rem 0 10rem;
}
footer .footer-logo img {
    max-width: 200px;
}
footer h1 span {
    background-color: #dea818;
    color:#051a5d;
    font-size: 24px;
    letter-spacing: 2px;
    font-family: var(--font-bold);
    text-transform: uppercase;
    padding: 0px 12px;
    border-radius: 10px;
}
footer .input-group {
    width: 300px;
    margin-left: 15px;
    background-color: var(--white);
    border-radius: 12px;
}
footer .input-group .form-control {
    border-color: var(--white);
    border-radius: 12px;
    padding: 2px 10px;
}
footer .input-group .form-control:focus {
    box-shadow: none;
}
footer .input-group span, footer .input-group button {
    background-color: var(--dark);
    color: var(--white);
    border-radius: 12px!important;
    padding: 2px 10px;
    border-color: var(--dark);

}
.footer-menu {
    background-color: #ececf8;
    margin-top: 3rem;
}
.footer-menu .block {
    padding: 20px;
}
.footer-menu .col-md-4:nth-child(2) {
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%), 0 6px 6px rgb(0 0 0 / 30%);
}
.footer-menu h5 {
    color: var(--dark);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    font-family: var(--font-bold);
}
.footer-menu a, .footer-menu  {
    text-decoration: none;
    text-transform: capitalize;
    color: var(--light-grey)
}
.footer-menu a:hover {
    color:#ce232c;
}
.footer-menu li+li {
    margin-top: 5px;
}
.footer-menu li i {
    color: #d49e44;
    margin-right: 10px;
    width: 15px;
}
.footer-menu .contact-list li{
    position: relative;
    padding-left: 30px;
}
.footer-menu .contact-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #d49e44;
}
.footer-menu .contact-list li.address:before {
    content: "\f3c5";
    font-weight: 900;
}
.footer-menu .contact-list li.phone:before {
    content: "\f879";
    font-weight: 900;
}
.footer-menu .contact-list li.mail:before {
    content: "\f2b6";
}
header.is-sticky div.contact-details {
    display: none!important;
}
.side-hb {
    cursor: pointer;
    display: inline-block;
}
.side-hb span {
    height: 2px;
    width: 30px;
    background: var(--dark);
    display: block;
    transition: all .3s ease;
}
.side-hb span + span {
    margin-top: 8px;
}
.side-hb.btn-close span+span {
    margin-top: 0;
}
.btn-close {
    position: fixed!important;
    right: 30px;
    top: 30px;
    z-index: 999;
    /* font-size: 30px; */
}
.btn-close span.a {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.btn-close span.b {
    display: none;
}
.btn-close span.c {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.side-hb:hover li, .side-hb:hover, .side-hb:focus {
    text-decoration: none;
    color:#ce232c;
    box-shadow: none;
}
.side-hb:hover span {
    background:#ce232c;
}
.side-hb:hover .b {
    margin-left: 0;
    width: 30px;
}
.side-hb.btn-close {
    background-image: none;
}
div.toggle {
    display: none;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0,0,0,0.8);
    overflow: auto;
    z-index: 102;
}
.menu-block {
    position: fixed;
    right: -100%;
    width: 320px;
    max-width: 476px;
    overflow-y: auto;
    z-index: 9999999999;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .3s all ease-in-out;
    background: #fff;
    border-bottom: 42px solid #f2f2f2;
}
.menu-block ul {
    background: #f2f2f2;
    overflow-y: auto;
    height: 85%;
    margin: 25% 0 0;
    text-align: left;
    padding-top: 30px;
}
.menu-block ul li {
    margin: 10px 0;
    padding: 0 20px;
}
.menu-block ul li a {
    text-decoration: none;
    text-transform: capitalize;
    color: var(--dark);
}
.menu-block ul li a:hover, .menu-block ul li a:focus {
    color:#ce232c;
}




.akshara-heading{
    padding: 20px;
    font-size: 25px;
    background-color: #eaf0ff

}

.section-title h2{
    font-size: 25px;
    font-family: var(--font-medium);
}
.about-cont p{
    font-size: 23px;
    font-family: var(--font-regular);
    text-align: justify;
}


/****css****/


/*=====================================================
    20. PAGE BANNER  css
======================================================*/
.bg_cover{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}


.page-banner-cont{
    position: relative;
    z-index: 5;
}
.page-banner-cont h2{
    font-size: 52px;
    color: #fff;
    padding-bottom: 15px;
}
.page-banner-cont .breadcrumb{
    margin: 0;
    background: none;
    padding: 0;
}
.page-banner-cont .breadcrumb .breadcrumb-item {
	color: #FF0019;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 2px;
}
.page-banner-cont .breadcrumb .breadcrumb-item a{
    color: #fff;
}
.page-banner-cont .breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
	content: "/";
    font-size: 18px;
}







.happy-student{
    background-color: #273272;
    padding:20px;
    border-radius: 5px;
    position: relative;
    text-align:justify;
}
.happy-student .happy-title p{
    font-size: 20px;
    font-family: var(--font-regular);
}
.happy-student .happy-title h3{
    font-size: 36px;
    color: #fff;
    font-family: var(--font-medium);

}
.happy-student .singel-student{
    position: relative;
    z-index: 5;
}
.happy-student .singel-student img{
    padding-bottom: 20px;
}
.happy-student .singel-student p {
	color: #fff;
	padding-bottom: 30px;
	padding-right: 135px;
}
.happy-student .singel-student h6{
    color: #fff;
    font-size: 16px;
}
.happy-student .singel-student span{
    font-size: 14px;
    color: #fff;
}
.happy-student .student-image{
    position: absolute;
    bottom: 0;
    right: 0;
}











/*=====================================================
    17. TEACHERS 2 css
======================================================*/

.teachers-2{}
.teachers-2 .teachers-2-singel{
    background-color: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 15px;
}
.teachers-2 .teachers-2-singel .thum{}
.teachers-2 .teachers-2-singel .thum img{
    border-radius: 50%;
}

.teachers-2 .teachers-2-singel .cont a{}
.teachers-2 .teachers-2-singel .cont  h5{
    font-size: 20px;
    color: #000;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    font-family: var(--font-bold);

}
.teachers-2 .teachers-2-singel .cont a:hover h5{
    color: #FF0019;
}

.teachers-2 .teachers-2-singel .cont p{
    font-size: 20px;
    text-align: justify;
}
.teachers-2 .teachers-2-singel .cont span{
    font-size: 14px;
    color: #273272;
}
.teachers-2 .teachers-2-singel .cont span i{
    margin-right: 5px;
    color: #FF0019;
}

.student-slied{
    z-index: 5;
}


/*======Table=======
======================*/

table.GeneratedTable {
    width: 100%;
    background-color: #ffffff;
    border-collapse: collapse;
    border-width: 2px;
    border-color: #FF9515;
    border-style: solid;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
}

table.GeneratedTable td, table.GeneratedTable th {
    border-width: 2px;
    border-color: #FF9515;
    border-style: solid;
    padding: 3px;
}

table.GeneratedTable thead {
    background-color: #FF9515;
}






/*=====================================================
    31. CONTACT PAGE css
======================================================*/

.contact-from{
    background-color: #fff;
    padding: 50px;
    border-radius: 5px;
}
.contact-from .main-form{}
.contact-from .main-form .singel-form{
    margin-top: 20px;
}
.contact-from .main-form .singel-form input,
.contact-from .main-form .singel-form textarea{
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    color: #8a8a8a;
    font-size: 15px;
}

.contact-from .main-form .singel-form textarea{
    padding-top: 10px;
    height: 100px;
    resize: none;
}

.form-group{
    margin: 0;
}
.list-unstyled li {
	font-size: 13px;
	margin-left: 2px;
	margin-top: 5px;
	color: #f00;
}
p.form-message.success,
p.form-message.error {
	font-size: 16px;
	color: #353535;
	background: #ddd;
	padding: 10px 15px;
	margin-left: 15px;
	margin-top: 15px;
}

.contact-address{
    background-color: #fff;
    padding: 20px 50px 50px;
    border-radius: 5px;
}

.contact-address ul li{
    padding-top: 30px;
    list-style: none;
}
.contact-address ul li .singel-address{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-address ul li .singel-address .icon i{
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #273272;
    color: #273272;
    font-size: 24px;
    text-align: center;
}
.contact-address ul li .singel-address .cont{
    padding-left: 20px;
    /* line-height: 1; */
}
.contact-address ul li .singel-address .cont p{}

.map{}
.map #contact-map{
    width: 100%;
    height: 225px;
}

.map.map-big #contact-map{
    width: 100%;
    height: 415px;
}
.contact-address .contact-heading{
	padding-top: 35px;
}

.contact-address .contact-heading h5{
	padding-bottom: 15px;
}








.main-btn {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #273272;
	padding: 0 35px;
	font-size: 16px;
    font-family: var(--font-regular);
    font-weight: 700;
	line-height: 50px;
	border-radius: 5px;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #273272;
}




/*=====================================================
    24. EVENT PAGE css
======================================================*/

.singel-event-list{
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.singel-event-list .event-thum {
	width: 38%;
}
.singel-event-list .event-thum img{
    width: 100%;
    border-radius: 5px;
}
.singel-event-list .event-cont {
	width: 62%;
    padding-left: 30px;
}

.singel-event-list .event-cont span {
	font-size: 14px;
	color: #8a8a8a;
	margin-right: 20px;
}
.singel-event-list .event-cont span i {
	color: #273272;
	margin-right: 3px;
}
.singel-event-list .event-cont a {
	display: block;
}
.singel-event-list .event-cont a h4 {
	padding-top: 5px;
	padding-bottom: 10px;
	color: #000;
	font-size: 20px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-event-list .event-cont a:hover h4 {
    color: #273272;
}


/*=====================================================
    28. BLOG SINGEL PAGE css
======================================================*/


.blog-details  .cont {
	padding: 40px 50px;
	background-color: #fff;
}
.blog-details .cont h3 {
	font-size: 36px;
	color: #000;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.blog-details .cont ul {
	padding: 20px 0;
}
.blog-details .cont ul li {
	display: inline-block;
    margin-right: 30px;
}
.blog-details .cont ul li a {
	font-size: 15px;
	color: #8a8a8a;
}

.blog-details .cont ul li a i{
    color: #273272;
    margin-right: 5px;
}

.blog-details .cont .share{
    padding-top: 22px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 30px;
}
.blog-details .cont .share li.title{
    font-size: 18px;
    color: #000;
    font-family: var(--font-regular);
    font-weight: 600;
}
.blog-details .cont .share > li{
    display: inline-block;
    margin-right: 10px;
}
.blog-details .cont .share li a{}
.blog-details .cont .share li a i{
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 16px;
    background-color: #273272;
    text-align: center;
    color: #fff;
    margin-right: 0;
}
.blog-details .cont .share li:nth-of-type(2) a i{
    background-color: #3C5A99;
}
.blog-details .cont .share li:nth-of-type(3) a i{
    background-color: #1da1f2;
}
.blog-details .cont .share li:nth-of-type(4) a i{
    background-color: #d34836;
}
.blog-details .cont .share li:nth-of-type(5) a i{
    background-color: #e4405f;
}
.blog-details .cont .share li:nth-of-type(6) a i{
    background-color: #0077B5;
}

.blog-details .cont .blog-comment .title h3 {
	font-size: 24px;
	color: #000;
}
.blog-details .cont .blog-comment ul{
    padding: 0;
}
.blog-details .cont .blog-comment ul li{
    margin-top: 30px;
    margin-right: 0;
}
.blog-details .cont .blog-comment ul li .replay{
    padding-left: 75px;
    padding-top: 0;
    padding-bottom: 0;
}

.blog-comment .comment{
	padding-bottom: 25px;
    position: relative;
    border-bottom: 1px solid #d2d2d2;
}

.blog-comment .comment .comment-author{
    display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.blog-comment .comment .comment-author .author-thum img{
    border-radius: 5px;
}
.blog-comment .comment .comment-author .comment-name{
    padding-left: 20px;
}
.blog-comment .comment .comment-author .comment-name h6{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.blog-comment .comment .comment-author .comment-name span{
    font-size: 15px;
	color: #8a8a8a;
	font-weight: 400;
	font-family: var(--font-regular);
}
.blog-comment .comment .comment-replay {
	position: absolute;
	top: 15px;
	right: 0;
}
.comment-form .form-singel{
    margin-top: 20px;
}
.comment-form .form-singel input,
.comment-form .form-singel textarea{
    height: 60px;
    width: 100%;
    padding: 0 20px;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    font-size: 15px;
}
.comment-form .form-singel textarea{
    height: 120px;
    resize: none;
    padding-top: 20px;
}




/*=====================================================
    27. BLOG PAGE css
======================================================*/

.singel-blog{
    overflow: hidden;
    border-radius: 5px;
}
.singel-blog .blog-thum img{
    width: 100%;
}

.singel-blog .blog-cont{
    padding: 40px 50px;
    background-color: #fff;
}
.singel-blog .blog-cont a{
    display: block;
}
.singel-blog .blog-cont h3{
    font-size: 36px;
    color: #000;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-blog .blog-cont a:hover h3{
    color: #273272;
}

.singel-blog .blog-cont ul {
    padding: 20px 0;
}
.singel-blog .blog-cont ul li{
    display: inline-block;
    margin-right: 30px;
}
.singel-blog .blog-cont ul li:last-child{
    margin-right: 0;
}
.singel-blog .blog-cont ul li a{
    font-size: 15px;
    color: #8a8a8a;
}
.singel-blog .blog-cont ul li a i{
    color: #273272;
    margin-right: 5px;
}
.singel-blog .blog-cont p{}


.saidbar{}
.saidbar .saidbar-search{
    padding: 35px;
    background-color: #fff;
    border-radius: 5px;
}
.saidbar .saidbar-search form{
    position: relative;
}
.saidbar .saidbar-search form input{
    width: 100%;
    height: 45px;
    padding: 0 25px;
    background-color: #f6f6f6;
    color: #8a8a8a;
    border-radius: 5px;
    font-size: 15px;
    border: 0;
}
.saidbar .saidbar-search form button{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    font-size: 16px;
    color: #8a8a8a;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.saidbar .categories{
    background-color: #fff;
    padding: 30px 35px 25px;
    border-radius: 5px;
}
.saidbar .categories h4,
.saidbar .saidbar-post h4{
    font-size: 24px;
    color: #07294d;
}
.saidbar .categories ul{
    padding-top: 15px;
}
.saidbar .categories ul li{
    line-height: 40px;
}
.saidbar .categories ul li a{
    color: #8a8a8a;
    font-weight: 15;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.saidbar .categories ul li a:hover{
    color: #273272;
}

.saidbar .saidbar-post{
    padding: 30px 35px 35px;
    background-color: #fff;
    border-radius: 5px;
}

.saidbar .saidbar-post ul{
    padding-top: 10px;
}
.saidbar .saidbar-post ul li a{
    display: block;
    margin-top: 30px;
}
.saidbar .saidbar-post ul li a .singel-post{
    overflow: hidden;
}
.saidbar .saidbar-post ul li a .singel-post .thum{
    float: left;
    padding-right: 20px;
}
.saidbar .saidbar-post ul li a .singel-post .thum img{
    border-radius: 5px;
}

.saidbar .saidbar-post ul li a .singel-post .cont{}
.saidbar .saidbar-post ul li a .singel-post .cont h6{
    font-weight: 600;
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.saidbar .saidbar-post ul li a .singel-post .cont h6:hover{
    color: #273272;
}

.saidbar .saidbar-post ul li a .singel-post .cont span{
    font-size: 14px;
    color: #8a8a8a;
}



.nav {
    display: none;
}









@media only screen and (max-width: 768px){


.nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    display: flex;
    overflow-x: auto;
}

.nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 13px;
    color: #444444;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

.nav__link:hover {
    background-color: #eeeeee;
}

.nav__link--active {
    color: #009578;
}

.nav__icon {
    font-size: 18px;
}





