@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap&subset=latin-ext');

img {
    max-width:100%;
    height:auto;
}

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

::-moz-input-placeholder {
    color: inherit;
}

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

.theme-main-bg {
    background-color: #08285b !important;
}

.theme-second-bg {
    background-color: #007331 !important;
}

.theme-main-color {
    color:#08285b !important;
}

.theme-second-color {
    color:#007331 !important;
}

.color-dark-blue {
    color:#0d1f35 !important;
}


.bg-dark-blue {
    background-color:#0d1f35 !important;
}


.bg-gradient {
    background: linear-gradient(45deg, #3871d6, #08285b) !important;
}

.bg-light-blue{
    background-color: #f7fbff !important;
}

b,strong {
    font-weight: 600;
}

a {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    text-decoration:none;
}

* {
    outline:none !important;
}

.btn,
.btn:hover,
.btn:active,
.btn:focus
{
    outline: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

a:focus {
    outline:0 solid;
}


a:active, a:hover {
    outline: 0 none;
    color:inherit;
}

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


body {
    background: #fff;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
}

body,
a{
    color: #333;
}


.bg-gradient-color {
    background: linear-gradient(45deg, #3871d6, #08285b) !important;
}

.bg-silver {
    background: #fef9f5;
}

.cs-btn-one {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    padding: 10px 25px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
}

.cs-btn-two {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    background-color: #08285b;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    padding: 10px 25px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
}




.cs-btn-one.btn-gradient-color {
    /*background: linear-gradient(45deg, #ffd331, #fe8400) !important;*/
    color: #fff;
}

.cs-btn-one.btn-gradient-color span {
    position: relative;
    z-index: 2;
}


.cs-btn-one.btn-gradient-color:after {
    width: 170%;
    height: 100%;
    background: linear-gradient(45deg, #3871d6, #08285b) !important;
    top:0;
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.cs-btn-one.btn-gradient-color:hover:after{
    left: -70%;
}

.cs-btn-one.btn-gradient-color:hover {
    /*background: linear-gradient(-20deg, #ffd331, #fe8400) !important;*/
}


.cs-btn-two.btn-gradient-color{
    color: #fff;
}


.cs-btn-two.btn-gradient-color:after {
    width: 170%;
    height: 100%;
    background: linear-gradient(45deg, #848484, #333333) !important;
    top:0;
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}


.cs-btn-two.btn-gradient-color:hover:after{
    left: -70%;
}

.cs-btn-two.btn-gradient-color span {
    position: relative;
    z-index: 2;
}

.cs-btn-three {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    align-items: center;
    color: #fff;
    padding: 10px 25px 10px 50px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    background-color: #08285b;
}

.cs-btn-three span{
    position: absolute;
    left: 0;
    top:0;
    display: flex;
    height: 100%;
    align-items: center;
    color:#fff;
    background-color: #143e80;
    width: 40px;
    justify-content: center;
}
.cs-btn-three:hover {
    color:#fff;
    background-color: #143e80;
}
.header-top-area {
    font-size: 13px;
    /* color: #fff; */
    padding: 13px 0;
    background: #f7f7f7 !important;
}
.header-top-area a {
    color: #636362;
    font-size: 15px;
    display: block;
    font-weight: 500;
}

.header-top-area i {
    margin: 0px;
    font-size: 14px;
}

.header-top-area .header-top-left-part .address {
    padding-right: 20px;
    position: relative;
    line-height: 24px;
}

.header-top-area .header-top-left-part .address:after {
    background: #d0d0d0;
    content: "";
    position: absolute;
    height: 90%;
    width: 1px;
    right: 0;
    top: 2px;
}

.header-top-area .header-top-left-part .phone {
    padding-left: 20px;
}

.header-top-area .header-top-left-part i {
    color: #08285b;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 15px;
}

.header-top-area .header-top-left-part i:before {
    font-size: 16px;
}

.header-top-area .header-top-right-part .social-links {
    position: relative;
    display: inline-block;
    margin: 0;
}

.header-top-area .header-top-right-part .social-links::after {
    position: absolute;
    content: "";
    right: 0px;
    top: 3px;
    height: 60%;
    width: 1px;
    background: #d0d0d0;
}

.header-top-area .header-top-right-part .social-links li {
    display: inline-block;
    margin-right: 15px;
}

.header-top-area .header-top-right-part .social-links li a {
    /* color: #fff; */
    -webkit-transition: .3s;
    transition: .3s;
}

.header-top-area .header-top-right-part .social-links li a:hover {
    color: #08285b;
}

.header-top-area .header-top-right-part .social-links li:last-child {
    margin-right: 25px;
}

.header-top-area .header-top-right-part .language {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}

.header-top-area .header-top-right-part .language .language-btn {
    position: relative;
    /* text-decoration: none; */
    /* width: 85px; */
    /* text-align: left; */
    -webkit-transition: .5s;
    transition: .5s;
}

.header-top-area .header-top-right-part .language .language-btn i {
    margin-right: 4px;
}

.header-top-area .header-top-right-part .language .language-btn i::before {
    font-size: 14px;
}

.header-top-area .header-top-right-part .language .language-btn:hover {
    color: #08285b;
}

.header-top-area .header-top-right-part .language .language-dropdown {
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 36px;
    right: -13px;
    width: 120px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    transition: .5s;
    margin:0;
    padding:0;
}
.header-top-area .header-top-right-part .language .language-dropdown.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #31314d;
}
.header-top-area .header-top-right-part .language .language-dropdown li {
    position: relative;
    background-color: #0a3041;
    z-index: -1;
}
.header-top-area .header-top-right-part .language .language-dropdown li a {
    display: block;
    position: relative;
    padding: 5px 10px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
}
.header-top-area .header-top-right-part .language .language-dropdown li a:hover {
    background: #08285b;
}
.header-top-area .header-top-right-part .language .language-dropdown li :last-child a {
    border-bottom: none;
}
.header-style-two {
    background-color: #fff;
    position: relative;
    z-index: 3;
}

.header-style-two .header-wrapper .header-middle {
    padding: 15px 0;
    margin: 0 auto;
    position: static;
}
.header-style-two .header-wrapper .header-middle .topbar-info-area i {
    margin-right: 10px;
    color: #08285b;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff2da;
    /* border: 1px solid #eee; */
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.header-style-two .header-wrapper .header-middle .topbar-info-area .item-icon:hover i {
    background-color: #72c393;
}

.header-style-two .header-wrapper .header-middle .topbar-info-area h6{
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
    font-weight: 500;
    color: #4c4843;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.header-style-two .header-wrapper .header-middle .topbar-info-area .item-icon:hover h6{
    color: #000000;
}
.header-style-two .header-wrapper .header-middle .topbar-info-area i svg {
    height: 45px;
    width: auto;
}

.header-style-two .header-wrapper .header-middle .topbar-info-area i:before {
    font-size: 26px;
}
.header-style-two .header-wrapper .header-middle .topbar-info-area a {
    font-size: 15px;
}
.header-style-two .header-wrapper .header-navigation-area {
    background: #08285b;
    transition: all 0.4s ease-out 0s;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
    display: inline-block;
    position: relative;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    padding: 0 15px;
    border-right: 1px solid #031a3e;
}


.main-menu > nav > ul > li:first-child{
    border-left: 1px solid #031a3e;
}

.main-menu > nav > ul > li:last-child{
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:last-child {
    margin-right: 0;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li a {
    padding: 25px 0;
    display: block;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li.has-sub.right-view ul {
    /* right: -20px; */
    left: 0;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li.has-sub > a::after {
    content: "\f107";
    position: relative;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    margin-left: 4px;
    font-weight: 600;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:hover > a {
    color: #ffffff;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu {
    position: absolute;
    width: 220px;
    background: #08285b;
    z-index: 10;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    opacity: 0;
    visibility: hidden;
    left: 0;
    transform-origin: top;
    top: 100%;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    padding: 0;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li {
    display: block;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
    border-right: 0;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:last-child {
    border-bottom: none;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li a {
    padding: 8px 20px;
    font-size: 14px;
    color: #08285b;
    background: #ffffff;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:hover > a {
    /* padding-left: 25px; */
    background: #08285b;
    color: #fff;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    padding-left: 2px;
    background: transparent;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li.has-sub-child > a::before {
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-14px);
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    font-weight: 600;
}

.header-style-two .header-wrapper .header-navigation-area.inner-page .main-menu ul li a {
    padding: 35px 0;
}
.header-style-two .header-wrapper .header-navigation-area.transparent-header {
    background: transparent;
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 20px 0;
    top: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-style-two .header-wrapper .header-navigation-area.transparent-header.fixed {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 10px 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.header-style-two .header-wrapper .header-navigation-area.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}


.header-searchbox-style-two {
    position: relative;
    float: right;
    cursor: pointer;
    font-weight: 500;
    color: #00933f;
    font-size: 19px;
}

.header-searchbox-style-two > .media {
    padding-top: 25px;
}
.header-searchbox-style-two .show-searchbox {
    float: right;
    margin-left: 32px;
    position: relative;
    margin-top: 3px;
}
.header-searchbox-style-two .show-searchbox a {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 55px;
    margin: 25px 0 30px;
}
.header-searchbox-style-two .show-searchbox a i {
    font-size: 20px;
    color: #08285b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-searchbox-style-two .show-searchbox.active .fa-search::before {
    content: "\f00d";
}
.header-searchbox-style-two .toggle-searchbox {
    position: absolute;
    right: 0;
    top: 170%;
    width: 315px;
    opacity: 0;
    padding: 20px;
    visibility: hidden;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-searchbox-style-two .toggle-searchbox #searchform-all {
    position: relative;
}
.header-searchbox-style-two .toggle-searchbox #searchform-all #s {
    margin-bottom: 0;
    height: 50px;
    font-size: 14px;
    color: #08285b;
    top: 6px;
    background-color: #fff;
    border-radius: 0;
}
.header-searchbox-style-two .toggle-searchbox #searchform-all #searchsubmit {
    padding: 3px;
    position: absolute;
    right: 12px;
    top: 9px;
    font-family: "Font Awesome 5 Pro";
    color: #08285b;
    background: transparent;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-searchbox-style-two .toggle-searchbox form input[type="text"] {
    border: 1px solid #ddd6d9;
}
.header-searchbox-style-two .toggle-searchbox.show {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    top: 102%;
    padding: 20px;
    background: #f4f4f4;
    border: 1px solid #08285b;
}


/* mobile menu wrapper */
.mobile-menu {
    position: fixed;
    width: 55%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #08285b;
    z-index: 21;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: auto;
}
.mobile-menu.active {
    -webkit-transform: translateX(-0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.mobile-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-menu ul li a{
    padding: 10px 15px;
    color: #fff;
    display: block;
    border-bottom: 1px solid #234273;
    position: relative;
}
.mobile-menu ul li a i.menu-trigger{
    float: right;
    margin-top: 3px;
}
.mobile-menu ul.sub-menu{
    display: none;
    background-color: #1a4992;
}
.mobile-menu ul.sub-menu li a{
    padding-left: 25px!important;
    font-size: 14px;
}
.mobile-menu ul.sub-menu a.with-sub-menu,
.mobile-menu ul.sub-menu ul.sub-menu {
    background-color: #386ec2;
}
.mobile-menu ul.sub-menu a.with-sub-menu{
    border-bottom: 1px solid #487fd4 !important;
}
.mobile-menu ul.sub-menu ul.sub-menu a{
    padding-left: 50px!important;
}



.input-box {
    position: absolute;
    right: 12px;
    top: 12px;
}

.input-box i {
    color: #08285b;
}

.side-panel-content {
    background: #fff;
    height: 100%;
    padding: 20px 0 20px 20px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    width: 400px;
    z-index: 21;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    padding-bottom: 40px;
}



.side-panel-content.side-panel-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
    -khtml-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}

.close-icon {
    text-align: right;
}

.close-icon > button {
    cursor: pointer;
    background: #08285b;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    border: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.close-icon:hover > button {
    background: #00913e;
}

.close-icon > button i {
    line-height: 26px;
    color: #fff;
}

.close-icon > button i:before {
    font-size: 14px;
}

.extra-info > p {
    color: #ddd;
    font-size: 15px;
    line-height: 28px;
}

.extra-info.extra-info-left.side-panel-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.side-panel {
    width: 30px;
    float: right;
    margin-left: 0;
    margin-right: 10px;
}

.side-panel span {
    margin: 3px 0;
    transition: .3s;
    float: right;
    background: #00913d;
}

.bar1 {
    width: 60%;
    background: #08285b;
    height: 2px;
    margin-top: 0 !important;
}

.bar2 {
    width: 80%;
    background: #08285b;
    height: 2px;
}

.bar3 {
    width: 70%;
    background: #08285b;
    height: 2px;
    margin-bottom: 0 !important;
}

.header-searchbox-style-two:hover span {
    width: 100%;
}




.list-items li {
    display: inherit;
    padding: 5px 0;
}
.social-list {
    margin: 0;
    padding: 0;
}
.social-list li {
    display: inline-block;
    margin-right: 15px;
}
.social-list li a {
    background: #33334d;
    height: 42px;
    width: 41px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 45px;
    font-size: 16px;
}
.social-list li a:hover {
    background: #08285b;
}


.overlay-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,.8);
    z-index: 20;
    display: none;
}
.overlay-bg.active {
    display: block;
}


.banner-area{
    position: relative;
    height: 440px;
    overflow: hidden;
}

.banner-slider .item {
    position: relative;
    overflow: hidden;
}

.banner-slider .item .bg-image{
    position: absolute;
    z-index: 1;
    width: 110%;
    height: 110%;
    -webkit-transform:scaleX(-1);
    -moz-transform:scaleX(-1);
    -ms-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    filter: blur(8px);
    -webkit-filter: blur(8px);
    top: -5%;
    left: -5%;

}

.banner-slider .item .bg-image:after{
    position: absolute;
    width: 100%;
    left:0px;
    top:0px;
    height: 100%;
    content: '';
    background: -moz-linear-gradient(left, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.41) 48%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.95) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.41) 48%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.95) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.90) 0%,rgba(0,0,0,0.41) 48%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000',GradientType=1 );
    z-index: 2;
}

.banner-slider .item .content{
    position: relative;
    z-index: 3;
}



.banner-slider .item .content .image-block{
    width: 750px;
    height: 440px;
    position: relative;
}

.banner-slider .item .content .image-block .new-title{
    /* float: left; */
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0px;
    color:#fff;
    padding: 90px 25px 15px;
    background: url("../images/title_bg.png") no-repeat;
    background-size: 100% 100%;

}

.banner-slider .item .content .image-block .new-title h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 0;
}

.banner-slider .item .content .image-block .new-title .date {
    font-size: 14px;
    display: inline-block;
    padding: 0px 15px;
    background: #08285b;
    line-height: 30px;
    margin-top: 10px;
}
.banner-slider-thumb {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 360px;
    height: 440px;
    background-color: #fff;
    z-index: 5;
}

.container.thumb {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: -15px;
}

.banner-slider-thumb .media {
    padding: 22px 15px;
    border-left:10px solid transparent;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.banner-slider-thumb .media img {
    margin-right: 10px;
    border-radius: 4px;
    width: 110px;
}

.banner-slider-thumb .media h5 {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
}
.banner-slider-thumb .media.active {
    border-left-color: #00913f;
    background-color: #eeeeee;
}


.banner-buttons{
    position: absolute;
    z-index: 5;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.banner-buttons-area {
    position: relative;
}

.banner-buttons .button{
    position: absolute;
    cursor: pointer;
}

.banner-buttons .button img {
    width:46px;
}

.banner-buttons .button.prev {
    left: 25px;
}

.banner-buttons .button.next {
    right: 25px;
}


.services-section {
    position: relative;
    background: url(../images/background/1.png), linear-gradient(200deg, #fffdfd, rgb(37 85 132 / 11%));
}


.features-item {
    text-align: center;
    background: #fff;
    padding: 34px 20px 15px;
    position: relative;
    overflow: hidden;
    border: 1px solid #d7e5f3;
}

.features-item:before {
    position: absolute;
    background: linear-gradient(45deg, #58a2ec, #08285b) !important;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    content: "";
    border-radius: 0px;
    opacity: 1;
    animation: none;
    -moz-transition: all 200ms ease-out 0s;
    -webkit-transition: all 200ms ease-out 0s;
    -ms-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
    animation: leftright 3s infinite alternate;
}

.features-item:hover:before {
    background: linear-gradient(45deg, #58a2ec, #08285b) !important;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    right: -14px;
    content: "";
    top: 10px;
    opacity: 0.1;

}

.feature-count {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 36px;
    color: #2a2a2a;
    opacity: 0.1;
}

.features-item i:before {
    margin: 0;
    color: #08285b;
    font-size: 50px;
    line-height: 50px;
    display: block;
    vertical-align: middle;
    -moz-transition: all 200ms ease-out 0s;
    -webkit-transition: all 200ms ease-out 0s;
    -ms-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
}

.features-item .feature-title {
    margin-top: 13px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    min-height: 38px;
    opacity: 0.9;
}

.features-item .feature-title a {
    -moz-transition: all 200ms ease-out 0s;
    -webkit-transition: all 200ms ease-out 0s;
    -ms-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
}

.features-item .feature-title a:hover {
    color: #fff;
}
.features-item svg{
    height: 70px;
    width: auto;
    position: relative;
}

.features-item svg,
.features-item svg *{
    fill:#fff;
    -moz-transition: all 200ms ease-out 0s;
    -webkit-transition: all 200ms ease-out 0s;
    -ms-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
}

.features-item:hover .feature-title,
.features-item:hover p,
.features-item:hover i:before {
    color: #08285b;
}

.features-item:hover svg,
.features-item:hover svg * {

    fill: #08285b;
}



.features-item p {
    -moz-transition: all 200ms ease-out 0s;
    -webkit-transition: all 200ms ease-out 0s;
    -ms-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
}


.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    font-size: 20px;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    background: linear-gradient(45deg, #3871d6, #08285b) !important;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transition: all 600ms ease 0ms;
    -webkit-transition: all 600ms ease 0ms;
    -ms-transition: all 600ms ease 0ms;
    -o-transition: all 600ms ease 0ms;
    transition: all 600ms ease 0ms;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    font-size: 33px;
}

.owl-carousel:hover .owl-nav button.owl-prev,
.owl-carousel:hover .owl-nav button.owl-next {
    opacity: 1;
    visibility: visible;
}

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

.owl-carousel .owl-nav button.owl-prev {
    left: -25px;
}

.owl-carousel .owl-nav button i {
    color: #fff;
}

.index-weather {
    position: relative;
    background: #484a58;
}

.currency-block {
    position: relative;
    color:#fff;
}

.currency-block  .currency-item{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    border-left: 1px solid #3e404a;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 7px;
    padding-bottom: 4px;
    position: relative;
}



.currency-block  .currency-item:last-child{
    border-right: 1px solid #3e404a;
}
.currency-block  .currency-item .title {
    /* border-bottom: 1px dotted #525252; */
    color: #e0e0e0;
    font-size: 14px;
}
.currency-block .value {
    font-weight: 600;
    font-size: 14px;
    position: relative;
    display: block;
    margin-top: 0;
    color: #ffffff;
}
.currency-block .value span {
    font-size: 10px;
    font-weight: 500;
    display: inline-block;
    /*margin-left: 6px;*/
    position: absolute;
    right: -12px;
    top: 2px;
}


.currency-block  .currency-item i {
    position: absolute;
    top: 8px;
    right: 24px;
    font-size: 12px;
    width: 16px;
    height: 16px;
    background: #ccc;
    border-radius: 100%;
    text-align: center;
    line-height: 16px;
    color: #fff;
}
.currency-block  .currency-item.up i {
    background: #04a763;
}


.currency-block  .currency-item.up .value span {
    color:#04a763;
}

.currency-block  .currency-item.down i {
    background: #f13e46;
}

.currency-block  .currency-item.down .value span {
    color:#f13e46;
}


.index-news-section {
    background: #fff url(../images/background/news_section_bg.png) ;
    overflow: hidden;
}

.index-news-section > .container  > .row{
    position: relative;
    z-index: 3;
}

.index-news-section .news_section_circle{
    position: absolute;
    z-index: 2;
    left:10%;
    top: -10px;
    max-width: 850px;
}



.title-with-line {
    color: #08285b;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 18px;
}

.title-with-line span {
    height: 2px;
    width: 60px;
    background: #08285b;
    display: inline-block;
    position: relative;
    top: -3px;
    margin: 0 10px;
}
.services-section.two {
    background: linear-gradient(45deg, #08285b, #3871d6);
}


.services-section.two .background-parallax{
    position: relative;
    padding-top: 70px;
    padding-bottom: 220px;
    background: url(../images/background/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
}


.services-section.two .owl-carousel .owl-nav button.owl-prev,
.services-section.two .owl-carousel .owl-nav button.owl-next {
    background: linear-gradient(45deg, #676767, #000) !important;
}

.services-section.two .features-item{
    border:0;
    position: relative;
    z-index: 5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.services-section.two .features-item:before{
    display: none;
}
.services-section.two .item {
    position: relative;
    overflow: hidden;
}

.services-section.two .item:before {
    content: "";
    position: absolute;
    bottom: -60px;
    right: 0px;
    height: 72px;
    width: 100%;
    transform: skew(0deg, 16deg);
    opacity: 0.2;
    background: linear-gradient(45deg, #3871d6, #08285b) !important;
    z-index: 1;
}


.services-section.two .item:after {
    content: "";
    position: absolute;
    bottom: -37px;
    left: -60px;
    height: 80px;
    width: 110%;
    transform: skew(5deg, 32deg);
    opacity: 0.1;
    background: linear-gradient(45deg, #3871d6, #08285b) !important;
    z-index: 2;
}


.services-section.two .features-item:hover svg, .services-section.two .features-item:hover svg * {
    fill: #08285b;
}


.services-section.two .features-item:hover .feature-title, .services-section.two .features-item:hover p, .services-section.two .features-item:hover i:before {
    color: #2e2e45;
    opacity: 1;
}
.services-section.two .features-item:hover svg {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.notice-item {
    background: #f8f8fa;
    padding: 25px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.notice-item:after {
    content: "";
    position: absolute;
    background: #08285b;
    top: -70px;
    left: -60px;
    height: 80px;
    width: 110%;
    -moz-transform: skew(0deg, -2deg);
    -o-transform: skew(0deg, -2deg);
    -ms-transform: skew(0deg, -2deg);
    -webkit-transform: skew(0deg, -2deg);
    transform: skew(0deg, -2deg);
    opacity: 0.1;
}

.notice-item:before {
    content: "";
    position: absolute;
    background: #08285b;
    bottom: -60px;
    right: 0;
    height: 72px;
    width: 100%;
    opacity: 0.2;
    -moz-transform: skew(0deg, -2deg);
    -o-transform: skew(0deg, -2deg);
    -ms-transform: skew(0deg, -2deg);
    -webkit-transform: skew(0deg, -2deg);
    transform: skew(0deg, -2deg);
}

.notice-thumb {
    display: inline-block;
    background: #f6d0d4;
    padding: 3px;
    border-radius: 20%;
    margin-bottom: 20px;
}

.notice-thumb img {
    border-radius: 20%;
}


.notice-item .date {
    font-size: 14px;
    color: #a6a4a4;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 10px;
}



.notice-item h4 {
    margin-bottom: 3px;
    position: relative;
    padding-right: 94px;
    font-size: 16px;
    color: #354969;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 500;
}

.quote-icon:before {
    position: absolute;
    right: 40px;
    text-align: center;
    z-index: 1;
    font-size: 14rem;
    -moz-transform: translateY(50%) rotate(-180deg);
    -o-transform: translateY(50%) rotate(-180deg);
    -ms-transform: translateY(50%) rotate(-180deg);
    -webkit-transform: translateY(50%) rotate(-180deg);
    transform: translateY(50%) rotate(-180deg);
    opacity: 0.03;
    color: #08285b;
    top: -60px;
}

.title-under-line {
    position: relative;
    color:#20252d;
}

.title-under-line:before {
    content: "";
    background: #08285b;
    position: absolute;
    height: 3px;
    width: 85px;
    bottom: -15px;
    left: 0;
}


.title-under-line:after {
    background: #144bad;
    position: absolute;
    content: "";
    height: 14px;
    width: 20px;
    bottom: -20px;
    left: 0;
}

.title-under-line.text-right:before{
    left: initial;
    right: 0;
}

.title-under-line.text-right:after {
    left: initial;
    right: 0;
}

.title-under-line.text-right:before{
    left: initial;
    right: 0;
}

.title-under-line.text-center:after {
    left: 50%;
    margin-left: -10px;
}


.title-under-line.text-center:before {
    left: 50%;
    margin-left: -42.5px;
}



.line-clamp-two {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
}

.line-clamp-four {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.custom-badge {
    display: inline-block;
    padding: 0.35em 0.36em;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge-yellow {
    color: #212529;
    background-color: #bcddff;
}
.badge-green {
    color: #fff;
    background-color: #04a763;
}

.badge-red {
    color: #fff;
    background-color: #f34343;
}

.notice-item .custom-badge{
    position: absolute;
    top: 0;
    right: 0;
}

.notice-item  p {
    font-size: 15px;
    color: #808080;
    margin:0;
    min-height: 44px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.swiper-notices {
    height: 400px;
    position: relative;
}

.swiper-notices .swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-notice-buttons {
    position: absolute;
    top: 50%;
    left: -16px;
    background: transparent;
    font-size: 0;
    z-index: 5;
    transform: translateY(-50%);
}

.swiper-notice-buttons .button {
    font-size: 20px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    width: 35px;
    background: linear-gradient(45deg, #3871d6, #08285b) !important;
    -moz-transition: all 600ms ease 0ms;
    -webkit-transition: all 600ms ease 0ms;
    -ms-transition: all 600ms ease 0ms;
    -o-transition: all 600ms ease 0ms;
    transition: all 600ms ease 0ms;
    color: #fff;
    font-size: 20px;
    margin-bottom: 7px;
    cursor: pointer;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
}

.swiper-notice-buttons .button:last-child{
    margin-bottom: 0;
}

.swiper-notices:hover  .swiper-notice-buttons .button{
    opacity: 1;
    visibility: visible;
}
.swiper-notices .notice-wheel {
    position: absolute;
    top:50%;
    left: 50%;
    right: 0;
    margin-top: -23px;
    margin-left: -10px;
    z-index: 3;
    opacity: 0;
}

.swiper-notices:hover .notice-wheel {
    animation: faded 1.5s linear;
    -moz-animation: faded 1.5s linear;
}

.notice-item:hover h4{
    color:#08285b;
}

.notice-item:hover p{
    color:#333;
}

@keyframes faded {
    0%{
        opacity: 0;
        top:50%;
    }
    50%{
        opacity: 1;
        top:55%;
    }
    100% {
        opacity: 0;
        top:50%;
    }
}

@-moz-keyframes faded {
    0%{
        opacity: 0;
        top:50%;
    }
    50%{
        opacity: 1;
        top:55%;
    }
    100% {
        opacity: 0;
        top:50%;
    }
}
.left-new {
    margin-bottom: 20px;
}
.left-new ul {
    position: relative;
    font-size: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.left-new ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    color: #e2e2e2;
}

.left-new ul li i {
    color: #08285b;
}

.left-new .detail {
    position: relative;
    z-index: 5;
    background: #484a58;
    padding: 20px 25px 9px;
    font-size: 14px;
    line-height: 22px;
    color: #a0a0a0;
    min-height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.left-new:hover .detail {
    background: #333;
}

.left-new .detail:before {
    width: 6px;
    height: 30%;
    content: "";
    top:50%;
    left: -3px;
    background-color: #08285b;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}



.left-new .cat {
    padding: 2px 36px;
    font-size: 13px;
    color: #ffffff;
    border-radius: 18px;
    /* border: 1px solid #ffffff; */
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -55px;
    background: #484a58;
}
.left-new .title {
    font-size: 20px;
    line-height: 27px;
    color: #ffffff;
    padding-bottom: 0px;
    position: relative;
}


.left-new .image {
    overflow: hidden;
}

.left-new .image:before {
    content: "";
    background: rgba(37, 85, 132, 0.68);
    height: 101%;
    width: 100%;
    position: absolute;
    top: 0;
    transform-origin: top;
    -moz-transition: all 500ms ease-out 0s;
    -webkit-transition: all 500ms ease-out 0s;
    -ms-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    -moz-transform: perspective(15em) rotateX(-90deg);
    -o-transform: perspective(15em) rotateX(-90deg);
    -ms-transform: perspective(15em) rotateX(-90deg);
    -webkit-transform: perspective(15em) rotateX(-90deg);
    transform: perspective(15em) rotateX(-90deg);
    z-index: 1;

}

.left-new:hover .image:before {
    -moz-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -webkit-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
}

.left-new .image img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    transition: all 900ms ease;
}

.left-new:hover  img {
    -webkit-transform: scale(1.2) rotate(3deg);
    transform: scale(1.2) rotate(3deg);
}

.left-new p {
    min-height: 44px;
    color: #ccc;
    margin: 0;
}

.left-new .more{
    color: #fff;
    font-weight: 500;
}

.left-new .more i {
    color: #08285b;
}



.swiper-news-buttons {
    position: absolute;
    top:10px;
    right: 5px;
}

.swiper-news-buttons .button {
    font-size: 20px;
    height: 45px;
    line-height: 49px;
    text-align: center;
    width: 43px;

    -moz-transition: all 600ms ease 0ms;
    -webkit-transition: all 600ms ease 0ms;
    -ms-transition: all 600ms ease 0ms;
    -o-transition: all 600ms ease 0ms;
    transition: all 600ms ease 0ms;
    color: #fff;
    font-size: 20px;
    margin-bottom: 7px;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}

.swiper-news-buttons .button:after {
    width: 150%;
    height: 150%;
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom:0px;
    content:"";
    background: linear-gradient(45deg, #3871d6, #08285b) !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.swiper-news-buttons .button:hover:after{
    bottom: -15px;
    left: -15px;
}

.swiper-news-buttons .button i {
    position: relative;
    z-index: 2;
}


.swiper-news-buttons .button:hover {
    /*background: linear-gradient(-180deg, #E83963, #FE8704) !important;*/
}

.big-banner {
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;

}

.big-banner-container{
    position: relative;
    height: 435px;
    margin: 0 -80px;
}

.big-banner-item{
    position: absolute;
    width: 101%;
    -webkit-transform: skew(12deg);
    -moz-transform: skew(12deg);
    -ms-transform: skew(12deg);
    -o-transform: skew(12deg);
    transform: skew(12deg);
    height: 435px;
    margin: 0 -3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    padding: 50px;
}

.big-banner-container > .row > .col-lg-3:first-child  .big-banner-item {
    padding-left: 110px;
}

.big-banner-container > .row > .col-lg-3:last-child  .big-banner-item {
    padding-right: 110px;
}



.big-banner-item:hover {
    -webkit-transform: skew(12deg) scale(1.1);
    -moz-transform: skew(12deg) scale(1.1);
    -ms-transform: skew(12deg) scale(1.1);
    -o-transform: skew(12deg) scale(1.1);
    transform: skew(12deg) scale(1.1);
    z-index: 1;
}

.big-banner-item:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.55)),to(rgba(255,255,255,0)));
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.55) 50%,rgba(255,255,255,0) 100%);
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
    pointer-events: none;
    opacity: .5;
}

.big-banner-item:hover:before {
    left: 100%;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}


.big-banner-item:after {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(66, 58, 58, 0.47);
    top:0;
    left: 0;
}

.big-banner-item .content {
    position: absolute;
    z-index: 2;
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    -o-transform: skew(-12deg);
    transform: skew(-12deg);
    text-align: center;
}

.big-banner-item .content .title {
    font-weight: 700;
    color:#fff;
    font-size: 20px;
    margin-bottom: 0;
}

.big-banner-item .content a.more-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    background-color: #08285b;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    position: relative;
    -webkit-transition: background-color .3s,color .3s;
    transition: background-color .3s,color .3s;
    z-index: 2;
}

.big-banner-item .content a.more-btn:hover {
    background-color: #fff;
    color: #08285b;
}
.big-banner-item .content a.more-btn.active {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.big-banner-item .content a.more-btn::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #08285b;
    opacity: .5;
    -webkit-animation: 1.3s linear infinite pulse;
    animation: 1.3s linear infinite pulse;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: .3s;
    transition: .3s;
    pointer-events: none;
}
@keyframes pulse {
    from {
        width: 100%;
        height: 100%;
        opacity: .8
    }
    50% {
        width: 140%;
        height: 140%;
        opacity: 0
    }
    to {
        width: 100%;
        height: 100%;
        opacity: 0
    }
}
@-webkit-keyframes pulse {
    from {
        width: 100%;
        height: 100%;
        opacity: .8
    }
    50% {
        width: 140%;
        height: 140%;
        opacity: 0
    }
    to {
        width: 100%;
        height: 100%;
        opacity: 0
    }
}

.big-banner-item .content .desc {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 20px;
}
.big-banner-item .content .desc.active {
    max-height: 140px;
    overflow: initial;
    margin: 0;
}
.big-banner-item .content svg {
    height: 80px;
    width: auto;
    margin-bottom: 15px;
}

.big-banner-item .content svg,
.big-banner-item .content svg *{
    fill: rgba(255, 255, 255, 0.6);
}

.css-btn-two {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
    padding: 2px 18px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: 10px;
}

.css-btn-two:hover{
    background-color: #08285b;
    border-color: #08285b;
}


.messages-section {
    position: relative;
    background: #f5f9fe url(../images/background/abs-bg5.png) no-repeat top center;
    overflow: hidden;
    margin-top: -30px;
}

.messages-area {
    background: url(../images/background/bg1.png), linear-gradient(45deg, #3871d6, #08285b) !important;
    color:#fff;
    padding:30px 30px 0px;
}
.messages-area .cs-btn-two {
    padding: 6px 24px;
    text-align: center;
    position: relative;
    z-index: 2;
    top: 16px;
}


.feature-block-two{
    margin-bottom: 50px;
    padding-bottom: 15px;
}

.feature-block-two .inner-box{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 24px 30px 22px 30px;
    transition: all 500ms ease;
}

.feature-block-two .inner-box:hover{
    /* padding-bottom: 15px; */
    /* margin-bottom: -50px; */
}

.feature-block-two .inner-box:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 500ms ease;
    background: rgb(229, 229, 229);
}



.feature-block-two .inner-box:after{
    position: absolute;
    content: '';
    background: #e5e5e5;
    width: 100%;
    height: 5px;
    left: 0px;
    bottom: 0px;
}

.feature-block-two .inner-box:hover:before{
    height: 100%;
    top: 0px;
}

.feature-block-two .inner-box .title-inner{
    position: relative;
    display: block;
    padding-left: 75px;
    padding-bottom: 0;
    min-height: 70px;
    transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .title-inner{

}



.feature-block-two .inner-box .title-inner .icon-box{
    position: absolute;
    left: 0px;
    top: -4px;
    font-size: 60px;
    line-height: 60px;
    color: #2d5883;
    transition: all 500ms ease;
}

.feature-block-two .inner-box .title-inner .icon-box svg {
    height: 60px;
    width: auto;
}


.feature-block-two .inner-box .title-inner .icon-box svg,
.feature-block-two .inner-box .title-inner .icon-box svg *{
    fill: #08285b;
}

.feature-block-two .inner-box .title-inner h3{
    line-height: 29px;
    color: #757575;
    font-size: 20px;
    margin: 0;
}

.feature-block-two .inner-box:hover .title-inner .icon-box,
.feature-block-two .inner-box:hover .title-inner h3,
.feature-block-two .inner-box:hover .text p{
    color: #08285b;
}

.feature-block-two .inner-box .link{
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: all;
    transition-property: all;
}

.feature-block-two .inner-box:hover .link{
    opacity: 1;
}

.feature-block-two .inner-box .link a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    /* color: #fff; */
    text-transform: uppercase;
    text-decoration: none;
}

.feature-block-two .inner-box .link a i{
    margin-left: 10px;
    font-weight: 600;
}

.feature-block-two .inner-box .link a span{
    display: inline-block;
}

.feature-block-two .inner-box .text p{
    margin-bottom: 11px;
}

.feature-block-two .inner-box:hover .text p{
    margin-bottom: 21px;
}

.features-wrapper {
    background: #ffffff;
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
    padding: 15px 21px 10px;
    border-radius: 5px;
    /* overflow: hidden; */
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 25px;
}

.features-wrapper:after {
    width: 5px;
    height:30%;
    position: absolute;
    z-index: 10;
    left: -2px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    background: #b1b2b3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.inner-features {
    /* overflow: hidden; */
    z-index: 2;
}

.inner-features svg {
    height: 45px;
    width: auto;
    position: relative;
    z-index: 2;
}

.features-content {
    overflow: hidden;
}

.features-content h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 0;
    color: #0d1f35;
    max-height: 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.features-icon {
    position: relative;
    /*padding: 13px;*/
    background: #feefe5;
    border-radius: 10px;
    overflow: hidden;
}



.features-icon svg * {
    fill:#08285b;
}

.features-text p {
    margin-top: 16px;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    color: #565872;
    margin-bottom: 5px;
    min-height: 40px;
}

.b-button .more {
    color: #08285b;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
}

.b-button .more i {
    position: relative;
    left: 9px;
    transition: 0.3s;
    font-size: 16px;
    top: 1px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.features-wrapper:hover h3 {
    color: #2f92f3;
}

.features-wrapper:hover:after {
    height: 70%;
    background-color: #484a58;
}
.features-wrapper:hover .b-button .more i{
    left:20px;
}
.features-slider .swiper-pagination {
    text-align: center;
    width: 100%;
    position: relative;
}

.features-slider .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    opacity: 1;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 4px;
    display: inline-block;
}

.features-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: linear-gradient(-20deg, #848484, #333333) !important;
}

.features-slider .swiper-slide {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding:15px 0;
    opacity: .8;
}

.features-slider .swiper-slide.swiper-slide-active {
    padding: 0px 0;
    opacity: 1;
}

.features-slider .swiper-slide.swiper-slide-active .features-wrapper{
    padding:30px 21px 30px;
    margin-bottom: 0;
}

.event-section {
    position: relative;
    padding-top: 240px;
    padding-bottom: 50px;
}

.single-features {
    background-size: cover;
    background-position: center center;
    padding: 40px 22px 37px 30px;
    border-radius: 10px 0 0 10px;
    background-color: #08285b;
    position: relative;
}
.features-title {
    z-index: 2;
    position: relative;
}

.features-bg{
    position: absolute;
    z-index: 1;
    height: 216px;
    opacity: .1;
    left: -18px;
    bottom: 0px;
}

.features-bg *{
    fill: #fff;
}

.features-button {
    position: relative;
    z-index: 2;
}


.features-title h5 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.features-title h5 span {
    height: 2px;
    width: 60px;
    background: #ffffff;
    display: inline-block;
    position: relative;
    top: -3px;
    margin: 0;
}

.features-title h2 {
    font-size: 30px;
    margin-bottom: 7px;
    line-height: 1.2;
    color: #ffffff;
    margin-top: 0;
    font-style: normal;
    font-weight: 700;
}

.features-link {
    margin-top: 36px;
    margin-bottom: 45px;
}

.features-link ul li {
    padding-bottom: 25px;
}

.features-icon-img {
    float: left;
    margin-right: 35px;
    margin-top: 10px;
}

.features-info h2 {
    color: #ffffff;
    font-size: 36px;
}

.features-info span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

.features-link ul li:last-child {
    padding-bottom: 0;
}

.c-btn {
    backface-visibility: hidden;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 22px 30px 22px 30px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    transform: translateZ(0px);
    transition: 0.3s;
    transition-property: color;
    background: #08285b;
    font-weight: 500;
}
.c-btn:hover {
    color: #ffffff;
}

.white-border-btn {
    background: none;
    border: 2px solid #ffffff;
    transition: 0.3s;
    color: #ffffff;
    padding: 16px 26px 16px 20px;
}

.white-border-btn:hover {
    background: #ffffff;
    color: #08285b;
    border-color: #ffffff;
}

.event-item {
    padding: 15px 20px;
    margin-bottom: 0;
    background-color: #f3f3f3;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #f0f0f0;
}
.event-image {
    float: left;
    width: 250px;
    height: 250px;
    overflow: hidden;
    position: relative;
    margin-right: 30px;
}

.event-item .event-image .post-date {
    top: 0;
    left: 0;
    z-index: 1;
    width: 70px;
    height: 70px;
    padding: 10px;
    text-align: center;
    position: absolute;
    color: #ffffff;
    background: -webkit-gradient(linear, left top, right bottom, from(#3871d6), to(#08285b));
    background: -webkit-linear-gradient(top left, #3871d6, #08285b);
    background: -o-linear-gradient(top left, #3871d6, #08285b);
    background: linear-gradient(to bottom right, #3871d6, #08285b);
}

.event-item .event-image .post-date .date {
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    display: block;
}

.event-item .event-image .post-date .month {
    font-size: 16px;
    text-transform: uppercase;
    line-height: normal;
    display: inline-block;
}
.event-item .event-content {
    display: table;
    padding: 10px 0px;
}
.event-item .event-content .event-title {
    position: relative;
}
.event-item .event-content .event-title .title {

    font-size: 21px;

    font-weight: 600;

    margin-bottom: 0;

    color: #0d1f35;

    max-height: 50px;

    -webkit-transition: all .3s ease;

    -moz-transition: all .3s ease;

    -ms-transition: all .3s ease;

    -o-transition: all .3s ease;

    transition: all .3s ease;
}

.yellow-color {
    color: #ffbe30;
}

.event-item .event-content .event-title:after {
    top: 0;
    width: 6px;
    left: -33px;
    bottom: 0px;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #08285b;
}
.ul-li-block ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}
.event-item .event-content .event-post-meta ul li {
    margin-bottom: 7px;
    font-size: 16px;
    color: #424242;
}

.event-item .event-content .event-post-meta ul li .icon {
    width: 35px;
    height: 35px;
    line-height: 39px;
    margin-right: 10px;
    text-align: center;
    border-radius: 100%;
    color: #08285b;
    font-size: 17px;
    background-color: #ffffff;
    display: inline-block;
}

.event-item .event-content .tickets-details-btn {
    z-index: 1;
    font-weight: 500;
    overflow: hidden;
    padding: 12px 37px;
    position: relative;
    border-radius: 30px;
    color: #08285b;
    font-size: 15px;
    /* text-transform: uppercase; */
    background: #ffffff;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.event-item .event-content .tickets-details-btn:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    position: absolute;
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, right bottom, from(#3871d6), to(#08285b));
    background: -webkit-linear-gradient(top left, #3871d6, #08285b);
    background: -o-linear-gradient(top left, #3871d6, #08285b);
    background: linear-gradient(to bottom right, #3871d6, #08285b);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.event-item .event-content .tickets-details-btn:hover:before{
    opacity: 1;
}

.event-item .event-content .tickets-details-btn:hover {
    color: #fff;
}



.event-carousel  .owl-nav button.owl-prev,
.event-carousel  .owl-nav button.owl-next{
    opacity: 1;
    visibility: visible;
    top: -10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.event-carousel  .owl-nav button.owl-prev {
    left: initial;
    right: 50px;
}

.event-carousel .owl-nav button.owl-next {
    left: auto;
    right: 5px;
}

.numbers-area {
    position: relative;
    z-index: 3;
}

.numbers {
    /* background: linear-gradient(45deg, #848484, #333333) !important; */
    background: url(../images/background/numbers_image.jpg) no-repeat;
    background-size: cover;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-top: -150px;
    margin-bottom: -150px;
    width: 100%;
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px;
    -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3);
    -khtml-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3);
}


.numbers-area:after{
    width: 80%;
    height: 3px;
    background-color: #08285b;
    position: absolute;
    bottom: 0px;
    /*content: "";*/
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}



.fact-counter {
    position : relative;
    padding: 0 30px;
    margin-top: 50px;
}

.fact-counter .content {
    position     : relative;
    padding-left: 95px;
}

.fact-counter .icon {
    position: absolute;
    left    : 0;
    top: 5px;
}

.fact-counter .count-box {
    font-size    : 30px;
    font-weight  : 700;
    color        : #fff;
    margin-bottom: 0px;
}

.fact-counter .inner {
    position: relative;
}

.fact-counter .inner:after {
    position: absolute;
    right: -10px;
    width: 1px;
    height: 100%;
    top:0;
    content: "";
    border: 1px inset #a5a5a5;
    opacity: 0;
    display: none;
}

.fact-counter .count-text {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0px;
}

.fact-counter .counter-title {
    color    : #c5c5c5;
    font-size: 16px;
}

.fact-counter .column:last-child .inner:after {
    display: none;
}


.messages-section .parallax-bg{
    position: absolute;
    z-index: 1;
}

.messages-section .parallax-bg.item1 {
    left: 0;
    top:0;
    width: 481px;
    height: 1229px;
    background: url(../images/background/item1.png) no-repeat;
    background-size: 100%;
}


.messages-section .parallax-bg.item2 {
    right: 30px;
    top:30px;
    width: 276px;
    height: 278px;
    background: url(../images/background/item2.png) no-repeat;
    background-size: 100%;
}



.messages-section .container{
    position: relative;
    z-index: 2;
}

.media-gallery {
    position: relative;
    /* margin-bottom: 200px; */
}

.index-video{
    /* float: left; */
    width: 45%;
    position: relative;
    z-index: 1;
}
.index-video .video-title {
    z-index: 2;
    position: absolute;
    top:30px;
    left: 30px;
}

.index-photo{
    width: 60%;
    position: absolute;
    z-index: 3;
    right: 0;
    background: #484a58;
    padding: 30px 50px;
    top: 0px;
    bottom: 0px;
}
.index-photo .bg-photo {
    position: absolute;
    z-index: 1;
    right: 45px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.index-photo .bg-photo i {
    font-size: 375px;
    color: #7d7e82;
    opacity: .1;
}

.index-photo .photo-container {
    position: relative;
    z-index: 2;
    height: 100%;
}

.figure-image-box{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
}

.figure-image-box:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.2), rgba(0,0,0,0.9) 100%);
    z-index: 1;
    transition: all 500ms ease;
    z-index: 1;
}

.block-video {
    position: relative;
    overflow: hidden;
}

.block-video span.tag {
    display: inline-block;
    font-size: 14px;
    color:#fff;
    background-color: #08285b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    padding: 3px 15px;
    line-height: 19px;
    margin-right: 10px;
}

.block-video .content-box {
    position: absolute;
    left: 0px;
    bottom: -87px;
    width: 100%;
    padding: 30px 110px 30px 30px;
    z-index: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.block-video .content-box h4 {
    position: relative;
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    transition: all 500ms ease;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding-bottom: 8px;
}

.block-video .content-box h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    transition: all 500ms ease;
    margin-bottom: 27px;
}



.block-video .content-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    z-index: 1;
    border: 2px solid #fff;
    padding: 12.5px 31px;
}
.block-video .content-box .btn-box a i {
    margin-left: 10px;
    position: relative;
    font-size: 16px;
    color: #08285b;
}
.block-video .content-box .btn-box a:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.block-video .content-box .btn-box a:hover:after {
    opacity: 1;
}
.block-video .content-box .btn-box a:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.block-video .content-box .btn-box a:hover{
    color:#08285b;
}

.block-video:hover .content-box{bottom: 0;}

.tt-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #08285b;
    border: 2px solid #08285b;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    font-size: 17px;
    left: 50%;
    top:50%;
    margin: -30px 0 0 -30px;
    z-index: 3;
}

.tt-video::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #08285b;
    opacity: .5;
    -webkit-animation: 1.3s linear infinite pulse;
    animation: 1.3s linear infinite pulse;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: .3s;
    transition: .3s;
    pointer-events: none;
}

@-webkit-keyframes pulse {
    from {
        width: 100%;
        height: 100%;
        opacity: .8
    }
    50% {
        width: 140%;
        height: 140%;
        opacity: 0
    }
    to {
        width: 100%;
        height: 100%;
        opacity: 0
    }
}

.block-photo {
    position: relative;
}

.photo-detail {
    position: relative;
    margin-top: -30px;
    background-color: #333;
    padding: 17px 18px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    left: 0;
    width: 90%;
}

.photo-detail h3 {
    color: #fff;
    font-size: 16px;
    margin: 0;
    line-height: 22px;
    min-height: 46px;
}
.photo-detail .cat {
    font-size: 15px;
    color: #2f93f5;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    transition: 0.3s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.photo-detail .cat:before {
    position: absolute;
    content: "";
    background: #2f93f5;
    width: 23px;
    height: 2px;
    left: 0;
    transition: 0.3s;
    top: 9px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.photo-detail .date {
    font-size: 14px;
    color: #ccc;
    display: inline-block;
    float: right;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


figure.gallery-photo .tt-video{
    width: 40px;
    height: 40px;
    font-size: 13px;
    left: inherit;
    top: 12px;
    margin: 0;
    z-index: 3;
    right: 10px;
}

figure.gallery-photo{
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

figure.gallery-photo img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius:  5px 5px 0 0;
    border-radius:  5px 5px 0 0;
}
.block-photo:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.block-photo:hover .photo-detail {
    background-color: #08285b;
}
.block-photo:hover .photo-detail h3,
.block-photo:hover .photo-detail .cat,
.block-photo:hover .photo-detail .date{
    color:#fff;
}

.block-photo:hover .photo-detail .cat:before{
    background-color: #fff;
}

.sub-area {
    position: relative;
    padding-top: 200px;
    padding-bottom: 60px;
    background: #f2f5f8;
}

.sub-area .sub-item {
    padding: 20px 15px 20px;
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
    border-radius: 5px;
    position: relative;
    z-index: 10;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 30px;

}
.sub-area .sub-item .media-left {
    position: relative;
}
.sub-area .sub-item .media-left:before {
    position: absolute;
    width: 2px;
    background-color: #c7c7c7;
    height: 100%;
    top: 0;
    left: -16px;
    content: "";
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.sub-area .sub-item .title {
    font-size: 17px;
    color: #094074;
    margin: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.sub-area .sub-item  img {
    width: 65px;
    height: auto;
    background: #f2f5f8;
    /*padding: 10px;*/
    border-radius: 5px;
    margin-right: 12px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.sub-area .sub-item .more {
    position: absolute;
    right: 11px;
    bottom: 12px;
    color: #08285b;
    font-size: 18px;
    opacity: .5;
}

.sub-area .sub-item a i {
    color: #989898;
    font-size: 20px;
}


.sub-area .sub-item .detail {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 0;
    margin-top: 9px;
    font-weight: 400;
    color: #868686;
    padding-right: 12px;
    min-height: 34px;
    max-height: 34px;
    overflow: hidden;
}


.container-big {
    width: 100%;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}

.sub-area .sub-item:hover{
    box-shadow: 0 5px 37px 2px rgba(37, 37, 37, 0.15);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.sub-area .sub-item:hover img {
    background-color: #484a58;
}


.bottom-logos a {
    display: block;
    padding: 10px;
    background-color: #f6f6f6;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.bottom-logos a img {
    mix-blend-mode: darken;

}

.bottom-logos a:hover{
    background-color: #ccc;
}
.media-gallery-wrapper{
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.logos-area {
    padding:0 0 40px 0;
}

.main-footer {
    padding: 50px 0 0;
    background-color: #484a58;
    position: relative;
}

.main-footer.fixed {

}

.main-footer .footer-logo {
    text-align: center;
    margin-bottom: 100px;
}

.main-footer .footer-logo img {

}

.main-footer .widgets-section {
    border-bottom: 1px solid #797979;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.main-footer h3 {
    position: relative;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
    padding-left: 40px;
}

.main-footer h3:before {
    position: absolute;
    left: 0;
    top: 10px;
    background: url(../images/footer-line-shape.png);
    content: "";
    width: 30px;
    height: 8px;
    background-repeat: no-repeat;
}

.main-footer .list-address {
    margin-top: 20px;
    margin-bottom: 28px;
    list-style: none;
    padding: 0px;
}

.main-footer .list-address li {
    font-size: 16px;
    color: #BABABA;
    margin-bottom: 8px;
    list-style: none;
    padding: 0px;
}

.main-footer .list-address li i {
    font-size: 16px;
    color: #3275e0;
    margin-right: 10px;
}

.main-footer .list-address .line {
    position: relative;
    margin-left: 22px;
    /* margin-bottom: 0; */
}

.main-footer .list-address .line:before {
    position: absolute;
    left: -20px;
    top: 0;
    content: "";
    width: 3px;
    height: 23px;
    background: #3275e0;
}

.main-footer .list-address li a {
    font-size: 16px;
    color: #BABABA;
}

.main-footer .list-address li:hover a {
    color: #fff;
}
.main-footer .links-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.main-footer .links-widget ul li a {
    transition: all 300ms ease;
    color: #BABABA;
    position: relative;
    padding-left: 14px;
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.main-footer .links-widget ul li a:before {
    position: absolute;
    content: '\f105';
    left: 0px;
    top: 3px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-size: 12px;

}
.main-footer .links-widget ul li:hover a{
    color: #2f93f5;
}

.main-footer .links-widget ul li:hover a:before{
    color: #2f93f5;
}


.main-footer .links-widget ul li {
    /* margin: 0; */
    list-style: none;
}

.main-footer .contact-widget p {
    font-size: 16px;
    color: #BABABA;
}

.main-footer .social-links {
    position: relative;
    margin: 0;
    padding: 0;
}

.main-footer .social-links li {
    display: block;
    margin-bottom: 10px;
}

.main-footer .social-links li a {

}

.main-footer .social-links li a span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3275e0;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    transform: rotate(0deg);
    transition: all 500ms ease;
    margin-right: 10px;
}
.main-footer .social-links li a:before{
    display: none;
}

.main-footer .social-links li:hover a span {
    transform: rotate(360deg);
    transition: all 500ms ease;
}

.main-footer .help {

}

.main-footer .help h4 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
}

.main-footer .help p {
    color: #BABABA;
}

.main-footer .subscribe {
    margin-left: 40px;
    margin-top: 12px;
}

.main-footer .subscribe h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: right;
}

.main-footer .subscribe .form-group {
    position: relative;
    margin-bottom: 0;
}

.main-footer .subscribe .form-group input {
    background: #54576b;
    width: 100%;
    height: 70px;
    color: #fff;
    padding: 0px 40px;
    overflow: visible;
    margin: 0;
    font-family: "Font Awesome 5 Pro";
    font-size: inherit;
    line-height: inherit;
    border: none;
    outline: none;
}

.main-footer .subscribe .form-group button {
    position: absolute;
    right: 15px;
    top: 0;
    background: #3275e0;
    color: #fff;
    font-size: 19px;
    padding: 0px 41px;
    height: 70px;
    border-radius: 0;
    border: none;
    outline: none;
}



.main-footer .number a {
    font-size: 25px;
    color: #BABABA;
    font-weight: 500;
}

.main-footer .number:hover a {
    color: #fff;
}


.main-footer .number span {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #3275e0;
    text-align: center;
    margin-right: 18px;
    margin-bottom: 0;
    padding: 0;
}

.main-footer span.fas.fa-phone {
    transform: rotate(90deg);
}

.footer-bottom {
    position: relative;
    background: #252733;
    padding: 30px 0px 20px 0px;
    text-align: center;
    margin-top: 40px;
}


.footer-bottom .copyright p {
    font-size: 14px;
    color: #DCDCDC;
    text-align: left;
    margin: 0;
}
.footer-bottom .copyright span {
    color: #3276b9;
}

.main-wrapper {
    z-index: 2;
}

.footer-bottom ul {
    margin: 0;
    padding: 0;
    /* font-size: 0; */
}
.footer-bottom ul li {
    display: list-item;
    margin-right: 34px;
    list-style: disc;
    float: right;
    color: #fff;
}
.footer-bottom ul li a {
    display: block;
    color:#BABABA;
    font-size: 14px;
}
.footer-bottom ul li:hover,
.footer-bottom ul li:hover a{
    color: #3275e0;
}



.sidebar {
    position: relative;
    margin-right: 20px;
    z-index: 2;
    margin-top: -30px;
}

.widget {
    position: relative;
    background-color: #f4f4f4;
    padding: 25px;
    margin-bottom: 40px;
    border-radius: 5px;
}

.widget:before {
    content: "";
    position: absolute;
    top: 50px;
    left: -1px;
    width: 3px;
    height: 30%;
    max-height: 100px;
    background-color: #08285b;
}

.sidebar-two .widget:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: 70%;
    height: 3px;
    background-color: #08285b;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sidebar-two .widget{
    background-color: #484a58;
}

.widget .widget__title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 15px;
}

.sidebar-two .widget .widget__title {
    color:#fff;
}

.widget-categories > .widget-content > ul > li > a {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 14px;
    color: #2b2e42;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 5px 83px 0 rgba(40,40,40,.04);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.widget-categories > .widget-content > ul > li{
    margin-bottom: 2px;
}
.widget-categories ul li a.active, .widget-categories ul li a:hover {
    background-color: #08285b;
    color: #fff;
}

.widget-categories ul li a .fa {
    font-size: 65%;
}

.breadcrumb-area {
    padding: 40px 0;
    background-color: #08285b;
    background: url(../images/background/special-offer-bg.png);
    position: relative;
}

.breadcrumb-area > .container{
    position: relative;
    z-index: 2;
}
.breadcrumb-area:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: rgba(255, 255, 255, 0.37);
    content: "";
}
.breadcrumb-wrapper{
    position: relative;
    padding: 13px 20px;
    background: #ffffff;
    border-radius: 4px;
    /* top: 13px; */
}

.breadcrumb-list {
    padding:0;
    margin: 0;
    font-size: 0;
    float: left;
}

.breadcrumb-list li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    color: #08285b;
    font-size: 15px;
    font-weight: 500;
}

.breadcrumb-list li:last-child{
    max-width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(5px);
}

.breadcrumb-list li a {
    color: #2b2e42;
    font-weight: 400;
}


.breadcrumb-list li a:after {
    content: "\f30b";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-weight: 600;
    margin-left: 10px;
    /* opacity: .7; */
    color: #bdbdbd;
}

.breadcrumb-list li a i {
    /* font-size: 14px; */
    opacity: .6;
}
.breadcrumb-list li:hover a {
    color: #08285b;
}
.content-text-block {
    padding-top: 45px;
    padding-bottom: 40px;
}

.breadcrumb-area .widget__title{
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    padding-left: 55px;
    position: relative;
}

.breadcrumb-area .widget__title:before{
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #fff;
    content: "";
    display: inline-block;
    /* line-height: 17px; */
    margin-top: 0px;
}

.content-text p {
    color: #585963;
    margin: 20px 0;
    font-size: 16px;
    line-height: 24px;
}

.page-image-block {
    position: relative;
    overflow: hidden;
}

.page-image-block img {
    -webkit-transition: all .5s linear .1s;
    -moz-transition: all .5s linear .1s;
    -ms-transition: all .5s linear .1s;
    -o-transition: all .5s linear .1s;
    transition: all .5s linear .1s;
    display: block;
    max-width: 100%;
    z-index: 2;
}

.page-image-block:after {
    background: rgba(34,34,34,.85);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 0.25rem !important;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
}

.page-image-block .zoom-icon svg{
    height: 60px;
    width: auto !important;
    position: absolute;
    z-index: 4;
    top:50%;
    left: 50%;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    margin: -30px 0 0 -30px;
    opacity: 0;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
}
.page-image-block a {
    display: block;
}
.page-image-block:hover:after {
    visibility: visible;
    opacity: 1;
}

.page-image-block:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.page-image-block:hover .zoom-icon svg {
    opacity: .7;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.borderless td, .borderless th {
    border: none;
}


.content-text p:first-child {
    margin-top: 0 !important;
}
.content-text p:last-child {
    margin-bottom: 0 !important;
}

.content-text ul:first-child{
    margin-top: 0 !important;
}

.content-text ul:last-child{
    margin-bottom: 0 !important;
}


ul.custom-ul{
    margin:20px 0;
    padding:0;
}

ul.custom-ul > li{
    list-style: none;
    display: block;
    position: relative;
    padding-left: 25px;
    color: #464646;
}

ul.custom-ul > li:before {
    position: absolute;
    left: 0;
    top: 10px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    content: "\f30b";
    color:#08285b;
    line-height: 4px;
    font-size: 20px;
}


ol.custom-ol  {
    margin:20px 0;
    padding:0;
    list-style: none;
    counter-reset: item;
}

ol.custom-ol  > li {
    list-style: none;
    counter-increment: item;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

ol.custom-ol > li:before {
    content: counter(item);
    background: #08285b;
    border-radius: 3px;
    color: #ffffff;
    width: 20px;
    text-align: center;
    display: inline-block;
    position: absolute;
    height: 20px;
    font-size: 14px;
    left: 0;
    top: 2px;
}


.box-with-left-border {
    position: relative;
    background: #f7fbff;
    border-left: 3px solid #08285b;
    padding: 25px;
}

.box-with-left-border.green {
    border-left-color: #157b41;
}

.box-with-bottom-border{
    position: relative;
    background: #f7fbff;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.box-with-bottom-border:after {
    position: absolute;
    bottom: -1px;
    width: 50%;
    height: 4px;
    background-color: #dae1e8;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.box-with-bottom-border:hover:after {
    left: 0;
    width: 100%;
    background-color: #08285b;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


.baskan-list img {
    height: 100px;
    width: auto;
    margin-right: 30px;
    padding: 5px;
    background-color: #fff;
    border:1px solid #efefef;
}

.baskan-list h5 {
    color:#484a58;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.box-two {
    padding: 20px;
    background: #eff2f5;
}

.box-two .title {
    position: relative;
    display: block;
    padding-bottom: 17px;
    margin-bottom: 23px;
}

.box-two .title:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    left: 0px;
    bottom: 0px;
    background: #08285b;
}
.box-two .title h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    transition: all 500ms ease;
    color: #383d63;
    margin: 0px;
}

.box-two .dotted-box .dotted {
    background: #08285b;
    position: absolute;
    left: 43px;
    width: 3px;
    height: 3px;
    bottom: 0px;
}

.box-two .dotted-box .dotted:nth-child(2) {
    left: 49px;
}

.box-two .dotted-box .dotted:last-child {
    left: 55px;
}

.file-download-list {
    position: relative;
    margin-bottom: -10px;
}

.file-download-list .files,
.file-download-list .files .file-icon,
.file-download-list .files .file-title,
.file-download-list .files .file-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.file-download-list .files{
    margin-bottom: 6px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.file-download-list .files .file-icon{
    font-size: 21px;
    color: #08285b;
    background: #feefe5;
    border-radius: 4px;
}
.file-download-list .files .file-icon,
.file-download-list .files .file-download{
    width: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.file-download-list .files .file-download {
    font-size: 14px;
    color: #333;
    border-left: 1px solid #feefe5;
    padding-left: 10px;
}

.file-download-list .files .file-download svg {
    height: 20px;
    width: auto;
}
.file-download-list .files .file-download svg{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.file-download-list .files:hover .file-download svg{
    animation: upToDown 1s linear;
    -moz-animation: upToDown 1s linear;
}

@keyframes upToDown {
    0%{
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    50%{
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    100%{
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes upToDown {
    0%{
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    50%{
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    100%{
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}


.file-download-list .files .file-title {
    padding: 10px 15px;
    flex: 1;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


.file-download-list .files .file-title h6 {
    margin:0;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.file-download-list .files:hover .file-title h6{
    color:#ccc;
}

.file-download-list .files:hover {
    background-color:#484a58;
}


.file-download-list .files:hover .file-download svg,
.file-download-list .files:hover .file-download svg *{
    fill:#fff;
}

.news-list-full {
    padding: 50px 0;
    position: relative;
    z-index: 2;
}

.thick-border{
    margin: 10px 0;
    border-bottom: 1px solid #6c6d79;
    border-top: 1px solid #363844;
    width: 70%;
}

.filter_area:before {
    height:3px;
    background-color: #08285b;
    top:-1.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70%;
    content: "";
    position: absolute;
}
.news-search button{
    border:0;
}

.news-search select.custom-select,
.news-search input{
    border: 1px solid #f3f3f3;
    height: calc(2.25rem + 12px);
}

.news-item {
    position: relative;
    padding: 0px;
    background-color: #fff;
    margin-bottom: 30px;
}

.news-item .lower-content{
    padding: 20px 25px;
    position: relative;
}

/*.news-item .lower-content:before{
    position: absolute;
    left: -1px;
    background-color: #c5c2bd;
    width: 2px;
    height: 50%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
}*/


.news-item .lower-content .title {
    font-size: 20px;
    line-height: 27px;
    color: #222f5a;
    padding-bottom: 24px;
    position: relative;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    max-height: 56px;
    overflow: hidden;
}
.news-item .lower-content .title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e0e0e0;
}
.news-item .news-tag{
    position: absolute;
    right: 0;
    bottom: 0;
    background:linear-gradient(90deg, #3871d6 0%, #08285b 100%);
    color: #fff;
    line-height: 30px;
    padding: 0 29px;
    font-size: 14px;
    font-weight: 700;
}

.news-item ul li {
    display: inline-block;
    font-size: 14px;
    color: #828282;
    font-weight: 500;
}

.news-item ul li .more i {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.news-item img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.news-item .overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.news-item .overlay i {
    position: absolute;
    z-index: 3;
    top:50%;
    left: 50%;
    color:#fff;
    text-align: center;
    font-size: 30px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.news-item p {
    color: #797979;
    font-size: 15px;
    line-height: 22px;
}

.news-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.news-item:hover .title {
    color:#08285b;
}

.news-item:hover .more i{
    padding-left: 10px;
}

.news-item:hover .overlay{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

}

.pagination-wrapper {
    text-align: center;
    /* margin: 40px 0; */
}

.pagination {
    display: inline-block;
    height: 55px;
    margin-top: 40px;
    padding: 0;
    border-bottom: 2px solid #a9a9a9;
}

.page-numbers {
    display: block;
    width: 60px;
    text-align: center;
    float: left;
    transition: 400ms ease;
    color: #595959;
    font-size: 17px;
    letter-spacing: 0.1em;
    line-height: 55px;
}
.page-numbers a{
    display: block;
}

.page-numbers.next {
    border-right: none;
}

.page-numbers:hover, .page-numbers.current,
.page-numbers a:hover, .page-numbers.current a{
    background-color: #08285b;
    color: #fff;
}



.page-numbers.prev:hover, .page-numbers.next:hover,
.page-numbers.prev a:hover, .page-numbers.next a:hover {
    background-color: transparent;
    color: #08285b;
}
.page-numbers.disabled,
.page-numbers.disabled:hover {
    background-color: transparent;
    color: #dad8d8;
}


.news-detail {
    padding:60px 0;
}
.news-detail .news-cat {
    padding: 5px 30px;
    background: #faede8;
    color: #08285b;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}

.short-detail {
    position: relative;
    display: block;
    background: #eff2f5;
    padding: 20px;
    margin: 25px 0;
    font-size: 18px;
    font-weight: 500;
}

.short-detail p {
    margin-bottom: 0;
}

.page-share-custom {
    display: block;
    padding:15px 15px 5px 15px;
    background-color: #eff2f5;
    margin-top: 30px;
}

.tag {
    list-style: none;
    margin: 0;
    padding:0;
    font-size: 0;
}
.tag li {
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tag li a {
    color: #08285b;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
    padding: 3px 12px;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 15px;
}

.tag li a:hover {
    color: #484848;
}

.sidebar-custom .file-download-list .files .file-download {
    padding-left: 7px;
    width: 30px;
}

.sidebar-custom .file-download-list .files .file-download svg {
    height: 20px;
}
.sidebar-custom  .file-download-list .files .file-title {
    padding: 10px 10px;
}
.sidebar-custom .file-download-list .files .file-icon {
    font-size: 20px;
    width: 40px;
}

.badge-lg {
    font-size: 15px;
    padding: 0.5em 1em;
}

.page-share-social {
    padding: 0;
    margin: 0;
    font-size: 0;
}

.page-share-social li {
    display: inline-block;
    margin-right: 10px;
}

.page-share-social li a {
    font-size: 14px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border:1px solid;

}

.page-share-social li:first-child a {
    color:#3559A5;
    border-color:#3559A5;
}
.page-share-social li:last-child a{
    color:#1C9DEB;
    border-color:#1C9DEB;
}
.sidebar-news-list {
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    padding: 12px 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-left: 3px solid transparent;

}
.sidebar-news-list img {
    width: 94px;
    /*height: 70px;*/
    margin-right: 10px;
    border-radius: 5px;
}

.sidebar-news-list .titles {
    font-size: 16px;
    font-weight: 500;
    color: #272f46;
    line-height: 20px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.sidebar-news-list .date {
    font-size: 14px;
    color: #616161;
    display: inline-block;
    margin-top: 5px;
}


.sidebar-news-list:hover {

    border-left-color: #08285b;
}

.sidebar-news-list:hover .titles{
    color: #08285b;
}





.hover-image-block {
    position: relative;
    overflow: hidden;
}

.hover-image-block img {
    -webkit-transition: all .5s linear .1s;
    -moz-transition: all .5s linear .1s;
    -ms-transition: all .5s linear .1s;
    -o-transition: all .5s linear .1s;
    transition: all .5s linear .1s;
    display: block;
    max-width: 100%;
    z-index: 2;
}

.hover-image-block:after {
    background: rgba(34,34,34,.85);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 0.25rem !important;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
}

.hover-image-block .zoom-icon svg{
    height: 60px;
    width: auto;
    position: absolute;
    z-index: 4;
    top:50%;
    left: 50%;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    margin: -30px 0 0 -30px;
    opacity: 0;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
}
.hover-image-block a {
    display: block;
}
.hover-image-block:hover:after {
    visibility: visible;
    opacity: 1;
}

.hover-image-block:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.hover-image-block:hover .zoom-icon svg {
    opacity: .7;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.side-append-images {
    position: relative;
    height: 300px;
}

.side-panel-elements {
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: 500px;
}


.side-panel-elements  .features-item{
    padding: 19px 8px 11px;
    margin-bottom: 15px;
}

.side-panel-elements .features-item svg {
    height: 53px;
}

.side-panel-elements .features-item .feature-title {
    margin-top: 10px;
    font-size: 15px;
    min-height: 35px;
    max-height: 35px;
    overflow: hidden;
}

.side-panel-content .questions-list{
    position: relative;
}

.side-panel-content .question a{
    position: relative;
    display: block;
    background-color: #484a58;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 7px 25px 7px 30px;
    line-height: 21px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.side-panel-content .question a:hover {
    background-color: #333;
}
.side-panel-content .question a:before {
    display: inline-block;
    width: 16px;
    height: 2px;
    background-color: #08285b;
    content:"";
    margin-right: 5px;
    position: absolute;
    top: 17px;
    left: 8px;
}
.side-panel-content .question a:after {
    font-family: "Font Awesome 5 Pro", sans-serif;
    width: 20px;
    height: 20px;
    color:#fff;
    text-align: center;
    line-height: 20px;
    content: "\f0da";
    font-weight: 900;
    display: block;
    position: absolute;
    border-radius: 100%;
    right: 2px;
    top: 50%;
    margin-top: -10px;
    font-size: 12px;
}

.all-video, .all-gallery {
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 2;
}

.all-video {
    right: 13%;
    top:30px;
}



.all-video a, .all-gallery a {
    display: inline-block;
    padding: 4px 15px;
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}


.all-video a:hover, .all-gallery a:hover {
    background-color: #fff;
    color:#08285b;
}

.widget-categories > .widget-content > ul > li > a.with-sub-menu.active{
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.widget-categories > .widget-content > ul > li > a.with-sub-menu i {
    display: none;
}
.widget-categories > .widget-content > ul > li > a.with-sub-menu:after {
    content: "\f107";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 25px;
    right: 10px;
    border-radius: 100%;
    background: #484a58;
    color: #fff;
    top: 13px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.widget-categories > .widget-content > ul > li > a.with-sub-menu.active:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


.sidebar ul.sidebar-submenu {
    padding: 13px;
    margin: 0px;
    display: none;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0 0 4px 4px;
    border-top: 0;
}
.sidebar ul.sidebar-submenu li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
}
.sidebar ul.sidebar-submenu li a {
    padding-left: 27px;
    border-bottom: 1px solid #efeeee;
    font-size: 15px;
    display: block;
    width: 100%;
    position: relative;
    padding-top: 9px;
    padding-bottom: 9px;
    color: #3d3e4a;
    /* font-weight: 500; */
    line-height: 20px;
}

.sidebar ul.sidebar-submenu li:last-child a {
    border: none;
}
.sidebar ul.sidebar-submenu li a.active,
.sidebar ul.sidebar-submenu li a:hover{
    background-color: transparent;
    color: #08285b;
}

.sidebar ul.sidebar-submenu li a:before {
    font-family: "Font Awesome 5 Pro", sans-serif;
    content: "\f0da";
    font-weight: 600;
    font-size: 12px;
    left: 15px;
    top: 10px;
    position: absolute;
    color: #08285b;
}

.team-item .content{
    padding: 15px;
}

.team-item .content h5 {
    color:#0d1f35;
}

.team-item img {
    height: 120px;
    padding: 10px;
    background-color: #efefef;
}

.team-item .content span {
    font-size: 15px;
    color: #08285b;
    font-weight: 500;
    position: relative;
    padding-left: 37px;
    transition: 0.3s;
}

.team-item .content span::before {
    position: absolute;
    content: "";
    background: #08285b;
    width: 23px;
    height: 2px;
    left: 0;
    bottom: 8px;
    transition: 0.3s;
}


.team-block .team-upper-part {
    position: relative;
    padding: 20px 15px;
    background: #eceef0;
    text-align: center;
}
.team-block .team-upper-part img {
    height: 150px;
    padding: 5px;
    background: #fff;
    box-shadow: -5px 5px 5px 0px rgba(0, 0, 0, 0.16)
}
.team-block .team-upper-part .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(33, 38, 49, 0.8);
    padding: 35px 40px 40px 40px;
    transform-origin: bottom;
    -webkit-transform: perspective(1em) rotateY(2deg);
    -moz-transform: perspective(1em) rotateY(2deg);
    -ms-transform: perspective(1em) rotateY(2deg);
    -o-transform: perspective(1em) rotateY(2deg);
    transform: perspective(2em) rotateX(2deg);
    transition: all ease-in-out 300ms;
    opacity: 0;
}

.team-block .team-upper-part .social-list {
    position: absolute;
    bottom: -34px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transition: all ease-in-out 300ms;
    opacity: 0;
    list-style: outside none none;
    padding: 0;
}

.team-block .team-upper-part .social-list li {
    margin: 0 !important;
}

.team-block .team-upper-part .social-list.vertical-style li a {
    border-radius: 4px;
    background: linear-gradient(45deg, #255583, #3871d6) !important;
    height: 34px;
    width: 34px;
    font-size: 14px;
    line-height: 34px;
    display: inline-block;
    color: #fff;
    text-align: center;
}

.team-block .team-bottom-part {
    background: #eceef0;
    padding: 20px 15px 15px;
    position: relative;
}

.team-block .team-bottom-part  h4 {
    color: #255583;
    margin: 0;
    font-size: 18px;
    line-height: 23px;
}
.team-block .team-bottom-part  h6 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #5c5c5d;
    margin: 6px 0 0 0;
}
.team-block .team-bottom-part:after {
    background: linear-gradient(45deg, #255583, #3871d6) !important;
    height: 5px;
    width: 50%;
    left: 0;
    top: 0;
    content: "";
    transition: all ease-in-out 300ms;
    position: absolute;
    right: 0;
    z-index: 0;
    margin: 0 auto;
}

.team-block:hover .team-upper-part .overlay {
    -webkit-transform: perspective(0em) rotateY(0deg);
    -moz-transform: perspective(0em) rotateY(0deg);
    -ms-transform: perspective(0em) rotateY(0deg);
    -o-transform: perspective(0em) rotateY(0deg);
    transform: perspective(0em) rotateY(0deg);
    opacity: 1;
}


.team-block:hover .team-upper-part .social-list {
    position: absolute;
    bottom: 30px;
    opacity: 1;
}

.team-block:hover .team-bottom-part:after {
    height: 100%;
    z-index: 0;
    width: 100%;
}

.team-block:hover .team-bottom-part .team-title {
    z-index: 1;
    color: #fff;
    position: sticky;
}

.team-block:hover .team-bottom-part .designation {
    z-index: 1;
    position: sticky;
    color: #fff;
}

.modal-detail-title {
    background-color: #484a58;
    padding: 10px 20px;
    font-weight: 500;
    color:#fff;
}

.team-detail-list {
    margin: 0;
    padding: 0;

}
.team-detail-list li {
    display: block;
    position: relative;
    padding: 10px 15px 10px 45px;
    background-color: #f7fbff;
    margin-bottom: 2px;
}

.team-detail-list li i {
    display: block;
    width: 35px;
    height: 100%;
    background: #3871d6;
    color: #333;
    position: absolute;
    left: 0;
    top: 0;
}
.bg-left-image{
    background: url('../images/background/white-lines.png') no-repeat left bottom;
}
.project-block-one {
    margin-bottom: 30px;
}
.project-block-one .inner-box {
    position: relative;
    display: block;
    background: #eff2f5;
    transition: all 500ms ease;
}

.project-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
}

.project-block-one .inner-box .image-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255,.2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.project-block-one .inner-box .image-box img {
    width: 100%;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: all;
    transition-property: all;
}

.project-block-one .inner-box .lower-content {
    position: relative;
    padding: 17px 20px 19px 20px;
}

.project-block-one .inner-box .lower-content .post-date {
    position: absolute;
    right: 20px;
    top: -47px;
    width: 70px;
    height: 58px;
    border-radius: 2px;
    text-align: center;
    padding: 3px 10px;
    z-index: 2;
    background: linear-gradient(45deg, #3871d6, #08285b) !important;
}

.project-block-one .inner-box .lower-content .post-date h2 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 33px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}

.project-block-one .inner-box .lower-content .post-date span {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}

.project-block-one .inner-box .lower-content h3 {
    margin-bottom: 12px;
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    transition: all 500ms ease;
    color: #08285b;
}

.project-block-one .inner-box .lower-content .post-info {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px;
    padding-bottom: 14px;
    margin-bottom: 28px;
    list-style: none;

}

.project-block-one .inner-box .lower-content .post-info:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    left: 0px;
    bottom: 0px;
    background: #3871d6;
}

.project-block-one .inner-box .lower-content .post-info li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    color: #555;
    margin-right: 20px;
}
.project-block-one .inner-box .lower-content .post-info li:before {
    position: absolute;
    content: '';
    background: #8a8b8c;
    width: 1px;
    height: 17px;
    top: 6px;
    right: -13px;
}

.project-block-one .inner-box .lower-content .post-info li a {
    display: inline-block;
    color: #555;
}

.project-block-one .inner-box .lower-content .link .more {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    color: #484a58;
}

.project-block-one .inner-box .lower-content .link .more i {
    position: relative;
    font-size: 16px;
    margin-left: 8px;
    color: #2d5883;
}

.project-block-one .inner-box:hover {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.project-block-one .inner-box:hover .image-box::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

.project-block-one .inner-box:hover .image-box img {
    transform: scale(1.05);
    opacity: 0.2;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}


.faq-box .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
    background: none;
    margin-bottom: 16px;
}

.faq-box .card-header {
    padding: 0;
    border-bottom: 0;
    background: none;
    border-radius: 0;
}


.faq-box .btn-link {
    display: block;
    font-size: 18px;
    border: 0;
    text-decoration: none;
    line-height: 1;
    font-weight: 500;
    padding: 20px 30px;
}

.faq-box .btn-link {
    background: #08285b;
    color: #ffffff;
    border-radius: 5px;
}

.faq-box .btn-link.collapsed {
    background: #26364a;
}
.faq-box .btn-link::before {
    content: "\f068";
    position: absolute;
    right: 24px;
    font-size: 16px;
    font-family: "Font Awesome 5 Pro";
    color: #ffffff;
    text-align: center;
    top: 20px;
}

.faq-box .btn-link.collapsed::before {
    content: "\f067";
}
.side-info-search input[type=text]{
    position: relative;
    width: 100%;
    border: 0;
    border-radius: 30px;
    background-color: #f3f3f3;
    padding: 10px 50px 10px 20px;
    text-align: center;
    font-size: 17px;
    color: #484a58;
}
.side-info-search button {
    border: 0;
    width: 34px;
    height: 33px;
    border-radius: 100%;
    background-color: #484a58;
    color: #fff;
    font-size: 13px;
    position: absolute;
    right: 9px;
    top: 6px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;

}

.side-info-search button:hover {
    background: #333;
}

.services-carousel.owl-carousel .owl-nav button.owl-prev,
.services-carousel.owl-carousel .owl-nav button.owl-next{
    background: linear-gradient(45deg, #252733, #484a58) !important;
}

.services-carousel.owl-carousel .owl-nav button.owl-prev.disabled,
.services-carousel.owl-carousel .owl-nav button.owl-next.disabled {
    opacity: .2 !important;
}

.title1 {
    font-weight: 700;
    color:#08285b;
}









.currency-block  .currency-item{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 33%;
}

.banner-notices {
    height: 53px;
    overflow: hidden;
}

.banner-notices  .swiper-container {
    width: 100%;
    height: 100%;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 21;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}


.banner-notices .notice-date {
    font-size: 17px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #00913d;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.banner-notices .notice-date .ripple{
    position: relative;
    overflow: hidden;
    border: 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner-notices .notice-title {
    height: 53px;
}
.banner-notices .notice-title h3 {
    color: #484a58;
    font-size: 16px;
    padding: 0 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.banner-notice-item:hover .notice-title h3 {
    color:#08285b;
}


.banner-notices .notice-date .ripple:after {
    content: '';
    mix-blend-mode: screen;
    position: absolute;
    top: 21px;
    left: 100%;
    width: 70px;
    height: 25px;
    background: #029e47;
    opacity: 0;
    border-radius: 100%;
    transform-origin: 50% 50%;
    animation: ripple 1.2s ease-out infinite;
    animation-delay: 1s;
}

.index-weather{
    padding: 6px 0;
}

.bottom-banner-area {
    background-color: #d0cfd6;
    background-image: url("../images/background/banner_area.png");
    background-size: cover;
    background-position: center top;
}



.bottom-banner-area .banner-item {
    background: #fff;
    padding: 25px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    -moz-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    text-align: center;
    -webkit-box-shadow: 0px 15px 12px 0px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0px 15px 12px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 15px 12px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 15px 12px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 15px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 12px 0px rgba(0, 0, 0, 0.2);
}

.bottom-banner-area .banner-item:hover {
    /* transform: translateY(-10px); */
}

.bottom-banner-area .banner-item:before {
    position: absolute;
    background: #08285b;
    width: 100%;
    height: 25px;
    border-radius: 50%;
    left: 0;
    content: "";
    bottom: -15px;
    opacity: 0.25;
    -moz-transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.bottom-banner-area .banner-item:hover img {
    animation: heartbeat .5s infinite alternate;
}

.bottom-banner-area .banner-item:hover:before {
    height: 115%;
    border-radius: 0;
    opacity: 0.05;
}

.bottom-banner-area .banner-item:hover i,
.bottom-banner-area .banner-item:hover h4,
.bottom-banner-area .banner-item:hover p {
    z-index: 2;
    position: relative;
}

.bottom-banner-area .features-link {
    color: #08285b;
    margin-top: 20px;
    display: inline-block;
    text-decoration: underline;
}

.bottom-banner-area .banner-item i:before {
    margin: 0;
    color: #3871d6;
    font-size: 50px;
    line-height: 50px;
    display: block;
    vertical-align: middle;
    -moz-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
}

.bottom-banner-area .banner-item .feature-title {
    margin-top: 20px;
    margin-bottom: 0;
    color: #484a58;
    font-weight: 600;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
}
.bottom-banner-area .banner-item img {
    height: 70px;
    width: auto;
    max-width: inherit;
}
@keyframes ripple {
    0%, 35% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        transform: scale(4);
    }
}
.block-title{
    padding: 15px 17px 15px 55px;
    margin-bottom: 30px;
    border-radius: 30px;
    position: relative;
}
.block-title i{
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    left: 8px;
    top: 8px;
    border-radius: 100%;
}
.block-title.one {
    background-color: #04a763;
}
.block-title.two {
    background-color: #fd8c00;
}
.block-title.three {
    background-color: #0e0e0e;
}

.block-title.one i {
    color: #04a763;
}
.block-title.two  i{
    color: #fd8c00;
}
.block-title.three i {
    color: #0e0e0e;
}


.event-image {
    float: initial;
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-right: 0;
    margin-bottom: 6px;
}
.event-image img {
    height: 200px;
}
.event-carousel .owl-nav button.owl-prev, .event-carousel .owl-nav button.owl-next {
    top: 50%;
    margin-top: -20px;
}
.event-carousel .owl-nav button.owl-next {
    right: 0px;
}
.event-carousel .owl-nav button.owl-prev {
    right: initial;
    left: 0px;
}

.event-item .event-image .post-date .date {
    font-size: 19px;
    line-height: 18px;
}

.event-item .event-image .post-date .month {
    font-size: 15px;
}

.event-item .event-image .post-date {
    width: 65px;
    height: 55px;
}

.event-carousel .owl-nav{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;

}
.event-carousel:hover .owl-nav{
    opacity: 1;
    visibility: visible;
}


.fair-item img {
    height: 80px;
    width: auto !important;
    max-width: inherit !important;
    margin-right: 15px;
}

.line-clamp-three {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fair-item {
    padding: 20px;
    background-color: #edeef7;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 5px;
}

.fair-item:hover {
    background-color: #484a58;
}

.fair-item .title {
    font-size: 19px;
    line-height: 21px;
    color: #0e0e0e;
    margin: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.fair-item:hover .title{
    color:#fff;
}

.fair-dates .icon{
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 100%;
    color: #08285b;
    margin-right: 4px;
    text-align: center;
    line-height: 32px;
}

.fair-dates .date {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.fair-item:hover .fair-dates .date {
    color: #fff;
}


.swiper-fairs {
    height: 400px;
    position: relative;
}

.swiper-fairs .swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-fairs-buttons {
    position: absolute;
    top: 50%;
    right: -16px;
    background: transparent;
    font-size: 0;
    z-index: 5;
    transform: translateY(-50%);
}

.swiper-fairs-buttons .button {
    font-size: 20px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    width: 35px;
    background: linear-gradient(45deg, #3871d6, #08285b) !important;
    -moz-transition: all 600ms ease 0ms;
    -webkit-transition: all 600ms ease 0ms;
    -ms-transition: all 600ms ease 0ms;
    -o-transition: all 600ms ease 0ms;
    transition: all 600ms ease 0ms;
    color: #fff;
    margin-bottom: 7px;
    cursor: pointer;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
}

.swiper-fairs-buttons .button:last-child{
    margin-bottom: 0;
}

.swiper-fairs:hover  .swiper-fairs-buttons .button{
    opacity: 1;
    visibility: visible;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

@media screen and (max-width: 800px) {

  
}
  
  #intro .carousel-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  #intro .carousel-background img {
    max-width: 100%;
  }
  
  #intro .carousel-content {
    text-align: center;
  }
  
  #intro h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
  }
  
  #intro p {
    width: 80%;
    margin: 0 auto 30px auto;
    color: #fff;
  }
  
  #intro .carousel-fade {
    overflow: hidden;
  }
  
  #intro .carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity;
  }
  
  #intro .carousel-fade .carousel-inner .carousel-item,
  #intro .carousel-fade .carousel-inner .active.carousel-item-left,
  #intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
  }
  
  #intro .carousel-fade .carousel-inner .active,
  #intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
  #intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
    
  }
  
  #intro .carousel-fade .carousel-inner .carousel-item-next,
  #intro .carousel-fade .carousel-inner .carousel-item-prev,
  #intro .carousel-fade .carousel-inner .active.carousel-item-left,
  #intro .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 10%;
  }
  
  #intro .carousel-control-next-icon,
  #intro .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
  }
  
  #intro .carousel-indicators li {
    cursor: pointer;
  }
  
  #intro .btn-get-started {
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #011F5D;
  }
  
  #intro .btn-get-started:hover {
    background: #fff;
    color: #011F5D;
  }
  
  .carousel-caption{
      transform: translateY(-35%);
      bottom: initial;
      top: 50%;
      
  }