@charset "utf-8";

/*-------------Import fonts ---------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
/*-------------General Style---------------------------------------*/

body{font-family:'Poppins', sans-serif;font-size:16px;padding:0;margin:0;}
h1 {font-size: 35px;}
h2 {font-size: 30px;}
h3 {font-size: 25px;}
h4 {font-size: 20px;}
p {font-size: 16px;line-height: 24px;}
ul {font-size: 16px;line-height: 24px;}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 16px;
}
a {
    color: #004f72;
}
textarea {resize: none;}
div, *, ::after, ::before {box-sizing: border-box;}
.container {
    padding: 0 15px;
    margin: auto;
    max-width: 1200px;
    position: relative;
    display: flow-root;
    z-index: 1;
}
.wiu_default_ul {
  list-style: disc;
  padding-inline-start: 40px;
}
.upper_txt {
    text-transform: uppercase;
}

.in-h1 h1 {
    margin-bottom: 10px;
}
.set_divider {
    height: 1px;
    position: relative;
    margin: 30px 0;
}
.wiu_page_set {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
}
.wiu_page_set>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}
/* padding all */

.pad_a5 {
    padding: 5px;
}
.pad_a10 {
    padding: 10px;
}
.pad_a15 {
    padding: 15px;
}
.pad_a20 {
    padding: 20px;
}
.pad_a25 {
    padding: 25px;
}
.pad_a30 {
    padding: 30px;
}
.pad_a40 {
    padding: 40px;
}
.pad_a50 {
    padding: 50px;
}

/* Padding (top) */

.pad_t5 {
    padding-top: 5px;
}
.pad_t10 {
    padding-top: 10px;
}
.pad_t15 {
    padding-top: 15px;
}
.pad_t20 {
    padding-top: 20px;
}
.pad_t30 {
    padding-top: 30px;
}
.pad_t40 {
    padding-top: 40px;
}
.pad_t50 {
    padding-top: 50px;
}
.pad_t60 {
    padding-top: 60px;
}
.pad_t70 {
    padding-top: 70px;
}

/* Padding (bottom) */


.pad_b5 {
    padding-bottom: 5px;
}
.pad_b10 {
    padding-bottom: 10px;
}
.pad_b15 {
    padding-bottom: 15px;
}
.pad_b20 {
    padding-bottom: 20px;
}
.pad_b30 {
    padding-bottom: 30px;
}
.pad_b40 {
    padding-bottom: 40px;
}
.pad_b50 {
    padding-bottom: 50px;
}
.pad_b60 {
    padding-bottom: 60px;
}
.pad_b70 {
    padding-bottom: 70px;
}
.pad_b80 {
    padding-bottom: 80px;
}
.pad_b90 {
    padding-bottom: 90px;
}

/* Padding (left) */


.pad_l5 {
    padding-left: 5px;
}
.pad_l10 {
    padding-left: 10px;
}
.pad_l15 {
    padding-left: 15px;
}
.pad_l20 {
    padding-left: 20px;
}
.pad_l30 {
    padding-left: 30px;
}
.pad_l40 {
    padding-left: 40px;
}
.pad_l50 {
    padding-left: 50px;
}

/* Padding (right) */


.pad_r5 {
    padding-right: 5px;
}
.pad_r10 {
    padding-right: 10px;
}
.pad_r15 {
    padding-right: 15px;
}
.pad_r20 {
    padding-right: 20px;
}
.pad_r30 {
    padding-right: 30px;
}
.pad_r40 {
    padding-right: 40px;
}
.pad_r50 {
    padding-right: 50px;
}

/* Padding (left right) */

.pad_lr5 {
    padding-left: 5px;
    padding-right: 5px;
}
.pad_lr10 {
    padding-left: 10px;
    padding-right: 10px;
}
.pad_lr15 {
    padding-left: 15px;
    padding-right: 15px;
}
.pad_lr20 {
    padding-left: 20px;
    padding-right: 20px;
}
.pad_lr30 {
    padding-left: 30px;
    padding-right: 30px;
}
.pad_lr40 {
    padding-left: 40px;
    padding-right: 40px;
}
.pad_lr50 {
    padding-left: 50px;
    padding-right: 50px;
}

/* Padding (top bottom) */


.pad_tb5 {
    padding-bottom: 5px;
    padding-top: 5px;
}
.pad_tb10 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.pad_tb15 {
    padding-bottom: 15px;
    padding-top: 15px;
}
.pad_tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
}
.pad_tb30 {
    padding-bottom: 30px;
    padding-top: 30px;
}
.pad_tb40 {
    padding-bottom: 40px;
    padding-top: 40px;
}
.pad_tb50 {
    padding-bottom: 50px;
    padding-top: 50px;
}
.pad_tb60 {
    padding-bottom: 60px;
    padding-top: 60px;
}
.pad_tb70 {
    padding-bottom: 70px;
    padding-top: 70px;
}


/* margin all */
.mrg_auto{ 
    margin:auto;
}
.mrg_a0 {
    margin: 0;
}
.mrg_a5 {
    margin: 5px;
}
.mrg_a10 {
    margin: 10px;
}
.mrg_a15 {
    margin: 15px;
}
.mrg_a20 {
    margin: 20px;
}
.mrg_a30 {
    margin: 30px;
}
.mrg_a40 {
    margin: 40px;
}

/* marging (top) */

.mrg_t5 {
    margin-top: 5px;
}
.mrg_t10 {
    margin-top: 10px;
}
.mrg_t15 {
    margin-top: 15px;
}
.mrg_t20 {
    margin-top: 20px;
}
.mrg_t30 {
    margin-top: 30px;
}
.mrg_t40 {
    margin-top: 40px;
}
.mrg_t50 {
    margin-top: 50px;
}
.mrg_t60 {
    margin-top: 60px;
}
.mrg_t70 {
    margin-top: 70px;
}

/* marging (bottom) */

.mrg_b5 {
    margin-bottom: 5px;
}
.mrg_b10 {
    margin-bottom: 10px;
}
.mrg_b15 {
    margin-bottom: 15px;
}
.mrg_b20 {
    margin-bottom: 20px;
}
.mrg_b30 {
    margin-bottom: 30px;
}
.mrg_b40 {
    margin-bottom: 40px;
}
.mrg_b50 {
    margin-bottom: 50px;
}
.mrg_b60 {
    margin-bottom: 60px;
}
.mrg_b70 {
    margin-bottom: 70px;
}

/* marging (left) */

.mrg_l5 {
    margin-left: 5px;
}
.mrg_l10 {
    margin-left: 10px;
}
.mrg_l15 {
    margin-left: 15px;
}
.mrg_l20 {
    margin-left: 20px;
}
.mrg_l30 {
    margin-left: 30px;
}
.mrg_l40 {
    margin-left: 40px;
}

/* marging (right) */
.mrg_r5 {
    margin-right: 5px;
}
.mrg_r10 {
    margin-right: 10px;
}
.mrg_r15 {
    margin-right: 15px;
}
.mrg_r20 {
    margin-right: 20px;
}
.mrg_r30 {
    margin-right: 30px;
}
.mrg_r40 {
    margin-right: 40px;
}
/* marging (left right) */
.mrg_lr5 {
    margin-left: 5px;
    margin-right: 5px;
}
.mrg_lr10 {
    margin-left: 10px;
    margin-right: 10px;
}
.mrg_lr15 {
    margin-left: 15px;
    margin-right: 15px;
}
.mrg_lr-15 {
    margin-left: -15px;
    margin-right: -15px;
}
.mrg_lr20 {
    margin-left: 20px;
    margin-right: 20px;
}
.mrg_lr30 {
    margin-left: 30px;
    margin-right: 30px;
}
.mrg_lr40 {
    margin-left: 40px;
    margin-right: 40px;
}
/* marging (top bottom) */

.mrg_tb15 {
    margin-bottom: 15px;
    margin-top: 15px;
}
.mrg_tb20 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.mrg_tb30 {
    margin-bottom: 30px;
    margin-top: 30px;
}
.mrg_tb40 {
    margin-bottom: 40px;
    margin-top: 40px;
}
.mrg_tb50 {
    margin-bottom: 50px;
    margin-top: 50px;
}
.mrg_tb60 {
    margin-bottom: 60px;
    margin-top: 60px;
}
.mrg_tb70 {
    margin-bottom: 70px;
    margin-top: 70px;
}

/* marging (top bottom) end */
.hbold {
  font-weight: 700;
}
.hital {
  font-style: italic;
}
.halign_l {
  text-align: left;
}
.halign_r {
  text-align: right;
}
.fl_left {
  float: left;
}
.fl_right {
  float: right;
}
.ta_center {
    text-align: center;
}
.intro_info_700 {
    max-width: 700px;
    width: 100%;
}

.wiu_parallax {
  position: relative;
  background-size: cover; 
  background-attachment: fixed; 
  background-position: center; 
  background-repeat: no-repeat; 
}
.wu-disabled {
  pointer-events:none;
  opacity: 0.2;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
#wu_message {
    margin-bottom: 10px;
}
#wu_message .form_error{
    color: #004f72;
    margin: 0 0 2px;
}
input[type=text], input[type=email], input[type=search], input[type=password], input[type=button], input[type=submit], select, textarea {
    -khtml-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-border-radius: 0;
}
.bgr_clr_main {
    background-color: #004f72;
}
.bgr_clr_sec {
    background-color: #191a28;
}

.bgr_clr_thr {
    background-color: #f4f4f4;
}
.bgr_clr_frt {
    background-color: #11151a;
}
.bgr_clr_fit {
    background-color: #636363;
}

.bgr_clr_sx {
    background-color: #0c2a39;
}


.bgr_wt {
    background-color: #fff;
}
.bgr_blc {
    background-color: #000;
}

.overlay_main_dark:after, 
.overlay_dark:after,
.overlay_m_op:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.overlay_main_dark:after {
    background-color: #004f72;
}
.overlay_dark:after {
    background-color: #000;
}
.overlay_h_op:after { 
    opacity: 0.9;
}
.overlay_m_op:after {
    opacity: 0.5;
}
.overlay_l_op:after {
    opacity: 0.3;
}
.clr_main {
    color: #004f72;
}
.clr_w {
    color:#FFF;
}
.clr_af {
    color: #afafaf;
}
.clr_84 {
    color: #848484;
}
.clr_dark {
    color: #212121;
} 
.clr_mid_dark {
    color: #f3f3f3;
}
.info_box_100 {
  width: 100%;
  clear: both;
  display: flow-root;
}
.info_box_75, .info_box_70, .info_box_60, .info_box_50, .info_box_40, .info_box_25, .info_box_20, .info_box_30, .info_box_33 {
  float: left;
  display: flow-root;
}
.info_box_70_r, .info_box_60_r, .info_box_40_r, .info_box_50_r {
    float: right;
    display: flow-root;
}
.info_box_75 {
  width: 75%;
}
.info_box_70, .info_box_70_r {
  width: 70%;
}
.info_box_60, .info_box_60_r {
  width: 60%;
}
.info_box_50, .info_box_50_r {
  width: 50%;
}
.info_box_40, .info_box_40_r {
  width: 40%;
}
.info_box_33 {
  width: 33.33%;
}
.info_box_30 {
  width: 30%;
}
.info_box_25 {
  width: 25%;
}
.info_box_20 {
  width: 20%;
}
.outer_b, .outer_t, .outer_bot {
    width: 100%;
    display: flow-root;
    clear: both;
}
.fl_row {
    display: flex!important;
}
.outer_b {
    padding: 30px 0;
}
.outer_t {
    padding: 30px 0 0;
}
.outer_bot {
    padding: 0 0 30px;
}
.section_1 {
    background-color: #e2e2e2;
    padding: 30px 0;
}
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 400;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 170px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 3px 3px 12px -5px #000;
    border-radius: 50%;
    background-color: #F7B90F;
}
.scroll-top-inner:hover #arrow_icon {
    fill: #191a28;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.scroll-top-inner svg {
  height: 50px;
  width: 50px;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}
.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}
.show {
    display: block!important;
}
#arrow_icon {
  fill: #191a28;
}

#main-image {
    position: relative;
}
#bann_txt_box {
    position: absolute;
    font-size: 84px;
    font-weight: 700;
    top: 71%;
    color: #FFF;
    line-height: 70px;
    text-align: center;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}
#bann_txt {
    text-shadow: 3px 3px 3px #b41f45;
}
.in-brcrumb {
    background-color: #e8e9e9;
    padding: 20px;
}
.nav_parent {
    color: #676767;
}
.main_parent {
    color: #004f72;
}
.in-brcrumb a {
    text-decoration: none;
}

.in-h1 {
    text-align: center;
    margin: 30px 0;
}


/*footer*/
#wiu-footer {
    background-color: #0c2a39;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-blend-mode: overlay;
    background-position-x: right;
    background-size: contain;
}

.footer_set h2 {
    font-size: 16px;
    color: #f7b90e;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 55px;
}

.footer_set h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #004f72;
}

.ft_link_set a {
    color: #c7c7c7;
    text-decoration: none;
    font-weight: 300;
}
.al_color2 {
    color: #f7b90e;
    text-decoration: none;
    padding-bottom: 7px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
    font-weight: 300;
}
.al_color2:hover {
    color: #c7c7c7;
}
.al_arrow {
    color: #c7c7c7;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 300;
}

.ft_sm_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.ft_sm_box span {
    color: #c7c7c7;
    font-weight: 300;
}

.ft_qk_links a {
    color: #c7c7c7;
    text-decoration: none;
}
.footer_set p,
#contact_ft li, 
#contact_ft li a,
.footer_set .st_hour_set {
    color: #c7c7c7;
    text-decoration: none;
    font-weight: 300;
}
.footer_set_outer {
    display: flex;
    justify-content: space-between;
}
.footer_set_outer .info_box_33 {
    width: 32%;
}
.footer_ac_logo {
    width: 200px;
}
.footer_ac_logo img {
    width: 100%;
    height: auto;
}

.footer_set .head_sm_img_bx {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5px;
}

.st_hour_set {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}
.st_hour_txt {
    width: 80px;
}
.st_hour_data {
    text-align: right;
    width: 100px;
    color: #f7b90e;
}

#contact_ft li a, #menu_footer_inline a, .portf_media a {
    text-decoration: none;
}
#wiu-footer, .menu_footer li a:hover, #contact_ft li a:hover {
    color: #c7c7c7;
}
.widget_post_title a {
    text-decoration: none;
    color: #767676;
}
.widget_post_title a:hover {
    color: #004f72;
}
#footer_top {
    background: #1e2228;
    background: #0c2a39;
    background-size: cover;
    background-position: center;
    padding: 50px 0 20px 0;
}

#footer_top .footer_box {
    flex-direction: row;
    flex-wrap: wrap;
}

#footer_top .footer_box .footer_set_inner {
    flex-direction: column;
    align-items: flex-start;
}
.footer_set_inner h4 {
    font-size: 20px;
}

#contact_ft li{
    align-items: center;
    gap: 5px;
    margin-bottom: 3px;
}
#sub_footer {
    border-top: 3px solid #004f72;
}
#footer_doc {
    display: flex;
    padding: 30px 0;
    align-items: center;
    justify-content: space-between;
}

#footer_doc a {
    color: #c7c7c7;
    text-decoration: none;
    font-weight: 300;
}

.menu_footer li {
    line-height: 35px;
    border-bottom: 1px solid #999;
}
#logo_footer img {
    width: 120px;
    height: auto;
    aspect-ratio: auto 400 / 228;
}
.widget_recent_all {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
}
.widget_post_title {
    margin: 0;
}
.widget_post_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.widget_post {
    display: flex;
    flex-direction: row;
    gap: 5px;
}
.widget_post img {
    width: 70px;
    height: auto;
    aspect-ratio: auto 7 / 5;
}

#footer_bottom {
    padding: 30px 0;
    position: relative;
    border-top: 1px solid #004f72;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-weight: 300;
}

.ft_link_sep {
    margin: 0 1px 0 5px;
}

#menu_footer_inline {
    display: flex;
    flex-direction: row;
}

.mn_ft_inl_set {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .footer_set_outer {
        flex-direction: column;
        gap: 40px;
    }
    .footer_set_outer .info_box_33 {
        width: 100%;
    }

    .footer_set h2 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 568px) {
    #menu_footer_inline, .mn_ft_inl_set {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    #footer_doc {
        flex-direction: column;
        gap: 20px;
    }

    #footer_bottom {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .footer_set {
        width: 100%;
    }
}

#ft_bottom_box {
    background-color: #343434;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    overflow: hidden;
}
#ft_bot_mob {
    display: none;
}
#ft_bot_right_b {
    width: 77%;
    float: right;
    box-sizing: border-box;
}
#ft_bot_right {
    padding-left: 10px;
    width: 32.4%;
    float: right;
}
#ft_subsc_box {
    min-height: 50px;
    border: 2px solid #FFF;
    border-radius: 10px;
    position: relative;
    padding: 0 10px 30px 10px;
    margin-top: 25px;
}
#ft_bot_soc_media_box {
    padding-top: 10px;
    border-top: 2px solid #fff;
}
#social-icons {
    display: block;
    width: 232px;
    margin: auto;
    padding: 0;
    overflow: hidden;
}
#social-icons .sm_icons {
    overflow: hidden;
    display: inline-block;
    float: left;
}
.sm_icons:hover {
    opacity: .5;
}
.sm_icons {
    width: 40px;
    height: 40px;
    margin: 0 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sm_icons img {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 20px;
}
#ft_bot_mid {
    padding-top: 10px;
    width: 67.5%;
    float: left;
}
#ft_bot_left {
    padding-right: 10px;
    width: 23%;
    float: left;
}
#ft_fr_act_btn_box {
    width: 100%;
    padding-top: 10px;
    text-align: center;
}
.act_btn_w {
    padding: 5px;
    display: block;
    background-color: #fff;
    width: 130px;
    text-decoration: none;
    font-weight: 777;
    color: #000;
    border-radius: 20px;
    margin: auto;
    border: 2px solid #fff;
    moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
#ft_copyright {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 15px 0;
}
.footer_ac_logo img {
    width: 100%;
}
.ft_nav_title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    display: block;
    border-bottom: 2px solid #fff;
    width: 50%;
    margin: 0 auto 10px;
    padding-bottom: 3px;
}
#foot_nav {
    padding: 30px 0;
    display: flex;
    align-items: flex-start;
}
#foot_nav ul {
    line-height: 35px;
}
#foot_nav li {
    list-style-type: none;
    padding-left: 15%;
    color: #d8d8d8;
}
#foot_nav li a {
    color: #FFF;
    text-decoration: none ;
    font-size: 18px;
}
.pop-outer {
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: auto;
  z-index: 500;
  /*-moz-transition: all .9s linear;
  -webkit-transition: all .9s linear;
  -ms-transition: all .9s linear;
  -o-transition: all .9s linear;
  transition: all .9s linear;*/
}
.pop-inner {
  height: auto;
  background-color: #fff;
  max-width: 650px;
  margin: 15% auto;
  overflow: hidden;
  box-shadow: 1px 1px 10px 1px black;
  border-radius: 3px;
}
#pre-loader {
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: auto;
  z-index: 700;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #004f72;
    width: 140px;
    height: 140px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    top: 50%;
    left: 50%;
    margin-top: -140px;
    margin-left: -70px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ltxt {
    font-size: 25px;
    font-weight: 700;
    color: #0c2a39;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*@media (min-width: 1200px) {
  .container {
      width: 1154px;
  }
}*/

/* header start */

#wiu-header {
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
}
#desk_nav {
    box-shadow: 1px 1px 7px 1px gray;
}
#wiu-header .main-bar {
    background-color: #fff;
    width: 100%;
}
#wiu-header .header-nav .nav > li > a {
    color: #fff;
}
#wiu-header .navbar-toggler span {
    background: #FFF;
}

#logo-header {
    display: table;
    float: left;
    padding: 5px 0;
    color: #efbb20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 150px;
    height: 86px;
    position: relative;
    z-index: 9;
    align-items: center;

}

#logo-header > a {
    display: table-cell;
    vertical-align: middle;
}
#logo-header.center-block {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
#logo-header img {
    max-width: 120px;
    width: 100%;
    height: auto;
}
#logo-header img {
    aspect-ratio: auto 400 / 228;
}
#logo-header span {
    font-size: 20px;
    color: #EFBB20;
    letter-spacing: 20px;
}
#mob_logo {
    width: 140px;
    float: right;

}
#mob_logo img {
    width: 100%;
    height: auto;
    display: block;
}
/*= When header is sticky =*/

.is-fixed #logo-header,
{
    height: 86px;
    width: 200px;
}
/*= Set width for mobile  =*/
/*header 5 fixed*/

#wiu-header .is-fixed .main-bar {
    position: fixed;
    background: #ececec;
    border-bottom: 1px solid gray;
    opacity: 0.95;
}
#desk_menu_outer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#search_box_desk {
    max-width: 634px;
    width: 100%;
    margin-top: 15px;
}
#wiu-header .is-fixed .header-nav .nav > li > a {
    color: #1e2228;
}
#wiu-header .is-fixed .navbar-toggler span {
    background: #666 !important;
}

#wiu-header #logo-header .logo-dark{
    display:none;
}

#wiu-header .is-fixed #logo-header .logo-light{
    display:none;
}
#wiu-header .is-fixed #logo-header .logo-dark{
    display:block;
}
#wiu-header .header-nav #logo-header .logo-light{
    display:block;
}

.head-info-left {
    float: left;
}
.head-info-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .top-bar [class*="col-"] {
        width: 100%;
        text-align: right;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .top-bar [class*="col-"]:last-child {
        border-bottom: none;
    }

    .head-info-left,
    .head-info-right {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 991px) {
    #wiu-header .header-nav .nav > li > a {
        color: #777777;
    }
}


@media only screen and (max-width: 767px) {
    #wiu-header .header-nav .nav > li > a {
        color: #555555;
    }
    #wiu-header .header-nav .nav > li.menu-item-has-children::before {
        color: #66666;
    }
    #wiu-header .main-bar {
        background-color: #3d424a;
        position:unset;
        
    }
}
#header_top {
    background: #0c2a39;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    transition: all .2s ease-in-out;
    padding: 20px 0px;
}

#head_info {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

#head_info img, 
.ft_sm_ct_ic img, 
#contact_ft img,
.ft_sm_box .head_sm_img_bx img {
    vertical-align: middle;
    background-color: #1c3845;
    line-height: 18px;
    width: 32px;
    height: 32px;
    text-align: center;
    display: block;
    padding: 10px;
    border: 1px solid #ffffff5e;
}
.head_sm_img_bx li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.head_sm_img_bx, 
.head_sm_img_bx li a, 
.ft_sm_img_bx, 
.ft_sm_img_bx li a,
.ft_sm_box .head_sm_img_bx {
    display: flex;
    color: #fff;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    gap: 7px;
}

.header_top_b {
    width: 100%;
    display: flow-root;
    color: #FFF;
    padding: 20px 0;
    text-align: right;
    font-size: 20px;
    position: relative;
}
.header_top_b a {
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
}
/*.header_b1, .header_b3 {
    width: 30%;
}*/
.header_b1, .header_b2, .header_b3 {
    float: left;
}
.header_b2 {
    width: 40%;
    padding-top: 10px;
}
.header_ac_logo {
    width: 100%;
    box-sizing: border-box;
    max-width: 165px;
}
.header_ac_logo img {
    width: 165px;
    height: 81px;
}

.search_box {
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
#search_form, #search_form_mob {
    position: relative;
    width: 100%;
    margin: auto;
    border: 1px solid #b2b2b2;
}
.search_box input[type="search"] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 11px;
    font-size: 16px;
    border: 1px solid #9f9f9f;
    background-color: #9f9f9f;
}
#submit_search_web, #submit_search_web_mob {
    background-color: #004f72;
    width: 50px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#submit_search_web img, #submit_search_web_mob img {
    width: 20px;
    height: 20px;
}
.header_b2 img {
    width: 100%;
    height: auto;
    aspect-ratio: 49 / 38;
}

.hb3_set {
    max-width: 227px;
    float: right;
    width: 100%;
    position: relative;
}
.media-span {
    position: relative;
    width: 100%;
    display: flow-root;
    line-height: 26px;
}
.header_ac1 {
    max-width: 275px;
    background-color: #ce0e2d;
    text-align: center;
    color: #fff;
    border: 2px solid #c7c7c7;
    padding: 6px 0;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 777;
    display: flow-root;
    cursor: pointer;
    position: relative;
}
.header_ac1 img {
    display: inline-block;
    float: left;
    width: 30px;
    height: 27px;
    margin-left: 5px;
}
.header_b3 span {
    display: block;
    float: left;
    font-size: 15px;
    line-height: 30px;
}
#ac1_dd {
    position: absolute;
    z-index: 42;
    width: 100%;
    top: 43px;
    display: none;
}
.ac1_tr {
    height: 10px;
    background: transparent;
}
.ac1_w {
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px 1px #b1b1b1;
    border: 1px solid #a7a7a7;
    border-radius: 7px;
}
.ac1_row, .ac1_row2 {
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
}
.ac1_btn a {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 3px 0;
    background-color: #ce0f2e;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    border: 1px solid #000;
    border-radius: 5px;
    margin-top: 10px;
}



/* Main Menu Desktop */
#main_menu {
    display: flex;
    justify-content: flex-end;
}
.navbar_default {
    display: block;
    height: 110px;
    position: relative;
    padding: 15px 0;
}

.banner_shadow {
    position: absolute;
    width: 100%;
    bottom: -14px;
    height: 14px;
    z-index: 40;
    background-image: url(images/menu_shadow.png);
    background-repeat: repeat-x;
}


.drop_down {
  padding: 30px 0 32px;
  position: relative;
  display: inline-block;
  float: left;
}

.drop_btn {
    color: #004f72;
    padding: 30px 15px 30px 15px;
    font-size: 12px;
    border: none;
    cursor:pointer;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.drop_down:hover .active_tab::after {
    width: calc(100% - 30px);
    right: 0;
}

.active_m.active_tab::after {
    width: calc(100% - 30px);
    right: 0;
}

.active_tab::after {
    content: "";
    position: absolute;
    bottom: 8px;
    height: 2px;
    background-color: #0c2a39;
    transition: .16s all 0.025s;
}
.over_btn a {
  text-decoration: none;
}

.active_mob {
  font-weight: 700;
}
.dd_content {
  display: none;
  position: absolute;
  background-color: #0c2a39;
  min-width: 160px;
  box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 20%);
  z-index: 220;
  width: 250px;
  margin-top: 32px;
  height: auto;
}
.a_dd_content {
  display: none;
  position: absolute;
  background-color: #efefef;
  min-width: 160px;
  box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 20%);
  z-index: 220;
  width: 250px;
  margin-top: 23px;
  margin-left: 250px;
  height: 600px;
}
.dd_subcontent {
  position: relative;
  width: 100%;
  height: 100%;
}
.dd_content a, .a_dd_content a {
  color: #fff;
  padding: 9px 16px;
  text-decoration: none;
  display: block;
  font-size: 16px;
  border-bottom: 1px solid #373737;
}
.mob_over a {
  color: black;
}
.dd_content a:hover, .a_dd_content a:hover, .dd_a_selected {
  background-color: #163545;
  color: #fff!important;
  text-decoration: none;
  font-weight: 700;
}

.drop_down:hover .dd_content {
  display: block;
}
/* Main Menu Desktop End */

/* Main Menu Mobile */

#mob_nav, #mob_menu, #mob_header, #mob_close, .sb_close, .sb_open, .drop_act {
    display: none;
}
.open_mob_nav {
    font-size: 50px;
    cursor: pointer;
    color: #004f72;
    line-height: 50px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    background-color: #273b45;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav .close_mob_nav {
  position: fixed;
  top: 0;
  left: -769px;
  background-color: #004f72;
  font-size: 25px;
  text-align: center;
  text-decoration: none;
  color:#fff;
  display: block;
  padding: 10px 0;
  border-bottom: 2px solid #383838;
  
  transition: 0.8s;
  transition-timing-function: ease-in-out;
  width: 100%;
 
}

#mob_nav_links {
  margin-top: 45px;
  padding: 15px 0;
  /*left: -769px;
  position: fixed;
  transition: 0.8s;
  transition-timing-function: ease-in-out;*/
}

#mob_nav_links li a {
  display: block;
  padding: 10px 15px;
  background-color: #0c2a39;
  text-decoration: none;
  border-bottom: 1px solid #434343;
}
.main {
  color: #fff;
  font-size: 18px;
}
#mob_nav_links li a.main2 {
  color: #fff;
  padding: 10px 25px;
  font-size: 17px;
  background-color: #1d323d;
}
#mob_nav_links li a.main3 {
  color: #fff;
  padding: 10px 35px;
  font-size: 16px;
  background-color: #7d7d7d;
}
.subcat1, .subcat2 {
  display: none;
}

.expand1, .expand2 {
    float: right;
}
/* Main Menu Mobile End */
#main-image img, #image_banner img {
    width: 100%;
    height: auto;
    display: block;
}
#main-image img {
    aspect-ratio: auto 1900 / 633;
}
#image_banner {
    display: flex;
}
#image_banner img {
    aspect-ratio: auto 1900 / 633;
}

.page-content {
    margin-top: 156px;
}

/* Home page */
.media_container {
    position: relative;
}
.video_box video {
    width: 100%;
    display: block;
}
.top_abs_container {
    position: absolute;
    width: 100%;
    top: calc(50% - 239px);
    left: 0;
    z-index: 3;
    padding-bottom: 50px;
}
.banner_top_content h1 {
    font-size: 45px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    padding-top: 10px;
}
.banner_top_content h1 span {
    color: #F7B90F;
}
.banner_top_content h2 {
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
    font-weight: 700;
    position: relative;
    color: #fff;
    margin-bottom: 20px;
}
.banner_top_content .btn_outer {
    width: 150px;
}

.banner_dec_top {
    top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.banner_dec_bottom {
    bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.hero-wrap_custom.hero-wrap_custom2 .scroll_down_anim {
    bottom: -70px;
}
.scroll_down_anim_outer {
    float: left;
    position: relative;
    margin-top: 50px;
}
.scroll_down_anim_inner {
    float: left;
    width: 20px;
    height: 30px;
    border-radius: 6px;
    padding: 0 6px;
    border: 1px solid rgba(255,255,255,0.4);
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

.scroll_down_anim_inner:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 8px;
    left: 50%;
    background: rgba(255,255,255,0.4);
}

.scroll_anim {
    position: relative;
    left: 50%;
    top: 6px;
    margin-left: -2px;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 4px;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
    background-color: #F7B90F;
}
@keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(50px);
        opacity: 0;
    }
}

#expl_start {
    width:1px; height: 1px; position: absolute; bottom: 0; 
}

.wiu_bott_bckgr_dec:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 43%;
    background: #a7a7a7;
    z-index: 1;
}
.scroll_down_anim img {
    position: absolute;
    bottom: -40px;
    left: 21px;
    width: 100%;
    font-weight: 100;
    color: #F7B90F;
    width: 7px;
    height: 7px;
}
.banner_dec_top, .banner_dec_bottom {
    position: absolute;
    right: 40px;
    width: 80px;
    height: 80px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 10;
}

.wiu_txt_section {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.wiu_cards {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.wiu_cards a {
    text-decoration: none;
    color: #222;
}
.wiu_cards .info_box_33 {
    width: 32%;
}
.fl_wrap {
    float: left;
    width: 100%;
    position: relative;
}

.cont_outer {
    width: 100%;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.cont_outer .content_front, .cont_outer .content_back {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 13px 20px rgb(58 87 135 / 5%);
    border: 1px solid #eee;
}
.cont_outer .content_front {
    background: #fff;
    position: relative;
    cursor: pointer;
    /*background-image: linear-gradient(rgb(9 78 109), rgb(255 255 255 / 67%));*/
    background-size: cover;
}
.cont_outer .content_back {
    background-color: #9f9f9f;
}
.cont_outer:hover .content_front {
    transform: rotateY(-180deg);
}
.cont_outer:hover .content_back {
    transform: rotateY(0deg);
}
.cont_outer > * {
    backface-visibility: hidden;
    transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cont_outer .cont_fr_info {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    width: 100%;
    padding: 50px;
}
.cont_outer .cont_fr_info .cont_info {
    align-items: stretch;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transform: translateZ(95px) scale(0.81);
    text-align: center;
    position: relative;
    z-index: 2;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*.cont_outer .cont_fr_info .cont_info:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    height: 1px;
    background: #f7b90e;
    z-index: 1;
}*/

.cont_outer .cont_fr_info .cont_info p {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 500;
    color: #191a28;
}

.cont_outer .cont_fr_info .cont_info h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 6px;
    text-align: left;
    color: #fff;
    line-height: 20px;
}
/*.cont_outer .cont_fr_info .cont_info h3:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 30px;
    height: 3px;
    color: #F7B90F;
}*/

.cont_outer .content_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: rotateY(180deg);
}

 

.bckgr_ab_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}  

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .bckgr_ab_img {
        background-attachment: scroll !important;
        -webkit-background-size: cover;
        background-position: center;
    }
}

.cont_back_txt {
    position: absolute;
    left: 70px;
    right: 70px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    z-index: 10;
    background-color: #0c2a396b; 
    text-align: center;
    border: 1px solid #fff;
} 

.sinf_outer {
    justify-content: space-between;
    align-items: center;
} 

.sinf_outer .tile_box_title {
    align-items: center;
    gap: 20px;
    max-width: 700px;
}
.sinf_outer .icon_box {
    width: 100px;
    height: 100px;
}
.sinf_outer .icon_box img {
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
}
.sinf_outer .btn_outer, #abt_comp .btn_outer {
    width: 300px;
    padding: 20px;
    height: 88px;
}




.wiu_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
}
#wlcm_home {
    align-items: center;
    gap: 10px;
    flex-direction: column;
    padding-bottom: 80px;
}
#wlcm_home h2, #service_more h2 {
    line-height: 40px;
    margin: 5px 0;
    font-weight: 500;
}
#wlcm_home p {
    line-height: 18px;
    min-height: 50px;
}
.wiu-sep-outer {
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
.wiu-sep-outer img {
    width: 15px;
    height: 15px;
}
.wiu-sep-line {
    height: 4px;
    width: 70px;
    margin-top: 5px;
}
.sep_icon_lrg {
    width: 165px;
}
.sep_icon_wt svg.const_sep_icon path {
    fill: #FFF!important;
}

#wlcm_home .icon_box img {
    width: 100px;
    height: 100px;
}
#abt_comp {
    background-repeat: no-repeat;
    background-position-y: center;
    background-color: #f4f4f4d9;
    background-blend-mode: overlay;
}
.page-6 #abt_comp {
    background-color: #ffffffe0;
}

#abt_comp .fr_two_left {
    padding-right: 10px;
    max-width: 450px;
}

#abt_comp .img_box {
    height: auto;
    position: relative;
}
/*#abt_comp .img_box:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: 50%;
    bottom: 50px;
    z-index: 1;
    background: #004f72;
}*/
#abt_comp .img_box img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
    display: block;
    margin-top: 55px;
}

#abt_comp .fr_two_right .img_box {
    float: right;
}
#abt_comp .fr_two_right {
    position: relative;
    width: 630px;
    float: right;
}
.abt_set {
    display: flex;
    justify-content: space-between;
}
#abt_comp .tile_box_title, 
#wiu-expert .tile_box_title,
#comp_success .tile_box_title {
    align-items: center;
    gap: 10px;
}
#abt_comp .tile_box_title h3, #meet_owner .tile_box .tile_box_txt h3 {
    font-size: 20px;
    margin: 0;
}
.darkbg_2 {
    background: #191a28;
}
.hero_outer {
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 30px;
    z-index: 50;
    padding-right: 120px;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    align-items: center;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.hc_item {
    height: 90px;
    padding-top: 20px;
    text-align: center;
}

.hc_item:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background: rgba(255, 255, 255, 0.3);
}
.hc-item_num {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.hc-item_title {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    color: #F7B90F;
    margin-top: 17px;
}
.hero-counter-cont_wrap {
    position: absolute;
    right: 0;
    top: 0;
    height: 90px;
    line-height: 90px;
    z-index: 20;
    width: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hero-counter-cont_wrap:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 30px;
    margin: -15px -1px 0 0;
    background: #F7B90F;
}
.hcc_btn {
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 20px;
}
.hcc-prev {
    border-right: 1px solid #383946;
}
.hcc_btn img {
    width: 20px;
    height: 20px;
}
#wiu-expert .tile_box_title h3 {
    font-size: 16px;
    margin: 0;
}

#comp_success .tile_box_title h3 {
    font-size: 40px;
    margin: 0;
} 
#comp_success .tile_box_title h2 {
    line-height: 31px;
    margin: 0;
} 
#comp_success .tile_box_txt h4 {
    margin: 0;
}
#abt_comp .tile_box {
    padding-right: 15px;
}
#abt_comp .tile_box_txt p {
    margin: 0;
}
#abt_comp .tile_box_txt {
    margin-bottom: 30px;
}
#abt_comp .tile_box .icon_box img, 
#wiu-expert .tile_box .icon_box img,
#comp_success .tile_box .icon_box img {
    width: 50px;
    height: 50px;
}
#abt_comp .tile_box .icon_box, 
#wiu-expert .tile_box .icon_box,
#comp_success .tile_box .icon_box {
    width: 77px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-left: 7px solid #004f72;
}
#abt_comp .info_img img {
    width: 100%;
    aspect-ratio: 650 / 800;
    height: auto;
}

#wcu_comp {
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-color: #f4f4f4d9;
    background-blend-mode: overlay;
}
.wcu_set {
    display: flex;
    gap: 20px;
    flex-direction: row;
}
.wcu_set h3 {
    font-size: 20px;
    font-weight: 600;
}
#wcu_comp .tile_outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0px;
}
#wcu_comp .tile_outer .info_box_50 {
    width: 48%;
    
}
.wcu_set .fr_two_right .tile_box {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ebebeb;
}

.wcu_set .fr_two_right .tile_box p {
    line-height: 20px;
}

.wcu_set .fr_two_right .tile_box .icon_box {
    width: 50px;
    height: 50px;
    padding: 5px;
    background-color: #0c2a39;
    box-shadow: 2px 7px 8px 1px #b0b0b0;
}
.wcu_set .fr_two_right .tile_box .icon_box img {
    width: 40px;
    height: 40px;
}
#portf_home {
    position: relative;
}
.half_slider_info {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30%;
    z-index: 1;
}

.half_slider_content {
    height: 550px;
    position: relative;
}

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

/*.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}*/


.half_slider_set {
    height: 550px;
    float: left;
    width: 100%;
    position: relative;
}
.sec-dec {
    position: absolute;
    left: 0;
    width: 550px;
    height: 550px;
    opacity: 0.2;
    background-repeat: no-repeat!important;
    background-size: 500px 452px!important;
    background-position-y: bottom!important;
}
.bg_wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}
.swiper-slide-active .half_slider_set .bg-parallax-wrap-gradien:before {
    top: 40%;
}
.half_slider_set .bg-parallax-wrap-gradien:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(12 42 57) 100%);
    transition: all 0.5s ease-in-out;
    top: -50px;
}
.bg-parallax-wrap-gradien:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 90%);
}

.swiper-slide-active .half_slider_set .grid-det_category {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
}

.half_slider .bckgr_ab_img {
    width: 130%;
    left: -15%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .bckgr_ab_img {
        background-attachment: scroll !important;
        -webkit-background-size: cover;
        background-position: center;
    }
}

.bckgr_ab_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}
.half_slider_set .grid-det_category {
    bottom: 18px;
    left: 0;
    padding: 6px 4px 6px 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.grid-det_category {
    position: absolute;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    
}
.grid-det_category a {
    float: left;
    font-size: 9px;
    text-transform: uppercase;
    margin-right: 6px;
    font-weight: 600;
    color: #f7b90e;;
    text-decoration: none;
}

.hc-counter {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-weight: 600;
    font-size: 10px;
    z-index: 20;
    background: #F7B90F;
    text-align: center;
}
.half_slider_imgset {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 40px;
    bottom: 60px;
    z-index: 10;
    display: flex;
    align-items: center;
    height: 150px;
    background-color: #ffffff12;
}
.half_slider_imgset:before {
    content: '';
    position: absolute;
    left: 40px;
    width: 0;
    bottom: -10px;
    height: 2px;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.3s;
    background: #F7B90F;
}
.half_slider_info_txt {
    padding: 0 60px;
    top: 135px;
    z-index: 20;
    color: #fff;
}

.half_slider_info_txt .btn_outer {
    width: 200px;
}
.half_slider_info_txt h5 {
    font-size: 11px;
    font-weight: 500;
}
.half_slider_info_txt h2 {
    position: relative;
}
.half_slider_info_txt h2, .half_slider_imgset h3 {
    font-size: 20px;
    padding-bottom: 6px;
    color: #fff;
    text-align: left;
    font-weight: 600;
    
    
}
.half_slider_imgset h3 a {
    text-decoration: none;
    position: relative;
    color: #fff;
}

.half_slider_info_txt h5, .half_slider_imgset p {
    color: #fff;
    text-align: left;
    font-size: 11px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 500;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.hcw-cont-prev {
    left: 0;
    border-radius: 0 4px 4px 0;
}
.hcw-cont-next {
    right: 0;
    border-radius: 4px 0 0 4px;
}
.hcw_btn {
    position: absolute;
    top: 50%;
    font-size: 12px;
    cursor: pointer;
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin-top: -23px;
    z-index: 20;
    background: rgb(12 42 57 / 85%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hcw_btn img {
    width: 20px;
    height: 20px;
}

#wiu_grev_h {
    background-color: #f4f4f4d9;
    background-position: left bottom, right top!important;
    background-repeat: no-repeat, no-repeat!important;
}

#wiu_grev_h .gtr_btn_box .d_btn {
    border: 0;
}
.section-title {
    width: 100%;
    position: relative;
    padding: 30px 0;
}


.section-title h2 {
    font-size: 24px;
    padding: 10px 0;
    font-weight: 700;
    letter-spacing: 2px;
    color: #292929;
    text-transform: uppercase;
    width: 100%;
    position: relative;
}



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

.tc-button-next {
    right: 20px;
}
.tc-button-prev {
    left: 20px;
}
.tc-button {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    border-radius: 4px;
    background: rgb(12 42 57 / 88%);
    z-index: 50;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tc-button img {
    width: 20px;
    height: 20px;
}

.testimonials_slider .swiper-slide {
    padding: 10px 0 20px;
}


.testimonials_set {
    transition: all .3s ease-in-out;
    transform: scale(0.95);
    
}

.testimonials_avatar {
    position: absolute;
    left: 50px;
    top: 32px;
    width: 60px;
    height: 60px;
    z-index: 20;
}

.testimonials_avatar img {
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 4px;
    position: relative;
    z-index: 2;
}

.testimonials_txt {
    padding: 30px 50px 30px;
    overflow: hidden;
    
    transition: all .3s ease-in-out;
}

.testimonials_txt h3 {
    font-weight: 600;
    text-align: left;
    margin-left: 80px;
    font-size: 14px;
    padding-bottom: 12px;
}

.testimonials_txt h3 span {
    color: #999;
    display: block;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
}

.testimonials_txt .star-rating {
    float: left;
    width: 100%;
    padding-left: 76px;
    margin-bottom: 20px;
    text-align: left;
}

.testimonials_txt .star-rating:before, .testimonials_txt .star-rating:after {
    content: '';
    position: absolute;
    right: -190px;
    top: 50%;
    width: 140px;
    height: 1px;
    background: #e9e9e9;
    z-index: 1;
}

.testimonials_txt p {
    color: #878C9F;
    font-size: 11px;
    text-align: justify;
    font-style: italic;
    line-height: 24px;
    font-weight: 500;
}

.testim-link {
    float: left;
    margin-top: 20px;
    border-radius: 2px;
    color: #292929;
    padding: 10px 20px;
    font-size: 11px;
    font-weight: 600;
}

.testi-number {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
    font-weight: 900;
    font-size: 11px;
    color: #ccc;
    transition: all 0.3s ease-out;
}


.tc-pagination {
    float: left;
    margin-top: 10px;
    width: 100% !important;
}

.tc-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #999;
    margin: 0 10px;
    display: inline-block;
    width: 6px;
    height: 6px;
    position: relative;
    border-radius: 100%;
    transition: all 300ms ease-out;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.tc-pagination .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    transition: all 300ms ease-out;
    transform: scale(0);
}

.swiper-slide-active .testimonials_txt {
    /*background: #f9f9f9;*/
    background: #fff;
    border: 1px solid #eee;
}
.swiper-slide-active .testimonials_set {
    opacity: 1;
    transform: scale(1.0);
    background: #fff;
    box-shadow: 6px 6px 12px 1px #e1e1e1;
}


@media only screen and (max-width: 1064px) {
    .wiu_cards .info_box_33 {
        width: 31.5%;
    }

    .half_slider_info {
        position: relative;
        padding: 90px 0;
        overflow: hidden;
    }

    .half_slider_content, .half_slider_info {
        width: 100%;
    }

    .half_slider_info_txt {
        padding: 0 30px;
        top: 0;
    }
    .sec-dec {
        background-position-y: top !important;
        background-size: 400px 362px!important;
        top: 0;
    }

}

@media only screen and (max-width: 920px) {
    #abt_comp .fr_two_left {
        padding-right: 0;
    }
    #abt_comp .fr_two_left, #abt_comp .fr_two_right,
    #comp_success .fr_two_left, #comp_success .fr_two_right {
        width: 100%;
    }
    #abt_comp .img_box img {
        margin-top: 0;
    }
    .hero_outer {
        bottom: -92px;
    }
    .abt_set {
        flex-direction: column;
        gap: 50px;
    }

}

@media only screen and (max-width: 870px) {
    .sinf_outer {
        flex-direction: column;
        gap: 30px;
    }
    #abt_comp, #wcu_comp {
        background-position-y: top!important;
    }
    #abt_comp .img_box:before {
        position: relative!important;
    }
    #abt_comp .img_box {
        max-width: 100%!important;
        float: none!important;
    }
    .hero_outer {
        left: 0!important;
        right: 0!important;
    }
    
    
    .wiu_cards .info_box_33 {
        width: 48%;
    }

    .wiu_txt_section {
        flex-direction: column;
    }

    #wlcm_home .info_box_50, #abt_comp .info_box_50 {
        width: 100%;
    }
    .wcu_set {
        flex-direction: column;
    }

    .wcu_set .fr_two_left, .wcu_set .fr_two_right {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .tc-button-next {
        right: 5px;
    }
    .tc-button-prev {
        left: 5px;
    }
}

@media only screen and (max-width: 568px) {
    .wiu_cards .info_box_33, #wcu_comp .tile_outer .info_box_50 {
        width: 100%;
    }
    #wlcm_home .wiu_cards {
        flex-direction: column;
        gap: 20px;
    }
}

@media only screen and (max-width: 480px) {

    .sinf_outer .tile_box_title {
        flex-direction: column;
    }
}

#wiu-expert .tile_outer {
    flex-wrap: wrap;
}

#wiu-expert .tile_box {
    padding-left: 10px;
}

#meet_owner .tile_outer {
    justify-content: center;
    gap: 10px;
}

#meet_owner .tile_box .img_box img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    aspect-ratio: 600 / 800;
}

#meet_owner .tile_box .tile_box_txt {
    flex-direction: column;
    padding: 10px;
    border-top: 4px solid #004f72;
}

#comp_success .fr_two_right {
    flex-wrap: wrap;
}

#comp_success .fr_two_left, #comp_success .fr_two_left .tile_box_title {
    flex-direction: column;
}
#comp_success .fr_two_left .tile_box_title {
    align-items: flex-start !important;
} 

#comp_success .btn_outer {
    width: 120px;
}

#rev_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

#wiu_google_r1 .rev_outer {
    padding: 10px;
    background-color: #f3f3f3;
    z-index: 2;
    position: relative;
    opacity: 0.85;
}
.rev_own_pic img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #004f72;
}

.rev_own_det {
    padding-bottom: 10px;
    border-bottom: 2px solid #004f72;
    margin-bottom: 10px;
}
.rev_own_name {
    color: #004f72;
}
.rev_txt p, .gc_txt {
    background-color: #1e2228;
    color: #fff;
    padding: 10px;
}

#portf_latest #portf_outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.portf_overlay:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0.4;
    z-index: 1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.portf_overlay:hover:before, .portf_tile_inner:hover .portf_overlay:before {
    opacity: 0.7;
}

.portf_overlay:before {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.portf_media, .wiu-post-media {
    background-color: #FFF;
    position: relative;
}
.portf_media {
    overflow: hidden;
    position: relative;
}

.portf_overlay {
    position: relative;
}

.portf_tile_inner {
    background-color: #191a28;
    position: relative;
}
.portf_overlay2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

.portf_media img, .media_post img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 4s ease;
    -moz-transition: all 4s ease;
    -ms-transition: all 4s ease;
    -webkit-transition: all 4s ease;
    -o-transition: all 4s ease;
/*    border: 1px solid #aaa;*/
}
.portf_media img {
    border: 1px solid #afafaf;
    aspect-ratio: 500 / 375;
}
.portf_media:hover img, .media_post:hover img {
    -webkit-transform:scale(1.5); /* Safari and Chrome */
    -moz-transform:scale(1.5); /* Firefox */
    -ms-transform:scale(1.5); /* IE 9 */
    -o-transform:scale(1.5); /* Opera */
    transform:scale(1.5);
}

.portf_overlay2 {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.portf_info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.portf_media:hover .portf_overlay2 {
    opacity: 1;
    visibility: visible;
}

.portf_tile_inner .portf_title {
    text-transform: capitalize;
}

.portf_info h3 {
    color: #FFF;
}

#blog_slide .media_post img {
    aspect-ratio: 7 / 5;
}

#blog_latest .media_post_outer {
    position: relative;
}
#blog_latest .media_post, 
#listing_art_content .media_post {
    background-color: #FFF;
    position: relative;
    overflow: hidden;
    display: block;
}
.total_list_title_box {
    margin-bottom: 20px;
}
#listing_art_content .widget_services h3 {
    margin-top: 0;
    line-height: 24px;
    font-size: 22px;
}
#blog_latest .med_p_t_box, 
#listing_art_content .med_p_t_box,
#listing_portf .med_p_t_box {
    display: flex;
    flex-direction: column;
    height: 75px;
    justify-content: center;
}
#blog_latest .media_post_info, 
#listing_art_content .media_post_info {
    background-color: #f4f4f4d9;
}
#listing_portf .media_post_info {
    background-color: #f4f4f4d9;
}
#blog_latest .med_p_title {
    height: 65px;
}
#blog_latest .med_p_date_box {
    position: absolute;
    z-index: 3;
    top: 10px;
    left: 10px;
    background-color: #004f72;
    color: #fff;
    padding: 0 10px;
}
#blog_latest .med_p_date_box ul {
    list-style: none;
}
#blog_latest .med_p_date_box ul li {
    padding: 0;
    display: inline-block;
    font-weight: 700;
}

.slick-list {margin: 0 -5px;}
.slick-slide>div {padding: 0 5px;}

@media only screen and (max-width: 920px) {
    
    #comp_success .fr_two_left {
        padding-bottom: 50px;
    }

    #wiu-expert .tile_box {
        width: 50%;
    }

    #meet_owner .tile_box {
        width: 40%;
    }
    
}

@media only screen and (max-width: 667px){
    #wiu-expert .tile_box {
        width: 100%;
        padding-left: 0px;
    }

    #meet_owner .tile_outer {
        flex-direction: column;
        align-items: center;
    }

    #meet_owner .tile_box {
        width: 80%;
    }

    #portf_latest .portf_tile {
        width: 48%;
    }
    #comp_success .fr_two_right .tile_box {
        width: 100%;
        padding-left: 0px;
    }
}


@media only screen and (max-width: 480px){
    #portf_latest .portf_tile {
        width: 100%;
    }
    #wlcm_home h1 {
        font-size: 25px;
        line-height: 30px;
    }
}
.cont_box {
    text-align: justify;
    margin: auto;
}
.wcu_box {
    display: flex;
    align-items: center;
}
.cont_box2 {
    text-align: justify;
}
.bc1 {
    background-color: #004f71;
    padding: 100px 0;
    color: #FFF;
}
.wcu_hp {
    padding: 10px;
    display: flow-root;
}
.wcu_hp h2 {
    text-align: left;
    color: #FFF;
}
.wcu_hp img {
    max-width: 400px;
    float: right;
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #ffffff;
}
.info_bl_h1 {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    align-content: center;
    flex-direction: row;
}
.spec1, .spec12 {
    padding: 15px;
}
.mc_rel {
    text-decoration: none;
    position: absolute;
    bottom: 18px;
    right: 18px;
    color: #004f71;
    padding: 5px;
    font-weight: 700;
    height: 20px;
    display: flex;
}

.mc_rel_img {
    width: 20px;
    display: inline-block;
    margin: 1px 0 0 4px;
}
.spec1 h2, .spec2 h2 {
    height: 60px;
    font-size: 20px;
    line-height: 24px;
    background-color: #ffefe2;
    margin-block-start: 0;
    margin-block-end: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 0 10px;
}

.spec1 h3, .spec12 h2 {
    text-align: center;
    font-size: 20px;
    line-height: 18px;
    margin-block-start: 0;
    margin-block-end: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background-color: #ffefe2;
    height: 55px;
    padding: 0 5px;
}
.ab_content {
    padding: 5px 0 10px;
    background-color: #ffefe2;
}
/* Services start */
#all_services .content_bar_inner {
    width: 48%;
}

#all_services .media_set {
    position: relative;
}
#all_services .media_post {
    background-color: #FFF;
    position: relative;
    overflow: hidden;
}
#all_services .media_post img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 600 / 400;
}
#all_services .media_set .wiu-title {
    text-transform: capitalize;
}
#all_services .media_post_info {
    background-color: #f4f4f4d9;
}
 #all_services .med_p_t_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 65px;
}
#all_services .med_p_date_txt {
    height: 40px;
}
#all_services .med_p_date_txt p {
    line-height: 18px;
}
#all_services .d_btn, #listing_portf .d_btn {
    border: none;
}

.med_p_title {
    text-transform: capitalize;
}
#all_services .med_p_title {
    line-height: 27px;
}
.med_p_title a {
    text-decoration: none;
}
.med_p_title a:hover {
    color: #004f72;
}
.service_img_cont img {
    width: 100%;
    height: auto;
    aspect-ratio: auto 850 / 300;
}
.service_contimg {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.service_contimg2 {
    overflow: hidden;
    margin: 10px 0;
}

.service_img_cont_l2 {
    float: left;
    padding: 8px 20px 18px 0;
}

#service_details h2 {
    font-size: 28px;
    line-height: 30px;
    margin-top: 5px;
}

#service_details h3 {
    font-size: 22px;
    line-height: 24px;
    margin-top: 40px;
    margin-bottom: 10px;
}
.service_txt2, .service_txt_cont2 {
    margin-top: 40px;
}
.service_img_cont_r img, .service_img_cont_l img, .service_img_cont_r2 img, .service_img_cont_l2 img {
    width: 300px;
    height: auto;
    display: block;
    aspect-ratio: auto 700 / 800;
}

/* Services end */
.d_btn {
    text-align: center;
    display: block;
    padding: 10px 0;
    width: 100%;
    background-color: #0c2a39;
    border: 1px solid #fff;
    color: #222;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.d_btn:hover {
    background-color: #292929;
    background-color: #F7B90F;
    color: #F7B90F;
    color: #222;
}
#proj_btn {
    width: 150px;
    position: absolute;
    left: 0px;
    top: 9px;
}
#proj_btn .d_btn {
    background-color: #b4561f;
    border: 1px solid #FFF;
}
#proj_btn .d_btn:hover {
    background-color: #ffefe2;
    color: #000;
}
.ub_rel {
    text-decoration: none;
    width: 135px;
    display: block;
    margin: auto;
}
.sc1_set h2 {
    text-align: center;
}
.sm_content {
    display: flex;
    background-color: #ffefe2;
    padding: 0 10px;
    height: 135px;
    overflow: hidden;
    position: relative;
}
.inner1 {
    background-color: #fff;
    overflow: hidden;
    box-shadow: 8px 8px 9px #e3e3e3;
    border: 1px solid #e9c9b7;
}
.img_b {
    display: flex;
}
.img_b img {
    width: 100%;
    height: auto;
}

.im_bl_fl {
    display: block;
    float: left;
    width: 70px;
    height: auto;
} 
.spec2 {
    padding-left: 20px;
}
.spec2 h3 {
    font-size: 20px;
    line-height: 20px;
}
.h2_s {
    text-align: center;
    display: block;
    font-size: 17px;
}
.sqr_img {
    aspect-ratio: auto 1 / 1;
}
/* Home page end */

/* Blog page */
.widget_services .widget_title, 
.widget_recent_posts .widget_title {
    padding-bottom: 15px;
    position: relative;
}
.widget_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.widget_services ul li {
    line-height: 20px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.11);
    position: relative;
    padding: 16px;
    margin-bottom: 7px;
    line-height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #f4f4f4d9;
    cursor: pointer;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

#service_details .widget_menu_mob, #listing_portf .widget_menu_mob {
    padding: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    /*display: flex;*/
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    color: #004f72;
    background-color: #e7e7e7;
    display: none;
    cursor: pointer;
}

.widget_services a {
    text-decoration: none;
}

.widget_services ul li:hover, .widget_services ul li.active {
    background-color: #004f72;
    color: #fff;
}

.widget_services ul li img {
    width: 11px;
    height: 11px;
    margin-right: 5px;
}

.widget_services ul li a {
    color: #767676;
    text-decoration: none;
}
#service_details .widget_bar .d_btn {
    padding: 16px 0;
}


.widget_services .widget_title:after,
.widget_recent_posts .widget_title:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    height: 3px;
    margin: 0 0 0;
    width: 50px;
    margin: 10px 0;
    background-color: #004f72;
}

.widget_services .wdg_item1 {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#listing_art_content .content_bar, 
#listing_portf .content_bar,
#all_services .content_bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#listing_art_content .content_bar_inner {
    width: 48%;
    
}

#listing_art_content .med_p_date_box {
    color: #f7b90e;
}
#listing_art_content .med_p_date_txt  {
    height: 75px;
}

#listing_art_content .content_bar_inner .art_tile {
    position: relative;
}
#listing_art_content .content_bar_inner .art_tile .media_post img {
    aspect-ratio: 7 / 5;
}

#listing_art_content h2 {
    font-size: 20px;
    line-height: 22px;
}

@media only screen and (max-width: 1011px) { 
    #service_details .widget_bar, #service_details .content_bar {
        width: 100%;
    }
    #service_details .widget_menu_mob, #listing_portf .widget_menu_mob {
        display: flex;
    }
    #listing_portf .content_bar, #listing_portf .widget_bar {
        width: 100%;
    }

    #service_details .widget_menu_tabs, #listing_portf .widget_menu_tabs {
        display: none;
    }

    #art_content .widget_bar, 
    #art_content .content_bar {
        width: 100%;
    }
}

@media only screen and (max-width: 920px) {
    #listing_art_content .widget_bar, 
    #listing_art_content .content_bar {
        width: 100%;
    }
    /*#listing_art_content .widget_services {
        max-width: 350px;
    }*/
    #all_services .content_bar_inner {
        width: 48%;
    }
}



@media only screen and (max-width: 667px) { 
    #listing_art_content .content_bar {
        flex-direction: column;
    }
    #listing_art_content .content_bar_inner {
        width: 100%;
    }

    #all_services .content_bar_inner {
        width: 100%;
    }

    .service_contimg {
        flex-direction: column;
    }

    .service_img_cont_r img, .service_img_cont_l img {
        max-width: 400px;
        width: 100%;
    }
}

@media only screen and (max-width: 640px){ 
    .service_img_cont_l2 {
        float: none;
        width: 100%;
        padding: 0px 0px 40px;
    }

    .service_img_cont_r2 img, .service_img_cont_l2 img {
        width: 100%;
        height: auto;

    }
    .art_img_cont_r img, .art_img_cont_l img {
        width: 100%;
        height: auto;
    }

    .art_img_cont_l

}

#art_content .art_box {
    position: relative;
}
.art_box h3 {
    margin-bottom: 5px;
}
.art_box h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 35px;
}
.wiu_pros_s, .wiu_cons_s {
    width: 30px;
    height: 30px;
    color: #FFF;
    display: inline-block;
    text-align: center;
    margin-right: 7px;
}
.wiu_pros_s {
    background-color: #004f72;
}
.wiu_cons_s {
    background-color: #BC2323;
}
.wiu_pros_s::before {
    content: '\2713';
}
.wiu_cons_s::before {
    content: '\0021';
}
#art_content .med_p_date_box img {
    width: 30px;
    height: 30px;
}
#art_content .med_p_date_box ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 7px;
    font-size: 20px;
    color: #004f72;
}

#art_content .widget_services .widget_title {
    margin-top: 0;
    line-height: 24px;
    font-size: 22px;
}

.widget_recent_posts .widget_post_inner {
    margin-bottom: 10px;
    display: flex;
}

.widget_recent_posts .widget_post_media {
    float: left;
    max-width: 90px;
    min-width: 90px;
    width: 90px;
}
#art_content .widget_post_media img {
    width: 100%;
    height: auto;
    aspect-ratio: 7 / 5;
}

.widget_recent_posts .widget_post_info {
    background: transparent;
    padding: 0;
    margin-left: 15px;
    border: none;
    align-self: center;
}

.widget_recent_posts .widget_post_title {
    font-size: 15px;
    text-transform: capitalize;
    line-height: 16px;
    margin-bottom: 8px;
}

.art_contimg, .art_contimg_fl {
    overflow: hidden;
    margin: 10px 0;
}

.art_contimg_fl, .art_contimg_fl_rev {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.art_contimg_fl_rev {
    flex-direction: row-reverse;
}

.art_img_cont_r {
    float: right;
    padding: 8px 0 18px 20px;
}

.art_img_cont_r img, .art_img_cont_l img {
    width: 400px;
    height: auto;
    display: block;
}

.art_img_cont_l {
    float: left;
    padding: 8px 20px 18px 0;
}
.art_img_cont img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 1011px) { 

    #art_content .widget_bar, 
    #art_content .content_bar {
        width: 100%;
    }
}

@media only screen and (max-width: 640px){ 
    
    .art_img_cont_r img, .art_img_cont_l img {
        width: 100%;
        height: auto;
    }

    .art_img_cont_l, .art_img_cont_r {
        float: none;
        padding: 10px 0 20px;
    }
    .art_contimg_fl_rev, .art_contimg_fl {
        flex-direction: column;
    }

}





/* Blog page end */

/* About us start */
#comp_success2 .wiu_page_set {
    flex-direction: row-reverse;
}
#comp_success2 .fr_two_left {
    flex-wrap: wrap;
    justify-content: space-between;
}



#comp_success2 .fr_two_right .tile_box {
    display: flex;
    flex-direction: column;
    
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

#comp_success2 .tile_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 49%;
    background-color: rgba(0, 0, 0, 0.7);
}

#comp_success2 .fr_two_right .tile_box h2 {
    line-height: 36px;
}

#comp_success2 .icon_box_outer {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 2px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
#comp_success2 .icon_box_outer .icon_box img {
    width: 55px;
    height: 55px;
}
#comp_success2 .tile_box_txt {
    flex-direction: column;
}
#comp_success2 .tile_box_txt .tile_box_big {
    font-size: 26px;
    color: #004f72;
    font-weight: 700;
}

#comp_success2 .tile_box_txt p {
    margin: 0;
}

#comp_success2 .fr_two_right .tile_box .btn_outer {
    max-width: 200px;
    width: 100%;
}

#co_team .tile_outer {
    flex-wrap: wrap;
    justify-content: space-between;
}
#co_team .tile_box {
    width: 32%;
}

#co_team .tile_box h3 {
    margin: 0;
    font-size: 25px;
    line-height: 27px;
    color: #fff;
}

#co_team .tile_box_title {
    flex-direction: column;
    align-items: center;
    background-color: #004f72;
}

#co_team .tile_box .icon_box {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    background-color: #004f72;
}

#co_team .tile_box .icon_box img {
    width: 100%;
    height: auto;
}
#co_team .tile_box .tile_box_txt {
    color: #fff;
    min-height: 50px;
}

#google_reviews .review_box {
    position: relative;
}
#google_reviews .review_item {
    width: 100%;
    max-width: 500px;
}
#google_reviews .slide_outer {
    text-align: center;
}
#google_reviews .review_owner_name {
    font-weight: 700;
}

#google_reviews .review_img_box img {
    border-radius: 100%;
    border: 4px solid #004f72;
    width: 60px;
    height: 60px;
    margin: auto;
}

#google_reviews .next {
    float: none;
    position: absolute;
    bottom: -50px;
    right: 50%;
    /* border-radius: 33px; */
    cursor: pointer;
    background-color: #1e2228;
    box-shadow: 2px 2px 3px -2px #000;
    margin-right: -75px;
    width: auto;
    height: auto;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

#google_reviews .prev {
    float: none;
    position: absolute;
    bottom: -50px;
    left: 50%;
    /* border-radius: 33px; */
    cursor: pointer;
    background-color: #1e2228;
    box-shadow: 2px 2px 3px -2px #000;
    margin-left: -75px;
    width: auto;
    height: auto;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

#google_reviews .prev:hover, #google_reviews .next:hover {
    box-shadow: 1px 1px 3px 0px #fff;
}

@media only screen and (max-width: 920px) {
    #comp_success2 .fr_two_left, #comp_success2 .fr_two_right {
        width: 100%;
    }
    #co_team .tile_box {
        width: 48%;
    }
}

@media only screen and (max-width: 667px) { 
    #co_team .tile_box {
        width: 100%;
    }

    #co_team .tile_box .tile_box_txt {
        min-height: auto;
    }
}

/* About us end */
/* FAQ start */
#m_accordion .acc_item {
    background-color: #f7f7f7;
    margin-bottom: 10px;
    border: 1px solid #e3e3e3;
}
#m_accordion .item_click {
    padding: 18px 0 18px 15px;
    cursor: pointer;
    border-bottom: 1px solid grey;
}
#m_accordion .item_click:hover h3, #m_accordion .item_click:hover .ac_action {
    color: #004f72;
}
#m_accordion .act_symb {
    float: right;
    font-size: 24px;
    margin: -2px 17px 0 0;
    font-weight: 700;
}
#m_accordion .act_symb span::before {
    content: "\2715";
}
.ac_open {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.ac_close {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
    -o-transform: rotate(-45deg);
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.ac_action {
    display: block;
}
.ac_title {
    margin: 0 20px 0 15px;
}
#m_accordion h3 {
    font-weight: 700;
    font-size: 20px;
}
.ac_title h3 {
    margin: 0;
}
.ac_cont {
    display: none;
    padding: 15px 15px 15px 40px;
    background-color: #fff;
}
#m_accordion p {
    margin: 0;
}
#pd_form .d_btn {
    margin-top: 12px;
}
#faq  #pd_form input[type=text], #faq  #pd_form select, #faq #pd_form textarea {
    width: 100%;
}
@media only screen and (max-width: 920px) {
    #faq .widget_bar, #faq .content_bar {
        width: 100%;
    }
}
/* FAQ end */
/* WIU Search start*/
.search_results {
  min-height: 500px;
}
#search_content .listing_separator {
  margin: 20px 0;
}
.list_search_box {
  width: 100%;
    overflow: hidden;
} 
.search_items {
  padding: 20px 0 50px;
}
.search_total {
  color: dimgray;
}
.search_title {
  font-size: 23px;
  margin-bottom: 45px
}
.sesrch_cont {
  display: flow-root;
  border-top: 3px solid #999;
}
.list_search_img {
  float: left;
}
.list_search_img img {
  width: 100%;
  max-width: 150px;
  padding-right: 20px;
}
.list_search_info {
    
    box-sizing: border-box;
}
.list_search_top h2 {
  margin-block-start: 0;
  margin-block-end: 7px;
  text-align: left;
  line-height: 30px;
}
.list_search_top a {
  text-decoration: none;
}
.list_search_bottom {
  font-size: 18px;
  line-height: 18px;
  color: dimgray;
  font-style: italic;
}
/* WIU Search end*/ 
/* Product Page start */
#prod_details {
    display: flow-root;
    margin-top: 24px;
}
.srvc_det {
    aspect-ratio: auto 550 / 450;
}
.list_det {
    aspect-ratio: auto 600 / 450;
}
#prod_img {
    padding-right: 15px;
}
#prod_img img {
    width: 100%;
    height: auto;
    display: block;
}
#prod_descr {
    display: flow-root;
    width: 100%;
    margin: 30px 0;
}
.dt_txt {
    font-weight: 700;
    font-size: 18px;
}
.de_txt, .dr_txt {
    line-height: 20px;
    margin-top: 30px;
    padding: 15px;
}
.de_txt {
    background-color: #ffefe2;
    border: 1px solid #b4561f;
}
.dr_txt {
    background-color: #fadede;
    border: 1px solid #b32828;
}
.de_txt .dt_txt {
    color: #7a3309;
}
.dr_txt .dt_txt {
    color: #b32828;
}
#prod_form #form_box {
    max-width: 500px;
    display: block;
    width: 100%;
    margin: auto;
}

#pd_form input[type=text], #pd_form select, #pd_form textarea {
    display: block;
    width: 96%;
    margin: auto;
    padding: 0 0 0 11px;
    color: #000;
    height: 40px;
    margin-bottom: 7px;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 1px solid #0c2a39;
}
#pd_form textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
}
#pd_form button[type=submit] {
    width: 100%;
    margin: 15px auto 0;
    border: none;
    background-color: #004f72;
    color: #FFF;
    font-size: 18px;
    display: block;
    cursor: pointer;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border: 1px solid #004f72;
    padding: 10px 0;
}
#pd_form button[type=submit]:hover {
    background-color: #004f72c4;
}
.pr_form_txt {
    padding: 0 0 10px;
    display: block;
}
.list_d {
    margin-bottom: 20px;
    text-align: justify;
    display: flow-root;
}
/* Product Page end */

/* Contact page start */
/*#contact_cp {
    margin-top: 28px;
}*/

#contact_cp #pd_form {
    padding: 60px 15px;
    background-color: #f4f4f4d9;  
}
#contact_cp #pd_form .d_btn {
    margin-top: 12px;
}
#contact_cp #pd_form input[type=text], 
#contact_cp #pd_form select, 
#contact_cp #pd_form textarea {
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
}
#contact_cp .content_bar {
    padding-right: 20px;
}
#contact_cp .widget_bar {
    padding-left: 20px;
}
#contact_cp .widget_bar.th_contact {
    padding-left: 12px;
}

#contact_cp h2 {
    line-height: 30px;
}

#gl_ma iframe {
    display: block;
}
.contact_info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.contact_info .info_box_33 {
    width: 31%;
}
.contact_tile {
    background-color: #f4f4f4d9;
    padding: 15px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.ctile_img {
    width: 60px;
    height: 60px;
    background-color: #0c2a39;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
.ctile_img img {
    width: 30px;
    height: 30px;
    display: block;
}
.ctile_info h3 {
    font-size: 20px;
    margin: 0 0 5px;
}
.ctile_info a {
    color: #000;
    text-decoration: none;
}

.cp_adr_bx {
    display: flex;
    flex-direction: column;
}
.cp_adr_img {
    width: 60px;
    height: 60px;
    background-color: #0c2a39;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 10px;
}
.cp_adr_img img {
    width: 30px;
    height: 30px;
}
.cp_adr_inner {
    display: table;
}
.cp_adr_txt {
    display: flex;
    flex-direction: column;
}
.cp_adr_title {
    font-weight: 700;
}

.cr_img {
    padding-right: 10px;
}
.cr_img img {
    width: 70px;
    height: 70px;
}
.cr_title {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 7px;
}
.cr_txt a {
    color: #000;
    text-decoration: none;
}
.cont_row {
    display: flex;
    margin: 15px 0;
    align-items: center;
}
#gmap {
    margin: 50px 0 0;
}
#gmap iframe {
    display: block;
}
#ty_contact {
    margin-bottom: 50px;
}

.cp_sm_box {
    display: inline-block;
    padding: 0;
    text-align: center;
}

.cp_sm_box li {
    display: inline-block;
    font-size: 12px;
    padding: 0;
    vertical-align: middle;
}

.cp_sm_box li a {
    color: #ffffff !important;
    padding: 0;
}

.cp_sm_box img {
    vertical-align: middle;
    background-color: #fff;
    padding: 0px;
    line-height: 18px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    border-radius: 7px;
}

@media only screen and (max-width: 1011px) {
    .contact_info .info_box_33 {
        width: 100%;
    }
    .contact_info {
        flex-direction: column;
        gap: 20px;
    }

    #contact_cp .content_bar, #contact_cp .widget_bar {
        width: 100%;
    }

    #contact_cp .widget_bar {
        padding-left: 0;
    }

    #contact_cp .content_bar {
        padding-right: 0;
    }
    /*.wiu_page_set{
        --bs-gutter-x: 0;
        gap: 20px;
    }*/
}

@media only screen and (max-width: 768px) {
    #contact_cp .content_bar, #contact_cp .widget_bar {
        width: 100%;
    }

}
/* Contact page end */
/* commercial */
.com_box_left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 70px;
}
.com_box_right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 70px;
}
.com_box_left img, .com_box_right img {
    max-width: 700px;
    width: 100%;
    height: auto;
    aspect-ratio: auto 700 / 400;
}
.com_txt_box {
    position: absolute;
    background-color: #004f71;
    width: 550px;
    padding: 20px;
    color: #FFF;
}
.com_txt_box h2 {
    font-size: 24px;
    color: #FFF;
}
.abs_left {
    left: 0;
}
.abs_right {
    right: 0;
}
/* commercial end */

/* Portfolio start */
.pcat_box, .pcat_descr_box {
  margin-top: 30px;
}
#pcat_mob {
  display: none;
}
.pcat_tab {
  display: inline-block;
  float: left;
  padding: 12px;
  background-color: #004f727d;
  border: 1px solid #004f72;
  margin: 2px;
  border-radius: 3px;
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
.pcat_tab:hover {
  background-color: #d8f0c8;

}
.pcat_tab_active {
  background-color: #d8f0c8;
  border: 1px solid #004f72;
}
.pcat_tab a {
  text-decoration: none;
  color: black;
  display: block;
}

#listing_portf .content_bar_inner {
    width: 48%;
}

#listing_portf .media_set {
    position: relative;
}
#listing_portf .media_post {
    background-color: #FFF;
    position: relative;
    overflow: hidden;
}
#listing_portf .media_post img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    aspect-ratio: 500 / 375;
}
/*#listing_portf .media_post_info {
    position: relative;
    border-top: 4px solid #004f72;
    padding: 10px;
}*/
#listing_portf .media_set .med_p_title {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 20px;
}

#listing_portf .med_p_t_box {
    height: 85px;
    flex-direction: row;
    padding: 0 10px;
}
/*#listing_portf .media_set .med_p_title a {
    color: #FFF;
}*/
#listing_portf .media_set .med_p_title a:hover {
    color: #004f72;
}

@media only screen and (max-width: 920px) { 
    #listing_portf .content_bar_inner {
        width: 48%;
    }
}


@media only screen and (max-width: 480px) {
    #listing_portf .content_bar_inner {
        width:100%;
    }
}

.imgp_outer {
  margin: 15px 0;
}
.imgp_inner {
  display: flow-root;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
}
.imgp_inner a {
  display: flex;
  position: relative;
  color: #fff;
}
.imgp_inner img {
  width: 100%;
  height: auto;
}
.imgp_title {
  position: absolute;
  width: 100%;
  background-color: #004f72;
  opacity: 0.95;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  bottom: 0;
  border-top: 2px solid #fff;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 10px;
}

#top_proj_set #bt_resources, #top_proj_set #back_to_page {
  width:265px;
  margin-top: 25px;
}
#proj_content {
  display: flow-root;
  width: 100%;
  box-sizing: border-box;
  padding: 25px 0;
  margin-bottom: 25px;
}

.fr_slider_box, .fr_slider_box_tr {
    width: 100%;
    margin: auto;
    position: relative;
}
.fr_slider_box_tr {
  padding: 25px 0;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-initialized .slick-slide {
    display: inline-flex;
    overflow: hidden;
    justify-content: center;
}
.fr_proj_slider .slick-slide {
    margin: 0 2px;
}
.fr_proj_slider_tr .slick-slide {
  margin: 0 2px;
}
.fr_proj_slider {
    max-height: 700px;
}
.fr_proj_slider_tr {
  max-height: 250px;
}
.fr_proj_slider .slick-slide img {
    max-height: 700px;
    width: auto;
    display: block;
    margin: auto;
    height: 100%;
    box-shadow: 3px 3px 12px -3px #fff;
    border: 1px solid #8e8e8e;
}

.fr_proj_slider_tr .slick-slide img {
    max-height: 250px;
    width: auto;
    display: block;
    margin: auto;
    height: 100%;
    box-shadow: 3px 3px 12px -3px #fff;
    border: 1px solid #8e8e8e;
}
.slick-slide img {
  display: block;

}
.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fr_slider_box .prev {
    float: left;
    position: absolute;
    top: 0px;
    left: -4px;
/*    border-radius: 33px;*/
    cursor: pointer;
    background-color: #191a28;
    box-shadow: 3px 3px 12px -5px #000;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.fr_slider_box .next {
    float: left;
    position: absolute;
    top: 0px;
    right: -4px;
/*    border-radius: 33px;*/
    cursor: pointer;
    background-color: #191a28;
    box-shadow: 3px 3px 12px -5px #000;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.fr_slider_box_tr .prev2 {
    float: none;
    position: absolute;
    top: -80px;
    left: 50%;
/*    border-radius: 33px;*/
    cursor: pointer;
    background-color: #707070;
    box-shadow: 2px 2px 3px -2px #000;
    margin-left: -75px;
    width: auto;
    height: auto;
    
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.fr_slider_box_tr .next2 {
    float: none;
    position: absolute;
    top: -80px;
    right: 50%;
/*    border-radius: 33px;*/
    cursor: pointer;
    background-color: #707070;
    box-shadow: 2px 2px 3px -2px #000;
    margin-right: -75px;
    width: auto;
    height: auto;
    
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;

}
.fr_slider_box .prev:hover, .fr_slider_box .next:hover, .fr_slider_box_tr .prev2:hover, .fr_slider_box_tr .next2:hover {
  box-shadow: 3px 3px 8px -2px #fff;
}
.ar_prev, .ar_next {
    width: 35px;
    height: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #343434;
} 

.prev2 .ar_prev, .next2 .ar_next {
    border: 1px solid #828282;
}
.ar_prev img, .ar_next img {
    width: 25px;
    height: 25px ;
}
.ar_prev img, .ar_next img {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.fr_proj_img_tr {
  margin-top: 100px;
}
#transf_box h2 {
    text-align: center;
}
#proj_quotes {
    min-height: 50px;
    margin: 25px 0;
    padding: 25px 50px;
    box-sizing: border-box;
}
.proj_quotes_cont {
  font-style: italic;
  font-size: 20px;
  padding-left: 20px;
    border-left: 7px solid #3b6e8f;
    text-align: justify;
    margin: 57px 0;
    display: flex;
}
.proj_quotes_user {
  text-align: right;
  display: block;
  font-weight: 700;
}
.q_style {
  font-size: 200px;
    float: left;
    line-height: 0.7;
    display: inline-block;
    padding-right: 25px;
    color: #3b6e8f;
}
#proj_ce_rm, #proj_ce_rl {
    font-style: italic;
    color: #004f72;
    cursor: pointer;
}
#fr_proj_video_box {
  margin-top: 50px;
}
#fr_slider_form_box {
  margin-top: 100px;
}

#fr_slider_form_box #form_box_ffs {
  width: 700px;
}

#fr_slider_form_box .form_ffs_title {
  background-color: #ececec;
    border-bottom: 5px solid #808080;
}
.slider_form_txt {
  display: block;
    margin: 10px 0;
    font-size: 20px;
    font-style: italic;
}
.proj_form {
    margin: 50px 0;
}
.proj_form #form_box {
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.proj_form #form_box #pd_form {
    width: 100%;
}
/* Portfolio end */
/* Reviews */
.review_outer {
    margin-bottom: 50px;
}

#gr_total {
    position: relative;
    padding: 15px;
    background-color: #22617f;
}
#gl_img img {
    width: 95px;
    height: 40px;
    float: left;
}
.gr_rating {
    float: left;
    padding-left: 10px;
    padding-top: 5px;
    font-size: 20px;
    color: #fff;
}
#gr_tot {
    color: #fff;
}
#gr_star, #gr_tot {
    clear: both;
}
.ga_btn {
    text-decoration: none;
    position: absolute;
    color: #fff;
    padding: 7px 20px;
    border-radius: 5px;
    right: 15px;
    top: 43px;
    background-color: rgb(2,107,251);
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
#gp_reviews .ga_btn {
    position: relative;
    text-align: center;
    top: auto;
    right: auto;
    display: block;
}
#gr_rate {
    float: left;
    font-size: 20px;
    padding-right: 10px;
    color: #fff;
}
:root {
  --star-size: 25px;
  --star-color: #c7c7c7;
  --star-background: #ce0f2e;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
    float: left;
    display: block;
}
.Stars::before {
    content: '\2605\2605\2605\2605\2605';
    letter-spacing: 0;
    background: linear-gradient(90deg, #f7b90e var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#gp_reviews {
    padding: 25px 15px;
    background-color: #f3f3f3;
    margin-top: 20px;
    border: 1px solid #e0e0e0;
    box-shadow: 8px 8px 9px #e3e3e3;
}
.gc_header {
    display: flow-root;
    width: 100%;
}
.gc_avatar {
    width: 40px;
    height: 40px;
    float: left;
}
.gc_pers {
    float: left;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 9px;
    color: #004f72;
}
.gc_time_rev {
    clear: both;
    display: flow-root;
    width: 100%;
    padding-top: 10px;
}
.gc_time_rev .Stars {
    float: left;
}
.gc_time {
    float: left;
    margin-left: 10px;
    padding-top: 4px;
}
.sep_rate {
    width: 250px;
    height: 1px;
    margin: 25px 0;
}
.gc_txt {
    line-height: 28px;
}
/* Reviews End */
@media only screen and (max-width: 1011px) {
    #bann_txt_box {
        font-size: 50px;
    }
    
    .fr_proj_slider .slick-slide img {
        max-height: 600px;
    }
}
@media only screen and (max-width: 920px) {
    .info_bl_h1 .info_box_25 {
        width: 50%;
    }
    .info_bl_h2 .info_box_50 {
        width: 100%;
    }
}
@media only screen and (max-width: 870px) {
    
    /* Home page */
    .info_box_20.h2_tr_33 {
        width: 33.33%;
    }
    .info_box_20.h2_tr_50 {
        width: 50%;
    }
    .h2_s {
        font-size: 20px;
    }
    .info_bl_h1 .info_box_33 {
        width: 50%;
    }
    .banner_dec_top, .banner_dec_bottom, .scroll_down_anim {
        display: none;
    }
    .top_abs_container {
        top: calc(50% - 213px);
    }
    /* Home page end */
    .drop_btn {
        padding: 12px 0px 12px 18px;
    }

    .drop_down:hover .active_tab::after {
        width: calc(100% - 18px);
        right: 0;
    }

    .active_m.active_tab::after {
        width: calc(100% - 18px);
        right: 0;
    }

    #search_box_desk {
        max-width: 537px;
    }
    
}
@media only screen and (max-width: 840px) {
    .fr_proj_slider .slick-slide img {
        max-height: 500px;
    }
}
@media only screen and (max-width: 768px) {
    #wiu-header {
        position: relative;
    }
    .page-content {
        margin-top: 0;
    }
    /* Main Menu Desktop */
    #desk_nav{
        display: none;
    }
    /* Main Menu Desktop End */
    /* Main Menu Mobile */
    #mob_header {
        display: block;
        background-color: #12151a;
    }
    #mob_menu_outer {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        padding: 5px 0;
    }
    #search_box_mob {
        width: 100%;
        padding-left: 20px;
    }
    #mob_menu_tog {
        width: 45px;
        overflow: hidden;
        float: left;
        cursor: pointer;
        height: 60px;
    }
    #mob_nav {
        display: block;
    }
    .header_b1 {
        float: right;
        width: auto;
    }
    /*#proj_btn {
        position: relative;
        float: right;
    }*/
    /* Main Menu Mobile End */
    .sc1_set .info_box_33 {
        width: 50%;
    }
    #ty_contact .info_box_50, #contact_cp .info_box_50, .proj_form .info_box_50 {
        width: 100%;
    }
    #pd_form input[type=text] {
        float: none;
        width: 100%;
    }
    .com_box_left, .com_box_right {
        flex-direction: column;
    }
    .com_txt_box {
        position: relative;
        width: 100%;
    }
    #prod_form #form_box {
        max-width: 100%;
    }
    #prod_img, #prod_form {
        width: 100%;
        float: none;
    }
    #pd_form .info_box_50,
    #pd_form .info_box_60,
    #pd_form .info_box_40 {
        width: 100%;
        float: none;
    }
    #pd_form input[type=text], #pd_form select, #pd_form textarea {
        width: 100%;
    }
    .pr_form_txt {
        padding: 10px 0;
    }
    .fr_portfolio .info_box_33 {
        width: 50%;
    }

}
@media only screen and (max-width: 736px) {
    .fr_proj_slider .slick-slide img {
        max-height: 400px;
    }

    .top_abs_container {
        top: calc(50% - 200px);
    }
}
@media only screen and (max-width: 667px){
    #bann_txt_box {
        font-size: 35px;
    }
    
    #prod_form #form_box {
        max-width: 100%;
        float: none;
    }
    
    #prod_img {
        padding: 0;
        margin-bottom: 20px;
    }
    .info_bl_h1 .info_box_33 {
        width: 100%;
        float: none;
    }
    .spec1, .spec12 {
        padding: 15px 0;
    }
    .wcu_box {
        flex-direction: column;
    } 
    .wcu_box .info_box_50 {
        width: 100%;
    }
    .wcu_hp img {
        max-width: 100%;
    }
    .wcu_hp {
        padding: 10px 0;
    }
    .wcu_hp h2 {
        text-align: center;
    }
    #foot_nav {
        flex-direction: column-reverse;
    }
    #foot_nav .info_box_33 {
        width: 100%;
    }
    .ft_nav_title, .footer_ac_logo {
        margin-top: 20px;

    }
    .footer_ac_logo img {
        width: 80%;
        margin: auto;
        display: block;
    }
    .pcat_inner {
        padding: 10px;
        background-color: #afdbb2;
        border: 1px solid #8bbd8e;
        color: #212121;
        font-size: 20px;
        border-radius: 3px;
    }
    #pcat_mob {
        display: block;
        padding: 12px 0;
        position: relative;
    }
    #pcat_desk {
        display: none;
    }
    .pcat_tab {
        width: 100%;
        float: none;
        box-sizing: border-box;
        margin: 2px 0;
    }
    .pcat_m_arrow {
        float: right;
        font-size: 15px;
        line-height: 35px;
    }
}

@media only screen and (max-width: 640px){ 
    .top_abs_container {
        top: calc(50% - 180px);
        padding-bottom: 0;
    }
    .banner_top_content h1 {
        font-size: 38px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 568px) {
    .info_bl_h1 .info_box_25 {
        width: 100%;
    }
    .wd_img_l,.wd_img_r {
        padding: 0px;
        float: none;
        width: 100%;
    }
    .wd_img_l img, .wd_img_r img {
        max-width: 100%;
    }
    #top_proj_set #bt_resources, #top_proj_set #back_to_page {
        width: 100%;
        float: none;
    }
    .fr_proj_slider .slick-slide img {
        max-height: 300px;
    }

    .top_abs_container {
        top: calc(50% - 159px);
    }
    .banner_top_content h1 {
        font-size: 33px;
        line-height: 35px;
    }
}

@media only screen and (max-width: 480px) {
    .sc1_set .info_box_33 {
        width: 100%;
    }
    .fr_proj_slider .slick-slide img {
        max-height: 250px;
    }
    .fr_portfolio .info_box_33 {
        width: 100%;
        float: none;
    }

    .top_abs_container {
        top: calc(50% - 135px);
    }
    .banner_top_content h1 {
        font-size: 28px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 414px){
    #foot_nav li {
        display: block;
        padding-right: 0;
    }
    #bann_txt {
        text-shadow: 1px 1px 2px #b41f45;
    }
    #bann_txt_box {
        top: 65%;
        font-size: 25px;
    }
    /* Home page */
    .info_box_20.h2_tr_33, .info_box_20.h2_tr_50 {
        width: 100%;
    }
    .h2_s {
        font-size: 23px;
    }
    
    /* Home page end */
    .ga_btn {
        position: relative;
        display: block;
        margin-top: 10px;
        text-align: center;
        top: auto;
        right: auto;
    }

    .top_abs_container {
        top: calc(50% - 105px);
    }
    .banner_top_content h1 {
        font-size: 20px;
        line-height: 22px;
        padding-top: 0;
    }

    .banner_top_content h2 {
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 375px){
    .fr_proj_slider .slick-slide img {
        max-height: 200px;
    }

    .top_abs_container {
        top: calc(50% - 82px);
    }
    .banner_top_content h1 {
        margin: 0;
    }
}

