/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

:root {
    --color-font: 'DM Sans', sans-serif;
    --color-reey-font: "reeyregular";
    --color-gray: #696e77;
    --color-gray-rgb: 105, 110, 119;
    --color-white: #ffffff;
    --color-white-rgb: 255, 255, 255;
    --color-base: #e28c0a;
    --color-primary: #015ec9;
    --color-primary-rgb: #015ec9de;
    --color-base-rgb: 1, 95, 201;
    --color-black: #16243d!important;
    --color-black-rgb: 22, 36, 61;
    --color-extra: #f2f5f9;
    --color-extra-rgb: 242, 245, 249;
    --color-bdr-color: #e0e4e8;
    --color-bdr-color-rgb: 224, 228, 232;
    --color-bdr-radius: 10px;
    --color-letter-spacing: -0.02em;

    /**
    @font family declaration
    */
    --tp-ff-body: 'Jost', sans-serif;;
    --tp-ff-heading: 'Jost', sans-serif;;
    --tp-ff-fontawesome: Font Awesome 5 Pro;
    /**
    @color declaration
    */
    --tp-common-white: #ffffff;
    --color-black: #101010;
    --color-black-2: #0e1e2a;
    --tp-heading-primary: #101010;
    --tp-grey-1: #f4f8fb;
    --tp-grey-2: #e5eef6;
    --tp-text-body: #666666;
    ----color-base: #104cba;
    --tp-theme-2: #053895;
    --tp-border-1: #e7eff7;
    --tp-border-2: #434f59;
  }
  @import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet');
/* 
font-family: 'Jost', sans-serif;
font-family: 'Nuosu SIL', serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Roboto', sans-serif;

*/

body,
body p {
    font-family:'Jost', sans-serif;
}

h1,
h2,
h3,
h4,
.widget-title,
.count {
    font-family: 'Jost', sans-serif;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

body {
    font-family: var(--color-font);
    color: var(--color-gray);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    word-break: break-word;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--color-gray);
    text-decoration: none!important;
    transition: all 0.5s;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    text-decoration: none!important;
    transition: all 0.5s;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-black);
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 15px;
    line-height: 1.5;
}

p {
    margin: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.section-separator {
    border-color: var(--color-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

.d-flex.btn_group {
    display: flex;
    align-items: center;
}


body .theme-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: var(--color-black);
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: capitalize;
    border: 0;
}

body .theme-btn:before {
    animation: opacityFallbackOut 0.5s step-end forwards;
    backface-visibility: hidden;
 
    background: var(--color-base);
    clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
}


.theme-btn:hover:before {
    animation: opacityFallbackIn 0s step-start forwards;
    clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
    color: #fff;
}

.theme-btn span {
    z-index: 1;
    position: relative; 
}
button.navbar-toggler{
    background-color:var(--color-base);
}
/*--------------------------------------------------------------
# Navigations 
--------------------------------------------------------------*/
span.ticker__breaking_laber {
    position: relative;
    padding: 6px 15px;
    background-color: var( --color-base);
    margin-right: 15px;
    width: 76px;
    flex: none;
}
span.ticker__breaking_laber:after {
    content: '';
    display: block;
    width: 0;
    border: 10px solid transparent;
    border-right-color: var(--color-base);
    border-top-color: var(--color-base);
    position: absolute;
    right: -10px;
    top: 7px;
    transform: rotate(45deg);
}

.header_top .content-center{ 

}
.ticke_wrapper {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}
.col-md-6.d-flex{
    display: flex;
    align-items: center;
    grid: 8px;
}
.navbar {
    background: #fff;
    position: relative;
    padding-top: 0!important;
    padding-bottom: 0!important;
    box-shadow: 2px 10px 17px #00000075;
}
.main-header  .content-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
 
}
.main-header nav .content-center {

    width: 100%;
}

.navbar .container {
    position: relative;
    z-index: 1;
}

.header_top {
    /* background-color: #000; */
    color: #fff;
    background: var(--color-black);
}
.navbar .container li.dropdown .dropdown-toggle {
    display: flex;
}
.navbar-nav .dropdown-menu {
    border-radius: 0;
    min-width: 140px;
    margin-top: -1px!important;
    border-top: 3px solid var(--color-base)!important;
}
.navbar  .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: var(--color-black)!important;
    background-color: var(--color-base)!important;
}

.navbar  .dropdown-item, .navbar .dropdown-item{
    font-size: 16px;
    font-weight: 600;
}
li.dropdown>a.dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    border: none;
    font-weight: 900;
    transition: all 0.35s ease-in-out;
}

.main-header .navbar-nav .nav-link {
    color: var(--color-black);
    opacity: 1;
    padding: 30px 0;
    margin: 0 4px;
    font-size: 16px;
    font-weight: 600;
}
.main-header .navbar-nav .nav-link:hover {
    color: var(--color-base);
}
a.nav-link {
    position: relative;
}


.main-header .navbar .dropdown-item {
    padding: 10px 20px;
}

.main-header {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 99;
    position: relative;
}

a.navbar-brand {
    max-width: 80px;
    display: block;
}


.section-heading .sec-title {
    margin: 0;
    color: var(--color-black);
    font-size: 36px;
    line-height: 55px;
    position: relative;
    font-weight: 700;
    letter-spacing: var(--color-letter-spacing);
    text-transform: capitalize;
    position: relative;
    margin-bottom: 13px;
}
.sec-title span:after {
    width: 80px;
    height: 8px;
    content: '';
    position: absolute;
    background-color: #ffc107;
    display: block;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
    height: -1px;
    animation: xRay 2s linear infinite;
    transition: all 0.5s;
}

.ab-social {
    display: flex;
    align-items: center;
    grid-gap: 2px;
    text-align: center;
}
.ab-social a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: block;
    background-color: var(--color-base);
    color: #fff;
}
.section-heading.content-center{

}
.sec-desc{
    font-size: 18px;
}
h2.sec-title.text-left span:after{
left: 0;
right: auto;
text-align: left;
}
.ab-social a i{

}



/* 
our classes */

.py-80 {
    padding: 80px 0;
}


/* section  title */

.section-heading {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.sub-title {
    font-size: 16px;
    line-height: 20px;
    color: var(--color-primary);
    text-transform: uppercase;
    margin: 0 0 17px;
}

/* about-section   */
.about-section  {
    position: relative;
}
.about-section:after  {
    content: '';
    width: 600px;
    height: 600px;
    background-color: #015ec9;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    z-index: -1;
    
}

/* our service section */

.our-services {
    position: relative;
    display: block;
    background: var(--color-black);
    padding: 60px 0 50px;
}

.our-services .container {
    z-index: 2;
    position: relative;
}

.our-services::after {
    /*background-image: url(../img/shape/shape-01.png);*/
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position: center;
    opacity: 0.02;
}

.services-col {
    position: relative;
    display: block;
    background: #1c2a44;
    border-radius: var(--color-bdr-radius);
    text-align: center;
    padding: 30px 15px 30px;
    border-bottom: 3px solid transparent;
    margin-bottom: 30px;
    transition: all 500ms ease;
    overflow: hidden;
}

.services-col:hover {
    border-bottom: 3px solid var(--color-base);
    transform: translateY(-10px);
    background: #111d32;
}

.services-col:before {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff;
    visibility: hidden;
    transform: scaley(0);
    transition: all 0.3s ease-in-out 0s;
}

.services-col:hover:before {
    content: "";
    position: absolute;
    opacity: 1;
    visibility: visible;
    transform: scaley(1);
    transition: all 0.3s ease-in-out 0s;
}

.icon-circle {
    font-size: 36px;
    line-height: 107px;
    margin: 0 auto 28px!important;
    color: #fff;
    display: block;
    width: 110px;
    text-align: center;
    background: var(--color-base);
    height: 110px;
    border-radius: 50%;
    margin-bottom: 14px;
    transition: all .3s ease;
}

.service-content {
    color: #fff;
    min-height: 65px;
}

.service-content h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    transition: all 0.2s ease-in-out 0s;
}

.service-content p {
    font-size: 15px;
    color: #cad8f3;
    line-height: 1.54;
    transition: all 0.2s ease-in-out 0s;
}

.services-col:hover .service-title {
    color: var(--color-black);
    transition: all 0.2s ease-in-out 0s;
}

.services-col:hover p {
    color: #121314;
    transform: scaley(1);
    transition: all 0.2s ease-in-out 0s;
}


/*--- our products ---*/

section.our-theme {
    background: #fff;
}

.our-plugin,
.our-theme,
.theme_items {
    position: relative;
    background: #F0F4F9;
    padding: 80px 15px;
}



.product-slider.owl-carousel {
    position: relative;
}

body .owl-carousel .owl-nav {
    width: 100%;
}

body .owl-carousel .owl-nav button {
    position: absolute;
    left: 40px;
    top: 45%;
    text-align: center;
    z-index: 5;
    font-size: 20px;
    line-height: 64px;
    width: 50px;
    height: 50px;
    background-color: var( --color-base);
    color: #fff;
    border: none;
    outline: none;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    border-radius: 50%;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body .owl-carousel:hover .owl-nav button {
    left: 20px;
    visibility: visible;
    color: #fff;
    opacity: 1;
    background: var( --color-base);
}

body .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 20px;
}

body .owl-carousel:hover .owl-nav button.owl-next {
    left: auto;
    right: 20px;
}

body .owl-carousel .owl-nav button:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: var(--color-black)!important;
    border-radius: 50%;
    text-align: center;
    width: 0;
    height: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body .owl-carousel .owl-nav button:hover:after {
    width: 100%;
    height: 100%;
}

.prodct-item:hover .theme-overlay {
    opacity: 1;
    clip-path: polygon(0 40%, 100% 52%, 100% 100%, 0 100%);
    transition: all ease .6s;
}
/* our_courses */
section.our_courses {
    background-color: #e4efef;
    padding: 60px 0;
}

.courses-item {
    position: relative;
    border-radius: 4px;
    padding: 15px;
    background-color: #fff;
}
.courses-img {
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 18px;
    position: relative;
}
.courses-item .course-subject {
    background-color: var( --color-base);
    color: #fff;
    padding: 1px 12px;
    display: block;
    width: fit-content;
    border-radius: 5px;
}
.courses-content h4 a {
    color: #000;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

/* our_acheivements */

.our_acheivements{
    padding: 60px 0;
}
.acheivements_col   {
    position: relative;
    overflow: hidden;
}
.acheivements_col:after   {
   content: '';
   position: absolute;
   lr: lr;
   top: 0;
   width: 200px;
   height: 200px;
   transform: translate(-50%, -50%);
   background-color:
   var(--color-base);
   border-radius: 100%;
}
.icon__box {
    /* width: 120px; */
    flex: none;
    /* height: 120px; */
    margin: 0 auto;
    margin-right: auto;
    color: #ffffff;
    font-size: 46px;
    /* color: #ffffff; */
    /* text-align: center; */
    position: relative;
    /* line-height: 120px; */
    /* border-right: 3px solid #ccc; */
    /* border-radius: 100px; */
    /* margin-bottom: 20px; */
    /* box-shadow: 10px 8px 1px #ffcedb; */
    z-index: 9;
}

.acheivements_col h3 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 20px;
}
.acheivements_col h4 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: center;
}
.acheivements_col{background-color: #e4efef;padding: 20px 15px;margin: 15px 0;border-radius: 6px;text-align: center;background: var(--color-black);}

.data_label[data-label]::before {
    position: absolute;
    top: 35px;
    right: -0.5rem;
    content: "";
    background: var(--color-primary);
    height: 28px;
    width: 28px;
    transform:
    rotate(45deg);
}

.data_label[data-label]::after {
    position: absolute;
    content: attr(data-label);
    top: 31px;
    right: -14px;
    top: 10px;
    z-index: 9;
    padding: 0.5rem;
    width: 12rem;
    background: var(--color-primary);
    /* background: #ff0b65; */
    color: white;
    text-align: center;
    font-family: "Roboto", sans-serif;
    box-shadow: 4px 4px 15px rgb(17 84 183 / 33%);
}

.theme-overlay{

}

.theme-overlay {
    opacity: 0;
    transition: all 0.8s;
    transform: scale(1, 0);
    transform-origin: top;
}
.theme-overlay {
    /* clip-path: polygon(0 85%, 100% 100%, 100% 100%, 0 100%); */
    position: absolute;
    height: 80%;
    left: 0;
    right: 0;
    background: var(--color-black);
    /* background: var(--dar); */
    top: 0;
    padding-bottom: 49px;
    bottom: 0;
    display: flex;
    z-index: 9;
    justify-content: center;
    align-items: center;
    height: 100%;
    -moz-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
}

.courses-item:hover .theme-overlay  {
    opacity: 1;
    transform: scale(1, 1);
    /* clip-path: polygon(0 0%, 100% 0%, 100% 60%, 0 75%); */
    transition: all ease .6s;
}

.btn_group a{color: #fff;/* padding: 15px; */background: var( --color-base);border-radius: 7px;line-height: 0;margin: 3px;width: 40px;height: 40px;line-height: 40px;text-align: center;}
.our_result  .courses-content .courses-img{}
.our_result  .courses-content {
    background: var(--color-base);
    padding: 10px 15px;
    width: calc(100% - 40px);
    margin: 0 auto;
    position: absolute;
    bottom: 12px;
    right: 0;
    left: 0;
    border-radius: 4px;
    z-index: 99;
}
.our_result  .courses-content h4{
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
}


/* our_team  */
section.our_team.our_result {
    padding: 50px 0;
}
.our_team .courses-content{
 text-align: center;
}
.our_team .courses-content p{
color: #ffffff;
margin-bottom: 0;
   }

   /* testimonail */

   .ts-author {
    align-items: center;
    display: flex;
    grid-gap: 15px;
}


.ts_head{

}
.ts-item {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 4px;
}
img.ts-author-img {
    width: 77px!important;
    border-radius: 100%;
    height: 77px;
    object-fit: cover;
}
i.fas.fa-quote-left{

margin-right: 10px;

color: #182a44;
}
i.fas.fa-quote-right{
    
position: absolute;
    
right: 23px;
    
top: 24px;
    
font-size: 36px;
    
color: #ffc107;
}
.testi_content {
    display: flex;
    /* align-items: center; */
    border-top: 1px dashed #ccc;
    padding-top: 15px;
    margin-top: 15px;
}
section.testimonial-section {
    padding: 60px 0;
    /* margin: 60px 0; */
    background: #e4efef;
}

/* footer */
.footer{
  /*  background-image: url('../img/footert_bg.jpg');*/
    background-size: cover;
    padding-top: 50px;
    color: #fff;
}
.widget-title{
    color: #fff;
}
.widget a{
 
}
.widget a{
    color: #fff;
}

.copyright {
    background-color: #333;
    padding: 12px;
    margin-top: 50px;
}
.copyright p{
margin-bottom: 0;
}

.fs-info {
    display: flex;
    align-items: center;
    grid-gap: 12px;
}
.fs-info p{
    margin-bottom: 0;
}

/* footer */
.copyright  a{
    color: #fff;
}
footer .widget .widget-title:after {
    position: absolute;
    left: 0;
    top: -4px;
    content: '';
    width: 4px;
    height: 23px;
    background: var( --color-base);
}

footer .widget .widget-title {
    font-size: 20px;
    line-height: .8;
    text-transform: uppercase;
    position: relative;
    margin: 13px 0 37px;
    border: none;
    color: #fff;
    padding-left: 18px;
}
footer .widget ul {
    margin: 0;
    padding: 0;
    line-height: .8;
}

footer .widget ul li {
    list-style: none;
    display: block;
    position: relative;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 36px;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 2px;
}

footer .widget ul li a {
    display: inline-block;
    color: inherit;
    transition: all 0.5s;
}

footer .widget ul li:hover a {
    color: var( --color-base);
}

footer .widget ul li:before {
    content: '--';
    color: rgba(255, 255, 255, .8);
    letter-spacing: 0;
    margin-right: 8px;
    transition: all ease 300ms;
}

footer .widget ul li:hover:before {
    margin-right: 13px;
    color: var( --color-base);
}

.fs-info {
    position: relative;
    padding-left: 30px;
    padding: 5px 0;
    display: flex;
    grid-gap: 11px;
    align-items: center;
}


.fs-info {
    position: relative;
    padding-left: 30px;
    padding: 5px 0;
    display: flex;
    grid-gap: 11px;
    align-items: center;
}
.fs-info i {
    font-size: 16px;
    color: #fff;
    width: 33px;
    height: 33px;
    text-align: center;
    border-radius: 5px;
    padding: 7px;
    background: var( --color-base);
}

.fs-info p {
    margin: 0;
    color: rgba(255, 255, 255, .8);
}


.back-to-top.show {
    opacity: 1;
}
.back-to-top {
    display: block !important;
    position: fixed;
    z-index: 9;
    color: #fff;
    display: none;
    background: var(--color-primary);
    color: #fff;
    padding: 7px 15px 7px 15px;
    font-size: 20px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    transition: all 0.5s;
}



/*=================================================
24 :: Template Preloader
=================================================*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-body-row {
    display: flex;
    justify-content: space-around;
}

.loader img {
    max-width: 500px;
    margin: auto;
}
/*=================================================
24 ::accordion
=================================================*/

body .accordion .accordion-button[aria-expanded='true'] {
    background-color: #1a55ab;
    color: #fff!important;
    /* font-size: 18px; */
}

button.accordion-button {
    font-weight: 500;
    border-radius: 5px;
}

button.accordion-button {
    background-color: #000d39;
    color: #fff;
    border: 0;
    font-size: 18px;
    border: 0;
}

.accordion-item {
    background-color: #f1f2ff;
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
    border: 0!important;
}

.accordion-body p {
    color: #000;
    font-size: 15px;
    margin-bottom: 0;
}


.accordion-button::after {
    background-color: #fff;
    background-size: 15px;
    background-position: center;
    border-radius: 2px;
}


/* bratcoms */
.page-title {
    padding: 100px 0 60px;
   /* background-image: url(../img/bg-02.jpg);
     background: linear-gradient(-84deg, #0a0c1f00 12%, #0a0c1f00 51%), url(../img/bg-02.jpg); */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.page-title .container {
    position: relative;
    z-index: 1;
}
.page-title:after {
    content: "";
    top: 0;
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
}
.page-title h1 {
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 22px;
    color: #fff;
}


/* Contact Page */
.contact-info {
    background-color: #fff;
    padding: 22px;
    border-radius: 15px;
}
.contact_page{
    background-color: #e4efef;
    padding: 60px 0;
}

.shiromani-contact {
    display: flex;
    grid-gap: 15px;
    padding-bottom: 15px;
    margin: 20px 0;
    border-bottom: 1px dashed #ccc;
}

.shiromani-map {
    margin-top: 30px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 5px 7px 14px #00000017;
    background-color: #fff;
    padding: 20px;
}

.shiromani-map iframe {
    min-height: 400px;
    border-radius: 15px;
}

.shiromani-contact .icon {
    width: 50px;
    background: var(--color-base);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
}

.shiromani-contact-right h5 {
    margin-bottom: 0px;
    font-size: 18px;
}

.shiromani-contact-right p {
    font-size: 16px;
}

.shiromani-contact.b-0 {
    border: 0;
}

.contact__form {
    background: rgb(245 247 249);
    padding: 30px;
    border-radius: 11px;
}

.product_detail_page {
    background-image: url(../img/shape/shape-bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.shiromani-contact-page {
    background-image: url(../img/shape/shape-07.png);
    background-size: 44%;
    background-repeat: no-repeat;
    background-position: top right;
}


h4.contact__title {
    margin-bottom: 20px;
    font-weight: bold;
}

.row.content-center.p-0.m-0 {
    align-items: center;
}


/* Main Blog Css */

/*----------------------------------------*/
/*  14. blog CSS START
/*----------------------------------------*/
.postbox__area{
    background-color: #ecf0f1;
}

.postbox__item {
    background-color: #fff;
    padding: 15px;
    border-radius: 7px;
    margin-bottom: 20px;
}

.postbox__thumb {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}
.postbox__meta a {
    color: var(--color-dark);
    margin-right: 5px;
    font-weight: bold;
}
.postbox__meta a i{
    color: var(--color-base);
    margin-right: 5px;
}
.postbox__title a{
    color: var(--color-dark);
    font-weight: bold;
}

h3.postbox__title {
    margin: 15px 0;
}


li.page-item a {
    border: 0;
    margin: 5px;
    background-color: #fff;
    display: block;
    color: var(--color-dark);
    width: 47px;
    height: 47px;
    font-size: 20px;
    border-radius: 4px!important;
    text-align: center;
}

li.page-item a.active ,li.page-item a:hover  {
    background-color: var(--color-base)!important;
    color: var(--color-dark);

}

/* sidebar__widget */
.sidebar__widget.mb-40 {
    background-color: #fff;
    padding: 18px;
    border-radius: 5px;
}
.mb-40 {
    margin-bottom: 40px;
}
.sidebar__search input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f4f8fb;
    padding: 0 25px;
    text-transform: capitalize;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #f4f8fb;
    outline: none;
    padding-top: 3px;
    padding-right: 80px;
    color: #101010;
}
.sidebar__search button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 24px;
    color: #fff;
    border: 0;
    line-height: 60px;
    -webkit-border-radius: 0 7px 7px 0;
    -moz-border-radius: 0 7px 7px 0;
    -o-border-radius: 0 7px 7px 0;
    -ms-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
    color: #101010;
}
.sidebar__search-input-2 {
    position: relative;
}

.rc__post img {
    width: 120px;
    height: 80px;
    object-fit: cover;
}

.rc__post {
    display: flex;
    grid-gap: 15px;
}
.rc__post-thumb{
    flex: none;
    border-radius: 4px;
    overflow: hidden;
}

.rc__post {
    margin: 15px 0;
}
.rc__post-title a {
    font-size: 16px;
    /* color: var(--color-base); */
    color: var(--color-black);
}
.rc__meta{
    font-size: 14px;
   color: var(--color-base);
}

.sidebar__widget-content ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.sidebar__widget-content ul li{}
.sidebar__widget-content ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    padding: 8px 0;
    text-transform: capitalize;
}

.tagcloud {

}

.tagcloud a{
    border: 1px solid #F2F4F6;
    display: inline-block;
    padding: 6px 14px;
    /* margin-bottom: 8px; */
    /* margin-right: 10px; */
    margin: 2px 0;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #747474;
}
.tagcloud a:hover{
    background: var(--color-base);
    color: var(--color-black);
    border-color: 0;
}

.sidebar__widget-title {
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--color-black);
    font-weight: 600;
}

/* blog details */

.postbox__social-wrapper{

}

.tagcloud a{
    background: #fff;
}
h4.sidebar__widget-title {
    margin-bottom: 0;
}
.col-left, 
.col-right  {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.postbox__social-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* post comment */
.postbox__comment-box{

}
.postbox__comment {

}

.postbox__comment ul{
    padding: 0;
}

.postbox__comment li{
   list-style: none; 
}

.postbox__comment-avater {

margin-right: 15px;
}

.postbox__comment-avater img{
    
width: 80px;
    
border-radius: 100%;
}

li.children {
    margin-left: 40px;
}

.postbox__comment-reply a {
    display: inline-block;
    color: var(--color-base);
    background: rgba(61, 108, 231, 0.1);
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    font-weight: 500;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.postbox__comment ul li {
    margin-bottom: 30px;
    list-style: none;
}
.postbox__comment-name {
    margin-bottom: 5px;
}
.postbox__comment-name h5 {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: var(--color-black);
}
.postbox__comment-name span {
    font-size: 14px;
    color: #8A879F;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.postbox__comment-text p {
    font-size: 16px;
    color: #747474;
    margin-bottom: 15px;
}

.postbox__comment-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 35px;
    color: var(--color-black);
}
.postbox__comment-text {
    background-color: #fff;
    padding: 17px;
    border-radius: 4px;
}

.postbox__comment_form label{
margin-left: 15px;
}

.full_page .courses-item {
margin: 10px 0;
}

section.content_box {
    padding: 60px 0;
    background-color: #f3fafd;
}

section.content_box {
 
}
.content_box_inner {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 15px;
}

.content_box_inner {

}
.content_box_inner ul {
    list-style: auto;
}
.content_box_inner ul li {
    
}

.acheivements_col h4, .acheivements_col p{ 
position: relative;
z-index: 1;
}



ol.breadcrumb.bg-transparent.d-flex.justify-content-center {
    font-weight: 600;
}
.breadcrumb .breadcrumb-item.active {
    color: var(--color-base);
}
.breadcrumb-item a{
    color: #ffffff; 
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff!important;

}

/* course_fee-details */
.course_fee-details{

}

section.course_fee_page {
    background-color: #e9f7f7;
}
.course_fee-details h2 {
    /* background-color: var(--color-black); */
    padding: 20px;
    text-align: center;
    font-weight: bold;
    color: #000;
    border-radius: 20px;
    /* box-shadow: 10px 11px 0px #084298; */
    margin-bottom: 12px;
}

section.course_fee_page {
    background-color: #e9f7f7;
    padding: 60px;
}
.fee_card {
    /* background-color: #fff; */
    /* padding: 20px; */
    /* border-radius: 15px; */
    margin: 20px 0;
}

.coursre_lable {
    text-align: center;
    background-color: var(--color-base);
    padding: 18px;
    border-radius: 30px 30px 0px 0px;
    margin-bottom: 25px;
}

.coursre_lable h3{
    
color: #fff;
    
font-weight: bold;
    
font-size: 30px;
}
.coursre_lable h4{
    
font-weight: bold;
    
margin-bottom: 0;
    
font-size: 20px;
    
color: #000;
}


.fee_list{padding: 15px;padding-left: 30px;border-radius: 30px 0;border: 3px solid #e28c0a;background-color: #fff;}

.fee_list ul{
    
list-style: none;
    
margin: 0;
    
padding: 0;
}
.fee_list ul li{
    
display: flex;
    
align-items: center;
    
grid-gap: 5px;
    
justify-content: space-between;
    
position: relative;
    
padding: 15px;
    
    
margin: 2px;
    
font-size: 18px;
    
font-weight: 700;
    
border-bottom: 1px dashed #787575;
}

.fee_list ul li:last-child{
    border-bottom: none;
}
.fee_list ul li p{
    
margin-bottom: 0;
}
.fee_list ul li p span{
    
color: #e71010;
}
.fee_price{

color: #e28c0a;
}
.fee_price span{
    
color: #000;
}

.fee_list ul i.fa.fa-angle-right {
    position: absolute;
    font-size: 24px;
    left: -7px;
}

.fee_card_note h3{

text-align: center;
}
.fee_card_note h3 strong{

margin-top: 15px;

display: block;
}
.fee_card_note h3  span{
    
font-weight: bold;
    
color: red;
    
text-combine-upright: ;
    
text-combine-upright: revert;
    
text-combine-upright: revert;
    
text-combine-upright: r;
}

/* google review section */


.testimonial-section.google_review_section {
   /* background-image: url('../img/g-background.jpg');*/
    background-attachment: fixed;
    background-position: center;
	    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;

}

.google_review_section .container.testi__container {
    background-color: #ffffffe6;
    padding: 30px;
    border-radius: 20px;
    border-left: 8px solid #0a58ca;
	
}
.google_review_left{

}
img.g_logo {
    width: 100px;
}
.google_review_left {
    text-align: center;
}
.google_review_left h4{

}
.google_review_left p{
    margin-bottom: 0;
}
img.g_icon {
    position: absolute;
    width: 26px!important;
    right: 12px;
    top: 20px;
}
.google_review_section .testi_content {
    display: block;
}

.ratting_star.mini_star {
    margin-bottom: 7px;
}

.ratting_star i{
    color: #000000;
}
.ratting_star i.selected{
    color: #ffc107;
}
.google_review_section img.ts-author-img {
    width: 50px!important;
    height: 50px;
}

/* landing page */


body .form-check .form-check-input {
    float: left;
    margin-left: 0;
    position: absolute;
    font-size: 28px;
    right: 15px;
    top: 5px;
    border-radius: 0;
}
body .form-check {
    padding: 15px;
    background-color: #0f1f3e;
    color: #fff;
    font-size: 20px;
    position: relative;
    border-radius: 6px;
}

.landing-page{
    position: relative;
}

.container.landing-page {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 9;
}
.landing-page_inner {
    background-color: #fffffff0;
    padding: 30px;
    border-radius: 15px;
}
.card_footer {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    border-top: 3px dashed #ffc107;
    padding-top: 20px;
}


.landing-page_inner  label {
    padding-right: 30px;
}