@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');


/** color them**/
:root{
	--light-org: #f9e2d1;
    --blue:#003161;
    --light-blue:#5cabe0;
    --orange:#e16712;
    --white:#fff;
    --green:#18ad51;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both;}

.clear {*zoom:1; clear:both;}

img {max-width:100%;	vertical-align:bottom;}

a {	
    color:#444;	
    text-decoration:none;
   -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; 
    
}


a:hover {text-decoration:none;}

a:focus {outline:0;text-decoration:none;}

a:hover, a:active {	outline:0;}

input:focus, textarea:focus, button:focus {	outline:0;	border:0;}

ul,li,h1,h2,h3,h4 {list-style-type:none;margin:0;padding:0}
.f-alice{font-family: 'Alice', serif;}
.f-white{color:#fff}
.f-black{ color: #000;}
a{display: inline-block;}
a:hover{color:#313e49}
.grd-btn {
    background: linear-gradient(to right , #000 50%,#bc120b 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 5px 35px 5px 20px;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    text-transform: uppercase;
}
.grd-btn:hover{
    background:linear-gradient(to left , #bc120b 50%,#000 100%);
}
.btn-hover{
    color:#000;
    padding: 15px 25px;
    background-color: #f3b140;
	font-size:20px;
}
.btn-hover:hover{
    background-color: #587529;
    color: #fff;
}
.more-btn {
    color:var(--white);
    font-size: 19px;
    background-color:var(--green);
    padding: 10px 30px;
}
.more-btn:hover{
    background-color:var(--blue);
    color: #fff;
}


ul,li,h1,h2,h3,h4,h5 
{
    list-style-type:none;
    margin:0;
    padding:0
}
body {
    font-size: 18px;
    color: #313e49;
    line-height: 28px;
	font-family: 'Poppins', sans-serif;
}

.container{
    width: 95%;
    /* max-width: 1300px; */
    max-width: 1800px;;
}

.header{
    padding: 15px 0 ;
    position: relative;
    background:var(--blue);
}
.logo-tagline{
    font-size: 24px;
    font-weight: 600;
    color: var(--white);
}
.logo-tagline span{
    display: block;
    font-size: 38px;
}
.logo {
    position: relative;
    width: 156px;
}
.logo img{
    position: absolute;
    top: 0;
}
.nav_area > ul > li 
{    
    display: inline-block; 
}
.nav_area ul li a {
    color:var(--white);
    font-size: 16px;
    /* text-align: center; */
    font-weight: 400;
}

ul .sub-menu span.arrow
{
    color: #000;
}
ul li span.arrow{
    color:#000;
    padding-left: 4px;
}
ul.sub-menu li a 
{
    color: #3c2313;
    line-height: 20px;
    padding: 10px;
    font-size: 15px;
    display: inline-block;
}
ul.sub-menu li {
    display: block;
    position: relative;
}
ul.sub-menu li.menu-item-has-children{
    padding-right: 20px;
}
.btn-top a{
    display: inline-block;
}
.lang-btn select{
border: none;
}
.owl-nav {
    position: absolute;
    /* top: 50%; */
    top: calc( 50% - 23px );
    transform: translateY(-50%);
    color: #000;
    font-size: 45px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 0;
}
.slider-for ,.slider-nav{
    padding: 0 60px;
}
.slider-container .owl-nav{
    left: 0;
}
.thumb-slider #sync1.owl-theme .owl-nav button {
    background: #999999;
    border-radius: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 100%;;
}
.slider-container .fas {
    background-color: #64b7e6;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.slider-container .fas:hover {
    background-color: #000;
}
.back-btn{
    padding: 5px 10px;
    color: #101139;
    font-size: 24px;
    font-weight: bold;
}
.back-btn .fa{
    color: #6db7cd;
}
.back-btn:hover{
    filter: brightness(0.5);
}
.z-index{
    position: relative;
    z-index: 2;
}
.lang-link {
    display: flex;
    align-items: center;
    justify-content: end;
}
.lang-link a{
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    padding-left:15px ;
    
}
.lang-link a:hover{
    filter: brightness(0.8);
}
.lng{
    color: var(--white);
    padding-left: 15px;
}
/*---------------footer----------------------*/
.footer{
    background:var(--blue) url(../image/footer.png) no-repeat center top / cover;
}
.footer li{
    color:var(--white);
    font-size: 14px;
}
.footer li a{
    color: var(--white);
}
.footer h3{
    font-size:20px;
    position: relative;
    color: var(--white);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.footer h3::after{
    content: "";
    width: 58px;
    height: 5px;
    background-color:#ebe7a8;
    position: absolute;
    left: 0;
    bottom: 0;
}
.copyright {
    font-size: 14px;
    color: #dbe2eb;
    text-align: center;
    padding: 15px 0;
   border-top: 1px solid var(--white);
}


.footer li i{
    color:var(--white) ;
}
.f-menu li a:hover{
    color:var(--white) ;
}
.copyright p{
    margin: 0;
}


/*---------------index-page-------------------*/
.main{
    background: url(../image/main-bg.png) no-repeat top center /cover;
}
.mid-banner.owl-theme .owl-dots {
    bottom: 15px;
}
.banner-inner{
    position: relative;
}


.banner-title {
    font-size: 45px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    bottom: 90px;
    width: 100%;
    text-shadow: 0px 1px 6px #000;
}
.banner-title span{
    font-size: 60px;
    font-family: 'Alex Brush', cursive;
    display: block;
}

.mid-section{
    background-color:var(--light-org);
    color: #000;
}
.section-title {
    font-size: 32px;
    font-weight: 500;
    color: var(--blue);
    position: relative;
    padding-left:25px;
    text-transform: uppercase;
}
.section-title::after {
    content: "";
    width: 10px;
    height:42px;
    background-color: var(--green);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}
.owl-theme .owl-dots{
    bottom: -30px;
}
.owl-theme .owl-dots .owl-dot span{
    background-color: #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: var(--light-blue);
    border: 1px solid var(--light-blue);
}
.act-slider-row {
    background-color: #eeeeeed4;
    width: 95%;
    margin: -40px auto 0;
    z-index: 99;
    position: relative;
    box-shadow: 0px 5px 5px #0000004d;
}
.act-section h2{
    width: 91%;
    margin: 0 auto;
}
.act-slider{
    padding: 0 40px;
    position: relative;
}
.act-slider .owl-nav {
    position: absolute;
    /* top: 50%; */
    top: calc( 50% - 23px );
    left:0;
    z-index: 22;
    display: flex;
    justify-content: space-between;
    width: 106%;
    transform: translateY(-50%);
    margin-top: 0;
    color: var(--light-blue);
    left: -3%;
    height: 0;
}
.inner-act{
    background-color: var(--white);
    box-shadow: 0px 5px 5px #0000004d;
    margin: 10px;
    position: relative;
}
.inner-act::after{
    content: "";
    width: 100%;
    bottom: 0;
    height: 30px;
    background: #0073c6;
    position: absolute;
    clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%);
}
.owl-item:nth-child(2n) .inner-act:after{
    background: #004c8d;
}
.owl-item:nth-child(3n) .inner-act:after{
    background: #003161;
}
.inner-act h3{
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 300;
}
.img-over{
    overflow: hidden;
    position: relative;
    transition: 0.5s all ease-in-out;
}
.img-over a{
    display: block;
}
.img-over img{
    transition: 0.5s all ease-in-out;
}
.img-over:hover img{
    transform: scale(1.2);
}
.more-link{font-size: 16px;color: var(--blue);}
.shcoll-act-inner a{ 
    position: relative;
    display: block;
}
.shcoll-act-inner a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #0000006b, transparent);
    height: 150px;
}
.shcoll-act-inner h3{
    position:absolute;
    bottom: 10px;
    margin: 10px;
    font-size: 18px;
    color: var(--white);
    border-top: 1px solid var(--white);
    padding-top: 10px;
    z-index: 5;
}
.more-btn-full{
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    color: var(--white);
    background: linear-gradient(45deg, #003162, #0071c4);
    padding: 15px;
    text-align: center;
}
#accordion .card-header a{
    display: block;
    line-height: normal;
    font-size: 18px;
    text-decoration: none;
    color: var(--green);
    text-align: left;
    padding: 2px 30px 2px 0;
    position: relative;
}
#accordion .card-header a::after{
    content: "\f068";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
#accordion .card-header a.collapsed::after{
    content: "\f067";
}

.card-body{
    font-size: 17px;
    font-weight: 300;
    line-height: normal;
}
.cld-box{
    background-color: #ececec;
    padding: 0 25px 25px;
}
#calendar .fc-head{
    background-color: #75aadc;
    color: var(--white);
}
.cld-box .fc th{
    color: var(--white);
    border-left: 1px solid var(--white);
}
.cld-box .fc-row .fc-bg{
    background: #fff;
}
.cld-box .fc-row td{
    text-align: center;
    border: 1px solid #ddd;
}
.cld-box .fc-header-toolbar{
    color: #fff;
    background: #0072c4;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
.cld-box .fc-toolbar h2 ,.fc-button-primary{
    color: #fff;
}
/*------------------news Details---------------*/
.small-container {
    background: #ffffffc2;
    box-shadow: 0 2px 5px #00000026;
    margin: -95px auto 0;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
    margin-bottom: 15px;
  }
  
  .panel-default > .panel-heading {
    padding: 0;
    color: #212121;
    background-color: #f5f5f5;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
  }
  .panel-default.active > .panel-heading{
    border-radius: 5px 5px 0 0;
  }
  
  .panel-title {
    font-size: 18px;
  }
  
  .panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
  }
  
  .more-less {
    float: right;
    color: #212121;
  }
  
  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #cecece;
    border-top: 0;
    font-size: 16px;
    padding: 20px;
  }
  .collapse.in {
    display: block;
}
.panel-default .fa-caret-right{
    font-size: 30px;
    float: right;
}
.active .fa-caret-right {
    transform: rotate(90deg);
}
.sub-pages .container{
    max-width: 1180px;
}
h2.page-title {
    color: #313e49;
    font-size: 36px;
    letter-spacing: 5px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 1px 6px #000;
    position: absolute;
    bottom: 80px;
    z-index: 9;
    text-align: center;
    width: 100%;
}
.page-title h2{
    color: #3a4477;
    font-size: 38px;
    font-weight: 700;
}
.back-btn {
color: #313e49;
font-size: 24px;
font-weight: bold;
}
.back-btn:hover{
    color: #d4ac1d;
}
.pagination {
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.pagination a {
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    margin: 0 4px;
    color: #000;
    border-radius:5px ;
}

.pagination a.active,
.pagination a:hover {
    background: var(--green);
    color: #fff;
}
.pagination a:first-child:hover,
.pagination a:last-child:hover{
    background: none;
}

.pagination a img {
    height: 30px;
    object-fit: contain;
}
.pagination a:hover img{
    filter: brightness(0.5);
}

h2.side-title {
    color: var(--white);
    padding:15px;
    font-size: 36px;
    font-weight: bold;
    display: none;
    background-color: var(--blue);

}
ul.sidemenu {
    padding: 15px 10px;
}

ul.sidemenu > li {
    padding: 15px 10px;
    border-bottom: 1px solid #bbcae7;
	font-weight:700;
}

ul.sidemenu > li a{color:var(--blue);font-size: 18px; font-weight: bold;}

ul.sidemenu > li > a{display:flex; justify-content:space-between; }

ul.sidemenu > li > a i,ul.sidemenu li.acv a,ul.sidemenu li a:hover {
    color: var(--green);
}

ul.side-sub-menu li  i {
    padding-right: 5px; font-size:10px;opacity: .7;
}
ul.side-sub-menu {
    padding: 10px 0 0;
    font-size: 14px;
    
	display:none;
}
.text-blue{
    color: #1194d1;
}
.text-org{
    color: var(--green);
}
.page-title-news{
    padding:25px 0;
    border-bottom: 1px solid #bccae7;
    font-size: 26px;
}
.page-title-news h2{
    font-size: 26px;
    font-weight: 600;
    color: #3a4477;
}
.page-title-news i{
    color:var(--green) ;
}
/*------------------news---------------*/
.post-item {
    padding: 25px 0;
    border-bottom: 1px dotted #a9b7c9;
}
.pdf-btn,.pdf-btn:hover {
    border: none;
    background-color: transparent;
}
.form-select {
    display: block;
    width: 218px;
    font-size: 16px;
    font-weight: 400;
    line-height: 41px;
    color: #212529;
    background-color: #fff;
    background-image: url(../image/select-icon.png);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 10px 7px;
    border: 2px solid #cccccc;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 36px;
    -moz-padding-start: calc(0.75rem - 3px);
    box-shadow: none !important;
    outline: none !important;
    margin: 0;
    position: absolute;
    right: 0;
    top:0;
}
/**********ca;emder************/
a.download {
    font-size: 19px;
    background: var(--green);
    color: #fff;
    padding: 8px 40px;
    border-radius: 5px;
    font-weight: bold;
}
h3.function {
    font-size: 15px;
    font-weight: 700;
}
h3.function:before {
    content: '';
    display: inline-block;
    height: 13px;
    width: 13px;
    margin-right: 8px;
}
h3.function {
    padding-right: 20px;
}
.all-event h2 {
    font-size: 38px;
    color: #000;
}
.event-item {
    background: #fff;
    padding: 20px;
    border: 2px solid #e7e7e7;
}
.event-left h3 {
    padding-right: 10px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}
.event-middle {
    padding-left: 20px;
    width: 28%;
    max-width: 138px;
}
.event-right {
    padding-left: 20px;
}
.event-right h3 {
    font-size: 18px;
    font-weight: 700;
}
.event-right p {
    font-size: 14px;
}
.event-left {
    border-right: 2px solid #22a7e0;
    max-width: 75px;
    padding: 10px 0;
    width: 100%;

}
/*------------------media query---------------*/

@media (min-width: 992px){
    .nav_area ul li a{
        font-size: 14px;
    }
    .header {
        position: relative;
        /* background-color: #25527bba; */
        background-color: var(--blue);
        width: 100%;
        z-index: 99;
    }
    .nav_area > ul > li a{
        padding: 10px 9px;
    }
    .nav_area > ul > li > a::after {
        content: "";
        height: 2px;
        display: block;
        margin: 0 auto;
    }
    .nav_area > ul > li:hover > a::after,.nav_area ul > li.act > a::after{
            content: "";
            height: 2px;
            display: block;
            margin: 0 auto;
            background-color: var(--white);
        }

    ul.menu {
        display: flex;
        justify-content:center;
    }
    ul.sub-menu {
        min-width: 150px;
    }
    ul.sub-menu
    {
    position: absolute;
    background: #fff;
    z-index: 555;
    text-align: left;
    padding: 0px;
    height: 0;
    transition: all .5s ease;

     }
    ul.sub-menu span.arrow {
        display: inline-block;
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 40%;
    }
    .nav_area > ul > li ul.sub-menu 
    {
        transform-origin: 50% 0;
        transform: scaleY(0) translateZ(0);
        transition: transform 0.3s, opacity 0.3s;
        display: block;
    }
    ul.sub-menu li a
    {
        color: #000000;
    }
    .nav_area ul li:hover ul.sub-menu 
    {	
        display:block;
        height: auto;
    }
    ul.sub-menu li ul.sub-menu 
    {    
        left: 100%;   
        top:  0;    
    }
    .menu-item-has-children .arrow{display: none;}
    ul.sub-menu span.arrow{color: #000;}
    .nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu 
    {   
        transform: scaleY(1) translateZ(0);  
     }
    
     .nav_area ul li:hover ul.sub-menu 
     {    
         display: block; 
     }
     ul.sub-menu > li:hover > a
     {	
         color:var(--orange); 
    }
    ul.sub-menu > li:hover .arrow
    {  
        color:var(--orange); 
    }
    ul
    {
       margin-top: 0;
       margin-bottom: 0;
    }
    label.toggle 
    {   
         display: none; 
    }
    ul.sub-menu li.menu-item-has-children .arrow 
    {    
        transform: rotate(-90deg);  
    }
    .nav_area ul li:last-child 
    {
        padding-right: 0;
        border-right: 0;
    }
    .footer-bottom ul{
        margin: 0;
    }
    .main-menu{
        border-top: 1px solid #fff;
    }
    .logo-section .logo-img img{
        max-width: 900px;
    width: 72%;
    }
    .mid-big{
        width: 25.6% !important;
    }
    .top-row .col-md-2{
        width: 13.666667%;
    }
       
        
}
@media (min-width: 1250px){
    .nav_area > ul > li > a{
        padding:10px 44px;
    }
    .nav_area ul li a{
        font-size: 16px;
    }
}
@media (max-width: 1250px){
    .icon-title{
        width: 29%;
    }
    .icon-title h2{
        font-size: 35px;
        
    }
}
@media (max-width:991px){
   
    .container {    max-width: 100%;  }
    ul.menu  
    { 
        position: fixed;
        width: 70%;
        left: 0;
        text-align: left;
        background: var(--blue);
        padding: 15px 10px;
        z-index: 100;
        top: 0;
        height: 100%;
        left: -100%;
        transition: all .4s;
    }

        ul.menu.open 
        {
            left:0;
        }
        .toggle {
            cursor: pointer;
            color: #fff;
            font-size: 22px;
            margin: 0;
            text-align: right;
            display: block;
            position: absolute;
            right: 38px;
            background:var(--green);
            padding: 15px;
            top: 110px;
        }	
        ul li span.arrow{
            color:#fff;
            font-size: 15px;
        }
       .nav_area ul li a 
        {    
            line-height: 40px;    
            font-size: 20px; 
            color:#fff;
        }
        nav.nav_area ul li
        {
            display:block;     
            position: relative;    
            border: 0;  
            padding:0 0 10px 0;
        }
        ul li span.arrow.close-icon i:before
        {
            content: "\f106";
        }
        ul.sub-menu li span.arrow.close-icon i:before 
        {    
            content: "\f106";  
        }
        ul li .sub-menu li a 
        {   
             line-height: 18px;  
             font-size: 15px;
        }
        ul.sub-menu span.arrow 
        {
            right: 10px;
            text-align: center;
            top: 0;
            font-size:15px;
        }

        span.arrow {
            position: absolute;
            right: 10px;
            color: #fff;
            top: 12px;
            width: 40px;
            text-align: center;
            height: 30px;
            }
        ul.sub-menu 
        {
            display: none;
            position: relative;
            background: transparent;
            padding: 0; 
            font-size:10px;   
        }
        ul.sub-menu li ul.sub-menu {    
        padding: 10px;
        width: 100%;  
    }
    
    .logo-section .logo-img img{
        margin-top: 0;
    }
    .section-title{
        font-size: 28px;
    }
    .more-btn{
        font-size: 15px;
    }
    .logo img{position: relative;}
    .header .order2 {
        order: 2;
        align-items: center;
    }
    .lang-link{
        justify-content: center;
        margin-bottom: 15px;
    }
    .shcoll-act-inner h3{font-size: 16px;}
    .more-link{
        display: block;
        text-align: center;
        margin-top: 16px;
    }
}

@media (max-width:767px){
    .copyright p {
        font-size: 12px;
    }
    
        ul.footer-menu {
            padding-bottom: 28px;
        }
        .number h5 {
            padding-bottom: 12px;
        }
    
        a.w-btn {
            text-align: center;
            display: block;
            padding: 10px 0 0;
        }
        
        ul.sidemenu{display: none;}
        .order2{order: 2;}
        .logo img{position: relative;}
        .lang-link{justify-content: center;}
        .toggle{top: 63px;
            right: 6px;}
        .logo-tagline{font-size: 15px;width: 80%;}
        .logo-tagline span{
            font-size: 25px;
        }
        .content-banner h2,.prd-d h2,.banner h2{font-size: 35px;}
        .content-banner h3{font-size: 22px;} 
        .banner img{height: 100px;object-fit: cover;}
        .bottom-setion{text-align: center;}
        .bottom-setion .text-details{border: none;}
        .bg-img img{
            height: 300px;
            object-fit: cover;
        }
        .text-intor{max-width: 95%;font-size: 18px;}
        .details-prd h3{font-size: 17px;}

        h2.side-title {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px;
        }
        .f-top a{display: block;padding: 5px;}
        .f-top a::after{display: none;}
        .lang-mail {
            margin-right: 0;
        }
        .top-section{background-size: 100%;}
        .top-section h2{font-size: 40px;}
        h2.page-title{
            bottom: 30px;
        }
        .inner-col{padding: 30px;}
        .page-title h2{font-size: 25px;}
        .form-select{position: relative;    margin: 15px auto 0;}
        .page-title-news h2{font-size: 20px;}
        .event-left{
            margin: 0 auto 15px;
            border-bottom: 2px solid #22a7e0;
            border-right: none;
        }
        .event-middle {
            padding: 0;
            width: 100%;
            max-width: 100%;
            text-align: center;
        }
        .event-right {
            padding: 10px 0 0 0;
            text-align: center;
        }

}
@media only screen and (min-width:768px) {
    ul.sidemenu {
        display: block !important;
    }
    .side-title .fa {
        display: none;
    }
    h2.side-title {
        pointer-events: none;
    }

}