 /*
Theme Name: NORD2025
Author: IT
Description: Custom theme for Wordpress based on Bootstrap 5.1.3
Version: 0.0.1
*/

/*------------------------------
	EXTERNAL FONTS
------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap);
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
/*------------------------------
	FRONT PAGE VIDEO
------------------------------*/
video{ width: 100%; height: 100%; max-width: 100%; }
.wp-video{width: 100% !important;}
svg {
	height: 50px; 
	width: 60px;
}
#home-video { 
    overflow: hidden; 
    position: relative; 
    width: 100%; 
    min-height: 550px;
    height: 100%; 
    margin: 0; 
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden; 
    -webkit-transform-style: preserve-3d; 
    transform-style: preserve-3d; 
    background-color: ffffff; 
    max-height:550px; 
} 
#hvideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;

}
video#hvideo {
    width: 100%;
	height:auto
}
.hcontent {
    position: absolute;
    bottom: 0;
    /*background: rgba(0, 0, 0, 0.5);*/
	background: transparent;
    /*color: #f1f1f1;*/
	color:#444;
    width: 100%;
    /*padding: 20px;*/
	padding: 20px 0 150px 110px;
}
 
#home-video h2 { 
	font-size: 54px;
    padding: 3px 14px;
    color: #fff;
    text-shadow: 2px 2px #777;
	margin: 0px;
} 
#home-video p {
    font-size: 60px;
    padding: 3px 24px;
    color: #fff;
    text-shadow: 2px 2px #777;
    margin: 0px;
}


/*------------------------------
	TEAM MANAGER
------------------------------*/
.profile-photo {
    width: 210px;
    height: 210px;
    background-position: center top;
    background-size: cover;
    border-radius: 50%;
}
/*------------------------------
	FADE IN EFFECT
------------------------------*/
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
/*------------------------------
	GENERAL
------------------------------*/

body {
    -webkit-font-smoothing: antialiased;
	font-family: 'Raleway', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 17px;
    line-height: 1.5;
    overflow-x: hidden;
    color:#555;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
body a {
    outline: none !important;
}
a {
    color: #333;
}
a:hover {
    color: #444;
}
a:link { text-decoration: none; }

h1, h2, h3, h4, h5, .diplay-1, .diplay-2, .diplay-3, .diplay-4, .diplay-5, .diplay-6, legend {
	font-family: 'Raleway', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
.ba-1 {line-height:3rem;font-size: 3rem;margin-top: 3.5rem !important;}
.ba-2 {line-height:4rem;font-size: 4rem}
.ba-3 {font-size: 1.5rem}
.text-primary {color:#333 !important}
.text-secondary {color:rgb(193 208 91) !important}
.bg-primary {color:#555 !important;background:#fff !important}
.bg-secondary {color:#fff !important; background:#AFCF64 !important}
.bg-secondary a {color:#fff !important}
.bg-lightgray {background:#eee !important}
.text-orange {color: rgb(193 208 91);}
.text-darker {color:#77872a;}
.bg-nl {background-color: #ffcd9836}
.bg-2 {
    background-image: url(/wp-content/uploads/surrogacy-bg2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 400px;
}
.bg-6 {
    background-image: url(/wp-content/uploads/bg-6-sm.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    min-height: 720px;
}
.accordion-body {
    background: #fff;
    /*border-radius: 25px;*/
    padding: 15px !important;
	background-color: rgba(255, 255, 255, 0.8);
}

.accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 1rem;
    content: "";
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.accordion-button::after {
	background-image: none;
}
.accordion-button:not(.collapsed)::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button:not(.collapsed)::after {
    background-image:none;
}
strong {color:#212529}
.round {
    border-radius: 50%;
}
.icon {
    background: #fff;
    width: 90px;
    height: 90px;
    padding: 21px 0;
}
.rounded {border-radius: 25px!important;}
.square {border-radius: 0 !important;}
.pb-6, .py-6 {
    padding-bottom: 3.5rem!important;
}
.pt-6, .py-6 {
    padding-top: 3.5rem!important;
}
.display-lead {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.page-numbers {
    padding: 9px 9px;
    margin: 0 0 9px 0;
    display: inline-block;
}

.navbar {
    padding: 0;
}
img.logo {
    max-height: 66px;
}
.bg-light {
    background-color: #fff !important
}
.bg-beta {
    background-color: #2b1772 !important;
	color: #FFF !important;
}
.text-beta {
	color: #2b1772 !important;
}
p#breadcrumbs {
    font-size: .7rem;
    padding: 9px 0 0 9px;
    margin-bottom: 9px;
    text-transform: lowercase;
}
.betabreadcrumbs {
	background: #F0F0F0;
    border-top: #afa8ba 6px solid;
}
#loginform label {
    display: block;
    margin-bottom: 0.5rem;
}
.bd-callout .btn:hover {
    color: #212529 !important;
}
.input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.input:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0 rgb(0 123 255 / 25%);
}
.lay-over {
	margin-left:-50px;
}
.bg-gray {
	background: #eee;
}
.accordion-item {
    background-color: transparent;
    border: 1px solid transparent;
}
.accordion-button:not(.collapsed) {
    color: #2b1772;
	/*font-weight: 600 !important;*/
    background-color: transparent;
    box-shadow: inset 0 -1px 0 transparent;
}
.accordion-button {
    background-color: transparent;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 .25rem transparent;
}
.accordion-body {
    padding: 0 1.25rem;
}

.bg-3 {
    background-image: url(/wp-content/uploads/bg-mombaby-sm.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    min-height: 270px;
    color: #555;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .9rem;
        padding-left: .9rem;
    }
}


/* FIREFOX FIX OF UGLY SELECT BOXES */
@supports (-moz-appearance:none) {

  SELECT
  {
  -moz-appearance:none !important;
  background: #ffffff url('data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==') right center no-repeat !important;
  background-position: calc(100% - 5px) center !important;
  }

}

/*------------------------------
	SOCIAL BUTTONS
------------------------------*/
ul#menu-social-icons {
    padding-left: 0;
}
ul#menu-social-icons>li>a {
    display: inline-block;
    padding: .33em .36em;
    border-radius: 50%;
    width: 3.2rem;
    height: 3.2rem;
}
ul#menu-social-icons li {
    display: inline-block;
    margin-right: .3em;
}
.social-icon {
    font-size: 2.5rem;
    line-height: 1;
}

.btn-fb, .btn-yt, .btn-pn, .btn-tw {border-radius:50%; width: 3.2rem; height:3.2rem; background-color:#fff;}

.btn-fb a {color:#555555;background-color:#fff}
.btn-yt a {color:#555555;background-color:#fff}
.btn-pn a {color:#555555;background-color:#fff}
.btn-tw a {color:#555555;background-color:#fff}

.btn-fb a:hover {background-color:#3b5998;color:#fff}
.btn-yt a:hover {background-color:#d34836;color:#fff}
.btn-pn a:hover {background-color:#E60023;color:#fff}
.btn-tw a:hover {background-color:#4099FF;color:#fff}

/*------------------------------
	PARALLAX
------------------------------*/
section#before_footer {
    min-height: 300px;
}
#before_footer {
    background-image: url(/wp-content/uploads/parallax_image.jpg);
}
.parallax {
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*------------------------------
	NAVBAR
------------------------------*/


.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.navbar li.current_page_item a {
    color: #2b1772 !important;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #2b1772 !important;
}
.navbar .navbar-toggler {
    border-color: transparent !important;
}

.navbar .navbar-nav .nav-link {
   font-weight: 400;
}

ul.dropdown-menu li > ul.dropdown-menu{
    left: 100%;
    top: 0;
}

ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
    display: block
}

.dropdown-menu {
    margin: 0;
    border: 1px solid #fff;
    border-radius: 0 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
a.dropdown-item {
    color: #777;
    padding: .5rem 1rem;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #777;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
    color: #2b1772;
    text-decoration: none;
    background-color: #fff;
}


/*------------------------------
	FORMS
------------------------------*/
.form-control {
    padding: 0.8rem 1rem;
    border-radius: 0;
}
.nav-link, .nav-link:focus, .nav-link:hover {
    color: inherit;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0 rgba(38,143,255,.5);
}
button:focus {
    outline: none !important;
}

.btn-inverse {
    color: rgb(193 208 91) !important;
    border: 1px solid rgb(193 208 91) !important;
}
.btn, .button {
    display: inline-block;
    background-image: none;
    border: 0px solid transparent;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 15px 24px;
    line-height: 1.5;
    border-radius: 25px !important;
}
.btn:hover {
    opacity: 0.7;
	/*color: #fff !important*/
}
.btn-sm {
    padding: 8px 24px !important;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0,123,255,.25);
}
.btn-primary, .button {
    color: #fff !important;
    background-color: #2b1772 !important;
    border-color: #2b1772 !important;
}
.btn-secondary {
    color: #ffffff;
    background-color: #555;
    border-color: transparent;
}
.btn-green {
    color: #fff;
    background-color: #67A684;
    border-color: #67A684;
}
.btn-green:hover {
	color: #fff !important;
    background-color: rgb(193 208 91);
    border-color: rgb(193 208 91);
}
.btn-orange {
    color: #fff;
    background-color: #E09F63;
    border-color: #E09F63;
}
.btn-red {
    color: #fff;
    background-color: #981D60;
    border-color: #981D60;
}
.btn-blue {
    color: #fff;
    background-color: #73ABB7;
    border-color: #73ABB7;
}
.btn-lg {
    padding: 15px 24px;
}

.btn-lead {
    padding: 1.5rem 2rem;
    top: 15%;
    right: 8%;
    position: absolute;
    z-index: 4;
    font-size: 1.2rem;
    border-radius: 50px !important;
}
/*------------------------------
	FOOTER
------------------------------*/

footer {
    background: #4a4453;
    color:#eee;
}
.footer-secondary {
    padding: 25px 0;
    background: #4a4453;
}
.footer-primary {
    padding: 18px 0 12px 0;
    background: #4a4453;
}
footer a {
    color:#eee;
}
footer a:hover, .footer a:focus {
    color:#afa8ba;
    text-decoration:none;
}

/*------------------------------
	MODAL DIALOG
------------------------------*/
.modal-header {
    border: 0 !important;
}
.modal-title {
    border-radius: 0px;
    background-color: #ffcd98;
    font-size: 1.2em;
}
/*------------------------------
	SCROLL UP
------------------------------*/
.scrollup {
    position: fixed;
    display: none;
    z-index: 9999;
    text-align: center;
    right: 30px;
    bottom: 30px;
    width: 54px;
    height: 54px;
    background: #2b1772;
    font-size: 27px;
    line-height: 54px;
    color: #fff;
    cursor: pointer;
	border-radius:50%;
    opacity: .7;
    transition: all 150ms;
}
.scrollup:hover,
.scrollup:focus {
    opacity: 1;
    color: #fff !important;
}
    .nl-notice {
        font-size: 20px;
    }
.icon-header h4 {
    font-size: 1.3rem;
}
/*------------------------------
	MEDIA QUERIES
------------------------------*/
@media screen and (max-width: 999px) { }
@media (min-width:961px) {
    .display-4 {
        font-size: 2.5rem;
    }

}
@media (max-width:768px) {}
@media screen and (max-width: 680px) {
	.bg-3, .bg-6 {
		background-image: none !important;
		background-color:#fff !important;
	}
    .btn-lead {
		right:0;
        padding: 15px 24px;
        font-weight: 500;
        font-size: 13px;
        border-radius: 25px !important;
    }
    #home-video { 
        min-height:200px;
        max-height:200px; 
    } 
    #home-video h1, #home-video h2{ 
        font-size:30px; 
    } 
	.hcontent {
		padding:20px;
	}
	svg {
		height: 30px; 
		width: 40px;
	}
	.icon {
		background: #fff;
		width: 50px;
		height: 50px;
		padding: 12px 0;
	}
	.icon-header h4 {
		font-size:.9rem;
	}
	.btn, .button {
        font-size: 12px;
        padding: 12px 21px;
        line-height: 1.5;
	}
	.bg-2 {
        background-image: none;
    }
}
