/*
 Theme Name:   Kinetik
 Theme URI:    
 Description:  Twenty Seventeen Child Theme
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twentyseventeenchild
*/

* { margin: 0px; padding: 0px; outline: none; }

.home .elementor-location-header { position: absolute; top: 0; left: 0; width: 100%; background: none; }
.elementor-location-header { background: #000; position: static; }
.elementor-sticky--active { transition: all 0.8s ease; }
.header_fixed .elementor-sticky--active { background: rgba(0, 0, 0, 0.73); box-shadow: 0 0 2rem rgba(0,0,0,.4); transition: all 0.8s ease; }

#work_section .tab { overflow: hidden; margin-bottom: 50px; margin-bottom: 60px; padding-bottom: 60px; border-bottom: 1px solid #d9d9d9; text-align: center; }
#work_section .tab h3 { display: inline-block; vertical-align: middle; font-family: "Montserrat", Sans-serif; color: #000; text-transform: uppercase; font-size: 12px; }
#work_section .tab button { display: inline-block; vertical-align: middle; background: none; border: none; outline: none; cursor: pointer; padding: 0; transition: 0.3s; font-size: 17px; font-family: "Montserrat", Sans-serif; color: #000; position: relative; overflow: hidden; padding: 0 .5rem; margin: 0 22px; font-weight: 700; }
#work_section .tab button:after { content: ""; position: absolute; top: 50%; left: -.5rem; width: calc(100% + 1rem); border: solid; border-width: 1px 0; margin-top: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); }
#work_section .tab button:hover:after { -webkit-animation: hero-category-hover .8s cubic-bezier(.58,.3,.005,1) 0s 1; animation: hero-category-hover .8s cubic-bezier(.58,.3,.005,1) 0s 1; }
#work_section .tab button.active:after { -webkit-transform: none; transform: none; }

@-webkit-keyframes hero-category-hover { 
    0% {
        -webkit-transform:translateX(-100%);
        transform:translateX(-100%)
    }
    50% {
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    to {
        -webkit-transform: translateX(100%); 
        transform: translateX(100%)
    }
}

@keyframes hero-category-hover { 
    0% {
        -webkit-transform:translateX(-100%);
        transform:translateX(-100%)
    }
    50% {
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    to {
        -webkit-transform: translateX(100%); 
        transform: translateX(100%) 
    }
}

#work_section .tabcontent { display: none; }
#work_section ul.work_cat_ul { list-style: none; margin: 0px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;  display: flex; flex-wrap: wrap;}
#work_section ul.work_cat_ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; overflow: hidden; }
#work_section ul.work_cat_ul li { width: 50%; float: none; display: inline-block; vertical-align: top; margin-bottom: -4px; padding: 0px; }

.work_img { margin-bottom: 0; margin-right: 0; }
.work_img img { width: 100%; }

.work_title { margin: 0 10.65163% 0 0; padding-left: 125px; position: relative; }
.work_title hr { height: 0; margin: 0; display: inline-block; vertical-align: middle; border-top: .2rem solid; width: 60px; position: absolute; top: .5rem; left: 0; }
.work_title h4 { font-family: "Montserrat", Sans-serif; color: #000; text-transform: uppercase; font-size: 12px; margin-bottom: 30px; }
.work_title h3 { font-family: "Montserrat", Sans-serif; color: #000; font-size: 25px; font-weight: 600; line-height: 38px; }
.work_title h3 a { color: #000; }

#contact_section { position: relative; }
#contact_section .gf_progressbar_wrapper { display: none; }
#contact_section:before { content: ''; position: absolute; top: 0; right: 0; width: 50%; height: 100%; background: rgba(40,40,40,0.77); }
#contact_section h3 { font-size: 25px; color: #fff; font-weight: 400; margin-bottom: 20px; font-family: "Montserrat", Sans-serif; }
#contact_section h4 { font-size: 15px; color: #fff; font-weight: 500; margin-bottom: 50px; font-family: "Montserrat", Sans-serif; }
#contact_section h4:after { content: ''; display: block; height: 4px; width: 30px; background: #fff; margin-top: 13px; }
#contact_section a { font-size: 18px; color: #fff; font-weight: 400; line-height: 30px; font-family: "Montserrat", Sans-serif; }

#contact_section label { color: #fff; font-weight: normal; font-family: "Montserrat", Sans-serif; }
#contact_section input[type="text"] { border: none; border-bottom: 2px solid #fff; background: none; font-size: 35px; padding: 5px 4px; color: #fff; width: 100%; max-width: 500px; font-family: "Montserrat", Sans-serif; }


#contact_section .gfield_radio li { list-style: none; display: inline-block; vertical-align: top; }
#contact_section .gfield_radio li input[type="radio"] { display: none; }
#contact_section .gfield_radio li label { color: #fff; padding: 10px 30px; border-radius: 25px; background: #ec5763; margin: 2px 0 0 4px; font-size: 19px; max-width: 100%; }
#contact_section input[type="radio"]:checked + label, 
#contact_section input[type="radio"]:checked + span + label { font-weight: 500 !important; color: #ec5763; border-radius: 25px; background: #fff; /* box-shadow: 2px 2px 0 blue; */ border: none; }

#contact_section #field_1_2 { margin-bottom: 45px; }
#contact_section #field_1_2 label.gfield_label { font-size: 35px; margin-right: 15px; vertical-align: middle; }
#contact_section #field_1_2 .ginput_container { display: inline-block; vertical-align: middle; margin-top: 0; }

#contact_section .gform_wrapper .gform_page_footer { border-top: none; z-index: 99; /*margin: 0; padding: 0;*/ }
#contact_section .gform_wrapper .gform_page_footer input.gform_next_button { float: right; height: 50px; margin: 0; background: url('/wp-content/uploads/2019/12/right-arrow.png') no-repeat; background-position: right center; padding-right: 40px; border-radius: 0; text-transform: capitalize; font-size: 27px; color: #FFF; border: none; cursor: pointer; }
#contact_section .gform_wrapper .gform_page_footer input.gform_next_button:hover { color: #ddd; }

#contact_section .gform_wrapper .gform_page_footer input.gform_previous_button { float: left; height: 50px; margin: 0; background: url('/wp-content/uploads/2019/12/left-arrow.png') no-repeat; background-position: left center; padding-left: 40px; border-radius: 0; text-transform: capitalize; font-size: 27px; color: #FFF; border: none; cursor: pointer; }
#contact_section .gform_wrapper .gform_page_footer input.gform_previous_button:hover { color: #ddd; }

#contact_section .gform_wrapper .gform_page_footer input.gform_button { float: right; height: 50px; padding: 0 10px; background: none; margin: 0; margin-right: 20px !important; transition: all .5s ease; border-radius: 0; text-transform: capitalize; font-size: 27px; color: #FFF; border: none; border-bottom: 2px solid rgba(255,255,255,1); cursor: pointer; }
#contact_section .gform_wrapper .gform_page_footer input.gform_button:hover { color: #ddd; border-bottom: 2px solid rgba(255,255,255,0); transition: all .5s ease; }

/*#contact_section .gform_wrapper .gform_page_footer:after { content: ''; background: url('/wp-content/uploads/2019/12/right-arrow.png') no-repeat; height: 20px; width: 33px; display: block; pointer-events:none; position: absolute; top: 14px; right: 0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
#contact_section .gform_wrapper .gform_page_footer:hover:after { right: -12px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }*/

#contact_section #field_1_5 { margin-bottom: 45px; }
#contact_section #field_1_5 label.gfield_label { font-size: 18px; vertical-align: middle; margin-right: 15px; }
#contact_section #field_1_5 .ginput_container { display: inline-block; vertical-align: middle; margin-top: 0; }
#contact_section #field_1_5 input[type="text"] { font-size: 18px; }

#contact_section #field_1_11 label.gfield_label, #contact_section #field_1_11 input[type="text"] { font-size: 18px; }

#contact_section #field_1_12 label.gfield_label { font-size: 18px; vertical-align: middle; margin-right: 15px; }
#contact_section #field_1_12 .ginput_container { display: inline-block; vertical-align: middle; margin-top: 0; width: 50%; }
#contact_section #field_1_12 input[type="text"] { font-size: 18px; }

#contact_section #field_1_15 label.gfield_label { font-size: 18px; vertical-align: middle; margin-right: 15px; }
#contact_section #field_1_15 .ginput_container { display: inline-block; vertical-align: middle; margin-top: 0; width: 50%; }
#contact_section #field_1_15 input[type="text"] { font-size: 18px; }

#contact_section #field_1_16 label.gfield_label { font-size: 18px; vertical-align: middle; margin-right: 15px; }
#contact_section #field_1_16 .ginput_container { display: inline-block; vertical-align: middle; margin-top: 0; width: 50%; }
#contact_section #field_1_16 input[type="text"] { font-size: 18px; }

#contact_section #field_1_14 label.gfield_label { font-size: 30px; }
/*#contact_section #field_1_14 .ginput_container_select { display: none; }*/

#contact_section .gform_wrapper div.validation_error { display: none !important; }
#contact_section span.gfield_required { display: none !important; }
#contact_section .gform_wrapper li.gfield.gfield_error, 
#contact_section .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { background-color: transparent !important; border: none !important; margin-bottom: 0 !important; }
#contact_section .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description { display: none !important; }

#contact_section .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea { border: 1px solid #3cceeb; }
#contact_section .gform_wrapper .gfield_error input[type="radio"] + label { border: 1px solid #3cceeb; }

#contact_section select { background: #ec5763; border: none; border-bottom: 2px solid #fff; color: #fff; font-size: 20px; height: 50px; font-family: "Montserrat", Sans-serif; }
.page-id-33 #contact_section select { background: #252525; }

#contact_section input::-webkit-input-placeholder { color: #525252; /* Chrome/Opera/Safari */ }
#contact_section input::-moz-placeholder { color: #525252; /* Firefox 19+ */ }
#contact_section input:-ms-input-placeholder { color: #525252 /* IE 10+ */; }
#contact_section input:-moz-placeholder { color: #525252; /* Firefox 18- */ }

#contact_section #gform_wrapper_1 li#field_1_7,
#contact_section #gform_wrapper_1 li#field_1_18,
#contact_section #gform_wrapper_1 li#field_1_19 { display: none; } 

#animated_logo {}
#animated_logo h2 { font-weight: 300; letter-spacing: -1px; display: inline-block; }
#animated_logo h2 a { color: #fff; display: block; color: #fff; font-family: "Montserrat", Sans-serif; font-size: 27px; }

#animated_logo h2 span.logo_text { overflow: hidden; width: 150px; display: inline-block; vertical-align: middle; padding-top: 8px; margin-left: -20px; padding-left: 20px; }

#animated_logo h2 span.logo_text span {
    opacity: 1;
    -webkit-transform: translate(34px, 0px);
    -ms-transform: translate(34px, 0px);
    transform: translate(34px, 0px); 
    transition: all .6s ease;
    margin-left: 0;
}

#animated_logo h2 span.logo_text.hide_text span { 
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: -webkit-transform cubic-bezier(.49, .01, .49, .99) .6s 0ms, opacity cubic-bezier(.49, .01, .49, .99) .6s 0ms;
    transition: transform cubic-bezier(.49, .01, .49, .99) .6s 0ms, opacity cubic-bezier(.49, .01, .49, .99) .6s 0ms;
    transition: all .6s ease;
    margin-left: -84px;
}

/*#animated_logo h2 span.logo_text span { 
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: -webkit-transform cubic-bezier(.49, .01, .49, .99) .6s 0ms, opacity cubic-bezier(.49, .01, .49, .99) .6s 0ms;
    transition: transform cubic-bezier(.49, .01, .49, .99) .6s 0ms, opacity cubic-bezier(.49, .01, .49, .99) .6s 0ms;
    transition: all .6s ease;
    margin-left: -84px;
}*/

#animated_logo h2:hover span.logo_text span { 
    opacity: 1;
    -webkit-transform: translate(34px, 0px);
    -ms-transform: translate(34px, 0px);
    transform: translate(34px, 0px); 
    transition: all .6s ease;
    margin-left: 0;
}

#animated_logo h2 img, #animated_logo h2.reroate_h2 img { 
    vertical-align: middle;  
    -webkit-transform: translate(0%, 0%) rotate(0deg);
    -ms-transform: translate(0%, 0%) rotate(0deg);
    transform: translate(0%, 0%) rotate(0deg);
    -webkit-transform-origin: 18px 25px;
    -ms-transform-origin: 18px 25px;
    transform-origin: 18px 25px;
    -webkit-transition: -webkit-transform cubic-bezier(.49, .01, .49, .99) .6s 0ms;
    transition: transform cubic-bezier(.49, .01, .49, .99) .6s 0ms;
}

#animated_logo h2:hover img { 
    -webkit-transform: translate(0%, 0%) rotate(360deg);
    -ms-transform: translate(0%, 0%) rotate(360deg);
    transform: translate(0%, 0%) rotate(360deg); 
}

#animated_logo h2.roate_h2 img { 
    -webkit-transform: translate(0%, 0%) rotate(360deg);
    -ms-transform: translate(0%, 0%) rotate(360deg);
    transform: translate(0%, 0%) rotate(360deg); 
}

.elementor-editor-active .eae-section-bs { left: 0; }


#mob_popmenu { height: 100% !important; width: 100% !important; position: fixed; z-index: 10; top: 0; left: 0; background: #000; /*transition: 0.5s;*/ display: none; }

body.hide_scroll { overflow: hidden; }

#mob_menulogo img { display: inline-block; vertical-align: middle; } 
#mob_menulogo a { color: #fff; display: block; color: #fff; font-family: "Montserrat", Sans-serif; font-size: 27px; }
#mob_menulogo a span.logo_text { overflow: hidden; width: 150px; display: inline-block; vertical-align: middle; padding-top: 8px; margin-left: -20px; padding-left: 20px; }

#mob_menulogo a span.logo_text span { 
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: -webkit-transform cubic-bezier(.49, .01, .49, .99) .6s 0ms, opacity cubic-bezier(.49, .01, .49, .99) .6s 0ms;
    transition: transform cubic-bezier(.49, .01, .49, .99) .6s 0ms, opacity cubic-bezier(.49, .01, .49, .99) .6s 0ms;
    transition: all .6s ease;
    margin-left: -84px;
}

#mob_menulogo a span.logo_text.show_text span { 
    opacity: 1;
    -webkit-transform: translate(34px, 0px);
    -ms-transform: translate(34px, 0px);
    transform: translate(34px, 0px); 
    transition: all .6s ease;
    margin-left: 0;
}

#mobile_menu span.menu_link { color: #fff; font-size:32px; cursor:pointer; display: block; /*margin: -58px 30px 0 0;*/ margin: 0 30px 0 0; }
.closebtn { font-size: 60px; line-height: 47px; padding: 0; color: #fff; float: right; margin: 6px 8px 0 0; }

#mobmenu_header { padding: 8px 20px; }
#mobmenu_header:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; overflow: hidden; }
#mob_menulogo { float: left; margin: 2px 0 0 0; }

#mobile_menu { float: right; width: auto; }
#mobile_menu .widget_nav_menu { padding-top: 20px; }

.overlay-content { padding-top: 25px; }

.menu-mobile-menu-container { overflow: auto; }

#mobile_menu ul li { text-align: left; padding: 0; position: relative; }
#mobile_menu ul li.submenu > a:after { content: "›"; margin: 0 0 0 10px; }
#mobile_menu ul li a { padding: 20px 40px; text-decoration: none; font-size: 16px; color: #fff; display: block; transition: 0.3s; font-family: "Montserrat", Sans-serif; font-weight: 400; }
/*#mobile_menu ul li a:hover, #mobile_menu ul li a:focus { color: #fff; background-color: #55595c; }*/

#mobile_menu ul li span.menu_arrow { position: absolute; top: 0; right: 0; display: none; width: 50px; height: 35px; text-align: center; line-height: 26px; font-size: 25px; color: #fff; background: #373737; }

#mobile_menu ul ul { display: none; }
#mobile_menu ul ul li a { padding-left: 50px; }

h3#mm_title { color: #fff; font-family: "Roboto", Sans-serif; font-weight: 500; padding: 20px 12px; font-size: 22px; }
h3#mm_title:before { /*content: '←';*/ content: ''; background: url(/wp-content/uploads/2020/02/menu_arrow-1.svg) no-repeat; width: 15px; height: 15px; display: inline-block; vertical-align: middle; margin: 0 8px 0 0; color: #fff; }


.mob_btns { position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 0); }
.mob_btns a { color: #fff; font-size: 16px; font-family: "Roboto", Sans-serif; font-weight: 500; display: block; text-align: center; }
.mob_btns a.btn { font-weight: 500; text-transform: uppercase; letter-spacing: 1px; text-shadow: 0px 0px 10px rgba(0,0,0,0.3); fill: #f27179; color: #f27179; background-color: rgba(255,255,255,0); border-radius: 50px; border: 2px solid #f27179; margin: 20px 0 15px 0; padding: 10px 20px; }

.table-responsive {}
.table-responsive table { margin-bottom: 30px; }

.table-responsive table tr th { padding: 16px; border-bottom: 2px solid #000; text-align: left; }
.table-responsive table tr td { padding: 16px; border-bottom: 1px solid #000; }
.table-responsive table tr:last-child td { border-bottom: 2px solid #000; }

.table-responsive.table_white table tr th { border-bottom: 2px solid #fff; text-align: left; }
.table-responsive.table_white table tr td { border-bottom: 1px solid #fff; }
.table-responsive.table_white table tr:last-child td { border-bottom: 2px solid #fff; }

ul.item_triangle { padding-top: 20px; }
ul.item_triangle li { list-style: none; background: url(/wp-content/uploads/2020/05/White-Triangle.png) no-repeat left center; padding: 0 0 0 30px; margin-bottom: 10px; font-size: 23px; }

#casestudy_slider {}
#casestudy_slider img { margin-bottom: 20px; }
#casestudy_slider h2 { text-align: center; color: #000; font-family: "BebasNeue", Sans-serif; font-size: 26px; letter-spacing: 2px; margin: 20px 0 10px 0; }
#casestudy_slider p { text-align: center; color: #000; font-family: "Cairo-ExtraLight", Sans-serif; font-size: 16px; line-height: 22px; margin-bottom: 12px; }
#casestudy_slider .owl-item .sa_hover_container { background: #e4e4e4; border: 1px solid #ccc; padding: 20px !important; }
#casestudy_slider .sa_owl_theme .owl-nav .owl-prev { left: -30px; }
#casestudy_slider .sa_owl_theme .owl-nav .owl-next { right: -30px; }

#breadcrumbs { margin: 0 0 0 10px; border-bottom: 1px solid #616161; padding-bottom: 20px; }
#breadcrumbs a, #breadcrumbs span { color: #fff; font-weight: 500; }
#breadcrumbs a { color: #f27179; background-color: rgba(81,143,202,0); padding: 0 10px 0 0; }
#breadcrumbs span.breadcrumb_last { padding-left: 10px; }


#work_section .work_outer {
  position: relative;
  overflow: hidden;
}
 
#work_section ul.work_cat_ul li .work_outer:before {
  content:"";
  background-color: rgba(36,93,99,.95);
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  position: absolute;  
  opacity: 0;
    transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
    -webkit-transform: scale3d(1.4,1.4,1);
    transform: scale3d(1.4,1.4,1);
    pointer-events: none;
}

#work_section ul.work_cat_ul li:hover .work_outer:before {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.work_title {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    opacity: 0;
    transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
}

#work_section ul.work_cat_ul li:hover .work_title{
    opacity: 1;
}

.work_title hr {
    display: none;
}    

.work_title h4,.work_title h3 {
    color: #fff;
    margin-bottom: 10px;
}

.work_title h3 a {
    color: #fff !important;
}

#work_section ul.work_cat_ul li:nth-child(1n) .work_outer:before {
  background: rgb(64 122 191 / 93%);
}

#work_section ul.work_cat_ul li:nth-child(2n) .work_outer:before {
  background: rgb(145 209 205 / 93%);
}

#work_section ul.work_cat_ul li:nth-child(3n) .work_outer:before {
  background: rgb(255 177 0 / 93%);
}

#work_section ul.work_cat_ul li:nth-child(4n) .work_outer:before {
  background: rgb(237 86 98 / 93%);
}


@media (min-width: 768px) and (max-width: 1250px) {
    #mobile_menu span.menu_link { margin: -50px 30px 0 0; }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .work_title { margin: 0 6% 0 0; padding-left: 85px; }
    .work_title h4 { margin-bottom: 20px; }
    .work_title h3 { font-size: 20px; line-height: 32px; }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #top_menu .elementor-menu-toggle { margin-top: -50px; padding: 0 20px 0 0; }
    #work_section .tab button { font-size: 16px; margin: 0 10px; }
    .work_title hr { width: 30px; }
    .work_title { margin: 0 10% 0 0; padding-left: 55px; }
    .work_title h3 { font-size: 18px; line-height: 30px; }
    .work_title h4 { margin-bottom: 15px; }
}

@media (max-width: 767px) {
    .elementor-location-header { position: static; }
    #top_menu .elementor-menu-toggle { margin-top: -60px; padding: 0 20px 0 0; }
    #footer_logos { text-align: center; }
    #footer_logos .gallery-item { max-width: inherit; padding-right: 0; display: inline-block; vertical-align: top; width: auto; }
    #footer_logos .gallery-item img { max-height: 100px; width: auto; margin: 0 10px; }
    .home .elementor-location-header { background: #000; position: static; }
    #footer_logos .gallery { margin: 0 auto; }
    #work_section .tab button { font-size: 15px; margin: 0 0 10px 0; }
    #work_section ul.work_cat_ul li { display: block; width: 100%; }
    .work_title hr { width: 30px; }
    .work_title { margin: 0 10% 0 0; padding-left: 55px; }
    .work_img { margin-right: 0; margin-bottom: 20px; }
    #work_section .tab h3 { display: block; font-size: 13px; margin-bottom: 10px; }
    #work_section .tab { margin-bottom: 30px; padding-bottom: 30px; }
    #contact_section:before { display: none; }
    #contact_section .gform_wrapper ul.gfield_radio li { overflow: visible; margin-right: 10px; }
    #contact_section .gfield_radio li label { font-size: 15px; width: 100%; }
    #contact_section .gform_wrapper .gform_page_footer input.gform_next_button, #contact_section .gform_wrapper .gform_page_footer input.gform_previous_button, #contact_section .gform_wrapper .gform_page_footer input.gform_button { width: auto; font-size: 19px; background-size: 18px; }
    #contact_section .gform_wrapper .gform_page_footer input.gform_previous_button { padding-left: 30px; }
    #contact_section .gform_wrapper .gform_page_footer input.gform_next_button { padding-right: 30px; }
    #contact_section input[type="text"] { font-size: 20px; }
    .table-responsive { display: block; width: 100%; overflow-x: auto; border: 0; }
    #casestudy_slider .owl-item .sa_hover_container { height: auto !important; }
    
    .elementor-location-header .elementor-top-section { display: block !important; width: 100%; }
    #mobile_menu { display: block !important; }
    #mobile_menu span.menu_link { margin: -50px 20px 0 0; }
    .work_title { display: none;}
}

@media (max-width: 480px) {
    .work_title hr { display: none; }
    .work_title { margin: 0; padding: 0; }
    .work_title h3 { font-size: 20px; line-height: 30px; }
    #contact_section #field_1_12 .ginput_container, 
    #contact_section #field_1_5 .ginput_container, 
    #contact_section #field_1_11 .ginput_container, 
    #contact_section #field_1_2 .ginput_container, 
    #contact_section #field_1_15 .ginput_container { width: 100%; }
}

.list-container-block ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    width: 100%;
}
.list-container-block ul li {
    font-size: 17px;
    margin-bottom: 26px;
    line-height: 1.5em;
    width: 100%;
    padding-left: 22px;
    position: relative;
}
.list-container-block ul li:last-child{
    margin-bottom:0;
}
.list-container-block ul li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    opacity: 0.6;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}