/* 
Site name: DI GORO
Design By: Tanjim
Version: 1.0
==========
Css Index
-----------
*base css
*heading css
*banner css
*mouse scroll animation
*passionate about engineering css
*what we do css
*our design process
*who work with css
*client feedback css
*about us css
*brisbane image css
*contact us css
*copyright css
*privacy page css
*Thank you page css
*/
/* base css */
* {
    margin: 0;
    padding: 0;
    list-style: none;
}
p {
    font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}
html, body {
    overflow-x: hidden;
    position: relative;
}
.custom_padding_130 {
    padding-top: 130px;
    padding-bottom: 130px;
}
.custom_pt_35 {
    padding-top: 35px;
}
.bg_offWhite {
    background-color: #F8F8F8;
}
/* heading css */
.header_area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding-top: 30px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.sticky_bar {
    position: fixed;
    background: #000028;
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    padding-top: 12px;
    padding-bottom: 12px;
}
.when_sticky img {
    display: none;
}
.sticky_bar .logo .show_not_sticky img {
    display: none;
}
.sticky_bar .logo .when_sticky img {
    display: block;
}
.main_menu ul {
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}
.main_menu ul > li {
    display: inline-block;
    margin-left: 60px;
}
.main_menu ul > li > a {
    text-decoration: none;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    cursor: pointer;
}
.main_menu ul > li.active > a {
    font-weight: 700;
}
.main_menu ul > li > a:hover {
    color: rgba(255, 255, 255, 0.863);
}
.sticky_bar .logo img {
    width: 70px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.logo a img {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.sticky_bar .main_menu ul {
    margin-top: 15px;
}
/* nav menu mobile css */
.menu_btn {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    z-index: 1;
}
.menu_btn__lines, .menu_btn__lines::before, .menu_btn__lines::after {
    width: 1.5rem;
    height: 0.1rem;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.menu_btn__lines::before, .menu_btn__lines::after {
    content: "";
    position: absolute;
}
.menu_btn__lines::before {
    transform: translateY(-0.5rem);
    -webkit-transform: translateY(-0.5rem);
    -moz-transform: translateY(-0.5rem);
    -ms-transform: translateY(-0.5rem);
    -o-transform: translateY(-0.5rem);
}
.menu_btn__lines::after {
    transform: translateY(0.5rem);
    -webkit-transform: translateY(0.5rem);
    -moz-transform: translateY(0.5rem);
    -ms-transform: translateY(0.5rem);
    -o-transform: translateY(0.5rem);
}
.menu_btn.open .menu_btn__lines {
    transform: translateX(2rem);
    -webkit-transform: translateX(2rem);
    -moz-transform: translateX(2rem);
    -ms-transform: translateX(2rem);
    -o-transform: translateX(2rem);
    background-color: transparent;
}
.menu_btn.open .menu_btn__lines::before {
    transform: rotate(45deg) translate(-1.5rem, 1.5rem);
    -webkit-transform: rotate(45deg) translate(-1.5rem, 1.5rem);
    -moz-transform: rotate(45deg) translate(-1.5rem, 1.5rem);
    -ms-transform: rotate(45deg) translate(-1.5rem, 1.5rem);
    -o-transform: rotate(45deg) translate(-1.5rem, 1.5rem);
}
.menu_btn.open .menu_btn__lines::after {
    transform: rotate(-45deg) translate(-1.5rem, -1.5rem);
    -webkit-transform: rotate(-45deg) translate(-1.5rem, -1.5rem);
    -moz-transform: rotate(-45deg) translate(-1.5rem, -1.5rem);
    -ms-transform: rotate(-45deg) translate(-1.5rem, -1.5rem);
    -o-transform: rotate(-45deg) translate(-1.5rem, -1.5rem);
}
/* banner css */
.di_goro_banner_wrapper h1,
.di_goro_banner_wrapper p {
    color: #fff;
}
.di_goro_banner_wrapper h1 {
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 15px;
}
.di_goro_banner_wrapper p {
    font-size: 18px;
    font-weight: 400;
}
.btn_primary {
    background: #0073FF;
    color: #fff;
    border: 1px solid #0073FF;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    padding: 15px 47px;
    border-radius: 5px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.di_goro_herO_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 38px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.di_goro_herO_btn .btn_primary {
    margin-right: 24px;
}
.btn_primary.btn_primary_border {
    background: transparent;
    border: 1px solid #fff;
    padding: 15px 62px;
}
.btn_primary:hover {
    background: #0073ffe0;
    color: #fff;
}
.btn_primary.btn_primary_border:hover {
    border: 1px solid #0073FF;
    background-position: center center;
}

.di_goro_banner_cus {
    position: relative;
    
    z-index: 3;
    overflow: hidden;
}
.di_goro_banner {
    padding-top: 313px;
    padding-bottom: 256px;
}
.parallax-window {
    background: transparent;
    min-height: 896.78px;
}
.di_goro_banner_cus img {
    position: absolute;
}
.headersCode {
    left: 38%;
    bottom: -10%;
    z-index: -1;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
}
.headersCode.scrollEffectOne {
    bottom: 15%;
}
.headerBinary {
    bottom: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.di_goro_banner_wrapper {
    z-index: 10;
}
/* mouse scroll animation */
.scroll_animi_wrap {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.scroll-icon {
    display: block;
    position: relative;
    height: 34px;
    width: 25px;
    border: 3px solid #fff;
    border-radius: 15px;
}
@-webkit-keyframes scroll_1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(-0.6em);
        transform: translateY(-0.6em);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(0.6em);
        transform: translateY(0.6em);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes scroll_1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(-0.6em);
        transform: translateY(-0.6em);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(0.6em);
        transform: translateY(0.6em);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.scroll-icon__wheel-outer {
    display: block;
    position: absolute;
    left: 50%;
    top: 5px;
    height: 9px;
    width: 3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0.4em;
    overflow: hidden;
}
.scroll-icon__wheel-inner {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    background: #fff;
}
/* passionate about engineering css */
.passionate_engineering {
    padding-top: 143px;
    padding-bottom: 143px;
}
.passionate_engineering_wrapper h2 {
    text-align: center;
    font-size: 45px;
    color: #000;
    font-weight: 700;
    font-style: italic;
    letter-spacing: -1px;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 0;
}
.passionate_engineering_wrapper {
    position: relative;
    z-index: 1;
}
.passionate_engineering_wrapper::before,
.passionate_engineering_wrapper::after {
    position: absolute;
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 192px;
    height: 1px;
    background: #0073FF;
}
.passionate_engineering_wrapper::after {
    bottom: 0;
    top: auto;
}
/* what we do css */
.section_heading h2 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    margin-bottom: 27px;
}
.section_heading {
    text-align: center;
}
.section_heading p {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.single_whatDo_box {
    background-color: #fff;
    -webkit-box-shadow: 1px 6px 12px 2px #eaeaea;
    box-shadow: 1px 6px 12px 2px #eaeaea;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin-bottom: 30px;
}
.single_whatDo_box img {
    width: 100%;
    border-radius: 4px;
}
.single_whatDo_box_info {
    padding: 25px;
    text-align: center;
    min-height: 195px;
}
.single_whatDo_box_info p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}
.single_whatDo_box_info h4 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 22px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.wha_we_do,
.who_we_work {
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.single_whatDo_box:hover {
    -webkit-box-shadow: 2px 5px 20px 9px #dddddd;
    box-shadow: 2px 5px 20px 9px #dddddd;
}
.single_whatDo_box:hover .single_whatDo_box_info h4 {
    color: #0073FF;
}
/* our design process */
.our_design_single_box {
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    padding: 30px;
    padding-bottom: 45px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    min-height: 375px;
    margin-bottom: 45px;
}
.our_design_single_box {
    position: relative;
    z-index: 1;
}
.design_pro_one {
    position: absolute;
    top: 30%;
    left: 0;
    z-index: -1;
}
.our_design_single_box::after {
    background-image: url(../img/icon/hover-border.png);
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: 0;
    visibility: hidden;
}
.design_single_box_des p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.design_single_box_des h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.box_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-bottom: 28px;
}
.our_design_single_box:hover {
    min-height: 400px;
    -webkit-box-shadow: 3px 4px 20px 10px #eaeaea;
    box-shadow: 3px 4px 20px 10px #eaeaea;
    border: 1px solid transparent;
}
.our_design_single_box:hover .design_single_box_des h3 {
    color: #0073FF;
}
.our_design_single_box:hover::after {
    opacity: 1;
    visibility: visible;
}
.image_on_hover,
.our_design_single_box:hover .image_on_hover_main {
    display: none;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.our_design_single_box:hover .image_on_hover {
    display: block;
}
.custom_desig_process_pad {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* who work with css */
.section_heading.section_heading_white h2,
.section_heading.section_heading_white p {
    color: #fff;
}
.company_logo_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.company_logo_slider .single_logo_company {
    background-color: #fff;
    width: 174px;
    height: 100px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 12px;
    margin: 0 auto;
}
.company_logo_slider .single_logo_company img {
    width: 145px;
    height: 80px;
}
.company_logo_slider .single_logo_company .custom_logo_size {
    width: 90px;
    height: 74px;
}
.company_logo_slider .single_logo_company .custom_logo_size_snd {
    width: 82px;
    height: 79px;
}
.company_logo_slider .single_logo_company .custom_logo_size_third {
    width: 68px;
    height: 84px;
}
.company_logo_slider .single_logo_company .custom_logo_size_four {
    width: 78px;
    height: 64px;
}
.company_logo_slider .single_logo_company .custom_logo_size_five {
    width: 83px;
    height: 83px;
}
.company_logo_slider .single_logo_company .custom_logo_size_six {
    width: 145px;
    height: 80px;
}
.company_logo_slider .owl-dot {
    width: 15px;
    height: 15px;
    background: #C4C4C4;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0 7px;
}
.company_logo_slider .owl-dots {
    margin-top: 51px;
    text-align: center;
}
.company_logo_slider .owl-dot.active {
    background-color: #0073FF;
}
/* client feedback css */
.single_client_feedback {
    background-color: #fff;
    border-radius: 5px;
    padding: 60px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.single_client_feedback p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 23px;
}
.single_client_feedback h3 {
    font-size: 18px;
    color: #3D3D3D;
    margin-bottom: 4px;
}
.single_client_feedback span {
    font-size: 14px;
}
.single_client_feedback h3,
.single_client_feedback span {
    font-family: 'Montserrat', sans-serif;
}
.single_client_feedback:hover {
    -webkit-box-shadow: 0 17px 19px rgb(0 0 0 / 7%);
    box-shadow: 0 17px 19px rgb(0 0 0 / 7%);
}
.slider_feedback .owl-stage-outer {
    overflow: inherit;
}
.slider_feedback .owl-item {
    margin-bottom: 45px;
}
.slider_feedback .owl-dot {
    width: 15px;
    height: 15px;
    background: #C4C4C4;
    display: inline-block;
    border-radius: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0 7px;
}
.slider_feedback .owl-dots {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 25px;
}
.slider_feedback .owl-dot.active {
    background-color: #0073FF;
    height: 20px;
    width: 20px;
}
/* about us css */
.about_us_box {
    -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 80px;
}
.about_name {
    background: #BBBBBB;
    padding: 22px 65px;
    padding-left: 34px;
    padding-right: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.left_about_name h4 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.left_about_name h5 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
}
.about_us_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.about_us_box::after {
    position: absolute;
    content: '';
    left: 50%;
    top: 10%;
    width: 1px;
    height: 80%;
    background: #D6D6D6;
}
.right_about_social i {
    font-size: 35px;
    color: #000;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.right_about_social {
    margin-top: -5px;
}
.single_about_person_details {
    width: 500px;
    position: relative;
    z-index: 1;
}
.about_detail_onHover p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    height: 100%;
}
.about_image {
    position: relative;
    z-index: 1;
}
.about_image img {
    max-width: 100%;
}
.about_detail_onHover {
    position: absolute;
    top: 50%;
    height: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 35px;
    padding-right: 35px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    overflow: hidden;
}
.single_about_person_details .about_image::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.single_about_person_details:hover .about_detail_onHover {
    opacity: 1;
    visibility: visible;
}
.single_about_person_details:hover .about_image::after {
    opacity: 0.5;
    visibility: visible;
}
.single_about_person_details:hover .about_name {
    background-color: #0073FF;
}
.single_about_person_details:hover .left_about_name h4,
.single_about_person_details:hover .left_about_name h5,
.single_about_person_details:hover .right_about_social a > i {
    color: #fff;
}
/* brisbane image css */
.hg_800 {
    height: 513px;
}
.brisbane_image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/* contact us css */
.contact_us_wrap {
    text-align: center;
}
.contact_us_wrap img {
    margin-bottom: 40px;
}
.contact_us_wrap h3 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.contact_us_wrap h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 1.1px;
}
/* copyright css */
.footer_area {
    background-color: #707070;
    padding: 45px 0;
}
.footer_area_text p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    line-height: 30px;
}
.footer_area_text {
    padding-left: 195px;
    padding-right: 195px;
}
.copyright_left p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.copyright_right {
    text-align: right;
}
.copyright_right a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 400;
}
.copyright_right a:hover,
.copyright_left p:hover {
    color: #0073FF;
}
.copyright_area {
    padding: 17px 0;
}
.cus_pad_l_r {
    padding-left: 160px;
    padding-right: 160px;
}
.custom_contact_modal {
    border-radius: 22px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #333335;
}
.custom_contact_modal .modal-header {
    border-bottom: 0;
}
.custom_contact_modal .modal-header .btn-close {
    color: #fff;
}
.custom_contact_modal .modal-body form input,
.custom_contact_modal .modal-body form textarea {
    width: 100%;
    height: 56px;
    padding: 10px 24px;
    border-radius: 5px;
    outline: none;
    margin-bottom: 20px;
    border: none;
    font-size: 16px;
    color: #000000;
}
.custom_contact_modal .modal-body form input::-webkit-input-placeholder {
    color: #777777;
}
.custom_contact_modal .modal-body form input::-moz-placeholder {
    color: #777777;
}
.custom_contact_modal .modal-body form input:-ms-input-placeholder {
    color: #777777;
}
.custom_contact_modal .modal-body form input::-ms-input-placeholder {
    color: #777777;
}
.custom_contact_modal .modal-body form input::placeholder {
    color: #777777;
}
.custom_contact_modal .modal-body form textarea {
    width: 100%;
    height: 112px;
    margin-bottom: 35px;
    resize: none;
}
.custom_contact_modal .modal-body form .btn_primary {
    padding-left: 30px;
    padding-right: 30px;
}
.custom_contact_modal .modal-body form {
    padding: 90px 135px;
    padding-bottom: 165px;
}
.popup_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.popup_flex input[type="text"] {
    margin-right: 20px;
}
.modal-nineHundred {
    max-width: 900px;
}
.custom_contact_modal .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.custom_contact_modal .modal-header button {
    background: transparent;
    border: none;
    font-size: 30px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.custom_contact_modal .modal-header button:hover {
    color: #0073FF;
}
/* privacy page css */
.privacy_bg {
    background-color: #000028;
}
.privacy_policy_h_text h1 {
    color: #fff;
    font-size: 54px;
    margin-bottom: 0;
}
.privacy_policy_breadcrumb {
    padding: 48px 0;
}
.privacy_content {
    padding-top: 60px;
    padding-bottom: 60px;
}
.privacy_content_wrap p {
    font-size: 16px;
    font-weight: 600;
}
.privacy_content_wrap p a {
    color: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.privacy_content_wrap p a:hover {
    color: #0073FF;
}
.privacy_content_wrap h4 {
    color: #333;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 40px;
}
.privacy_content_wrap ul {
    margin: 0;
    padding: 0;
    margin-left: 65px;
    margin-bottom: 15px;
}
.privacy_content_wrap ul > li {
    font-size: 16px;
    font-weight: 600;
    list-style-type: disc;
}
.custom_privacy_width {
    width: 1200px;
}
/* Thank you page css */
.thank_you_wrap {
    text-align: center;
}
.thank_you_wrap img {
    max-width: 100%;
}
.thank_you_wrap h2 {
    font-weight: 400;
    color: #000;
    font-size: 36px;
    margin-bottom: 20px;
    display: block;
}
.thank_you_wrap a {
    font-size: 20px;
    color: #0073FF;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.thank_you_wrap a:hover {
    text-decoration: underline;
}
.thank_you_area {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
