@font-face {
    font-family: "SourceSansPro-Regular";
    font-display: swap;
    src: url(../fonts/SourceSansPro/SourceSansPro-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "SourceSansPro-Bold";
    font-display: swap;
    src: url(../fonts/SourceSansPro/SourceSansPro-Bold.ttf) format("truetype");
}


:root {
    --custom-blue: #1b3556;
    --custom-lightblue: #3a71ba;
    --custom-cream: #cfb193;
}

/* custom checkbox */
.custom-checkbox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.custom-checkbox p {
    margin-bottom: 0;
}

.custom-checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.custom-checkbox span {
    display: inline-block;
    width: 25px;
    height: 25px;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--custom-blue);
    background-color: #fff;
    margin-right: .5em;
    position: relative;
    cursor: pointer;
}

.custom-checkbox input:checked ~ span {
    background-color: var(--custom-blue);
}

.custom-checkbox span::after {
    display: none;
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.custom-checkbox input:checked ~ span::after {
    display: block;
}
/* end of custom checkbox */

/* navbar */
button.nav-link {
    background-color: transparent;
    border: none;
    outline: none;
}

button.nav-link::after {
    display: none;
}

.navbar .dropdown-menu {
    left: unset;
    right: 30px;
    min-width: 12rem;
    text-align: center;
    border-radius: 0;
}

.navbar .dropdown-menu a {
    color: var(--custom-blue);
    margin: 0 !important;
}

.navbar .dropdown-menu a:hover {
    background-color: transparent;
    color: var(--custom-lightblue);
}
/* end of navbar */

/* static content */
.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6 {
    font-family: "SourceSansPro-Bold";
    text-transform: uppercase;
}

.static-content h1 {
    font-size: 35px;
}
.static-content h2 {
    font-size: 32px;
}
.static-content h3 {
    font-size: 30px;
}
.static-content h4 {
    font-size: 25px;
}
.static-content h5 {
    font-size: 22px;
}
.static-content h6 {
    font-size: 19px;
}

.static-content img {
    max-width: 100%;
}

.static-content ul {
    columns: 2;
    padding: 0;
}

.static-content li {
    list-style-type: none;
    position: relative;
    margin-bottom: 0.6em;
    padding-left: 45px;
    display: inline-block;
}

.static-content li::before {
    content: "";
    background-color: var(--custom-blue);
    border-radius: 5px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
}
/* end of static content */

/* base stuff */
form label a,
form label a:hover {
    text-decoration: underline;
}

.base_container {
    min-height: 450px;
}

.light.cc_dialog {
    padding: 1em 1.5em !important;
    max-width: 90% !important;
}

.navbar-nav .dropdown-toggle::after,
.hidden {
    display: none;
}

html {
    scroll-behavior: smooth;
}

.navbar-toggler {
    border-color: #8d9aab;
}

form small {
    text-align: left !important;
    color: #f00;
}

a:focus,
a:hover,
a:focus *,
a:hover *{
    text-decoration: none !important;
    color: currentColor;
}
/* end of base stuff*/

.navbar-nav .active-link {
    color: #05b2ff;
}

a,
body {
    font-family: "SourceSansPro-Regular";
    color: #2b2b2b;
}

a:hover {
    text-decoration: none;
    color: #2b2b2b;
}

.nav-link {
    font-family: "SourceSansPro-Bold";
    font-size: 24px;
    color: #fff !important;
    border-bottom: 4px solid transparent;
    margin-right: 15px;
}

.nav-link:hover,
.nav-link:focus {
    border-bottom: 4px solid #913bbe;
}

.navbar {
    align-items: flex-start;
    padding-top: 25px;
}


#navbarSupportedContent i {
    font-size: 24px;
    color: #fff;
    margin-left: 25px;
}

.carousel-hero-img {
    height: 900px;
    width: 100%;
    object-fit: cover;
}

.bage-page .carousel-hero-img {
    height: 350px;
}

.hero-fluid {
    margin-top: -163px;
}

header {
    position: relative;
    z-index: 100;
}

.herolayer {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
}

.colored_logoicon {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -165px;
    z-index: 101;
    margin: 0 auto;
}

.carousel-item {
    margin-bottom: 165px;
}

.carousel-content {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 15px 20px 15px 100px;
    background-color: #ac4ec6;
    width: max-content;
    position: absolute;
    bottom: 29%;
    left: 18%;
    right: 0px;
    margin: 0 auto;
}

.carousel-content img {
    position: absolute;
    left: -173px;
    top: -76%;
}

.carousel-text-1 {
    font-family: "SourceSansPro-Bold";
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}

.carousel-text-2 {
    font-family: "SourceSansPro-Bold";
    color: #222222;
    font-size: 48px;
    line-height: 1;
}

.bighomecontent-fluid {
    padding-top: 165px;
    margin-top: -165px;
    background-image: url('../images/content-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home-title-1 {
    font-family: "SourceSansPro-Bold";
    color: #ac4ec6;
    text-transform: uppercase;
    font-size: 24px;
}

.home-title-2 {
    font-family: "SourceSansPro-Bold";
    color: #222222;
    font-size: 48px;
    line-height: 1;
    padding-bottom: 18px;
}

.static-content {
    font-size: 18px;
    color: #444444;
}

.standard-btn {
    color: #222222;
    font-family: "SourceSansPro-Bold";
    font-size: 18px;
    padding-bottom: 3px;
    background-color: transparent;
    border: 0px;
    border-bottom: 2px solid #913bbe;
}

.bg-row {
    background-image: url("../images/about-us-row-bg.png");
    background-repeat: no-repeat;
    background-position: 21% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.one-service-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 2em;
}

.service-text-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 25px;
}

.service-title {
    font-family: "SourceSansPro-Bold";
    color: #ac4ec6;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 0px;
}

.minus-mt-top {
    margin-top: -125px;
}

.trustrow-bg {
    display: flex;
    width: calc(100% + 30px);
    min-height: 150px;
    background-color: #fff;
    margin-left: -15px;
    margin-right: -15px;
}

.trust-one-block {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding-top: 3em;
    padding-bottom: 3em;
}

.trust-big-number {
    font-size: 60px;
    color: #ac4ec6;
    font-family: "SourceSansPro-Bold";
    margin-left: 10px;
    margin-right: 10px;
}

.trust-big-number.smaller {
    font-size: 48px;
    margin-left: 15px;
}

.trust-note {
    font-size: 23px;
    color: #222222;
    font-family: "SourceSansPro-Bold";
    line-height: 1;
}

.gallery-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 23px 3px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 23px 3px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 23px 3px rgba(0,0,0,0.45);
    border-radius: 20px;
}

.gallery-item img {
    height: 300px;
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

.gallery-btn {
    position: absolute;
    left: 25px;
    bottom: 25px;
    background-color: #ac4ec6;
    color: #fff !important;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "SourceSansPro-Bold";
    border-radius: 0px;
}

.max-content {
    width: max-content;
    margin: 0 auto;
}

.opinion-fluid {
    background-image: url('../images/opinion-bg.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
    padding-bottom: 8em !important;
}

.start-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: 0 auto;
}

.start-block img {
    margin-left: 5px;
    margin-right: 5px;
}

.start-block .last-star {
    width:15px;
    background-image: url('../images/star.png');
    background-position: left;
    background-size: 24px;
    height: 23px;
    margin-left: 5px;
    margin-right: 5px;
}

.one-opinion {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 23px 3px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 23px 3px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 23px 3px rgba(0,0,0,0.45);
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 25px;
}

.opinion-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
}

.opinion-bottom .start-block {
    margin: initial;
}

.opinion-bottom img {
    height: 15px;
    width: auto;
    margin-left: 2px;
    margin-right: 2px;
}

.opinion-bottom .name {
    font-size: 18px;
    color: #444444;
    font-family: "SourceSansPro-Bold";
}

.form-control {
    background-color: #f4f4f4;
    border-radius: 10px;
    color: #444444;
    font-style: italic;
    border: 0px;
    padding: 15px 25px;
    min-height: 49px;
}

footer {
    background-color: #ac4ec6;
    display: block;
    overflow: hidden;
}

.allrights {
    color: #d39ae3;
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 25px;
}

.footer-menu {
    color: #fff;    
    font-family: "SourceSansPro-Bold";
    font-size: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.footer-menu i {
    color: #d39ae3;
}