/*
 *This CSS sheet is used to customize the styles that--------
  I applied for this application.**********************
 */

/*-----------------------------------------------------------
    Common css which is applied for application ---START-----
------------------------------------------------------------*/
mark {
    background-color: #9fcdff;
    color: black;
    padding:5px;
}

.preloader_logo{
    left:0;
    right:0;
    top:0;
    bottom: 0;
    width: 260px;
    height: 90px;
}

table {
    border-collapse: collapse;
    width: 100%;
}
th, td {
    text-align: left;
    /*padding: 8px;*/
}
tr:nth-child(even){
    background-color: #f2f2f2
}
th {
    background-color: #4CAF50;
    color: white;
}
h2 {
    color: #ccc;
    margin: 0;
    font: 1.2em verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}
#pixiCanvas{
    position:absolute;
    width: 100% !important;
}
.error{
    color: white !important;
}
input, select, textarea{
    color: #ffff !important;
}
#text-drop {
    position: relative;
    display: flex;
    font-size:100px;
    font-family: arial;
    font-weight: 900;
}
.text-animation {
    animation: drop 6.24s linear forwards 9.16s;
    animation-iteration-count: infinite;
    display: flex;
}
@keyframes drop {
    0% {transform: translateY(-200px) scaleY(1); opacity: 0;}
    50% {transform: translateY(20px) scaleY(1); opacity: 1;}
    65% {transform: translateY(-17px) scaleY(.9); opacity: 1;}
    75% {transform: translateY(-22px) scaleY(.9); opacity: 1;}
    100% {transform: translateY(0px) scaleY(1); opacity: 1;}
}
/*-----------------------------------------------------------
    Common css which is applied for application ---END-------
------------------------------------------------------------*/



/*-----------------------------------------------------------
    START
    #Boostrap @media screens define with min width
    #This code block use for future development
    #Not use in this application
    END
------------------------------------------------------------*/

@media screen and (min-width: 480px) {}

@media screen and (min-width: 640px) { }

@media screen and (max-width: 720px) { }

@media screen and (min-width: 768px) { }

@media screen and (min-width: 1024px) { }

@media screen and (min-width: 1080px) { }

@media screen and (min-width: 1280px) { }

@media only screen and (min-width: 1366px) { }

@media screen and (min-width: 1920px) { }

/*-----------------------------------------------------------
    END
------------------------------------------------------------*/
.custom_btn{
    background: linear-gradient(260deg, rgba(58, 123, 213, 0) 0%, #173D7A 100%) !important;
    border: none !important;
    -webkit-box-shadow: 0px 5px 5px rgba(58, 123, 213,  0.14) !important;
    box-shadow: 0px 5px 5px rgba(58, 123, 213, 0.14) !important;
    padding: 12px 12px 12px 12px !important;
}
.custom_widget.custom_widget_subscribe {
    background-color: var(--main-color-one);
    padding: 58px 45px;
    border-radius: 0px 0px 10px 10px;
    margin-top: -115px;
    position: relative;
}

.custom_widget.custom_widget_subscribe.political {
    margin-top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6px 54px;
    margin-bottom: 100px;
}

.custom_box_shadow_home{
    background-color: #FFF9FC;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

.custom_widget.widget_subscribe.political::after {
    content: none;
}
.custom_widget.widget_subscribe.political::before {
    content: none;
}
.custom_widget.widget_subscribe::after {
    content: '';
    position: absolute;
    border-left: 44px solid transparent;
    border-bottom: 40px solid #9C0308;
    border-top: 64px solid transparent;
    top: -64px;
    left: -44px;
    z-index: -1;
}
.custom_widget.widget_subscribe::before {
    content: '';
    position: absolute;
    border-right: 44px solid transparent;
    border-bottom: 40px solid #9C0308;
    border-top: 64px solid transparent;
    top: -64px;
    right: -44px;
    z-index: -2;
}

.custom_widget.custom_widget_subscribe .shape-01 {
    width: 80%;
    height: 35px;
    background: var(--main-color-one);
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.19;
}
.custom_widget.custom_widget_subscribe .shape-02 {
    width: 90%;
    height: 35px;
    background: var(--main-color-one);
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.4;
}
.custom_widget.custom_widget_subscribe .shape-03 {
    width: 95%;
    height: 35px;
    background: var(--main-color-one);
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.19;
}
.custom_widget.custom_widget_subscribe .header-content.style-01 {
    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;
}

.custom_widget.custom_widget_subscribe .header-content .title {
    font-size: 24px;
    list-style: 32px;
    font-family: var(--body-font);
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.custom_widget.custom_widget_subscribe .header-content .title.style-01 {
    text-align: left;
    font-size: 40px;
    line-height: 50px;
    font-family: var(--heading-font);
    font-weight: 600;
    max-width: 500px;
    margin-bottom: 0px;
}





.custom_bounce {
    align-self: flex-end;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    animation-name: custom_bounce;
    animation-timing-function: ease;
}
@keyframes custom_bounce {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}

.custom_border_option{
    border-top: 2px #173D7A solid;
    position: relative;
    border-bottom: 8px solid #173D7A;
    padding:10px 10px 10px 10px;
}
.custom_border_option:before{
    position: absolute;
    background: #DD131A;
    height: 8px;
    content: '';
    width:30%;
    bottom: -8px;
    left: 0;
}
.custom_border_option_left{
    border-top: 2px #173D7A solid;
    position: relative;
    border-bottom: 8px solid #173D7A;
    padding:10px 10px 10px 10px;
    width:100% !important;
}
.custom_border_option_left:before{
    position: absolute;
    background: #DD131A;
    height: 8px;
    content: '';
    width:30%;
    bottom: -8px;
    left: 0;
}

.custom_border_option_left_agrobizz{
    border-top: 2px #0a7b0e solid;
    position: relative;
    border-bottom: 8px solid #0a7b0e;
    padding:10px 10px 10px 10px;
    width:100% !important;
}
.custom_border_option_left_agrobizz:before{
    position: absolute;
    background: #DD131A;
    height: 8px;
    content: '';
    width:30%;
    bottom: -8px;
    left: 0;
}
.custom_border_option_white{
    border-top: 2px #ffff solid;
    position: relative;
    border-bottom: 8px solid #173D7A;
    padding:10px 10px 10px 10px;
}
.custom_border_option_white:before{
    position: absolute;
    background: #DD131A;
    height: 8px;
    content: '';
    width:30%;
    bottom: -8px;
    left: 0;
}
.custom_border_option_white_left{
    border-top: 2px #ffff solid;
    position: relative;
    border-bottom: 8px solid #173D7A;
    padding:10px 10px 10px 10px;
    width:72% !important;
}
.custom_border_option_white_left:before{
    position: absolute;
    background: #DD131A;
    height: 8px;
    content: '';
    width:30%;
    bottom: -8px;
    left: 0;
}
.custom_nav_bar{
    border-bottom:none !important;
}
.custom_nav_bar_style_2{
    border-bottom:none !important;
}
.custom_vertical_hr{
    border-left: 2px solid white;
    height: auto;
    padding-right:45px !important
}
.custom_footer_header_title{
    text-transform: initial !important;
    font-size: 38px !important;
}
.custom_icon{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: white !important;
    border: white 1px solid;
    border-radius: 5px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: transparent;
}
.custom_box_shadow{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFF9FC;
    -webkit-box-shadow: 0px 5px 5px rgba(221, 19, 26, 0.14);
    box-shadow: 0px 5px 5px rgba(221, 19, 26, 0.14);
    border-radius: 6px;
    width: 100%;
}
.custom_title_angle_right{
    text-align: right !important;
}
.custom_title_angle_left{
    text-align: left !important;
}
#animated_golbe_div{
    width: 100%;
    height: 500px;
    max-width: 100%;
    margin-top:-10%;
}
#chartdiv_map{
    width: 100%;
    height: 500px;
    max-width: 100%
}
.custom_border_left{
    margin-left: -30px;
    height: 100%;
    position: absolute;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left: 5px #173D7A solid;
}
.custom_border_bottom{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom: 2px #173D7A solid;
}
.custom_typography_1{
    font-weight: 600;
    font-size: 30px;
    color: #173D7A;
}
.custom_typography_2{
    font-weight: 600;
    font-size: 30px;
    color: #DD131A;
}

.custom_typography_3{
    color: #173D7A;
}
.custom_typography_4{
    color: #DD131A;
}


.custom_block_for_time{
    width: 100% !important
}
.custom_background_for_sub_pages{
    background: #006BB3;
}
.custom_background_image_position_class{
    position: absolute;
}
.custom_cookies_sub_title{
    font-weight: bold !important;
}
.loader {
    width: 42px;
    height: 42px;
    border: 3px dotted #173D7A;
    border-style: solid solid dotted dotted;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
}
.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px dotted white;
    border-style: solid solid dotted;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    animation: rotationBack 1s linear infinite;
    transform-origin: center center;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}




@media (max-width: 575.98px) {
    .modal-fullscreen {
        padding: 0 !important;
    }
    .modal-fullscreen .modal-dialog {
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 767.98px) {
    .modal-fullscreen-sm {
        padding: 0 !important;
    }
    .modal-fullscreen-sm .modal-dialog {
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-sm .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 991.98px) {
    .modal-fullscreen-md {
        padding: 0 !important;
    }
    .modal-fullscreen-md .modal-dialog {
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-md .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 1199.98px) {
    .modal-fullscreen-lg {
        padding: 0 !important;
    }
    .modal-fullscreen-lg .modal-dialog {
        z-index: 99999 !important;
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg .modal-content {
        z-index: 99999 !important;
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-lg .modal-body {
        z-index: 99999 !important;
        overflow-y: auto;
    }
}
.modal-fullscreen-xl {
    z-index: 99999 !important;
    padding: 0 !important;
}
.modal-fullscreen-xl .modal-dialog {
    z-index: 99999 !important;
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-fullscreen-xl .modal-content {
    z-index: 99999 !important;
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal-fullscreen-xl .modal-body {
    z-index: 99999 !important;
    overflow-y: auto;
}
.shape_contact {
    background: linear-gradient(45deg, whitesmoke 0%, #9fcdff 100%);
    animation: morph_contact 8s ease-in-out infinite;
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    height: auto;
    transition: all 1s ease-in-out;
    width: auto;
    z-index: 5;
}
@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
        background: linear-gradient(45deg, #88D5BF 0%,#fff 100%);
    }
    50% {
        border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
        background: linear-gradient(45deg, #88D5BF 0%, #fff 100%);
    }
    100% {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
        background: linear-gradient(45deg, #88D5BF 0%, #fff 100%);
    }
}
@keyframes morph_contact {
    0% {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
        background: linear-gradient(45deg, whitesmoke 0%,#f0f0f0 100%);
    }
    50% {
        border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
        background: linear-gradient(45deg, #9fcdff 0%, #f0f0f0 100%);
    }
    100% {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
        background: linear-gradient(45deg, whitesmoke 0%, #f0f0f0 100%);
    }
}





/*----------------------------------------------------------------
    START
    #Boostrap @media screens define with min width.
    #This code block use for the customize pre-defined css
        class and ID which I use in style the application.
    END
-----------------------------------------------------------------*/
@media (min-width: 320px) {
    .custom_issues-single-items{
        width: 110% !important;
        margin-left: -5% !important;
    }
    .custom_geobizz_video{
        height: 240px !important;
        width: auto !important;
        border-radius: 10px !important;
        background: url("/assets/img/what_is_geobizz_sub_banner_3.png")  !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
    }
    .blockquoteValues{
        font-family: var(--heading-font);
        color: var(--heading-color);
        font-size: 15px;
        font-weight: 500;
        font-style: italic;
    }
    .blockquoteMission{
        font-family: var(--heading-font);
        color: var(--heading-color);
        font-size: 15px;
        font-weight: 500;
        font-style: italic;
    }
    .blockquoteVision{
        font-family: var(--heading-font);
        color: var(--heading-color);
        font-size: 15px;
        font-weight: 500;
        font-style: italic;
    }
    .custom_author_name{
        height: 30px;
        left: 3%;
    }
    .custom_underline_main_topic_left{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 40% !important;
    }
    .custom_underline_two_for_main_topic_left{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 10% !important;
        margin-left: 18px !important;
    }
    .underline_for_main_title{
        margin-top: -3% !important;
    }
    .custom_underline_main_topic_left_bord_of_directors{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 40% !important;
    }
    .custom_underline_two_for_main_topic_left_bord_of_directors{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 10% !important;
        margin-left: 18px !important;
    }





    .custom_underline_left_geobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 18% !important;
    }
    .custom_underline_two_left_geobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 7% !important;
        margin-left: 18px !important;
    }
    .custom_underline_left_agrobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 20% !important;
    }
    .custom_underline_two_left_agrobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 8% !important;
        margin-left: 18px !important;
    }
    .custom_underline_center_client_section{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 36% !important;
    }
    .custom_underline_two_client_section{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 16% !important;
        margin-left: 10px !important;
    }
    .custom_underline_left_testimonials{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 45% !important;
    }
    .custom_underline_two_left_testimonials{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 12% !important;
        margin-left: 18px !important;
    }
    .underline_in_testimonials{
        margin-top: -4% !important;
    }
    .custom_underline_right{
        float: right;
        display: inline-block;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 30% !important;
    }
    .custom_underline_two_right{
        float: right;
        display: inline-block;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 10% !important;
        margin-right: 18px !important;
    }
    .custom_underline{
        margin-top: -4% !important;
    }
    .description_main_header{
        text-align: justify;
    }
    .description_company_profile_text{
        color: #505050 !important;
        text-align: justify;
    }
    .description_geobizz_content_home{
        color: #2e3436 !important;
        font-size: 13px !important;
        text-align: justify;
        line-height: 30px;
    }
    .custom_title_for_common_usage {
        font-size: 28px !important;
        font-weight: 700 !important;
    }
    .custom_page_main_title_for_paragraph {
        font-size: 28px !important;
        font-weight: 700 !important;
    }
    .custom_sub_title_use_in_home_page{
        color: #2e3436 !important;
        font-size: 16px !important;
        font-weight: 600 !important;
    }
    .custom_title_sub_paragraph{
        font-size: 13px !important;
        font-weight: normal !important;
        text-align: center !important;
        line-height: 30px;
    }
    .custom_title_sub_paragraph_news_details{
        font-size: 13px !important;
        font-weight: normal !important;
        text-align: justify !important;
        line-height: 30px;
    }
    .custom_paragraph_for_common_font_size{
        font-size: 13px !important;
        font-weight: normal !important;
        line-height: 30px;
    }
    .custom_footer_contact_title{
        font-size: 22px !important;
        line-height: 30px !important;
    }
    .description_testimonials_content{
        color: white !important;
        font-size: 13px !important;
        text-align: justify;
    }
    .custom_font_size_use_in_footer{
        font-size: 13px !important;
    }
    .header_banner_title{
        color: #04072E !important;
    }
    .custom_nav_bar{
        background: transparent;
    }
    .custom_nav_bar_style_2 {
        background: transparent;
    }
    .custom_class_for_logo_bar{
        margin-top: -10%;
    }
    .custom_card_box{
        max-width: 100%;
        max-height: 100%;
        border: 1px solid whitesmoke;
        border-radius: 4px;
        margin-bottom: 12px;
    }
    .custom_display_helper{
        display: none;
    }
    .custom_display_helper_large_device{
        display: none;
    }
    .custom_display_helper_small_device{
        display: inline-block;
    }
    .custom_main_font_in_directors{
        font-size: 12px !important;
    }
    .custom_sub_font_in_directors{
        font-size: 10px !important;
    }
    .custom_image_property{
        left: 1%;
    }
    .custom_box_use_in_team{
        position: absolute;
        width: 240px !important;
        -webkit-box-shadow: none;
        box-shadow: 0 3px 0 1px whitesmoke;
        padding: 15px 5px 5px 5px  !important;
        background-color: #fff;
        border-radius: 6px;
        text-align: center;
        top: 60%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: .7s all ease;
        transition: .7s all ease;
    }
    .custom_model_pop_up .menu {
        z-index: 1 !important;
        position: absolute;
        right: -110px;
        top: -100px;
        width: 200px;
        height: 200px;
        background: #FFF;
        border-radius: 50% 50% 50% 50%;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #FFF;
        cursor: pointer;
    }
    .custom_model_pop_up .hamburger {
        position: absolute;
        top: 135px;
        left: 50px;
        width: 30px;
        height: 1.5px;
        background: #000;
        display: block;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    .custom_model_pop_up .hamburger:after, .custom_model_pop_up .hamburger:before {
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
    }
    .custom_model_pop_up .hamburger:before {
        top: -8px;
    }
    .custom_model_pop_up .hamburger:after {
        bottom: -8px;
    }
    .custom_image_property_profile_inside{
        border: 1px whitesmoke solid;
        border-radius: 5px;
        padding: 10px 10px 10px 10px;
    }
    .description_profile_content{
        color: #2e3436 !important;
        font-size: 13px !important;
        line-height: 30px;
        text-align: justify;
    }
    .custom_profile_title_text{
        margin-top: -5%;
    }
    .custom_image_property_profile_inside .social-links {
        position: absolute;
        top: 10%;
    }
    .custom_image_property_profile_inside .social-links ul {
        list-style: none;
    }
    .custom_image_property_profile_inside .social-links ul li i {
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-size: 15px;
        color: var(--main-color-one);
        border-radius: 5px;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        background-color: #fff;
    }
    .custom_image_property_profile_inside .social-links ul li i:hover {
        background: var(--main-color-one);
        color: #fff;
    }
    .custom_animated_border_class {
        width: 100%;
        border-radius: 10px;
        border: none;
        /*padding: 10px 1px 1px 1px;*/
        cursor: pointer;
    }
    .custom_display_helper_profile_card_logo{
        display: inline-block;
        height: 30px;
    }
    .custom_btn_box_use_in_profile_view{
        background-color: #DD131A;
        color: white;
        border: none;
        text-align: center;
        width: 100%;
        padding: 7px 7px 7px 7px;
    }
}

@media (min-width: 480px) {
    .custom_issues-single-items{
        width: 106% !important;
        margin-left: -3% !important;
    }
    .custom_geobizz_video{
        height: 400px !important;
        width: auto !important;
        border-radius: 10px !important;
        background: url("/assets/img/what_is_geobizz_sub_banner_3.png")  !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
    }
    .blockquoteValues{
        font-family: var(--heading-font);
        color: var(--heading-color);
        font-size: 16px;
        font-weight: 500;
        font-style: italic;
    }
    .blockquoteMission{
        font-family: var(--heading-font);
        color: var(--heading-color);
        font-size: 16px;
        font-weight: 500;
        font-style: italic;
    }
    .blockquoteVision{
        font-family: var(--heading-font);
        color: var(--heading-color);
        font-size: 16px;
        font-weight: 500;
        font-style: italic;
    }
    .custom_author_name{
        height: 30px;
        left: 5%;
    }
    .custom_underline_main_topic_left{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 40% !important;
    }
    .custom_underline_two_for_main_topic_left{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 10% !important;
        margin-left: 18px !important;
    }
    .underline_for_main_title{
        margin-top: -3% !important;
    }
    .custom_underline_main_topic_left_bord_of_directors{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 28% !important;
    }
    .custom_underline_two_for_main_topic_left_bord_of_directors{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 7% !important;
        margin-left: 18px !important;
    }







    .custom_underline_left_geobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 13% !important;
    }
    .custom_underline_two_left_geobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 5% !important;
        margin-left: 18px !important;
    }
    .custom_underline_left_agrobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 15% !important;
    }
    .custom_underline_two_left_agrobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 6% !important;
        margin-left: 18px !important;
    }
    .custom_underline_center_client_section{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 24% !important;
    }
    .custom_underline_two_client_section{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 10% !important;
        margin-left: 10px !important;
    }
    .custom_underline{
        margin-top: -4% !important;
    }
    .custom_underline_left_testimonials{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 30% !important;
    }
    .custom_underline_two_left_testimonials{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 10% !important;
        margin-left: 18px !important;
    }
    .underline_in_testimonials{
        margin-top: -3% !important;
    }
    .custom_underline_right{
        float: right;
        display: inline-block;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 30% !important;
    }
    .custom_underline_two_right{
        float: right;
        display: inline-block;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 10% !important;
        margin-right: 18px !important;
    }
    .custom-card-box-for-testimonial-carousel-six{
        height: 650px;
    }
    .description_main_header{
        text-align: justify;
    }
    .description_company_profile_text{
        color: #505050 !important;
        text-align: justify;
    }
    .description_geobizz_content_home{
        color: #2e3436 !important;
        font-size: 14px !important;
        text-align: justify;
    }
    .custom_title_sub_paragraph{
        font-size: 14px !important;
        font-weight: normal !important;
        text-align: center !important;
        line-height: 30px;
    }
    .custom_title_sub_paragraph_news_details{
        font-size: 14px !important;
        font-weight: normal !important;
        text-align: justify !important;
        line-height: 30px;
    }
    .custom_paragraph_for_common_font_size{
        font-size: 14px !important;
        font-weight: normal !important;
    }
    .custom_title_for_common_usage {
        font-size: 30px !important;
        font-weight: 700 !important;
    }
    .custom_page_main_title_for_paragraph {
        font-size: 30px !important;
        font-weight: 700 !important;
    }
    .custom_sub_title_use_in_home_page{
        color: #2e3436 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    .custom_footer_contact_title{
        font-size: 26px !important;
        line-height: 33px !important;
    }
    .custom_font_size_use_in_footer{
        font-size: 14px !important;
    }
    .description_testimonials_content{
        color: white !important;
        font-size: 14px !important;
        text-align: justify;
    }
    .header_banner_title{
        color: #04072E !important;
    }
    .custom_nav_bar{
        background: transparent;
    }
    .custom_nav_bar_style_2 {
        background: transparent;
    }
    .custom_class_for_logo_bar{
        margin-top: -3%;
    }
    .custom_card_box{
        max-width: 100%;
        max-height: 100%;
        border: 1px solid whitesmoke;
        border-radius: 4px;
        margin-bottom: 12px;
    }
    .custom_display_helper{
        display: none;
    }
    .custom_display_helper_large_device{
        display: none;
    }
    .custom_display_helper_small_device{
        display: inline-block;
    }
    .custom_main_font_in_directors{
        font-size: 14px !important;
    }
    .custom_sub_font_in_directors{
        font-size: 12px !important;
    }
    .custom_image_property{
        left: 9%;
    }
    .custom_box_use_in_team{
        position: absolute;
        width: 320px !important;
        -webkit-box-shadow: none;
        box-shadow: 0 3px 0 1px whitesmoke;
        padding: 15px 5px 5px 5px  !important;
        background-color: #fff;
        border-radius: 6px;
        text-align: center;
        top: 65%;
        left: 41%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: .7s all ease;
        transition: .7s all ease;
    }
    .custom_model_pop_up .menu {
        z-index: 1 !important;
        position: absolute;
        right: -10px;
        top: -100px;
        width: 200px;
        height: 200px;
        background: #FFF;
        border-radius: 50% 50% 50% 50%;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #FFF;
        cursor: pointer;
    }
    .custom_model_pop_up .hamburger {
        position: absolute;
        top: 135px;
        left: 50px;
        width: 30px;
        height: 1.5px;
        background: #000;
        display: block;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    .custom_model_pop_up .hamburger:after, .custom_model_pop_up .hamburger:before {
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
    }
    .custom_model_pop_up .hamburger:before {
        top: -8px;
    }
    .custom_model_pop_up .hamburger:after {
        bottom: -8px;
    }
    .custom_image_property_profile_inside{
        border: 1px whitesmoke solid;
        border-radius: 5px;
        padding: 30px 30px 30px 30px;
    }
    .description_profile_content{
        color: #2e3436 !important;
        font-size: 14px !important;
        line-height: 30px;
        text-align: justify;
    }
    .custom_profile_title_text{
        margin-top: -5%;
    }
    .custom_image_property_profile_inside .social-links {
        position: absolute;
        top: 10%;
    }
    .custom_image_property_profile_inside .social-links ul {
        list-style: none;
    }
    .custom_image_property_profile_inside .social-links ul li i {
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-size: 15px;
        color: var(--main-color-one);
        border-radius: 5px;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        background-color: #fff;
    }
    .custom_image_property_profile_inside .social-links ul li i:hover {
        background: var(--main-color-one);
        color: #fff;
    }
    .custom_display_helper_profile_card_logo{
        display: inline-block;
        height: 40px;
    }
    .custom_btn_box_use_in_profile_view{
        background-color: #DD131A;
        color: white;
        border: none;
        text-align: center;
        width: 100%;
        padding: 7px 7px 7px 7px;
    }
}

@media (min-width: 768px) {
    .custom_issues-single-items{
        width: auto !important;
        margin-left: 0.5% !important;
    }
    .custom_geobizz_video{
        height: 600px !important;
        width: auto !important;
        border-radius: 10px !important;
        background: url("/assets/img/what_is_geobizz_sub_banner_3.png")  !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
    }
    .blockquoteValues{
        font-family: var(--heading-font);
        color: var(--heading-color);
        font-size: 17px;
        font-weight: 500;
        font-style: italic;
    }
    .blockquoteMission{
        font-family: var(--heading-font);
        color: var(--heading-color);
        font-size: 17px;
        font-weight: 500;
        font-style: italic;
    }
    .blockquoteVision{
        font-family: var(--heading-font);
        color: var(--heading-color);
        font-size: 17px;
        font-weight: 500;
        font-style: italic;
    }
    .custom_author_name{
        height: 30px;
        left: 6%;
    }
    .custom_underline_main_topic_left{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 30% !important;
    }
    .custom_underline_two_for_main_topic_left{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 10% !important;
        margin-left: 18px !important;
    }
    .underline_for_main_title{
        margin-top: -3% !important;
    }
    .custom_underline_main_topic_left_bord_of_directors{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 25% !important;
    }
    .custom_underline_two_for_main_topic_left_bord_of_directors{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 7% !important;
        margin-left: 18px !important;
    }






    .custom_underline_left_geobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 13% !important;
    }
    .custom_underline_two_left_geobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 5% !important;
        margin-left: 18px !important;
    }
    .custom_underline_left_agrobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 14% !important;
    }
    .custom_underline_two_left_agrobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 6% !important;
        margin-left: 18px !important;
    }
    .custom_underline_center_client_section{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 20% !important;
    }
    .custom_underline_two_client_section{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 8% !important;
        margin-left: 10px !important;
    }
    .custom_underline{
        margin-top: -4% !important;
    }
    .custom_underline_left_testimonials{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 28% !important;
    }
    .custom_underline_two_left_testimonials{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 8% !important;
        margin-left: 18px !important;
    }
    .underline_in_testimonials{
        margin-top: -3% !important;
    }
    .custom_underline_right{
        float: right;
        display: inline-block;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 30% !important;
    }
    .custom_underline_two_right{
        float: right;
        display: inline-block;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 10% !important;
        margin-right: 18px !important;
    }
    .custom-card-box-for-testimonial-carousel-six{
        height: 650px;
    }
    .description_main_header{
        text-align: justify;
    }
    .description_company_profile_text{
        color: #505050 !important;
        text-align: justify;
    }
    .description_geobizz_content_home{
        color: #2e3436 !important;
        font-size: 14px !important;
        text-align: justify;
    }
    .custom_title_for_common_usage {
        font-size: 40px !important;
        font-weight: 700 !important;
    }
    .custom_page_main_title_for_paragraph {
        font-size: 40px !important;
        font-weight: 700 !important;
    }
    .custom_title_sub_paragraph{
        font-size: 14px !important;
        font-weight: normal !important;
        text-align: center !important;
        line-height: 30px;
    }
    .custom_title_sub_paragraph_news_details{
        font-size: 14px !important;
        font-weight: normal !important;
        text-align: justify !important;
        line-height: 30px;
    }
    .custom_paragraph_for_common_font_size{
        font-size: 14px !important;
        font-weight: normal !important;
    }
    .custom_sub_title_use_in_home_page{
        color: #2e3436 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    .custom_footer_contact_title{
        font-size: 26px !important;
        line-height: 33px !important;
    }
    .custom_font_size_use_in_footer{
        font-size: 14px !important;
    }
    .description_testimonials_content{
        word-break: break-all;
        word-wrap: break-word;
        width: 500px;
        color: white !important;
        font-size: 14px !important;
        text-align: justify;
    }
    .custom_quotes_with_round_display_helper{
        display: inline-block !important;
    }
    .header_banner_title{
        color: #04072E !important;
    }
    .custom_nav_bar{
        background: transparent !important;
    }
    .custom_nav_bar_style_2 {
        background: transparent;
    }
    .custom_class_for_logo_bar{
        margin-top: -3%;
    }
    .custom_card_box{
        max-width: 100%;
        max-height: 100%;
        border: 1px solid whitesmoke;
        border-radius: 4px;
        margin-bottom: 12px;
    }
    .custom_display_helper{
        display: none;
    }
    .custom_display_helper_large_device{
        display: none;
    }
    .custom_display_helper_small_device{
        display: inline-block;
    }
    .custom_main_font_in_directors{
        font-size: 14px !important;
    }
    .custom_sub_font_in_directors{
        font-size: 12px !important;
    }
    .custom_image_property{
        left: 0%;
    }
    .custom_box_use_in_team{
        position: absolute;
        width: 300px !important;
        -webkit-box-shadow: 0 1px 10px whitesmoke;
        box-shadow: 0 10px 10px whitesmoke;
        padding: 15px 5px 5px 5px  !important;
        background-color: #fff;
        border-radius: 6px;
        text-align: center;
        top: 65%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: .7s all ease;
        transition: .7s all ease;
    }
    .custom_model_pop_up .menu {
        z-index: 1 !important;
        position: absolute;
        right: -110px;
        top: -100px;
        width: 200px;
        height: 200px;
        background: #FFF;
        border-radius: 50% 50% 50% 50%;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #FFF;
        cursor: pointer;
    }
    .custom_model_pop_up .hamburger {
        position: absolute;
        top: 140px;
        left: 40px;
        width: 30px;
        height: 1.5px;
        background: #000;
        display: block;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    .custom_model_pop_up .hamburger:after, .custom_model_pop_up .hamburger:before {
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
    }
    .custom_model_pop_up .hamburger:before {
        top: -8px;
    }
    .custom_model_pop_up .hamburger:after {
        bottom: -8px;
    }
    .custom_image_property_profile_inside{
        border: 1px whitesmoke solid;
        border-radius: 5px;
        padding: 10px 10px 10px 10px;
    }
    .description_profile_content{
        color: #2e3436 !important;
        font-size: 14px !important;
        line-height: 30px;
        text-align: justify;
    }
    .custom_profile_title_text{
        margin-top: 0.1%;
    }
    .custom_image_property_profile_inside .social-links {
        position: absolute;
        top: 7%;
    }
    .custom_image_property_profile_inside .social-links ul {
        list-style: none;
    }
    .custom_image_property_profile_inside .social-links ul li i {
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-size: 15px;
        color: var(--main-color-one);
        border-radius: 5px;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        background-color: #fff;
    }
    .custom_image_property_profile_inside .social-links ul li i:hover {
        background: var(--main-color-one);
        color: #fff;
    }
    .custom_display_helper_profile_card_logo{
        display: inline-block;
    }
    .custom_btn_box_use_in_profile_view{
        background-color: #DD131A;
        color: white;
        border: none;
        text-align: center;
        width: 100%;
        padding: 10px 10px 10px 10px;
    }
}

@media (min-width: 1024px) {
    .custom_issues-single-items{
        width: 100% !important;
        margin-left: 0% !important;
    }
    .custom_geobizz_video{
        height: 450px !important;
        border-radius: 10px !important;
        background: url("/assets/img/what_is_geobizz_sub_banner_3.png")  !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
    }
    .custom_main_alignment{
        margin-right: 10px;
    }
    .blockquoteValues{
        font-family: var(--heading-font);
        color: var(--heading-color);
        font-size: 17px;
        font-weight: 500;
        font-style: italic;
    }
    .blockquoteMission{
        font-family: var(--heading-font);
        color: var(--heading-color);
        font-size: 17px;
        font-weight: 500;
        font-style: italic;
    }
    .blockquoteVision{
        font-family: var(--heading-font);
        color: var(--heading-color);
        font-size: 17px;
        font-weight: 500;
        font-style: italic;
    }
    .custom_author_name{
        height: 30px;
        left: 3%;
    }
    .custom_underline_left{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 15% !important;
    }
    .custom_underline_main_topic_left{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 40% !important;
    }
    .custom_underline_two_for_main_topic_left{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 10% !important;
        margin-left: 18px !important;
    }
    .underline_for_main_title{
        margin-top: -3% !important;
    }
    .custom_underline_main_topic_left_bord_of_directors{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 30% !important;
    }
    .custom_underline_two_for_main_topic_left_bord_of_directors{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 10% !important;
        margin-left: 18px !important;
    }






    .custom_underline_left_geobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 16% !important;
    }
    .custom_underline_two_left_geobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 7% !important;
        margin-left: 18px !important;
    }
    .custom_underline_left_agrobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 19% !important;
    }
    .custom_underline_two_left_agrobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 8% !important;
        margin-left: 18px !important;
    }
    .custom_underline_center_client_section{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 30% !important;
    }
    .custom_underline_two_client_section{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 10% !important;
        margin-left: 10px !important;
    }
    .custom_underline{
        margin-top: -4% !important;
    }
    .custom_underline_left_testimonials{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 40% !important;
    }
    .custom_underline_two_left_testimonials{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 12% !important;
        margin-left: 18px !important;
    }
    .underline_in_testimonials{
        margin-top: -4% !important;
    }
    .custom_underline_right{
        float: right;
        display: inline-block;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 30% !important;
    }
    .custom_underline_two_right{
        float: right;
        display: inline-block;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 10% !important;
        margin-right: 18px !important;
    }
    .custom-card-box-for-testimonial-carousel-six{
        height: 650px;
    }
    .description_main_header{
        text-align: justify;
    }
    .description_company_profile_text{
        color: #505050 !important;
        text-align: justify;
    }
    .description_geobizz_content_home{
        color: #2e3436 !important;
        font-size: 14px !important;
        text-align: justify;
    }
    .custom_title_for_common_usage {
        font-size: 40px !important;
        font-weight: 700 !important;
    }
    .custom_page_main_title_for_paragraph {
        font-size: 40px !important;
        font-weight: 700 !important;
    }
    .custom_title_sub_paragraph{
        font-size: 14px !important;
        font-weight: normal !important;
        text-align: center !important;
        line-height: 30px;
    }
    .custom_title_sub_paragraph_news_details{
        font-size: 14px !important;
        font-weight: normal !important;
        text-align: justify !important;
        line-height: 30px;
    }
    .custom_paragraph_for_common_font_size{
        font-size: 14px !important;
        font-weight: normal !important;
    }
    .custom_sub_title_use_in_home_page{
        color: #2e3436 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    .custom_footer_contact_title{
        font-size: 24px !important;
        line-height: 33px !important;
    }
    .custom_font_size_use_in_footer{
        font-size: 14px !important;
    }
    .description_testimonials_content{
        word-break: break-all;
        word-wrap: break-word;
        width: 700px;
        color: white !important;
        font-size: 14px !important;
        text-align: justify;
    }
    .custom_quotes_with_round_display_helper{
        display: inline-block !important;
    }
    .header_banner_title{
        color: #04072E !important;
    }
    .custom_nav_bar{
        /*background: #173D7A !important;*/
        background: linear-gradient(to right, var(--color_2_theme1), var(--color_1_theme1)) !important;
    }
    .custom_nav_bar_style_2 {
        /*background: linear-gradient(260deg, rgba(58, 123, 213, 0) 0%, #173D7A 100%);*/
        background: transparent;
    }
    .custom_class_for_logo_bar{
        margin-top: 0%;
    }
    .custom_display_helper{
        display: none;
    }
    .custom_display_helper_large_device{
        display: inline-block;
    }
    .custom_display_helper_small_device{
        display: none;
    }
    .custom_main_font_in_directors{
        font-size: 15px !important;
    }
    .custom_sub_font_in_directors{
        font-size: 13px !important;
    }
    .custom_image_property{
        left: 0%;
    }
    .custom_box_use_in_team{
        position: absolute;
        width: 270px !important;
        -webkit-box-shadow: 0 1px 10px whitesmoke;
        box-shadow: 0 10px 10px whitesmoke;
        padding: 15px 5px 5px 5px  !important;
        background-color: #fff;
        border-radius: 6px;
        text-align: center;
        top: 65%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: .7s all ease;
        transition: .7s all ease;
    }
    .custom_model_pop_up .menu {
        z-index: 1 !important;
        position: absolute;
        right: -110px;
        top: -100px;
        width: 200px;
        height: 200px;
        background: #FFF;
        border-radius: 50% 50% 50% 50%;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #FFF;
        cursor: pointer;
    }
    .custom_model_pop_up .hamburger {
        position: absolute;
        top: 140px;
        left: 40px;
        width: 30px;
        height: 1.5px;
        background: #000;
        display: block;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    .custom_model_pop_up .hamburger:after, .custom_model_pop_up .hamburger:before {
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
    }
    .custom_model_pop_up .hamburger:before {
        top: -8px;
    }
    .custom_model_pop_up .hamburger:after {
        bottom: -8px;
    }
    .custom_image_property_profile_inside{
        border: 1px whitesmoke solid;
        border-radius: 5px;
        padding: 10px 10px 10px 10px;
    }
    .description_profile_content{
        color: #2e3436 !important;
        font-size: 14px !important;
        line-height: 30px;
        text-align: justify;
    }
    .custom_profile_title_text{
        margin-top: 0.1%;
    }
    .custom_image_property_profile_inside .social-links {
        position: absolute;
        top: 7%;
    }
    .custom_image_property_profile_inside .social-links ul {
        list-style: none;
    }
    .custom_image_property_profile_inside .social-links ul li i {
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-size: 15px;
        color: var(--main-color-one);
        border-radius: 5px;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        background-color: #fff;
    }
    .custom_image_property_profile_inside .social-links ul li i:hover {
        background: var(--main-color-one);
        color: #fff;
    }
    .custom_display_helper_profile_card_logo{
        display: inline-block;
        height: 42px;
    }
    .custom_btn_box_use_in_profile_view{
        background-color: #DD131A;
        color: white;
        border: none;
        text-align: center;
        width: 100%;
        padding: 10px 10px 10px 10px;
    }
}

@media (min-width: 1280px) {
    .custom_issues-single-items{
        width: 100% !important;
        margin-left: 0% !important;
    }
    .custom_geobizz_video{
        height: 510px !important;
        border-radius: 10px !important;
        background: url("/assets/img/what_is_geobizz_sub_banner_3.png")  !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
    }
    .custom_main_alignment{
        /*margin-right: 10px;*/
    }
    .blockquoteValues{
        font-family: var(--heading-font);
        color: var(--heading-color);
        font-size: 17px;
        font-weight: 500;
        font-style: italic;
    }
    .blockquoteMission{
        font-family: var(--heading-font);
        color: var(--heading-color);
        font-size: 17px;
        font-weight: 500;
        font-style: italic;
    }
    .blockquoteVision{
        font-family: var(--heading-font);
        color: var(--heading-color);
        font-size: 17px;
        font-weight: 500;
        font-style: italic;
    }
    .custom_author_name{
        height: 30px;
        left: 3%;
    }
    .custom_underline_left{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 15% !important;
    }
    .custom_underline_main_topic_left{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 38% !important;
    }
    .custom_underline_two_for_main_topic_left{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 10% !important;
        margin-left: 18px !important;
    }
    .underline_for_main_title{
        margin-top: -3% !important;
    }
    .custom_underline_main_topic_left_bord_of_directors{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 30% !important;
    }
    .custom_underline_two_for_main_topic_left_bord_of_directors{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 10% !important;
        margin-left: 18px !important;
    }






    .custom_underline_left_geobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 14% !important;
    }
    .custom_underline_two_left_geobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 6% !important;
        margin-left: 18px !important;
    }
    .custom_underline_left_agrobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 17% !important;
    }
    .custom_underline_two_left_agrobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 6% !important;
        margin-left: 18px !important;
    }
    .custom_underline_center_client_section{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 30% !important;
    }
    .custom_underline_two_client_section{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 10% !important;
        margin-left: 10px !important;
    }
    .custom_underline{
        margin-top: -4% !important;
    }
    .custom_underline_left_testimonials{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 36% !important;
    }
    .custom_underline_two_left_testimonials{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 10% !important;
        margin-left: 18px !important;
    }
    .underline_in_testimonials{
        margin-top: -4% !important;
    }
    .custom_underline_right{
        float: right;
        display: inline-block;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 30% !important;
    }
    .custom_underline_two_right{
        float: right;
        display: inline-block;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 10% !important;
        margin-right: 18px !important;
    }
    .custom-card-box-for-testimonial-carousel-six{
        height: 650px;
    }
    .description_main_header{
        text-align: justify;
    }
    .description_company_profile_text{
        color: #505050 !important;
        text-align: justify;
    }
    .description_geobizz_content_home{
        color: #2e3436 !important;
        font-size: 15px !important;
        text-align: justify;
        line-height: 30px;
    }
    .custom_title_sub_paragraph{
        font-size: 15px !important;
        font-weight: normal !important;
        text-align: center !important;
        line-height: 30px;
    }
    .custom_title_sub_paragraph_news_details{
        font-size: 15px !important;
        font-weight: normal !important;
        text-align: justify !important;
        line-height: 30px;
    }
    .custom_paragraph_for_common_font_size{
        font-size: 15px !important;
        font-weight: normal !important;
        line-height: 30px;
    }
    .custom_title_for_common_usage {
        font-size: 40px !important;
        font-weight: 700 !important;
    }
    .custom_page_main_title_for_paragraph {
        font-size: 40px !important;
        font-weight: 700 !important;
    }
    .custom_sub_title_use_in_home_page{
        color: #2e3436 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    .custom_footer_contact_title{
        font-size: 25px !important;
        line-height: 33px !important;
    }
    .custom_font_size_use_in_footer{
        font-size: 15px !important;
    }
    .description_testimonials_content{
        word-break: break-all;
        word-wrap: break-word;
        width: 800px;
        color: white !important;
        font-size: 15px !important;
        text-align: justify;
    }
    .header_banner_title{
        color: #04072E !important;
    }
    .custom_nav_bar{
        /*background: #173D7A !important;*/
        border-bottom: linear-gradient(to right, var(--color_2_theme1), var(--color_1_theme1)) 8px solid #173D7A !important;
    }
    .custom_nav_bar_style_2 {
        /*background: linear-gradient(260deg, rgba(58, 123, 213, 0) 0%, #173D7A 100%);*/
        background: transparent;
    }
    .custom_class_for_logo_bar{
        margin-top: 0%;
    }
    .custom_display_helper{
        display: inline-block;
    }
    .custom_display_helper_large_device{
        display: inline-block;
    }
    .custom_display_helper_small_device{
        display: none;
    }
    .custom_main_font_in_directors{
        font-size: 15px !important;
    }
    .custom_sub_font_in_directors{
        font-size: 13px !important;
    }
    .custom_image_property{
        left: 0%;
    }
    .custom_box_use_in_team{
        position: absolute;
        width: 300px !important;
        -webkit-box-shadow: 0 1px 10px whitesmoke;
        box-shadow: 0 10px 10px whitesmoke;
        padding: 15px 5px 5px 5px  !important;
        background-color: #fff;
        border-radius: 6px;
        text-align: center;
        top: 65%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: .7s all ease;
        transition: .7s all ease;
    }
    .custom_model_pop_up .menu {
        z-index: 1 !important;
        position: absolute;
        right: -110px;
        top: -100px;
        width: 200px;
        height: 200px;
        background: #FFF;
        border-radius: 50% 50% 50% 50%;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #FFF;
        cursor: pointer;
    }
    .custom_model_pop_up .hamburger {
        z-index: 1 !important;
        position: absolute;
        top: 140px;
        left: 40px;
        width: 30px;
        height: 1.5px;
        background: #000;
        display: block;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    .custom_model_pop_up .hamburger:after, .custom_model_pop_up .hamburger:before {
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
    }
    .custom_model_pop_up .hamburger:before {
        top: -8px;
    }
    .custom_model_pop_up .hamburger:after {
        bottom: -8px;
    }
    .custom_image_property_profile_inside{
        border: 1px whitesmoke solid;
        border-radius: 5px;
        padding: 10px 10px 10px 10px;
    }
    .description_profile_content{
        color: #2e3436 !important;
        font-size: 15px !important;
        line-height: 30px;
        text-align: justify;
    }
    .custom_profile_title_text{
        margin-top: 0.1%;
    }
    .custom_image_property_profile_inside .social-links {
        position: absolute;
        top: 7%;
    }
    .custom_image_property_profile_inside .social-links ul {
        list-style: none;
    }
    .custom_image_property_profile_inside .social-links ul li i {
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-size: 15px;
        color: var(--main-color-one);
        border-radius: 5px;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        background-color: #fff;
    }
    .custom_image_property_profile_inside .social-links ul li i:hover {
        background: var(--main-color-one);
        color: #fff;
    }
    .custom_display_helper_profile_card_logo{
        display: inline-block;
        height: 45px;
    }
    .custom_btn_box_use_in_profile_view{
        background-color: #DD131A;
        color: white;
        border: none;
        text-align: center;
        width: 100%;
        padding: 10px 10px 10px 10px;
    }
}

@media (min-width: 1366px) {
    .custom_issues-single-items{
        width: 100% !important;
        margin-left: 0% !important;
    }
    .custom_geobizz_video{
        height: 510px !important;
        border-radius: 10px !important;
        background: url("/assets/img/what_is_geobizz_sub_banner_3.png")  !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
    }
    .custom_main_alignment{
        /*margin-right: 1px;*/
    }
    .blockquoteValues{
        font-family: var(--heading-font);
        color: var(--heading-color);
        font-size: 17px !important;
        font-weight: 500;
        font-style: italic;
    }
    .blockquoteMission{
        font-family: var(--heading-font);
        color: var(--heading-color);
        font-size: 17px;
        font-weight: 500;
        font-style: italic;
    }
    .blockquoteVision{
        font-family: var(--heading-font);
        color: var(--heading-color);
        font-size: 17px;
        font-weight: 500;
        font-style: italic;
    }
    .custom_author_name{
        height: 30px;
        left: 3%;
    }
    .custom_underline_left{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 15% !important;
    }
    .custom_underline_main_topic_left{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 40% !important;
    }
    .custom_underline_two_for_main_topic_left{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 10% !important;
        margin-left: 18px !important;
    }
    .underline_for_main_title{
        margin-top: -3% !important;
    }
    .custom_underline_main_topic_left_bord_of_directors{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 30% !important;
    }
    .custom_underline_two_for_main_topic_left_bord_of_directors{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 7% !important;
        margin-left: 18px !important;
    }







    .custom_underline_left_geobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 16% !important;
    }
    .custom_underline_two_left_geobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 4% !important;
        margin-left: 18px !important;
    }
    .custom_underline_left_agrobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 17% !important;
    }
    .custom_underline_two_left_agrobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 6% !important;
        margin-left: 18px !important;
    }
    .custom_underline_center_client_section{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 30% !important;
    }
    .custom_underline_two_client_section{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 8% !important;
        margin-left: 10px !important;
    }
    .custom_underline{
        margin-top: -4% !important;
    }
    .custom_underline_left_testimonials{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 35% !important;
    }
    .custom_underline_two_left_testimonials{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 10% !important;
        margin-left: 18px !important;
    }
    .underline_in_testimonials{
        margin-top: -4% !important;
    }
    .custom_underline_right{
        float: right;
        display: inline-block;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 30% !important;
    }
    .custom_underline_two_right{
        float: right;
        display: inline-block;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 10% !important;
        margin-right: 18px !important;
    }
    .custom-card-box-for-testimonial-carousel-six{
        height: auto;
    }
    .description_main_header{
        text-align: justify;
    }
    .description_company_profile_text{
        text-align: justify;
    }
    .description_geobizz_content_home{
        color: #2e3436 !important;
        font-size: 15px !important;
        text-align: justify;
        line-height: 30px;
    }
    .custom_title_sub_paragraph{
        font-size: 15px !important;
        font-weight: normal !important;
        text-align: center !important;
        line-height: 30px;
    }
    .custom_title_sub_paragraph_news_details{
        font-size: 15px !important;
        font-weight: normal !important;
        text-align: justify !important;
        line-height: 30px;
    }
    .custom_paragraph_for_common_font_size{
        font-size: 15px !important;
        font-weight: normal !important;
        line-height: 30px;
    }
    .custom_title_for_common_usage {
        font-size: 40px !important;
        font-weight: 700 !important;
    }
    .custom_page_main_title_for_paragraph {
        font-size: 40px !important;
        font-weight: 700 !important;
    }
    .custom_sub_title_use_in_home_page{
        color: #2e3436 !important;
        font-size: 18px !important;
        font-weight: 600 !important;
    }
    .custom_footer_contact_title{
        font-size: 25px !important;
        line-height: 33px !important;
    }
    .custom_font_size_use_in_footer{
        font-size: 15px !important;
    }
    .description_testimonials_content{
        word-break: break-all;
        word-wrap: break-word;
        width: 800px;
        color: white !important;
        font-size: 15px !important;
        text-align: justify;
    }
    .header_banner_title{
        color: #04072E !important;
    }
    .custom_nav_bar{
        /*background: #173D7A !important;*/
        background: linear-gradient(to right, var(--color_2_theme1), var(--color_1_theme1)) !important;
    }
    .custom_nav_bar_style_2 {
        background: transparent;
        /*background: linear-gradient(260deg, rgba(58, 123, 213, 0) 0%, #173D7A 100%);*/
    }
    .custom_class_for_logo_bar{
        margin-top: 0%;
    }
    .custom_display_helper{
        display: inline-block;
    }
    .custom_display_helper_large_device{
        display: inline-block;
    }
    .custom_display_helper_small_device{
        display: none;
    }
    .custom_main_font_in_directors{
        font-size: 15px !important;
    }
    .custom_sub_font_in_directors{
        font-size: 13px !important;
    }
    .custom_image_property{
        left: 0%;
    }
    .custom_box_use_in_team{
        position: absolute;
        width: 310px !important;
        -webkit-box-shadow: 0 1px 10px whitesmoke;
        box-shadow: 0 10px 0px whitesmoke;
        padding: 15px 5px 5px 5px  !important;
        background-color: #fff;
        border-radius: 6px;
        text-align: center;
        top: 65%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: .7s all ease;
        transition: .7s all ease;
    }
    .custom_model_pop_up .menu {
        z-index: 1 !important;
        position: absolute;
        right: -110px;
        top: -100px;
        width: 200px;
        height: 200px;
        background: #FFF;
        border-radius: 50% 50% 50% 50%;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #FFF;
        cursor: pointer;
    }
    .custom_model_pop_up .hamburger {
        position: absolute;
        top: 140px;
        left: 40px;
        width: 30px;
        height: 1.5px;
        background: #000;
        display: block;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    .custom_model_pop_up .hamburger:after, .custom_model_pop_up .hamburger:before {
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
    }
    .custom_model_pop_up .hamburger:before {
        top: -8px;
    }
    .custom_model_pop_up .hamburger:after {
        bottom: -8px;
    }
    .custom_image_property_profile_inside{
        border: 1px whitesmoke solid;
        border-radius: 5px;
        padding: 10px 10px 10px 10px;
    }
    .description_profile_content{
        color: #2e3436 !important;
        font-size: 15px !important;
        line-height: 30px;
        text-align: justify;
    }
    .custom_profile_title_text{
        margin-top: 0.1%;
    }
    .custom_image_property_profile_inside .social-links {
        position: absolute;
        top: 7%;
    }
    .custom_image_property_profile_inside .social-links ul {
        list-style: none;
    }
    .custom_image_property_profile_inside .social-links ul li i {
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-size: 15px;
        color: var(--main-color-one);
        border-radius: 5px;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        background-color: #fff;
    }
    .custom_image_property_profile_inside .social-links ul li i:hover {
        background: var(--main-color-one);
        color: #fff;
    }
    .custom_display_helper_profile_card_logo{
        display: inline-block;
        height: 42px;
    }
    .custom_btn_box_use_in_profile_view{
        background-color: #DD131A;
        color: white;
        border: none;
        text-align: center;
        width: 100%;
        padding: 10px 10px 10px 10px;
    }
}

@media (min-width: 1920px) {
    .custom_issues-single-items{
        width: 100% !important;
        margin-left: 0% !important;
    }
    .custom_geobizz_video{
        height: 510px !important;
        border-radius: 10px !important;
        background: url("/assets/img/what_is_geobizz_sub_banner_3.png")  !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
    }
    .custom_main_alignment{
        /*margin-right: 1px;*/
    }
    .blockquoteValues{
        font-family: var(--heading-font);
        color: var(--heading-color);
        font-size: 25px;
        font-weight: 500;
        font-style: italic;
    }
    .blockquoteMission{
        font-family: var(--heading-font);
        color: var(--heading-color);
        font-size: 25px;
        font-weight: 500;
        font-style: italic;
    }
    .custom_author_name{
        height: 30px;
        left: 3%;
    }
    .custom-card-box-for-testimonial-carousel-six{
        height: auto;
    }
    .description_main_header{
        text-align: justify;
    }
    .description_company_profile_text{
        color: #505050 !important;
        text-align: justify;
    }
    .description_geobizz_content_home{
        color: #2e3436 !important;
        font-size: 16px !important;
        text-align: justify;
    }
    .custom_title_sub_paragraph{
        font-size: 16px !important;
        font-weight: normal !important;
        text-align: center !important;
        line-height: 30px;
    }
    .custom_title_sub_paragraph_news_details{
        font-size: 16px !important;
        font-weight: normal !important;
        text-align: justify !important;
        line-height: 30px;
    }
    .custom_paragraph_for_common_font_size{
        font-size: 16px !important;
        font-weight: normal !important;
    }
    .custom_title_for_common_usage{
        font-size: 46px !important;
        font-weight: 700 !important;
    }
    .custom_page_main_title_for_paragraph {
        font-size: 46px !important;
        font-weight: 700 !important;
    }
    .custom_sub_title_use_in_home_page{
        color: #2e3436 !important;
        font-size: 19px !important;
        font-weight: 600 !important;
    }
    .custom_footer_contact_title{
        font-size: 28px !important;
        line-height: 36px !important;
    }
    .custom_font_size_use_in_footer{
        font-size: 16px !important;
    }
    .description_testimonials_content{
        word-break: break-all;
        word-wrap: break-word;
        width: 850px;
        color: white !important;
        font-size: 16px !important;
        text-align: justify;
    }
    .header_banner_title{
        color: #04072E !important;
    }
    .custom_nav_bar{
        /*background: #173D7A !important;*/
        background: linear-gradient(to right, var(--color_2_theme1), var(--color_1_theme1)) !important;
    }
    .custom_nav_bar_style_2 {
        /*background: linear-gradient(260deg, rgba(58, 123, 213, 0) 0%, #173D7A 100%);*/
    }
    .custom_class_for_logo_bar{
        margin-top: 0%;
    }
    .custom_display_helper{
        display: inline-block;
    }
    .custom_display_helper_large_device{
        display: inline-block;
    }
    .custom_display_helper_small_device{
        display: none;
    }
    .custom_main_font_in_directors{
        font-size: 16px !important;
    }
    .custom_sub_font_in_directors{
        font-size: 14px !important;
    }
    .custom_image_property{
        left: 0%;
    }
    .custom_box_use_in_team{
        position: absolute;
        width: 330px !important;
        -webkit-box-shadow: 0 1px 10px whitesmoke;
        box-shadow: 0 10px 0px whitesmoke;
        padding: 15px 5px 5px 5px  !important;
        background-color: #fff;
        border-radius: 6px;
        text-align: center;
        top: 65%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: .7s all ease;
        transition: .7s all ease;
    }
    .custom_model_pop_up .menu {
        z-index: 1 !important;
        position: absolute;
        right: -110px;
        top: -100px;
        width: 200px;
        height: 200px;
        background: #FFF;
        border-radius: 50% 50% 50% 50%;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #FFF;
        cursor: pointer;
    }
    .custom_model_pop_up .hamburger {
        position: absolute;
        top: 140px;
        left: 40px;
        width: 30px;
        height: 1.5px;
        background: #000;
        display: block;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    .custom_model_pop_up .hamburger:after, .custom_model_pop_up .hamburger:before {
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
    }
    .custom_model_pop_up .hamburger:before {
        top: -8px;
    }
    .custom_model_pop_up .hamburger:after {
        bottom: -8px;
    }
    .custom_image_property_profile_inside{
        border: 1px whitesmoke solid;
        border-radius: 5px;
        padding: 10px 10px 10px 10px;
    }
    .description_profile_content{
        color: #2e3436 !important;
        font-size: 16px !important;
        line-height: 30px;
        text-align: justify;
    }
    .custom_profile_title_text{
        margin-top: 0.1%;
    }
    .custom_image_property_profile_inside .social-links {
        position: absolute;
        top: 7%;
    }
    .custom_image_property_profile_inside .social-links ul {
        list-style: none;
    }
    .custom_image_property_profile_inside .social-links ul li i {
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-size: 15px;
        color: var(--main-color-one);
        border-radius: 5px;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        background-color: #fff;
    }
    .custom_image_property_profile_inside .social-links ul li i:hover {
        background: var(--main-color-one);
        color: #fff;
    }
    .custom_display_helper_profile_card_logo{
        display: inline-block;
        height: 45px;
    }
    .custom_btn_box_use_in_profile_view{
        background-color: #DD131A;
        color: white;
        border: none;
        text-align: center;
        width: 100%;
        padding: 10px 10px 10px 10px;
    }
    .custom_underline_main_topic_left{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 40% !important;
    }
    .custom_underline_two_for_main_topic_left{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 10% !important;
        margin-left: 18px !important;
    }
    .underline_for_main_title{
        margin-top: -3% !important;
    }
    .custom_underline_main_topic_left_bord_of_directors{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 30% !important;
    }
    .custom_underline_two_for_main_topic_left_bord_of_directors{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 10% !important;
        margin-left: 18px !important;
    }
    .custom_underline_left_geobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 16% !important;
    }
    .custom_underline_two_left_geobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 7% !important;
        margin-left: 18px !important;
    }
    .custom_underline_left_agrobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 19% !important;
    }
    .custom_underline_two_left_agrobizz{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 8% !important;
        margin-left: 18px !important;
    }
    .custom_underline_center_client_section{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 30% !important;
    }
    .custom_underline_two_client_section{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 10% !important;
        margin-left: 10px !important;
    }
    .custom_underline{
        margin-top: -4% !important;
    }
    .custom_underline_left_testimonials{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 40% !important;
    }
    .custom_underline_two_left_testimonials{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 12% !important;
        margin-left: 18px !important;
    }
    .underline_in_testimonials{
        margin-top: -4% !important;
    }
}
/*-----------------------------------------------------------------
    END
-----------------------------------------------------------------*/


