/*------------------------------------------------------------------
	[Master Stylesheet] 
	Author        : Ridho < m.ridho@hotmail.com >
	Template Name : IICET
	Version       : 1.0
	CopyRight     : 2019 Oct @ www.redwhitepress.com
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i&display=swap");
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i');
*{ outline: 0 !important; outline:none !important;}
a{text-decoration: none;}
a:hover, a:focus{text-decoration:none;}
body{ 
    font-family: "Karla", sans-serif; 
    font-weight: normal; 
    font-style: normal; 
    font-size: 1rem;
}


/*--------------------------------
	LOADING .......
--------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    color: #31708F;
    font-weight: 400;
    padding: 0px;
    width: 100%;
    z-index: 9999;
    text-align: center;
    opacity: 1 !important;
    background: none;
    border-top: none;
    border-bottom: none;
   
}
.preloader .text {
    width: 300px;
    margin: 0 auto;
    height: 40px;
    background-color: #FFF3CD;
    border-top: none;
    border-left: 1px solid #ffeeba;
    border-right: 1px solid #ffeeba;
    border-bottom: 1px solid #ffeeba;
    padding: 10px;
    border-radius: 3px;
}

/*--------------------------------
	FORM STYLE
--------------------------------*/
::-webkit-input-placeholder {
    color: #aaa !important; 
} 
::-moz-placeholder {
    color: #aaa !important; 
} 
:-ms-input-placeholder {
    color: #aaa !important; 
} 
:-moz-placeholder {
    color: #aaa !important; 
} 
::placeholder {
    color: #aaa !important; 
} 
.form-control:focus, .custom-select:focus{
    border:1px solid #ced4da;
    box-shadow: none;
}
textarea.form-control{
    resize: vertical;
    min-height: 34px;
}
.custom-select{
    background: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='iso-8859-1'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 284.929 284.929' style='enable-background:new 0 0 284.929 284.929;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441 L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082 c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647 c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
}
.register-form{
    margin-top: 3rem;
}

/*--------------------------------
	NAVBARS
--------------------------------*/ 
.main-header { 
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 99;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.top-header{
    padding: 0 1.5rem;
    background-color: #169195;
}
.top-header ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.top-header .top-header-left ul{
    position: relative;
    float: left;
    line-height: 40px;
}
.top-header .top-header-left ul::after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 5000px;
    height: 100%;
    background-color: #933576;
}
.top-header .top-header-left ul li{
    z-index: 1;
    display: inline-block;
    position: relative;
    color:rgba(255, 255, 255, 0.95)
}
.top-header .top-header-right ul li {
    display: inline-block;
} 
.top-header .top-header-left ul li i {
    margin-right: 9px;
}
.top-header .top-header-left ul li:last-child {
    padding-right: 22px !important;
}
.top-header .top-header-right{
    position: relative;
    text-align: right;
    line-height: 39px;
} 
.top-header .top-header-right .top-contact{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    display: inline-block;
    position: relative;
}
.top-header .top-header-right .top-contact li:first-child {
    padding-left: 0px !important;
}
.top-header .top-header-right .top-contact li {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    color: rgba(255,255,255,.95);
}
.top-header .top-header-right .top-contact li::before { 
    content: "";
    height: 14px;
    width: 1px;
    background-color: rgba(255,255,255,.2);
    display: block;
    position: absolute;
    right: 0;
    top: 13px;
}
.top-header .top-header-right .top-contact li:last-child {
    padding-right: 22px !important;
} 
.top-header .top-header-right .top-contact li a{
    color: rgba(255,255,255,.95);
}
.top-header .top-header-right .top-contact i {
    margin-right: 9px;
}
.top-header .top-header-right .list-inline {
    display: inline-block;
    line-height: 39px;
}
.top-header .top-header-right .social-icons { 
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px; 
}
.top-header .top-header-right .social-icons li {
    margin: 0 3px;
    display: inline-block;
    border: none;
    margin: 0 3px;
}
.top-header .top-header-right .social-icons li a{
    color: rgba(255,255,255,1);
    display: block;
    border: none;
    width: 16px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    font-weight: 500;
    background-color: transparent;
    text-align: center;
}
.top-header .top-header-right .social-icons li a:hover{
    color: rgba(255,255,255, 0.85);
}
.navbar-main.sticky{
    animation: sticky .4s;
    box-shadow: 0 0 3px 1px rgba(23, 23, 23, 0.2);
}
.navbar {
    padding: 0 1rem;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 0 3px 1px rgba(23, 23, 23, 0.2);
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.bg-light {
    background: rgba(255,255,255,0.99) !important;
}
.bg-dark {
    background: rgba(0,0,0,0.90) !important;
}
.nav-link {
    display: block;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 0.01em;
    opacity: 1;
    padding: 25px 0px;
    font-size: 18px;
    font-weight: 700;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: #555 !important;
    text-transform: uppercase;
}
.fixed-top .nav-link {
    padding-top:15px !important;
    padding-bottom: 15px !important;
    font-size: 16px !important;
}
.dropdown-menu{
    border-radius: 0;
    margin-top: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color:#92278f;
}
.dropdown-item{    
    font-size: 1rem;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.bg_cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
/*--------------------------------
	BANNERS
--------------------------------*/ 
.single-banner {
    margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner {
        margin-top: 0;
   }
}
@media (max-width: 767px) {
    .single-banner {
        margin-top: 0;
   }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-banner {
        margin-top: 0;
   }
}
.single-banner .banner-overlay {
    display: flex;
    align-items: center;
    height: 650px;
    /* background: linear-gradient(90deg, #0c5adb 0%, rgba(12, 90, 219, 0.6) 50%, rgba(255, 255, 255, 0) 100%); */
    background: linear-gradient(90deg, #000000 -20%, rgba(46, 56, 56, 0.5) 40%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
    .single-banner .banner-overlay {
        height: 700px;
   }
}
.single-banner .banner-overlay .banner-content {
    overflow: hidden;
}
.single-banner .banner-overlay .banner-content span {
    color: #fff;
    font-family: "Poppins",Arial,Helvetica,sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 2px;
    padding-bottom: 10px;
}
@media (max-width: 767px) {
    .single-banner .banner-overlay .banner-content span {
        font-size: 16px;
   }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-banner .banner-overlay .banner-content span {
        font-size: 18px;
   }
}
.single-banner .banner-overlay .banner-content .title {
    font-family: "Poppins",Arial,Helvetica,sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 65px;
    color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-banner .banner-overlay .banner-content .title {
        font-size: 70px;
        line-height: 80px;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-overlay .banner-content .title {
        font-size: 80px;
        line-height: 90px;
   }
}
@media (max-width: 767px) {
    .single-banner .banner-overlay .banner-content .title {
        font-size: 32px;
        line-height: 42px;
   }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-banner .banner-overlay .banner-content .title {
        font-size: 56px;
        line-height: 66px;
   }
}
.single-banner .banner-overlay .banner-content p {
    font-weight: 700;
    font-size: 19px;
    color: #fff;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-overlay .banner-content p {
        font-size: 16px;
   }
}
@media (max-width: 767px) {
    .single-banner .banner-overlay .banner-content p {
        font-size: 14px;
        padding-right: 0;
   }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-banner .banner-overlay .banner-content p {
        font-size: 16px;
        padding-right: 0;
   }
}
.single-banner .banner-overlay .banner-content a {
    background: #fff;
    color: #0c59db;
    border-color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 0 40px;
}
.single-banner .banner-overlay .banner-content a i {
    padding-left: 6px;
}
.banner-active .slick-arrow {
    position: absolute;
    top: 50%;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #0c59db;
    z-index: 2;
    font-size: 20px;
    cursor: pointer;
    transform: translateY(-50%);
}
.banner-active .slick-arrow.prev {
    left: 20px;
}
.banner-active .slick-arrow.next {
    right: 20px;
}


/*--------------------------------
	ABOUT
--------------------------------*/
.about-area{
    padding-top: 120px;
    padding-bottom: 120px;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.about-area .about-thumb {
    position: relative;
    z-index: 5;
}
.about-area .about-thumb::before {
    position: absolute;
    content: '';
    height: 630px;
    width: 630px;
    border: 120px solid #00adb3;
    transform: rotate(45deg);
    background: #fff;
    z-index: -1;
    left: -200px;
    top: 40px;
}
.about-area .about-thumb img {
    max-width: 100%;
}
.about-area .about-thumb img {
    vertical-align: middle;
    border-style: none;
}
.about-area .about-item {
    padding-left: 30px;
    position: relative;
}
.about-area .about-item::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 30px solid #9d287a;
    right: 0px;
    bottom: -100px;
}
.about-area .about-item > span {
    color: #9d287a;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
}
.about-area .about-item .title {
    font-family: "Poppins",Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    padding-top: 18px;
    padding-bottom: 36px;
}
.about-area .about-item p {
    color: #69a1bb;
}
.about-area .about-item .about-experience {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 28px;
}
.about-area .about-item .about-experience h3 {
    font-family: "Poppins",Arial,Helvetica,sans-serif;
    font-weight: 700;
    color: #9d287a;
    font-size: 100px;
    padding-right: 15px;
    position: relative;
}
.about-area .about-item .about-experience h3::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid #9d287a;
    border-right: 30px solid transparent;
    left: -48px;
    top: 23px;
}
.about-area .about-item .about-experience span {
    font-family: "Poppins",Arial,Helvetica,sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #002249;
    text-transform: capitalize;
}
.about-area .about-item ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.about-area .about-item ul li {
    display: inline-block;
}
.about-area .about-item ul li a:hover {
    border-color: #b7c3d6;
    background: #b7c3d6;
} 
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-area .about-thumb::before {
        height: 500px;
        width: 500px;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area .about-thumb::before {
        height: 500px;
        width: 500px;
        top: 85px;
   }
}
@media (max-width: 767px) {
    .about-area .about-thumb::before {
        display: none;
   }
}

/* -------------------------------
    LAYANAN
------------------------------- */
/*=============================== 36.WHY CHOOSE css ================================*/
.why-choose-area {
    background: #101028;
    padding-top: 113px;
    padding-bottom: 113px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.why-choose-area .section-title span {
    color: #fff;
}
.why-choose-area .section-title .title {
    color: #fff;
    font-size: 55px;
    line-height: 66px;
    padding-bottom: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .why-choose-area .section-title .title {
        font-size: 44px;
        line-height: 56px;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .why-choose-area .section-title .title {
        font-size: 44px;
        line-height: 56px;
   }
}
@media (max-width: 767px) {
    .why-choose-area .section-title .title {
        font-size: 30px;
        line-height: 40px;
   }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .why-choose-area .section-title .title {
        font-size: 36px;
        line-height: 46px;
   }
}
.why-choose-area .section-title .title::before {
    display: none;
}
.why-choose-area .single-choose .icon-box {
    height: 175px;
    width: 175px;
    border-radius: 50%;
    text-align: center;
    line-height: 200px;
    border: 2px solid #252543;
    background: radial-gradient(circle, #8383f9 0%, rgba(209, 209, 223, 0) 50%, rgba(255, 255, 255, 0) 74%);
    position: relative;
    display: inline-block;
    z-index: 5;
}
.why-choose-area .single-choose .icon-box i {
    font-size: 60px;
    color: #fff;
}
.why-choose-area .single-choose .icon-box span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: rotate-2 30s linear infinite;
    -moz-animation: rotate-2 30s linear infinite;
    -o-animation: rotate-2 30s linear infinite;
    animation: rotate-2 30s linear infinite;
}
.why-choose-area .single-choose .icon-box span::before {
    position: absolute;
    content: '';
    height: 15px;
    width: 15px;
    background: #fff;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}
.why-choose-area .single-choose .icon-box span::after {
    position: absolute;
    content: '';
    height: 7px;
    width: 7px;
    background: #fff;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}
.why-choose-area .single-choose h4 {
    font-size: 26px;
    color: #fff;
    padding-top: 50px;
}
.why-choose-area .single-choose p {
    font-size: 15px;
    line-height: 32px;
    color: #c7c7ff;
    padding: 0 20px;
    padding-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .why-choose-area .single-choose p {
        padding: 0;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .why-choose-area .single-choose p {
        padding: 0;
        padding-top: 20px;
   }
}
@media (max-width: 767px) {
    .why-choose-area .single-choose p {
        padding: 0;
        padding-top: 20px;
   }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .why-choose-area .single-choose p {
        padding: 0 20px;
        padding-top: 20px;
   }
}
.why-choose-area .choose-dot {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.why-choose-area .choose-dot img {
    width: 100%;
}
.why-choose-area .choose-shape {
    position: absolute;
    left: 0;
    top: -170px;
    z-index: -1;
}
.why-choose-area .choose-shape img {
    width: 100%;
}

/*--------------------------------
	SERVICES
--------------------------------*/
.services-area{
    padding-bottom: 120px;
    padding-top: 115px;
    background: #f4fbff;
}
.section-title span {
    color: #0c59db;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 5px;
    z-index: 6;
    position: relative;
}
.section-title .title {
    font-family: "Poppins",Arial,Helvetica,sans-serif;
    font-size: 70px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    z-index: 5;
    margin-bottom: 33px;
    color: #002249;
}
.section-title .title::before {
    position: absolute;
    content: 'Layanan';
    font-size: 180px;
    font-family: "GilroyBold";
    font-weight: 700;
    bottom: 0;
    color: #f5f6f8;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
@media (max-width: 768px) {
    .section-title .title::before{
        display: none;
    }
}
.services-area .single-services {
    border: 2px solid #e3eeff;
    padding: 75px 33px;
    position: relative;
    overflow: hidden;
}
.services-area .single-services .title {
    font-family: "Poppins",Arial,Helvetica,sans-serif;
    font-size: 36px;
    padding-top: 35px;
    padding-bottom: 20px;
    color: #002249;
}

/*--------------------------------
	VIDEO AREA
--------------------------------*/
.video-area {
    background: #002249 url(../../../images/background/video-bg.jpg); 
    padding-top: 120px;
    padding-bottom: 310px;
    position: relative;
}
/*===========================
    5.VIDEO css 
===========================*/
.video-area {
    padding-top: 80px;
    padding-bottom: 20px;
    position: relative; 
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .video-area {
        padding-bottom: 250px;
   }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .video-area {
        padding-bottom: 390px;
   }
}
.video-area .video-item {
    text-align: center;
}
.video-area .video-item a {
    display: inline-block;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    color: #fff;
    background: #0041af;
    border: 2px solid #0041af;
    font-size: 24px;
    position: relative;
}
.video-area .video-item a::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 2px solid #e3eeff;
    -webkit-animation: play-btn-1 2.5s linear infinite;
    -moz-animation: play-btn-1 2.5s linear infinite;
    -o-animation: play-btn-1 2.5s linear infinite;
    animation: play-btn-1 2.5s linear infinite;
}
.video-area .video-item a::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 2px solid #e3eeff;
    -webkit-animation: play-btn-2 1.5s linear infinite;
    -moz-animation: play-btn-2 1.5s linear infinite;
    -o-animation: play-btn-2 1.5s linear infinite;
    animation: play-btn-2 1.5s linear infinite;
}
.video-area .video-item span {
    display: inline-block;
    padding-top: 60px;
    padding-bottom: 2px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
}
.video-area .video-item .title {
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    padding-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .video-area .video-item .title {
        font-size: 70px;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-area .video-item .title {
        font-size: 65px;
        line-height: 65px;
   }
}
@media (max-width: 767px) {
    .video-area .video-item .title {
        font-size: 30px;
        line-height: 44px;
   }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .video-area .video-item .title {
        font-size: 50px;
        line-height: 60px;
   }
}
.video-area .video-thumb-1 {
    position: absolute;
    top: -40px;
    left: 30px;
    text-align: left;
}
.video-area .video-thumb-1 img {
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-area .video-thumb-1 img {
        width: 65%;
   }
}
@media (max-width: 767px) {
    .video-area .video-thumb-1 img {
        display: none;
   }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .video-area .video-thumb-1 img {
        width: 40%;
        display: inline-block;
   }
}
.video-area .video-thumb-2 {
    position: absolute;
    top: -70px;
    right: 30px;
    text-align: right;
}
.video-area .video-thumb-2 img {
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-area .video-thumb-2 img {
        width: 65%;
   }
}
@media (max-width: 767px) {
    .video-area .video-thumb-2 img {
        display: none;
   }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .video-area .video-thumb-2 img {
        width: 50%;
        display: inline-block;
   }
}
@keyframes play-btn-1 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
   }
    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
   }
}
@keyframes play-btn-2 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
   }
    100% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        opacity: 0;
   }
}


      
/*===========================
    PORTFOLIO
===========================*/
.portfolio-area {
    padding-bottom: 85px;
    margin-top: -250px;
    overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-area {
        margin-top: -196px;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-area {
        margin-top: -223px;
   }
}
@media (max-width: 767px) {
    .portfolio-area {
        margin-top: -189px;
   }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .portfolio-area {
        margin-top: -345px;
   }
}
.portfolio-area .single-portfolio .portfolio-thumb img {
    width: 100%;
}
.portfolio-area .single-portfolio .portfolio-content {
    padding: 40px 40px;
    box-shadow: 0px 8px 16px 0px rgba(60, 110, 203, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-area .single-portfolio .portfolio-content {
        padding: 40px 20px;
   }
}
@media (max-width: 767px) {
    .portfolio-area .single-portfolio .portfolio-content {
        padding: 40px 20px;
   }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .portfolio-area .single-portfolio .portfolio-content {
        padding: 40px 40px;
   }
}
.portfolio-area .single-portfolio .portfolio-content span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0c59db;
    letter-spacing: 2px;
    padding-bottom: 5px;
}
.portfolio-area .single-portfolio .portfolio-content .title {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-area .single-portfolio .portfolio-content .title {
        font-size: 19px;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-area .single-portfolio .portfolio-content .title {
        font-size: 19px;
   }
}
@media (max-width: 767px) {
    .portfolio-area .single-portfolio .portfolio-content .title {
        font-size: 18px;
   }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .portfolio-area .single-portfolio .portfolio-content .title {
        font-size: 26px;
   }
}
.portfolio-area .portfolio-active .slick-arrow {
    position: absolute;
    top: 54%;
    height: 70px;
    width: 70px;
    text-align: center;
    color: #fff;
    text-align: center;
    line-height: 70px;
    z-index: 99;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #f4f8ff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.portfolio-area .portfolio-active .slick-arrow:hover {
    background: #0c59db;
    border-color: #0c59db;
}
.portfolio-area .portfolio-active .slick-arrow:hover i {
    color: #fff;
}
.portfolio-area .portfolio-active .slick-arrow i {
    color: #0c59db;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.portfolio-area .portfolio-active .slick-arrow.prev {
    left: -70px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-area .portfolio-active .slick-arrow.prev {
        left: -270px;
   }
}
.portfolio-area .portfolio-active .slick-arrow.next {
    right: -70px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-area .portfolio-active .slick-arrow.next {
        right: -270px;
   }
} 

/*--------------------------------
	CALL TO ACTION
--------------------------------*/
.action-area {
    padding-left: 30px;
    padding-right: 30px; 
    margin-top: 2rem;
    padding-bottom: 4rem;
}
.action-area .action-overlay {
    background: #002249 url(../../../images/background/action-pattern.png); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 30px;
    padding: 93px 0px 83px;
}
.action-area .action-bg {
    padding-left: 35px;
    padding-right: 35px;
}
.action-area .action-bg .action-content span {
    color: #fff;
}
.action-area .action-bg .action-content .title {
    font-size: 70px;
    font-weight: 600;
    color: #fff;
}
.main-btn {
    display: inline-block;
    font-weight: 700;
    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: 2px solid #0c59db;
    padding: 0 55px;
    font-size: 16px;
    line-height: 60px;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: #0c59db;
}
.main-btn:hover, .main-btn:focus{
    color: #fefefe;
}

/*--------------------------------
	FOOTER
--------------------------------*/
.footer-area-2 {
    background-image: url('../../../images/resource/footer-bg.jpg');
}
.footer-area.footer-area-2 {
    overflow: hidden;
}
.footer-area.footer-area-2 .footer-overlay {
    background-color: rgba(4, 80, 83, 0.95);
    padding-top: 88px;
}
.footer-area.footer-area-2 .footer-overlay .widget-item-1 p {
    color: #c2d1e2;
}
.footer-area .widget-item-1 p {
    padding-right: 30px;
    padding-top: 15px;
}
.footer-area.footer-area-2 .footer-overlay .widget-item-2 .title {
    color: 
    #fff;
}
.footer-area .widget-item-2 .title {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 34px;
    margin-top: -8px;
    padding-bottom: 17px;
}
.footer-area .widget-item-2 .footer-list {
    display: flex;
}
.footer-area .widget-item-2 .footer-list ul {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.footer-area .widget-item-2 .footer-list ul li {
    line-height: 50px;
    margin-right: 40px;
}
.footer-area.footer-area-2 .footer-overlay .widget-item-2 .footer-list ul li a {
    color:#c2d1e2;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.footer-area .widget-item-2 .footer-list ul li a i {
    padding-right: 6px;
}

.footer-area .widget-item-2.widget-item-3 ul {
    margin-top: 7px;
}
.footer-area.footer-area-2 .footer-overlay .widget-item-2.widget-item-3 ul li {
    color: #c2d1e2;
}
.footer-area .widget-item-2.widget-item-3 ul{ 
    display: inline-block;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.footer-area .widget-item-2.widget-item-3 ul li {
    line-height: 36px;
    font-size: 20px;
    font-weight: 400;
}
.footer-area.footer-area-2 .footer-overlay .widget-item-2.widget-item-3 p {
    color:#c2d1e2;
}
.footer-area .widget-item-2.widget-item-3 p {
    padding-top: 23px;
}

.footer-area.footer-area-2 .footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-area .footer-copyright {
    margin-top: 100px;
    text-align: center;
}
.footer-area.footer-area-2 .footer-copyright p {
    color: #c2d1e2;
}
.footer-area.footer-area-2 .footer-copyright p span {
    color: 
    #fff;
}
.footer-area .footer-copyright p span {
    font-weight: 700;
    color: #002249;
    line-height: 55px;
}
.footer-area.footer-area-2 .shape-1 {
    position: absolute;
    left: -50%;
    bottom: -85%;
    height: 700px;
    width: 700px;
    border-radius: 50%;
    background-color: rgba(0, 109, 232, 0.4);
}
.footer-area.footer-area-2 .shape-2 {
    position: absolute;
    right: -10%;
    bottom: 14%;
    height: 105px;
    width: 105px;
    border-radius: 50%;
    background-color: #006de8;
}
.footer-area.footer-area-2 .shape-3 {
    position: absolute;
    right: -3%;
    bottom: 33%;
    height: 33px;
    width: 33px;
    border-radius: 50%;
    background-color: rgba(0, 109, 232, 0.4);
    background-color: #00e8cf;
}
.first-footer{
    background: #f4f9ff;
    padding: 62px 0 55px;
}
.first-footer .footer-logo {
    margin-bottom: 45px;
}
.first-footer .footer-box {
    border-top: 1px solid #e5eef7;
    border-bottom: 1px solid#e5eef7;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.first-footer .widget-area {
    padding: 33px 15px 37px;
    position: relative;
}
.first-footer .widget-area:not(:last-child)::before {
    position: absolute;
    content: '';
    height: 60%;
    right: 0;
    background-color: #dddddd;
    width: 1px;
    top: 20%;
}
.first-footer .featured-title h5, .first-footer .featured-desc p {
    margin-bottom: 0;
}
.featured-title h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    color: #0b0c26;
}
.featured-title h5 i{
    color: #169195;
}
.first-footer .featured-desc p{
    color: #656565;
}
.newsletter-form {
    position: relative;
    margin-bottom: 10px;
    margin-top: 48px;
}
.newsletter-form i {
    padding-right: 1px;
    position: absolute;
    left: 25px;
    top: 16px;
}
.newsletter-form input[type="email"] {
    background-color: #fff;
    width: 100%;
    height: 47px;
    font-size: 14px;
    outline: none;
    border: none;
    border-radius: 25px;
    padding-left: 50px;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}
.newsletter-form .btn-newsletter {
    height: 47px;
    width: 115px;
    border: 0;
    outline: none;
    z-index: 21;
    padding: 0;
    right: 0;
    border-radius: 0 50px 50px 0;
    box-shadow: 0 0;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    padding-left: 5px;
    padding-right: 15px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background: #169195;
    color: #fff;
}
.newsletter-form .btn-newsletter:focus, 
.newsletter-form .btn-newsletter:hover{
    background: #12777a;
}
/*--------------------------------
	BACK TO TOP
--------------------------------*/
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    z-index: 999999; 
}
.back-to-top a {
    color: #fff;
    background: #0c59db;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px; 
    display: inline-block;
}
/*--------------------------------
	KEYFRAMES
--------------------------------*/
@-webkit-keyframes sticky {
    0% { top: -200px; }
    100% { top: 0; } 
}
@keyframes sticky {
    0% { top: -200px; }
    100% {top: 0; }
}
@keyframes rotate-2 {
    0% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
   }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
   }
}

/* NEWS AREA ----------------------------- */
.news-area{
    position: relative;
    padding-top: 3rem;
    padding-bottom: 5rem;
}
.news-area .head .head-title{
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.news-area .single-news{
    padding: 15px 15px;
    box-shadow: 0px 8px 16px 0px rgba(60, 110, 203, 0.1);
    min-height: 326px;
}
.news-area .single-news .news-thumb{
    max-height: 150px;
    overflow: hidden;
    margin-bottom: 0.35rem;
}
.news-area .single-news .news-thumb img{
    width: 100%;
    display: block;
}
.news-area .news-active .slick-arrow {
    position: absolute;
    top: 30%;
    height: 70px;
    width: 70px;
    color: #666;
    text-align: center;
    line-height: 70px; 
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #fefefe;
    box-shadow: 0px 8px 16px 0px rgba(60, 110, 203, 0.1);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.news-area .news-active .slick-arrow.prev {
    left: -70px;
}
.news-area .news-active .slick-arrow.next {
    right: -70px;
}
.news-area .news-active .slick-arrow:hover{
    background-color: #5db3b6;
    color: #f0f0f0;
}
.news-area .single-news .news-content .title{
    font-weight: 600;
    font-size: 1.01rem;
    color: #0d2553;
    line-height: 1.35rem;
    height: 3rem;
    max-height: 3rem;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; 
} 
.news-area .single-news .news-content .title:hover{
    color: #0056b3;
}
.news-area .single-news .news-content .meta{
    font-size: 0.875rem;
    margin-bottom: 1rem;
}
.news-area .single-news .news-content .meta span{
    padding-right: 0.5rem;
    color: #666;
}
.news-area .single-news .news-content .meta span i{
    margin-right: 0.25rem;
}
.news-area .single-news .news-content .description{
    max-height: 3rem;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; 
}

/* HOME - GALLERIES */
.home-galleries .section-title {
	border-left: 6px solid #134775;
	padding: 0 0 0 20px;
	margin: 0 0 60px 0;
	position: relative;
	color: #2f2f2f;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 28px;
}

.home-galleries .section-title span {
	color: #444444;
	font-size: 28px;
	font-weight: 700;
}

.home-galleries .section-title::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	color: #134775;
}

.home-galleries .section-title::before {
	top: 5%;
	left: -2px;
	display: inline-block;
	position: absolute;
	font-size: 28px;
}

.gallery-container {
	padding: 12px;
}

.gallery-item {
	overflow: hidden;
	padding: 0.5rem;
	position: relative;
}

.gallery-item::before {
	background: rgba(24, 86, 110, 0.8) none repeat scroll 0 0;
	bottom: -20px;
	content: "";
	left: -20px;
	opacity: 0;
	position: absolute;
	right: -20px;
	top: -20px;
	transition: all 0.35s ease-out 0.2s;
	visibility: hidden;
	z-index: 1;
}

.gallery-item:hover::before {
	opacity: 1;
	transition-delay: 0s;
	visibility: visible;
}

.gallery-item .caption {
	background: rgba(12, 204, 238, 0) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-10%);
	transition: all 0.35s ease-out 0s;
	visibility: hidden;
	z-index: 2;
	text-align: center;
	color: #d3d3d3;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.gallery-item:hover .caption,
.gallery-item:hover .caption {
	opacity: 1;
	transform: translateY(0px);
	visibility: visible;
}
.gallery-item .caption::before,
.gallery-item .caption::before {
	bottom: 10px;
	content: "";
	left: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	transition: all 0.35s ease-out 0s;
}
.gallery-item:hover .caption::before,
.gallery-item:hover .caption::before {
	bottom: 20px;
	left: 20px;
	right: 20px;
	top: 20px;
}
.gallery-item .box {
	height: 350px;
	overflow: hidden;
}
.box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.gallery-item a:focus {
	outline: none;
}
.gallery-item a i {
	color: #fff;
	font-size: 30px;
}
.modal-open .gallery-item button.close {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #000;
	opacity: 1;
	color: #fff;
	z-index: 999;
	right: -12px;
	top: -12px;
	border-radius: 50%;
	font-size: 15px;
	border: 2px solid #fff;
	line-height: 25px;
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}
.modal-open .gallery-item button.close span {
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow: none;
}
.modal-open .gallery-item .modal-body {
	padding: 0px;
}
.gallery-container .description {
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: left;
}
.gallery-container .description h4 {
	margin: 0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
/* DETAIL ARTICLE */
/* News ------------------------------- */

.post-breadcrumb {
	margin-top: 1rem;
}

.post-breadcrumb .breadcrumb {
	background: #ffffff;
	font-size: 14px;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.post-breadcrumb .breadcrumb .breadcrumb-item a {
	color: #666666;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: ">";
}

.post-detail .post-header .post-title {
	font-weight: 600;
	font-size: 28px;
}

.post-detail .post-header .post-meta {
	font-size: 13px;
	color: #888;
}

.post-detail .post-header .post-meta a {
	color: #888;
}

.post-detail .post-image .image>img {
	width: 100%;
}

.post-detail .post-image .description {
	color: #888;
	padding-top: .5rem;
	margin-bottom: 1rem;
	font-size: 14px;
	line-height: normal;
}

.post-detail .post-tag {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.post-detail .post-tag a {
	background: #f0f0f0;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 8px;
	border-radius: 4px;
}

.post-source {
	line-height: normal;
}

.post-source .source {
	font-size: .92rem;
	padding: .35rem 0;
	overflow-y: scroll;
	color: #666;
}

.post-source .source a {
	color: #666;
}

.post-share-inline {
	text-align: right;
}

.post-share-inline>ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.post-share-inline>ul li {
	display: inline-block;
}

.post-share-inline>ul li .icon-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 5px 2px;
	cursor: pointer;
	width: 32px;
	height: 32px;
	font-size: 16px;
	border-radius: 50%;
	background: #e6e6e6;
	border: none;
	color: #666;
	text-align: center;
	padding: .25rem 0;
}

.post-share-inline>ul li .icon-item.facebook {
	color: #3C5A99;
}

.post-share-inline>ul li .icon-item.twitter {
	color: #1DA1F2;
}

.post-share-inline>ul li .icon-item.whatsapp {
	color: #09a31e;
}

.post-share-inline>ul li .icon-item.mail {
	color: #C03A2C;
}

.copy_url .notif {
	display: inline-block;
	padding: 8px;
	position: absolute;
	z-index: 5;
	bottom: 0%;
	left: 50%;
	width: auto;
	white-space: nowrap;
	font-size: 14px;
	background: rgba(0, 0, 0, .75);
	color: #FFF;
	opacity: 1;
	border-radius: .35rem;
	filter: alpha(opacity=0);
	-webkit-transform: translateX(-50%) scale(0);
	-moz-transform: translateX(-50%) scale(0);
	-ms-transform: translateX(-50%) scale(0);
	-o-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.copy_url .notif::before {
	position: absolute;
	content: "";
	border: 3px solid;
	right: 50%;
	margin: 0 -7px 0 0;
	top: 100%;
	border-top: 8px solid rgba(0, 0, 0, .75);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: none;
}

.copy_url .notif.url_copied {
	opacity: 1;
	filter: alpha(opacity=100);
	display: inline-block;
	bottom: 135%;
	-webkit-transform: translateX(-50%) scale(1);
	-moz-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	-o-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
}
/* Sidebar Widget ------------------------------- */

.sidebar-widget {
	margin-bottom: 50px;
}

.sidebar-widget .widget-header {
	padding-bottom: 10px !important;
	margin-bottom: 20px !important;
	position: relative !important;
}

.sidebar-widget .widget-header .widget-title {
	color: #152035;
	font-size: 1.25rem;
	margin-top: 0px;
	font-style: normal;
	font-weight: 600;
	position: relative;
	z-index: 2;
	margin-bottom: 10px !important;
}

.sidebar-widget .widget-header .widget-border {
	border-top: 1px solid #e0dede;
}

.follow-us a {
	display: block;
	padding: 12px 13px;
	color: #fff;
	width: 50%;
	border-radius: 5px;
	font-size: 15px;
	overflow: hidden;
	height: 46px;
}

.follow-us a.follow-us-facebook,
.single-social-share a.facebook-icon {
	background: #305c99;
}

.follow-us a.follow-us-twitter,
.single-social-share a.twitter-icon {
	background: #00cdff;
}

.follow-us a.follow-us-instagram,
.single-social-share a.instagram-icon {
	background: #3f729b;
}

.follow-us a.follow-us-youtube,
.single-social-share a.pinterest-icon {
	background: #e22b26;
}

.follow-us .social-icon {
	display: inline-block;
	position: relative;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}

.follow-us i.v-align-space {
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	padding-right: 8px;
	line-height: 1;
}

.follow-us a i {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: .2s cubic-bezier(.65, .23, .31, .88);
	-o-transition: .2s cubic-bezier(.65, .23, .31, .88);
	transition: .2s cubic-bezier(.65, .23, .31, .88);
	display: inline-block;
	font-size: 18px;
	vertical-align: middle;
}

.follow-us a i.nth-2 {
	position: absolute;
	top: 38px;
	left: 0;
}

.follow-us a:hover i {
	-webkit-transform: translateY(-35px)!important;
	-ms-transform: translateY(-35px)!important;
	transform: translateY(-35px)!important;
}

.widget-categories ul,
.widget-archive ul,
.widget-pages ul,
.widget-recent-comments ul,
.widget-nav-menu ul {
	padding: 0;
	margin: 0;
}

.widget-categories li.cat-item,
.widget-archive li,
.widget-pages li,
.widget-recent-comments li,
.widget-nav-menu li {
	text-align: right;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
	display: table;
	width: 100%;
	font-size: 15px;
	list-style: none;
}

.widget-categories li.cat-item a,
.widget-archive li a,
.widget-pages li a {
	text-align: left;
	float: left;
	padding: 5px 0;
	color: #171616;
}

.sidebar-widget .post-thumb {
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
}

.sidebar-widget .post-thumb img {
	max-width: 100%;
}

.sidebar-widget .post-content .post-title a {
	color: #152035;
	font-size: .875rem;
}

.sidebar-widget .post-content .entry-meta {
	font-size: 11px;
	color: #889097;
	display: flex;
}

.sidebar-widget .post-content .entry-meta span {
	width: 50%;
}

.img-hover-scale {
	overflow: hidden;
	position: relative;
}

.img-hover-scale:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}

.img-hover-scale img {
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}

.text-limit-2-row {
	overflow: hidden !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical;
}

.widget-category-treeview {
	list-style: none;
	padding-left: 0;
}

.widget-category-treeview>ul {
	padding-left: 0;
	list-style: none;
}

.widget-category-treeview li a {
	font-size: 1rem;
	color: #444444;
}

.widget-category-treeview li a span.total {
	position: absolute;
	top: 0;
	right: 0;
	color: #666;
	font-weight: 400;
}

.tree ul {
	margin-left: 0;
}

.tree>ul li {
	list-style-type: none;
	margin: .25rem 0;
	position: relative;
}

.tree>ul li>ul {
	padding-left: 1rem;
}

.tree>ul li a {
	padding: 2px 5px;
}

/* NEWS CATEGORY */
.home-news {
	padding-top: 3rem;
	padding-bottom: 1rem;
}

.home-news .section-title {
	border-left: 6px solid #169195;
	padding: 0 0 0 20px;
	margin: 0 0 60px 0;
	position: relative;
	color: #2f2f2f;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 28px;
}

.home-news .section-title span {
	color: #444444;
	font-size: 28px;
	font-weight: 700;
}

.home-news .section-title::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f0da";
	color: #169195;
}

.home-news .section-title::before {
	top: 5%;
	left: -2px;
	display: inline-block;
	position: absolute;
	font-size: 28px;
}

.home-news article {
	margin-bottom: 50px;
}

.home-news h4.post-title,
.home-news h4.post-title a {
	font-size: 1.35rem;
	color: #212529;
}

.home-news h4.post-title a:hover {
	color: #000000;
}

.home-news .thumb-overlay::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, .8)));
	background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, .8) 100%);
	background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, .8) 100%);
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}

.home-news .img-hover-slide {
	border-radius: .5rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-backface-visibility: hidden;
	min-height: 220px;
	overflow: hidden;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}

.home-news .img-link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.home-news .entry-meta-info {
	color: #889097;
	font-size: 12px;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.home-news .entry-meta-info span {
	margin-right: .5rem;
}

.home-news .entry-meta-info span i {
	margin-right: .35rem;
}

.home-news .description {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 3;
	margin-bottom: 1rem;
	color: #506172;
	font-size: .9rem;
	font-weight: 300;
}

.home-news .readmore a {
	color: #131313;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.home-news .readmore a span {
	font-weight: 300;
	margin-left: .5rem;
}
.home-news .readmore a {
	color: #131313;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}
.single-news.more{
    position: relative;
}
.single-news.more .news-content{
    text-align: center;
}
.single-news.more .news-content a{
    position: absolute;
    padding-top: 45%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #2b2a2a;
    background :rgba(60, 110, 203, 0.1);
    text-shadow: 0 1px 3px #ccc;
}


/* Galleries ------------------------------- */

.loop-albums {
	padding: 12px;
}

.album-item {
	overflow: hidden;
	padding: 7px;
	position: relative;
}

.album-item .box {
	height: 250px;
	overflow: hidden;
}

.album-item .box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

.album-item .description {
	padding-top: .5rem;
}

.album-item .description .album-title a {
	font-size: .875rem;
	color: #212529;
	line-height: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
}

.modal-open .album-item button.close {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #000;
	opacity: 1;
	color: #fff;
	z-index: 999;
	right: -12px;
	top: -12px;
	border-radius: 50%;
	font-size: 15px;
	border: 2px solid #fff;
	line-height: 25px;
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}

.modal-open .album-item button.close span {
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow: none;
}

.modal-open .album-item .modal-body {
	padding: 0px;
}

.album-item .modal-description {
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: left;
}

.album-item .modal-description h4 {
	margin: 0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
/* Events ------------------------------- */
/* Events ------------------------------- */

.events .section-title {
	font-size: 1.35rem;
	margin-bottom: 1rem;
}

.events .loop-events .event-content {
	box-shadow: 0 0 5px 2px #f0f0f0;
	padding: 1rem;
}

.events .loop-events .event-content .event-title {
	font-size: 1.25rem;
}

.events .loop-events .event-content .event-title a {
	color: #212529;
}

.events .loop-events .event-content .event-title a:hover {
	color: #000000;
}

.events .loop-events .event-content .entry-meta-info {
	font-size: .75rem;
	color: #888888;
	margin-bottom: .825rem;
}

.events .loop-events .event-content .entry-meta-info span {
	margin-right: 1rem;
}

.events .loop-events .event-content .entry-meta-info span i {
	margin-right: .35rem;
}

.events .loop-events .event-content .description {
	margin-bottom: 1rem;
	font-size: .875rem;
}

.events .loop-events .event-content .readmore {
	text-align: right;
	text-transform: uppercase;
	font-size: .75rem;
	font-weight: 600;
}

.events .loop-events .event-content .readmore a {
	color: #131313;
}
/* Latest Events ------------------------------- */

.latest-events {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.latest-events .events-title {
	font-weight: 600;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.latest-events .latest-events-wrap {
	border-radius: 5px;
	background: #ffffff;
}

.latest-events .latest-events-content {
	padding: 0;
}

.latest-events .latest-events-content .date {
	font-size: 13px;
}

.latest-events .latest-events-content .title a {
	font-size: 1.125rem;
	color: #212529;
	line-height: normal;
	min-height: 45px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
}

.latest-events .event-item {
	border-bottom: 1px dotted #444;
	color: #212529;
	margin-bottom: 22px;
	padding: 0 11px 22px;
}

.section-page-title {
    border-left: 6px solid #169195;
    padding: 0 0 0 20px;
    margin: 0 0 60px 0;
    position: relative;
    color: #2f2f2f;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 28px;
}
.section-page-title::before {
    top: 5%;
    left: -2px;
    display: inline-block;
    position: absolute;
    font-size: 28px;
}
.section-page-title::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f0da";
    color: #169195;
}

/*--------------------------------
	TEAM AREA
--------------------------------*/

.team-area {
	padding-top: 2rem;
	padding-bottom: 2rem; 
}

.team-area .single-team {
	margin-top: 30px;
	margin-bottom: 15px;
}

.team-area .single-team .team-thumb {
	position: relative;
	text-align: center;
}

.team-area .single-team .team-thumb::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	border-radius: 50%;
	top: 0;
	left: 0;
	z-index: 5;
	border-left: 5px solid #0c59db;
	border-bottom: 5px solid #0c59db;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	transform: rotate(0deg);
}

.team-area .single-team .team-thumb img {
	border: 15px solid #fff;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	max-width: 100%;
}

.team-area .single-team:hover .team-thumb::before {
	transform: rotate(180deg);
}

.team-content {
	text-align: center;
}

.team-area .single-team .team-content .title {
	font-size: 1rem;
	padding-top: 1rem;
}

.team-area .section-title .title::before {
	content: 'Team';
	color: #eaf2f8;
}

.team-area .single-team .team-content span {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #0c59db;
	padding-top: 6px;
	padding-bottom: 15px;
	display: inline-block;
}

.team-area .single-team .social-link {
	padding: 0;
	margin: 0;
	list-style: none;
}

.team-area .single-team .social-link li {
	display: inline-block;
}

.team-area .single-team .social-link li a {
	font-size: 18px;
	padding: 0 5px;
}

.team-area .single-team .social-link li a i {
	font-size: 1rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.team-area .single-team .team-content .title {
		font-size: 20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.team-area .single-team .team-content .title {
		font-size: 20px;
	}
}