@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;900&display=swap);

:root {
    --blue: #1b549c;
    --white: #fff;
    --black: #000;
    --yellow: #f9a500;
    --lightyellow: #f9a500;
    --weborange: #db6c29;
    --darkgreen: #002561;
    --purple: #1b549c;
    --grey: #747373;
    --red: #e27d60;
    --orange: #fc654c;
    --green: #00c1a1;
    --skyblue: #00bfe7
}

.heading,
footer {
    position: relative
}

.heading::after {
    content: "";
    width: 33%;
    height: 27%;
    position: absolute;
    background: linear-gradient(to right, #f9a500, rgba(255, 0, 0, 0), #00144d);
    left: 16%;
    bottom: -12px;
    transform: skew(247deg) translateX(-50%)
}

.space {
    padding: 50px 0
}

body {
    margin: 0;
    padding: 0
}

.btn.btn-outline-success.footer-search i,
ul {
    padding: 0 !important
}

ul li {
    list-style: none !important
}

a {
    text-decoration: none !important;
    text-decoration-color: none
}

i {
    padding: 0 5px 0 0 !important
}

.fa-brands.fa-facebook {
    color: #3b5998
}

.fa-brands.fa-facebook:hover {
    color: #3b5998 !important
}

.sidebar {
    height: auto;
    width: 0;
    position: fixed;
    text-align: center;
    top: 35vh;
    z-index: 999;
    padding: 10px
}

.sidebar p,
.social-side {
    text-align: end !important
}

.sidebar p {
    margin-bottom: 0 !important;
    text-transform: uppercase
}

.sidebar p i {
    display: inline;
    vertical-align: middle;
    padding: 0 5px 0 10px !important;
    font-size: 24px !important
}

.social-side {
    margin-left: -200px;
    padding: 10px;
    width: 230px;
    display: inline-table;
    height: 0;
    background-color: rgba(128, 128, 128, .73);
    -moz-transition-property: margin-left;
    -moz-transition-duration: .2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-property: margin-left;
    -ms-transition-duration: .2s;
    -ms-transition-delay: 0.2s;
    -o-transition-property: margin-left;
    -o-transition-duration: .2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-property: margin-left;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: 0.2s;
    box-shadow: 0 0 6px 0 #3e3d3d;
    cursor: pointer
}

.p-grey,
.p-grey-bold,
.p-yellow {
    word-wrap: break-word;
    text-align: start;
    font-family: Poppins, sans-serif;
    word-spacing: 1px;
    letter-spacing: .03em
}

.social-side:hover {
    margin-left: -10px;
    text-align: center;
    width: 230px
}

.side-bar-fix-links {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 70%;
    height: 100%;
    padding: 0 10px 0 0
}

.facebook {
    background-color: #3b5998
}

.twitter {
    background-color: #4099ff
}

.google {
    background-color: #dd4b39
}

.linkedin p i {
    left: 20px
}

.google p i {
    left: 35px
}

.youtube p i {
    left: 18px
}

.youtube:hover {
    background-color: #e52d27 !important
}

.linkedin:hover {
    background-color: #0976b4 !important
}

.btn.btn-outline-success.footer-search {
    color: #fff !important;
    border-color: #fff !important
}

.btn.btn-outline-success.footer-search:hover {
    background: var(--lightyellow) !important;
    color: #000 !important
}

a.p-white-bold.footer-link {
    position: relative !important;
    transition: .3s;
    align-items: baseline !important;
    display: inline-flex !important;
    line-height: 26px !important
}

a.p-white-bold.footer-link:hover {
    color: var(--lightyellow) !important
}

a.p-white-bold.footer-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 1px;
    background-color: #ffcc29;
    bottom: -2px;
    left: 0;
    transform-origin: center;
    transform: scaleX(0);
    transition: transform .4s ease-in
}

a.p-white-bold.footer-link:hover::before {
    transform-origin: left;
    transform: scaleX(1)
}

.fa-brands.fa-google:hover {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent
}

.fa-brands.fa-youtube,
.fa-brands.fa-youtube:hover {
    color: red
}

.fa-brands.fa-instagram,
.fa-brands.fa-instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.fa-brands.fa-linkedin-in {
    color: #0a66c2
}

.fa-brands.fa-linkedin-in:hover {
    color: #0a66c2 !important
}

.fa-brands.fa-twitter {
    color: #00aff0
}

.fa-brands.fa-twitter:hover {
    color: #00aff0 !important
}

.fa-brands.fa-whatsapp:hover {
    color: #075e54
}

.p-grey {
    font-size: 12px;
    font-weight: 500;
    color: var(--grey)
}

.p-grey-bold {
    font-size: 13px !important;
    font-weight: 600;
    color: var(--grey)
}

.p-yellow {
    font-size: 11px;
    font-weight: 500;
    color: var(--yellow)
}

.p-black-bold {
    font-size: 12px !important;
    color: var(--black);
    font-weight: 600;
    word-wrap: break-word;
    font-family: Poppins, sans-serif;
    word-spacing: 1px;
    text-align: start;
    letter-spacing: .03em;
    word-spacing: 1px
}

@media screen and (max-width:400px) {
.p-black-bold {
    font-size: 10px !important; 
}
}


.p-black,
.p-black-sub,
.p-black-sub-w {
    font-weight: 400;
    font-family: Poppins, sans-serif;
    text-align: start;
    letter-spacing: .03em;
    word-spacing: 1px;
    word-wrap: break-word
}

.p-black,
.p-black-sub {
    font-size: 12px !important;
    color: var(--black)
}

.p-black-sub-w,
.p-white p {
    font-size: 11px !important
}

.p-black-sub-w {
    color: #fff
}

.p-white,
.p-white p {
    text-align: start !important;
    color: var(--white) !important;
    word-spacing: 2px !important;
    word-wrap: break-word !important;
    letter-spacing: .03em !important;
    font-family: Poppins, sans-serif !important;
    text-transform: capitalize !important
}

.p-white {
    font-size: 12px !important
}

@media screen and (max-width:1280px) {
    .p-white {
    font-size: 10px !important;
}   
}

.p-blue,
.p-white-bold {
    text-align: start;
    font-weight: 600
}

.p-white-bold {
    font-size: 14px;
    word-wrap: break-word;
    color: var(--white);
    word-spacing: 1px;
    letter-spacing: .03em;
    font-family: Poppins, sans-serif
}

.p-blue,
.p-blue-bold {
    word-spacing: 1px;
    word-wrap: break-word;
    letter-spacing: .03em;
    color: var(--blue);
    font-family: Poppins, sans-serif
}

.p-blue {
    font-size: 11px
}

.p-blue-bold {
    font-size: 13px !important;
    text-align: start;
    font-weight: 600
}

.p-red,
.p-red-bold {
    word-wrap: break-word;
    word-spacing: 1px;
    letter-spacing: .03em;
    color: var(--red);
    font-weight: 600;
    text-align: start
}

.p-red {
    font-size: 11px;
    font-family: Poppins, sans-serif
}

.p-red-bold {
    font-size: 13px !important;
    font-family: Poppins, sans-serif
}

.banner-heading-blue,
.banner-heading-white,
.banner-heading-yellow {
    font-weight: 800;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    word-wrap: break-word;
    word-spacing: 1px;
    letter-spacing: .03em
}

.banner-heading-white {
    color: var(--white)
}

.banner-heading-blue {
    color: var(--blue)
}

.banner-heading-yellow {
    color: var(--yellow)
}

.banner-heading-black {
    font-size: 35px;
    word-wrap: break-word;
    font-weight: 800;
    font-family: Poppins, sans-serif;
    word-spacing: 1px;
    letter-spacing: .03em;
    color: var(--black);
    text-transform: uppercase
}

.section-heading-blue,
.section-heading-red,
.section-heading-yellow {
    font-size: 30px;
    font-weight: 800;
    font-family: Poppins, sans-serif;
    text-transform: uppercase
}

.section-heading-red {
    color: var(--red);
    word-wrap: break-word;
    word-spacing: 1px;
    letter-spacing: .03em
}

.section-heading-blue {
    word-wrap: break-word;
    color: var(--blue);
    word-spacing: 1px;
    letter-spacing: .03em
}

.section-heading-yellow {
    color: var(--yellow);
    word-spacing: 1px;
    word-wrap: break-word;
    letter-spacing: .03em
}

.section-heading-white,
.section-heading-whitew {
    font-size: 20px;
    font-weight: 800;
    word-wrap: break-word;
    word-spacing: 1px;
    letter-spacing: .03em;
    font-family: Poppins, sans-serif;
    color: var(--white);
    position: relative
}

.section-heading-whitew {
    text-transform: uppercase;
    margin-bottom: 10px
}

.section-heading-whitew::after {
    content: "";
    width: 5%;
    height: 6px;
    position: absolute;
    background: #fff;
    left: 0;
    bottom: -6px
}

.section-heading-white {
    text-transform: uppercase;
    display: inline-block
}

.section-heading-black,
.section-heading-blackw {
    font-size: 20px;
    font-weight: 800;
    word-spacing: 1px;
    letter-spacing: .03em;
    font-family: Poppins, sans-serif;
    color: var(--black);
    word-wrap: break-word;
    text-transform: uppercase
}

.section-heading-black::after,
.section-heading-white::after {
    content: "";
    width: 60%;
    height: 6px;
    position: absolute;
    background: linear-gradient(to right, #ffcc29, rgba(255, 0, 0, 0));
    left: 0;
    bottom: -6px
}

.section-heading-blackw {
    margin-bottom: 10px;
    position: relative
}

.section-heading-blackw::after {
    content: "";
    width: 5%;
    height: 6px;
    position: absolute;
    background: #000;
    left: 0;
    bottom: -6px
}

.section-heading-black {
    margin-bottom: 25px !important;
    display: inline-block !important;
    position: relative
}

.section-sub-heading-black,
.section-sub-heading-white {
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    word-spacing: 1px;
    word-wrap: break-word;
    letter-spacing: .03em;
    font-family: Poppins, sans-serif
}

.section-sub-heading-white {
    color: var(--white)
}

.section-sub-heading-black::after,
.section-sub-heading-white::after {
    content: "";
    width: 10%;
    height: 3px;
    position: absolute;
    background: #ef4e38;
    left: 0;
    bottom: -6px
}

.section-sub-heading-black {
    color: var(--black)
}

.sub-heading-white {
    font-size: 24px;
    margin-bottom: 10px;
    word-spacing: 1px;
    letter-spacing: .03em;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: var(--white);
    word-wrap: break-word
}

.sub-heading-yellow {
    font-size: 24px;
    font-weight: 600;
    word-spacing: 1px;
    letter-spacing: .03em;
    font-family: Poppins, sans-serif;
    color: var(--yellow);
    word-wrap: break-word
}

.sub-heading-black {
    font-size: 24px;
    word-spacing: 1px;
    letter-spacing: .03em;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: var(--black);
    word-wrap: break-word;
    text-transform: capitalize !important
}

.sub-heading-grey {
    font-size: 24px;
    word-wrap: break-word;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: var(--grey);
    word-spacing: 1px;
    letter-spacing: .03em
}

.sub-heading-blue {
    font-size: 24px;
    font-weight: 600;
    word-spacing: 1px;
    word-wrap: break-word;
    letter-spacing: .03em;
    font-family: Poppins, sans-serif;
    color: var(--blue)
}

.sub-heading-red {
    font-size: 24px;
    word-wrap: break-word;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: var(--red);
    word-spacing: 1px;
    letter-spacing: .03em
}

.p-heading-black,
.p-heading-blue,
.p-heading-grey,
.p-heading-red,
.p-heading-white,
.p-heading-yellow {
    font-size: 18px;
    word-wrap: break-word;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    word-spacing: 1px;
    letter-spacing: .03em
}

.p-heading-blue {
    color: var(--blue)
}

.p-heading-black {
    color: var(--black)
}

.p-heading-white {
    color: var(--white)
}

.p-heading-grey {
    color: var(--grey)
}

.p-heading-red {
    color: var(--red)
}

.p-heading-yellow {
    color: var(--yellow)
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: 0 0 !important
}