html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #888888;
    overflow-x: hidden;
}

.img,
img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fix {
    overflow: hidden;
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

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

a,
button {
    color: inherit;
    outline: medium none;
}

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

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    color: #222;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: normal;
    line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 700;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
    font-weight: 400;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    color: #888888;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #222;
    color: #ffffff;
    text-shadow: none;
}

 ::-moz-selection {
    background: #222;
    color: #ffffff;
    text-shadow: none;
}

 ::selection {
    background: #222;
    color: #ffffff;
    text-shadow: none;
}


/*--
    - Input Placeholder
-----------------------------------------*/

*::-moz-placeholder {
    color: #222;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #222;
    font-size: 14px;
    opacity: 1;
}


/*--
    - Common Classes
-----------------------------------------*/

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}


/*--
    - Background color
-----------------------------------------*/

.grey-2-bg {
    background: #f7f7f7;
}

.grey-bg {
    background: #f0f0f0;
}


/*--
    - color
-----------------------------------------*/

.white-color {
    color: #ffffff;
}

.black-color {
    color: #222;
}

.theme-color {
    color: #f36233;
}


/* scrollUp */

#scrollUp {
    background: #222;
    height: 40px;
    width: 40px;
    right: 50px;
    bottom: 77px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 0;
    padding: 9px;
}

#scrollUp:hover {
    background: #333;
}


/*--
    - Overlay
------------------------------------------*/

[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

[data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
}


/*-- Overlay Color --*/

[data-overlay="light"]::before {
    background-color: #ffffff;
}

[data-overlay="dark"]::before {
    background-color: #222;
}


/*-- Overlay Opacity --*/

[data-opacity="1"]::before {
    opacity: 0.1;
}

[data-opacity="2"]::before {
    opacity: 0.2;
}

[data-opacity="3"]::before {
    opacity: 0.3;
}

[data-opacity="4"]::before {
    opacity: 0.4;
}

[data-opacity="5"]::before {
    opacity: 0.5;
}

[data-opacity="6"]::before {
    opacity: 0.6;
}

[data-opacity="7"]::before {
    opacity: 0.7;
}

[data-opacity="8"]::before {
    opacity: 0.8;
}

[data-opacity="9"]::before {
    opacity: 0.9;
}


/* 2 header */

.sticky {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 20;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #f0f0f0;
}

.header-info h5 {
    color: #ffffff;
    background: #f36233;
    margin-bottom: 0;
    padding: 22px 71px;
    text-transform: uppercase;
    font-size: 16px;
}

.header-text {
    overflow: hidden;
    position: static;
    right: 11px;
    top: 17px;
}

.header-text ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-text ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #aeaeae;
}

.header-icon {
    margin-left: 110px;
}

.header-icon a {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    transition: .3s;
    height: 35px;
    width: 35px;
    line-height: 0;
    background: #47639e;
    border-radius: 50%;
    padding: 11px;
}

.header-icon a:last-child {
    margin-right: 0;
}

.header-icon a.twitt {
    background: #00abf0;
}

.header-icon a.instagra {
    background: #405de6;
}

.header-icon a.youtub {
    background: #f36233;
}

.menu-bar a {
    background: #040d33;
    padding: 22px 29px;
    display: inline-block;
}

.menu-bar a i {
    font-size: 24px;
    color: #fff;
    transition: .3s;
}


/* extra info */

.extra-info {
    background: #152136;
    height: 100%;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.7s ease 0s;
    width: 340px;
    z-index: 9999;
    transform: translateX(100%);
    padding-bottom: 40px;
}

.extra-info.info-open {
    transform: translateX(0);
}

.extra-info-left {
    right: inherit;
    left: 0;
    transform: translateX(-100%);
}

.extra-info.extra-info-left.info-open {
    transform: translateX(0);
}

.close-icon {
    margin-top: -16px;
    text-align: right;
}

.close-icon>button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #f36233;
    cursor: pointer;
    font-size: 20px;
    padding: 0;
}

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

.extra-info.extra-info-left.info-open {
    transform: translateX(0);
}

.social-icon-right>a {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}

.social-icon-right>a:hover {
    color: #f36233;
}

.instagram {
    overflow: hidden;
    margin: 0 -4px;
}

.instagram>a {
    float: left;
    width: 33.33%;
    padding: 0 4px;
    margin-bottom: 7px;
}

.side-info {
    border-top: 1px solid #344159;
    padding-top: 25px;
}

.contact-list h4 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.contact-list p {
    color: #fff;
    opacity: .5;
    margin: 0;
    margin-bottom: 5px;
    line-height: 28px;
}

.side-menu ul li:hover a {
    color: #f36233;
}


/* menu */

.main-menu nav>ul>li {
    display: inline-block;
    position: relative;
}

.main-menu nav>ul>li>a {
    display: block;
    font-size: 14px;
    padding: 29px 16px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: transparent;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
}

.main-menu nav>ul>li:hover>a,
.main-menu nav>ul>li.active>a {
    color: #f36233;
    background: #f7f7fd;
}

.main-menu>nav>ul>li>a::before {
    background: #f36233;
    content: "";
    height: 2px;
    position: absolute;
    top: 0;
    width: 0;
    transition: .5s;
    left: 0;
}

.main-menu>nav>ul>li:hover>a::before,
.main-menu>nav>ul>li.active>a::before {
    width: 100%;
}


/* sub-menu */

.main-menu nav>ul>li .sub-menu {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 120%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: 9;
    border-top: 3px solid #f36233;
    text-align: left;
}

.main-menu nav>ul>li:hover .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-menu nav>ul>li .sub-menu li {
    display: block;
}

.main-menu nav>ul>li .sub-menu li a {
    color: #666666;
    font-size: 14px;
    margin: 0;
    padding: 13px 20px;
    text-transform: capitalize;
    display: block;
}

.main-menu nav>ul>li:hover>.sub-menu li>a:hover {
    color: #fff;
    background: #f36233;
}

.event-img img {
    width: 100%;
}

.section-title {
    border-bottom: 1px solid #e1e1e1
}

.section-title h4 {
    width: 190px;
    font-size: 20px;
    padding-bottom: 13px;
    margin-bottom: 0;
    text-transform: capitalize;
    border-bottom: 1px solid #f44336;
}

.section-2 {
    overflow: hidden;
}

.area-title {
    position: relative;
}

.area-title h3 {
    color: #ffffff;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.area-title::before {
    position: absolute;
    height: 1px;
    width: 30px;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    background: #ffffff;
    bottom: 0;
}

.news-button a {
    color: #f36233;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    border-bottom: 2px solid #f36233;
    line-height: 1;
    display: inline-block;
}

.news-02-button a {
    color: #222;
    border-bottom: 2px solid #222;
}

.latest-news-button a {
    color: #f36233;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
}

.latest-news-button a i {
    padding-left: 5px;
}

.latest-newss-button a {
    color: #222;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
}

.latest-newss-button a i {
    padding-left: 5px;
}

.committee-members-img::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.904) 100%); */
}

.committee-members-img>a img {
    width: 100%;
}

.event-btn {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 18px 16px;
    line-height: 1;
    display: inline-block;
    margin-left: 20px;
}

.event-btn>a:hover {
    color: #ffffff;
}

.social-icon a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin-right: 4px;
    transition: .3s;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 5px;
}

.social-icon a:last-child {
    margin-right: 0;
}

.fb {
    background: #1f3d7c;
}

.twit {
    background: #008de4;
}

.insta {
    background: #f36233;
}

.pin {
    background: #990011;
}

.google {
    background: #df3520;
}

.dribbble {
    background: #fb2578;
}

.app {
    background: #00a276;
}

.behance {
    background: #008de4;
}

.insta1 {
    background: #405de6;
}

.youtub {
    background: #ec2828;
}

.banner-2-img>a img {
    width: 100%;
}

.members-msg .owl-nav div {
    color: #b5b5b5;
    font-size: 14px;
    position: absolute;
    top: -68px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 400;
    border: 1px solid #e2e2e2;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    right: 16px;
}

.members-msg .owl-nav div.owl-prev {
    right: 48px;
}

.members-msg .owl-nav div {
    border-color: #040d33;
    color: white;
    background-color: #040d33;
}

.members-msg .owl-nav div:hover {
    border-color: #f36233;
    color: #f36233;
}

.members-msg .owl-nav div {
    color: #b5b5b5;
    font-size: 9px;
    position: absolute;
    top: -28px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 400;
    border: 1px solid #e2e2e2;
    height: 20px;
    width: 20px;
    text-align: center;
    padding: 0;
    right: 16px;
    border-radius: 3px;
    line-height: 17px;
}

.members-msg .owl-nav div.owl-prev {
    right: 39px;
}

.members-msg .owl-nav div:hover {
    border-color: #040d33;
    color: #040d33;
    background-color: white;
}

.hero-post-item-2 .post-sm-img>a img {
    width: 120px;
    height: 90px;
}

.committee-members-content span {
    font-size: 14px;
    margin-right: 10px;
}

.committee-members-content span:last-child {
    margin-right: 0;
}

.committee-members-content span>a i {
    margin-right: 4px;
}

.hero-post-item-3 .post-sm-img>a img {
    width: 90px;
    height: 90px;
}

.hero-big {
    max-width: 80%;
    flex: 0 0 80%;
}

.hero-sm {
    max-width: 20%;
    flex: 0 0 20%;
}

.event-img>a img {
    width: 100%;
}

.event-text {
    margin-top: -25px;
}

.event-text h4 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 13px;
}

.event-text h4>a {
    color: #222;
    transition: .3s;
}

.event-text h4>a:hover {
    color: #f36233;
}

.event-text P {
    margin-bottom: 10px;
}

.event-text .committee-members-content span {
    margin-right: 14px;
}

.news-02-active .owl-nav div {
    color: #b5b5b5;
    font-size: 9px;
    position: absolute;
    top: -68px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 400;
    border: 1px solid #e2e2e2;
    height: 20px;
    width: 20px;
    text-align: center;
    padding: 4px;
    right: 16px;
    border-radius: 3px;
}

.event-04-text {
    margin-top: 10px;
}

.event-04-text h4 {
    font-size: 24px;
}

.event-04-text p {
    margin-bottom: 10px;
    margin-right: 57px;
}

.news-02-active .owl-nav div.owl-prev {
    right: 38px;
}

.news-02-active .owl-nav div {
    border-color: #040d33;
    color: white;
    background-color: #040d33;
}

.news-02-active .owl-nav div:hover {
    border-color: #040d33;
    color: #040d33;
    background-color: white;
}

.news-03-active .owl-nav div {
    color: #b5b5b5;
    font-size: 9px;
    position: absolute;
    top: -68px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 400;
    border: 1px solid #e2e2e2;
    height: 20px;
    width: 20px;
    text-align: center;
    padding: 4px;
    right: 16px;
    border-radius: 3px;
}

.news-03-active .owl-nav div.owl-prev {
    right: 40px;
}

.news-03-active .owl-nav div:hover {
    border-color: #f36233;
    color: #f36233;
}

.committee-members .owl-nav div {
    color: #b5b5b5;
    font-size: 9px;
    position: absolute;
    top: -68px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 400;
    border: 1px solid #e2e2e2;
    height: 20px;
    width: 20px;
    text-align: center;
    padding: 4px;
    right: 16px;
    border-radius: 3px;
}

.committee-members .owl-nav div.owl-prev {
    right: 39px;
}

.committee-members .owl-nav div:hover {
    border-color: #f36233;
    color: #f36233;
}

.breaking-bg {
    padding: 30px 50px 10px;
}

.layout-text h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.layout-link li {
    padding-bottom: 11px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 18px;
    position: relative;
}

.layout-link li::before {
    height: 8px;
    width: 8px;
    background: #f36233;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 7px;
}

.member-img {
    margin-bottom: 35px;
    margin-right: 30px;
}

.member-text {
    margin-top: 10px;
}

.member-text h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.member-text h4 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}

.member-text p {
    margin-bottom: 15px;
}

.conatct-post-form {
    padding: 50px;
}

@media (max-width: 767px) {
    .conatct-post-form {
        padding: 20px;
    }
}

.conatct-post-form input {
    border: none;
    height: 60px;
    margin-bottom: 20px;
    padding: 0 30px;
    width: 100%;
    font-size: 14px;
    color: #a7a7c1;
}

.conatct-post-form textarea {
    border: none;
    height: 150px;
    margin-bottom: 20px;
    padding: 30px;
    width: 100%;
    color: #a7a7c1;
    font-size: 14px;
}

#contacts-form input::-moz-placeholder {
    color: #a7a7c1;
    font-size: 14px;
}

#contacts-form input::placeholder {
    color: #a7a7c1;
    font-size: 14px;
}

#contacts-form textarea::-moz-placeholder {
    color: #a7a7c1;
    font-size: 14px;
}

#contacts-form textarea::placeholder {
    color: #a7a7c1;
    font-size: 14px;
}

.contact-icon {
    position: relative;
}

.contact-icon::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    right: 30px;
    color: #f36233;
    top: 18px;
}

.contact-icon::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    right: 30px;
    color: #f36233;
    top: 18px;
}

.contacts-message::after {
    content: "\f303";
}

.contacts-name::after {
    content: "\f007";
}

.contacts-email::after {
    content: "\f0e0";
}

.contacts-phone::after {
    content: "\f095";
}

.contacts-website::after {
    content: "\f0ac";
}

.conatct-post-form button {
    color: #ffffff;
    line-height: 1;
    padding: 21px 122px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    transition: .3s;
    border: none;
    cursor: pointer;
    transition: .3s;
}

.conatct-post-form button:hover {
    background: #f36233;
}


/* 04. footer */

.footer-wrapper {
    overflow: hidden;
}

.footer-title {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 26px;
}

.footer-text p {
    color: #c3cdf4;
    margin-bottom: 32px;
}

.footer-icon a {
    font-size: 13px;
    margin-right: 6px;
    height: 30px;
    width: 30px;
    line-height: 0;
    padding: 8px;
}

.footer-link ul li {
    padding-bottom: 7px;
}

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

.footer-link ul li a {
    color: #c3cdf4;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
}

.footer-link ul li a:hover {
    color: #f36233;
    border-bottom: 1px solid #f36233;
}

.footer-info li {
    padding-bottom: 17px;
}

.footer-info li:last-child {
    padding-bottom: 0;
}

.footer-info li span {
    font-size: 14px;
    font-weight: 400;
    color: #c3cdf4;
}

.footer-info li span i {
    color: #f36233;
    margin-right: 6px;
}

.footer-info-link li {
    padding-bottom: 13px;
}

.footer-info-link li:last-child {
    padding-bottom: 0;
}

.footer-info-icon i {
    font-size: 14px;
    color: #f36233;
}

.footer-content {
    overflow: hidden;
}

.footer-content p {
    color: #c3cdf4;
    line-height: 26px;
    margin-bottom: 0;
}

.footer-content p a {
    color: #f36233;
}

.footer-border-top {
    border-top: 1px solid #1e2a5d;
}

.footer-bottom-link {
    margin-bottom: 5px;
}

.footer-bottom-link a {
    color: #c3cdf4;
    font-size: 14px;
    transition: .3s;
    font-weight: 400;
    padding: 0 9px;
}

.footer-bottom-link a:hover {
    color: #f36233;
}

.footer-bottom-link a:last-child {
    padding-right: 0;
}

.footer-bottom-link a:first-child {
    padding-left: 0;
}

.copyright p {
    margin-bottom: 0;
    color: #c3cdf4;
}

.copyright p a {
    color: #f36233;
}

.footer-img a {
    float: left;
    margin-right: 20px;
}

.footer-img a:last-child {
    margin-right: 0;
}


/* 05. testimonial */

.members-message-wrapper {
    padding: 33px 40px 38px 35px;
    border: 1px solid #e5e5e5;
}

.clientsay-name {
    overflow: hidden;
}

.members-message-text p {
    margin-bottom: 21px;
}

.client-say-content {
    padding-top: 3px;
    overflow: hidden;
}

.client-say-img {
    float: left;
    margin-right: 15px;
}

.client-say-img img {
    border-radius: 50%;
}

.client-say-content h4 {
    font-size: 18px;
    margin-bottom: 0;
}

.client-say-content span {
    font-size: 13px;
    color: #f36233;
    font-weight: 400;
    text-transform: uppercase;
}


/* committee members */

.members-details-text {
    position: absolute;
    bottom: 0;
    z-index: 9;
    padding: 20px 20px 16px;
    background-color: #040d3359;
}

.members-details-text .name-member a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 11px 16px;
    line-height: 1;
    display: inline-block;
    background-color: rebeccapurple;
}


/* 07. breadcrumb */

.breadcrumb-bg {
    background-position: center center;
    background-size: cover;
}

.breadcrumb-text {
    position: relative;
    z-index: 1;
}

.breadcrumb-text>h1 {
    font-size: 50px;
    margin-bottom: 15px;
    text-transform: capitalize;
    line-height: 1;
    color: #ffffff;
}

.breadcrumb-menu li {
    display: inline-block;
    position: relative;
    padding: 0 23px;
}

.breadcrumb-menu li a {
    font-weight: 500;
    color: #ffffff;
    font-size: 24px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/* 08. team */

.team-img {
    position: relative;
}

.team-img img {
    width: 100%;
}

.team-img::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #222;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .3s;
}

.team-wrapper:hover .team-img::before {
    opacity: .4;
}

.team-icon {
    position: absolute;
    text-align: center;
    bottom: 20px;
    transition: .3s;
    opacity: 0;
    right: 0;
    left: 0;
    transition: .3s;
}

.team-icon a {
    font-size: 13px;
    transition: .3s;
    margin: 0 4px;
    height: 36px;
    width: 36px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    color: #ffffff;
}

.team-icon-inner {
    display: inline-block;
    background: #040d33;
    padding: 12px 25px;
    transition: .3s;
}

.team-wrapper:hover .team-icon {
    opacity: 1;
    bottom: 0;
}

.team-text {
    margin-top: 25px;
}

.team-text h4 {
    margin-bottom: 1px;
    font-size: 18px;
    margin-top: 3px;
    letter-spacing: 2px;
}

.team-text span {
    color: #656565;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}

.team-2-img img {
    width: 100%;
}

.team-sction span {
    color: #f36233;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.team-sction h1 {
    font-size: 45px;
    margin-bottom: 0;
    margin-top: 20px;
}


/* 09. about */

.about-wrapper {
    margin-top: 30px;
}

.sub-t-left {
    padding-left: 20px;
}

.area-bold-title>span {
    color: #f36233;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.area-bold-title h1 {
    font-size: 45px;
    margin-bottom: 0;
    margin-top: 21px;
}

.area-bold-title p {
    margin-right: 54px;
    margin-top: 24px;
    margin-bottom: 0;
}

.b-sm-left-1 {
    height: 3px;
    width: 15px;
    background: #f36233;
    left: 0;
    display: inline-block;
    position: relative;
    top: -3px;
}

.b-sm-left-2 {
    height: 3px;
    width: 40px;
    background: #f36233;
    display: inline-block;
    top: -3px;
    position: relative;
    left: 5px;
}

.about-img {
    margin-left: 70px;
}

.about-img img {
    width: 100%;
}


/* 10. btn */

.btn {
    background: #f36233;
    color: #ffffff;
    line-height: 1;
    padding: 22px 44px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    transition: .3s;
    border: none;
    cursor: pointer;
    transition: .3s;
}

.btn i {
    padding-left: 5px;
}

.btn:hover {
    background: #222;
    color: #ffffff;
}


/* 12. contact */

.contact-address-wrapper {
    margin-right: 66px;
}

.contact-address-wrapper .section-title h4 {
    font-size: 20px;
}

.contact-us-wrapper .section-title h4 {
    font-size: 20px;
}

.contact-address-link li {
    padding-bottom: 41px;
}

.contact-address-link li:last-child {
    padding-bottom: 0;
}

.contact-address-icon {
    margin-top: 6px;
}

.contact-address-text span {
    font-size: 16px;
    font-weight: 500;
}

.contacts-us-form input {
    border: 1px solid #ececec;
    height: 70px;
    margin-bottom: 30px;
    padding: 0 28px;
    width: 100%;
    font-size: 15px;
    color: #888888;
    font-weight: 500;
    border-radius: 5px;
}

.contacts-us-form textarea {
    border: 1px solid #ececec;
    height: 150px;
    margin-bottom: 30px;
    padding: 28px;
    width: 100%;
    font-size: 15px;
    color: #888888;
    font-weight: 500;
    border-radius: 5px;
}

.contacts-us-form input:focus {
    border-color: #f36233;
}

.contacts-us-form textarea:focus {
    border-color: #f36233;
}

#contacts-us-form input::-moz-placeholder {
    font-size: 15px;
    color: #888888;
    font-weight: 500;
}

#contacts-us-form input::placeholder {
    font-size: 15px;
    color: #888888;
    font-weight: 500;
}

#contacts-us-form textarea::-moz-placeholder {
    font-size: 15px;
    color: #888888;
    font-weight: 500;
}

#contacts-us-form textarea::placeholder {
    font-size: 15px;
    color: #888888;
    font-weight: 500;
}

.contacts-icon {
    position: relative;
}

.contacts-icon::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    right: 25px;
    color: #f36233;
    top: 22px;
}

.contactss-message::after {
    content: "\f303";
}

.contactss-name::after {
    content: "\f007";
}

.contactss-email::after {
    content: "\f0e0";
}

.contactss-phone::after {
    content: "\f095";
}

.contactss-website::after {
    content: "\f0ac";
}

.contacts-us-form-button .btn {
    padding: 23px 74px 25px;
}

span.breaking-news:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: #f44336;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
    right: -7px;
}

span.breaking-news {
    display: inline-block;
    float: left;
    position: relative;
    margin-right: 25px;
    color: #ffffff;
    font-size: 11px;
    line-height: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 14px;
    padding-right: 17px;
    background: #f44336;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

span.new-news {
    display: inline-block;
    float: left;
    color: #ffffff;
    font-size: 9px;
    line-height: 9px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    padding: 8px;
    background: #222222;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin: 1px 10px 0 0;
}


/* logo  */

.standard-logo.navbar-brand img{
    max-height: 100px;
}

.logo {
    display: inline-block;
    margin: auto;
    padding: 12px;
}

.post-box-join {
    padding: 25px 15px;
    background-color: #040d33;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    color: white;
}


/* new gallery */

#demo {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.modal-header {
    border-bottom: none;
}

.modal-title {
    color: #000;
}

.modal-footer {
    display: none;
}

.no-border {
    border-bottom: none !important;
}

#gallery-area .col-xl-3,
#gallery-area .col-lg-3,
#gallery-area .col-md-4,
#gallery-area .col-sm-6,
#gallery-area .col-xs-6 {
    padding: 0;
}

#single-event-gallery .col-xl-4,
#single-event-gallery .col-lg-4,
#single-event-gallery .col-md-6,
#single-event-gallery .col-sm-6,
#single-event-gallery .col-xs-6 {
    padding: 0;
}


/* main slider  */

.slider-active .slider-content {
    position: absolute;
    top: 25%;
    padding-right: 0;
    margin-right: 0;
    background-color: #00000059;
    padding: 71px 29px 60px 29px;
    width: 100%;
}

.slider-active .slider-content h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 2px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.8;
}

.slider-active .col-xl-12 {
    padding-left: 0;
    padding-right: 0;
}