/*
Theme Name: Subhakamana Saccos
Author: FnClick
Author URI: http://fnclick.com/
Description: This is a website For Subhakamana Saccos
Version: 1.0.0
Text Domain: Subhakamana
*/

body {
    font-family: 'roboto';
    font-weight: 400;
    font-style: normal;
    -webkit-transition: all 0.5s linear ;
    -o-transition: all 0.5s linear ;
    transition: all 0.5s linear ;
}

img {
    max-width: 100%;
}

/*! Animate css*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/*! End Animate css*/

/* Font link css */

@font-face {
    font-family: 'pt_serif';
    src: url('fonts/pt_serif-web-bold-webfont.woff2') format('woff2'),
    url('fonts/pt_serif-web-bold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'pt_serif';
    src: url('fonts/pt_serif-web-regular-webfont.woff2') format('woff2'),
    url('fonts/pt_serif-web-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('fonts/roboto-medium-webfont.woff2') format('woff2'),
    url('fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('fonts/roboto-regular-webfont.woff2') format('woff2'),
    url('fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('fonts/roboto-thin-webfont.woff2') format('woff2'),
    url('fonts/roboto-thin-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('fonts/roboto-black-webfont.woff2') format('woff2'),
    url('fonts/roboto-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('fonts/roboto-bold-webfont.woff2') format('woff2'),
    url('fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('fonts/roboto-light-webfont.woff2') format('woff2'),
    url('fonts/roboto-light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;

}

/* End Font link css */

h1, h2, h3, h4 {
    font-family: 'pt_serif';
    font-weight: 400;
    font-style: normal;
}

a,
img,
button,
input[type="submit"]
{
    -webkit-transition: all 0.3s ease-in-out ;
    -o-transition: all 0.3s ease-in-out ;
    transition: all 0.3s ease-in-out ;
}


.m-section {
    padding: 60px 0;
}

a, a:hover {
    text-decoration: none;

}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.gray-bg{
    background: #f3f3f3;
}

/*placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #666;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #666;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #666;
}

:-moz-placeholder { /* Firefox 18- */
    color: #666;
}

/* Button sty section */

.view-btn {
    display: inline-block;
    padding-right: 25px;
    position: relative;
    color: #2c52a0;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.view-btn i {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 12px;
}

.view-btn-box {
    display: inline-block;
    background: #2c52a0;
    padding: 5px 30px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.view-btn-box:hover {
    background: #103175;
    color: #fff;
}

/* End Button sty section */




/*  Title sty section */

.main-title {
    text-align: center;
    margin-bottom: 60px;
}

.main-title .title {
    font-size: 24px;
    font-weight: 600;
    color: #2c52a0;
    margin-top: 0;
    margin-bottom: 15px;
}


.main-title .sub-title,
.title-g-b .sub-title{
    color: #fff;
    font-family: 'roboto';
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
}
.main-title.black .title,
.main-title.black .sub-title{
    color: #000;
}
.title-g-b .title.icon img{
    margin-right: 10px;
}

.title-underline-sty {
    border-bottom: 1px solid #2c52a0;
    margin-bottom: 25px;
}

.title-underline-sty .title {
    font-size: 22px;
    color: #2c52a0;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.title-underline-sty.w-view-btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;


}

.title-underline-sty.w-view-btn .title {
    -webkit-box-flex: 0;
            flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    max-width: 60%;

}

.title-underline-sty.w-view-btn .view-all-btn {
    -webkit-box-flex: 0;
            flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    max-width: 40%;
}

.title-4 {
    color: #fff;
}
.title-g-b {
    text-align: center;
    margin-bottom: 60px;
}
.title-g-b .title{
    font-size: 30px;
    color: #08921b;
    margin-bottom: 30px;
}
.title-g-b .sub-title{
    color: #000;
    max-width: 830px;
    margin: 0 auto;
}

/*  End Title sty section */


/* Header section */

.header-top {
    background: #08921b;
    text-align: right;
    padding: 10px 0;
}

.header-top .contact-list li {
    display: inline-block;
    margin-right: 10px;
}

.header-top .contact-list li:last-child a,
.header-top .contact-list li:last-child {
    border-right: none;
    margin-right: 0;
}

.contact-list .translate-link a {
    padding: 0 3px;
}

.contact-list li a {
    border-right: 1px solid #ccc;
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 0 10px 0 20px;
    font-size: 12px;
}
.contact-list li a i.fa-phone{
    -webkit-transform: rotate(100deg);
    -ms-transform: rotate(100deg);
    transform: rotate(100deg);
}

.contact-list li a i {
    position: absolute;
    left: 0;
    top: 5px;
}
.contact-list li a.fa-phone{
    -webkit-transform: rotate(100deg);
    -ms-transform: rotate(100deg);
    transform: rotate(100deg);
}

.header-logo {
    display: block;
    background: #fff;
    margin-top: -37px;
    padding-top: 10px;
    position: relative;
    padding-right: 25px;
}

.header-logo:before {
    content: '';
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 37px solid #fff;
    border-right: 45px solid transparent;
    position: absolute;
}
.header-logo:after {
    content: '';
    right: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 600px;
    background: #fff;
    height: 100%;
}

.primary-menu {
    text-align: right;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.primary-menu li.active a{
    color:#08921b;    
}
.primary-menu li {
    display: inline-block;
}

.primary-menu li a {
    font-family: 'pt_serif';
    font-size: 16px;
    display: inline-block;
    color: #000;
    font-weight: 400;
    position: relative;
}

.primary-menu li a:hover {
    color: #08921b;
}

.primary-menu li.active a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 12px solid #08921b;
    top: 148%;
    left: 0;
    right: 0;
    margin: auto;
}



.header-bottom:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 2px;
    background: #2c52a0;
}

.header-bottom {
    margin-bottom: 5px;
    position: relative;
    border-bottom: 3px solid #08921b;
    padding: 10px 0;
}

/* End Header section */

/*Banner section */

.banner-section {
    padding: 40px 0;

    position: relative;
}
.banner-slider{
    max-height:425px;
    overflow:hidden;
    padding-bottom: 5px;
}

.banner-slider .item {
    -webkit-box-shadow: 0 0 5px #bab9b9;
            box-shadow: 0 0 5px #bab9b9;
    margin: 5px;
}

.fixed-el {
    display: inline-block;
    position: fixed;
    right: 0;
    z-index: 9999999;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right 0.5s linear ;
    -o-transition: right 0.5s linear ;
    transition: right 0.5s linear ;
}
.fixed-side-section.side-m  .fixed-el{
    right: 300px;
}
.forex-modal .card-header{
    border: 0;
    border-radius: 0;
    padding: 0;
    background-color: initial;

}
.forex-modal .accordion .card{
    margin-bottom:5px;
}
.forex-modal .card-header button{
   background: #2c529f;
    padding: 5px 10px 5px 30px;
    border: none;
    color: #fff;
    width: 100%;
    position:relative;
    border-radius: 0;
    text-decoration: none;
    display:block;
    text-align:center;
}
.forex-modal .card-header button.collapsed:before{
    content:'\f078';
   
}
.forex-modal .card-header button:before{
    position:absolute;
    top:50%;
    left:10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.forex-modal .card-header button:before{
    content:'\f077';
}
.forex-modal .card .card-body{
    padding:2px;
}
.forex-modal .card .card-body .content p{
        margin: 0;
    font-size: 12px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.forex-modal .card{
    background-color: initial;
    border:none;
}
.forex-modal .card-body {
    padding:0;
}
.forex-modal .card-body .map-iframe{
    width:100%;
    height:150px;
}
.forex-modal .card-body {
    background:#fff;
}
.forex-modal .card-body .map-iframe iframe{
    width:100%;
    height:100%;
}
.forex-modal li{
    color: #fff;
    padding: 7px 0;
    padding-left: 20px;
    position: relative;
}
.forex-modal li +li {
        border-top: 1px solid #3e68be;
    -webkit-box-shadow: 0 -2px #1e4594;
    box-shadow: 0 -1px #1e4594;    
}
.forex-modal li:before{
    content: '\f054';
    position: absolute;
    top: 12px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 11px;
}
.show {
    display: block;
}

.fixed-side-menu-list li a {
    color: #fff;
    margin-bottom: 0px;
    padding: 15px 10px;
    background: #2c52a0;
    max-width: 140px;
    cursor: pointer;
    line-height: 1.5;
    font-size: 14px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: pt_serif;
    border: none;
    float: right;
    width: 100%;
}
.fixed-side-menu-list li + li a{
    border-top: 2px solid #3e68be;    
    box-shadow: 0 -2px #1e4594;
}

.fixed-side-menu-list li  i {
    padding-right: 15px;
    font-size: 20px;
}


.side-menu-list li {
    background: #2c52a0;
    text-align: center;
}

.side-menu-list {
    padding-bottom: 20px;
}

.side-menu-list li:nth-child(2) a {
    border-top: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.side-menu-list li + li a {
    border-top: 2px solid #3e68be;
    -webkit-box-shadow: 0 -2px #1e4594;
            box-shadow: 0 -2px #1e4594;
}


.side-menu-list li.title {
    background: #08921b;
    padding: 20px 60px;
    color: #fff;
}

.side-menu-list li.title h3 {
    margin-bottom: 0;
    font-size: 20px;
    color:#fff;
}

.side-menu-list li a {
    color: #fff;
    padding: 25px 60px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    font-family: 'pt_serif';
    font-size: 16px;
}
.fixed-header{
    position:fixed;
    left:0;
    right:0;
    top:0;
    z-index:99999;
   
}
.fixed-header .header-top,
.fixed-header .header-logo:before,
.fixed-header .header-bottom:before{
    display:none;
}

.fixed-header .header-bottom{
     background:#fff;
}
.fixed-header .header-logo{
    padding-top: 30px;
}
.fixed-header .header-logo img {
    height: auto;
    width: 240px;
}
/*hover*/
.fixed-side-menu-list li button:hover{
    background:#103175
}


.side-menu-list li  a:hover{
    background: #103175;
}
.form-1 input[type="submit"]:hover{
    background: #08921b;
}
.footer-list-2 ul li a:hover,
.footer-list-3 ul li a:hover,
.social-share a:hover{
    color: #6ebf79;
}


.view-btn:hover,
.list-sty-1 li:hover > a,
.download-list .list-sty-1 li:hover:before {
    color: #08921b
}


.side-menu-list li a img {
    margin-right: 10px;
}

.time-table {
    color: #2c52a0;
    text-transform: capitalize;
}

.time-table li {
    font-size: 16px;
    font-weight: 400;
}

.time-table .title {
    font-family: 'pt_serif';
    font-size: 20px;
    position:relative;
    font-weight: 500;
    padding-left: 30px;
}
.time-table .title:before{
    content:'\f017';
    position:absolute;
    top:0;
    left:0;
    font-family:'Font Awesome 5 Free';
    font-weight:600;
}
.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    margin-left: 20px;
}

.slick-dots li button {
    font-size: 0;
    background: #08921b;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    padding: 0;
    position: relative;
    border: none;
    cursor: pointer;
    outline: none;
}

.slick-dots li.slick-active button:before {
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    border: 2px solid #08921b;
}

.slick-dots li.slick-active button:after {
    content: '';
    position: absolute;
    left: -3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 2px;
    background: #fff;

}


/* End Banner section */

/*   Section one    */
.section-one img{
    display: inline;    
}
.section-one .container > .row + .row {
    margin-top: 60px;
}

.company-profile-items{
    margin-bottom: 15px;
    overflow:hidden;
    max-height:240px;
}

.company-profile-items .content p {
    margin-bottom: 20px;
    line-height: 1.5;
}

.slick-arrow {
    position: absolute;
    top: 0;
    right: 0;
    background: #d7d7d7;
    color: #2c52a0;
    padding: 3px 8px;
    z-index: 9;
    font-size: 13px;
    cursor: pointer;
}

.slick-arrow:hover {
    background: #2c52a0;
    color: #fff;
}

.company-profile-items .slick-prev {
    right: 35px;
}


.box-sty-2{
    border: 1px solid #ebebeb;
    background: #f9f9f9;
    margin-bottom: 30px;
}

.box-sty-2 > .title{
    background: #2c52a0;
    padding: 10px 15px;
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
}
.box-sty-2  .content{
    padding:15px;
}


.list-sty-1 {
    padding: 15px;
}

.list-sty-1 li {
    padding-left: 15px;
    position: relative;
}

.list-sty-1 li a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.list-sty-1 li + li {
    margin-top: 15px;
}
.notice-list-slider{
    max-height:145px;
    overflow:hidden;
}
.notice-list .list-sty-1 li:before {
    content: '\f0da';
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
}

.notice-list .more-info,
.table-sty-1 .more-info,
.download-list .more-info {
    background: #fff;
    padding: 5px 20px;
}

.table-sty-1 {
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.table-sty-1 .title {
    font-size: 22px;
    background: #2c52a0;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 0;
}

.table-sty-1 table {
    width: 100%;
}

.table-sty-1 table thead tr {
    background: #e0e0e0;
    font-size: 16px;
    color: #282828;

}

.table-sty-1 table thead th {
    padding: 10px 15px;
    font-weight: 500;
}

.table-sty-1 table tbody td {
    padding: 10px 15px;
    font-size: 14px;
}

.table-sty-1 table tbody tr:nth-child(even) {
    background: #f9f9f9;
}
.table-sty-1.m-gap thead tr > th + th,
.table-sty-1.m-gap tbody tr > td + td{
    border-left:6px solid #fff;
}
.width-50p{
    width: 50%;
}
.width-280 {
    width: 280px;
}
.b-0 {
    border-bottom: 0;
}
.mb-0{
    margin-bottom: 0;
}

.width-450 {
    width: 450px;
}


/*   End Section one    */

/*  Section two   */
.section-two {

    padding-bottom: 40px;
    color: #fff;
}

.section-two .title {
    color: #fff;
}

.service-items .item {
    text-align: center;
    max-width: 230px;
    margin: 0 auto 60px auto;
}
.img-holder{
    text-align: center;    
}
.img-holder img{
    height:auto;
}
.service-items .item .img-holder {
    margin-bottom: 10px;

}
.service-items a{
    color:#fff;    
}
.service-items .item .title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.service-items .item {
    font-size: 15px;
}

.section-two .view-all-btn {
    margin-top: 20px;
}


/*  End Section two   */

/* Section three */

.section-three .gallery-items .item{
    max-height:280px;
    overflow:hidden;
}
.download-list .list-sty-1 li:before {
    content: '\f019';
    position: absolute;
    left: 0px;
    top: -2px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
}

.download-list .list-sty-1 li {
    padding-left: 25px;
}

.gallery-items .item{
    margin-bottom: 15px;    
    position:relative;
}

.download-list {
    margin-bottom: 30px;
}
.gallery-items .item .gallery-title{
    position:absolute;
    bottom:10px;
    left:0;
    right:0;
    color:#fff;
    opacity:0;
     transition:all 0.3s ease-in-out;
    z-index: 999;
    font-size:22px;
    font-weight:600;
}
.gallery-items .item:hover:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.4);
    transition:all 0.3s ease-in-out;
}
.gallery-items .item:hover .gallery-title{
    opacity:1;
    bottom:40%;
}
/*  End section three*/
.sidebar-modal{
    z-index:9999;
    
}
.sidebar-modal .tab-content{
    position:relative;
}
.sidebar-modal .modal-title {
   font-size: 20px;
   color: #2c52a0;
   border-bottom: 1px solid #2c52a0;
   padding-bottom: 10px;
   margin-bottom: 30px;
}
.finance-list-item{
    background: #2c529f;
    padding: 15px;    
}
button.close-btn {
   background: none;
   border: none;
   position: absolute;
   top: 45px;
   font-size: 22px;
   right: 18px;
   padding: 0;
   outline: none;
   line-height: 0;
   cursor: pointer;
}
button.close-btn:hover {
   color: #2c52a0;
}
/* section-five */
.section-five{
    position:relative;    
}
.section-five:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.2);    
}
.section-five .main-title .title{
    margin-bottom: 5px;
    text-transform: capitalize;
}
.section-five .main-title{
    text-align: left;
    margin-bottom: 25px;
    display: block !important;
    border-bottom: 1px solid #ddd;   
}
.section-five .item-wrap{
    display: inline-block;
    background: #fafafa;
    padding: 40px;
    border-radius: 9px;
    max-width:400px; 
    z-index:999;
    position:relative;
}
.app-download-link .row{
    margin:0 -10px;    
}
.app-download-link .col-md-6 {
    padding: 0 10px;
}

.page-type-3 h2{
        line-height: 1;
    margin: 0;
    margin-bottom: 25px;   
    font-size:28px;
}
.page-type-3 .box-type-3 {
    margin: 0 -15px 30px;
}
/*iframe*/
iframe {
    width: 100%;
}

.video-screem iframe {
    height: 280px;
}

.video-items iframe {
    height: 78px;
}

.video-items .row {
    margin: 0 -10px;
}

.video-items .col-md-4 {
    padding: 0 10px;
}
.video-items .slick-arrow {
     top: 0;
     bottom: 4px;
 }
.video-items .slick-arrow i{
    line-height: 5.1;
}
.video-items .slick-next{
    right:0;
}
.video-items .slick-prev{
    left:0;
}

/*member-total-num-items*/
.member-total-num-items i {
    font-size: 40px;
    color: #2c52a0;
    display: inline-block;
    padding-bottom: 20px;
}

.member-total-num-items .item .title {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 0;
}

span.total-num {
    font-size: 34px;
}
/* modal-title */
.modal-header{
    padding-bottom: 0;    
}
.modal-title{
    font-weight: 400;
    font-family: 'pt_serif';  
}

/*slider-1*/
.slider-1,
.slider-achievement{
    margin: 0 -5px;
}

.slider-1 .items,
.slider-achievement .item{
    padding: 0 5px;
}

.slider-1 .slick-arrow
{
    top: -50px;
}


.slider-1 .slick-arrow.slick-prev ,
.slider-3 .slick-arrow.slick-prev {
    right: 35px;
}

.slider-1 .slick-arrow.slick-next ,
.slider-3 .slick-arrow.slick-next {
    right: 5px;
}
.slider-2 img{
    width: 100%;
}
.slider-2 .slick-prev {
    left: 10px;
    right: auto;
}
.slider-2 .slider-item{
    text-align:center;    
}
.slider-2 .slider-item img{
    display:inline;
}
.slider-2 .slick-next {
    right: 8px;
    left: auto;
}
.slider-3 .slick-arrow{
    top: -76px;
}

/*form-1*/
.form-1 p{
    margin-bottom: 0;    
    margin-top: 0;
}
.form-1 input ,
.form-1 textarea {
    display: block;
    width: 100%;
    border: none;
    padding: 8px 0;
    font-size: 15px;
    outline: none;
    border-bottom: 1px solid #ccc;
}
.form-1 textarea{
    height:40px;    
}
.form-1 input[type="submit"] {
    width: auto;
    display: inline-block;
    padding: 5px 20px;
    background: #2c529f;
    color: #fff;
    margin-top: 8px;
    cursor: pointer;
}
input[type="submit"]{
    cursor:pointer;    
}
/* Section four */

.member-total-num-items .item .title{
    font-family: 'roboto';
}


/* End Section four */





/*  Section  five   */

.section-five   .organization-items{
    margin-top: 35px;
}

.slider-1 .slick-arrow {
    top: -70px;
}

/* End of Section five*/

/* article-banner-box */
.article-banner-box li{
    float: left;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #c8c7c7;
    margin-bottom: 15px;
}
.vid-holder{
    display: block;
    float: left;
    width: 40%;
    margin-right: 10px;
    position: relative;
    max-height: 110px;
    overflow: hidden;
}
.article-banner-box li .playbtn{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #f8f8f8;
    font-size: 14px;
    text-align: center;    
}
.article-banner-box li span {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    line-height: 50px;
    border-radius: 50%;  
}
.article-banner-box li span:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: -1;
    -webkit-box-shadow: inset 0 0 0 35px rgba(255,255,255,.1);
    box-shadow: inset 0 0 0 35px rgba(255,255,255,.1);
    -webkit-transform: scale3d(.9,.9,1);
    transform: scale3d(.9,.9,1);
    -webkit-transition: box-shadow .3s,-webkit-transform .3;
    -webkit-transition: -webkit-box-shadow .3s,-webkit-transform .3s;
    transition: -webkit-box-shadow .3s,-webkit-transform .3s;
    -o-transition: box-shadow .3s,transform .3s;
    transition: box-shadow .3s,transform .3s;
    transition: box-shadow .3s,transform .3s,-webkit-box-shadow .3s,-webkit-transform .3s;
    border: 3px solid #fff;   
}
.article-banner-box li:hover span:after {
    -webkit-box-shadow: inset 0 0 0 0 #fff;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.article-banner{
    padding-bottom: 40px;
    float: left;
    width: 60%;
}
.article-banner-box{
    height: 375px;
    overflow-y: auto;
    padding-left: 15px;
}
.article-banner-box h3{
    background:#2c529f;
    color: #fff;
    font-size: 20px;
    padding: 6px 10px;
    text-transform: capitalize;    
    margin-bottom: 15px;
}
.video-title{
    font-size: 18px;
    text-transform: capitalize;
    color: #555;
    padding-top: 5px;   
    
}




/*site-footer*/
.site-footer {
    position: relative;
    padding-top: 45px;
    display: block;
    clear: both;
    overflow:hidden;
}

.site-footer:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 59%;
    width: 0;
    height: 0;
    border-bottom:394px solid rgba(0, 41, 126, 0.64);
    border-left: 75px solid transparent;

}

.site-footer:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 59%;
    background: rgba(0, 41, 126, 0.64);
}

.site-footer .title-4 {
    padding-bottom: 20px;
    margin-bottom: 0;
}

.bottom-logo {
    padding-bottom: 30px;
}
.bottom-logo  img{
    max-width: 320px;
}

.top-footer {
    margin-bottom: 20px;
}

.social-share span {
    font-family: pt_serif;
    font-size: 20px;
}

.social-share a {
    color: #333;
    font-size: 20px;
    margin-left: 30px;
}


.site-footer .contact-list li a {
    border-right: 0;
}

.footer-list-2 a, .footer-list-3 a {
    color: #fff;
    font-size: 14px;
    padding-bottom: 10px;
    display: inline-block;
}

.footer-list-2 a {
    padding-left: 25px;
    position: relative;
}

.footer-list-2 li a:before {
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.footer-list-2 li:first-child a:before {
    content: '\f3c5';
}

.footer-list-2 li:nth-child(2) a:before {
    content: '\f098';
}

.footer-list-2 li:nth-child(3) a:before {
    content: '\f0e0';
}

.footer-list-2 li:last-child a:before {
    content: '\f0ac';
}

.copyright-section {
    padding-bottom: 15px;
    font-size: 13px;
}

.copyright-section p {
    color: #fff;
    position: relative;
    margin-bottom: 0;
    line-height: 1.5;
}
.copyright-section a{
    color:#fff;    
}
.swal-overlay--show-modal{
    z-index:9999999;    
}
/*hamburger-menu*/
.hamburger-menu {
    display: none;
    text-align: right;
}

.scroll-up {
    position: fixed;
    display: none;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 13px;
    background: #00297e;
    border-radius:50%;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
}

.scroll-up:hover {
    color: #fff;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.scroll-up.hide {
    display: block;
    bottom:100px;
}


/* popup sidebar  modal */

.sidebar-modal .tab-content{
    
    padding: 70px 25px 240px 25px;
    min-height:100%;
}

.sidebar-modal .tab-content input{
    border: 1px solid #ddd;
    width: 100%;
    padding: 3px 10px;
    font-size: 14px;
}
.sidebar-modal .tab-content b{
    font-weight: normal;
    font-size: 14px;   
    color:#fff
}
.sidebar-modal .tab-content label{
    margin-bottom: 5px;  
    text-align:left;
}
.side-m .sidebar-modal {
   -webkit-transform: translateX(0);
       -ms-transform: translateX(0);
           transform: translateX(0);
   opacity: 1;
}

.sidebar-modal {
   position: fixed;
   right: 0;
   top: 0;
   bottom: 0;
   margin: 0;
   opacity: 0;
   width: 300px;
   padding: 0;
   -webkit-transition: transform 0.5s linear, opacity 0.5s linear;
   -o-transition: transform 0.5s linear, opacity 0.5s linear;
   -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s linear;
   transition: opacity 0.5s linear, -webkit-transform 0.5s linear;
   transition: transform 0.5s linear, opacity 0.5s linear;
   transition: transform 0.5s linear, opacity 0.5s linear, -webkit-transform 0.5s linear;
   -webkit-transform: translateX(100%);
       -ms-transform: translateX(100%);
           transform: translateX(100%);
   opacity: 0;
   overflow-y:auto;
   background: #eef0f5;
}
.sidebar-modal .enquiry_button{
    text-align: center;
    background: none;
    padding: 8px 25px;
    cursor: pointer;
    color: #fff;
    border: none;
    background: #0b3282;
    border: 1px solid #22458f;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.sidebar-modal .enquiry_button:hover{
    background:#103175;    
}
.sidebar-modal .enquiry_button b{
    color:#fff;    
}
.sidebar-modal .enquiry_button span{
    font-size: 20px;
    display: inline-block;
    padding-right: 5px;     
}
.progress-bar{
    background:none;    
}

#fincalc2 .ui-slider-horizontal {
    height: 0.8em;
    float: left;
    width: 80%;
}
#interestRate{
    float: left;
    width: 20%;
    margin: 0;   
}
#amount{
    background: none;
    border: none;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-weight: normal;
    float: none;
    color: #fff;
    display: inline-block;
    text-align:left;
}

/* forex-sidebar */

.c{
        padding: 10px;
    border: 1px solid #ddd;    
}
/* End  sidebar modal */


/* Inner banner section */

.inner-banner{
    padding: 80px 0;
    margin-top:-1px;
}
.inner-banner h2{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}
.inner-banner .breadcrumb{
    background: none;
    font-size: 16px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    color: #08921b;
}

.inner-banner .breadcrumb a{
    color:#fff;    
}
.inner-banner .breadcrumb span.breadcrumb-active{
    color: #08921b;
}
.inner-banner .breadcrumb span{
    position: relative;
}
.inner-banner .breadcrumb span a{
    color: #fff;

}
.inner-banner .breadcrumb span{
    padding-right: 15px;
    margin-right: 15px;
}
.inner-banner .breadcrumb span:before{
    content: '/';
    position: absolute;
    right: -4px;
    top: 50%;
    font-size: 20px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inner-banner .breadcrumb span:last-child:before{
    display: none;
}

/* End Inner banner section */

/* About us page */

.about-us-section .content .title{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    border-left: 4px solid #08921b;
    padding-left: 15px;
}
.about-us-section .content p{
    font-size: 15px;
    line-height:1.7;
}

.choose-us-section .main-title .title{
    margin-bottom: 30px;
}

/* Box style One */

.box-sty-1{
    border: 1px solid #acacae;
    padding: 20px;
    margin-bottom: 30px;
}
.box-sty-1 .title{
    font-size: 20px;
}
.box-sty-1 p{
    font-size: 14px;
}

/* End Box style One */

/* End About us page */


/*   Service page    */
.service-inner-section{
    padding-bottom:0 ;    
}
.service-menu-item,
.service-menu-item .side-menu-list,
.service-menu-item .time-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.service-menu-item .side-menu-list li{
    display: inline-block;
}
.service-menu-item .side-menu-list li.title h3{
    width: 115px;
    line-height: 2.5;
    color:#fff;
}

.service-menu-item .side-menu-list  li a{
    padding: 25px 55px;
}
.service-menu-item .side-menu-list  li + li a
{
    border-top: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.service-menu-item .side-menu-list li + li:nth-child(2){
    border-left: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.service-menu-item  .side-menu-list li + li {

    border-left: 2px solid #3e68be;
    -webkit-box-shadow: -2px 0 #1e4594;
            box-shadow: -2px 0 #1e4594;
}
.service-menu-item .time-info {
    color: #fff;
    height: 100%;
}
.service-menu-item .time-info{
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    padding: 25px 30px;
}
.service-menu-item .time-info > div{
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
}
.services-info-box .box-sty-2 .content span{
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
}
.time-info .title{
    color:#fff;   
    margin-bottom: 0;
}
.other-service-items{
    margin-top: 40px;

}
.other-service-items .item {
    text-align: center;
}
.other-service-items .item img{
    display: inline-block;
    margin-bottom: 5px;
}
.other-service-items .item h3{
    color: #000;
    font-size: 16px;
    font-family: 'roboto';
}


/*   End Service page    */


/* Contact page */

.contact-info-items .item{
    background: #f9f9f9;
    padding: 15px 25px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 100%;
    margin-bottom: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.contact-info-items .item .icon-holder{
    text-align: center;
    margin-right: 20px;
}

.contact-info-items .item .icon-holder i{
    font-size: 30px;
    background-color: #2c52a0;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
}
.contact-info-items .item .title{
    font-size: 24px;
}
.contact-form-section{
    position: relative;
    margin-bottom: 80px;
}
.contact-form p{
    margin-bottom: 10px;    
}
.contact-form{
    background: #f9f9f9;
    padding: 60px 50px;
    margin-top: -90px;
}
.contact-form .title{
    font-size: 36px;
    text-align: center;
    color:#555555;
    margin-bottom: 40px;
}
.contact-info-items .item ul li{
    margin-bottom: 10px;
}

.contact-info-items .item ul li,
.contact-info-items .item ul li a{
    font-size: 14px;
    color: #000;
}
.contact-form input,
.contact-form textarea{
    width: 100%;
    padding: 5px 15px;
    margin-bottom: 15px;
    font-size: 18px;
    border: 1px solid #d7d7d7;
    outline:0;
}
.contact-form textarea{
    height: 90px;
}
.contact-form input[type="submit"]{
    width: auto;
    padding: 8px 50px;
    border-radius: 25px;
    color: #fff;
    font-size: 20px;
    background: #2c529f;   
    text-transform: capitalize;
    margin-bottom: 0;
}
.contact-form .submit-btn .view-btn-box{
    border: none;
    font-size: 20px;
    padding: 6px 55px;
}
.contact-form .column-2{
    float:left;
    width:50%;
    padding:0 15px;
}
.contact-form .submit-row{
    margin-bottom: 0;
    position:relative;
}
.contact-form .submit-row .ajax-loader{
    position: absolute;
    top: 15px;    
}
/* End Contact page */


/* Gallery Page */
.gallery-accordion .card{
    border: none;
    margin-bottom: 15px;
}
.gallery-accordion .card-body{
    padding: 0;
}
.gallery-accordion .card-header{
    padding: 0;
    background: none;
    border: none;
}
.gallery-accordion .card .card-header .btn{
    padding-left: 0;
    position: relative;
}

.gallery-accordion .card .card-header .btn:before {
    content: '\f063';
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    background-color: #2c52a0;
    color: #fff;
    padding: 1px 5px;
}
.gallery-accordion .card:first-child .card-header .btn:before,
.gallery-accordion .card .card-header .btn.active:before{
         content: '\f062';
}
.gallery-accordion .card:first-child .card-header .btn.active.collapsed:before, 
.gallery-accordion .card .card-header .btn.collapsed:before{
   content: '\f063';
}

.gallery-accordion .title-underline-sty > button,
.gallery-accordion .title-underline-sty .title{
    display: block;
    width: 100%;
    text-align: left;
    text-decoration: none;
}
.gallery-accordion .title-underline-sty .title{
    padding-bottom: 0;
    font-family: 'pt_serif';
    font-weight: 600;
    font-size: 24px;
}
.photo-items .item{
    margin-bottom: 20px;
    display: block;
}
 .our-video-section h2{
    color: #3b63b4;
    padding-bottom: 20px;
    text-transform: capitalize;
} 

.side-video-lists {
    background: #f2f2f2;
}
.side-video-lists > .title{
    background: #e7e7e7;
    font-family: 'roboto';
    font-size: 24px;
    color: #000;
}
.side-video-lists .item {
    margin-bottom: 15px;
}
.side-video-lists .item a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;

}
.side-video-lists .item .img-holder{
    -webkit-box-flex: 0;
            flex: 0 0 130px;
    -ms-flex: 0 0 130px;
    max-width: 130px;
}
.side-video-lists .item .title{
    font-size: 18px;
    word-break: break-all;
    font-family: 'roboto';
    font-weight: 400;
    color: #000;
    padding-left: 15px;
}


/* End Gallery Page */

/* Tab  to Accordion css */

.tab-reports .nav-tabs  {
    margin-bottom: 50px;
}
.tab-reports .nav-tabs li {
    border: none;
    margin-bottom: 0;
}
.tab-reports .nav-tabs li a{
    background: #2c52a0;
    border: none;
    display: block;
    border-radius: 0;
    color: #fff;
    font-family: 'pt_serif';
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    padding: 15px 54px;
    border-right: 2px solid #3e68be;
    -webkit-box-shadow: inset -2px 0px #1e4594;
            box-shadow: inset -2px 0px #1e4594;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color:#3e68be;
}


.tab-reports .card-body{
    padding: 0;
}

.tab-reports .nav-tabs li{

}
.tab-reports .nav-tabs li a.active{
    background:#08921b ;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color:#2c52a0;
}
.tab-reports .nav-tabs > li:last-child a{
    border-right: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.tab-reports .nav-tabs {
    display:none;
    border: none;
}
.financial-section .tab-reports {
    padding-bottom: 60px;
    border-bottom: 3px solid #2c52a0;
    margin-bottom: 60px;
    position: relative;
}
.financial-section .tab-reports:before {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    background-color: #08921b;
}
#fincalc2 .ui-slider-horizontal{
    height:0.8em;    
    margin-top: 8px;
}
#fincalc2 .ui-slider .ui-slider-handle{
    width: 1.2em;
    height: 1.2em;
    border-radius: 50% !important;   
}

/* report-slider */
/* .report-slider{
    max-height:400px;
    overflow:hidden;
} */
.report-slider .slick-dots{
    display: none !important;    
}
.report-slider .slick-arrow{
    right:35px;    
    top:10px;
}
.report-slider .slick-next{
    right:5px;    
}
/* end-report-slider */

/* box-type */
.sm-container{
    max-width: 850px;
    margin:auto;
}
.box-type-1 h3{
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 5px;
    font-weight: 600;
    color: #333;
}
.box-type-1 .content{
    background: #f3f3f3;
    padding: 20px 15px 15px;
    float: left;
    width: 75%;
    font-size:15px;
    color:#333;
}
.box-type-1 .img-holder{
    float: left;
    padding-right: 15px;
    width: 23%;
    max-height:177px;
    overflow:hidden;
}
.box-type-1 .item{
    margin-bottom: 30px;
}
.feature-img{
    padding-bottom: 20px;
}
/*box-type-2*/
.box-type-2 h3{
    color: #fff;
    background: #2c529f;
    padding: 7px 10px;
    font-size: 20px;
    margin-bottom: 20px;

}
.box-type-2 h4{
    background: #f3f3f3;
    font-size: 15px;
    padding: 10px 15px;
    border-left: 5px solid #2f8ae7;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.4;
}

/*date*/
.date{
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

/*box-type-3*/
.box-type-3 {
    margin:0 -15px;    
}
.box-type-3 li {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}
.box-type-3 a {
    color: #333;
    padding: 10px 20px;
    display: block;
    margin-bottom: 30px;
    background: #f3f3f3;
    font-size: 18px;
}
.box-type-3 a i{
    display: inline-block;
    padding-right: 10px;
    color: #2c529f;
    font-size: 26px;
}
/* box-type-end */

/* calculator */
#w{
    display: block;
    border:1px solid #ddd;
    border-top: 5px solid #41c9e0 !important;    
    background:#ddd !important;
}
#h{
    text-align: left;
    max-width: 100%;
    color: #000;
    border-color: #eee; 
}
#h label, #f, #t,#ct, #h span{
     color:#333;
     font-size:15px;
}


#gallery {
  padding-top: 40px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}
.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}
.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}
#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}
#nextButton {
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}
#prevButton {
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}
#exitButton {
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}

.error404-section .content {
    max-width:510px;
}
.error404-section .content h3{
    font-size:28px;
    font-weight:600;
}
.error404-section .content p{
    font-size:14px;
}
.error404-section .view-all-btn{
    margin-top:30px;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

.uk-child-width-1-3\@m>*{
    width:auto;    
}
span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors{
    display: none !important;    
}
form.invalid input{
    border-bottom: 1px solid red;    
}
form.invalid input[type="submit"]{
    border:0;    
}
p{
   margin-top: 0;   
}
.fixed-side-menu-list li a:hover ,
.fixed-side-menu-list .active_t a {
    background:#103175;    
}
.report-slider .slick-prev:hover,
.report-slider .slick-next:hover{
    background:#00297e;    
}
.disclaimer {
      position: absolute;
    left: 25px;
    right: 25px;
    bottom: 0;
}
.disclaimer h4{
    font-size: 13px;
    color: #2c52a0;
    border-bottom: 1px solid #2c52a0;
    padding-bottom: 5px;
}
.disclaimer p{
  font-size: 10px;
}
.sidemenu-ml:before{
    background: rgba(0,0,0,0.8);
    z-index: 999;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;    
    transition:transform 0.5s linear, opacity 0.1s linear;
}

img{
	width:auto;
	height:auto;
}
.achievement-slider-block .slick-next{
    right: 6px;
}
.achievement-slider-block .slick-arrow{
	top:-70px;
}
.achievement-slider-block .slick-prev{
    right: 36px;
}
.achievement-slider-block .title-underline-sty{
	margin-bottom:35px;
}
.achievement-slider-block .item img{
    max-height: 99px;
    overflow: hidden;
    width:100%;
    border:1px solid #ddd; 
}

.achievement-slider-block .item {
       
}





/* responsive-code */


@media(max-width:767px){
   
    .social-share a{
        font-size: 15px;
        margin-left: 20px;    
    }
    .header-logo{
        margin-top: auto;    
    }
    .fixed-side-menu-list li a{
        padding:5px 12px;    
    }
  
    .fixed-side-menu-list li i{
        padding-right: 5px;    
    }
}

/* Tab  to Accordion css */