/*!
Theme Name: 42-legal-capital
Theme URI: 
Author: 42-legal-capital
Author URI: 
Description: Description
Version: 1.0.0
Text Domain: legal-capital
*/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /* Prevent font scaling in landscape while allowing user zoom */
}
body {
    position: relative;
    z-index: 0;
    height: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    font-size-adjust:none;
    color: #505050;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background: #ffffff;
}
body.legalcapital-hide-navigation .site_header nav, body.legalcapital-hide-navigation .footer_content{
    display: none !important;
}
.scroll {
    overflow-y: hidden;
}
* {
    padding: 0;
    margin: 0;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a:active,
a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
}
:focus {
    outline: none;
}
.clr {
    clear: both;
}
h1, h2, h4, h5 {
    color: #01547C;
    font-family: 'Athelas';
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}
h1:before , h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 75px;
    border-bottom: 1px solid #01547C;
}
h1 {
    font-size: 65px;
    line-height: 65px;
    letter-spacing: 6.5px;
}
h2 {
    font-size: 48px;
    line-height: 50px;
    position: relative;
    letter-spacing: 4.8px;
}
h2:before {
    bottom: -16px;
}
h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}
h4 {
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 2.4px;
}
h5 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2.4px;
}
h6 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
p {
    line-height: 30px;
}
blockquote {
    padding: 0 0 0 20px;
    margin-left: 0;
    border-left: solid 5px #7cc9da;
}
img {
    display: block;
    max-width: 100%;
    border: 0;
}
button {
   overflow: visible;
}
button,
select {
   text-transform: none;
}
select:focus {
   outline: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
   appearance:button;
   -moz-appearance:button;
   /* Firefox */
   -webkit-appearance:button;
   /* Safari and Chrome */
   cursor: pointer;
   outline: none;
   transition: all .3s ease 0s;
   -webkit-transition: all .3s ease 0s;
   -moz-transition: all .3s ease 0s;
   -ms-transition: all .3s ease 0s;
   -o-transition: all .3s ease 0s;
}
button[disabled],
html input[disabled] {
   cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}
a {
    cursor: pointer;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}
input {
    line-height: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input:hover,
input:focus,
textarea:hover,
input[type="text"]:hover,
textarea:active,
input[type="text"]:active,
textarea:focus,
input[type="text"]:focus,
button:focus,
button:active,
button:hover {
    outline:0;
    appearance:none;
    -moz-appearance:none;
    /* Firefox */
    -webkit-appearance:none;
    /* Safari and Chrome */
    -webkit-box-shadow: none;
    box-shadow: none;
}
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="button"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
button {
    appearance:none;
    -moz-appearance:none;
    /* Firefox */
    -webkit-appearance:none;
    /* Safari and Chrome */
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
}
select {
   /* Firefox */
   -webkit-box-shadow: none;
   /* Safari and Chrome */ 
   box-shadow: none;
   border-radius: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
   height: auto;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    font-family: 'Lato';
    line-height: 32px;
    opacity: 1;
    color: #4a4a4a;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-family: 'Lato';
    line-height: 32px;
    opacity: 1;
    color: #4a4a4a;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-family: 'Lato';
    line-height: 32px;
    opacity: 1;
    color: #4a4a4a;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
   appearance: none;
   -moz-appearance: none;
   /* Firefox */
   -webkit-appearance: none;
   /* Safari and Chrome */
}
input[type="checkbox"] {
    appearance: checkbox;
    -moz-appearance: checkbox;
    /* Firefox */
    -webkit-appearance: checkbox;
    /* Safari and Chrome */border-radius: 0;
}
input[type="radio"] {
    appearance: radio;
    -moz-appearance: radio;
    /* Firefox */
    -webkit-appearance: radio;
    border-radius: 0;
}
input {
    font-size: 16px;
    border-radius:0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
   appearance: none;
   -moz-appearance: none;
   /* Firefox */
   -webkit-appearance: none;
   /* Safari and Chrome */
}
input[type="text"]:focus,
textarea:focus {
   outline: 0;
}
input[type="text"]:hover,
textarea:hover {
   outline: 0;
}
/* Mozilla based browsers */
::-moz-selection {
    background-color: #3178ae;
    color: #fff;
}
/* Works in Safari */
::-moz-selection {
    background-color: #3178ae;
    color: #fff;
}
::selection {
   background-color: #3178ae;
   color: #fff;
}
.wrapper {
   position: relative;
   width: 100%;
   height: auto;
   margin: 0 auto;
   padding: 50px 30px 30px;
}
.container {
    width: 100%;
    max-width: 1530px;
    margin: 0 auto;
    padding: 0 15px;
}
a:hover,
a:focus {
   text-decoration: none;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
ul,
ol {
    padding: 0;
    margin: 0;
}
a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #707070;
}
a:hover {
    color: #121212;
}
ul li {
    position: relative;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
ol li {
    position: relative;
    list-style-position: inside;
    margin-bottom: 0;
}
ul li:last-child {
    margin-bottom: 0;
}
span {
    display: inline-block;
}
.site_header nav ul li.blue_border_btn a,
.blue_border_btn {
    min-width: 142px;
    text-align: center;
    border: 1px solid #01547C !important;
    color: #01547C !important;
    padding: 10px 15px;
    background-color: transparent;
    transition: all 0.3s ease;
}
.site_header nav ul li.blue_border_btn a:hover,
.blue_border_btn:hover {
    background-color: #01547C;
    color: #fff !important;
}
.border_btn {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #121212;
    position: relative;
    line-height: 25px;
    transition: all 0.4s;
}
.border_btn:hover {
    color: #01547C;
}
.border_btn:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 29px;
    border-bottom: 1px solid #01547C;
    transition: all 0.3s;
}
.border_btn:hover:before {
    width: 100%;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.col_6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
.back_to_top_sec a {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 52px;
    background-color: #02547d;
    color: #fff;
    border-radius: 50%;
    z-index: 99;
    transition: none !important;
}
/* ----------- General Part ----------- */

/* navigation css start */
.site_header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 37px 0;
    transition: background 0.3s linear;
}
.site_header.site_header_scroll {
    position: fixed;
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0px -3px 12px rgb(0 0 0 / 16%);
}
.site_header .container {
    max-width: 1830px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.site_header a.logo img {}
.site_header.site_header_scroll a.logo img {
    max-width: 230px;
}
.site_header nav {
    margin-left: auto;
}
.site_header nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.site_header nav ul li {
    position: relative;
}
.site_header nav ul li:not(:first-child) {
    margin-left: 53px;
}
.site_header nav ul li a {
    line-height: 27px;
    position: relative;
    font-weight: 400;
    transition: all 0.4s ease;
    font-size: 17px !important;
}
.site_header nav ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    border-bottom: 1px solid #01547C;
    width: 100%;
    transform: scale(0);
    transition: all 0.4s ease;
}
.site_header nav ul li a:hover,
.site_header nav ul li.current_page_parent a,
.site_header nav ul li.current-menu-item > a {
    color: #121212;
}
.site_header nav ul li.current_page_parent a:before,
.site_header nav ul li.current-menu-item a:before,
.site_header nav ul li a:hover:before {
    transform: scale(1);
}
.site_header nav ul li.blue_border_btn {
    min-width: unset;
    border: none !important;
    padding: 0px !important;
    background-color: transparent !important;
}
.site_header nav ul li.blue_border_btn a {
    margin-left: 9px;
}
.site_header nav ul li.blue_border_btn:before,
.site_header nav ul li.blue_border_btn a:before {
    display: none;
}
.site_header.site_header_scroll .blue_border_btn {
    padding: 7px 15px;
}
#mobile-menu {
    display: none;
}
.site_header nav ul ul {
    padding: 10px 0px;
    min-width: 200px;
    display: none;
    position: absolute;
    top: 110%;
    z-index: 555;
    margin: 0;
    background-color: #fff;
    /*opacity: 0;*/
    /*visibility: hidden;*/
    /*transition: all 0.3s linear;*/
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.10);
}
.site_header nav ul ul li {
    margin: 0 0 !important;
    padding: 3px 16px;
}
.site_header nav ul ul li a {
    color: #707070 !important;
}
.site_header nav ul ul li.current-menu-item a,
.site_header nav ul ul li a:hover {
    color: #121212 !important;
}
.site_header nav ul ul li a:before {
    display: none;
}
.site_header nav ul ul ul{
    min-width: 200px;
    display: none;
    position: absolute;
    top:0%;
    left: 101%;
    z-index:555;
    margin: 0;
    /*opacity: 0;*/
    /*visibility: hidden;*/
}
.site_header nav  ul li:hover > ul{
    display: block;
    /*opacity: 1;*/
    /*visibility: visible;*/
}
.site_header nav  ul ul li:hover > ul{
    display: block;
    /*opacity: 1;*/
    /*visibility: visible;*/
}
/* navigation css end */

/* footer css start */
.site_footer {
    background-color: #F7F7F7;
}
.site_footer .footer_content {
    padding: 90px 0 80px;
}
.site_footer .footer_content .container > a {
    display: table;
    margin: auto;
}
.site_footer .footer_content .footer_logo {
    display: block;
    margin: auto;
}
.site_footer .footer_content ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.site_footer .footer_content ul.footer_links {
    margin: 51px 0 51px;
}
.site_footer .footer_content ul.footer_links li {
    margin: 0 32px;
}
.site_footer .footer_content ul.footer_links li a {
    font-size: 16px;
    line-height: 34px;
    color: #505050;
}
.site_footer .footer_content ul.footer_contact_details {
    width: 100%;
    max-width: 953px;
    margin: 0 auto;
}
.site_footer .footer_content ul.footer_contact_details li {
    position: relative;
    padding-left: 45px;
    margin: 0 38px;
}
.site_footer .footer_content ul.footer_contact_details li strong {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    color: #01547C;
    border: 1px solid #01547C;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    font-size: 15px;
}
.site_footer .footer_content ul.footer_contact_details li a, 
.site_footer .footer_content ul.footer_contact_details li p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}
.site_footer .bottom_footer {
    padding: 16px 0;
    text-align: center;
    border-top: 1px solid #A2CFF0;
}
.site_footer .bottom_footer p {
    font-size: 15px;
    color: #909090;
    line-height: 28px;
}
/* footer css end */

/* banner css start */
.banner_section {
    position: relative;
    z-index: 1;
    /*background-image: url('../images/banner_image.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 1000px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.banner_section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../42-legal-capital/assets/images/banner_image_2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: rgba(162, 207, 240, 0.3); */
    z-index: -1;
    filter: grayscale(1);
}
.banner_section .container {
    max-width: 1624px;
}
.banner_content {
    width: 100%;
    max-width: 440px;
    padding-top: 63px;
}
.banner_section .banner_content p {
    margin: 39px 0 29px;
}
.banner_section .banner_float_image {
    position: absolute;
    right: 0;
    top: 5.5%;
    bottom: 0;
    margin: auto;
}
/* banner css end */

/* profile css start */
.profile_section {
    padding: 100px 0 120px;
    position: relative;
}
.home .profile_section.hobby_section {
    padding-bottom: 0 !important;
}
.profile_section .float_images:after,
.profile_section .float_images:before,
.profile_section:after,
.profile_section:before {
    content: '';
    width: 242px;
    height: 242px;
    border: 1px solid #A2CFF0;
    position: absolute;
    left: 0;
    opacity: 0.5;
    z-index: -1;
}
.profile_section:before {
    top: 100px;
}
.profile_section:after {
    bottom: 120px;
}
.profile_section .float_images:after {
    top: 100px;
    right: 0;
    left: auto;
}
.profile_section .float_images:before {
    bottom: 120px;
    right: 0;
    left: auto;
}
.home .profile_section .container,
.profile_section .container {
    max-width: 1322px;
}
.profile_section .row {
    align-items: center;
}
.profile_section .col_image {
    flex: 0 0 525px;
    max-width: 525px;
    padding: 0 15px;
}
.profile_section .col_text {
    flex: 0 0 calc(100% - 525px);
    max-width: calc(100% - 525px);
    padding: 0 15px;
}
.profile_section .profile_image .profile_image_box {
    width: 100%;
    max-width: 242px;
    position: relative;
    overflow: hidden;
    display: table;
    padding-top: 242px;
    z-index: 1;
}
.profile_section .profile_image .profile_image_box:first-child {
    margin: 0 0 24px auto;
}
.portfolio_section .col_image .portfolio_images_box img,
.profile_section .profile_image .profile_image_box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: all 2s linear;
}
.profile_section .profile_image .profile_image_box:hover img {
    transform: scale(1.1);
}
.profile_section .profile_text_box {
    padding-left: 116px;
    padding-top: 2px;
    max-width: 766px;
}
.profile_section .profile_text_box h6 {
    margin-bottom: 4px;
}
.profile_section .profile_text_box h2 {
    margin-bottom: 43px;
}
.profile_section .profile_text_box p {
    margin: 19px 0 27px;
}
.profile_section .border_btn,
.portfolio_section a.border_btn {
    margin-top: 27px;
}
/* profile css end */

/* portfolio css start */
.portfolio_section {
    position: relative;
    padding: 0;
}
.portfolio_section .row {
    flex-direction: row-reverse;
    align-items: center;
}
.portfolio_section .col_image {
    flex: 0 0 680px;
    max-width: 680px;
    padding: 0 15px;
}
.portfolio_section .col_text {
    flex: 0 0 calc(100% - 680px);
    max-width: calc(100% - 680px);
    padding: 0 15px;
}
.portfolio_section .col_image .portfolio_images_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}
.portfolio_section .col_image .portfolio_images_box .portfolio_images {
    margin: 0 15px;
    position: relative;
    width: 100%;
    max-width: 310px;
    padding-top: 310px;
    overflow: hidden;
}
.portfolio_section .col_image .portfolio_images_box .portfolio_images:nth-child(n+3) {
    margin-top: 30px;
}
.portfolio_section .portfolio_images:hover img {
    transform: scale(1.2);
}
.portfolio_section .portfolio_text_box {
    width: 100%;
    max-width: 616px;
    padding-top: 7px;
}
.portfolio_section .portfolio_text_box h6 {
    margin-bottom: 17px;
}
.portfolio_section .portfolio_text_box p {
    margin: 44px 0 29px;
}
.portfolio_section .float_image {
    position: absolute;
    top: 0;
    left: 345px;
    z-index: -1;
    width: 636px;
    height: 652px;
}
.portfolio_section .float_image:after, 
.portfolio_section .float_image:before {
    content: '';
    width: 48.2%;
    height: 308px;
    border: 1px solid #A2CFF0;
    position: absolute;
    opacity: 0.5;
}
.portfolio_section .float_image:before {
    top: 0;
    left: 0;
}
.portfolio_section .float_image:after {
    bottom: -2px;
    right: 0;
}
/* portfolio css end */

/* airline css start */
.airline_section {
    padding: 132px 0 100px;
    position: relative;
    z-index: 1;
}
.airline_section:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 332px;
    left: 0;
    right: 0;
    bottom: 200px;
    background-color: #F7F7F7;
}
.airline_section .floating_images span:last-child,
.airline_section .floating_images span:first-child {
    position: absolute;
    width: 263px;
    height: 269px;
    z-index: -1;
}
.airline_section .floating_images span:first-child {
    top: 332px;
    right: 0;
}
.airline_section .floating_images span:last-child {
    left: 0;
    bottom: 200px;
}
.airline_section .floating_images span:before, 
.airline_section .floating_images span:after {
    content: '';
    width: 48.2%;
    height: 125px;
    border: 1px solid #A2CFF0;
    position: absolute;
    opacity: 0.5;
}
.airline_section .floating_images span:before {
    top: 0;
    left: 0;
}
.airline_section .floating_images span:after {
    bottom: 0;
    right: 0;
}
.airline_section .airline_content_box {
    margin-top: 100px;
}
.airline_section .airline_content_box .row {
    align-items: center;
}
.airline_section .airline_content_box:nth-child(even) .row {
    flex-direction: row-reverse;
}
.airline_section .airline_content_box .col_image {
    flex: 0 0 680px;
    max-width: 680px;
    padding: 0 15px;
}
.airline_section .airline_content_box .col_text {
    flex: 0 0 calc(100% - 680px);
    max-width: calc(100% - 680px);
    padding: 0 15px;
}
.airline_section .airline_content_box:nth-child(odd) .airline_text_box {
    padding-left: 104px;
    max-width: 704px;
    padding-top: 111px;
}
.airline_section .airline_content_box:nth-child(even) .airline_text_box {
    padding-left: 76px;
    max-width: 628px;
    padding-bottom: 90px;
}
.airline_section .airline_content_box .col_text h6 {
    margin-bottom: 3px;
}
/*.airline_section .airline_content_box .col_text h2 {
    max-width: 410px;
}*/
.airline_section .airline_content_box .col_text p {
    margin: 44px 0 29px;
}
.airline_section .airline_content_box .airline_image_box {
    overflow: hidden;
    position: relative;
    padding-top: 100%;
}
.airline_section .airline_content_box .airline_image_box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: all 2s linear;
}
.airline_section .airline_content_box .airline_image_box:hover img {
    transform: scale(1.1);
}
/* airline css end */

/* map css start */
.map_section {
    background-color: #EAF1F6;
    max-height: 680px;
    position: relative;
    padding: 0 190px 40px 15px;
}
.map_section img {
    margin: auto;
    width: 100%;
    max-width: 965px;
}
/* map css end */

/*our profile page css*/

/* inner page banner css start */
.inner_page_banner_section {
    position: relative;
    height: 750px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.inner_page_banner_section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgb(162 207 240 / 40%);
    filter: grayscale(1);
}
.inner_page_banner_section .banner_content {
    padding-top: 100px;
    max-width: 100%;
}
.inner_page_banner_section .banner_content h1:before {
    display: none;
}
/* inner page banner css end */

/* hobby css start */
.hobby_section.profile_section {
    padding: 7px 0 90px;
}
.hobby_section.profile_section:before, 
.hobby_section.profile_section .float_images:after {
    top: 100px;
}
.hobby_section.profile_section:after,
.hobby_section.profile_section .float_images:before {
    bottom: auto;
    top: 367px;
}
.hobby_section .container {
    max-width: 1564px;
    padding: 0 32px;
}
.hobby_section .hobby_content .row {
    margin: 0 -32px;
}
.hobby_section .hobby_content .col_6 {
    padding: 94px 32px 0;
}
.hobby_section .hobby_content .col_6:nth-child(2) .profile_text_box {
    padding: 0 0 2px;
}
.hobby_section .profile_text_box {
    padding-left: 0 !important;
}
.hobby_section .profile_image {
    /*max-width: 495px;*/
    width: 100%;
    max-width: 516px;
    margin: auto;
    padding-right: 21px;
}
.hobby_section .profile_text_box p {
    margin-bottom: 0 !important;
}
.hobby_section.profile_section.two_column_layout:before,
.hobby_section.profile_section.two_column_layout:after,
.hobby_section.profile_section.two_column_layout .float_images {
    display: none;
}

.hobby_section.profile_section.two_column_layout.has-bg-boxes:before,
.hobby_section.profile_section.two_column_layout.has-bg-boxes:after,
.hobby_section.profile_section.two_column_layout.has-bg-boxes .float_images {
    display: block;
}
.hobby_section.profile_section.has-bg-boxes.two_column_layout {
    padding-top: 0 !important;
}
.profile_section.hobby_section + .hobby_section.profile_section.two_column_layout .col_6 {
    padding-top: 0;
}
.profile_section.board_section + .hobby_section.profile_section + .hobby_section.profile_section .col_6 {
    padding-top: 94px;
}
/*.profile_section.hobby_section:nth-child(12) {
    padding-bottom: 0 !important;
}*/
/* hobby css end */

/* gray box css start */
.gray_box_section {
    background-color: #f7f7f7;
    text-align: center;
    padding: 92px 0;
}
.gray_box_section h3 {
    max-width: 955px;
    margin: auto;
}
/* gray box css end */

/* board css start */
.board_section.profile_section {
    padding: 0 !important;
}
.profile_section.board_section + .hobby_section.profile_section {
    padding: 0 !important;
}
.profile_section.board_section + .hobby_section.profile_section + .hobby_section.profile_section {
    padding: 0 0 94px !important;
}
.profile_section.board_section + .hobby_section.profile_section .col_6:first-child p {
    margin-top: 0;
}
.board_section.profile_section:before, 
.board_section.profile_section .float_images:after {
    top: 80px;
}
.board_section.profile_section:after, 
.board_section.profile_section .float_images:before {
    bottom: auto;
    top: 347px;
}
.board_section .container {
    max-width: 1564px;
    padding: 0 32px;
}
.profile_section.board_section + .hobby_section.profile_section + .hobby_section.profile_section .row,
.profile_section.board_section + .hobby_section.profile_section .row {
    align-items: flex-start;
}
.board_section .board_content .row {
    margin: 0 -32px;
    align-items: flex-start;
}
.board_section .board_content .row:first-child {
    flex-direction: row-reverse;
}
.board_section .board_content .col_6 {
    padding: 78px 32px 0;
}
.board_section .board_content .row:nth-child(2) .col_6 {
    padding-top: 88px;
}
.board_section .board_content .row:nth-child(2) .col_6:nth-child(n+3) {
    padding-top: 90px;
}
.board_section .profile_text_box {
    padding-left: 0 !important;
}
.board_section .board_content .row:first-child .col_6 .profile_text_box {
    padding-top: 22px;
}
.board_section .profile_image {
    width: 100%;
     max-width: 495px; 
    margin: auto;
}
.board_section .profile_image .profile_image_box:first-child {
    margin: 0 auto 0 0 !important;
}
.board_section .profile_image .profile_image_box:last-child {
    margin: 24px 0 0 auto;
}
.board_section .profile_text_box p {
    margin-bottom: 0 !important;
}
.board_section .board_content .row:nth-child(2) .col_6:first-child .profile_text_box p {
    margin: 0 !important;
}
/* board css end */

/*our profile page css*/

/*lacinia css start*/
.lacinia_section {
    padding: 86px 0 104px !important;
}
.lacinia_section.portfolio_section .row {
    flex-direction: row;
}
.lacinia_section.portfolio_section .col_image {
    padding-top: 14px;
}
.lacinia_section.portfolio_section .portfolio_text_box {
    max-width: 723px;
    margin-left: auto;
}
.lacinia_section.portfolio_section .portfolio_text_box p {
    margin: 40px 0 0;
    margin-bottom: 0 !important;
}
.lacinia_section.portfolio_section .float_image {
    top: 100px;
    left: auto;
    right: 326px;
    transform: rotateY(180deg);
}
/*lacinia css end*/

/*sometimes css start*/
.sometimes_section {
    padding: 89px 0;
    background-color: #F7F7F7;
}
.sometimes_section .container {
    max-width: 1560px;
    padding: 0 30px;
}
.sometimes_section .heading_text {
    margin-bottom: 17px;
}
.sometimes_section .row {
    margin: 0 -30px;
}
.sometimes_section .col_6 {
    padding: 0 30px;
}
.sometimes_section h6 {
    margin-bottom: 16px;
}
.sometimes_section .sometimes_content p {
    margin-top: 21px;
}
/*sometimes css end*/

/*construction css start*/
.construction_section {
    padding: 100px 0 0;
}
.construction_section.portfolio_section .portfolio_text_box {
    max-width: 746px;
    padding-top: 0;
}
.construction_section.portfolio_section .portfolio_text_box h2 {
    margin-bottom: 40px;
    /*max-width: 410px;*/
}
.construction_section.portfolio_section .portfolio_text_box p {
    margin: 18px 0 0;
    margin-bottom: 0 !important;
}
.construction_section.portfolio_section .float_image {
    top: 100px;
    left: 327px;
}
/*construction css end*/

/*maximus css start*/
.maximus_section.profile_section {
    padding: 100px 0;
}
.maximus_section.profile_section .float_images:before,
.maximus_section:after {
    bottom: auto;
    top: 370px;
}
.maximus_section.profile_section .container {
    max-width: 1530px;
}
.maximus_section.profile_section .profile_text_box {
    padding: 9px 0 0 14px !important;
}
.maximus_section.profile_section .profile_text_box p {
    margin-bottom: 0 !important;
}
.maximus_section.profile_section .profile_image {
    max-width: 495px;
    margin: auto;
}
/*maximus css end*/

/*investable page css*/

/*someone css start*/
.someone_section {
    padding: 100px 0 87px !important;
    position: relative;
}
.someone_section .container {
    max-width: 1640px;
    padding: 0 70px;
}
.someone_section .row {
    margin: 0 -28px;
}
.someone_section .col_6 {
    padding: 0 28px;
}
.someone_section .row:first-child {
    align-items: center;
}
.someone_section .row:nth-child(2) .col_6  {
    padding-top: 138px;
}
.someone_section .someone_image_box {
    position: relative;
    max-width: 650px;
    z-index: 1;
}
.someone_section .someone_image_box:before {
    content: '';
    position: absolute;
    top: 50px;
    left: -50px;
    right: 50px;
    bottom: -50px;
    border: 1px solid #A2CFF0;
    z-index: -1;
    opacity: 0.5;
}
.someone_section .someone_image_box_inner {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}
.someone_section .someone_image_box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: all 2s linear;
}
.someone_section .someone_image_box:hover img {
    transform: scale(1.1);
}
.someone_section .someone_text_box {
    padding-bottom: 5px;
}
.someone_section .someone_text_box h6 {
    margin-bottom: 4px;
}
.someone_section .someone_text_box h2 {
    margin-bottom: 38px;
}
.someone_section .someone_text_box p {
    margin: 19px 0 0;
    margin-bottom: 0 !important;
}
.someone_section .row:nth-child(2) .col_6 .someone_text_box p {
    margin: 0 !important;
}
.someone_section .floating_images {
    position: absolute;
    top: 0;
    right: 0;
    width: 259px;
    height: 265px;
    z-index: -1;
}
.someone_section .floating_images:before,
.someone_section .floating_images:after {
    content: '';
    width: 48.2%;
    height: 126px;
    border: 1px solid #A2CFF0;
    position: absolute;
    opacity: 0.5;
}
.someone_section .floating_images:before {
    top: 0;
    left: 0;
}
.someone_section .floating_images:after {
    bottom: 0;
    right: 0;
}
.criminal_section.someone_section + .hobby_section.profile_section.two_column_layout .row {
    align-items: flex-start;
}
.criminal_section.someone_section + .hobby_section.profile_section.two_column_layout .row .col_6 {
    padding-top: 0 !important;
}
.criminal_section.someone_section + .hobby_section.profile_section.two_column_layout .row .col_6 p {
    margin: 0;
}
/*someone css end*/

.criminal_section ul,
.sometimes_section ul,
.two_column_layout ul{
    padding-top: 20px;
    padding-left: 20px;
    text-align: left;
}

.criminal_section li,
.sometimes_section li,
.two_column_layout li{
    list-style: unset;
    padding-top: 10px;
    line-height: 30px;
}


/*criminal css start*/
.criminal_section.someone_section {
    padding: 100px 0 !important;
}
/*.criminal_section.someone_section:nth-child(12) {
    padding-bottom: 0 !important;
}*/
.criminal_section.someone_section + .hobby_section.profile_section {
    padding: 0 0 100px !important;
}
.criminal_section.someone_section .someone_text_box {
    padding: 0px 0 0 5px;
}
/*criminal css end*/

/*contact page css*/

/*contact css start*/
.contact_section {
    padding: 120px 0;
    position: relative;
}
.contact_section:after,
.contact_section:before {
    content: '';
    width: 242px;
    height: 242px;
    border: 1px solid #A2CFF0;
    position: absolute;
    left: 0;
    opacity: 0.5;
    z-index: -1;
}
.contact_section:before {
    top: 120px;
}
.contact_section:after {
    top: 386px;
}
.contact_section .floating_images {
    position: absolute;
    top: 0;
    right: 0;
    width: 258px;
    height: 269px;
    z-index: -1;
}
.contact_section .floating_images:before, 
.contact_section .floating_images:after {
    content: '';
    width: 48.2%;
    height: 125px;
    border: 1px solid #A2CFF0;
    position: absolute;
    opacity: 0.5;
}
.contact_section .floating_images:before {
    top: 0;
    left: 0;
}
.contact_section .floating_images:after {
    bottom: 0;
    right: 0;
}
.contact_section .container {
    max-width: 1322px;
}
.contact_section .row {
    align-items: center;
}
.contact_section .col_icon {
    flex: 0 0 525px;
    max-width: 525px;
    padding: 0 15px;
}
.contact_section .col_text {
    flex: 0 0 calc(100% - 525px);
    max-width: calc(100% - 525px);
    padding: 0 15px;
}
.contact_icons_box .contact_icons {
    width: 100%;
    max-width: 242px;
    height: 242px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #D0E7F7;
}
.contact_icons_box .contact_icons:first-child {
    margin: 0 0 24px auto;
}
.contact_section .contact_text_box {
    padding: 0 0 33px 60px;
}
.contact_section .contact_text_box .row {
    align-items: flex-start;
}
.contact_section .contact_text_box .col_6 {
    padding-bottom: 74px;
}
.contact_section .contact_text_box .col_6:nth-child(n+3) {
    padding-bottom: 48px;
}
.contact_section .contact_text_box .col_6:last-child {
    padding-bottom: 0 !important;
}
/*contact css end*/


.airline_section.is_profile_view .col_image {
    flex: 0 0 300px;
    max-width: 300px;
}
.airline_section.is_profile_view  .col_text {
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
}
.airline_section.is_profile_view .airline_text_box {
    max-width: 100% !important;
    padding: 0 0 30px !important;
}
.airline_section.is_profile_view::before {
    top: 75px;
    bottom: 80px;
}
.airline_section.is_profile_view .airline_content_box .col_text p {
    margin: 12px 0 0 !important;
}
.airline_section.is_profile_view .airline_content_box {
    margin-top: 40px !important;
}
.airline_section.is_profile_view .airline_content_box .airline_image_box img {
    max-height: unset;
}


.password-protected  form p label{
	font-family: 'Poppins', sans-serif;
    font-weight: 500;
    top: 10px;
    position: relative;
}
.password-protected  form p input[type="password"]{
   background:transparent;
   border-bottom: 1px solid #5a5a5a;
   margin: 0 15px 0px 5px;
}
.password-protected  form p input[type="submit"]{
    line-height: 27px;
    position: relative;
    font-weight: 400;
    transition: all 0.4s ease;
    font-size: 17px !important;
    min-width: 88px;
    text-align: center;
    border: 1px solid #01547C !important;
    color: #01547C !important;
    padding: 5px 15px;
    background-color: transparent;
    transition: all 0.3s;
}
.password-protected  form p input[type="submit"]:hover , 
.custom-docu-data .wpdm-download-link.btn.btn-primary:hover{
    background-color: #01547C !important;
    color: #fff !important;
}
.custom-docu-data{
    max-width: 1050px;
    margin: 0 auto;
}
.custom-docu-data .media-body .package-title a{
    color: #01547C;
    font-weight: normal;
    margin-bottom: 5px;
    pointer-events: none;
}


.custom-docu-data.folder-view .media-body .package-title a{
    pointer-events: auto;
}

.custom-docu-data .link-template-default{
    margin-bottom: 0 !important;
    border: 0;
    background-color: transparent;
}
.custom-docu-data .w3eden{
    border-bottom: 1px solid #c2c4c5 !important;
}
.custom-docu-data .wpdm-download-link.btn.btn-primary {
    background: transparent !important;
    border-radius: 0;
    border: 1px solid #01547C !important;
    color: #01547C;
    font-weight: normal;
}
.custom-docu-data .w3eden:last-child{
    border-bottom:0 !important
}
.custom-docu-data.bottom-border .w3eden:last-child{
    border-bottom: 1px solid #c2c4c5 !important;
}

@media (max-width:767px) {
    .custom-docu-data .link-template-default .card-body .media{
        flex-wrap: wrap;
    }
    .custom-docu-data .link-template-default .card-body .media .mr-3{
        width: 100%;
       margin: 0 !important;
    }
    .custom-docu-data .link-template-default .card-body .media-body{
        text-align: left;
        margin-top: 15px;
        width: 100%;
    }
    .custom-docu-data .link-template-default .card-body .media > .ml-3{
        width: 100%;
        margin-top: 10px;
        text-align: left;
        margin-left: 0 !important;
    }
}