* {
    user-select: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
    /*    overflow: hidden;*/
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 10px;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
body {
    line-height: 1;
    font-family: 'Didact Gothic', sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    list-style: none;
}

/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
    display: block;
    height: 3px;
    border: 0;
    border-top: 2px solid #444;
    margin: 1rem 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}

/*-------------------------------------------------------------------------------------------------all resets complete */

.og {
    display: none;
}
.breaker0 {
    width: 100%;
    height: 50rem;
    background: url(Images/br-0.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
    margin: 3rem auto
}
.breaker1 {
    width: 100%;
    height: 50rem;
    background: url(Images/break-1.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
    margin: 3rem auto
}
.breaker2 {
    width: 100%;
    height: 50rem;
    background: url(Images/break-2.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
    margin: 3rem auto
}
.breaker3 {
    width: 100%;
    height: 50rem;
    background: ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
    margin: 3rem auto
}

/*---------------------------------------------------------------------------------------------------- landing contact */

.top {
    background: #fff;
    height: 8rem;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    text-decoration: none;
    list-style: none;
}
.top i {
    color: #00145d;
    margin-right: 0rem 2rem;
    font-size: 2.5rem;
    padding: .5rem;
    border-radius: 50%;
    border: none;
    opacity: 1;
    transition: 0.2s all ease;
}
.top i:hover {
    opacity: 0.5;
}
a.cont {
    font-family: 'Didac +Gothic', sans-serif;
    padding: 0rem 1.5rem;
    border: none;
    outline: none;
}
button.con {
    border: none;
    padding: 1.5rem 2rem;
    outline: none;
    border: 2px solid #00145d;
    margin-left: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #00145d;
    background: none;
    transition: all 0.2s ease;
}
button.con:hover {
    background: #00145d;
    color: #fff;
}
@media only screen and (min-width:768px) {
    .top {
        /*    background:#101d2c;*/
        height: 100% auto;
        width: 70%;
        padding: 0;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        text-decoration: none;
        list-style: none;
    }
    .top i {
        /*    color:#ffd700;*/
        margin-right: 0;
        font-size: 3rem;
        padding: 10px;
        border-radius: 50%;
        justify-content: flex-end;
        /*    border:1px solid rgba(255, 255, 255, 0.4);*/
    }
    .top p {
        /*    color:rgba(255, 255, 255, 0.4);*/
        font-family: 'Didact Gothic', sans-serif;
        font-size: 1.7rem;
        display: block;
        margin: 0 auto;
        padding: 15px;
        font-weight: 600;
    }
    .top a.top-2 {
        float: right;
    }
}

/*navigation start*/

.header {
    z-index: 999;
    position: fixed;
    top: 8rem;
    left: 0;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem;
    background: #fff;
    background-size: cover;
    height: 8rem;
}
.header.sticky {
    top: 0;
    background: #eee;
    padding: .5rem 2rem;
    transition: all 0.5s ease-in;
    width: 100%;
    height: 8rem;
}
.header.sticky:hover {
    color: #fff;
    font-weight: 500;
}
.header .brand {
    height: 8rem;
    line-height: 8rem;
}
.header .brand img {
    width: 22%;
    padding: 0rem 0 0 1rem;
}
.header .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .menu a {
    font-size: 1.8rem;
    font-weight: 600;
    text-decoration: none;
    color: #00145d;
    margin: 0 3rem;
    padding: .5rem 1.5rem;
    border: none;
    transition: all 0.2s ease-in;
    opacity: 1;
    font-family: 'Acme', sans-serif;
}
.menu a:hover {
    opacity: 0.5;
    font-weight: bolder;
    margin: 0.2rem 3rem;
}
.header .btn {
    color: #00145d;
    cursor: pointer;
    display: none;
}
.header i {
    font-size: 2.5rem;
}
@media (max-width:1060px) {
    .header .btn {
        display: flex;
    }
    .header .menu {
        position: fixed;
        background: #fff;
        flex-direction: column;
        min-width: 25rem;
        height: 100vh;
        top: 6rem;
        right: -100%;
        padding: 8rem 1rem;
        transition: all 0.5s ease;
    }
    .header .menu.active {
        right: 0;
    }
    .header .menu .close-btn {
        position: absolute;
        top: 0;
        left: 0;
        margin: 2.5rem;
        color: #00145d;
    }
    .header .menu a {
        display: block;
        font-size: 2rem;
        margin: 2rem;
        padding: 0 1.5rem;
        color: #222;
    }
}
@media (max-width:500px) {
    .header .btn {
        display: flex;
    }
    .header .menu {
        position: fixed;
        background: #fff!important;
        flex-direction: column;
        width: 25%;
        height: 100vh;
        top: 0rem;
        right: -100%;
        padding: 8rem 1rem;
        transition: all 0.5s ease;
    }
    .header .brand img {
        width: 50%;
        padding: .5rem 0 0 0;
    }
}

/*******************************/


/******** Carousel CSS *********/


/*******************************/

.carousel {
    position: relative;
    width: 100%;
    height: calc(100vh - 170px);
    margin: auto;
    text-align: center;
    overflow: hidden;
}
.carousel .carousel-inner,
.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
}
.carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel .carousel-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 1;
}
.carousel .carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100vh - 170px);
}
.carousel .carousel-caption h1 {
    color: #fff;
    font-size: 5rem;
    font-weight: bolder;
    margin-bottom: 2rem;
    font-family: 'Didact Gothic', sans-serif;
}
.carousel .carousel-caption p {
    color: #fff;
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: bolder;
    font-family: 'Didact Gothic', sans-serif;
}
.carousel .carousel-caption .btn {
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #00145d;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 0px;
    transition: all .5s ease-in;
    font-weight: bolder;
    font-family: 'Didact Gothic', sans-serif;
}
.carousel .carousel-caption .btn:hover {
    color: #aaa;
    text-transform: uppercase;
}
@media (max-width: 767.98px) {
    .carousel .carousel-caption h1 {
        font-size: 40px;
        font-weight: 700;
    }
    .carousel .carousel-caption p {
        font-size: 20px;
    }
    .carousel .carousel-caption .btn {
        padding: 12px 30px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
    }
}
@media (max-width: 575.98px) {
    .carousel {
        position: relative;
        width: 100%;
        height: calc(100vh - 170px);
        margin: 8rem auto;
        text-align: center;
        overflow: hidden;
    }
    .carousel .carousel-caption h1 {
        font-size: 30px;
        font-weight: 500;
    }
    .carousel .carousel-caption p {
        font-size: 16px;
    }
    .carousel .carousel-caption .btn {
        padding: 10px 25px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
    }
}
.carousel .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

/*******************************/

.pagebreak {
    width: 95%;
    margin: 1rem auto;
    text-align: center;
}
.pagebreak2 {
    width: 100%;
    margin: 1rem auto;
    text-align: center;
}

/******** Top Feature CSS ******/


/*******************************/

.feature-top {
    position: relative;
    background: #fff;
    margin-bottom: 0;
    padding: 1rem 0;
}
h2.ftop {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 2rem 0;
    color: #00145d;
    font-family: 'Great Vibes', sans-serif;
    font-size: 6.5rem;
    letter-spacing: 1px;
    font-weight: 400;
}
.feature-top .col-md-3 {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
@media (max-width: 575.98px) {
    .feature-top .col-md-3:nth-child(1n) {
        border-right: none;
    }
    .feature-top .col-md-3:last-child {
        border-bottom: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .feature-top .col-md-3:nth-child(2n) {
        border-right: none;
    }
    .feature-top .col-md-3:nth-child(3n),
    .feature-top .col-md-3:nth-child(4n) {
        border-bottom: none;
    }
}
@media (min-width: 768px) {
    .feature-top .col-md-3 {
        border-bottom: none;
    }
    .feature-top .col-md-3:nth-child(4n) {
        border-right: none;
    }
}
.feature-top .feature-item {
    padding: 30px 0;
    text-align: center;
}
.feature-top .feature-item i {
    color: #444;
    font-size: 5rem;
    ;
    margin-bottom: 10px;
}
.feature-top .feature-item h3 {
    color: #00145d;
    font-size: 3rem;
    font-weight: 600;
    font-family: 'Didact Gothic', sans-serif;
    letter-spacing: 1.5px;
    padding: 1rem;
}
.feature-top .feature-item p {
    color: #444;
    margin: 0;
    font-size: 18px;
}
img.value {
    padding: 2rem;
    width: 35%;
}

/*******************************/

main {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

/********** About CSS **********/


/*******************************/

.about {
    width: 98%;
    padding: 6rem 0 2rem 0;
    margin: 10rem auto;
    text-align-last: center;
    background: #fff;
    border: 1.5px solid #00145d;
}
h2.ab {
    text-align: center;
    padding: 3rem 0 2rem 0;
    color: #00145d;
    font-family: 'Great Vibes', sans-serif;
    font-size: 3.5rem;
    font-weight: 100;
    letter-spacing: 1px;
}
p.ab {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    padding: 1rem 0;
    color: rgba(0, 0, 0, 0.5);
    font-weight: bolder;
    font-size: 1.6rem;
    font-family: 'Didact Gothic', sans-serif;
}
.about-img img {
    width: 100%;
    height: 100%;
}
.about .about-text a.btn {
    margin-top: 15px;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: bolder;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #00145d;
    border: 1px solid #00145d;
    border-radius: 0;
    background: #fff;
    transition: .3s;
    font-family: 'Didact Gothic', sans-serif;
    border-radius: 5px;
}
.about .about-text a.btn:hover {
    color: #fff;
    background: #00145d;
}
p.inv {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 1.8rem;
    width: 85%;
    margin: 3rem auto;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    font-weight: bolder;
}
p.inv span {
    color: blue;
    font-size: 3rem;
}
@media only screen and (min-width:768px) {
    h2.ab {
        text-align: center;
        padding: 3rem 0 2rem 0;
        color: #00145d;
        font-family: 'Great Vibes', sans-serif;
        font-size: 6rem;
        font-weight: 400;
    }
}
@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}

/*******************************/


/********* Testimonials CSS *********/


/*******************************/

.testimonials {
    width: 95%;
    margin: 0 auto;
}
.testimonials .item {
    max-width: 55rem;
    max-height: 55rem;
}
.shadow-effect {
    background: #fff;
    padding: 20px;
    /*    border-radius: 4px;*/
    text-align: center;
    /*    border: 1px solid #00145d;*/
    /*    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);*/
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: 0px auto 0;
    display: table;
    width: auto;
    background: #00145d;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
    font-family: 'Didact Gothic', sans-serif;
    font-size: 1.5rem;
    font-weight: bolder;
    letter-spacing: .5px;
}
#customers-testimonials .item {
    text-align: center;
    padding: 50px;
    margin-bottom: 20rem;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 100%;
    margin: 0 auto;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #00145d;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
    display: none;
    width: 100%;
    text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #00145d;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

/*******************************/


/********* Service CSS *********/


/*******************************/

.service {
    width: 80%;
    padding: 6rem 0 0 0;
    margin: 0 auto;
    background: #fff;
}
.property img {
    margin: 0 auto;
    width: 30%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.trusts img {
    margin: 0 auto;
    width: 35%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.business img {
    margin: 0 auto;
    width: 25%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.notary img {
    margin: 0 auto;
    width: 28%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.devs img {
    margin: 0 auto;
    width: 25%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
h2.serv {
    text-align: center;
    padding: 6rem 0 6rem 0;
    color: #fff;
    font-family: 'Great Vibes', sans-serif;
    font-size: 6rem;
    font-weight: 400;
    width: 100%;
    background: url(Images/GRADIENT%202000x2000px.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    letter-spacing: 1px;
}
.property {
    width: 100%;
    margin: .5rem auto;
    background: transparent;
    padding: 1rem;
    border: 1.5px solid #00145d;
}
.trusts {
    width: 100%;
    margin: .5rem auto;
    background: transparent;
    padding: 1rem;
    border: 1.5px solid #00145d;
}
.business {
    width: 100%;
    margin: .5rem auto;
    background: transparent;
    padding: 1rem;
    border: 1.5px solid #00145d;
}
.notary {
    width: 100%;
    margin: .5rem auto;
    background: transparent;
    padding: 1rem;
    border: 1.5px solid #00145d;
}
.devs {
    width: 100%;
    margin: .5rem auto;
    background: transparent;
    padding: 1rem;
    border: 1.5px solid #00145d;
}
.ante {
    width: 100%;
    margin: 0 auto;
    background: transparent;
    padding: 0rem;
    border: 2px solid #00145d;
}
h3.prop {
    padding: 2rem 0 1rem 0;
    font-family: 'Didact Gothic', sans-serif;
    margin-left: 0rem;
    font-size: 2.5rem;
    font-weight: 600;
    color: #00145d;
    text-align: center;
}
h4.prop {
    padding: 2rem 0;
    font-size: 2rem;
    color: #666666;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: bolder;
}
p.prop1 {
    text-align: left;
    margin-left: 0rem;
    padding: .5rem;
    color: #222;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: bolder;
    font-size: 1.5rem;
}
p.prop1 i {
    color: #00145d;
    font-size: 1rem;
    opacity: 0.78;
}
p.prop {
    text-align: left;
    margin-left: 2rem;
    padding: 0rem;
    color: #444;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: bolder;
    font-size: 1.6rem;
}
p.prop i {
    color: #444;
    font-size: .5rem;
}

/*******************************/


/********* Apps *********/


/*******************************/

.apps {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: url(Images/app-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
h3.app {
    padding: 2rem 0 0 0;
    font-size: 3.5rem;
    color: #00145d;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: bolder;
}
h3.qrc {
    padding: 1rem 0 0 0;
    font-size: 3.5rem;
    color: #00145d;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: bolder;
}
.apps .qr {
    max-width: 95%;
    padding: 1rem;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: transparent;
}
.qr img {
    width: 30rem;
}

/*******************************/


/*********** Team CSS **********/


/*******************************/

.team {
    width: 100%;
    padding: 6rem 0 0 0;
}
.team-item {
    margin: 2rem 0;
}
.team-img img {
    width: 100%;
}
.team-text {
    padding: 1rem;
    text-align: center;
    background: #00145d;
    height: 100%;
}
h2.teams {
    text-align: center;
    padding: 6rem 0 6rem 0;
    color: #fff;
    font-family: 'Great Vibes', sans-serif;
    font-size: 4.5rem;
    width: 80%;
    margin: 0 auto;
    background: url(Images/GRADIENT%202000x2000px.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    letter-spacing: 1px;
}
p.teams {
    text-align: center;
    padding: 2rem;
    font-family: 'Didact Gothic', sans-serif;
    color: #222;
    font-weight: 600;
    font-size: 1.5rem;
}
h3.team {
    padding: 0;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 2.8rem;
    color: #fff;
}
p.team {
    margin-top: -5rem;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: .5px;
}
p.qual {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: .5px;
}
.textarea {
    width: 100%;
    height: auto;
    margin: .5rem auto;
    border: 1px solid #00145d;
    padding: 1rem 2rem;
}
p.teamd {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: bolder;
    color: #222;
    font-size: 1.5rem;
    width: 95%;
    margin: 0 auto;
}
.team-item:hover .team-social {
    width: 100%;
    left: 0;
    background: #00145d;
}
.team-contact {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin: 2rem 0 1rem 0;
}
.team-contact a {
    list-style: none;
    text-decoration: none;
    color: #fff;
}
.team-contact a i {
    padding: 1rem;
    border-radius: 50%;
    background: #00145D;
    font-size: 2rem;
    margin: 0 1rem;
    transition: all 0.5s ease;
}
.team-contact a i:hover {
    color: #ddd;
    margin: 0 0 .5rem 0;
}
@media only screen and (min-width:768px) {
    p.teams {
        font-size: 2rem;
        width: 70%;
        margin: 2rem auto;
    }
    h2.teams {
        text-align: center;
        padding: 6rem 0 6rem 0;
        font-size: 4.5rem;
    }
}
@media only screen and (min-width:1024px) {
    p.teams {
        font-size: 2.5rem;
        width: 70%;
        margin: 2rem auto;
    }
    h2.teams {
        text-align: center;
        padding: 6rem 0 6rem 0;
        font-size: 6.5rem;
    }
}

/*******************************/


/*********** FAQs CSS **********/


/*******************************/

.faqs {
    position: relative;
    width: 100%;
    padding: 6rem 0 3rem 0;
}
h2.faq {
    text-align: center;
    padding: 6rem 0 6rem 0;
    color: #fff;
    font-family: 'Great Vibes', sans-serif;
    font-size: 6.5rem;
    width: 100%;
    margin: 0 auto;
    background: url(Images/GRADIENT%202000x2000px.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    letter-spacing: 1px;
}
h2.conts {
    text-align: center;
    padding: 2rem 0 2rem 0;
    color: #00145d;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 2.5rem;
}
.yt {
    padding: 1rem 0;
}
.clip {
    padding: 1.5rem 0;
}
p.ytclip {
    padding: 1rem 0 0 2rem;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: bolder;
    color: #aaa;
    font-size: 1.5rem;
    font-style: italic;
    width: 95%;
    margin: 0 auto;
}
.fullvid2 {
    width: 85%;
    margin: 0 auto;
    padding: 3rem;
}

/*******************************/


/******* Testimonial CSS *******/


/*******************************/


/*******************************/


/********* People ********/

.people {
    width: 85%;
    margin: 0 auto;
    padding: 6rem 0 3rem 0;
    background: #fff;
}
h2.peoples {
    color: #eee;
    font-size: 6.5rem;
    font-weight: 400;
    padding: 3rem 0 3rem 0;
    font-family: 'Great Vibes', sans-serif;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    background: url(Images/GRADIENT%202000x2000px.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    letter-spacing: 1px;
}
h3.peop {
    padding: 2rem 0 3rem 0;
    font-family: 'Didact Gothic', sans-serif;
    margin-left: 3rem;
    font-size: 2.5rem;
    font-weight: 300;
    color: #00145d;
    font-style: italic;
}
p.peop {
    color: #777;
    font-size: 16px;
    margin: 0 auto;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: bolder;
    width: 90%;
}

/********* More Services *********/


/*******************************/


/********* Contact CSS *********/


/*******************************/


/*-------------------contact area contact 1-------------------------------*/

.contact {
    width: 95%;
    text-align: center;
    margin: 0rem auto 3rem;
    background: url(Images/bg-rev.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
h2.cont {
    text-align: center;
    letter-spacing: 1px;
    padding: 8rem 1rem 1rem 1rem;
    color: #00145d;
    font-family: 'Great Vibes', sans-serif;
    font-size: 3rem;
    font-weight: 600;
}
.contact p.cont {
    text-align: left;
    color: #222;
    font-weight: 500;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 1.6rem;
    padding: 1rem;
}
.connects {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 3rem;
}
.connects i {
    border: none;
    background: none;
    border-radius: 4px;
    font-size: 2.2rem;
    color: #00145d;
}
.contacts hr {
    border-top: 3px solid #ff0000;
    width: 85%;
    margin: 0 auto;
    padding: 1rem;
}
.con-det img {
    width: 25rem;
}
.whatsapp {
    width: 100%;
    margin: 2rem auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 5rem;
    background: #222;
}
.whatsapp a {
    color: #fff;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 1.5rem;
    font-weight: bolder;
    letter-spacing: .5px;
    transition: 0.2s all ease;
}
.whatsapp a:hover {
    color: lawngreen;
    list-style: none;
    text-decoration: none;
}
.whatsapp a i {
    margin-right: .5rem;
    font-size: 2.5rem;
}

/*-------------form-----------------------------*/

.form {
    background: #00145d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 2rem auto;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.85);
}
#form-box {
    padding: 3rem;
    padding-bottom: 2rem;
}
.inp,
#msg-box {
    display: block;
    width: 95%;
    padding: 1.2rem;
    border: none;
    font-size: 1.8rem;
    color: #222;
    margin-bottom: 1.5rem;
    font-family: 'Didact Gothic', sans-serif;
}
.inp:focus,
#msg-box:focus {
    outline: none;
    box-shadow: 0 0 5px 2px rgba(1, 2, 140, 0.85);
}
::-webkit-input-placeholder {
    color: #222;
}
#msg-box {
    resize: none;
    height: 160px;
}
.subs-btn {
    width: 95%;
    padding: 1rem 1.5rem;
    cursor: pointer;
    font-weight: bold;
    margin-left: -15px;
    border: none;
    background: #fff !important;
    color: #00145d;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    border-radius: 5px;
    transition: all 0.6s ease;
    letter-spacing: 1.5px;
    font-family: 'Didact Gothic', sans-serif;
}
.subs-btn:hover {
    background: #00145d!important;
    color: #fff;
    letter-spacing: 1px;
    width: 94%;
}
@media only screen and (min-width:768px) {
    .contact {
        width: 95%
    }
    .contact h2.cont {
        font-size: 3.5rem;
    }
    .contact p.cont {
        font-weight: 500;
        font-size: 1.6rem;
        padding: 3rem 1rem 1rem 1rem;
        letter-spacing: 1px;
    }
    .connects i {
        font-size: 2.8rem;
    }
    .con-det img {
        width: 25rem;
        margin-top: 2rem;
    }
}
@media only screen and (min-width:1024px) {
    .contacts h2.cont {
        font-size: 4rem;
    }
    .contact p.cont {
        font-weight: 500;
        font-size: 2.5rem;
        padding: 1rem;
        letter-spacing: 1px;
    }
    .connect {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        margin-top: 3rem;
    }
    .connects i {
        border: none;
        background: transparent;
        border-radius: 4px;
        font-size: 3rem;
    }
    .con-det img {
        width: 25rem;
        margin-top: 3rem;
    }
}
.map {
    padding: 3rem 1rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/********* Contact 2 **********/


/*******************************/

.contact2 .container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 8%;
}
.contact2 .container .row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    padding: 6rem 0 0 0;
}
.row section.col {
    display: flex;
    flex-direction: column;
}
.row section.left {
    flex-basis: 35%;
    min-width: 320px;
    margin-right: 60px;
}
.row section.right {
    flex-basis: 60%;
}
section.left .contactTitle h2 {
    position: relative;
    font-size: 6.5rem;
    color: #00145d;
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'Great Vibes', sans-serif;
    letter-spacing: 1px;
}
section.left .contactTitle p {
    font-size: 1.5rem;
    color: #00145d;
    letter-spacing: 1px;
    line-height: 1.2;
    padding-bottom: 22px;
    font-family: 'Didact Gothic', sans-serif;
}
section.left .contactInfo {
    margin-bottom: 16px;
}
.contactInfo .iconGroup {
    display: flex;
    align-items: center;
    margin: 25px 0px;
}
.iconGroup .icon {
    width: 45px;
    height: 45px;
    border: 2px solid #00145d;
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
}
.iconGroup .icon i {
    font-size: 20px;
    color: #00145d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.iconGroup .details span {
    display: block;
    color: #222;
    font-size: 18px;
    font-family: 'Didact Gothic', sans-serif;
}
.iconGroup .details span:nth-child(1) {
    text-transform: uppercase;
    color: #fff;
}
section.left .socialMedia {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 22px 0px 20px;
}
.socialMedia a {
    width: 35px;
    height: 35px;
    text-decoration: none;
    text-align: center;
    margin-right: 15px;
    border-radius: 5px;
    background-color: #00145d;
    transition: 0.4s;
}
.socialMedia a i {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    border: 1px solid transparent;
    transition-delay: 0.4s;
}
.socialMedia a:hover {
    transform: translateY(-5px);
    background-color: #fff;
    color: #00145d;
    border: 1px solid #00145d;
}
.socialMedia a:hover i {
    color: #00145d;
}

/* Code for the right section (column) */

.row section.right .messageForm {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}
.row section.right .inputGroup {
    margin: 18px 0px;
    position: relative;
}
.messageForm .halfWidth {
    flex-basis: 48%;
}
.messageForm .fullWidth {
    flex-basis: 100%;
}
.messageForm input,
.messageForm textarea {
    width: 100%;
    font-size: 18px;
    padding: 2px 0px;
    background-color: #fff;
    color: #222;
    border: none;
    border-bottom: 2px solid #00145d;
    outline: none;
}
.messageForm textarea {
    resize: none;
    height: 220px;
    display: block;
}
textarea::-webkit-scrollbar {
    width: 5px;
}
textarea::-webkit-scrollbar-track {
    background-color: #1e1e1e;
    border-radius: 15px;
}
textarea::-webkit-scrollbar-thumb {
    background-color: #00145d;
    border-radius: 15px;
}
.inputGroup label {
    position: absolute;
    left: 0;
    bottom: 4px;
    color: #888;
    font-size: 18px;
    transition: 0.4s;
    pointer-events: none;
}
.inputGroup:nth-child(4) label {
    top: 2px;
}
.inputGroup input:focus ~ label,
.inputGroup textarea:focus ~ label,
.inputGroup input:valid ~ label,
.inputGroup textarea:valid ~ label {
    transform: translateY(-30px);
    font-size: 16px;
}
.inputGroup button {
    padding: 8px 16px;
    font-size: 18px;
    background-color: #00145d;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 25px;
    outline: none;
    cursor: pointer;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
    transition: 0.4s;
}
.inputGroup button:hover {
    background-color: #fff;
    color: #00145d;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid #222;
}
@media(max-width: 1100px) {
    .messageForm .halfWidth {
        flex-basis: 100%;
    }
}
@media(max-width: 900px) {
    .container .row {
        flex-wrap: wrap;
    }
    .row section.left,
    .row section.right {
        flex-basis: 100%;
        margin: 0px;
    }
}

/********* Footer CSS **********/


/*******************************/

.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 180px;
    background: url(Images/GRADIENT%202000x2000px.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
    font-family: 'Didact Gothic', sans-serif;
}
.footer .footer-about,
.footer .footer-link,
.footer .footer-contact {
    position: relative;
    margin-bottom: 45px;
    color: #eee;
}
.footer .footer-about h2,
.footer .footer-link h2,
.footer .footer-contact h2 {
    position: relative;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}
.footer-about p {
    font-size: 1.3rem;
}
.footer .footer-link a {
    display: block;
    margin: 0 0 10px 5px;
    color: #eee;
    transition: .3s;
    font-size: 1.2rem;
    text-align: left;
}
.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
.footer .footer-link a:hover {
    color: #eee;
    letter-spacing: 1px;
}
.footer .footer-contact p {
    text-align: left;
}
.footer .footer-contact p i {
    width: 25px;
    text-align: left;
}
.footer .footer-social {
    position: relative;
    margin-top: 20px;
}
.footer .footer-social a {
    display: inline-block;
}
.footer .footer-social a i {
    margin-right: 15px;
    font-size: 18px;
    color: #fff;
}
.footer .footer-social a:last-child i {
    margin: 0;
}
.footer .footer-social a:hover i {
    color: #eee;
}
.footer .footer-menu .f-menu {
    position: relative;
    padding: 15px 0;
    font-size: 0;
    text-align: center;
}
.footer .footer-menu .f-menu a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}
.footer .footer-menu .f-menu a:hover {
    color: #fff;
}
.footer .footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.footer .copyright {
    padding: 30px 15px;
}
.footer .copyright p {
    margin: 0;
    color: #999999;
}
.footer .copyright .col-md-6:last-child p {
    text-align: right;
}
.footer .copyright p a {
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}
.footer .copyright p a:hover {
    color: #ffffff;
}
@media (max-width: 768px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}

/*---------------------------thanks
---------------------------------
---------------------------------*/

.thanks {
    width: 100%;
    margin: 0 auto;
    padding: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    margin-top: 7rem;
}
.thanks img {
    width: 100%;
}
@media only screen and (min-width:1024px) {
    .thanks img {
        width: 40%;
    }
}

/*---------------------------thanks end
---------------------------------
---------------------------------*/
