/* FONT IMPORT */

@import url('https://fonts.googleapis.com/css?family=Teko:300,400,500,600,700&display=swap');
@font-face {
    font-family: 'oswald_stencilbold';
    src: url('../fonts/oswald-stencil-webfont.woff2') format('woff2'), url('../fonts/oswald-stencil-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* @font-face {
    font-family: "OswaldStencil-Bold";
    src: url("../fonts/oswald/Oswald-Stencil.eot?") format("eot"),
        url("../fonts/oswald/Oswald-Stencil.woff") format("woff"), url("../fonts/oswald/Oswald-Stencil.ttf") format("truetype"),
        url("../fonts/oswald/Oswald-Stencil.svg#OswaldStencil-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
} */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    width: 100%;
    margin: 0px;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    float: left;
    margin-top: 102px;
}

ul,
li,
p,
div,
a:hover {
    text-decoration: none;
}

ul,
li,
p,
div,
a {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    color: inherit;
}

.full_wrapper {
    width: 100%;
    float: left;
}

.flex_dir_clm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wrpr_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex_end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.gradient1 {
    background: rgb(1, 52, 93);
    background: -o-linear-gradient(left, rgba(1, 52, 93, 1) 0%, rgba(1, 103, 185, 1) 25%, rgba(1, 103, 185, 1) 75%, rgba(1, 52, 93, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(1, 52, 93, 1)), color-stop(25%, rgba(1, 103, 185, 1)), color-stop(75%, rgba(1, 103, 185, 1)), to(rgba(1, 52, 93, 1)));
    background: linear-gradient(90deg, rgba(1, 52, 93, 1) 0%, rgba(1, 103, 185, 1) 25%, rgba(1, 103, 185, 1) 75%, rgba(1, 52, 93, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#01345d", endColorstr="#01345d", GradientType=1);
}

.gradient2 {
    background: rgb(182, 216, 239);
    background: -o-linear-gradient(left, rgba(182, 216, 239, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(222, 242, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(182, 216, 239, 1)), color-stop(50%, rgba(255, 255, 255, 1)), to(rgba(222, 242, 255, 1)));
    background: linear-gradient(90deg, rgba(182, 216, 239, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(222, 242, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#b6d8ef", endColorstr="#def2ff", GradientType=1);
}

.padding_lr_header_primary {
    padding-right: 25px !important;
    padding-left: 25px !important;
}

.padding_lr_primary {
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.padding_tb_primary {
    padding-top: 50px;
    padding-bottom: 50px;
}

.text_weight_bold {
    font-weight: 700;
}

.txt_size_line_1 {
    font-size: 12px;
    line-height: 12px;
    font-family: 'Roboto', sans-serif;
}

.txt_size_line_10 {
    font-size: 10px;
    line-height: 10px;
    font-family: 'Roboto', sans-serif;
}

.txt_space_1 {
    letter-spacing: .5px;
}

.txt_size_line_11 {
    font-size: 11px;
    line-height: 11px;
    font-family: 'Roboto', sans-serif;
}

.text-center {
    text-align: center;
}

.bg_white {
    background-color: #fff;
}

.txt_clr_4 {
    /* color: #0167B9 !important; */
    color: #42BB5A !important;
}

.txt_clr_1 {
    color: #fff;
}

.bg_clr_1 {
    background-color: #268BDC;
}

.bg_clr_2 {
    background-color: #1A8BE5;
}

.bg_clr_3 {
    background-color: #41A9FE;
}

.bg_clr_4 {
    background-color: #014276
}

.common_padding_bottom_0 {
    padding-bottom: 0px !important;
}

.social_media_icons ul li a {
    font-size: 12px;
    line-height: 12px;
    padding: 5px;
    float: left;
    margin-left: 1px;
    color: #7A7A7A;
}


/* .social_media_icons ul li:nth-child(odd) a {
    background-color: #1A8BE5;
}

.social_media_icons ul li:nth-child(even) a {
    background-color: #41A9FE;
} */

.padding_rl_35 {
    padding-right: 35px;
    padding-left: 35px;
}

.padding_rl_50 {
    padding-right: 50px;
    padding-left: 50px;
}

.margin_l_50 {
    margin-left: 50px;
}

.margin_r15 {
    margin-right: 15px;
}

.margin_r_auto {
    margin-right: auto;
}

.margin_l_auto {
    margin-left: auto;
}

.item_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_main_wrpr {
    width: 100%;
    float: left;
    position: relative;
    min-height: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo {
    position: relative;
    margin-top: -45px;
    /* margin-top: 0; */
    float: left;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.logo a {
    width: auto;
    float: left;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/* changed by ullas */

.logo a img {
    width: 100%;
    float: left;
    max-width: 350px;
    margin-right: 15px;
}

.logo a svg {
    width: 100%;
    float: left;
    max-width: 120px;
    margin-right: 15px;
}

.hangburger_main .logo a img {
    width: 100%;
    float: left;
    max-width: 120px;
    margin-bottom: 10px;
}

.hangburger_main .logo a svg {
    width: 100%;
    float: left;
    max-width: 120px;
    margin-bottom: 10px;
}

.logo .logo_text {
    width: auto;
    float: left;
    /* font-family: "OswaldStencil-Bold"; */
    font-family: 'oswald_stencilbold';
    font-size: 25px;
    line-height: 25px;
    /* color: #0a0909; */
    color: #707070;
    padding-left: 0px;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
}

.hangburger_trigger span {
    width: 22px;
    height: 2px;
    margin-bottom: 3px;
    background-color: #42BB5A;
    display: block;
}

.hangburger_trigger span:last-child {
    margin-bottom: 0px;
}

.common_ul_type_1 li a {
    padding: 10px 13px;
    width: auto;
    float: left;
    background-color: transparent;
    color: #414141;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    overflow: hidden;
}

.header_main_wrpr .dropdown:hover .menu_hover::after {
    opacity: 1;
    bottom: -9px;
    z-index: 100;
}

.header_main_wrpr .dropdown:hover .menu_hover {
    /* background-color: #F94147; */
    color: #42BB5A;
    overflow: visible;
}

.header_main_wrpr .dropdown:hover .icon {
    color: #42BB5A;
}

.menu_hover:hover {
    /* background-color: #F94147; */
    color: #42BB5A;
    overflow: visible;
}

.hangburger_trigger {
    width: 100%;
    float: left;
    max-width: 35px;
    position: relative;
    margin-left: -7px;
    cursor: pointer;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.overlay_close {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.70);
    opacity: 0;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    z-index: 125;
    pointer-events: none;
}

.overlay_close.active {
    z-index: 125;
    opacity: 1;
    pointer-events: auto;
}

.menu_hover:hover::after {
    opacity: 1;
    bottom: -9px;
}

.menu_hover::after {
    content: "\ef13";
    font-family: 'gd_icon' !important;
    position: absolute;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 10px;
    color: #F94147;
    opacity: 0;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    z-index: 1;
    display: none;
}

.menu_hover.active {
    /* background-color: #F94147; */
    color: #42BB5A;
    overflow: visible;
}

.menu_hover.active::after {
    opacity: 1;
    bottom: -9px;
}

.mail_enquiry_wrpr {
    width: auto;
    float: left;
    margin-right: 20px;
}

.mail_enquiry_wrpr:last-child {
    margin-right: 0;
}

.mail_enquiry {
    color: #979797;
    border: 1px solid #D2D2D2;
    font-size: 12px;
    line-height: 16px;
    /* padding: 5px 10px; */
    padding-right: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    width: auto;
    float: left;
    position: relative;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mail_enquiry:hover {
    background-color: #42BB5A;
    color: #fff;
}

.mail_enquiry .icon {
    font-size: 20px;
    padding-right: 5px;
    width: auto;
    float: left;
    color: #42BB5A;
    padding: 5px 8px;
    border-right: 1px solid #D2D2D2;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    margin-right: 15px;
}

.mail_enquiry:hover .icon {
    color: #fff;
}

.call_enquiry .icon {
    font-size: 24px;
    margin-right: 15px;
    color: #606060;
    width: auto;
    float: left;
}

.call_enquiry .text_wrap {
    color: #606060;
    font-size: 12px;
    font-weight: 700;
    float: left;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 15px;
}

.call_enquiry .text_wrap span {
    font-size: 14px;
    font-weight: 500;
    float: left;
    width: auto;
    float: left;
}

header {
    width: 100%;
    float: left;
    -webkit-box-shadow: 0px -8px 20px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -8px 20px 1px rgba(0, 0, 0, 0.2);
}

.menu_hover:hover .icon {
    color: inherit;
}

.header_main_wrpr .dropdown {
    width: auto;
    float: left;
    position: relative;
}


/* ------------- 28-11-219 */

.header_main_wrpr .dropdown .icon {
    font-size: 11px;
    line-height: 12px;
    margin-left: 2px;
    color: #42BB5A;
    position: absolute;
    right: 9px;
    top: 35%;
    cursor: pointer;
}

.header_main_wrpr .dropdown a {
    padding-right: 25px;
}

.header_main_wrpr .dropdown_list {
    position: absolute;
    top: 40px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-width: 200px;
    border-top: 2px solid #e1e1e1;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-box-shadow: 1px 1px 10px #0000001a;
    box-shadow: 1px 1px 10px #0000001a;
    pointer-events: none;
}

.header_main_wrpr .dropdown:hover .dropdown_list {
    opacity: 1;
    z-index: 99;
    visibility: visible;
    top: 33px;
    pointer-events: auto;
}

.header_main_wrpr .dropdown_list li a {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    font-size: 13px;
    line-height: 13px;
    padding: 15px 15px;
}

.header_main_wrpr .dropdown_list li a:hover {
    background-color: #f5f5f5;
}

.header_top {
    width: 100%;
    float: left;
    min-height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0 5px 0;
    background-color: #fff;
}


/* hangburger */

.hangburger_main {
    width: 350px;
    position: fixed;
    background-color: #fff;
    top: 0;
    /* height: calc(100% - 33px); */
    height: 100vh;
    padding-bottom: 33px;
    left: -100%;
    z-index: 100;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    overflow-y: hidden;
}

.hangburger_main.active {
    left: 0%;
    z-index: 150;
}

.hangburger_main .common_ul_type_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    float: left;
}

.hangburger_main .common_ul_type_1 li a {
    width: 100%;
    float: left;
    border-bottom: 1px solid #f3f3f3;
    font-size: 13px;
    padding: 15px;
    font-weight: 500;
}

.hangburger_main .menu_hover.active {
    background-color: #efeded;
    color: #414141;
}

.hangburger_main .menu_hover:hover {
    background-color: #efeded;
    color: #414141;
}

.hangburger_main .menu_hover::after {
    display: none;
}

.hangburger_main .logo {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 35px;
    top: 0;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f9f9f9;
}

.hangburger_main .logo a {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hangburger_main .logo .logo_text {
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    padding-left: 0;
}

.hangburger_main .water_tank_calc {
    width: 100%;
    float: left;
    padding: 15px;
    font-size: 13px;
    background: #f8f8f8;
    color: #414141;
    font-weight: 500;
}

.hangburger_main .quote_top {
    background: #ed2228;
    padding: 15px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hangburger_main .mail_enquiry {
    border: none;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 17px;
    width: 100%;
}

.hangburger_main .mail_enquiry:hover {
    background-color: transparent;
    color: #42BB5A;
}

.hangburger_main .mail_enquiry .icon {
    color: #42BB5A;
    border-right: 0;
    margin-right: 0;
}

.hangburger_main .mail_enquiry:hover .icon {
    color: #42BB5A;
}

.hangburger_main .call_enquiry {
    width: 100%;
    float: left;
    margin: 0px !important;
    padding: 7.5px 15px;
    font-size: 13px;
}

.hangburger_main .call_enquiry .icon {
    font-size: 16px;
    margin-right: 5px;
}

.hangburger_main .call_enquiry .text_wrap {
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 13px;
    line-height: 21px;
}

.hangburger_main .call_enquiry .text_wrap span {
    font-size: 13px;
    padding-left: 5px;
}

.hangburger_main .social_media_icons {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: inherit;
    left: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* background-color: #268BDC; */
    background-color: #42BB5A;
    font-size: 13px;
    z-index: 3;
}

.header_top .quote_top {
    float: left;
    width: auto;
    max-width: 65%;
}

.header_top .water_tank_calc {
    float: left;
    width: auto;
    padding: 10px 35px;
}

.hangburger_main .social_media_icons li a {
    background-color: transparent;
    margin: 0px 5px;
    font-size: 16px;
    color: #fff;
    padding: 10px 5px;
}

.hangburger_main .social_media_icons li a:hover {
    color: #fff;
}

.hangburger_main .connect_with {
    display: none;
}

.hangburger_main .dropdown .icon {
    float: right;
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    line-height: 43px;
    text-align: center;
    right: 0px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    z-index: 2;
    font-size: 12px;
    cursor: pointer;
}

.hangburger_main .dropdown {
    width: 100%;
    float: left;
    overflow: hidden;
}

.hangburger_main .dropdown_list {
    display: none;
    float: left;
    width: 100%;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    pointer-events: none;
    z-index: -1;
}

.hangburger_main .dropdown.active .dropdown_list {
    display: block;
    pointer-events: auto;
    z-index: 1;
    display: block;
    background: #f9f9f9;
}

.hangburger_main .dropdown_list li a {
    float: left;
    width: 100%;
    padding-left: 25px !important;
    background-color: #f8f8f8;
}

.hangburger_main .dropdown.active .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hangburger_main .dropdown a {
    position: relative;
    z-index: 2;
    background-color: #fff;
}

header {
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    position: fixed;
}

header.active {
    top: 0;
    left: 0;
}

.active .header_main_wrpr .logo {
    /* opacity: 0;
    visibility: hidden;
    top: 90px; */
    opacity: 1;
    top: 0;
    margin-top: 0;
}

.active .header_main_wrpr .logo a {
    /* padding: 0 15px; */
    padding: 0;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
}


/* changed by ullas */

.active .header_main_wrpr .logo a img {
    max-width: 300px;
}

.active .header_main_wrpr .logo a svg {
    max-width: 120px;
    margin-right: 15px;
}

.active .header_main_wrpr .logo .logo_text {
    font-size: 22px;
    padding-left: 0;
}


/* header.active .header_main_wrpr .logo {
    opacity: 1;
    top: 0;
    margin-top: 0;
}

header.active .header_main_wrpr .logo a {
    max-width: 95px;
    padding: 0 15px;
}

header.active .header_main_wrpr .logo .logo_text {
    font-size: 11px;
    padding-left: 0;
} */


/* sider_updation Aneesh 14Dec2019*/

.slider_bg_banner {
    background-image: url('../images/slider/bg_slider.png');
    background-size: cover;
    background-position: center center;
    width: 100%;
    position: relative;
}

.animating_coluds {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    pointer-events: none;
}

.cloud1 {
    right: auto;
    left: 0%;
    top: 5%;
    -webkit-animation: animateCloud 250s linear infinite;
    animation: animateCloud 250s linear infinite;
    /* z-index: ; */
}

.cloud1_1 {
    right: auto;
    left: calc(0% - 100%);
    top: 5%;
    -webkit-animation: animateCloud2 250s linear infinite;
    animation: animateCloud2 250s linear infinite;
}

.cloud2 {
    right: auto;
    left: 17%;
    top: 3%;
    -webkit-animation: animateCloud 180s linear infinite;
    animation: animateCloud 180s linear infinite;
}

.cloud2_1 {
    right: auto;
    left: calc(17% - 100%);
    top: 3%;
    -webkit-animation: animateCloud2 180s linear infinite;
    animation: animateCloud2 180s linear infinite;
}

.cloud3 {
    right: auto;
    left: 27%;
    top: 4%;
    -webkit-animation: animateCloud 250s linear infinite;
    animation: animateCloud 250s linear infinite;
}

.cloud3-1 {
    right: auto;
    left: calc(27% - 100%);
    top: 4%;
    -webkit-animation: animateCloud2 250s linear infinite;
    animation: animateCloud2 250s linear infinite;
}

.cloud4 {
    right: auto;
    left: 50%;
    top: 6%;
    -webkit-animation: animateCloud 150s linear infinite;
    animation: animateCloud 150s linear infinite;
}

.cloud4_1 {
    right: auto;
    left: calc(50% - 100%);
    top: 6%;
    -webkit-animation: animateCloud2 150s linear infinite;
    animation: animateCloud2 150s linear infinite;
}

.cloud5 {
    right: auto;
    left: 53%;
    top: -20%;
    -webkit-animation: animateCloud 250s linear infinite;
    animation: animateCloud 250s linear infinite;
}

.cloud5_1 {
    right: auto;
    left: calc(53% - 100%);
    top: -20%;
    -webkit-animation: animateCloud2 250s linear infinite;
    animation: animateCloud2 250s linear infinite;
}

.cloud6 {
    right: auto;
    left: 70%;
    top: 9%;
    -webkit-animation: animateCloud 250s linear infinite;
    animation: animateCloud 250s linear infinite;
}

.cloud6_1 {
    right: auto;
    left: calc(70% - 100%);
    top: 9%;
    -webkit-animation: animateCloud2 250s linear infinite;
    animation: animateCloud2 250s linear infinite;
}

.cloud7 {
    right: auto;
    left: 84%;
    top: 9%;
    -webkit-animation: animateCloud 200s linear infinite;
    animation: animateCloud 200s linear infinite;
}

.cloud7_1 {
    right: auto;
    left: calc(84% - 100%);
    top: 9%;
    -webkit-animation: animateCloud2 200s linear infinite;
    animation: animateCloud2 200s linear infinite;
    opacity: 0.5;
}

.cloud8 {
    right: auto;
    left: 2%;
    top: auto;
    bottom: 6%;
    -webkit-animation: animateCloud 150s linear infinite;
    animation: animateCloud 150s linear infinite;
}

.cloud8_1 {
    right: auto;
    left: calc(2% - 100%);
    top: auto;
    bottom: 6%;
    -webkit-animation: animateCloud2 150s linear infinite;
    animation: animateCloud2 150s linear infinite;
}

.cloud9 {
    right: auto;
    left: 84%;
    top: auto;
    bottom: 6%;
    -webkit-animation: animateCloud 150s linear infinite;
    animation: animateCloud 150s linear infinite;
}

.cloud9_1 {
    right: auto;
    left: calc(84% - 100%);
    top: auto;
    bottom: 6%;
    -webkit-animation: animateCloud2 150s linear infinite;
    animation: animateCloud2 150s linear infinite;
}


/* .animating_airplane {
    position: absolute;
    top: 10%;
    left: 0%;
    background-repeat: no-repeat;
    width: 100%;
    height: 49px;
    background-image: url('../images/slider/animation_elements/airplane.png');
    z-index: 4;
} */

.animating_airplane {
    position: absolute;
    top: 10%;
    margin-left: -200px;
    background-repeat: no-repeat;
    width: 200px;
    height: 49px;
    pointer-events: none;
    background-image: url('../images/slider/animation_elements/airplane.png');
    z-index: 4;
    transition: all .1s;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    animation: airplane 25s linear infinite;
    -webkit-animation: airplane 25s linear infinite;
}

@-webkit-keyframes animateCloud1 {
    0% {
        margin-left: -200px;
    }
    49% {
        margin-left: 100%;
        opacity: 1;
    }
    50% {
        margin-left: 100%;
        opacity: 0;
    }
    51% {
        margin-left: -200px;
        opacity: 0;
    }
    52% {
        margin-left: -200px;
        opacity: 1;
    }
    100% {
        margin-left: 100%;
    }
}

@keyframes animateCloud1 {
    0% {
        margin-left: -200px;
    }
    49% {
        margin-left: 100%;
        opacity: 1;
    }
    50% {
        margin-left: 100%;
        opacity: 0;
    }
    51% {
        margin-left: -200px;
        opacity: 0;
    }
    52% {
        margin-left: -200px;
        opacity: 1;
    }
    100% {
        margin-left: 100%;
    }
}

@-webkit-keyframes animateCloud2 {
    0% {
        margin-left: -200px;
    }
    49% {
        margin-left: 100%;
        opacity: 1;
    }
    50% {
        margin-left: 100%;
        opacity: 0;
    }
    51% {
        margin-left: -200px;
        opacity: 0;
    }
    52% {
        margin-left: -200px;
        opacity: 1;
    }
    100% {
        margin-left: 100%;
    }
}

@keyframes animateCloud2 {
    0% {
        margin-left: -200px;
    }
    49% {
        margin-left: 100%;
        opacity: 1;
    }
    50% {
        margin-left: 100%;
        opacity: 0;
    }
    51% {
        margin-left: -200px;
        opacity: 0;
    }
    52% {
        margin-left: -200px;
        opacity: 1;
    }
    100% {
        margin-left: 100%;
    }
}

@-webkit-keyframes animateCloud {
    0% {
        margin-left: 0px;
    }
    49% {
        margin-left: 100%;
        opacity: 1;
    }
    50% {
        margin-left: 100%;
        opacity: 0;
    }
    51% {
        margin-left: -100%;
        opacity: 0;
    }
    52% {
        margin-left: -100%;
        opacity: 1;
    }
    100% {
        margin-left: 0px;
    }
}

@keyframes animateCloud {
    0% {
        margin-left: 0px;
    }
    49% {
        margin-left: 100%;
        opacity: 1;
    }
    50% {
        margin-left: 100%;
        opacity: 0;
    }
    51% {
        margin-left: -100%;
        opacity: 0;
    }
    52% {
        margin-left: -100%;
        opacity: 1;
    }
    100% {
        margin-left: 0px;
    }
}

@keyframes animateCloud2 {
    0% {
        margin-left: 0px;
    }
    49% {
        margin-left: 150%;
        opacity: 1;
    }
    50% {
        margin-left: 150%;
        opacity: 0;
    }
    51% {
        margin-left: -150%;
        opacity: 0;
    }
    52% {
        margin-left: -150%;
        opacity: 1;
    }
    100% {
        margin-left: 0px;
    }
}


/* @keyframes airplane {
    0% {
        margin-left: 0%;
    }

    100% {
        margin-left: 100%;
    }
} */

@-webkit-keyframes airplane {
    0% {
        margin-left: -200px;
    }
    100% {
        margin-left: 110%;
    }
}

@keyframes airplane {
    0% {
        margin-left: -200px;
    }
    100% {
        margin-left: 110%;
    }
}


/* video block */

.video_block {
    width: 100%;
    height: 100%;
    float: left;
    top: 0;
    left: 0;
}

.video_block video {
    height: 100%;
    position: relative;
    /* left: -50%; */
    width: 100%;
    float: left;
    -o-object-fit: cover;
    object-fit: cover;
}


/* footer */

label.error {
    color: #ff0000;
    float: left;
    right: 10px;
    position: absolute;
    top: 0;
    font-size: 12px;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9;
    pointer-events: none;
}

.footer_bg {
    /* background-color: #323C47; */
    background-color: #313131;
}

footer {
    width: 100%;
    float: left;
}

.hover_footer {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.hover_footer:hover {
    color: #fff !important;
    opacity: .8;
}

.quick_link {
    /* width: 30%; */
    width: calc(70% /3);
    float: left;
}

.footer_txt {
    width: 100%;
    float: left;
    color: #616161;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 32px;
    font-family: 'Roboto', sans-serif;
    max-height: 100px;
    overflow: hidden;
}

.footer_contact .footer_txt {
    max-height: 40px;
}

.d_more {
    padding-left: 45px;
    color: #747474;
    font-size: 12px;
    line-height: 18px;
    position: relative;
}

.d_more::after {
    width: 35px;
    height: 2px;
    background-color: #42BB5A;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.footer_form {
    /* width: 40%; */
    width: 100%;
    float: left;
    /* height: 100%; */
    position: relative;
}

.footer_main_wrpr {
    width: 100%;
    float: left;
    /* -webkit-box-pack: end; */
    /* justify-content: flex-end; */
    padding-right: 25px;
}

.form_inner {
    position: absolute;
}


/* .footer_bimg { */


/* background-image: url('../images/world_map.png'); */


/* background-repeat: no-repeat; */


/* background-position: center center; */


/* } */

.footer_contact {
    /* width: 70%; */
    width: calc(70% /3);
    float: left;
}

.footer_about {
    width: 30%;
    float: left;
    padding-right: 100px;
}

.commo_footer_logo {
    width: auto;
    float: left;
    max-width: 120px;
    margin-bottom: 50px;
}

.commo_footer_logo img {
    width: 100%;
}

.commo_footer_logo svg {
    width: 100%;
}

.form_inner {
    width: 100%;
    float: left;
    background-color: #fff;
    /* max-width: 450px; */
    /* padding: 40px; */
    /* position: absolute; */
    /* top: -100px; */
    /* left: 31px; */
    /* box-shadow: 1px 1px 27px#00000038; */
    position: relative;
}

.padding_f_tb {
    padding-top: 70px;
    padding-bottom: 50px;
}

.common_p_footer {
    padding-top: 15px;
    padding-bottom: 15px;
}

.form_header {
    width: 100%;
    float: left;
    font-size: 35px;
    line-height: 35px;
    color: #B9B9B9;
    font-family: 'Roboto', sans-serif;
    position: relative;
    /* display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center; */
    margin-bottom: 25px;
}

.form_header span {
    width: auto;
    float: left;
    padding-right: 15px;
    background-color: #fff;
    position: relative;
}

.form_header::before {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    background-color: #42BB5A;
    width: 100%;
}

.form_header_inner {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    background-color: #fff;
    padding-right: 35px;
    width: auto;
    float: left;
    position: relative;
}

.form_header_inner span {
    color: #8B8B8B;
}

.form_head_min {
    width: 100%;
    max-width: 270px;
    margin: 0px auto;
    font-size: 12px;
    line-height: 15px;
    color: #818181;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.form_submit {
    width: 100%;
    float: left;
}

.form_group {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

.form_group:last-child {
    margin-bottom: 0px;
}

.form_group input {
    width: 100%;
    float: left;
    border: 1px solid #E1E1E1;
    padding: 15px 10px;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Roboto', sans-serif;
    color: #989898;
}

.flaoating_name {
    position: absolute;
    left: 11px;
    font-size: 12px;
    top: 15px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    color: #989898;
    pointer-events: none;
}

.active .flaoating_name {
    top: -8px;
    background: #fff;
}

.form_group textarea {
    width: 100%;
    float: left;
    border: 1px solid #E1E1E1;
    padding: 15px 10px;
    min-height: 65px;
    resize: none;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Roboto', sans-serif;
    color: #989898;
}

.form_submit::-webkit-input-placeholder {
    color: #989898;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Roboto', sans-serif;
}

.form_submit:-ms-input-placeholder {
    color: #989898;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Roboto', sans-serif;
}

.form_submit::-ms-input-placeholder {
    color: #989898;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Roboto', sans-serif;
}

.form_submit::-moz-placeholder {
    color: #989898;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Roboto', sans-serif;
}

.form_submit::placeholder {
    color: #989898;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Roboto', sans-serif;
}

.form_submit {
    width: auto;
    float: left;
    background-color: #42BB5A;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding: 12px 45px;
    border: none;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-weight: 500;
}

.form_submit:hover {
    background-color: #707070;
}

.footer_header {
    width: 100%;
    float: left;
    color: #A4A4A4;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.footer_list li {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.footer_list li:last-child {
    margin-bottom: 0;
}

.footer_list li a {
    /* font-size: 11px;
    line-height: 11px;
    color: #fff;
    margin-bottom: 15px; */
    width: 100%;
    float: left;
    font-weight: 500;
    color: #929292;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
}

.footer_list li a::before {
    width: 7px;
    height: 7px;
    background-color: #42BB5A;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    margin: auto;
}

.footer_read {
    color: #B2B2B2;
    font-size: 11px;
    line-height: 11px;
    width: auto;
    float: left;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.copright {
    background-color: #414141;
    color: #929292;
    border-top: 1px solid rgba(164, 207, 255, .15);
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 12px;
}

.copright a {
    /*color: #F6F6F6;
    */
    color: #929292;
    font-size: 12px;
    line-height: 12px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.copright a:hover {
    color: #fff;
}

.footer_read:hover {
    color: #FFF;
}

.form_common_split {
    width: calc(50% - 10px);
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}

.form_right_side {
    margin-right: 0;
}

.form_right_side .form_group textarea {
    min-height: 100%;
}

.quick_form_full_wrpr_cover {
    padding-top: 75px;
    padding-bottom: 75px;
}


/* slider_section */

.slider_wrpr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    float: left;
    min-height: 560px;
    height: 100%;
    position: relative;
    overflow: hidden;
}


/* .slide_header {
    font-size: 50px;
    font-family: 'Roboto Condensed', sans-serif;
    width: auto;
    float: left;
    line-height: 70px;
    color: #0167B9;
    font-weight: 300;
    margin-bottom: 25px;
    position: relative;

} */

.slide_header {
    font-size: 40px;
    /* font-family: 'Roboto Condensed', sans-serif; */
    font-family: 'Teko', sans-serif;
    width: auto;
    float: left;
    line-height: 50px;
    /* color: #0167B9; */
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}


/* .slide_header span{
     background-color: #fff;
} */

.slide_header span {
    /* background-color: rgba(255, 255, 255, 0.59); */
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    width: 100%;
    float: left;
    font-size: 55px;
    line-height: inherit;
}

.sub_header {
    width: 100%;
    max-width: 490px;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
    color: #fff;
}

.discrover_more_btn {
    width: auto;
    float: left;
    border: 1px solid #414141;
    float: left;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Roboto', sans-serif;
    padding: 15px 50px;
    position: relative;
}

.discrover_more_btn::after {
    content: '';
    width: 15px;
    height: 2px;
    position: absolute;
    background-color: #414141;
    top: 50%;
    bottom: 50%;
    left: 28px;
}

.owl_carousel_slider {
    position: absolute;
    height: 100%;
    width: 100%;
}

.owl_carousel_slider .owl-stage,
.owl_carousel_slider .owl-stage-outer,
.owl-stage .owl-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
}


/* .owl-carousel .owl-item img {
    width: 100%;
} */

.detail_zoom_carousel.owl-carousel .owl-item img {
    width: 100%;
    max-height: calc(100vh - 60px);
    max-width: calc(100vw - 100px);
    width: auto;
}

.sldier_inner {
    width: 100%;
    position: relative;
    height: 100%;
    float: left;
}

.owl_carousel_slider .water_drop_block {
    position: absolute;
    right: 0;
    bottom: 0;
}

.owl_carousel_slider .water_tank_block {
    /* position: absolute; */
    /* right: 240px; */
    top: auto;
    bottom: -100px;
    /* top: 50%; */
    position: relative;
    right: 0;
    height: 250px;
    margin-left: auto;
    margin-right: 17%;
}

.r170 {
    right: 170px !important;
}

.owl_carousel_slider .water_tank_text {
    position: absolute;
    top: 50px;
    right: 100%;
}

.owl_carousel_slider .slider_overlay_txt {
    color: #414141;
    font-size: 20px;
    line-height: 20px;
    text-align: right;
    width: 100%;
    border-right: 1px solid #414141;
    padding-right: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    float: left;
}

.owl_carousel_slider .slider_overlay_txt .slider_sub_header {
    font-size: 14px;
    line-height: 20px;
    color: #8B8B8B;
    width: 100%;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
}

.owl_carousel_slider .product_block {
    position: absolute;
    right: 500px;
    bottom: 5px;
}

.owl_carousel_slider .product_text {
    position: absolute;
    bottom: 65px;
    right: 100%;
}

.owl-nav .next,
.owl-nav .prev {
    width: 37px;
    height: 32px;
    float: left;
    background-color: #fff;
    color: #0167B9;
    font-size: 12px;
    line-height: 12px;
    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;
    opacity: .6;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

.owl-nav .next:hover,
.owl-nav .prev:hover {
    opacity: 1;
}

.owl_carousel_slider .owl-nav {
    position: absolute;
    bottom: 130px;
    left: 130px;
}

.left_wrpr {
    width: auto;
    float: left;
    padding-left: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    z-index: 5;
    max-width: 40%;
}

.water_tank_block {
    -webkit-transition: .7s all ease-in-out;
    -o-transition: .7s all ease-in-out;
    transition: .7s all ease-in-out;
    /* -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
    float: left;
    min-width: 400px;
    top: 0;
}


/* .active .water_tank_block {

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

} */

.owl_carousel_slider .water_tank_block .slider_overlay_txt {
    opacity: 0;
    -webkit-transition: .7s all ease-in-out;
    -o-transition: .7s all ease-in-out;
    transition: .7s all ease-in-out;
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
    right: 105%;
    float: left;
}

.owl-item.active .water_tank_block .slider_overlay_txt {
    opacity: 1;
    right: 100%;
}

.product_block {
    -webkit-transition: .7s all ease-in-out;
    -o-transition: .7s all ease-in-out;
    transition: .7s all ease-in-out;
    -webkit-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s;
    width: 100%;
    max-width: 275px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    float: left;
}

.owl_carousel_slider .product_block img {
    width: 100%;
}

.owl_carousel_slider .water_tank_block .image {
    max-width: 520px;
}

.active .product_block {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.owl_carousel_slider .product_block .slider_overlay_txt {
    opacity: 0;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s;
    right: 105%;
}

.active .product_block .slider_overlay_txt {
    opacity: 1;
    right: 100%;
}

.main_slider_wraper {
    width: 100%;
    float: left;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.1);
}


/* about_section */

.wrpr_split_half {
    width: 50%;
    float: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 1 50%;
    flex: 1 1 1 50%;
}

.wrpr_split_half>img {
    width: 100%;
    float: left;
}

.heading_Common_style {
    width: auto;
    float: left;
    font-size: 40px;
    /* font-family: 'Roboto Condensed', sans-serif; */
    font-family: 'Teko', sans-serif;
    line-height: 40px;
    /* letter-spacing: -2.2px; */
    margin-bottom: 25px;
    color: #414141;
}

.heading_txt_clr_1 {
    color: #2079C2;
}

.heading_Common_style span {
    width: 100%;
    float: left;
    /* white-space: pre-line; */
}

.heading_Common_style .bar {
    width: auto;
}

.heading_Common_style.active span {
    /* width: auto; */
    /* white-space: pre-line; */
    padding: 5px;
}

.heading_Common_style.active .bar {
    width: auto;
    /*      white-space: pre-line;  */
    background-color: rgba(75, 169, 244, 0.34);
    color: #414141;
}

.heading_Common_style.active.white_clr {
    margin-bottom: 0;
}

.heading_Common_style.active.white_clr .bar {
    color: #fff;
}

.heading_Common_style.active.white_clr span {
    color: #fff;
}

.main_service_page_full_wrpr .heading_Common_style {
    color: #919191;
}

.padding_split_section_common {
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
}

.content_with_icon {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    padding-left: 65px;
    width: 100%;
    padding-right: 35px;
    position: relative;
    float: left;
}

.content_with_icon span {
    color: #686868;
}

.section_left_icon {
    position: absolute;
    left: 0;
    top: 0;
}

.itemcenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.padding_right_none {
    padding-right: 0px !important;
}

.content_with_icon span {
    font-weight: 400;
}

.content_with_icon h1 {
    font-weight: 400;
    font-size: inherit;
    float: unset;
    line-height: inherit;
    margin-bottom: 0;
    display: unset;
}

.inner_block_para {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #D4D4D4;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    height: 222px;
    overflow: hidden;
}

.mission_history_section {
    background-color: #262626;
    color: #fff;
    padding: 80px 35px;
    position: relative;
    background-image: url('../images/world_map.png');
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}

.icon_apostrophe_block {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 56px;
}

.parallax_section1 {
    background-image: url('../images/bg_parallax_image_1.jpg');
    background-size: cover;
    background-position: left center;
    /* background-attachment: fixed; */
    position: relative;
    z-index: 1;
}

.parallax_section2 {
    /* background-image: url('../images/bg_parallax_image_2.jpg'); */
    background-size: cover;
    background-position: right center;
    /* background-attachment: fixed; */
}

.icon_apostrophe_block img {
    width: 100%;
    position: absolute;
    left: -50%;
}

.inner_block_head {
    font-size: 20px;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #878787;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.inner_block_head span {
    width: 100%;
    /* white-space: pre-line;
    font-family: 'Roboto', sans-serif;
    font-weight: 700; */
    float: left;
}

.inner_block_head h2 {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    display: unset;
    color: inherit;
    margin: auto;
}

.discrover_outer_btn {
    font-size: 12px;
    line-height: 12px;
    color: #F94147;
    float: left;
    width: 100%;
    padding-left: 45px;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.discrover_outer_btn:hover {
    color: #fff;
}

.discrover_outer_btn::after {
    content: '';
    width: 35px;
    border-bottom: 2px solid;
    border-color: inherit;
    position: absolute;
    left: 0;
    top: 50%;
}


/* best_service_section */

.gradient_curcle {
    background: rgb(1, 80, 143);
    background: -o-radial-gradient(circle, rgba(1, 80, 143, 1) 0%, rgba(1, 80, 143, 1) 100%);
    background: radial-gradient(circle, rgba(1, 80, 143, 1) 0%, rgba(1, 80, 143, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#01508f", endColorstr="#01508f", GradientType=1);
}

.service_para {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 30px;
}

.service_block_container .service_para {
    color: #414141;
    padding-right: 60px;
}

.blink_button {
    width: 7px;
    height: 7px;
    border: 1px solid #00ffff;
    background-color: #00ffff;
    border-radius: 50%;
    position: relative;
}

.blink_button.pulse_animation::after {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #2976B3;
    position: absolute;
    left: -5px;
    top: -5px;
    -webkit-animation-name: animation_pulse;
    animation-name: animation_pulse;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transition: 0.8s all ease-in-out;
    -webkit-transition: 0.8s all ease-in-out;
    -moz-transition: 0.8s all ease-in-out;
    -ms-transition: 0.8s all ease-in-out;
    -o-transition: 0.8s all ease-in-out;
}

@-webkit-keyframes animation_pulse {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .1;
    }
}

@keyframes animation_pulse {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .1;
    }
}

.map_image_block {
    position: relative;
    width: auto;
    float: left;
}

.point {
    position: absolute;
}

.point.location1 {
    left: 30%;
    bottom: 5%;
}

.point.location2 {
    left: 31%;
    bottom: 8%;
}

.point.location3 {
    left: 28%;
    bottom: 11%;
}

.point.location4 {
    left: 28%;
    bottom: 16%;
}

.point.location5 {
    left: 25%;
    bottom: 16%;
}

.point.location6 {
    left: 25%;
    bottom: 21%;
}

.point.location7 {
    left: 25%;
    bottom: 25%;
}

.point.location8 {
    left: 24%;
    bottom: 32%;
}

.point.location9 {
    left: 26%;
    bottom: 36%;
}

.point.location10 {
    left: 31%;
    bottom: 30%;
}

.point .triangle {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #3399cc;
}

.point.location11 {
    left: 26%;
    bottom: 13%;
}

.point.location12 {
    left: 33%;
    bottom: 9%;
}

.point.location13 {
    left: 33%;
    bottom: 12%;
}

.point.location14 {
    left: 22%;
    bottom: 22.5%;
}

.point.location15 {
    left: 19%;
    bottom: 27.5%;
}

.point.location16 {
    left: 18%;
    bottom: 30.5%;
}

.point.location17 {
    left: 21%;
    bottom: 39.5%;
}

.point.location18 {
    left: 17%;
    bottom: 44.5%;
}

.point.location19 {
    left: 16%;
    bottom: 54.5%;
}

.point.location20 {
    left: 25%;
    bottom: 53.5%;
}

.point.location21 {
    left: 21%;
    bottom: 60.5%;
}

.point.location22 {
    left: 28%;
    bottom: 68.5%;
}

.point.location23 {
    left: 32%;
    bottom: 60.5%;
}

.point.location24 {
    left: 44%;
    bottom: 56.5%;
}

.point.location25 {
    left: 59%;
    bottom: 47.5%;
}

.point.location26 {
    left: 40%;
    bottom: 45.5%;
}

.point.location27 {
    left: 32%;
    bottom: 47.5%;
}

.point.location28 {
    left: 35%;
    bottom: 40.5%;
}

.point.location29 {
    left: 50%;
    bottom: 36.5%;
}

.point.location30 {
    left: 45%;
    bottom: 31.5%;
}

.point.location31 {
    left: 34%;
    bottom: 25.5%;
}

.point.location32 {
    left: 44%;
    bottom: 29.5%;
}

.point.location33 {
    left: 36%;
    bottom: 10.5%;
}

.point.location34 {
    left: 33%;
    bottom: 16.5%;
}

.point.location35 {
    left: 51%;
    bottom: 34.5%;
}

.point.location36 {
    left: 57%;
    bottom: 39.5%;
}

.point.location37 {
    left: 34%;
    bottom: 25.5%;
}

.point.location38 {
    left: 34%;
    bottom: 25.5%;
}

.map_wrpr {
    width: 100%;
    float: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.map_places {
    width: calc(100% - 304px);
    float: left;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.map_palces_list {
    width: auto;
    float: left;
    padding-left: 20px;
    border-left: 1px solid #3888C8;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 55px;
    height: 219px;
    overflow-y: hidden;
}

.map_palces_list .mCSB_inside>.mCSB_container {
    margin-right: 3px;
    padding-top: 3px;
}

.map_places_head {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    padding-left: 55px;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

.offices_listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.offices_listing li {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    width: auto;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}

.offices_listing li span {
    margin-right: 10px;
}

.circles {
    width: 9px;
    height: 9px;
    background-color: #00ffff;
    border-radius: 50%;
    float: left;
}

.triangle {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #3399cc;
}

.best_service_split {
    position: relative;
}

.map_palces_list .list_item {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 13px;
    color: #3893DC;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.map_palces_list .list_item:last-child {
    margin-bottom: 0;
}

.map_palces_list .list_item:hover {
    color: #7EC6FF;
}

.map_palces_list .list_item.active {
    color: #7EC6FF;
}

.list_item .count {
    width: 20px;
    height: 20px;
    font-size: 13px;
    border-radius: 50%;
    line-height: 20px;
    border: 1px solid #2F7DBB;
    float: left;
    line-height: 20px;
    text-align: center;
    margin-top: -3px;
}

.name {
    float: left;
    width: auto;
    margin-right: 6px;
}


/* .map_image_block{
    width: 70%;
    float: left
}
 */

.parallax_section2 {
    position: relative;
}

.parallax_content {
    font-size: 50px;
    line-height: 50px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.parallax_content svg {
    max-width: 45px;
}


/* speciality_section */

.speciality_content {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #484848;
}

.speciality_content>h2 {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    margin: auto;
    float: none;
    display: unset;
}

.speciality_main_block {
    width: 25%;
    float: left;
    padding: 50px 0px;
}

.speciality_item_block {
    width: 14%;
    float: left;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.speciality_image {
    float: left;
    width: 100%;
    top: 0;
    position: relative;
    max-width: 75px;
    margin-bottom: 25px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.speciality_image img {
    width: 100%;
    float: left;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.speciality_image svg {
    width: 100%;
    float: left;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.speciality_item_block:hover .speciality_image {
    top: -10px;
}

.speciality_heading {
    font-size: 16px;
    line-height: 16px;
    width: auto;
    float: left;
    color: #444;
    font-family: 'Roboto Condensed', sans-serif;
}

.main_inner_count_block {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: 0;
}

.main_inner_count_block .count_number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #A4D7FF;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #717171;
}

.main_inner_count_block .line {
    content: '';
    width: 2px;
    height: 45px;
    background-color: #A4D7FF;
    top: 65px;
}

.top .main_inner_count_block {
    top: 0;
    bottom: unset;
}

.speciality_item_block.top {
    background-color: #E6E6E6;
}

.top .main_inner_count_block .line {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
}

.top .main_inner_count_block .count_number {
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.enquery_block {
    padding: 15px;
    width: 19%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.enquery_block_text {
    font-size: 14px;
    line-height: 18px;
    color: #2C9AF2;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Roboto Condensed', sans-serif;
}

.enquery_block_image {
    width: auto;
    float: left;
    position: relative;
    top: 0;
    margin-bottom: 25px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.enquery_block:hover .enquery_block_image {
    top: -10px;
}

.enquery_block_header {
    font-size: 14px;
    line-height: 14px;
    color: #444444;
    width: auto;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 20px;
}

.enquery_block_btn {
    font-size: 14px;
    line-height: 14px;
    float: left;
    padding: 10px;
    width: 100%;
    color: #2C9AF2;
    border: 1px solid #2C9AF2;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.enquery_block_btn:hover {
    background-color: #2C9AF2;
    color: #fff;
}


/* sucess_section */

.award_section .wrpr_split_half {
    overflow: hidden;
}

.absolute_bg_wrpr {
    position: relative;
    overflow: hidden;
}

.absolute_bg {
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.absolute_bg img {
    width: 100%;
    height: 100%;
    float: left;
    -o-object-fit: cover;
    object-fit: cover;
}

.recognition_wrpr .common_inner_wrpr {
    position: relative;
    z-index: 1;
}

.recognition_wrpr .inner_block_para {
    color: #fff;
    font-weight: 400;
    margin-bottom: 55px;
    height: auto;
}

.recognition_wrpr .parallax_content {
    position: relative;
    left: 0;
    bottom: 0;
    font-family: 'Teko', sans-serif;
    width: 100%;
    float: left;
}

.recognition_wrpr .inner_block_para p {
    margin-bottom: 25px;
}

.recognition_wrpr .inner_block_para p:last-child {
    margin-bottom: 0;
}

.overlay_bg_wrpr {
    position: relative;
    overflow: hidden;
}

.overlay_bg_wrpr::before {
    content: '';
    position: absolute;
    width: 100%;
    float: left;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.52);
    left: 0;
    top: 0;
    z-index: 1;
}

.bg_success {
    /* background-image: url(../images/bastratc_bg.png);
    background-position: center center;
    background-size: cover;
    overflow: hidden; */
    background-color: rgba(0, 0, 0, 0.05);
    background-image: url('../images/client_bg_circle.png');
    background-size: auto;
    background-position: center;
    overflow: hidden;
    background-repeat: no-repeat;
}

.success_text_small {
    font-size: 20px;
    color: #686868;
    letter-spacing: 0;
    line-height: 20px;
}

.success_section_wrpr .content_with_icon {
    /* margin-bottom: 20px; */
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0;
}

.success_section_wrpr .content_with_icon_inner {
    /* margin-bottom: 20px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    float: left;
}

.sub_content_with_icon .sub_content_with_icon_main {
    margin-bottom: 35px;
}

.start_style_ul .content_with_icon.sub_content_with_icon .content_with_icon {
    margin-bottom: 20px;
}

.content_with_icon_sub_list {
    margin-left: 60px;
    width: calc(100% - 60px);
    float: left;
    position: relative;
    font-size: 12px;
    display: none;
}

.our_success_story_img_wrpr img {
    width: 100%;
    float: left;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sub_content_with_icon .content_with_icon_sub_list {
    display: block;
}

.content_with_icon .content_with_icon_sub_list .section_left_icon {
    background-size: 15px;
    top: 2px;
}

.content_with_icon {
    position: relative;
    margin-bottom: 20px;
}

.content_with_icon:last-child {
    margin-bottom: 0;
}

.content_with_icon::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #BEBEBE;
    left: 20px;
    margin: auto;
    top: 20px;
}

.content_with_icon:last-child::before {
    display: none;
}

.success_section_wrpr .content_with_icon span {
    font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
    max-width: calc(100% - 43px);
    float: left;
    padding-left: 55px;
    /* color: #505050; */
    color: #828282;
}

.success_section_wrpr .content_with_icon h2 {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
    margin-bottom: 0;
}


/* .success_section_wrpr .content_with_icon .section_left_icon {
    position: relative;
} */

.hangburger_main .mCSB_container {
    width: 350px;
    left: -100% !important;
}

.hangburger_main.active .mCSB_container {
    width: 350px;
    left: 0% !important;
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    display: block;
    width: 2px;
    z-index: 99;
}

.detail_table_full_wraper .mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.detail_table_full_wraper .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    display: block;
    width: 100%;
    z-index: 99;
    height: 9px;
}

.hangburger_main .mCSB_container .social_media_icons {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.top_image_common_wrpr img {
    width: 100%;
}

.water_tank_calc a {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.social_media_icons ul li a {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.water_tank_calc a:hover {
    color: #addbff;
}

.social_media_icons ul li a:hover {
    color: #42bb5a;
}

.apostrphie {
    margin-bottom: 10px;
}


/* AJ KRISHNA CODE CSS STRATED */

.padding_f1_tb {
    padding-top: 95px;
    padding-bottom: 95px;
}

.padding_f2_tb {
    padding-top: 45px;
    padding-bottom: 45px;
}

.subscribe_block {
    /* background-image: url("../images/subscribe.jpg"); */
    /* background-position: center center; */
    /* background-size: cover; */
    position: relative;
    overflow: hidden;
}

.overlay_bg .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(4, 83, 146, 0.9);
    pointer-events: none;
}

.common_inner_wrpr {
    width: 100%;
    float: left;
}

.subscribe_inner {
    z-index: 1;
    position: relative;
    /* padding-top: 150px;
    padding-bottom: 170px; */
    /* background-color: red; */
}

.subscribe_content_left {
    background-color: #F2F2F2;
    background-image: url('../images/client_bg_circle.png');
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
}

.block_split_type_wrpr {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block_split_type_wrpr .block_type_equal {
    width: 100%;
    float: left;
}

.block_split_type_wrpr .block_type_equal:nth-child(2n) {
    width: auto;
    float: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    /* padding: 0 25px; */
}

.subscribe_title {
    width: 100%;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 15px;
    padding-right: 30px;
    max-width: 240px;
}

.subscribe_title_wrpr span {
    width: 100%;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    font-size: 14px;
    line-height: 14px;
    color: #B8EEC5;
    margin-bottom: 30px;
}

.form_group_split {
    width: auto;
    float: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    margin-bottom: 0;
    margin-right: 10px;
}

.form_group_split input {
    padding: 15px 20px;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.form_group_btn_wrpr {
    width: auto;
    float: right;
}

.btn_type1 {
    width: auto;
    float: left;
    padding: 15px 65px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    /*background-color: #4BA9F4;
    */
    background-color: #42BB5A;
    color: #fff;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.btn_type1:focus {
    outline: none;
}

.btn_type1:hover {
    /* background-color: #F94147; */
    background-color: #707070;
}

.form_group_btn_wrpr .btn_type1 {
    height: 100%;
}

.subscribe_form {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social_link_block_wrpr {
    padding-left: 50px;
}

.sub_title_wrpr {
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    margin-bottom: 10px;
}

.social_link_block {
    width: 100%;
    float: left;
}

.social_link_block li {
    width: auto;
    float: left;
    margin-right: 11px;
}

.social_link_block li:last-child {
    margin-right: 0;
}

.social_link {
    width: auto;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #3E3E3E;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.social_link:hover {
    color: #F94147;
}

.social_link_block .social_link {
    color: #fff;
}

.social_link_block .social_link:hover {
    color: #4BA9F4;
}

.sub_head_type2 {
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #1178CB;
    margin-bottom: 5px;
}

.sub_head_type3 {
    width: 100%;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #565656;
    margin-bottom: 20px;
}

.split_block_type_wrpr {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.split_block_type_wrpr img {
    max-width: 100%;
}

.follow_us_inner_block .split_block_type_left img {
    width: 100%;
}

.split_block_type_wrpr .split_block_type_left {
    width: 35%;
    float: left;
    padding-right: 20px;
}

.split_block_type_wrpr .split_block_type_right {
    width: 65%;
    float: left;
}

.split_block_type_wrpr2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.split_block_type_wrpr2 .split_block_type_left {
    width: 190px;
    float: left;
    padding-right: 0;
    background-color: #2C9AF2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    text-align: center;
}

.split_block_type_wrpr2 .split_block_type_right {
    width: calc(100% - 190px);
    float: left;
    margin: -2px 0;
}

.follow_us_block {
    width: 20%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    overflow: hidden;
    border: 2px solid #fff;
}

.follow_us_block img {
    width: auto;
    float: left;
    height: 100%;
    min-width: auto;
    max-width: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.follow_us_block:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.sub_head_type4 {
    width: 100%;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 25px;
    position: relative;
    color: #565656;
}

.sub_head_type4::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #fff;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
}

.sub_head_type5 {
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    color: #565656;
}


/* Product */

.product_title_mian_wrpr {
    width: 100%;
    float: left;
    padding-top: 60px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product_title_mian_wrpr .heading_Common_style {
    margin-bottom: 0;
}

.product_block_link_wrpr {
    width: auto;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.product_title_sub_link {
    width: auto;
    float: left;
    /* color: #707070;
    border: 1px solid #707070; */
    color: #011104;
    border: 1px solid #011104;
    font-size: 11px;
    line-height: 18px;
    padding: 5px 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-right: 5px;
}

.product_title_sub_link:last-child {
    margin-right: 0;
}

.product_title_sub_link:hover {
    color: #fff;
    background-color: #42bb5a;
    border-color: #42bb5a;
}

.product_list_block_wrpr {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    border: 1px solid #D4D4D4;
    border-bottom: 0;
}

.product_block_cover {
    width: 25%;
    float: left;
    border-right: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.product_block_cover:nth-child(4n) {
    border-right: 0;
}

.product_quick_link {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    border: 1px solid #D9D9D9;
    color: #F94147;
    padding: 2px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 5;
}

.product_quick_link::before {
    content: '';
    width: 8px;
    height: 8px;
    float: left;
    bottom: 0;
    top: 0;
    right: 34px;
    margin: auto;
    position: absolute;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: rgb(66, 187, 90);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    opacity: 0;
    visibility: hidden;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: 9;
}

.product_quick_link::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    float: left;
    right: 100%;
    margin-right: 10px;
    padding: 0px 15px;
    font-family: 'Roboto', sanserif;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    background-color: rgb(66, 187, 90);
    border: 1px solid #fff;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.product_quick_link:hover::before {
    opacity: 1;
    visibility: visible;
}

.product_quick_link:hover::after {
    opacity: 1;
    visibility: visible;
}

.product_block_inner_cover {
    width: 100%;
    float: left;
    /* padding: 45px 50px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product_img {
    width: 100%;
    float: left;
    display: inline-table;
    margin: auto;
    text-align: center;
    position: relative;
    margin-bottom: 0px;
}

.product_img img {
    width: auto;
    float: none;
    min-width: 100%;
    max-width: 100%;
    display: inline-block;
}

.product_content_wrpr {
    width: 100%;
    float: left;
    position: absolute;
    padding: 20px 35px;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.product_name_wrpr {
    width: 100%;
    float: left;
    max-width: 100%;
    padding: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}

.product_name {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    word-break: break-all;
    /* color: #4D4D4D; */
    color: #fff;
}

.product_name span {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 700;
}

.btn_type2 {
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    padding: 10px 50px;
    text-align: center;
    color: #F94147;
    border: 1px solid #F94147;
    /* color: #FFF;
    border: 1px solid #FFF; */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.product_btn_wrpr {
    width: auto;
    display: table;
    margin: auto;
    float: none;
    color: #FFF;
    border: 1px solid #FFF;
}

.product_overlay {
    width: 100%;
    float: left;
    height: 100%;
    padding: 125px 35px;
    position: absolute;
    /* background-color: rgba(39, 155, 248, 0.85); */
    background-color: rgba(255, 255, 255, 0.85);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.product_block_inner_cover:hover .product_overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.product_quick_link:hover+.product_block_inner_cover .product_overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.product_info_title {
    width: 100%;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
    /* color: #fff; */
    color: #2D2D2D;
}

.product_info_para {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    max-height: 145px;
    overflow: hidden;
}

.product_info_para p {
    width: 100%;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    /* color: #fff; */
    color: #2D2D2D;
}

.product_info_para p:last-child {
    margin-bottom: 0;
}

.product_info_btn {
    /* color: #fff;
    border-color: #fff; */
    color: #2D2D2D;
    border-color: #2D2D2D;
    padding: 12px 87px;
    width: auto;
    max-width: 100%;
}


/* our blog */

.our_blog_page_full_wrpr {
    background-color: #F2F2F2;
}

.our_blog_page_title {
    margin-bottom: 35px;
}

.our_blog_page_content {
    position: relative;
}

.image_text_combo_shape {
    width: 45px;
    height: 45px;
    float: left;
    position: absolute;
    top: 45px;
    left: 25px;
}

.image_text_combo_shape img {
    width: 100%;
}

.block_split_type1 {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block_split_type1 .block_split_inner_wrpr {
    width: calc(50% - 35px);
    float: left;
    margin-right: 70px;
}

.block_split_type1 .block_split_inner_wrpr:nth-child(2n) {
    margin-right: 0;
}

.image_text_combo_type1 {
    width: 100%;
    float: left;
}

.image_text_combo_type1 img {
    width: 100%;
    float: left;
}

.image_text_combo_container {
    width: 100%;
    float: left;
    padding-right: 80px;
    position: relative;
    margin-top: -75px;
}

.image_text_combo_title {
    width: auto;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    padding: 15px 35px;
    background-color: #F94147;
    color: #fff;
}

.image_text_combo_content {
    width: 100%;
    float: left;
    padding: 35px 30px;
    background-color: #FFFFFF;
    border-left: 4px solid #0174CF;
}

.image_text_combo_content_head {
    width: 100%;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #414141;
    margin-bottom: 10px;
}

.image_text_combo_content_sub_head {
    width: 100%;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #8F8F8F;
    margin-bottom: 20px;
}

.image_text_combo_para {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    max-height: 200px;
    overflow: hidden;
}

.image_text_combo_para p {
    width: 100%;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #6A6A6A;
    margin-bottom: 20px;
}

.image_text_combo_para p:last-child {
    margin-bottom: 0;
}

.image_text_combo_btn {
    width: auto;
}

.image_text_combo_btn:hover {
    color: #4BA9F4;
}

.white_clr {
    color: #fff;
}

.wave {
    background: url('../images/wave-sharp.svg') repeat-x;
    position: absolute;
    top: 0;
    width: auto;
    height: 198px;
    z-index: 2;
    left: 0;
    right: 0;
    pointer-events: none;
    -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
    top: -175px;
    -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}

@-webkit-keyframes wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}

@keyframes wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}

@-webkit-keyframes swell {
    0%,
    100% {
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
}

@keyframes swell {
    0%,
    100% {
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
}


/* CONTACT PAGE */

.block_split_type2 {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block_split_type2 .block_split_inner_wrpr {
    width: 50%;
    float: left;
}

.block_split_type3 {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block_split_type3 .block_split_inner_wrpr {
    width: 50%;
    float: left;
    overflow: hidden;
}

.block_split_type3 .block_split_inner_wrpr img {
    width: auto;
    float: left;
    height: auto;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    max-height: none;
}

.block_split_type3 .block_split_full_wrpr {
    width: 100%;
    float: left;
}

.block_title_info_wrpr {
    width: 100%;
    float: left;
    padding: 75px 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.block_title_info_bg {
    width: 100%;
    float: left;
    max-width: 50%;
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block_title_info_bg img {
    max-width: 100%;
}

.block_title_info_icon {
    width: auto;
    float: left;
    font-size: 40px;
    line-height: 40px;
    color: #42bb5a;
    margin-bottom: 10px;
}

.block_title_info_head {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #565656;
    margin-bottom: 5px;
}

.block_title_info_sub_head {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #787878;
    margin-bottom: 5px;
}

.block_title_info_para {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #787878;
    padding: 0 90px;
}

.block_title_info_para a {
    width: auto;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.block_title_info_para a:hover {
    color: #4BA9F4;
}

.quick_contact_call_wrpr {
    width: 100%;
    float: left;
    padding: 80px 50px;
    background-image: url("../images/contact_phone1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.quick_contact_call_wrpr::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    float: left;
    left: 0;
    top: 0;
    /* background-color: rgba(11, 89, 152, 0.85); */
    background-color: rgba(66, 187, 90, 0.85);
}

.quick_contact_call_icon {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    z-index: 1;
    padding: 5px;
    color: #fff;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 20px;
}

.quick_contact_call_number {
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    z-index: 1;
    text-align: center;
    margin-bottom: 5px;
}

.quick_contact_call_number a {
    width: auto;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.quick_contact_call_number a:hover {
    color: #4BA9F4;
}

.quick_contact_call_mail {
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    z-index: 1;
    text-align: center;
}

.quick_contact_call_mail a {
    width: auto;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.quick_contact_call_mail a:hover {
    color: #4BA9F4;
}

.common_head_component_head {
    padding-top: 25px;
    padding-bottom: 25px;
}

.common_head_component_cover {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.common_head_component_block {
    width: 100%;
    float: left;
    padding: 50px;
}

.our_branch_component_cover {
    overflow: hidden;
}

.common_head_component_cover .common_head_component_block {
    width: 25%;
    -webkit-box-shadow: 0 0 2px rgba(112, 112, 112, 0.32941176470588235);
    box-shadow: 0 0 2px rgba(112, 112, 112, 0.32941176470588235);
}

.common_head_component_title {
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #434343;
    margin-bottom: 0;
}

.common_head_component_para {
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #515151;
}

.common_head_component_para a {
    width: auto;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.common_head_component_para a:hover {
    color: #4BA9F4;
}

.custom_shape1 {
    position: relative;
}

.custom_shape1::after {
    content: "";
    position: absolute;
    left: auto;
    top: auto;
    bottom: -8px;
    right: -8px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #055493;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 55;
    /* opacity: 0;
    visibility: hidden; */
}


/* 
.custom_shape1:nth-last-child(3n)::after {
    opacity: 1;
    visibility: visible;
}

.custom_shape1:nth-last-child(4n)::after {
    opacity: 1;
    visibility: visible;
}

.custom_shape1:nth-last-child(5n)::after {
    opacity: 1;
    visibility: visible;
} */

.custom_shape1:nth-child(4n)::after {
    opacity: 0;
    visibility: hidden;
}


/* .custom_shape1:nth-last-child(1)::after {
    opacity: 0;
    visibility: hidden;
}

.custom_shape1:nth-last-child(2)::after {
    opacity: 0;
    visibility: hidden;
}

 */

.main_title_type1 {
    width: 100%;
    float: left;
    padding-top: 35px;
    padding-bottom: 35px;
    -webkit-box-shadow: 0 1px 2px rgba(112, 112, 112, 0.32941176470588235);
    box-shadow: 0 1px 2px rgba(112, 112, 112, 0.32941176470588235);
}

.contact_form_title {
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #505050;
}

.contact_form_title span {
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #505050;
    margin-bottom: 5px;
}

.contact_form_title .sub {
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #7A7A7A;
    margin-bottom: 0;
}

.contact_form_inner_wrpr {
    width: 100%;
    float: left;
    padding-top: 35px;
    padding-bottom: 35px;
}

.common_sub_title_type1 {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    margin-bottom: 25px;
}

.common_sub_title_type1::before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    float: left;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #F94147;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.contact_form_type2 {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact_form_type2 .form_group .flaoating_name {
    margin-bottom: 0px;
    line-height: 12px;
}

.contact_form_type2 .form_group {
    margin-bottom: 25px;
}

.contact_form_type2 .form_group:last-child {
    margin-bottom: 0px;
}

.form_group_split2 {
    width: calc(50% - 10px);
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.form_group_split2:nth-child(2n) {
    margin-right: 0;
}

.form_group_split2 textarea {
    min-height: 100%;
}

.form_submit2 {
    width: auto;
    padding: 15px 165px;
}


/* Modal */

.custom_modal_header {
    padding: 0;
    border: none;
}

.custom_modal_close_btn {
    width: 35px !important;
    height: 35px !important;
    border: 1px solid #fff;
    background-color: #42BB5A !important;
    color: #fff;
    opacity: 1;
    position: absolute;
    right: -15px;
    top: -15px;
    border: 2px solid #fff !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    z-index: 5;
}

.custom_modal_close_btn:hover {
    background-color: #707070 !important;
    opacity: 1 !important;
    color: #fff;
}

.custom_modal_body {
    padding: 30px;
}

.lets_help_modal .form_heading_style_1 .form_header {
    margin-bottom: 15px;
}

.popup_submit_btn {
    margin-top: 20px;
}


/* Product Listing page */

.product_title_sub_wrpr {
    width: auto;
    float: left;
    -webkit-box-flex: 4;
    -ms-flex: 4 0;
    flex: 4 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product_title_sub {
    width: auto;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 1em;
    /*color: #fff;
    */
    color: #363636;
    font-weight: 500;
    margin: auto;
    padding: 12px 90px;
    border: 2px solid #D2D2D2;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

.product_title_sub h3 {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    display: unset;
    color: inherit;
    margin: auto;
}


/* E-Broucher */

.e_broucher_tile_wrpr .details_para {
    padding: 0 15px;
    margin-bottom: 0;
}

.multicolor_icon {
    color: #0054A6;
}

.multicolor_icon .changed_clr {
    color: #F9373D;
}

.multicolor_icon .changed_clr::before {
    color: #F9373D;
}

.block_title_info_wrpr2 {
    width: 100%;
    float: left;
    padding: 70px 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.e_broucher_block_cover {
    border: 1px solid #FC8C90;
}

.e_broucher_block_cover .block_title_info_wrpr2 {
    border-right: 1px solid #FC8C90;
}

.e_broucher_block_cover .block_title_info_wrpr2:nth-child(2n) {
    border-right: 0;
}

.block_title_info_wrpr2 .block_title_info_icon {
    width: auto;
    float: left;
    font-size: 70px;
    line-height: 70px;
    /* color: #F94147; */
    margin-bottom: 20px;
    position: relative;
    top: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.block_title_info_wrpr2 .block_title_info_head {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 12px;
    color: #292929;
    margin-bottom: 15px;
}

.block_title_info_wrpr2 .block_title_info_para {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #6B6B6B;
    padding: 0 50px;
    max-height: 30px;
    overflow: hidden;
    margin-bottom: 15px;
}

.block_title_info_link {
    width: auto;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: #292929;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.block_title_info_link:hover {
    color: #F94147;
}

.e_broucher_block_cover .block_title_info_wrpr2:hover .block_title_info_icon {
    top: -10px;
    -webkit-box-shadow: 0 0 4px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px solid rgba(0, 0, 0, 0.2);
}

.e_broucher_block_cover .block_title_info_wrpr2:hover .block_title_info_link {
    color: #F94147;
}


/* detail page scroll css */

.detail_table_full_wraper {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.detail_title_wrpr {
    width: 200px;
    float: left;
    border: 1px solid #FFC1B1;
    display: none;
}

.detail_table_cover {
    width: 100%;
    float: left;
}

.detail_table_full_wraper.resp .detail_title_wrpr {
    display: block;
}

.detail_title_wrpr .detail_table_title {
    border-right: 0px solid #FFC1B1;
    border-bottom: 1px solid #FFC1B1;
    background-color: #f9f9f9;
}

.detail_title_wrpr .detail_table_title:last-child {
    border-bottom: 0px solid #FFC1B1;
}

.detail_table_full_wraper.resp .detail_table_cover {
    width: calc(100% - 200px);
    float: left;
    /* -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0; */
}

.detail_table_full_wraper.resp .detail_table_cover .mCSB_container {
    margin-bottom: 0;
}

.detail_table_full_wraper.resp .detail_table_wraper {
    margin-bottom: 0 !important;
    border-left: 0;
    width: auto;
    min-width: 100%;
}

.detail_table_full_wraper.resp .detail_table_wraper .detail_table_col {
    border-top: none;
}

.detail_table_full_wraper.resp .detail_table_wraper .detail_table_col:last-child {
    border-bottom: none;
}

.detail_table_full_wraper.resp .detail_table_wraper .detail_table_col .detail_table_row:first-child {
    border-left: none;
}

.detail_table_full_wraper.resp .detail_table_wraper .detail_table_col .detail_table_row {
    min-width: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.detail_left_zoom {
    position: relative;
}

.zoom_text {
    position: absolute;
    width: 100px;
    height: 25px;
    padding: 5px 15px;
    border-radius: 3px;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    color: #F25F38;
    background-color: #E1E1E1;
    bottom: 25%;
    left: 50%;
    z-index: 50;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}

.zoom_text::after {
    content: "";
    border-width: 0px 7px 6px 6px;
    border-style: solid;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: #E1E1E1;
    border-right-color: transparent;
    top: -6px;
    left: 42%;
    right: 0px;
    display: table;
    position: absolute;
}

.detail_left_zoom:hover .zoom_text {
    opacity: 1;
}


/* Terms and Condition block creation */

.terms_and_condition_full_wrpr {
    background-color: #F5f5f5;
}

.privacy_policy_full_wrpr {
    background-color: #F5f5f5;
}

.custom_title_para_block_wrpr .custom_title_para_block {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
}

.custom_title_para_block_wrpr .custom_title_para_block:last-child {
    margin-bottom: 0;
}

.custom_title_para_block_title {
    width: 100%;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #565656;
    margin-bottom: 15px;
    position: relative;
}

.custom_title_para_block_title::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    /* background-color: #f94147; */
    background-color: #42bb5a;
    left: -25px;
}

.custom_title_para_block_para {
    width: 100%;
    float: left;
}

.custom_title_para_block_para p {
    width: 100%;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #656565;
    margin-bottom: 15px;
}

.custom_title_para_block_para p:last-child {
    margin-bottom: 0;
}

.custom_title_list_info_wrpr .common_head {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
}

.custom_title_list_info_wrpr .list_style_dots {
    padding-left: 15px;
}

.popup_submit_btn2 {
    width: 250px;
    display: table;
    float: none;
    margin: auto;
}

.product_enq_popup_title {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product_enq_popup_title span {
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #747474;
    margin-right: 0px;
    margin-bottom: 5px;
}

.product_name_label {
    width: auto;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #565656;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    margin-bottom: 0;
}


/* AJ KRISHNA CODE CSS FINISHED */


/* ANEESH BALAN INNER PAGES [career] STYLE START */

select:focus,
input:focus,
textarea:focus {
    outline: none;
}

.top_image_common_wrpr {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}

.common_banner_wrpr h1 {
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.19);
    margin-bottom: 0;
    font-weight: 700;
}

.common_form_block {
    width: 100%;
    float: left;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form_inner_padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.common_form_block .form_inner {
    position: relative;
    top: 0px;
    max-width: 840px;
    margin: 0px auto;
    /* border-radius: 5px;
    box-shadow: -3px 3px 15px rgba(0, 0, 0, 0.09); */
}

.form_heading_style_1 .form_header {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #464646;
    margin-bottom: 5px;
}

.common_form_block .form_group input {
    padding: 20px 0px;
    color: #4c4c4c;
}

.form_heading_style_1 .form_head_min {
    width: 100%;
    max-width: 100%;
    text-align: left;
    float: left;
    width: 100%;
}

.common_form_block .form_group {
    margin-bottom: 25px;
}

.form_heading_style_1 .form_sub_header {
    font-size: 11px;
    line-height: 11px;
    width: 100%;
    float: left;
    color: #747474;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
}

.common_form_block .form_sub_header span {
    font-weight: 700;
}

.common_form_block .form_submit {
    /* max-width: 195px; */
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 65px;
    font-family: 'Roboto', sans-serif;
}

.form_group input:focus {
    outline: none !important;
}

.career_page_block .footer_form_input {
    font-size: 16px;
    font-weight: 400;
    color: #575757;
    border: 1px solid #CECECE;
    font-family: 'Roboto', sans-serif;
}

.drop_arrow {
    position: absolute;
    right: 0;
    width: 50px;
    height: calc(100% - 1px);
    background: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 11px;
    bottom: 1px;
    pointer-events: none;
    color: #8D8D8D;
    bottom: 1px;
}

.career_page_block select {
    position: relative;
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #575757;
    border: 1px solid #CECECE;
    font-family: 'Roboto', sans-serif;
    padding: 20px 0px;
    background: #fff;
}

.common_form_block .flaoating_name {
    left: 0;
    font-size: 16px;
    font-weight: 500;
    color: #575757;
    font-family: 'Roboto', sans-serif;
}

.common_form_block .form_group.active .flaoating_name {
    font-size: 14px;
    font-weight: 400;
    color: #989898;
}

.border_r_l_t_none {
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
}

.common_form_block .attachment_form {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0px;
    margin-bottom: 20px;
}

.common_form_block .attachment_form input {
    width: auto;
    border: none;
    padding: 0;
}

.common_form_block .form_group:last-child {
    margin-bottom: 0px;
    margin-bottom: 0px;
}

.common_form_block .attachment_form span {
    font-size: 16px;
    font-weight: 500;
    color: #575757;
    font-family: 'Roboto', sans-serif;
    margin-right: 20px;
}

.common_form_block input[type=file] {
    border: none;
}


/****** CODE ******/

.file-upload {
    display: block;
    text-align: center;
    font-size: 12px;
}

.file-upload .file-select {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    background: #ffffff;
    display: inline-block;
    line-height: 12px;
    font-size: 12px;
    padding: 10px 50px;
    border: 1px solid #CECECE;
    font-family: 'Roboto', sans-serif;
    color: #565656;
}

.file-upload .file-select .file-select-name {
    line-height: 11px;
    display: inline-block;
    padding: 0 10px;
    color: #3880BE;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 50;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}


/* inputTYPE=file eof */


/* Water Tank Caclulator Section */

.heading_block_wrpr {
    background-color: #fff;
    width: 100%;
    float: left;
    margin: 0px auto;
}

.heading_block_wrpr {
    width: 100%;
    float: left;
    border-radius: 5px;
    -webkit-box-shadow: -3px 3px 15px rgba(0, 0, 0, 0.09);
    box-shadow: -3px 3px 15px rgba(0, 0, 0, 0.09);
    margin-bottom: 5px;
}

.calc_split_half {
    width: 50%;
    float: left;
    /* flex: 1 1 50%; */
}

.water_tank_clac_block {
    background-color: #fff;
    width: 100%;
    float: left;
    margin: 0px auto;
    border-radius: 5px;
    -webkit-box-shadow: -3px 3px 15px rgba(0, 0, 0, 0.09);
    box-shadow: -3px 3px 15px rgba(0, 0, 0, 0.09);
}

.common_padding_35_tb {
    padding-top: 35px;
    padding-bottom: 35px;
}

.common_padding_35_lr {
    padding-left: 35px;
    padding-right: 35px;
}

.common_padding_50_tb {
    padding-top: 50px;
    padding-bottom: 50px;
}

.heading_block {
    font-size: 24px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #464646;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.sub_heading_block {
    font-size: 12px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    color: #707070;
    width: 100%;
    float: left;
}

.water_tank_calc_heading .heading {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #3880BE;
    padding: 25px 25px;
    float: left;
    border-bottom: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
}

.water_tank_calc_heading {
    width: 100%;
    float: left;
}

.water_tank_calc_heading .border_split:first-child .heading:first-child {
    border-left: 0px
}

.water_tank_calc_inner .border_split:first-child .items:first-child {
    border-left: 0px
}

.water_tank_calc_inner {
    width: 100%;
    float: left;
}

.water_tank_calc_inner .items {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #515151;
    padding: 15px 25px;
    float: left;
    border-bottom: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    height: auto;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.water_tank_calc_inner .number {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    width: auto;
    float: left;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}

.water_tank_calc_inner span {
    width: auto;
    float: left;
}

.calc_input_item {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 13px;
    min-height: 40px;
    padding: 0px 10px;
    border: 1px solid #CCCCCC;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
}

.calculation_wrpr {
    width: 100%;
    float: left;
}

.total_used_block {
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    color: #3880BE;
    font-size: 30px;
    line-height: 30px;
    padding: 40px 25px;
    font-weight: 500;
}

.calc_input_item::-webkit-input-placeholder {
    /* Edge */
    opacity: 0;
    visibility: hidden;
}

.calc_input_item:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 0;
    visibility: hidden;
}

.calc_input_item::-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.calc_input_item::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
}

.calc_input_item::placeholder {
    opacity: 0;
    visibility: hidden;
}


/* Water Tank Caclulator Section eof */


/* press_release_page_styles */

.press_release_page_details_slider .thmbnail_wrpr img {
    width: 100%;
}

.wprp_split_common {
    width: 33.333333%;
    float: left;
}

.thmbnail_wrpr .image_wrpr img {
    width: 100%;
}

.thmbnail_wrpr {
    position: relative;
    width: 100%;
    float: left;
}

.image_wrpr {
    width: 100%;
    float: left;
    overflow: hidden;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.image_wrpr img,
.zoom_effect img {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}


/* 
.zoom_effect img {
    object-fit: cover;
    height: 100%;
    width: 100%;
} */

.zoom_effect:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.overlay_wprp {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    pointer-events: none;
    z-index: 9;
}

.align_center_overlay {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: rgba(1, 103, 185, 0.73);
}

.date_detail_block {
    position: absolute;
    bottom: 10px;
    /* background-color: #0054A6; */
    background-color: transparent;
    float: left;
    width: auto;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #fff;
}

.date_detail_block::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 17px solid #0054A6;
    border-right: 15px solid transparent;
    bottom: 0;
    right: -15px;
    display: none;
}

.date_detail_block::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 17px solid #0054A6;
    border-right: 15px solid transparent;
    top: 0px;
    right: -15px;
    display: none;
}

.details_wrpr {
    padding: 30px 40px;
    width: 100%;
    float: left;
}

.heading_with_icon .icon {
    width: auto;
    float: left;
    height: auto;
    font-size: 12px;
    color: #F94147;
    position: absolute;
    left: -10px;
    top: 0px;
}

.discrover_outer_btn.hover_dark:hover {
    color: #000;
}

.heading_with_icon {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    color: #4D4D4D;
    font-weight: 500;
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
}

.inner_para {
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    float: left;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #6D6D6D;
    margin-bottom: 25px;
}

.split_shadow {
    -webkit-box-shadow: 1px 1px 7px rgba(51, 51, 51, 0.23137254901960785);
    box-shadow: 1px 1px 7px rgba(51, 51, 51, 0.23137254901960785);
}


/* press_release_page_styles eof */


/* press_release_detail_page_style */

.detail_heading {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 25px;
    line-height: 25px;
    color: #4D4D4D;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 45px;
}

.details_para {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 18px;
    color: #6D6D6D;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin-bottom: 30px;
}

.details_para img {
    width: auto;
    padding-right: 40px;
    float: left;
    margin-bottom: 15px;
}

.press_release_page_details_slider .owl-dots .owl-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #B4B4B4;
    margin: 0px 6px;
    float: left;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.press_release_page_details_slider .owl-dots .owl-dot:focus {
    outline: none;
}

.press_release_page_details_slider .owl-dots .owl-dot.active {
    background-color: #0054A6;
}

.press_release_page_details_block .overlay_wprp .date_detail_block {
    bottom: 70px;
}

.press_release_page_details_slider .owl-dots {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
}


/* eof_press_release_detail_page_style_ */


/* about_us_page_inner_style */

.common_para_style_1 {
    width: 100%;
    float: left;
}

.common_para_style_1 p {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    line-height: inherit;
    font-size: inherit;
}

.common_page_scroll {
    height: 321px;
    overflow: hidden;
    margin-bottom: 15px;
}

.overflow_hidden {
    overflow: hidden;
}

.background_pull_left_half {
    background-position: -50% left !important;
}

.heading_dark_style_1 .inner_block_head {
    font-size: 40px;
    line-height: 40px;
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    color: #878787;
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.mission_inner_history_section .icon_apostrophe_block {
    position: absolute;
    top: -20px;
    left: 65px;
    width: 56px;
    float: left;
}

.parallax_section1 {
    background-size: cover;
}

.parallax_section1_mirror {
    background-size: cover;
    background-image: url('../images/bg_parallax_image_1_mirror.jpg');
    background-position: right center;
}


/* eof_about_us_page_inner_style */


/* Achievements_secrion_style */

.sucess_section_inner_wrpr {
    width: 100%;
    float: left;
    position: relative;
}

.common_page_scroll.sucess_section_inner_wrpr {
    height: 265px;
}

.technology_facility_inner_wrpr .common_page_scroll.sucess_section_inner_wrpr {
    height: 365px;
}

.common_para_style_1 span {
    font-weight: 500;
}

.success_section_min {
    position: relative;
}

.success_section_min_wrpr .content_with_icon {
    margin-bottom: 50px;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/* .success_section_min_wrpr .content_with_icon .section_left_icon {
    position: relative;
} */


/* .success_section_min_wrpr .content_with_icon span {
    font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
    max-width: calc(100% - 43px);
    float: left;
    padding-left: 20px;
    color: #565656;
} */

.content_with_icon_text {
    width: 100%;
    float: left;
}

.content_with_icon_text span {
    font-weight: 400;
}

.success_section_min_wrpr .content_with_icon .content_with_icon_text {
    max-width: calc(100% - 43px);
    padding-left: 60px;
    font-size: 26px;
    line-height: 26px;
    font-weight: 300;
    color: #565656;
    margin-bottom: 0;
}

.success_section_min_wrpr .content_with_icon .content_with_icon_text span {
    font-weight: 300;
}

.success_section_min_wrpr .content_with_icon .content_with_icon_text span b {
    font-weight: 400;
}


/* eof_Achievements_secrion_style */


/* back_to_top */

.back_to_top {
    position: fixed;
    bottom: 70px;
    right: 17px;
    width: 40px;
    height: 40px;
    background: #fff;
    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;
    border-radius: 50%;
    font-size: 13px;
    color: #0c314f;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-box-shadow: 3px 2px 7px rgba(0, 0, 0, 0.21);
    box-shadow: 3px 2px 7px rgba(0, 0, 0, 0.21);
    cursor: pointer;
    z-index: -1;
}

.back_to_top:hover {
    background-color: #42bb5a;
    color: #fff;
}

.back_to_top.active {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}


/* eof_back_to_top */

.water_tank_calclator_btn {
    float: left;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 15px 35px;
    background-color: #fff;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(-90deg) translateY(-53%);
    -ms-transform: rotate(-90deg) translateY(-53%);
    transform: rotate(-90deg) translateY(-53%);
    top: 40%;
    right: -100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 9;
    color: #545454;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.water_tank_calclator_btn:hover {
    color: #268BDC
}

.water_tank_calclator_btn .bottom_icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #ED2228;
    font-size: 20px;
    margin-right: 10px;
}


/* .sucess_section_min_inner_wrpr span {
    font-size: 26px;
    line-height: 26px;
    font-weight: 300;
    width: 100%;
    float: left;

} */


/* .sucess_section_min_inner_wrpr .content_with_icon .section_left_icon {
    width: 40px;
    height: 100%;
    background-image: url('../images/awwad_icon_gray.svg');
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    background-size: 90%;
} */

.content_with_icon .section_left_icon {
    width: 40px;
    height: 100%;
    /* background-image: url('../images/awwad_icon.svg'); */
    background-image: url('../images/awwad_icon.svg');
    /* background-position: center center; */
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    /* background-size: 90%; */
    background-size: auto;
    top: 0;
    bottom: 0;
    /* min-height: 40px; */
    margin: auto;
}

.content_with_icon1 .section_left_icon {
    filter: grayscale(90%);
    -webkit-filter: grayscale(90%);
}

.content_with_icon2 .section_left_icon {
    background-position: center 5px;
    background-image: url('../images/icon_about.svg');
    width: 50px;
}

.sucess_section_min_inner_wrpr span.bold {
    font-weight: 400;
    padding-left: 0px;
    float: none;
}

.gradient_after::after {
    position: absolute;
    opacity: .1;
    content: '';
    width: 100%;
    height: 250px;
    background: rgb(2, 81, 144);
    background: -o-linear-gradient(bottom, rgba(2, 81, 144, 1) 0%, rgba(222, 242, 255, 0) 41%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(2, 81, 144, 1)), color-stop(41%, rgba(222, 242, 255, 0)));
    background: linear-gradient(0deg, rgba(2, 81, 144, 1) 0%, rgba(222, 242, 255, 0) 41%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#025190", endColorstr="#def2ff", GradientType=1);
    bottom: 0;
    left: 0;
}

.bg_success_min {
    background-image: url('../images/achive_bg.jpg');
    background-size: cover;
    background-position: center;
}

.about_section_wrpr .inner_block_para.common_page_scroll {
    height: 222px;
}

.header_main_wrpr .dropdown .menu_hover.active~.icon {
    /* color: #fff; */
    color: #42bb5a;
}

#gl_quick_contact_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#gl_quick_contact_form .form_right_side .form_group {
    height: 100%;
}

.start_style_ul .content_with_icon::before {
    display: none;
}

.start_style_ul .content_with_icon .section_left_icon {
    background-image: url('../images/icon_about.svg');
}

.start_style_ul .content_with_icon {
    margin-bottom: 30px;
}

.our_success_story_content_inner_wrpr {
    background: -o-linear-gradient(bottom, rgba(66, 187, 90, 0.5), #fff 15%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(66, 187, 90, 0.5)), color-stop(15%, #fff));
    background: linear-gradient(to top, rgba(66, 187, 90, 0.5), #fff 15%);
}


/* ANEESH BALAN INNER PAGES STYLE FINISHED */


/*-----------------jobees--------------*/


/*-----------------27 nov 2019--------------*/

.section_border {
    border-bottom: 1px solid #E2E2E2;
}

.split_4 {
    -webkit-box-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}

.split_3 {
    -webkit-box-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}

.split_2 {
    -webkit-box-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.common_p {
    padding-left: 25px;
    padding-right: 25px;
}

.main_head {
    font-size: 26px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3em;
    width: auto;
    float: left;
    color: #535353;
    margin-right: 5px;
}

.main_subhead {
    font-size: 26px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3em;
    width: auto;
    float: left;
    /* color: #535353; */
    color: #828282;
}


/* detail page */

.prodcut_wrpr {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    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;
}

.detail_product_wrpr {
    margin-bottom: 20px;
}

.detail_product_wrpr_thumb {
    padding: 0px 160px;
    position: relative;
    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;
}

.detail_product_wrpr_thumb .product_detail_img {
    width: 70px;
}

.detail_zoom_carousel_thumb .product_detail_img {
    width: 70px;
}

.detail_product_wrpr_thumb .item {
    padding: 0 2%;
}

.detail_product_wrpr_thumb .owl-nav {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
}

.detail_product_wrpr_thumb .owl-prev,
.detail_product_wrpr_thumb .owl-next {
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.detail_product_wrpr_thumb .owl-prev:focus,
.detail_product_wrpr_thumb .owl-next:focus {
    outline: none;
}

.detail_product_wrpr_thumb .owl-prev .prev,
.detail_product_wrpr_thumb .owl-next .next {
    border: 1px solid #268bdc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 10px;
    color: #f94147;
    position: absolute;
    pointer-events: auto;
}

.detail_zoom_popup {
    overflow: hidden;
}

.disabled .prev,
.disabled .next {
    display: none;
}

.detail_product_wrpr_thumb .owl-prev .prev {
    left: 20%;
}

.detail_product_wrpr_thumb .owl-next .next {
    right: 20%;
}

.detail_product_wrpr_thumb .prodcut_wrpr {
    border: 1px solid #DCDCDC;
    min-height: 100px;
}

.detail_product_wrpr_thumb .zoom_active .prodcut_wrpr {
    /*border-color: #F94147*/
    border-color: #42BB5A;
}

.zoom_carousel_popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background-color: #fff;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.zoom_carousel_popup.active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.detail_zoom_carousel_close {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 35px;
    right: 35px;
    border-radius: 50%;
    /*/*color: rgb(249, 65, 71);*/
    color: rgb(13, 141, 44);
    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;
    -webkit-box-shadow: 0 0 6px 1px rgba(38, 139, 220, 0.43);
    box-shadow: 0 0 6px 1px rgba(38, 139, 220, 0.43);
    z-index: 55;
    cursor: pointer;
}

.detail_zoom_carousel {
    width: 100%;
    height: 100%;
    padding: 50px;
}

.detail_zoom_carousel_thumb {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    right: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 30%;
}

.detail_zoom_carousel_thumb .prodcut_wrpr {
    border: 1px solid #DCDCDC;
    min-height: 100px;
    background-color: #fff;
}

.detail_zoom_carousel_thumb .zoom_active .prodcut_wrpr {
    border-color: #F94147
}

.detail_zoom_carousel .owl-nav {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 50px;
    pointer-events: none;
}

.detail_zoom_carousel .owl-prev,
.detail_zoom_carousel .owl-next {
    width: 35px;
    height: 45px;
    border: 1px solid rgba(62, 95, 180, 0.52) !important;
    color: rgb(249, 65, 71);
    pointer-events: auto;
}

.detail_zoom_carousel .owl-prev.disabled,
.detail_zoom_carousel .owl-next.disabled {
    display: none;
}

.detail_zoom_carousel .owl-next {
    margin-left: auto;
}

.common_head {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #535353;
    line-height: 1em;
    margin-bottom: 15px;
}

.common_para {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #646464;
    line-height: 1.5em;
}

.detail_split {
    padding-right: 70px;
}

.detail_margin_b {
    margin-bottom: 40px !important;
}

.list_style_dots {
    width: 100%;
    float: left;
}

.list_style_dots li {
    font-size: 13px;
    color: #676767;
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    line-height: 1.3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list_style_dots li::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #F94147;
    left: 0;
    border-radius: 50%;
    top: auto;
    bottom: auto;
}

.detail_content_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.detail_content_section .sub_title_wrpr {
    width: auto;
    margin-bottom: 0px;
    margin-right: 10px;
}

.detail_content_section .product_title_sub_link {
    /* background-color: #0167B9; */
    background-color: #42BB5A;
    color: #fff;
    border: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.detail_content_section .product_title_sub_link:hover {
    background-color: #4BA9F4;
}

.btn_type3 {
    width: auto;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    color: #606060;
    border: 1px solid #606060;
    border-radius: 5px;
    padding: 15px 90px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.btn_type3:hover {
    /* background-color: #F94147; */
    background-color: #787878;
    color: #fff;
    border-color: #787878;
}

.btn_type4 {
    width: auto;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 1em;
    text-align: center;
    color: #646464;
    border: 1px solid #4FC156;
    border-radius: 5px;
    padding: 15px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn_type4:hover {
    color: #F94147;
}

.btn_type4 span {
    font-size: 14px;
    margin-right: 5px;
}

.btn_type5 {
    width: auto;
    float: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    color: #646464;
    border: 2px solid #E6E6E6;
    border-radius: 30px;
    padding: 15px 50px;
    margin: auto;
    display: table;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.10);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.10);
}

.list_style_underline {
    width: 100%;
    float: left;
}

.list_style_underline li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #b7b7b7;
}

.list_style_underline li a {
    font-size: 13px;
    color: #4D4D4D;
    font-family: 'Roboto', sans-serif;
    padding: 15px 5px;
    width: 100%;
    float: left;
    line-height: 1em;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.list_style_underline li a:hover,
.list_style_underline li.active a {
    /*color: #F94147;*/
    color: #000000;
    font-weight: 600;
}

.detail_common_p {
    padding: 25px 0px;
}

.detail_table_wraper {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #FFC1B1;
}

.detail_table_col {
    width: auto;
    float: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #FFC1B1;
}

.detail_table_row {
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    text-align: left;
    border-bottom: 1px solid #FFC1B1;
    color: #585858;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.detail_table_col .detail_table_row:first-child {
    color: #464646;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.detail_table_col .detail_table_row:first-child:hover {
    background-color: #0054A6;
    color: #fff;
    cursor: pointer;
}

.detail_table_col .detail_table_row:last-child {
    border-bottom: none;
}

.category_fixing_block {
    display: none;
}

.scroll_class {
    position: relative;
}

.scroll_to_section {
    position: absolute;
    height: 50%;
    width: 5px;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.scroll_to_block {
    /*height: 33px;
    */
    height: 8px;
    width: 8px;
    background-color: #fff;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
    opacity: .6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.scroll_to_block::after {
    content: "0"attr(data-scroll-to);
    position: absolute;
    width: 30px;
    height: 100%;
    left: 11px;
    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;
    /* color: #0167B9; */
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.scroll_to_block:hover {
    opacity: 1;
}

.scroll_to_block:hover::after {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.scroll_to_block.active {
    opacity: 1;
}

.scroll_to_block.active::after {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


/*-----------------jobees--------------*/


/*-----------------27 nov 2019--------------*/


/* AJ KRISHNA CODE CSS NEW 18-12-2019 */

.position_img {
    width: auto;
    position: absolute;
    left: 53%;
    top: 5%;
    bottom: 0;
    margin: auto;
    z-index: 55;
    /*min-width: 450px;*/
    /* transform: translate(-40%, -50%);
    -webkit-transform: translate(-40%, -50%);
    -moz-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    -o-transform: translate(-40%, -50%); */
}

.position_img img {
    width: 100%;
}

.sub_img {
    width: 100%;
    float: left;
    /* position: absolute; */
    position: relative;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
    max-width: 100%;
    /*background-color: red;
    */
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    height: 100%;
}

.water_tank_block .sub_img img {
    width: auto;
    max-width: 100%;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    /*transform: translateY(150vh);
    -webkit-transform: translateY(150vh);
    -moz-transform: translateY(150vh);
    -ms-transform: translateY(150vh);
    -o-transform: translateY(150vh);
    */
    opacity: 0;
}

.water_tank_block .sub_img .sub_img_1 {
    top: auto;
    bottom: 0;
    left: 0;
    position: absolute;
}

.water_tank_block .sub_img .sub_img_2 {
    top: auto;
    bottom: 0;
    /* left: 3vw; */
    left: 45px;
    position: absolute;
    z-index: -4;
}

.water_tank_block .sub_img .sub_img_3 {
    top: auto;
    bottom: -10px;
    /* left: 10vw; */
    left: 140px;
    position: absolute;
    z-index: -3;
}

.water_tank_block .sub_img .sub_img_4 {
    top: auto;
    bottom: -14px;
    /* left: 11.5vw; */
    left: 160px;
    position: absolute;
    z-index: -5;
}

.water_tank_block .sub_img .sub_img_5 {
    top: auto;
    bottom: 0vh;
    /* left: 7vw; */
    left: 100px;
    position: absolute;
    z-index: -6;
}

.water_tank_block .sub_img .sub_img_6 {
    top: auto;
    /* bottom: 0vh; */
    /* left: 18vw; */
    bottom: -5px;
    left: 260px;
    position: absolute;
}

.owl-item.active .water_tank_block .sub_img .sub_img_1 {
    opacity: 1;
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.owl-item.active .water_tank_block .sub_img .sub_img_2 {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.owl-item.active .water_tank_block .sub_img .sub_img_3 {
    opacity: 1;
    -webkit-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s;
}

.owl-item.active .water_tank_block .sub_img .sub_img_4 {
    opacity: 1;
    -webkit-transition-delay: 4.2s;
    -o-transition-delay: 4.2s;
    transition-delay: 4.2s;
}

.owl-item.active .water_tank_block .sub_img .sub_img_5 {
    opacity: 1;
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s;
}

.owl-item.active .water_tank_block .sub_img .sub_img_6 {
    opacity: 1;
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}

.point:nth-child(odd) .pulse_animation::after {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}


/* .parallax-window {
    background: transparent;
} */


/* VIRCAP */

.footer_quick_info_ul {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.footer_quick_info_ul li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.footer_quick_info_ul li:last-child {
    margin-bottom: 0;
}

.footer_quick_info {
    width: auto;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Roboto', san-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.footer_quick_info:hover {
    color: #616161;
}

.footer_quick_info_icon {
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    background-color: #3E3E3E;
    line-height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}


/* .footer_quick_info:hover .footer_quick_info_icon {
    color: #fff;
} */

.btn_link {
    width: auto;
    float: left;
    padding: 12px 35px;
    background-color: #42bb5a;
    color: #fff;
    font-family: 'Roboto', san serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.btn_link:hover {
    background-color: #42bb5ab3;
    color: #ffff;
}

.footer_social_link_wrpr {
    padding-left: 100px;
}

.footer_quick_link_ul {
    width: 100%;
    float: left;
}

.footer_quick_link_ul li {
    width: auto;
    float: left;
    margin-right: 20px;
}

.footer_quick_link_ul li:last-child {
    margin-right: 0;
}

.footer_quick_link_ul .social_link_icon {
    width: auto;
    float: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    /* min-width: 25px; */
    /* min-height: 25px; */
}

.footer_quick_link_ul .social_link_icon:hover {
    color: #616161;
}

.subscribe_content_right {
    /* background-image: url("../images/subscribe.jpg"); */
    background-position: center center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 170px;
    position: relative;
}

.subscribe_content_right::before {
    content: '';
    position: absolute;
    width: 100%;
    float: left;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.52);
    left: 0;
    top: 0;
}

.owl_carousal_type2 {
    width: 100%;
    float: left;
    overflow: hidden;
}

.client_title {
    margin-bottom: 50px;
}

.link_img_wrpr {
    width: 100%;
    float: left;
}

.link_img_block {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.link_img_block:last-child {
    margin-bottom: 0;
}

.link_img_block img {
    width: 100%;
}

.owl_carousal_type2 .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    float: left;
    padding: 15px;
}

.owl_carousal_type2 .owl-nav button {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 25px;
    border: 1px solid #707070;
    margin-right: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #707070;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    top: 5px;
}

.owl_carousal_type2 .owl-nav button:last-child {
    margin-right: 0;
}

.owl_carousal_type2 .owl-nav button:hover {
    background-color: #707070;
    color: #fff;
}

.main_service_page_inner_wrpr {
    width: 100%;
    float: left;
    position: relative;
}

.common_right_padding_section {
    width: 100%;
    float: left;
    padding-right: 0%;
}

.main_service_page_full_wrpr .heading_Common_style {
    margin-bottom: 50px;
}

.service_block_container_right .explre_btn {
    margin-left: 70px;
}

.explre_btn {
    width: auto;
    float: left;
    font-family: "Roboto", san-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    padding: 15px 20px;
    background-color: #42bb5a;
    color: #fff;
    border-radius: 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.explre_btn span {
    margin-left: 55px;
    font-size: 0.8em;
    font-weight: 900;
}

.explre_btn:hover {
    /* background-color: #42bb5a;
    color: #fff; */
    background-color: #707070;
    color: #fff;
}

.main_service_page_full_wrpr .common_page_scroll.sucess_section_inner_wrpr {
    margin-bottom: 100px;
    /* height: 300px; */
    height: 200px;
}

.service_wrpr_topsection {
    margin-bottom: 120px;
}

.service_position_img {
    /* width: auto; */
    width: 50%;
    float: left;
    /* position: absolute; */
    right: -50px;
    padding-left: 0px;
    position: relative;
    margin-top: -12%;
    min-height: 400px;
}

.service_position_img::before {
    content: '';
    position: absolute;
    width: 3.5vw;
    height: 100%;
    left: 70%;
    top: 0;
    z-index: 2;
    background-color: #fff;
}

.service_position_img::after {
    content: '';
    position: absolute;
    width: 30%;
    height: 7vw;
    left: auto;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: #fff;
}

.service_position_img img {
    width: auto;
    float: right;
    max-width: 100%;
    /* opacity: 0; */
}

.service_position_img .parallax-window {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
}

.service_position_img1 {
    width: 10vw;
    position: absolute;
    right: -50px;
    top: 153px;
}

.service_position_img1 img {
    width: 100%;
}

.service_position_img2 {
    width: 35vw;
    float: left;
    left: -10vw;
    position: absolute;
    top: 50vh;
    z-index: -1;
}

.service_position_img2 img {
    width: 100%;
}

.main_service_page_full_wrpr {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
}

.subhead_para_wrpr {
    width: auto;
    float: left;
    padding: 35px 50px 80px 50px;
    background-color: #414141;
    max-width: 245px;
}

.subhead_para_title {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    color: #414141;
}

.subhead_para_wrpr .subhead_para_title {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    color: #fff;
}

.subhead_para_content {
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #414141;
}

.subhead_para_wrpr .subhead_para_content {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.subhead_para_wrpr2 {
    width: auto;
    float: left;
    padding: 30px;
    background-color: #fff;
    max-width: 350px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    /* margin: 0 45px; */
}

.vision_quallity_inner_wrpr .service_block_container_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 40px;
}

.vision_quallity_wrpr .service_block_container_right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.info_title_para_wrpr {
    width: 100%;
    float: left;
}

.info_title_para_title {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.quick_infomation_blocks_full_wrpr {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.block_split_type4 .block_split_inner_wrpr {
    width: 33.33%;
    float: left;
}

.block_split_type4 .block_split_inner_wrpr.quick_infomation_blocks_full_wrpr:nth-child(3n) {
    border-right: 0;
}

.block_split_type5 {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block_split_type5 .block_split_inner_wrpr {
    width: 25%;
    float: left;
}

.block_split_type6 {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block_split_type6 .service_block_container_left {
    width: 30%;
    float: left;
}

.block_split_type6 .service_block_container_right {
    width: 70%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.image_gallery_type_block {
    width: 100%;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
}

.image_gallery_type_block:nth-child(4n) {
    margin-right: 0px;
}

.image_gallery_type_inner_cover .image_gallery_type_block {
    width: calc(25% - 12px);
    float: left;
}

.image_gallery_type_block a {
    width: 100%;
    float: left;
    overflow: hidden;
}

.image_gallery_type_block a img {
    width: 100%;
    float: left;
}

.image_gallery_type_block_title {
    width: 100%;
    float: left;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: auto;
    z-index: 1;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-family: "Roboto", san-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
}

.image_gallery_type_inner {
    padding-top: 75px;
    padding-bottom: 75px;
}

.image_gallery_type_inner .heading_Common_style {
    margin-bottom: 35px;
}

.info_title_para_wrpr {
    width: 100%;
    float: left;
    border-right: 2px solid #E2E2E2;
    padding-top: 15px;
    padding-bottom: 15px;
}

.info_title_para_content {
    margin-bottom: 0px;
    color: #363636;
}

.quick_infomation_blocks_inner_wrpr {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.slider_link {
    padding: 15px 40px;
    border-radius: 25px;
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.slider_link span {
    margin-left: 20px;
    font-size: 0.61em;
    line-height: inherit;
    font-weight: 900;
}

.slider_link:hover {
    background-color: rgba(66, 187, 90, 1);
    color: #fff;
}

.aboutus_inner_page_block .about_split {
    background-image: url('../images/client_bg_circle.png');
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
}

.technology_facility_inner_wrpr .heading_Common_style {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.technology_facility_inner_wrpr .main_subhead {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.service_block_container_inner {
    width: 50%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fixing_element_img {
    position: absolute;
    width: 100%;
    float: left;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    height: 100%;
    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;
}

.fixing_element_img img {
    width: 100%;
    float: left;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.position_img_wrpr {
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 55;
}

.details_para img {
    max-width: 70%;
}


/* AJ CODE  */

@media(min-width:1600px) {
    .slider_wrpr {
        background-size: 105% 100%;
    }
    .follow_us_block img {
        min-width: 100%;
    }
}

@media(min-width:1900px) {
    .slider_wrpr {
        background-size: 135% 100%;
    }
}

@media(min-width:2500px) {
    .slider_wrpr {
        background-size: 140% 105%;
    }
}

@media (max-width: 1300px) {
    /*-----------------aneesh--------------*/
    .common_ul_type_1 li a {
        font-size: 13px;
        line-height: 13px;
        padding: 10px 5px;
    }
    .call_enquiry .text_wrap {
        font-size: 11px;
        line-height: 13px;
    }
    .call_enquiry .text_wrap span {
        font-size: 12px;
    }
    .call_enquiry .icon {
        font-size: 21px;
        margin-right: 10px;
    }
    .mail_enquiry {
        font-size: 11px;
        padding: 4px 15px;
    }
    .main_menu.padding_rl_35 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .call_enquiry.margin_l_50 {
        margin-left: 15px;
    }
    /* sldier_responsive */
    .sub_header {
        max-width: 100%;
    }
    .slide_header {
        font-size: 40px;
        line-height: 45px;
        font-weight: 300;
        margin-bottom: 15px;
    }
    .slide_header span {
        font-size: 45px;
    }
    .left_wrpr {
        padding-left: 85px;
    }
    .owl_carousel_slider .owl-nav {
        left: 25px;
    }
    .owl_carousel_slider .water_drop_block {
        right: -70px;
    }
    .owl_carousel_slider .water_tank_block {
        right: 30px;
    }
    .owl_carousel_slider .product_block {
        right: 420px;
    }
    .position_img {
        left: 55%;
    }
    /*-----------------EOF aneeh--------------*/
    /*-----------------jobees--------------*/
    .scroll_to_section {
        left: 10px;
    }
    /*-----------------EOF jobees--------------*/
    /*-----------------ajin--------------*/
    .quick_address_wrpr {
        padding: 30px 80px;
    }
    .quick_address_wrpr .block_title_info_para {
        padding: 0 15px;
    }
    .quick_contact_call_wrpr {
        padding: 30px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .block_split_type3 .block_split_inner_wrpr img {
        width: 100%;
        height: auto;
        min-height: auto;
    }
    /* Our blog section */
    .our_blog_page_content_cover .block_split_inner_wrpr {
        width: calc(50% - 15px);
        margin-right: 30px;
    }
    .our_blog_page_content .image_text_combo_container {
        padding-right: 40px;
        margin-top: -55px;
    }
    /* Subscribe */
    .subscribe_title {
        padding-right: 5px;
    }
    /*-----------------EOF ajin--------------*/
    .subhead_para_wrpr {
        max-width: 50%;
    }
    .subhead_para_wrpr2 {
        max-width: 50%;
    }
    .vision_quallity_inner_wrpr .service_block_container_left {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        padding-right: 0;
    }
}

@media (max-width: 1200px) {
    /*-----------------aneesh--------------*/
    .main_menu.padding_rl_35 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .form_inner {
        left: unset;
        right: 0px;
    }
    .map_palces_list {
        margin-left: 15px;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 202px;
    }
    .map_places_head {
        padding-left: 15px;
        font-size: 12px;
        line-height: 13px;
        margin-bottom: 10px;
    }
    .offices_listing li {
        font-size: 12px;
        line-height: 13px;
    }
    .map_palces_list .list_item {
        font-size: 12px;
        line-height: 12px;
    }
    .wrpr_split_half.best_service_split {
        padding-right: 10px;
    }
    .padding_lr_header_primary {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
    .padding_lr_primary {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
    /* 29112019 1200 */
    .speciality_main_block {
        padding: 25px 0px;
    }
    /*-----------------EOF aneeh--------------*/
    /*-----------------jobees--------------*/
    .detail_table_wraper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .detail_table_col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border: none;
        border-top: 1px solid #FFC1B1;
        border-bottom: 1px solid #FFC1B1;
    }
    .detail_table_row {
        border: none;
        border-right: 1px solid #FFC1B1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .detail_table_col .detail_table_row:first-child {
        border-left: 1px solid #FFC1B1;
        min-width: 30%;
    }
    .detail_product_wrpr_thumb {
        padding: 0px 120px;
    }
    .detail_zoom_carousel_thumb .product_detail_img {
        width: 75px;
    }
    .scroll_to_section {
        display: none;
    }
    /*-----------------EOF jobees--------------*/
    /*-----------------ajin--------------*/
    /* contact page */
    .quick_contact_call_number {
        font-size: 20px;
        line-height: 20px;
    }
    .quick_contact_call_mail {
        font-size: 14px;
        line-height: 16px;
    }
    .common_head_component_cover .common_head_component_block {
        padding: 25px;
    }
    /* Product listing */
    .product_title_sub_wrpr {
        -webkit-box-flex: 3;
        -ms-flex: 3 0;
        flex: 3 0;
    }
    /* .product_block_inner_cover {
        padding: 25px 35px;
    } */
    /* .product_img {
        margin-bottom: 20px;
    } */
    .product_name_wrpr {
        margin-bottom: 20px;
    }
    /* .product_btn_wrpr {
        padding: 12px 20px;
    } */
    .product_overlay {
        padding: 50px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product_info_para {
        max-height: 100px;
    }
    /* E Broucher started */
    .padding_f2_tb {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .detail_heading {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    /* Our Blog section */
    .our_blog_page_content .image_text_combo_content {
        padding: 25px 20px;
    }
    .our_blog_page_content .image_text_combo_title {
        padding: 12px 30px;
    }
    .our_blog_page_content .image_text_combo_content_head {
        line-height: 18px;
    }
    .our_blog_page_content .image_text_combo_content_sub_head {
        line-height: 16px;
        margin-bottom: 15px;
    }
    .our_blog_page_content .image_text_combo_para {
        max-height: 195px;
    }
    .our_blog_page_content .image_text_combo_para p {
        line-height: 18px;
        margin-bottom: 15px;
    }
    /* Subscribe */
    .padding_f1_tb {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .subscribe_title {
        font-size: 22px;
        line-height: 22px;
    }
    .subscribe_title_wrpr span {
        font-size: 12px;
        line-height: 12px;
    }
    .subscribe_inner .subscribe_title_wrpr {
        width: 195px;
    }
    .subscribe_inner .subscribe_wrpr {
        padding: 0 0 0 25px !important;
    }
    .subscribe_form .btn_type1 {
        padding: 15px 45px;
    }
    .social_link_block_wrpr {
        padding-left: 40px;
    }
    .position_img {
        left: 50%;
        transform: translate(-30%, -50%);
        -webkit-transform: translate(-30%, -50%);
        -moz-transform: translate(-30%, -50%);
        -ms-transform: translate(-30%, -50%);
        -o-transform: translate(-30%, -50%);
        max-width: 45vw;
    }
    .owl_carousel_slider .water_tank_block {
        right: 0vw;
    }
    .slider_wrpr {
        min-height: 500px;
    }
    .sub_img {
        max-width: 40vw;
    }
    .left_wrpr {
        padding-left: 35px;
    }
    /*-----------------EOF ajin--------------*/
    .logo .logo_text {
        font-size: 14px;
        line-height: 14px;
        padding-left: 0px;
    }
    /* .logo a {} */
    .logo a img {
        max-width: 200px;
    }
    .logo a svg {
        max-width: 80px;
    }
    .mail_enquiry .icon {
        font-size: 16px;
        line-height: 16px;
        padding: 5px;
    }
    .mail_enquiry {
        font-size: 11px;
        padding: 0px 10px;
    }
    .mail_enquiry .icon {
        padding: 5px 10px 5px 0px;
    }
    /* VIRCAP */
    .commo_footer_logo {
        margin-bottom: 30px;
        max-width: 80px;
    }
    .footer_about {
        padding-right: 50px;
    }
    .footer_header {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .footer_txt {
        font-size: 12px;
    }
    .footer_social_link_wrpr {
        padding-left: 50px;
    }
    .quick_form_full_wrpr_cover {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .common_right_padding_section {
        padding-right: 0%;
    }
    .service_position_img {
        /* width: 19vw; */
        right: -25px;
        margin-top: 0;
        min-height: 200px;
    }
    .service_position_img1 {
        right: -25px;
        width: 8vw;
    }
    .service_wrpr_topsection {
        margin-bottom: 20px;
    }
    .vision_quallity_inner_wrpr .service_block_container_left {
        padding-right: 0;
    }
    .subhead_para_wrpr {
        width: 100%;
        float: left;
        padding: 30px 25px;
        background-color: #414141;
        max-width: 100%;
    }
    .subhead_para_wrpr2 {
        width: 100%;
        padding: 30px 25px;
        max-width: 100%;
    }
    .main_service_page_full_wrpr .heading_Common_style {
        margin-bottom: 30px;
    }
    .details_para img {
        width: 60%;
        padding-right: 15px;
    }
    .service_position_img2 {
        width: 20vw;
        float: left;
        left: -5vw;
        position: absolute;
        top: auto;
        bottom: 0;
    }
    .active .header_main_wrpr .logo .logo_text {
        font-size: 16px;
        padding-left: 0;
    }
}

@media (max-width: 1024px) {
    /*-----------------aneesh--------------*/
    .padding_f_tb {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .copright.common_p_footer {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .form_inner {
        position: relative;
        right: 0px;
        top: 0;
    }
    .padding_lr_header_primary {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .padding_lr_primary {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .main_menu {
        display: none;
    }
    header.active_logo .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .header_main_wrpr .logo {
        position: relative;
        float: left;
        width: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 20px;
        top: 0;
    }
    .header_top .connect_with {
        display: none;
    }
    /* .form_group input {
        padding: 10px 10px;
        font-size: 12px;
        line-height: 12px;
    } */
    /* .form_inner {
        padding: 15px;
    } */
    /* 28112019_aneesh 1024 */
    /* .sucess_section_min_inner_wrpr span {
        font-size: 18px;
        line-height: 18px;
        font-weight: 300;
        width: 100%;
        float: left;
    } */
    .success_section_min_wrpr .content_with_icon .content_with_icon_text {
        font-size: 18px;
        line-height: 18px;
    }
    .success_section_min_wrpr .content_with_icon {
        margin-bottom: 20px;
        padding-right: 0px;
    }
    .padding_split_section_common {
        padding-top: 15px;
        padding-left: 15px;
        padding-bottom: 15px;
        padding-right: 15px;
    }
    .about_split .wrpr_split_half {
        width: 100%;
        float: left;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 1 100%;
        flex: 1 1 1 100%;
    }
    .about_split.padding_right_none {
        padding-right: 15px !important;
    }
    .mission_history_section {
        padding: 30px 15px;
    }
    .mission_history_section .inner_block_para {
        height: auto;
    }
    .icon_apostrophe_block,
    .icon_apostrophe_block img {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 15px;
        width: 35px;
        float: left;
        height: 35px;
    }
    .about_split .content_with_icon {
        margin-bottom: 15px;
        font-size: 13px;
        line-height: 18px;
        padding-left: 55px;
    }
    .inner_block_para {
        font-size: 13px;
        line-height: 18px;
    }
    .heading_Common_style {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: -1.2px;
        margin-bottom: 15px;
    }
    .service_para {
        font-size: 14px;
        line-height: 18px;
    }
    /* 29112019-1024 */
    .speciality_image {
        width: 70px;
    }
    .speciality_image img {
        width: 100%;
    }
    .speciality_image svg {
        width: 100%;
    }
    .parallax_content {
        bottom: 15px;
        left: 15px;
        font-size: 30px;
        line-height: 30px;
    }
    .icon_apostrophe_white,
    .apostrphie {
        width: 35px;
    }
    .icon_apostrophe_white img,
    .apostrphie img {
        width: 100%;
    }
    .speciality_content {
        font-size: 13px;
        line-height: 18px;
    }
    .speciality_image {
        margin-bottom: 15px;
    }
    .main_inner_count_block .line {
        height: 20px;
    }
    .speciality_heading {
        font-size: 14px;
        line-height: 14px;
        text-align: center;
    }
    .main_inner_count_block .count_number {
        width: 25px;
        height: 25px;
        font-size: 12px;
        margin-bottom: 15px;
    }
    .top .main_inner_count_block .line {
        margin-bottom: 15px;
    }
    .speciality_image {
        width: 100%;
        max-width: 90px;
    }
    .speciality_image img {
        width: 100%;
    }
    .left_wrpr {
        padding-left: 15px;
    }
    .water_tank_calc_inner .items {
        padding: 10px 10px;
        font-size: 13px;
        line-height: 13px;
    }
    .water_tank_calc_inner .number {
        font-size: 14px;
        line-height: 5px;
    }
    .water_tank_calc_heading .heading {
        padding: 10px;
        font-size: 14px;
        line-height: 14px;
    }
    .heading_block {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .total_used_block {
        font-size: 25px;
        line-height: 25px;
    }
    .form_heading_style_1 .form_header {
        font-size: 22px;
        line-height: 22px;
    }
    .common_form_block .flaoating_name {
        font-size: 14px;
        line-height: 14px;
        top: 24px;
    }
    .common_form_block .form_group.active .flaoating_name {
        font-size: 12px;
        line-height: 12px;
        top: -3px;
    }
    .common_form_block .form_group {
        margin-bottom: 15px;
    }
    .common_form_block .form_submit {
        /* max-width: 150px; */
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        padding: 10px 55px;
        font-family: 'Roboto', sans-serif;
    }
    .common_form_block .attachment_form span {
        font-size: 14px;
        margin-right: 15px;
    }
    .file-upload .file-select .file-select-button {
        padding: 7px 15px;
    }
    .file-upload .file-select .file-select-name {
        padding: 0px 3px;
    }
    .career_page_block .footer_form_input {
        font-size: 12px;
    }
    .career_page_block select {
        font-size: 14px;
    }
    .heading_with_icon {
        font-size: 13px;
        line-height: 13px;
        margin-bottom: 10px;
    }
    .inner_para {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .details_wrpr {
        padding: 15px 30px;
        width: 100%;
        float: left;
    }
    .heading_with_icon .icon {
        left: -8px;
    }
    .date_detail_block {
        font-size: 13px;
        line-height: 13px;
    }
    /*-----------------EOF aneeh--------------*/
    /*-----------------jobees--------------*/
    .detail_split .btn_type3 {
        font-size: 14px;
    }
    .detail_margin_b {
        margin-bottom: 15px !important;
    }
    .detail_left_zoom {
        -webkit-box-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .detail_split {
        -webkit-box-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        padding-right: 15px;
    }
    .detail_category {
        display: none;
    }
    .detail_product_wrpr_thumb {
        padding: 0px 180px;
    }
    .detail_common_p {
        padding: 15px 0px;
    }
    .main_head,
    .main_subhead {
        font-size: 20px;
    }
    .appending_head_wraper {
        position: fixed;
        text-align: center;
        padding: 15px;
        border-radius: 30px;
        background-color: #268bdc;
        z-index: 9;
        line-height: 1em;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        color: #fff;
        left: 0;
        right: 0;
        bottom: 10px;
        display: table;
        margin: auto;
        width: 160px;
        float: none;
    }
    .category_listing_wraper {
        position: fixed;
        width: 60vw;
        left: 0;
        right: 0;
        bottom: 10px;
        background-color: #fff;
        z-index: 800;
        margin: auto;
        height: 50vh;
        max-height: 0vh;
        /*padding: 15px;*/
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .category_listing_wraper.active {
        max-height: 50vh;
    }
    .category_listing_wraper li {
        border: none;
    }
    .category_listing_wraper li a {
        padding: 15px;
    }
    .category_fixing_block {
        display: block;
    }
    /*-----------------EOF jobees--------------*/
    /*-----------------ajin--------------*/
    /* Contact page  */
    .map_full_wrpr .map_inner_wrpr {
        width: 100%;
    }
    .map_left_side {
        min-height: 300px;
    }
    .quick_address_wrpr {
        padding: 90px 150px;
    }
    .quick_contact_call_number {
        font-size: 22px;
        line-height: 22px;
    }
    .quick_contact_call_mail {
        font-size: 16px;
        line-height: 22px;
    }
    .our_branch_component_cover .common_head_component_block {
        width: 33.33%;
    }
    .suppoert_office_component_cover .common_head_component_block {
        width: 33.33%;
    }
    .main_title_type1 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .custom_shape1:nth-child(4n)::after {
        opacity: 1;
        visibility: visible;
    }
    .custom_shape1:nth-child(3n)::after {
        opacity: 0;
        visibility: hidden;
    }
    .common_head_component_cover .common_head_component_block {
        padding: 15px;
    }
    .contact_form_inner_wrpr {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .common_head_component_head {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .common_sub_title_type1 {
        margin-bottom: 15px;
    }
    .quick_contact_call_wrpr {
        padding: 15px;
    }
    /* prodcuct listing  */
    .product_block_cover {
        width: 33.33%;
    }
    .product_title_sub {
        font-size: 18px;
        line-height: 18px;
    }
    .product_title_sub_wrpr {
        -webkit-box-flex: 1;
        -ms-flex: 1 0;
        flex: 1 0;
    }
    .product_block_cover:nth-child(4n) {
        border-right: 1px solid #D4D4D4;
    }
    .product_block_cover:nth-child(3n) {
        border-right: none;
    }
    .product_title_mian_wrpr {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    /* E Broucher  */
    .padding_f2_tb {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .e_broucher_tile_wrpr .details_para {
        padding: 0;
    }
    .block_title_info_wrpr2 {
        padding: 50px 70px;
    }
    .block_title_info_wrpr2 .block_title_info_para {
        padding: 0;
    }
    /* Our Blog section */
    .our_blog_page_content .image_text_combo_content {
        padding: 15px;
    }
    .our_blog_page_content .image_text_combo_para {
        margin-bottom: 15px;
    }
    .our_blog_page_content .image_text_combo_title {
        padding: 10px 25px;
    }
    .our_blog_page_content_cover .block_split_inner_wrpr {
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    .our_blog_page_content .image_text_combo_container {
        padding-right: 25px;
        margin-top: -50px;
    }
    .our_blog_page_content .image_text_combo_shape {
        width: 30px;
        height: 30px;
        top: 35px;
        left: 15px;
    }
    /* Subscribe section */
    .subscribe_inner .subscribe_title_wrpr {
        width: 100%;
        margin-bottom: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .subscribe_title {
        width: auto;
        /* margin-bottom: 5px; */
        /* padding-right: 15px; */
    }
    /* .subscribe_title_wrpr span {
        width: auto;
    } */
    .subscribe_inner .subscribe_wrpr {
        padding: 0 !important;
    }
    .social_link_block_wrpr {
        padding-left: 30px;
    }
    .padding_f1_tb {
        padding-top: 50px;
        padding-bottom: 36px;
    }
    /* common title and links */
    .product_title_sub_link {
        font-size: 10px;
        line-height: 14px;
        padding: 5px 10px;
    }
    /* Detail page */
    .zoom_text {
        opacity: 1;
    }
    /* Terms and Condition and Privacy policy */
    .custom_title_para_block_wrpr .custom_title_para_block {
        padding: 15px;
    }
    .custom_title_para_block_title {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 18px;
    }
    .custom_title_para_block_title::before {
        left: -15px;
    }
    .custom_title_list_info_wrpr .list_style_dots li {
        font-size: 12px;
    }
    .product_enq_popup_title span {
        font-size: 14px;
        line-height: 18px;
    }
    .product_name_label {
        font-size: 18px;
        line-height: 18px;
    }
    /*-----------------EOF ajin--------------*/
    .logo {
        margin-right: auto;
    }
    .header_top {
        padding: 10px 0;
    }
    .mail_enquiry:hover .icon {
        color: #42bb5a;
    }
    .mail_enquiry:hover {
        color: #42bb5a;
        background-color: transparent;
    }
    .mail_enquiry {
        border: none;
        padding: 0;
    }
    .mail_enquiry .icon {
        border-right: 0;
        margin-right: 0;
    }
    .active .header_main_wrpr .logo {
        margin-left: 0;
    }
    .footer_about {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .quick_link {
        width: 33.33%;
    }
    .footer_contact {
        width: 33.33%;
    }
    .footer_quick_info_ul {
        margin-bottom: 20px;
    }
    .footer_txt {
        margin-bottom: 20px;
    }
    .footer_quick_info_icon {
        width: 40px;
        height: 40px;
        font-size: 15px;
        line-height: 40px;
    }
    .form_header {
        font-size: 28px;
        line-height: 28px;
    }
    .form_header_inner {
        padding-right: 25px;
    }
    .subscribe_content_right {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .subscribe_inner .subscribe_content_left {
        width: 100%;
    }
    .subscribe_inner .subscribe_content_right {
        width: 100%;
    }
    .main_service_page_full_wrpr .heading_Common_style {
        margin-bottom: 15px;
    }
    .slider_link {
        font-size: 13px;
        line-height: 13px;
        padding: 13px 35px;
    }
    .product_content_wrpr {
        padding: 20px 15px;
    }
    .subhead_para_wrpr {
        padding: 25px 15px;
    }
    .subhead_para_wrpr2 {
        padding: 25px 15px;
    }
    .start_style_ul .content_with_icon.sub_content_with_icon .content_with_icon {
        margin-bottom: 15px;
    }
    .image_gallery_type_inner .heading_Common_style {
        margin-bottom: 15px;
    }
    .image_gallery_type_inner_cover .image_gallery_type_block {
        width: calc(25% - 5px);
        margin-right: 6px;
        margin-bottom: 5px;
    }
    .image_gallery_type_inner_cover .image_gallery_type_block:nth-child(4n) {
        margin-right: 0;
    }
    .image_gallery_type_block_title {
        font-size: 12px;
        line-height: 12px;
    }
    .service_position_img {
        right: -15px;
    }
    .logo .logo_text {
        font-size: 20px;
        line-height: 20px;
        padding-left: 0px;
    }
    .active .header_main_wrpr .logo .logo_text {
        font-size: 18px;
        padding-left: 0;
    }
}

@media (max-width: 992px) {
    /*-----------------aneesh--------------*/
    .left_wrpr {
        padding-left: 45px;
    }
    .sub_header {
        font-size: 14px;
    }
    .owl_carousel_slider .owl-nav {
        left: 45px;
        bottom: 100px;
    }
    .owl_carousel_slider .water_drop_block {
        right: -70px;
        bottom: -50px;
    }
    .water_tank_block {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .sub_img {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .owl-item .water_tank_block {
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
        opacity: 0;
        top: auto;
        min-width: 45vw;
        max-width: 45vw;
        right: 0vw;
        margin-right: 0;
        bottom: -50px;
        margin: auto;
    }
    .owl-item .water_tank_block video {
        width: 100%;
    }
    .owl-item.active .water_tank_block {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    .owl_carousel_slider .product_block {
        -webkit-transition-delay: .7s;
        -o-transition-delay: .7s;
        transition-delay: .7s;
        right: 83px;
        top: 0;
        width: 100%;
        max-width: 245px;
    }
    .animating_coluds {
        opacity: 0.7;
    }
    .slider_wrpr {
        min-height: 445px;
    }
    .slide_header {
        font-size: 30px;
        line-height: 35px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .slide_header span {
        font-size: 35px;
    }
    .owl_carousel_slider .product_block img {
        width: 100%;
    }
    .owl_carousel_slider .water_tank_block .slider_overlay_txt {
        -webkit-transition-delay: 2.8s;
        -o-transition-delay: 2.8s;
        transition-delay: 2.8s;
    }
    .owl_carousel_slider .product_block .slider_overlay_txt {
        -webkit-transition-delay: 1.4s;
        -o-transition-delay: 1.4s;
        transition-delay: 1.4s;
        position: absolute;
        bottom: unset;
        right: 262px;
        top: 60px;
    }
    /* 29112109-992 */
    .footer_about {
        margin-bottom: 25px;
    }
    .map_places {
        width: 100%;
    }
    .map_palces_list {
        margin-bottom: 20px;
        height: auto;
        overflow: visible
    }
    .offices_listing {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: absolute;
        bottom: 14px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .map_image_block {
        margin-bottom: 15px;
    }
    .offices_listing li:first-child {
        margin-right: 10px;
        color: rgba(255, 255, 255, 0.45);
        font-size: 10px;
    }
    .offices_listing li:last-child {
        margin-right: 0px;
        color: rgba(255, 255, 255, 0.45);
        font-size: 10px;
    }
    .map_palces_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 0px;
    }
    .map_palces_list .list_item {
        width: auto;
        padding-right: 15px;
    }
    .speciality_item_block {
        width: 20%;
        float: left;
    }
    .speciality_main_block {
        width: 100%;
    }
    .enquery_block {
        width: 20%;
    }
    .footer_read {
        margin-bottom: 15px;
    }
    .wprp_split_common {
        width: 50%;
        float: left;
    }
    /*-----------------EOF aneeh--------------*/
    /*-----------------jobees--------------*/
    .detail_product_wrpr_thumb .prodcut_wrpr {
        min-height: 95px;
    }
    .detail_product_wrpr_thumb {
        padding: 0px 135px;
    }
    .detail_zoom_carousel_thumb .prodcut_wrpr {
        min-height: 85px;
    }
    /*-----------------EOF jobees--------------*/
    /*-----------------ajin--------------*/
    /* Subscribe  */
    .subscribe_inner .social_link_block_wrpr {
        width: 185px;
    }
    .social_link {
        font-size: 15px;
        line-height: 15px;
    }
    .sub_title_wrpr {
        font-size: 11px;
        line-height: 10px;
    }
    .animating_airplane {
        width: 175px;
        height: 45px;
        background-size: cover;
        background-position: center;
    }
    .position_img {
        left: 45%;
        transform: translate(-25%, -50%);
        -webkit-transform: translate(-25%, -50%);
        -moz-transform: translate(-25%, -50%);
        -ms-transform: translate(-25%, -50%);
        -o-transform: translate(-25%, -50%);
        min-width: auto;
        max-width: 50%;
    }
    /*-----------------EOF ajin--------------*/
    .quick_form_full_wrpr_cover {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .link_img_block {
        margin-bottom: 10px;
    }
    .main_service_page_full_wrpr .service_block_container {
        width: 100%;
    }
    .main_service_page_full_wrpr .common_page_scroll.sucess_section_inner_wrpr {
        margin-bottom: 25px;
        /* height: 200px; */
        height: 250px;
    }
    .service_position_img2 {
        display: none;
    }
    .service_position_img {
        /* width: 15vw; */
        /* right: 5vw; */
    }
    .service_position_img1 {
        right: -15px;
        width: 5vw;
    }
    .common_right_padding_section {
        padding-right: 0%;
    }
    .recognition_wrpr .inner_block_para {
        margin-bottom: 25px;
    }
    .vision_quallity_inner_wrpr .service_block_container {
        width: 100%;
    }
    .content_with_icon {
        padding-left: 50px;
    }
    .service_block_container_right .explre_btn {
        margin-left: 50px;
    }
    .subhead_para_wrpr .subhead_para_content {
        font-size: 14px;
    }
    .subhead_para_wrpr .subhead_para_title {
        margin-bottom: 15px;
    }
    .subhead_para_content {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    /*-----------------aneesh--------------*/
    .form_head_min {
        margin-bottom: 15px;
    }
    .header_top .quote_top {
        padding: 0;
    }
    .header_top .water_tank_calc {
        display: none;
    }
    /* .header_top {
        -webkit-box-pack: justify;
        justify-content: space-between;
    } */
    .mail_enquiry {
        border: none;
        padding: 4px 0px;
    }
    /* .mail_enquiry:hover {
        background-color: transparent;
        color: #0167B9;
    } */
    /* video */
    .video_block video {
        width: 100%;
        height: auto;
        position: relative;
        left: auto;
    }
    /* footer */
    .footer_main_wrpr {
        width: 100%;
        float: left;
        padding-right: 0px;
    }
    .footer_about {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px;
    }
    .quick_link {
        width: 50%;
        float: left;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 25px;
    }
    .footer_contact {
        width: 50%;
        float: left;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 25px;
    }
    .footer_social_link_wrpr {
        width: 100%;
        padding-left: 0;
        margin-bottom: 0;
    }
    .footer_form {
        width: 100%;
    }
    .form_inner {
        max-width: 100%;
    }
    /* slider_sction */
    .owl_carousel_slider .product_block .slider_overlay_txt {
        right: 100%;
        top: 110px;
    }
    .owl_carousel_slider .product_block {
        top: 10%;
        right: 20px;
        max-width: 200px;
    }
    .owl_carousel_slider .water_tank_block {
        right: 0px;
        bottom: 0;
        /* top: unset; */
    }
    .owl_carousel_slider .water_tank_block .image {
        max-width: 230px;
    }
    .owl_carousel_slider .slider_overlay_txt {
        font-size: 15px;
        line-height: 18px;
    }
    /* 28112019_aneesh */
    .about_section_wrpr .wrpr_split_half {
        width: 100%;
    }
    .parallax_section1 {
        width: 100%;
        height: auto;
        min-height: 250px;
    }
    .about_split .wrpr_split_half {
        width: 50%;
        float: left;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 1 50%;
        flex: 1 1 1 50%;
    }
    /* 29112019-768 */
    .details_para {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .success_section_min_wrpr .wrpr_split_half {
        width: 100% !important;
        float: left;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .success_section_min_wrpr .wrpr_split_half:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .sucess_section_min_inner_wrpr .content_with_icon:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .success_section_min_wrpr .content_with_icon {
        margin-bottom: 15px;
        padding-right: 0px;
    }
    .calculator_page_block {
        padding: 15px;
    }
    .speciality_image {
        width: 100%;
        max-width: 70px;
    }
    .services_section_wrpr .wrpr_split_half {
        width: 100%;
        float: left;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 1 100%;
        flex: 1 1 1 100%;
    }
    .services_section_wrpr .wrpr_split_half.parallax_section2 {
        background-size: 50%;
        background-repeat: no-repeat;
        position: relative;
    }
    .services_section_wrpr .wrpr_split_half.parallax_section2 .parallax_content {
        z-index: 2;
    }
    /* .services_section_wrpr .wrpr_split_half.parallax_section2::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        background-color: #1a8be5;
        z-index: 1;
    } */
    .parallax_section2 {
        height: 280px;
    }
    .map_places {
        width: 100%;
        max-width: 185px;
    }
    .map_wrpr {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .map_palces_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 10px;
        height: 175px;
        overflow: hidden;
    }
    .map_palces_list .list_item {
        width: 100%;
        padding-right: 15px;
    }
    .speciality_main_block {
        width: 50%;
    }
    .speciality_item_block {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 50%;
        float: left;
        height: auto;
        padding: 25px;
        border: 1px solid #f5f5f5;
    }
    .enquery_block {
        width: 50%;
    }
    .main_inner_count_block {
        display: none;
    }
    .speciality_item_block.top {
        background-color: #fff;
    }
    .success_section_wrpr .wrpr_split_half {
        width: 100%;
        float: left;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 1 100%;
        flex: 1 1 1 100%;
    }
    .success_section_wrpr .zoom_effect img {
        width: 100%;
    }
    .common_page_scroll {
        height: auto;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .common_page_scroll.sucess_section_inner_wrpr {
        height: auto;
    }
    .water_tank_calclator_btn {
        display: none;
    }
    .success_section_wrpr .content_with_icon {
        padding-right: 0px;
    }
    .zoom_effect img {
        width: 100%;
    }
    .mission_history_section.mission_inner_history_section .icon_apostrophe_block {
        width: 35px;
        height: 35px;
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 10px;
    }
    .mission_history_section.mission_inner_history_section .inner_block_head {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .common_para_style_1 p {
        margin-bottom: 10px;
    }
    .mission_history_section .inner_block_para {
        margin-bottom: 10px;
    }
    .service_para {
        font-size: 13px;
        line-height: 18px;
    }
    .mission_history_section {
        padding: 15px;
    }
    .about_split .content_with_icon {
        padding-right: 10px;
        padding-left: 40px;
    }
    .success_section_wrpr .content_with_icon span {
        padding-left: 10px;
        font-size: 13px;
        line-height: 16px;
    }
    .section_left_icon {
        width: 30px;
    }
    .section_left_icon img {
        width: 100%;
    }
    .inner_block_head {
        margin-bottom: 10px;
    }
    .icon_apostrophe_block,
    .icon_apostrophe_block img {
        margin-bottom: 5px;
    }
    .parallax_content {
        bottom: 15px;
        left: 15px;
        font-size: 25px;
        line-height: 25px;
    }
    .icon_apostrophe_white,
    .apostrphie {
        width: 26px;
        margin-bottom: 5px;
    }
    .press_release_page_details_block .overlay_wprp .date_detail_block {
        bottom: 50px;
    }
    .about_section_wrpr .inner_block_para.common_page_scroll {
        height: auto !important;
    }
    .top_image_common_wrpr img {
        width: 100%;
        height: 80px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    .common_banner_wrpr h1 {
        font-size: 18px;
        line-height: 18px;
    }
    /*-----------------EOF aneeh--------------*/
    /*-----------------jobees--------------*/
    .detail_left_zoom,
    .detail_split {
        -webkit-box-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .detail_split {
        padding: 0px 15px;
    }
    .detail_zoom_carousel_thumb .prodcut_wrpr {
        min-height: 85px;
    }
    .detail_zoom_carousel .owl-nav {
        padding: 0px 20px;
        top: -10%;
    }
    .detail_zoom_carousel {
        padding: 100px 50px;
    }
    .detail_product_wrpr_thumb {
        margin-bottom: 15px;
    }
    .resp_splitter {
        /* width: 50%; */
        width: 100%;
        float: left;
    }
    .detail_content_section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .detail_split .btn_type3 {
        width: 100%;
    }
    .detail_split .btn_type4 {
        width: 50%;
        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;
    }
    .category_listing_wraper {
        width: 80vw;
    }
    /*-----------------EOF jobees--------------*/
    /*-----------------ajin--------------*/
    /* contact page */
    .contact_form_type2 .form_group {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .form_submit2 {
        padding: 15px 80px;
    }
    .form_group_split2 textarea {
        min-height: 100px;
    }
    .our_branch_component_cover .common_head_component_block {
        width: 50%;
    }
    .suppoert_office_component_cover .common_head_component_block {
        width: 50%;
    }
    .custom_shape1:nth-child(4n)::after {
        opacity: 1;
        visibility: hidden;
    }
    .custom_shape1:nth-child(3n)::after {
        opacity: 1;
        visibility: visible;
    }
    .custom_shape1:nth-child(2n)::after {
        opacity: 0;
        visibility: hidden;
    }
    .custom_shape1:nth-last-child(2)::after {
        opacity: 0;
        visibility: hidden;
    }
    .quick_address_wrpr {
        padding: 80px 100px;
    }
    .quick_contact_call_number {
        font-size: 20px;
        line-height: 20px;
    }
    .quick_contact_call_mail {
        font-size: 14px;
        line-height: 16px;
    }
    /* Product Listing */
    .product_block_cover {
        width: 50%;
    }
    .product_name {
        font-size: 16px;
        line-height: 20px;
    }
    .product_info_title {
        text-align: center;
        margin-bottom: 15px;
    }
    .product_info_para {
        margin-bottom: 15px;
    }
    .product_info_para p {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
    }
    .product_title_block {
        width: auto;
        margin-bottom: 15px;
    }
    /* .product_img {
        margin-bottom: 15px;
    } */
    .product_name_wrpr {
        margin-bottom: 15px;
        padding: 0;
    }
    .product_block_cover:nth-child(3n) {
        border-right: 1px solid #D4D4D4;
    }
    .product_block_cover:nth-child(2n) {
        border-right: none;
    }
    .product_listing_full_wrpr .heading_Common_style.active.white_clr.product_title_block {
        width: auto;
        margin-bottom: 15px;
    }
    .product_listing_full_wrpr .product_title_sub_wrpr {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        margin-right: 0px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .product_listing_full_wrpr .product_title_mian_wrpr {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .product_listing_full_wrpr .product_block_link_wrpr {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .product_listing_full_wrpr .product_title_sub_wrpr .product_title_sub {
        font-size: 16px;
        line-height: 16px;
    }
    /* E-Broucher */
    .block_title_info_wrpr2 {
        padding: 35px 25px;
    }
    .block_title_info_wrpr2 .block_title_info_icon {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 15px;
    }
    .block_title_info_wrpr2 .block_title_info_head {
        font-size: 14px;
    }
    .block_title_info_link {
        font-size: 11px;
    }
    /* Our Blog section */
    .our_blog_page_content_cover .block_split_inner_wrpr {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .our_blog_page_content_cover .block_split_inner_wrpr:last-child {
        margin-bottom: 0px;
    }
    /* Follow us section */
    .follow_us_inner_block .split_block_type_left {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .follow_us_inner_block .split_block_type_right {
        width: 100%;
    }
    .follow_us_inner_block .split_block_type_left img {
        width: 100%;
    }
    .follow_us_inner_block .split_block_type_wrpr2 .split_block_type_left {
        padding: 30px;
        margin-bottom: 5px;
    }
    .content_with_icon {
        padding-left: 0;
    }
    .content_with_icon::before {
        left: 15px;
    }
    .content_with_icon .section_left_icon {
        position: relative;
        width: 30px;
        float: left;
        height: 30px;
        margin: unset;
        margin-right: 15px;
        background-position: 0 5px;
    }
    .content_with_icon span {
        width: calc(100% - 45px);
        float: left;
    }
    .success_section_wrpr .content_with_icon span {
        width: calc(100% - 45px);
        float: left;
        padding-left: 0;
    }
    .content_with_icon2 .section_left_icon {
        width: 35px;
        position: absolute;
        left: 0;
    }
    .success_section_wrpr .content_with_icon {
        margin-bottom: 10px;
    }
    .success_section_min_wrpr .content_with_icon .content_with_icon_text {
        padding-left: 10px;
    }
    .owl-item .water_tank_block {
        min-width: auto;
        max-width: 70%;
        left: 0;
        right: auto;
        margin-left: 0;
    }
    .sub_img {
        left: 0;
        max-width: 45vw;
    }
    .position_img {
        max-width: 50%;
    }
    .slider_wrpr {
        min-height: 390px;
    }
    .left_wrpr {
        padding: 0 0 0 15px;
        /* max-width: calc(100% - 350px); */
        max-width: 40%;
    }
    .slide_header {
        font-size: 25px;
        line-height: 30px;
    }
    .owl_carousel_slider .owl-nav {
        left: 15px;
        bottom: 50px;
    }
    .video_block {
        width: 100%;
    }
    /*-----------------EOF ajin--------------*/
    .form_common_split {
        width: 100%;
        margin-right: 0;
    }
    .form_right_side .form_group textarea {
        min-height: 100px;
    }
    .form_header {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .form_header_inner {
        padding-right: 20px;
    }
    .service_block_container_right .explre_btn {
        margin-left: 45px;
    }
    .explre_btn {
        padding: 12px 25px;
        font-size: 10px;
        line-height: 10px;
    }
    .explre_btn span {
        margin-left: 15px;
    }
    .content_with_icon {
        padding-right: 0;
        font-size: 12px;
    }
    .content_with_icon {
        margin-bottom: 15px;
    }
    .quick_infomation_blocks_full_wrpr .info_title_para_wrpr {
        width: 100%;
    }
    .info_title_para_wrpr {
        padding: 15px 0;
        border-right: none;
        border-bottom: 2px solid #E2E2E2;
    }
    .info_title_para_wrpr:last-child {
        border-bottom: none;
    }
    .info_title_para_wrpr:last-child .info_title_para_content {
        margin-bottom: 0;
    }
    .content_with_icon_sub_list {
        margin-left: 45px;
        width: calc(100% - 45px);
    }
    .sub_content_with_icon .sub_content_with_icon_main {
        margin-bottom: 10px;
    }
    .technology_facility_inner_wrpr .main_subhead {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .start_style_ul .content_with_icon.sub_content_with_icon .content_with_icon {
        margin-bottom: 5px;
    }
    .start_style_ul .content_with_icon.sub_content_with_icon .content_with_icon .section_left_icon {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }
    .content_with_icon .content_with_icon_sub_list .section_left_icon {
        background-size: 10px;
        top: 0;
    }
    .image_gallery_type_inner_cover .image_gallery_type_block {
        width: calc(33.33% - 5px);
        margin-right: 7px;
    }
    .image_gallery_type_inner_cover .image_gallery_type_block:nth-child(4n) {
        margin-right: 7px;
    }
    .image_gallery_type_inner_cover .image_gallery_type_block:nth-child(3n) {
        margin-right: 0px;
    }
    .water_tank_block .sub_img .sub_img_1 {
        max-width: 4.5vw;
    }
    .water_tank_block .sub_img .sub_img_2 {
        max-width: 10.5vw;
        left: 35px;
    }
    .water_tank_block .sub_img .sub_img_3 {
        max-width: 4vw;
        left: 100px;
    }
    .water_tank_block .sub_img .sub_img_4 {
        max-width: 12vw;
        left: 130px;
    }
    .water_tank_block .sub_img .sub_img_5 {
        max-width: 30vw;
    }
    .water_tank_block .sub_img .sub_img_6 {
        max-width: 16vw;
        left: 235px;
        /* left: 30vw; */
    }
    .logo .logo_text {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width: 576px) {
    /*-----------------aneesh--------------*/
    .footer_quick_info {
        font-size: 12px;
        line-height: 12px;
    }
    .footer_quick_info_icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
        line-height: 35px;
    }
    .footer_list li {
        margin-bottom: 15px;
    }
    .footer_header {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .call_enquiry .icon {
        font-size: 21px;
        margin-right: 5px;
    }
    .call_enquiry .icon {
        font-size: 19px;
        margin-right: 5px;
        line-height: 23px;
    }
    .call_enquiry .text_wrap {
        font-size: 9px;
        line-height: 11px;
    }
    .call_enquiry .text_wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    /* footer */
    .footer_main_wrpr {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    .footer_form {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer_about {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 10px;
    }
    .quick_link {
        width: 50%;
        float: left;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .footer_contact {
        width: 50%;
        float: left;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .form_inner {
        max-width: 100%;
    }
    .footer_main_wrpr {
        padding-right: 0px;
    }
    .footer_txt {
        margin-bottom: 15px;
    }
    /* sldier_responsive */
    .water_drop_block {
        display: none;
    }
    .owl_carousel_slider {
        height: 100%;
        min-height: auto;
        padding-bottom: 0px;
    }
    .owl_carousel_slider {
        position: relative;
        height: 100%;
        width: 100%;
    }
    .owl_carousel_slider .water_tank_block {
        right: 0px;
        top: 0px;
        position: relative;
        width: 100%;
        min-width: 100%;
        float: left;
        max-width: 100%;
        padding: 45px 25px 25px 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        /* background-image: url("../images/slider/bg_slider.png"); */
        /* background-position: 100% 125%; */
        /* background-size: cover; */
        /* background-repeat: no-repeat; */
    }
    .owl_carousel_slider .product_block {
        right: 0px;
        bottom: 5%;
        top: unset;
        position: relative;
        width: 100%;
        min-width: 100%;
        float: left
    }
    .sub_img {
        right: 0px;
        top: 0px;
        width: 100%;
        max-width: 100%;
        display: table;
        margin: auto;
        padding: 0 15%;
        position: relative;
    }
    .left_wrpr {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 0px;
        padding: 20px 15px;
        max-width: 100%;
    }
    .slide_header {
        font-size: 22px;
        line-height: 22px;
    }
    .slide_header span {
        font-size: 30px;
    }
    .owl_carousel_slider {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        background-color: rgba(0, 0, 0, 0.3);
    }
    .water_tank_text {
        position: relative;
        top: 0;
        left: unset;
        right: 15px !important;
        padding-right: 10px !important;
    }
    .owl_carousel_slider .slider_overlay_txt {
        width: 100%;
        max-width: 150px;
    }
    .animating_coluds {
        opacity: 0.2;
    }
    .product_text {
        position: relative;
        top: 50% !important;
        left: 15px;
        width: auto;
        text-align: left !important;
        border-right: none !important;
        border-left: 1px solid #414141 !important;
        padding-right: 0px !important;
        padding-left: 10px !important;
    }
    .product_block .image {
        width: 100%;
        max-width: 230px;
        float: right;
    }
    .owl_carousel_slider .owl-nav {
        position: absolute;
        bottom: 10px;
    }
    .main_slider_wraper {
        height: auto;
        background-color: unset;
    }
    .sub_header {
        max-width: 100%;
    }
    .owl-item .water_tank_block video {
        max-width: 100%;
        display: table;
        margin: auto;
        padding: 0 15%;
    }
    .position_img {
        top: 2%;
        left: 0;
        right: 0;
        margin: auto;
        bottom: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .animating_airplane {
        width: 100px;
        height: 30px;
        background-size: contain;
        background-position: center;
        top: 5%;
    }
    /* 28112019_aneesh */
    .about_split .wrpr_split_half {
        width: 100%;
        float: left;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 1 100%;
        flex: 1 1 1 100%;
    }
    /* 29112019 576*/
    .success_section_min_wrpr .content_with_icon .content_with_icon_text {
        font-size: 14px;
        line-height: 14px;
        font-weight: 300;
        width: 100%;
        float: left;
        padding-left: 5px !important;
    }
    .sucess_section_min_inner_wrpr .content_with_icon .section_left_icon {
        width: 25px;
        background-size: 85%;
    }
    .success_section_min_wrpr .content_with_icon span .bold {
        padding-left: 0px !important;
    }
    .map_places {
        width: 100%;
        max-width: 100%;
    }
    .map_palces_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 0px;
        height: auto;
        overflow: visible
    }
    .map_palces_list .list_item {
        width: auto;
        padding-right: 15px;
    }
    .speciality_main_block {
        width: 100%;
    }
    .speciality_item_block {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .enquery_block {
        width: 100%;
    }
    .enquery_block_btn {
        width: 100%;
        max-width: 150px;
    }
    .calc_split_half.border_split {
        width: 100%;
    }
    .water_tank_calc_inner .border_split:first-child .items {
        border-bottom: 0;
        padding-bottom: 0px;
    }
    .water_tank_calc_inner .border_split .items:first-child {
        width: 40%;
        float: left;
    }
    .water_tank_calc_inner .border_split .items:last-child {
        width: 60%;
        float: left;
    }
    .water_tank_calc_inner .border_split .items {
        border-left: 0;
    }
    .calc_input_item::-webkit-input-placeholder {
        /* Edge */
        opacity: 1;
        visibility: visible;
        color: #b3b3b3;
    }
    .calc_input_item:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        opacity: 1;
        visibility: visible;
        color: #b3b3b3;
    }
    .calc_input_item::-ms-input-placeholder {
        opacity: 1;
        visibility: visible;
        color: #b3b3b3;
    }
    .calc_input_item::-moz-placeholder {
        opacity: 1;
        visibility: visible;
        color: #b3b3b3;
    }
    .calc_input_item::placeholder {
        opacity: 1;
        visibility: visible;
        color: #b3b3b3;
    }
    .heading {
        display: none;
    }
    .water_tank_calc_heading .calc_split_half:first-child .heading:first-child {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .heading_block_wrpr {
        padding: 15px !important;
    }
    .total_used_block {
        font-size: 20px;
        line-height: 20px;
        padding: 15px;
    }
    .water_tank_calc_inner .items {
        padding: 10px 10px;
        padding-bottom: 10px;
        font-size: 11px;
        line-height: 13px;
    }
    .water_tank_calc_inner .number {
        font-size: 13px;
        line-height: 5px;
    }
    .career_page_block select {
        font-size: 12px;
        line-height: 12px;
    }
    .common_form_block .form_group.active .flaoating_name {
        font-size: 10px;
        line-height: 10px;
        top: 0px;
    }
    .form_head_min {
        margin-bottom: 10px;
    }
    .common_form_block .flaoating_name {
        font-size: 12px;
        line-height: 12px;
        top: 24px;
    }
    .file-upload .file-select .file-select-button {
        padding: 7px 10px;
        font-size: 11px;
    }
    .common_form_block .attachment_form span {
        font-size: 12px;
        margin-right: 5px;
    }
    .form_heading_style_1 .form_header {
        font-size: 18px;
        line-height: 18px;
    }
    .form_heading_style_1 .form_sub_header {
        margin-bottom: 10px;
    }
    .wprp_split_common {
        width: 100%;
        float: left;
    }
    .enquery_block {
        width: 100%;
        padding: 25px 15px;
        background: #f5f5f5;
    }
    .enquery_block_text {
        margin-bottom: 10px;
    }
    .enquery_block_image {
        margin-bottom: 10px;
    }
    .enquery_block_btn {
        font-size: 13px;
        line-height: 13px;
    }
    .enquery_block_header {
        margin-bottom: 10px;
    }
    .sub_header {
        margin-bottom: 10px;
    }
    .speciality_main_block {
        padding: 15px;
    }
    .speciality_main_block .product_title_block {
        width: 100%;
        margin-bottom: 10px;
    }
    /*-----------------EOF aneeh--------------*/
    /*-----------------jobees--------------*/
    .detail_table_row span {
        display: none;
    }
    .detail_table_row {
        font-size: 12px;
        padding: 8px;
    }
    .detail_product_wrpr_thumb {
        padding: 0px 30px;
    }
    .detail_product_wrpr_thumb .owl-next .next {
        right: 5%;
    }
    .detail_product_wrpr_thumb .owl-prev .prev {
        left: 5%;
    }
    .detail_zoom_carousel_thumb .prodcut_wrpr {
        min-height: 90px;
    }
    .detail_zoom_carousel_thumb {
        padding: 0px 20%;
        bottom: 10%;
    }
    .resp_splitter,
    .detail_split .btn_type4 {
        width: 100%;
    }
    /*-----------------EOF jobees--------------*/
    /*-----------------ajin--------------*/
    /* contact page */
    .contact_form_title span {
        font-size: 20px;
        line-height: 22px;
    }
    .contact_form_title .sub {
        font-size: 12px;
        line-height: 18px;
    }
    .quick_address_wrpr {
        padding: 45px 25px;
    }
    .block_title_info_bg {
        max-width: 70%;
    }
    /* Product Listing */
    /* .product_block_inner_cover {
        padding: 20px 15px;
    }

    .product_img {
        padding-top: 15px;
    } */
    .product_overlay {
        padding: 30px 15px;
    }
    .product_info_title {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
    }
    .product_info_para {
        max-height: 55px;
    }
    .product_info_para p {
        font-size: 11px;
        line-height: 18px;
    }
    .product_info_btn {
        padding: 10px 20px;
        font-size: 10px;
        line-height: 10px;
    }
    .product_name {
        font-size: 13px;
        line-height: 16px;
    }
    .product_name span {
        font-weight: 500;
    }
    .product_btn_wrpr {
        padding: 10px 25px;
        width: auto;
        max-width: 100%;
        font-size: 10px;
        line-height: 10px;
    }
    .custom_modal_dialog {
        margin: 20px;
    }
    .custom_modal_body {
        padding: 15px;
    }
    /* E Broucher */
    .e_broucher_block_cover .block_title_info_wrpr2 {
        width: 100%;
        border-bottom: 1px solid #FC8C90;
        border-right: 0;
    }
    .block_title_info_wrpr2 {
        padding: 40px 25px;
    }
    .detail_heading {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 15px;
    }
    .details_para img {
        width: 100%;
        padding-right: 0;
        max-width: 100%;
    }
    /* Follow us section */
    .follow_us_block {
        /* width: 33.33%; */
        height: auto;
    }
    .follow_us_block img {
        width: 100%;
        height: auto;
    }
    .follow_us_inner_block .split_block_type_wrpr2 .split_block_type_left {
        padding: 25px;
    }
    .sub_head_type5 {
        line-height: 12px;
    }
    /* Subscribe */
    .padding_f1_tb {
        padding-top: 35px;
        padding-bottom: 15px;
    }
    .subscribe_form .btn_type1 {
        padding: 15px 30px;
    }
    .subscribe_inner .subscribe_wrpr {
        width: 100% !important;
        -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
        flex: unset !important;
        margin-bottom: 15px;
    }
    .subscribe_title {
        font-size: 18px;
        line-height: 18px;
    }
    .subscribe_title_wrpr span {
        font-size: 11px;
        line-height: 11px;
    }
    .subscribe_inner .social_link_block_wrpr {
        width: 100%;
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .sub_title_wrpr {
        width: auto;
        margin-right: 15px;
        margin-bottom: 0;
    }
    .social_link_block {
        width: auto;
        float: left;
    }
    /* Common Title adjust */
    .heading_Common_style {
        font-size: 24px;
        line-height: 20px;
    }
    .product_block_link_wrpr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .product_title_sub_link {
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .product_title_sub_link:last-child {
        margin-bottom: 0px;
    }
    .sub_head_type2 {
        font-size: 11px;
        line-height: 12px;
    }
    .sub_head_type3 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 15px;
    }
    .detail_title_wrpr {
        width: 150px;
    }
    .detail_table_full_wraper.resp .detail_table_wraper .detail_table_col .detail_table_row {
        /* min-width: 80px; */
    }
    .detail_table_full_wraper.resp .detail_table_cover {
        width: calc(100% - 150px);
    }
    /* Terms and Condition and Privacy policy */
    .custom_title_para_block_title {
        font-size: 16px;
        line-height: 16px;
    }
    .custom_title_para_block_para p {
        font-size: 12px;
    }
    .custom_title_list_info_wrpr .common_head {
        font-size: 13px;
        line-height: 13px;
    }
    .popup_submit_btn2 {
        width: 100%;
    }
    .services_section_wrpr .wrpr_split_half.parallax_section2 {
        background-size: cover;
    }
    .services_section_wrpr .wrpr_split_half.parallax_section2::before {
        display: none;
    }
    .product_enq_popup_title span {
        font-size: 12px;
        line-height: 14px;
    }
    .product_name_label {
        font-size: 14px;
        line-height: 14px;
    }
    /*-----------------EOF ajin--------------*/
    header .header_main_wrpr .logo {
        margin-top: -15px;
        margin-left: 0;
    }
    .active .header_main_wrpr .logo a {
        margin-left: 0;
        /* max-width: 85px; */
        padding: 0;
    }
    .active .header_main_wrpr .logo a svg {
        max-width: 80px;
    }
    .active .header_main_wrpr .logo a img {
        max-width: 150px;
    }
    .active .header_main_wrpr .logo .logo_text {
        font-size: 18px;
    }
    .link_img_block {
        margin-bottom: 5px;
    }
    .owl_carousal_type2 .owl-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 5px;
    }
    .subscribe_title_wrpr span {
        margin-bottom: 15px;
    }
    .subscribe_content_right {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .service_block_container_inner {
        width: 100%;
        margin-bottom: 30px;
    }
    .main_service_page_full_wrpr .common_page_scroll.sucess_section_inner_wrpr {
        margin-bottom: 15px;
    }
    .service_position_img {
        padding-left: 0;
        width: 100%;
        right: 0;
        min-height: 280px;
    }
    .service_position_img img {
        width: 100%;
    }
    .service_position_img::before {
        width: 6.5vw;
        left: 75%;
    }
    .service_position_img::after {
        height: 16vw;
        width: 25%;
    }
    .service_position_img1 {
        display: none;
    }
    .common_right_padding_section {
        padding-right: 0;
    }
    .subhead_para_wrpr .subhead_para_content {
        font-size: 12px;
    }
    .subhead_para_content {
        line-height: 20px;
    }
    .product_title_block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .start_style_ul .content_with_icon .section_left_icon {
        width: 25px;
        height: 25px;
        background-position: center center;
    }
    .image_gallery_type_inner_cover .image_gallery_type_block {
        width: calc(50% - 3px);
        margin-right: 5px;
    }
    .image_gallery_type_inner_cover .image_gallery_type_block:nth-child(3n) {
        margin-right: 5px;
    }
    .image_gallery_type_inner_cover .image_gallery_type_block:nth-child(2n) {
        margin-right: 0px;
    }
    .sub_img {
        max-width: 62%;
        padding: 0;
    }
}

@media (max-width: 480px) {
    /*-----------------aneesh--------------*/
    .header_top .quote_top {
        width: 100%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: none;
    }
    .header_top .social_media_icons {
        display: none
    }
    .header_top .water_tank_calc {
        display: none;
    }
    .header_main_wrpr .mail_enquiry {
        display: none;
    }
    .header_main_wrpr .logo {
        /* width: calc(100% - 181px); */
        width: auto;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 10px;
    }
    /* .logo .logo_text {
        display: none;
    } */
    .hangburger_main .logo .logo_text {
        display: block;
    }
    .header_main_wrpr .logo img {
        margin-right: 0px;
    }
    header .header_main_wrpr .logo {
        margin-top: 0;
    }
    .header_top {
        display: none;
    }
    .header_main_wrpr {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    body {
        margin-top: 80px;
    }
    header.active {
        top: 0 !important;
    }
    .active .header_main_wrpr .logo a {
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        max-width: 100%;
    }
    /* .active .header_main_wrpr .logo a svg {
        margin-right: 0;
    }

    .active .header_main_wrpr .logo a img {
        margin-right: 0;
    } */
    .active .header_main_wrpr .logo .logo_text {
        font-size: 14px;
        line-height: 14px;
        padding-left: 0px;
    }
    .hangburger_main {
        width: 85vw;
    }
    .hangburger_main .mCSB_container,
    .hangburger_main.mCustomScrollbar {
        width: 85vw !important;
        left: -100% !important;
    }
    .hangburger_main.active .mCSB_container,
    .hangburger_main.active.mCustomScrollbar {
        width: 85vw !important;
        left: 0% !important;
    }
    .logo .logo_text {
        font-size: 14px;
        line-height: 14px;
        padding-left: 0px;
    }
    /*-----------------EOF aneeh--------------*/
    /*-----------------jobees--------------*/
    /*-----------------EOF jobees--------------*/
    /*-----------------ajin--------------*/
    .map_left_side {
        min-height: 200px;
    }
    .quick_address_wrpr {
        padding: 45px 15px;
    }
    .block_title_info_bg {
        max-width: 90%;
    }
    .quick_address_wrpr .block_title_info_para {
        padding: 0;
        font-size: 12px;
        line-height: 18px;
    }
    .quick_address_wrpr .block_title_info_sub_head {
        font-size: 13px;
        line-height: 13px;
        margin-bottom: 5px;
    }
    .quick_address_wrpr .block_title_info_head {
        font-size: 16px;
        line-height: 16px;
    }
    .quick_address_wrpr .block_title_info_icon {
        font-size: 30px;
        line-height: 30px;
    }
    .map_right_side .contact_quick_link {
        width: 100%;
        padding: 45px 15px;
    }
    .map_right_side .contact_img {
        width: 100%;
    }
    .quick_contact_call_icon {
        width: 35px;
        height: 35px;
        font-size: 12px;
        padding: 0;
        margin-bottom: 10px;
    }
    .our_branch_component_cover .common_head_component_block {
        width: 100%;
    }
    .suppoert_office_component_cover .common_head_component_block {
        width: 100%;
    }
    .custom_shape1::after {
        display: none;
    }
    /* Our Blog section */
    .our_blog_page_content .image_text_combo_container {
        padding-right: 0;
        margin-top: -35px;
    }
    .our_blog_page_content .image_text_combo_shape {
        top: 25px;
    }
    /*-----------------EOF ajin--------------*/
    .mail_enquiry_wrpr {
        display: none;
    }
    .quick_link {
        width: 100%;
    }
    .footer_contact {
        width: 100%;
    }
    /* .footer_social_link_wrpr{

    } */
    .footer_main_wrpr {
        margin-bottom: 0;
    }
    .sub_img {
        max-width: 100%;
        padding: 0;
    }
    .water_tank_block .sub_img .sub_img_1 {
        max-width: 7vw;
    }
    .water_tank_block .sub_img .sub_img_2 {
        max-width: 16.5vw;
        left: 15%;
    }
    .water_tank_block .sub_img .sub_img_3 {
        max-width: 7.5vw;
        left: 35%;
        right: auto;
    }
    .water_tank_block .sub_img .sub_img_4 {
        max-width: 20vw;
        left: 20%;
        right: 0;
        margin: auto;
    }
    .water_tank_block .sub_img .sub_img_5 {
        max-width: 45vw;
    }
    .water_tank_block .sub_img .sub_img_6 {
        max-width: 22vw;
        left: auto;
        right: 0;
    }
}