body
{
    font-family: 'Montserrat', sans-serif;
}

a
{
    text-decoration: none;
}
p
{
    letter-spacing:0.5px;
}
ul
{
    margin:0px;
    padding:0px;
    list-style-type: none;
}

/* animation */
.top-bar
{
    margin-top: 5px;
    margin-bottom: 5px;
}
.set-text
{
    color:#000000;
    font-weight: 500;
}
.top_head
{
    display:flex;
    justify-content: end;
}
.top_head li
{
    font-size:13px;
    margin-right:20px;
}
.animated
{
    visibility: visible;
    animation-delay: 0.2s;
}

/* animation */


/* start header */
.nav-bg-home
{
    background-color: #000;
    border-top: 1px solid #000;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}
.nav-bg-white
{
    background-color: white;
}
.navbar-nav-2
{
    /*margin-left: auto;*/
    /* margin-right: auto; */
}
.navbar-dark .navbar-nav .nav-link
{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding-right: 15px;
}
.nav-white
{
    color: #000000 !important;
}
.logo-wd
{
    width: 16%;
}
.logo-1
{
    width: 100%;
    height: auto;
}
.btn-theme
{
    padding: 6px 20px!important;
    border: 2px solid #d38644;
    color: #fff !important;
    border-radius: 0px!important;
    background: #d38644;
    box-shadow: 0 1px 4px 0 rgb(226 120 73 / 60%);
    outline:0;
}
.btn-2
{
    color: white;
    font-size: 14px;
    background-color: #0a0b3a;
    border: 1px solid #0a0b3a;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 7px !important;
}
.btn-2:hover
{
    color: white;
    font-size: 14px;
    background-color: #0a0b3a;
    border: 1px solid #0a0b3a;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 7px !important;
}
.cbg-1
{
    background-color: #ffecec;
}
.navbar-dark .icon-white
{
    background-image: url('../images/line-03.png');
}
.navbar-dark .icon-br
{
    border: 1px solid #fe4a4a;
}
.navbar-dark .navbar-nav .nav-link:hover
{
    color: #d38644;
}
/* end header */

/* start banner */
.banner
{
    background-color: #fffaea!important;
    padding: 60px 0px;
}
.bannertitle
{
    font-size:40px;
}
.mgtop14
{
    font-size: 17px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 1rem;
    padding-bottom: 0px;
    margin-bottom: 5.82%;
}
h1
{
    font-weight: 600;
}
.join-section
{
    padding:40px 0px;
    background-color: transparent;
    background-image: linear-gradient(210deg,#022044 40%,#d38644 0%);
    transition: background .3s,border-radius .3s,opacity .3s;
}
.join-btn a
{
    font-size: 14px;
    font-weight: 600;
    background-color: #d38644;
    padding: 17px 50px 17px 25px;
    position:relative;
    color:#fff;
}
.join-btn a:hover
{
    color:#fff;
}
.join-btn a::before
{
    position: absolute;
    color: #fff;
    content: "";
    width: 32px;
    height: 100%;
    top: 0;
    right: 0;
    background: no-repeat;
    background-color: #d65702;
    background-position: center;
    border-radius: 0 5px 5px 0;
}
.join-btn a span::after
{
    position: absolute;
    content: "";
    width: 32px;
    height: 100% !important;
    top: 0;
    right: 0;
    background: url(../images/Path-490.png) no-repeat;
    background-color: #d65702;
    background-position: center;
    border-radius: 0 5px 5px 0;
}
.text-right
{
    text-align:right;
}
.join-title h2
{
    color: #fff;
    font-size: 27px;
    font-weight: 500;
    margin-bottom:0px;
}
.bg-footer
{
    background-color: #000;
    padding:15px 0px;
}
.copyright h2
{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom:0px;
}
.social_icon ul
{
    padding:0px;
    margin:0px;
    list-style-type:none;
    display:flex;
    justify-content: end;
}
.social_icon ul li
{
    width: 30px;
    height: 30px;
    background-color: transparent;
    text-align: center;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 10px;
    margin-right: 10px;
}
.social_icon ul li a
{
    color:#fff;
}
.copright_img
{
    text-align:left; 
}
.copright_img img
{
    width:90px;
}
/*.item-bg1*/
/*{*/
/*    padding:60px 0px;*/
/*    height:900px;*/
/*    background: linear-gradient(90deg, rgb(0 0 0 / 20%) 0%, rgb(0 0 0 / 20%) 52%),url(../images/26210186_7206138.jpg);*/
/*    background-size:cover;*/
/*    background-position:center;*/
/*    margin-top:80px;*/
/*}*/
/*.item-bg2*/
/*{*/
/*    padding:60px 0px;*/
/*    height:900px;*/
/*    background: linear-gradient(90deg, rgb(0 0 0 / 20%) 0%, rgb(0 0 0 / 20%) 52%),url('../images/green-city-with-family_60545-601.webp');*/
/*    background-size:cover;*/
/*    background-position:center;*/
/*    margin-top:80px;*/
/*}*/
/*.item-bg3*/
/*{*/
/*    padding:60px 0px;*/
/*    height:900px;*/
/*    background: linear-gradient(90deg, rgb(0 0 0 / 20%) 0%, rgb(0 0 0 / 20%) 52%),url('../images/sustainable-living-environmentalist-hand-holding-green-earth.jpg');*/
/*    background-size:cover;*/
/*    background-position:center;*/
/*    margin-top:80px;*/
/*}*/
#owl-1 .owl-dots
{
    display:none;
}
#owl-1 .item h1
{
    font-weight:600;
    color:#fff;
}
#owl-1 .item p
{
    color:#fff;
    margin-bottom:30px;
}
.logo-wd .logo-1
{
    margin-bottom: 0px;
    padding: 0px;
    object-fit: contain;
    height: 80px;
    width: 8rem;
}
.logo-wd .logo-2
{
    height: 100%;
    width: 190px;
    object-fit: contain;
}
.sticky_social ul
{
    margin:0px;
    padding:0px;
}
#navbarResponsive
{
    justify-content:end;
}
.desktop h3
{
    color:#d38644;
    margin: 0px;
    font-size: 22px;
    font-weight: 700;
}
.sticky_social ul li
{
    width: 40px;
    height: 40px;
    background: #d38644;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    margin-bottom: 10px;
}
.sticky_social ul li a
{
    color:#fff;
}
.sticky_social
{
    position: fixed;
    top: 35%;
    z-index: 99;
    left: 10px;
}
.section-about
{
    padding:50px 0px;
    background:linear-gradient(90deg, rgba(0,0,0,0.48) 0%, rgba(9,9,9,0.58) 24%),url('../images/breadcrump.jpg');
    background-size:cover;
    background-position:center;
}
.set-bread h2
{
    color:#fff;
    text-transform:uppercase;
}
.section_normal 
{
    padding:60px 0px;
}
.event_img img
{
    height: 235px;
    width: 100%;
    object-fit: cover;
}
.event_content
{
    height:100%;
    position:relative;
}
.event_content a h4
{
    color:#000;
    font-size:20px;
    margin-bottom:20px;
    margin-top:20px;
}
.event_content a p
{
    color:#4b4b4b;
}
.event_details 
{
    display:flex;
    justify-content:space-between;
    padding: 15px 15px;
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0px;
}
.event_date
{
    color:#d38644;
}
.event_read a
{
    color:#d38644;
}
.media {
    display: block;
}
.media_body h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}
.media .media_body {
    padding: 0px;
    color: #fff;
    text-align: left;
}
.media .media_body h2 {
    margin-top: 10px;
    font-size: 26px;
    text-align: center;
    color: #1e8a69;
}
.media .media_body ul {
    list-style-type: none;
    margin-top: 30px;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
    column-gap: 20px;
    row-gap: 20px;
    font-weight: 600;
}
.media .media_body ul li {
    height: 50px;
    text-align: center;
    background-color: #ffaa55;
    color: #fff;
    line-height: 50px;
    font-size: 14px;
    border-radius: 8px;
}
.btn-drop
{
    font-size: 14px;
    font-weight: 600;
    background-color: #d38644;
    padding: 17px 50px 17px 25px;
    position: relative;
    color: #fff;
}
.btn-drop:hover
{
    background-color: #d38644;
    border:2px solid #d38644;
}
.btn-drop:click
{
    background-color: #d38644;
    border:1px solid #d38644;
}
.dropdown-menu
{
    padding:0px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.8rem 1rem;
    clear: both;
    font-weight: 500;
    color: #069fd6;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #dedede;
    font-size: 15px;
}
.banner_content
{
    text-align:center;
}
.banner_content h5
{
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0rem;
    text-transform: uppercase;
    color: #24415a;
}
.banner_content p {
    color: #24415a !important;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 1rem;
    font-weight: 600;
    line-height: 30px;
}
.breadcrump_sec
{
    padding:26px 0px;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(rgb(200 137 80),rgb(200 137 80)),url(../images/bg-1.jpg) !important;
    margin-top:83px;
}
.inner_banner_content h3 {
    text-align: center;
    font-size: 20px;
    text-shadow: 1px 1px black;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.section_normal
{
    padding:60px 0px;
    background:#e9eaee;
}
.partner-img img
{
    border-radius:5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.course_card {
    min-height: 100%;
    padding: 0.5rem;
    box-shadow: 3px 3px 3px #cecece, -3px -3px 3px #fff;
    border-radius: 0px;
    /* transition: 0.3s all ease-in; */
    border: 0px;
}
.btitle {
    font-size: 16px !important;
    line-height: 20px;
    color: #000 !important;
}
.course_card h4 {
    /*color: #dc1d44;*/
    /*font-size: 12.5px;*/
    font-weight: 600;
    padding: 0rem;
    text-align: left;
}
.course_card h4 {
    color: rgb(37 56 116 / 70%);
    font-size: 9px;
}
.card-img-top {
    height: 230px;
    box-shadow: inset 4px 3px 6px #bfc3cf, inset -3px -3px 6px #fff;
    border-radius: 0px;
}
.course_card .card-body {
    padding: 0.5rem 0rem 0rem 0rem;
    margin-bottom: 4rem;
}
.course_card h4 {
    color: rgb(37 56 116 / 70%);
    font-size: 9px;
}
.blogsorce {
    font-size: 11px;
    text-align: left;
    line-height: 16px;
    border-bottom: 1px solid #000;
    padding-bottom: 0.2rem;
    color: rgb(37 56 116 / 70%);
}
.course_card .card-text {
    margin-bottom: 0rem;
    font-size: 12.5px;
    line-height: 24px;
    text-align: left;
}
.read_article_btn {
    position: absolute;
    bottom: 1rem;
    background: transparent linear-gradient( 276deg ,rgb(200 137 80),#c88950) 0 0 no-repeat padding-box;
    border-radius: 50px;
    left: 18%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: 0.2s all ease;
}
.read_article_btn {
    padding: 0.4rem 3.5rem;
}
.desktop svg
{
    
}
.partner-img h3
{
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}
.section-space
{
    padding: 5rem 0rem;
    background: linear-gradient(to bottom right,#eff0f3,#e5e6eb);
}
.about_box
{
    box-shadow: 1px 10px 23px -10px #afadad;
    padding: 3rem 7rem;
    background-color: #fff;
}
.about_box .section-title h1
{
    font-size: 24px;
    font-weight: 601;
    color: #c88950;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif !important;
    text-shadow: 1px 1px #000;
}
.about_box .section-title p
{
    font-size: 14px !important;
    color: #253859 !important;
    line-height: 28px !important;
    text-align: justify !important;
    font-weight: 500 !important;
    font-family: 'Montserrat', sans-serif !important;
}
.course_card {
    min-height: 100%;
    padding: 0.5rem;
    box-shadow: 3px 3px 3px #cecece, -3px -3px 3px #fff;
    border-radius: 0px;
    /* transition: 0.3s all ease-in; */
    border: 0px;
}
.pub_card {
    border: 1px solid #e4e4e4;
    padding: 0;
    box-shadow: 3px 3px 3px #cecece;
}
.pub_card_img {
    padding: 1rem 1rem 0.5rem 1rem;
}
.pub_card .card-body {
    margin-bottom: 0;
    padding: 0.5rem;
    padding-top: 0px;
}
.pub_card img {
    height: 250px;
    box-shadow: inset 4px 3px 6px #bfc3cf, inset -3px -3px 6px #fff;
    border-radius: 0px;
    object-fit: cover;
    object-position: top;
}
.pub_card .card-body h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0rem;
    color: #253859 !important;
    font-weight: 600;
    margin-bottom: 4px;
}
.pub_card .card-body span {
    font-size: 12px;
    display: block;
    color: #253859 !important;
    font-weight: 600;
    margin: 0;
    font-family: 'Open Sans', sans-serif !important;
}
.mr-md-2, .mx-md-2 {
    margin-right: 0.5rem!important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.ml-md-2, .mx-md-2 {
    margin-left: 0.5rem!important;
}
.flex-item {
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    text-align:center;
}
.about_btn {
    background: transparent linear-gradient( 276deg ,#c88950,#c88950) 0 0 no-repeat padding-box;
    color: #fff;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    padding: 0.5rem 2rem;
    margin-top: 1.1rem;
}
.banner_fact
{
    padding:60px 0px 0px 0px;
}
.banner_fact_1
{
    padding:60px 0px 60px 0px;
}
.save-content 
{
    margin-bottom:30px;
}
.save-img img
{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.save-content h1
{
    font-size:36px;
    font-weight:700;
    margin-bottom:20px;
}
.save-content h2
{
    font-size:36px;
    font-weight:700;
    margin-bottom:20px;
}
.save-content h3
{
    text-transform:capitalize;
    font-size:24px;
    font-weight:700;
    margin-bottom:10px;
}
.save-content p
{
    font-size:15px;
}
.save-content ul li
{
    position:relative;
    padding-left:30px;
    font-size:14px;
    margin-bottom:10px;
}
.save-content ul li span
{
    position: absolute;
    left: 0px;
    top:3px;
    background: #c88950;
    color: #fff;
    font-size:13px;
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 4px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.save-content table tr,th,td
{
    font-size:14px;
    border:1px solid #c7c7c7;
    padding:15px;
}
.new-p
{
    font-size:16px !important;
    font-weight:500;
    line-height:1.5;
}
.padding-0
{
    padding:0px;
}
.project {
    position: relative;
    font-family: 'Source Sans 3', sans-serif;
}
.project-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.project-img::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000099;
    content: "";
    opacity: 0;
    z-index: 1;
    transition: all 0.3s;
    visibility: hidden;
}
.project-img  img {
    height: 470px;
    width: 100%;
    object-fit: cover;
    transition: 3s;
}
.project-text {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate(0%, -20%);
    z-index: 0;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    width: 90%;
}
.project-text h4 {
    font-weight: 700;
    color: #fff;
    font-size: 22px;
}
.project-text p {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
}
.project-text p a
{
    color:#c88950;   
}
.project:hover .project-img::before {
    opacity: 1;
    visibility: visible;
}
.project:hover .project-img img {
    transform: scale(1.1);
    transition: 3s;
}
.project:hover .project-text {
    opacity: 1;
    visibility: visible;
    z-index: 111;
    transform: translate(0%, -50%);
}
.background-banner-1 
{
    padding:90px 0px;
    background:url('../images/service-bg-2.jpg');
    background-size: cover;
    background-attachment: fixed;
}
.save-email h4
{
    color:#fff;
    font-size:24px;
}
.save-email p
{
    color:#fff;
}
.btn-email
{
    background: #c88950;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 0px;
    color: #fff;
}
.btn-email:hover
{
    color:#fff;
}
.portfolio
{
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.portfolio img
{
    height: 410px;
    min-height: 400px;
    object-fit: cover;
    width:100%;
}
.portfolio-five-box-content {
    width: 100%;
    /* transform: scale(0); */
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    transition: all 0.5s ease 0s;
    margin: auto;
    padding: 40px 40px;
    background: #0000002e;
}
.portfolio-five-title {
    font-weight: 500;
    margin-bottom: 0;
    font-size:18px;
    color:#fff;
}

.counters-section
{
    background:linear-gradient(320deg, rgba(0,0,0,0.7120098039215687) 18%, rgba(0,0,0,0.7148109243697479) 71%),url('../images/counter-bg-img.jpg');
    padding:80px 0px;
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}
.counters {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	text-align: center;
}
.counters .counter
{
    font-size:20px;
    font-weight:700;
    color:#fff;
    margin-bottom:5px;
    margin-top:5px;
}
.counters h3
{
    font-size:14px;
    font-weight:600;
    color:#fff;
}

.counter-heading h2
{
    color:#fff;
    text-align:center;
    font-weight:700;
    margin-bottom:35px;
}
.counter-plus
{
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    right: 50px;
    bottom: 37px;
}
.counter-plus-1
{
    right:60px;
}
.p-relative
{
    position:relative;
}
.take-oath
{
    background:#ffffff3b;
    padding:20px 0px;
    text-align:center;
}
.take-oath h1
{
    color:#fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}
.take-oath h4
{
    color:#fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom:0px;
}
.container, .container-fluid
{
    max-width:1150px;
}
@media(max-width:600px)
{
    .navbar-dark .navbar-toggler
    {
        color: rgb(255 255 255);
        border-color: rgb(255 255 255 / 61%);
    }
    .item-bg1
    {
        padding:30px 0px;
    }
    .banner_content h5
    {
        font-size:24px;
    }
    .banner_content p
    {
        font-size:16px;
    }
    .social_icon ul
    {
        justify-content:center;
    }
    .copyright h2
    {
        text-align:center;
        margin-bottom:7px;
    }
    .inner_banner_content h3
    {
        font-size:20px;
    }
    .partner-img
    {
        margin-bottom:30px;
    }
    .course_card
    {
        margin-bottom:30px;
    }
    .form_value
    {
        margin-bottom:30px;
    }
    .item-bg1 {
        height: 400px;
        margin-top: 90px;
    }
    .item-bg2 {
        height: 400px;
        margin-top: 90px;
    }
    .item-bg3 {
        height: 400px;
        margin-top: 90px;
    }
    
    .about_box {
        box-shadow: 1px 10px 23px -10px #afadad;
        padding: 20px 20px;
        background-color: #fff;
    }
    .counters-section
    {
        padding:30px 0px;
    }
    .counters
    {
        grid-template-columns: repeat(2, 1fr);
    }
    .counters img
    {
        width:44px;
    }
    .counter-heading h2
    {
        margin-bottom:20px;
        font-size:22px;
    }
    .counters .counter
    {
        font-size:20px;
    }
    .counters h3
    {
        font-size:14px;
    }
    .counter-plus
    {
        font-size:22px;
    }
    .counter-plus
    {
        right: 30px;
        bottom: 45px;
    }
    .counter-plus-1
    {
        right:38px;
    }
}