@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    /* font-family: "Poppins", sans-serif; */
}

@font-face {
    font-family: 'ProductSans-Black';
    src: url('../fonts/ProductSans-Black.ttf');
}

@font-face {
    font-family: 'ProductSans-Bold';
    src: url('../fonts/ProductSans-Bold.ttf');
}

@font-face {
    font-family: 'ProductSans-Light';
    src: url('../fonts/ProductSans-Light.ttf');
}

@font-face {
    font-family: 'ProductSans-Medium';
    src: url('../fonts/ProductSans-Medium.ttf');
}

@font-face {
    font-family: 'ProductSans-Regular';
    src: url('../fonts/ProductSans-Regular.ttf');
}

.px_cr {
    padding: 0 17rem;
}

body {
    overflow-x: hidden;
}

.py_cr {
    padding: 6rem 0;
}

a {
    text-decoration: none;
    transition: all .3s ease-in-out;
}

:root {
    --primary-color: #0063B7;
    --heading-color: #000;
    --heading-size: #000;
    --text-color: #6D6D6D;
    --text-size: 14px;
}

::-webkit-scrollbar {}

::-webkit-scrollbar-thumb {}

::-webkit-scrollbar-thumb:hover {}

figure {
    margin: 0;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: #08142B;
}


i::before {
    /* font-family: "Font Awesome 6 pro"; */
}


.btn_cr {
    font-size: 14px;
    width: 188px;
    display: block;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 30px 30px 0px 30px;
    font-family: 'ProductSans-Medium';
    transition: all 0.3s ease-in;
    text-transform: uppercase;
}

.btn_cr:hover {
    background: #ffffff;
    color: var(--primary-color);
}

.btn_cr.drk:hover {
    background-color: #000;
    color: #fff;
}

.head_cr {
    text-align: center;
    padding: 0 0 3rem 0;
}

.head_cr h4 {
    font-size: 55px;
    font-family: 'ProductSans-Bold';
}

.head_cr p {
    font-family: 'ProductSans-Light';
    font-size: 16px;
    color: var(--text-color);
    width: 80%;
    margin: 2rem auto;
}


/* header */
header {
    font-family: 'ProductSans-Regular';
    background: var(--primary-color);
    height: 108px;
}

header .navbar .navbar-collapse {
    margin-top: -17px;
}

header .navbar {}

header .navbar .navbar-nav {}

header .navbar .navbar-nav .nav-item {}

header .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    text-transform: uppercase;
    padding: 0 16px;
    font-size: var(--text-size);
    transition: all 0.3s ease-in-out;
}

header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #d5cfcf;
}

header .navbar .navbar-brand {
    position: relative;
    top: 3px;
}

header .navbar .navbar-brand img {
    width: 193px;
}

header .navbar .header_contact {}

header .navbar .header_contact a {
    color: #fff;
    font-size: var(--text-size);
    margin: 0px 5px;
}

header .navbar .header_contact a:hover {
    color: #c6c3c3;
}

header .navbar .header_contact a img {
    width: 33px;
    margin: 0 3px;
}

.mobile_menu {
    display: none;
    font-family: 'ProductSans-Regular';
    background: var(--primary-color);
    height: 108px;
}

.mobile_menu img {
    width: 150px;

}

.mobile_menu .menuButton {
    border: 1px solid #fff;
    padding: 6px 11px;
    border-radius: 6px;
    background: #fff;
    display: flex;
    align-items: center;
}

.mobile_menu .menuButton i {
    font-size: 20px;
}

.mobile_menu .offcanvas-body {}

.mobile_menu .offcanvas-body ul {
    padding-top: 2rem;
}

.mobile_menu .offcanvas-body ul li {
    padding: 14px 2rem;
}

.mobile_menu .offcanvas-body ul li a {
    color: #000;
    text-transform: uppercase;
    padding: 0 13px;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.mobile_menu .offcanvas-body ul li a:hover {
    color: var(--primary-color);
}

.mobile_menu .offcanvas-header .btn-close {
    background: #000;
    opacity: 1;
    position: absolute;
    right: 32px;
    top: 41px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    padding: 11px 13px 11px 9px;
}

.mobile_menu .offcanvas-header .btn-close i {
    color: #fff;
    font-size: 20px;
}

.mobile_menu .offcanvas-header {
    padding: 0;
}

/* header  */

/* banner_cr  */
.banner_cr {
    /* background: url('../images/banner-1.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.banner_cr.about {
    /* background: url('../images/banner-2.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    height: 65vh;
}

.banner_cr.services {
    /* background: url('../images/banner-2.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    height: 65vh;
}

.banner_cr.contact {
    background: url('../images/banner-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    height: 65vh;
}

.banner_cr.gallery {
    background: url('../images/banner-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    height: 65vh;
}


.banner_cr .wrapper {
    width: 84%;
}

.banner_cr h1 {
    color: #fff;
    font-size: 73px;
    font-family: 'ProductSans-Bold';
}

.banner_cr p {
    color: #fff;
    font-family: 'ProductSans-Light';
    font-size: 24px;
    padding: 25px 0;
}


/* banner_cr  */


/* about_cr */
.about_cr {
    position: relative;
}

.about_cr::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: url('../images/watermark.png');
    width: 100%;
    height: 81%;
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.about_cr .img_cr {}

.about_cr .img_cr img {
    width: 100%;
}

.about_cr .text_cr {}

.about_cr .text_cr h3 {
    font-size: 55px;
    font-family: 'ProductSans-Bold'
}

.about_cr .text_cr p {
    font-family: 'ProductSans-Light';
    font-size: 20px;
    padding: 25px 0;
    color: var(--text-color);
}

.about_cr.services_crd {}

.about_cr.services_crd .img_cr {}

.about_cr.services_crd .img_cr img {
    border-radius: 13px;
}

.about_cr.services_crd .text_cr {}

.about_cr.services_crd .text_cr img {
    width: 60px;
}

.about_cr.services_crd .text_cr h3 {
    font-size: 40px;
    padding: 20px 0;
}

.about_cr.services_crd .text_cr p {
    padding: 2px 0;
    font-size: 18px;
}

/* about_cr  */


/* services_cr  */

.services_cr {
    background-color: #F6F6F6;
}


.services_cr .crd {
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.services_cr .crd:hover {
    box-shadow: 1px 4px 9px #6e6e6e1f;
}

.services_cr .crd img {
    width: 100%;
}

.services_cr .crd .text img {
    width: 63px;
    position: absolute;
    top: -2rem;
    right: 2rem;
}

.services_cr .crd .text {
    padding: 21px;
    position: relative;
}

.services_cr .crd .text h5 {
    color: #000;
    font-family: 'ProductSans-Medium';
    font-size: 24px;
    padding: 8px 0 13px;
}

.services_cr .crd .text p {
    font-family: 'ProductSans-Light';
    font-size: 16px;
    color: var(--text-color);
}


/* services_cr  */


/* who_cr  */


.who_cr .crd {
    box-shadow: 1px 1px 19px #6e6e6e36;
    padding: 0px;
    border-radius: 11px;
    transition: all 0.3s ease-in;
    border: 2px solid transparent;
    text-align: center;
    margin-bottom: 33px;
    overflow: hidden;
}


.who_cr.detail .crd {
    padding: 3rem 20px;
}

.who_cr .crd:hover {
    border: 2px solid #0063b7;
}

.who_cr .crd img {
    width: 100%;
     margin: 10px 0; 
}

.who_cr .crd h6 {
    font-size: 14px;
    font-family: 'ProductSans-Bold';
}

.who_cr.detail {
    padding-top: 8rem;
}

.who_cr.detail h6 {
    font-size: 30px;
    padding: 13px 0;
}

.who_cr.detail a {
    font-family: 'ProductSans-Regular';
    color: #000;
    font-size: 18px;
}

.who_cr.detail a {
    color: #828282;
}

.img_contact {}

.img_contact img {
    width: 100%;
    height: 930px;
    object-fit: cover;
}

.cn_cr {}

.cn_cr .container {
    padding: 0;
}

.cn_cr .ft_form {
    border-radius: 0;
}

.map {}

.map iframe {
    width: 100%;
    height: 692px;
    position: absolute;
}

/* who_cr  */

/* vd_cr */
.vd_cr {
    text-align: center;
    position: relative;
    padding: 6rem 0;
}

.vd_cr::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 35%;
    background: url('../images/vd-bg-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.vd_cr.vd_pg::after {
    display: none;
}

.vd_cr.vd_pg::before {
    bottom: -33px;
}

.vd_cr::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../images/vd-bg-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    bottom: -84px;
    left: 0;
    z-index: -1;
}

.vd_cr img {
    width: 93%;
}

.vd_cr h4 {
    font-size: 55px;
    font-family: 'ProductSans-Bold';
}

.vd_cr p {
    font-family: 'ProductSans-Light';
    font-size: 20px;
    color: var(--text-color);
    width: 80%;
    margin: 2rem auto;
}

.vd_cr p img {
    width: 100%;
}

.play_wrapper {
    position: relative;
}

.play_wrapper .play {
    position: absolute;
    width: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* vd_cr */



/* gallery_cr  */

.gallery_cr {}

.gallery_cr #galerySlider {
    padding: 4rem 0 0;
}

.gallery_cr #galerySlider .owl-stage-outer {
    padding: 2rem 0;
}

.gallery_cr #galerySlider .owl-item:nth-child(odd) {
    transform: translateY(40px);
}

.gallery_cr #galerySlider .owl-item img {
    width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: 20px;
    margin: 0px 0px 20px;
    box-shadow: 0px 0px 15px #808080c2;
}


.gallery_cr_pg {}

.gallery_cr_pg .nav-tabs {
    border: none;
    justify-content: center;
    margin-bottom: 3rem;
}

.gallery_cr_pg .nav-tabs .nav-item {}

.gallery_cr_pg .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    width: auto;
    display: block;
    background: transparent;
    color: #000;
    text-align: center;
    padding: 10px 17px;
    border-radius: 30px 30px 0px 30px;
    font-family: 'ProductSans-Bold';
    transition: all 0.3s ease-in;
    text-transform: uppercase;
    margin: 0 10px;
    border: 2px solid var(--primary-color);
}

.gallery_cr_pg .nav-tabs .nav-item .nav-link:hover {
    background: var(--primary-color);
    color: #fff;
}

.gallery_cr_pg .nav-tabs .nav-item .nav-link.active {
    border: none;
    background: var(--primary-color);
    color: #fff;
}

.gallery_cr_pg .tab-content {}

.gallery_cr_pg .tab-content .tab-pane {}

.gallery_cr_pg .tab-content .tab-pane img {
    width: 100%;
    height: 388px;
    object-fit: cover;
    margin: 10px 0;
    border-radius: 10px;
}

/* gallery_cr  */


/* partner_cr */
.partner_cr {
    padding: 1rem 0 6rem;
}

.partner_cr #partnerSlider {
    margin: 3rem 0 0 0;
}

.partner_cr #partnerSlider2 {}

.partner_cr img {
    width: 100%;
    height: 188px;
    box-shadow: 2px 2px 21px #2726260f;
    border-radius: 10px;
    object-fit: contain;
    margin: 12px 0;
}


/* partner_cr  */



/* ft_form */

.ft_form {
    background: var(--primary-color);
    padding: 4rem;
    border-radius: 26px;
}

.ft_form h4 {
    font-size: 55px;
    font-family: 'ProductSans-Bold';
    text-align: center;
    color: #fff;
    margin-bottom: 3rem;
}

.ft_form form {
    font-family: 'ProductSans-Regular';
}

.ft_form form input {
    width: 100%;
    border-radius: 40px;
    padding: 21px 24px;
    background: #fff;
    border: none;
    color: #000;
}

.ft_form form label {
    padding: 14px 16px;
    color: #fff;
    font-size: 16px;
}

.ft_form form textarea {
    background: #fff;
    width: 100%;
    border-radius: 18px;
    padding: 15px 25px;
    height: 159px;
    resize: none;
    color: #000;
    border: none;
}

.ft_form form input::placeholder,
.ft_form form textarea::placeholder {}

.ft_form form button {
    border: none;
    background: #000;
    display: block;
    width: 204px;
    margin: 2rem auto;
    padding: 14px 0;
}


/* ft_form  */



/* cta_cr */

.cta_cr {
    position: relative;
    padding: 6rem 0 0 0;
    margin: 8rem 0 0 0;
}

.cta_cr::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/cta-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.cta_cr .img_wrap {}

.cta_cr .img_wrap img {
    width: 100%;
}

.cta_cr .txt {}

.cta_cr .txt h4 {
    font-size: 55px;
    font-family: 'ProductSans-Bold';
    color: #fff;
}

.cta_cr .txt p {
    font-family: 'ProductSans-Light';
    font-size: 29px;
    color: #fff;
    margin: 2rem auto;
}

.cta_cr .txt a {
    background: #000;
}

.cta_cr .txt a:hover {
    background: #ffffff;
}


.cta_cr.m_zero {
    margin: 0 !important;
}

/* cta_cr */


/* privacy  */
.privacy {}

.privacy h4 {
    font-size: 55px;
    font-family: 'ProductSans-Bold';
    margin-bottom: 2rem;
}

.privacy p {
    font-family: 'ProductSans-Light';
    font-size: 20px;
    padding: 4px 0;
    color: var(--text-color);
}


/* privacy  */


/* footer */

footer {
    background: url(../images/footer-bg.png);
    background-size: cover;
    background-position: 109% -10%;
    background-repeat: no-repeat;
    padding: 19rem 0 4rem;
}

footer .logo_area {}

footer .logo_area img {
    width: 211px;
}

footer .links_area {}

footer .links_area h4 {
    font-family: 'ProductSans-Medium';
    color: #fff;
    font-size: 26px;
    margin-bottom: 24px;
}

footer .links_area h6 {
    font-family: 'ProductSans-Medium';
    color: #fff;
    font-size: 18px;
}

footer .links_area p {
    font-family: 'ProductSans-Regular';
    color: #fff;
    font-size: var(--text-size);
    transition: all 0.3s ease-in-out;
}

footer .links_area ul {}

footer .links_area ul li {}

footer .links_area a {
    font-family: 'ProductSans-Regular';
    color: #fff;
    padding: 6px 0 14px;
    display: block;
}

footer .links_area ul li a {
    font-family: 'ProductSans-Regular';
    color: #fff;
    text-transform: uppercase;
    padding: 10px 13px;
    font-size: var(--text-size);
    transition: all 0.3s ease-in-out;
    display: block;
}

footer .links_area ul li a:hover,
footer .links_area a:hover,
footer button:hover i {
    color: var(--primary-color);
}

footer .links_area form {
    position: relative;
}

footer .links_area form input {
    width: 100%;
    border-radius: 30px;
    padding: 10px 20px;
    border: 2px solid #fff;
    background: transparent;
    font-family: 'ProductSans-Regular';
    color: #fff;
    font-size: 16px;
}

footer .links_area form button {
    position: absolute;
    background: transparent;
    border: none;
    color: #fff;
    right: 22px;
    top: 11px;
}

.footer_desc {
    background: #1C1C1C;
    padding: 23px 0;
}

.footer_desc .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_desc p {
    font-family: 'ProductSans-Regular';
    color: #fff;
    font-size: var(--text-size);
    transition: all 0.3s ease-in-out;
    margin: 0;
}

.footer_desc ul {
    display: flex;
    align-items: center;
}

.footer_desc ul li {
    margin: 0 8px 0;
}

.footer_desc ul li a {
    font-family: 'ProductSans-Regular';
    color: #fff;
    text-transform: uppercase;
    font-size: var(--text-size);
    transition: all 0.3s ease-in-out;
}

.footer_desc ul li a:hover {
    color: var(--primary-color);
}

.footer_desc ul li span {
    color: #fff;
}

/* footer */