@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: normal;
    font-weight: 300;
    overflow-x: hidden;
    font-family: 'Rubik', sans-serif;
}

*:focus {
    outline: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none !important;
}


/*==============================*/


/*		Common styles here		*/


/*==============================*/

.clearfix {
    clear: both;
}

.full_width {
    float: left;
    width: 100%;
}

input[type="text"],
textarea,
select,
input[type="number"],
input[type="email"],
input[type="password"],
.img_fit img {
    float: left;
    width: 100%;
}

.relative {
    position: relative;
}

.img_fit img {
    width: 100%;
    float: left;
}

.outer_box {
    width: 100%;
    max-width: 1440px;
    display: block;
    margin: 0 auto;
    float: none;
}

.italic_ {
    font-style: italic !important;
}

.container-fluid {
    max-width: 1325px;
}


/*==============================*/


/*		Header styles here		*/


/*==============================*/

header {
    padding-top: 14px;
    position: fixed;
    z-index: 999;
    background: #fff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.top_header {
    text-align: right;
    padding-bottom: 24px;
}

.top_header a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-align: left;
    color: #e30020;
    margin-top: 15px;
}

.top_header a span.icon_ {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: #e30020;
    color: #fff;
    text-align: center;
    font-size: 25px;
    padding-top: 9px;
}

.top_header a span {
    display: inline-block;
    vertical-align: middle;
    line-height: 23px;
}

.top_header a span:last-child {
    font-weight: 500;
    padding-left: 14px;
}

.phone_ {
    margin-right: 30px;
}

.bottom_nav .navbar {
    padding-right: 0;
    padding-bottom: 0;
}

.bottom_nav .navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 13px;
}

.bottom_nav .navbar-nav .nav-item:last-child {
    padding-right: 0;
}

.bottom_nav .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
    color: #000;
    padding: 13px 0;
    font-weight: 400;
}

.bottom_nav .dropdown-toggle::after {
    display: none;
}

header .dropdown-menu {
    border-radius: 0;
    border: none;
    background: #e30020;
}

.bottom_nav .dropdown-item {
    color: #fff;
}

.bottom_nav .dropdown-item:hover {
    background: none;
}

a.logo {
    margin-top: 35px;
    display: inline-block;
}

.bottom_nav .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    border-bottom: 2px solid #e30020;
}

header.sticky_header {
    padding-top: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

header.sticky_header .top_header {
    padding-bottom: 0;
}

header.sticky_header a.logo {
    margin-top: 15px;
}


/* banner */

.carousel-control-prev img,
.carousel-control-next img {
    width: 32px;
    height: 22px;
}

.carousel-control-next {
    justify-content: flex-end;
    padding-right: 30px;
}

.carousel-control-prev {
    justify-content: start;
    padding-left: 30px;
}

.banner_text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 100px;
}

.banner_text h4 {
    font-size: 80px;
    color: #f60c2d;
    font-weight: 0;
    top: -500px;
    opacity: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.banner_text h5 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 10px;
    top: -200px;
    opacity: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.banner_section .carousel-item.active .banner_text h4 {
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    top: 0;
    opacity: 9;
}

.banner_section .carousel-item.active .banner_text h5 {
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    top: 0;
    opacity: 9;
}


/* about */

.texture_cover {
    min-height: 500px;
    background: url(../images/icons/texture.png) left top repeat;
}

.about_ozanam {
    padding-bottom: 90px;
}

.about_ozanam h3 {
    font-size: 48px;
    color: #e30020;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 14px;
}

.about_ozanam h4 {
    font-size: 18px;
    color: #131313;
    font-weight: 400;
    line-height: 29px;
}

.about_ozanam p {
    font-size: 18px;
    color: #131313;
    font-weight: 300;
    max-width: 560px;
    line-height: 29px;
    padding: 20px 0 0 0;
}

.about_ozanam h2 {
    font-size: 20px;
    color: #131313;
    font-weight: 500;
    max-width: 560px;
    line-height: 29px;
    padding: 40px 0 0 0;
}

.pro_area {
    margin: 34px 0;
}

.pro_area img,
.pro_area h5 {
    display: inline-block;
    vertical-align: bottom;
    border-radius: 5px;
}

.about-team img {
    border-radius: 5px;
}

.pro_area h5 {
    font-size: 18px;
    color: #131313;
    font-weight: 400;
    padding-left: 29px;
    padding-bottom: 10px;
}

.pro_area h5 span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    padding: 9px 0 0 0;
    font-style: italic;
}

.about_ozanam a {
    font-size: 18px;
    color: #e30020;
    display: inline-block;
    background: url(../images/icons/red_right_arrow.png) left bottom 2px no-repeat;
    padding-left: 30px;
    margin-top: 5px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.anch_stack:hover {
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    background-position: right center;
    padding-left: 0;
    padding-right: 30px;
}

.about_ozanam .anch_stack:hover {
    background-position: right bottom 2px;
}

.bg_div {
    background: url(../images/bg_drop.png) left top no-repeat;
    min-height: 573px;
    background-size: contain;
    text-align: center;
}

.bg_div h5 {
    text-align: center;
    color: #e30020;
    font-size: 30px;
    padding-top: 65px;
}

.slider_small {
    width: 353px;
    display: inline-block;
    margin-top: 37px;
    margin-bottom: 30px;
    max-width: 100%;
}

.bg_div i {
    font-size: 48px;
    color: #e30020;
    display: block;
}

.bg_div span {
    font-size: 36px;
    color: #e30020;
    font-weight: 600;
    padding-top: 10px;
    display: inline-block;
}

.bg_div a {
    font-size: 18px;
    color: #131313;
    display: inline-block;
    background: url(../images/icons/black_right_arrow.png) left bottom 2px no-repeat;
    padding-left: 30px;
    margin-top: 5px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.tab_slider .nav-tabs {
    border: none;
    text-align: center;
    margin-bottom: 75px;
}

.tab_slider .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    background: #7d7d7d;
    color: #fff !important;
    font-size: 20px;
    font-weight: 300;
    min-width: 270px;
    height: 50px;
}

.tab_slider .nav-tabs .nav-item.show .nav-link,
.tab_slider .nav-tabs .nav-link.active {
    border: none;
    background: #e30020;
}

.dark_shade {
    background: #eae8dc;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    width: 100%;
}

.slide_img img {
    float: left;
}

.dark_shade h4 {
    font-size: 18px;
    color: #f91232;
    font-weight: 400;
    margin-bottom: 8px;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

.dark_shade h5 {
    font-size: 16px;
    color: #131313;
    font-weight: 400;
    margin-top: 12px;
    float: left;
    width: 100%
}

.dark_shade h5 span {
    display: inline-block;
    vertical-align: middle;
}

.ico_ i {
    font-size: 20px;
    color: #f91232;
    padding-right: 10px;
}

.tab_slider .tab-content>.tab-pane {
    float: left;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.tab_slider #myTabContent {
    position: relative;
}

.proj a {
    font-size: 18px;
    color: #e30020;
    display: inline-block;
    background: url(../images/icons/red_right_arrow.png) left bottom 2px no-repeat;
    padding-left: 30px;
    margin-top: 37px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.ongoing_complete {
    padding-bottom: 50px;
    min-height: 500px;
    position: relative;
}

.group_init {
    margin-top: 50px;
    margin-bottom: 60px;
}

.bg_img {
    background: url(../images/group_initiative.jpg) left top no-repeat;
    background-size: cover;
    padding: 0 0 100px 0;
}

.init_first p {
    font-size: 18px;
    color: #fff;
    max-width: 256px;
    line-height: 29px;
    padding-top: 30px;
}

.init_first {
    padding-left: 65px;
    max-width: 396px;
}

.bg_img h3 {
    color: #e30020;
    font-weight: 400;
    font-size: 30px;
    display: block;
    margin-top: 10px;
}

.bg_img ul {
    margin-top: 10px;
}

.bg_img ul li {
    display: block;
    font-size: 17px;
    color: #fff;
    background: url(../images/icons/init_icon.png) left center no-repeat;
    padding: 9px 15px 9px 28px;
}

.bg_img .col-xl-8 .col-xl-4 {
    margin-top: 60px;
}

.concern_mission .col-sm-12 {
    margin-top: 30px;
}

.border_bx {
    border: 1px solid #cccaca;
    padding: 30px 30px 30px 30px;
    height: 100%;
}

.border_bx h4 {
    color: #131313;
    font-size: 38px;
    font-weight: 400;
    padding-bottom: 28px;
}

.border_bx h4 span {
    display: block;
    color: #e30020;
}

.al {
    text-align: left !important;
}

.border_bx p {
    font-size: 18px;
    line-height: 29px;
    color: #131313;
    text-align: center;
}

div#sisterConcern {
    margin-top: 27px;
}

.our_client_sec {
    padding: 76px 0 0 0;
}

.our_client_sec h3 {
    font-size: 42px;
    color: #131313;
    font-weight: 600;
    padding-bottom: 22px;
}

.our_client_sec h3 span {
    color: #e30020;
}

.our_client_sec p {
    font-size: 18px;
    color: #131313;
    line-height: 29px;
    padding-bottom: 43px;
}

.client_slide {
    background: #fff;
    border: 1px solid #e9e7e7;
    padding: 30px 20px;
}

.flex_box_item {
    display: flex;
    justify-content: space-between;
}

.first_box_text h3 {
    font-size: 48px;
    font-weight: 400;
    color: #e30020;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin-right: 15px;
}

.first_box_text h3 span {
    display: block;
    font-size: 30px;
    font-weight: 800;
    color: #131313;
}

.first_box_text img {
    display: inline-block;
    vertical-align: middle;
}

.last_items h4 {
    font-size: 36px;
    font-weight: 400;
    color: #e30020;
}

.last_items h4 span {
    display: block;
    font-size: 24px;
    color: #131313;
    font-weight: 400;
}

.quick_facts {
    margin-top: 120px;
}

.flex_box_item {
    border-bottom: 1px dashed #e30020;
    padding-bottom: 35px;
}

footer {
    padding: 36px 0 40px 0;
    border-top: 1px solid #e7e6e6;
    background: #7d7d7d url(../images/footer-bg.jpg) center top repeat;
}

.foot_logo {
    width: 170px;
}

.first_foot p {
    color: #131313;
    font-size: 16px;
    padding: 18px 0;
}

.first_foot p a {
    position: relative;
    top: 3px;
}

.social_media_ a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.social_media_ a img {
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.social_media_ a:hover img {
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.slide_img {
    overflow: hidden;
}

.tab_slider .item img {
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -ms-transition: transform .2s;
    -moz-transition: transform .2s;
}

.tab_slider .item img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.last_foot h4 img {
    display: block;
    padding-bottom: 5px;
}

.last_foot h4 {
    font-size: 18px;
    color: #131313;
    padding-bottom: 25px;
}

.last_foot p,
.last_foot a {
    display: block;
    font-size: 17px;
    color: #131313;
    line-height: 24px;
    padding: 2px 0;
}

.first_foot {
    margin-bottom: 25px;
}

.last_foot {
    margin-top: 15px;
}


/*==============================*/


/*	Inner page styles here		*/


/*==============================*/

.floating-wpp {
    z-index: 1000;
}

.quick-contact {
    background-color: #e30020;
}

.quick-contact h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 800 !important;
    text-transform: uppercase;
    padding: 15px 0 0 0;
}

.quick-contact label {
    padding-bottom: 15px;
    color: #fff;
}

.quick-contact i {
    color: #fff;
    padding-right: 5px;
}

.quick-contact .modal-header {
    border-bottom: none !important;
}

.quick-contact .modal-footer {
    border-top: none !important;
}

.quick-but {
    background-color: #fff;
    text-align: center;
    font-weight: 600 !important;
}

.quick-contact input {
    background-color: #c4041f;
    border: none;
    color: #fff;
}

.quick-contact input:focus {
    background-color: #c4041f;
    border: none;
    color: #fff;
}

.quick-contact textarea {
    background-color: #c4041f;
    border: none;
    color: #fff;
}

.quick-contact textarea:focus {
    background-color: #c4041f;
    border: none;
    color: #fff;
}

.inner-banner {
    background-size: cover;
    min-height: 300px;
    background: #7d7d7d url(../images/inner-bg.jpg) center top no-repeat;
    padding: 200px 0 0 0;
}

.inner-banner h2 {
    font-size: 30px;
    font-weight: 700;
    color: #282727;
    vertical-align: center;
}

.inner-banner .breadcrumb {
    background-color: transparent;
    padding: 15px 0 0 0;
}

.inner-banner .breadcrumb li {
    color: #fff !important;
}

.inner-banner .breadcrumb li a {
    color: #e30020 !important;
}

.inner-banner .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.inner-pagelayout {
    padding: 30px 0 50px 0;
}

.inner-pagelayout h4 {
    font-size: 29px;
    color: #e30020;
    text-transform: capitalize;
    padding: 20px 0 0px 0;
    font-weight: 400;
    width: 100%;
}

.inner-pagelayout h6 {
    font-size: 19px;
    color: #565454;
    text-transform: uppercase;
    letter-spacing: 2;
    padding: 20px 0 0px 0;
    font-weight: 400;
}

.inner-pagelayout h5 {
    font-size: 19px;
    color: #565454;
    text-transform: uppercase;
    letter-spacing: 2;
    padding: 20px 0 0px 0;
    font-weight: 400;
}

.inner-pagelayout p {
    font-size: 16px;
    line-height: 26px;
    color: #323131;
    padding: 20px 0 20px 0;
}

.inner-pagelayout-bg {
    background: #7d7d7d url(../images/bg-block.jpg) center top repeat;
    padding: 40px 40px;
    margin: 50px 0 0 0;
    min-height: 250px;
}

.inner-pagelayout-bg h3 {
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
}

.inner-pagelayout-bg p {
    font-size: 17px;
    line-height: 26px;
    color: #fff;
}

.office-pics {
    margin: 40px 0 40px 0;
}

.hide {
    display: none;
}

a.read-more-show {
    color: #e30020;
}

a.read-more-hide {
    color: #e30020;
}

.service-pop {}

.service-pop .modal-header {
    border-bottom: 0px !important;
}

.service-pop p {
    font-size: 17px;
    line-height: 26px;
    padding: 30px 20px;
    text-align: left;
    color: #323131;
}

.service-pop span {
    font-size: 17px;
    line-height: 26px;
    padding: 30px 20px 10px 20px;
    text-align: left;
    color: #323131;
    font-weight: bold
}

.service-pop ul {
    list-style: none;
    padding: 0 0 0px 0;
}

.service-pop li {
    font-size: 17px;
    font-weight: 400;
    color: #323131;
    padding: 10px 0 10px 25px;
}

.service-pop .modal-content {
    background: #f6f3f4 !important;
}

.service-pop .modal-body {
    padding: 0;
}

.service-pop .modal-header {
    padding: 0rem 1rem;
}

.service-pop h4 {
    font-size: 25px;
    text-align: left;
    color: #e30020;
    padding: 20px 0 20px 20px;
    font-weight: 600;
    font-family: 'Nanum Gothic', sans-serif;
}

.projects-base {}

.projects-base .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #e30020;
    color: #fff !important;
    padding: 15px 15px;
    font-weight: 700;
    font-size: 20px;
}

.nav-tabs .nav-link {
    color: #e30020 !important;
    padding: 15px 15px;
    font-weight: 700;
    font-size: 20px;
}

.projects-base .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #fff !important;
}

.projects-list {}

.projects-list img {
    float: left;
    width: 100%;
}

.no-padding {
    padding: 0px;
}

.projects-list-stripe {
    background-color: #fbf9f9;
    padding: 15px 15px;
    border: 1px solid #e5e4e4;
    width: 100%;
    float: left;
    margin: 0 0 50px 0;
    border-radius: 0 0px 5px 5px;
}

.projects-list-stripe h2 {
    font-family: 'Nanum Gothic', sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    color: #e30020;
    font-weight: 600;
}

.projects-list-stripe p {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 26px;
    color: #323131;
    padding: 20px 0 20px 0;
}

.projects-list-stripe p span {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 17px;
    text-align: left !important;
    font-weight: 500;
    line-height: 26px;
    color: #323131;
    padding: 20px 0 20px 0;
}

.projects-list-stripe a {
    font-size: 17px;
    line-height: 26px;
    color: #e30020;
    padding: 10px 0;
    font-family: 'Nanum Gothic', sans-serif;
}

.projects-list-stripe a:hover {
    font-weight: 800;
}


/* Slide */

.hover05 figure img {
    margin-left: 30px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover05 figure:hover img {
    margin-left: 0;
}

.project-pop {}

.project-pop .modal-content {
    background: #f3f2ed;
}

.project-pop .modal-header {
    border-bottom: 0 !important;
}

.project-pop p {
    font-size: 17px;
    line-height: 26px;
    color: #323131;
    font-family: 'Nanum Gothic', sans-serif;
    padding: 0px 0 10px 20px;
}

.project-pop h2 {
    font-size: 17px;
    line-height: 26px;
    color: #323131;
    font-family: 'Nanum Gothic', sans-serif;
    padding: 80px 0 10px 20px;
}

.project-pop h4 {
    font-size: 20px;
    text-align: left;
    color: #e30020;
    padding: 20px 0 20px 20px;
    font-weight: 500;
}

.project-pop .modal-body {
    padding-bottom: 30px;
}

.project-pop .modal-header {
    padding: 0rem 1rem;
}

.project-ami {}

.project-ami p {
    font-size: 17px;
    line-height: 26px;
    color: #323131;
    padding: 20px 20px 10px 20px;
}

.project-ami ul {
    list-style: none;
    padding: 0 0 30px 0;
}

.project-ami li {
    font-size: 17px;
    font-weight: 400;
    color: #323131;
    padding: 10px 0 10px 25px;
}

.project-ami .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #e30020;
    color: #fff !important;
    padding: 15px 15px;
    font-weight: 400;
    font-size: 20px;
    margin: 15px 0 0 0;
    border-color: none !important;
}

.nav-tabs .nav-link {
    color: #e30020 !important;
    padding: 15px 15px;
    font-weight: 400;
    font-size: 20px;
    margin: 15px 0 0 0;
}

.project-ami .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #fff !important;
    margin: 15px 0 0 0;
}

.box16 {
    text-align: center;
    color: #fff;
    position: relative;
    margin: 0 0 30px 0;
}

.box16 .box-content,
.box16:after {
    width: 100%;
    position: absolute;
    left: 0
}

.box16:after {
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 69%, rgba(0, 0, 0, .76) 100%);
    top: 0;
    transition: all .5s ease 0s;
    border-radius: 5px;
}

.box16 .post,
.box16 .title {
    transform: translateY(35px);
    transition: all .4s cubic-bezier(.13, .62, .81, .91) 0s
}

.box16:hover:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .09) 11%, rgba(0, 0, 0, .12) 13%, rgba(0, 0, 0, .19) 20%, rgba(0, 0, 0, .29) 28%, rgba(0, 0, 0, .29) 29%, rgba(0, 0, 0, .42) 38%, rgba(0, 0, 0, .46) 43%, rgba(0, 0, 0, .53) 47%, rgba(0, 0, 0, .75) 69%, rgba(0, 0, 0, .87) 84%, rgba(0, 0, 0, .98) 99%, rgba(0, 0, 0, .94) 100%)
}

.box16 img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.box16 .box-content {
    padding: 20px 20px 10px 20px;
    margin-bottom: 40px;
    bottom: 0;
    z-index: 1
}

.box16 .title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 0px;
    padding: 0 0 10px 0;
}

.box16 .post {
    display: block;
    font-size: 15px
}

.box16 .social li a,
.box17 .icon li a {
    border-radius: 50%;
    font-size: 20px;
    color: #fff
}

.box16:hover .post,
.box16:hover .title {
    transform: translateY(0)
}

.box16 .social {
    list-style: none;
    padding: 0 0 5px;
    margin: 40px 0 25px;
    opacity: 0;
    position: relative;
    transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
    transition: all .6s cubic-bezier(0, 0, .58, 1) 0s
}

.box16:hover .social {
    opacity: 1;
    transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0)
}

.box16 .social:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: -23px;
    left: 0;
    right: 0
}

.box16 .social li {
    display: inline-block
}

.box16 .social li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #6d3795;
    margin-right: 10px;
    transition: all .3s ease 0s
}

.box17 .icon li,
.box17 .icon li a {
    display: inline-block
}

.box16 .social li a:hover {
    background: #bea041
}

.box16 .social li:last-child a {
    margin-right: 0
}

@media only screen and (max-width:990px) {
    .box16 {
        margin-bottom: 30px
    }
}

.nopadding {
    padding: 0px;
    margin: 0px;
}

.gallery img {
    float: left;
    width: 100%;
}

.foundation {
    margin: 50px 0 30px 0;
}

.foundation-left {
    padding: 50px 50px;
}

.color-red {
    background: #eae8dc url(../images/s1.jpg) center top no-repeat;
}

.color-blue {
    background: #eae8dc url(../images/s2.jpg) center top no-repeat;
}

.color-blue2 {
    background: #eae8dc url(../images/s2.jpg) center top no-repeat;
}

.color-blue3 {
    background: #eae8dc url(../images/s1.jpg) center top no-repeat;
}

.foundation-left h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
}

.foundation-left p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    padding: 30px 0 20px 0;
    text-align: justify;
}

.foundation-left h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    color: #000;
    font-family: 'Nanum Gothic', sans-serif;
    text-transform: uppercase;
}

.contact-info {
    padding: 30px 0 30px 0;
}

.contact-info i {
    font-size: 25px;
}

.contact-info p {
    font-size: 17px;
    line-height: 26px;
    color: #323131;
    padding: 0px 0 0px 0;
}

.contact-info-round {
    border: 4px solid #efecec;
    background-color: #dedcdc;
    padding: 30px 30px;
}

.map-container-2 {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-container-2 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.contact-info {}

.map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
    margin-top: 20px;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.contact-field-box {
    border: 4px solid #efecec;
    margin: 50px 0 50px 0;
    padding: 40px 40px;
}

.centered {
    float: none;
    margin: auto;
}

.contact-form .form-control {
    border-radius: 0px;
    border: none;
    background: #ededed;
    height: 48px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000 !important;
    margin-bottom: 10px;
}

.contact-form .text-area {
    height: 129px;
}

.contact-form .form-control:focus {
    color: #495057;
    border-color: #80bdff;
    outline: none;
    box-shadow: 0 0 5px rgba(206, 126, 68, 1) !important;
}

.contact-form .form-control input {
    color: #fff !important;
}

.form-btn .btn-warning {
    background: #fff;
    border-radius: 0px;
    border: 1px solid #e30020;
    color: #e30020;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 16px 20px;
    margin-top: 30px;
}

.contact-field-box p {
    text-align: left;
    display: block;
}

.group_init .owl-carousel .owl-item i {
    display: block;
    font-size: 45px;
    color: #fff;
    margin-top: 80px;
}

.cd {
    color: #f60c2d;
    font-weight: bold;
}

.about-team {
    padding: 40px 40px;
    background: #7d7d7d url(../images/bg-block2.jpg) center top repeat;
}

.about-line {
    border-bottom: 1px solid #cbc9c9;
}


/*==============================*/


/*		Gorup initialtives styles		*/


/*==============================*/

.grp {
    background-color: #eae8dc;
    padding: 50px 50px;
    text-align: center;
}

.grp h2 {
    color: #e30020;
    font-size: 38px;
    font-weight: 400;
}

.grp p {
    font-size: 18px;
    color: #131313;
    line-height: 29px;
    padding-top: 30px;
}

.grp-box {
    padding: 30px 30px;
    margin: 0 0 30px 0;
    min-height: 300px;
    background: #eae8dc url(../images/grp.png) no-repeat right 260px;
}

.grp-box h3 {
    color: #e30020;
    font-weight: 400;
    font-size: 25px;
    display: block;
    margin-top: 10px;
}

.grp-box ul {
    margin-top: 10px;
}

.grp-box ul li {
    display: block;
    font-size: 17px;
    color: #131313;
    background: url(../images/icons/init_icon2.png) left center no-repeat;
    padding: 9px 15px 9px 28px;
}

.grp-box i {
    display: block;
    font-size: 30px;
    color: #e30020;
    margin-bottom: 20px;
}

.owl-carousel .owl-stage-outer {
    display: block;
}

.tm {}

.tm h2 {
    font-family: 'Nanum Gothic', sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    color: #323131;
    font-weight: 600;
    text-align: center;
}
.tm h3 {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 14px;
    color: #323131;
    font-style: italic;
    text-align: center;
    padding: 5px 0 5px 0;
}



/*added for autoload popup*/

#popup_this {
    top: 15%;
    left: 25%;
    text-align: center;
    position: fixed;
    padding: 30px;
    z-index: 1000;
}

.b-close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #fff;
    background: #ff0000;
    padding: 5px 10px;
    z-index: 1000;
}


/*added for testimonials*/

.testi {}

.testi .carousel {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.testi .carousel .carousel-item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 340px;
}

.testi .carousel .carousel-item a {
    color: #e30020;
}

.testi .carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%;
}

.testi .carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.testi h2 {
    color: #e30020;
    font-size: 38px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 20px 0;
}

.testi .carousel .testimonial {
    padding: 30px 0 10px;
    font-size: 18px;
    color: #131313;
    line-height: 29px;
    padding-top: 30px;
}

.testi .carousel .overview {
    text-align: center;
    padding-bottom: 5px;
    font-size: 18px;
    color: #131313;
    line-height: 29px;
}

.testi .carousel .overview b {
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
    font-weight: 400;
    padding-bottom: 7px;
    font-size: 18px;
    color: #131313;
    line-height: 29px;
}

.testi .carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12;
}

.testi .carousel-control-prev,
.testi .carousel-control-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
    top: 4px;
}

.testi .carousel-control-prev i,
.testi .carousel-control-next i {
    font-size: 20px;
    margin-right: 2px;
}

.testi .carousel-control-prev {
    left: auto;
    right: 40px;
}

.testi .carousel-control-next i {
    margin-right: -2px;
}

.testi .carousel .carousel-indicators {
    bottom: 15px;
}

.testi .carousel-indicators li,
.testi .carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
}

.testi .carousel-indicators li {
    background: #e2e2e2;
    border: none;
}

.testi .carousel-indicators li.active {
    background: #888;
}



/* #NEw Navigation 2023
================================================== */



#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    width: auto;
    line-height: 1;
    background: #ffffff;
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #fff;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#cssmenu>ul>li {
    float: left;
}

#cssmenu.align-center>ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center>ul>li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right>ul>li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu>ul>li>a {
    padding: 20px 10px 20px 10px;
    font-size: 18px;
    font-weight: 400;
    text-align: right;
    text-decoration: none;
    text-transform: capitalize;
    color: #000000;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    font-family: 'Rubik', sans-serif;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li.active>a {
    color: #e30020;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 38px;
}

#cssmenu>ul>li.has-sub>a::after {
    position: absolute;
    top: 26px;
    left: 75px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu>ul>li.has-sub:hover>a::after {}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu li:hover>ul {
    left: auto;
}

#cssmenu.align-right li:hover>ul {
    right: 0;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

#cssmenu ul li:hover>ul>li {
    height: 32px;
}

#cssmenu ul ul li a {
    padding: 15px 20px;
    width: 230px;
    font-size: 17px;
    background: #333333;
    text-decoration: none;
    color: #dddddd;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #e30020;
}

#cssmenu ul ul li.has-sub>a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub>a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover>a::after {
    border-color: #ffffff;
}

@media all and (max-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
    }

    #cssmenu ul {
        width: 100%;
        display: none;
    }

    #cssmenu.align-center>ul,
    #cssmenu.align-right ul ul {
        text-align: left;
    }

    #cssmenu ul li,
    #cssmenu ul ul li,
    #cssmenu ul li:hover>ul>li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(120, 120, 120, 0.15);
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
    }

    #cssmenu>ul>li,
    #cssmenu.align-center>ul>li,
    #cssmenu.align-right>ul>li {
        float: none;
        display: block;
    }

    #cssmenu ul ul li a {
        padding: 20px 20px 20px 30px;
        font-size: 12px;
        color: #000000;
        background: none;
    }

    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li a:hover {
        color: #000000;
    }

    #cssmenu ul ul ul li a {
        padding-left: 40px;
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0;
    }

    #cssmenu>ul>li.has-sub>a::after,
    #cssmenu ul ul li.has-sub>a::after {
        display: none;
    }

    #menu-line {
        display: none;
    }

    #cssmenu #menu-button {
        display: block;
        padding: 20px;
        color: #000000;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
    }

    #cssmenu #menu-button::after {
        content: '';
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        width: 15px;
        height: 2px;
        background: #000000;
    }

    #cssmenu #menu-button::before {
        content: '';
        position: absolute;
        top: 25px;
        right: 20px;
        display: block;
        width: 15px;
        height: 3px;
        border-top: 2px solid #000000;
        border-bottom: 2px solid #000000;
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 52px;
        width: 52px;
        cursor: pointer;
    }

    #cssmenu .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #000000;
        z-index: 99;
    }

    #cssmenu .submenu-button::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #000000;
        z-index: 99;
    }

    #cssmenu .submenu-button.submenu-opened:after {
        display: none;
    }
}

.profi {}

.profi a {
    color: #e30020;
}

.profi a:hover {
    color: #000;
}

.trading {}

.trading h4 {
    font-size: 26px;
    color: #e30020;
    text-transform: capitalize;
    padding: 20px 0 20px 0;
    font-weight: 400;
}

.trading h5 {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    padding: 20px 0 0px 0;
    font-weight: 400;
    text-align: center;
}