/*!
Theme Name: Kodee TechWorks
Theme URI: https://kodeetechworks.de/
Author: Webinfy.in
Author URI: https://www.webinfy.in/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kodeetechworks
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Kodee TechWorks is based on Webinfy https://www.webinfy.in/, (C) 2012-2020 Automattic, Inc.
Webinfy is distributed under the terms of the GNU GPL v2 or later.
*/

@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Viaoda+Libre&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
    display: block;
}
body
{
    line-height: 1;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
    content: '';
    content: none;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
*, *::after, *::before
{
    box-sizing: border-box;
}
:after, :before
{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
::selection
{
    background:#076bdd; color:#fff; 
}
::-moz-selection
{
    background:#076bdd; color:#fff;
}
.scrollup
{    
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    float: right;
    right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
    color: #141117;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    z-index: 9999999;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 36%);
    border-radius: 3px;
    font-size: 25px;
    text-align: center;
    line-height: 38px;
    font-weight: 100;
}
.scrollup:hover
{
    
}
body
{
    width:auto;
    margin:0;
    border:0;
    font-family: "Instrument Sans", sans-serif;
    /*font-family: "Viaoda Libre", serif;*/
  transition: background-color 1s ease;
}
img
{
    max-width:100%;
    vertical-align: middle;
    border: 0;
}
.clearfix:after
{
    display:block;
    visibility:hidden;
    overflow:hidden;
    clear:both !important;
    content:".";
    line-height:0;
    height:0;
}
.clearfix
{
    display:inline-block;
}
html[xmlns] .clearfix
{
    display:block;
}
*html .clearfix
{
    height:1%;
}
:focus
{
    outline:0;
}
.clear
{
    clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
    float:left;
}
.right
{
    float:right;
}
p
{
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    margin: 15px 0;
}
p strong
{
    color: #003b80;
    font-weight: 600;
}
a
{
    color:#0667b0;
    text-decoration:none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
h1, h2, h3
{ 
    margin:15px 0;
}
ul.list, ul.listno, .listcontent ul, ul.wp-block-list
{
    padding:0;
    margin:15px 0;
    list-style:none;
} 
ul.list li, ul.listno li, .listcontent ul li, ul.wp-block-list li
{
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    padding-left: 16px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li, ul.listno li
{
    counter-increment: mega-step;
}
ul.list li:before, .listcontent ul li:before, ul.wp-block-list li:before
{
    content: " ";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border: solid 2px #003b80;
    border-radius: 50%;
}
ul.listno li:before
{
    content: counter(mega-step, upper-roman);
    position: absolute;
    top: 0px;
    left: 0;
    width: 6px;
    height: 6px;
    color: #ff3c00;
    text-align:center;
}
ul.list li strong, ul.listno li strong, .listcontent ul li strong
{
    color:#000;
}
ul.list li span, ul.listno li span, .listcontent ul li span
{

    color:#2d3091;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder
{
    font-size: 15px;
    font-family: "Instrument Sans", sans-serif;
    color: #999;
}
input::-moz-placeholder, textarea::-moz-placeholder
{
    font-size: 15px;
    font-family: "Instrument Sans", sans-serif;
    color: #999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder
{
    font-size: 15px;
    font-family: "Instrument Sans", sans-serif;
    color: #999;
}
input:-moz-placeholder, textarea:-moz-placeholder
{
    font-size: 15px;
    font-family: "Instrument Sans", sans-serif;
    color: #999;
}
.site
{
    
}
.wow
{
    visibility: hidden;
}

#preloader
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999999;
}
#status
{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.loader-icon
{
    width: 88px;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.loader-icon img
{
    width: 88px;
    height: 150px;
}
header
{
    position:relative;
}
.section
{
}
.footer
{
    
}
.menu-whatsapp-container
{
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999999999;
}
.menu-whatsapp-container a
{
    background: #2ab740 url(images/WhatsApp.svg) center center no-repeat;
    background-size: 36px;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    border-radius: 50%;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
}
.nav-shrink
{
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.site-header
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index:999999;
    padding: 10px 50px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 0 0 20px 20px;
}
.nav-shrink.site-header
{
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background: #fff;
}
.site-branding
{
    margin: 0;
}
.site-branding a
{
    display:block;
    position: relative;
}
.site-branding a:after
{
    content: "Machine Experience | Home Tech | Practical Projects";
    position: absolute;
    bottom: 0;
    right: 0;
    color: #003b80;
    background: #fff;
    font-size: 7.5px;
}
.site-branding a img
{
    width: auto;
    height: 80px;
}
.contact-button
{

}
.contact-button a, .sidenav .menu-contact-us-container a
{
    display: inline-block;
    color: #272c33;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 50px 15px 25px;
    margin: 15px 0;
    border-radius: 30px;
    position: relative;
    border: solid 1px #003b80;
    background: #fff;
}
.contact-button a:hover, .sidenav .menu-contact-us-container a:hover
{
    color: #fff;
    background: #003b80;
    border: solid 1px #003b80;
}
.contact-button a:after, .sidenav .menu-contact-us-container a:after
{    
    color: #fff;
    background: #003b80;
    font-family: 'Material Symbols Outlined';
    content: "\e5c8 \e5c8";
    font-size: 22px;
    text-autospace: revert-layer;
    font-weight: 300;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%) rotate(-45deg);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-indent: -25px;
    overflow: hidden;
}
.contact-button a:hover:after, .sidenav .menu-contact-us-container a:hover:after
{
    text-indent: 26px;
    color: #003b80;
    background: #ffb800;
}
.main-navigation
{
    margin-left: auto;
    margin-right: 30px;
}
.main-navigation ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.main-navigation ul li
{
    list-style: none;
    float: left;
    margin-left: 20px;
    position: relative;
}
.main-navigation ul li a
{
    color: #272c33;
    font-size: 16px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 8px 0px;
}
/*.main-navigation ul li a:before
{
    content:" ";
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    width:0;
    height: 4px;
    background: #831238;
    opacity: 1;
    z-index: 99999999;
    margin:auto;
}
.main-navigation ul li a:hover:before
{
    width:100%;
}
.main-navigation ul li a:after
{
    content: " ";
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    height: 0;
    width: 0;
    border: solid transparent;
    position: absolute;
    pointer-events: none;
    border-top-color: #341b84;
    border-width: 8px;
}
.main-navigation ul li a:hover:after
{
    top: 0px;
}*/
.main-navigation ul li a:after
{
    content: " ";
    bottom: 0px;
    left: 0;
    right: 0;
    height: 0;
    position: absolute;
    background: #ffb800;
    margin: auto;
    border-radius: 0 0 6px 6px;
}
.main-navigation ul li a:hover:after,.main-navigation ul li.active > a:after
{
    height: 3px;
}
.main-navigation ul li.subarrow
{
    
}
.main-navigation ul li.subarrow a
{
    position: relative;
}
.main-navigation ul li.subarrow a:before
{
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: 33px;
    right: -17px;
    font-size: 22px;
    font-weight: 100;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    line-height: 13px;
}
.main-navigation ul li.subarrow:hover a:before
{
    -webkit-transform: rotate(180deg) ;
    transform: rotate(180deg) ;
}
.main-navigation ul li:hover > a, .main-navigation ul li.active > a
{
    color:#003b80;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-ancestor > a
{
    color:#003b80;
}
.main-navigation .current_page_item > a:after,
.main-navigation .current-menu-ancestor > a:after
{
    height: 3px;
}
.main-navigation ul li .sub-menu
{
    position: absolute;
    display: none;
    background: #0e86c3;
    z-index: 9999999;
    box-shadow: 0px 16px 30px rgba(0, 0, 0, 0.1);
    margin-left: -30px;
    padding: 2px 0px;
}
.main-navigation ul.sub-menu li
{
    list-style: none;
    margin: 0;
    display: block;
    width: 100%;
}
.main-navigation ul.sub-menu li a
{
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding: 15px 30px;
    text-transform: none;
    text-wrap-mode: nowrap;
}
.main-navigation ul.sub-menu li a:hover
{
    background:#40ac39;
}
.main-navigation ul.sub-menu li:hover a
{
    
}
.main-navigation ul.sub-menu li a:before
{
    content: " ";
    background: #831238;
    position: absolute;
    left:0;
    right:auto;
    top:0px;
    bottom:0;
    width: 10px;
    height:4px;
    border-radius:3px;
    -webkit-transform:translateX(10px);
    transform:translateX(10px);
    opacity:0;
    display: none;
}
.main-navigation ul.sub-menu li a:hover:before
{
    -webkit-transform:translateX(-10px);
    transform:translateX(-10px);
    opacity:1;
}
.main-navigation ul.sub-menu li a:after
{
    display:none;
}
/*.nav ul li ul li .subnav
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    box-sizing: border-box;
    padding: 20px 0;
    top:0px;
    left: 100%;
    box-shadow: 0px 10px 16px rgba(104, 104, 104, 0.1);
    border-top:none;
    visibility:hidden;
}
.nav ul > li:hover ul, .nav ul li ul li:hover .subnav
{
    display:block;
    visibility:visible;
}*/
.main-navigation ul > li:hover .sub-menu
{
    display:block;
}
.main-navigation ul.sub-menu .current_page_item > a,
.main-navigation ul.sub-menu .current-menu-ancestor > a
{

    background: none;
}
.gt_switcher_wrapper
{
    top: 26px !important;
    right: 45px !important;
}
a.glink
{
    width: 30px !important;
    height: 48px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #003b80;
    border-radius: 30px;
    color: #fff;
}
a.glink.gt-current-lang
{
    font-weight: bold;
    z-index: -8;
}
.navbar
{
    font-size: 30px;
    cursor: pointer;
    color: #003b80;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 27px;
    margin-right: 35px;
}
.navbar span
{
    display: none !important;
}
.sidenav .menu-contact-us-container
{
    margin-top: auto;
    width: 100%;
}
.sidenav
{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    right: 0;
    background: #fff;
    overflow-y: auto;
    transition: 0.5s;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.sidenav ul
{
    padding: 0 20px 0 20px;
    margin: 0;
    list-style: none;
}
.sidenav ul li
{
    list-style: none;
    position: relative;
}
.sidenav ul li a
{
    color: #272c33;
    font-size: 16px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 0px 0px;
    overflow: hidden;
    margin: 25px 0;
    text-align: left;
}
.sidenav ul li a span
{
  transform: translateY(0);
  display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.sidenav ul li a:hover span
{
  transform: translateY(-50px);
}
.sidenav ul li a::before
{
  content: attr(data-hover);
  position: absolute;
  top: 100%; /* Positioned below the link */
  left: 0;
  width: 100%;
  text-align: left;
  transition: transform 0.3s ease;
}
.sidenav ul li a:hover::before
{
  transform: translateY(-100%);
}
.sidenav ul li:hover > a, .sidenav ul li.active > a
{
    color:#003b80;
}
.sidenav ul li ul
{
    display: none;
    z-index: 9999999;
    padding: 0 12px;
}
.sidenav ul li ul li
{
    list-style: none;
    float: none;
    margin: 0;
    display: block;
}
.sidenav ul ul li a
{
    padding: 10px 0px;
    text-align:left;
    font-size: 15px;
    color: #40ac39;
    font-weight: 400;
    width: auto;
    position: relative;
}
.sidenav ul ul li h3
{
    margin:0;
}
.sidenav ul ul li a:hover:before
{
    opacity:1;
}
.sidenav ul ul li a:hover, .sidenav ul ul li a:hover:before
{
    color: #fff;
}
.sidenav ul li ul:hover a
{
    
}
.sidenav ul > li:hover ul
{
    display:block;
}
.sidenav .closebtn
{
      position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  font-size: 45px;
  cursor: pointer;
  padding: 14px 9px;
  color: #141117;
}
.sidenav .closebtn:hoverr
{
    color:#141117;
}
.hero 
{
    position: relative;
    overflow: hidden;
}
.hero:after, .tech-background aside:after, .getintouch:before, .entry-header:after
{
    content: " ";
    background: url(images/Setting.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 400px;
    height: 300px;
    z-index: 98;
    opacity: 0.5;
}
.hero article
{
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 999;
    width: 600px;
}
.hero article h1
{
    color: #fff;
    font-size: 52px;
    font-weight: 600;
}
.hero article ul.wp-block-list
{
    display: flex;
    gap: 8px;
}
.hero article ul.wp-block-list li
{
    color: #fff;
    margin-right: 5px;
    margin-bottom: 0;
    background: rgba(0, 59, 128, 0.8);
    border: solid 1px rgba(0, 59, 128, 0.8);
    padding: 0 10px 0 20px;
    border-radius: 30px;
    font-size: 18px;
}
.hero article ul.wp-block-list li:before
{
    left: 8px;
    border: solid 2px #ffb800;
}
.hero article h3
{
    color: #fff;
    font-size: 20px;
    line-height: 23px;
}
.hero article a.wp-block-button__link, .tech-background aside a.cfs-hyperlink, .getintouch a.wp-block-button__link
{
    color: #fff;
    background: none;
    border: solid 1px #fff;
}
.hero article  a.wp-block-button__link:hover, .getintouch a.wp-block-button__link:hover
{
    color: #fff;
    background: #003b80;
    border: solid 1px #003b80;
}
.container
{
    padding-top:85px;
    padding-bottom:85px;
}
.row
{
    width:1200px;
    margin:auto;
}
.content
{
    width: 70%;
    padding-right: 50px;
}
.sidebar
{
    width: 30%;
}
.equalheight
{
    display:flex;
}
.alignmiddle
{
    display: flex;
    align-items: center;
}
.padding-top-none
{
    padding-top:0;
}
.padding-bottom-none
{
    padding-bottom:0;
}
.container h2
{
    color: #003b80;
    font-size: 38px;
    line-height: 40px;
    font-weight: 700;
}
.container h2 span
{
    color: #ffb800;
}
.container h3
{
    color: #003b80;
    font-size: 22px;
    font-weight: 600;
}
a.linkbox, a.wp-block-button__link, a.cfs-hyperlink
{
    display: inline-block;
    color: #272c33;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 50px 15px 25px;
    margin: 15px 0;
    border-radius: 30px;
    position: relative;
    border: solid 1px #003b80;
    background: #fff;
    word-break: unset;
}
a.linkbox:hover, a.wp-block-button__link:hover, a.cfs-hyperlink:hover
{
    color: #fff;
    background: #003b80;
    border: solid 1px #003b80;
}
a.linkbox:after, a.wp-block-button__link:after, a.cfs-hyperlink:after
{    
    color: #fff;
    background: #003b80;
    font-family: 'Material Symbols Outlined';
    content: "\e5c8 \e5c8";
    font-size: 22px;
    font-weight: 300;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%) rotate(-45deg);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-indent: -25px;
    overflow: hidden;
}
a.linkbox:hover:after, a.wp-block-button__link:hover:after, a.cfs-hyperlink:hover:after
{
    text-indent: 26px;
    color: #003b80;
    background: #ffb800;
}
.wp-block-columns, .wp-block-image
{
    margin-bottom: 0 !important;
}
.intro
{
    position: relative;
    overflow: hidden;
}
.intro:before
{
    content: " ";
    background: #003b80;
    position: absolute;
    top: -250px;
    left: -250px;
    width: 500px;
    height: 500px;
    transform: rotate(45deg);
}
.intro:after
{
    content: " ";
    background: #ffb800;
    position: absolute;
    top: -200px;
    left: -200px;
    width: 400px;
    height: 400px;
    transform: rotate(45deg);
}
.intro figure
{
    width: 48%;
    position: relative;
}
.intro figure:after
{
    content: " ";
    background: linear-gradient(0deg, rgba(0, 59, 128, 0.8), transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    border-radius: 0 0 10px 10px;
}
.intro figure img
{
    border-radius: 10px;
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
}
.intro aside
{
    width: 48%;
    margin-left: auto;
}
.count
{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 99;
}
.count ul
{
    padding: 0;
    margin: 0px -15px;
}
.count ul li
{
    float: left;
}
.count ul li article
{
    position: relative;
    border-left: solid 1px #fff;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:15px;
}
.count ul li article a
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.count ul li:first-of-type article a
{
    display: none;
}
.count ul li:first-of-type article
{
    border-left: none;
}
.count ul li article figure
{
    border: solid 1px #fff;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.count ul li article aside
{
    width: auto;
    margin: 0;
}
.count ul li article figure img
{
    width:50px;
    height:50px;
}
.count ul li article h1
{
    color: #ffb800;
    font-weight: 800;
    font-size: 28px;
    margin: 10px 0 0 0;
}
.count ul li article h1 span
{
    color: #fff;
}
.count ul li article h3
{
    font-size: 14px;
    margin: 0 0 15px 0;
    color: #fff;
    font-weight: 400;
}
.project-portfolio
{
    text-align: center;
}
.ProjectSlider
{
    margin-top: 40px;
}
.ProjectSlider .owl-prev,
.ProjectSlider .owl-next
{
    display: none;
}
.ProjectSlider .item
{
    
}
.ProjectSlider .item a, .project-portfolio ul li a
{
    display: block;
    border-radius: 10px 10px 20px 10px;
    overflow: hidden;
    text-align: left;
    position: relative;
}
.ProjectSlider .item a:after, .project-portfolio ul li a figure:after
{
    content: " ";
    background: linear-gradient(0deg, rgba(0, 59, 128, 0.8), transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
}
.ProjectSlider .item a img, .project-portfolio ul li a figure img
{
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transform: scale(1);
}
.ProjectSlider .item a:hover img, .project-portfolio ul li a:hover figure img
{
    transform: scale(1.1);
}
.ProjectSlider .item a figcaption, .project-portfolio ul li a figcaption
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 30px;
    z-index: 99;
}
.ProjectSlider .item a figcaption h3, .project-portfolio ul li a figcaption h3
{
    color: #fff;
    font-size: 25px;
    line-height: 30px;
}
.ProjectSlider .item a figcaption:after, .machine-experience ul li a:after, .project-portfolio ul li a figcaption:after
{
    font-family: 'Material Symbols Outlined';
    content: "\e5c8";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    color: #003b80;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.ProjectSlider .item a:hover figcaption:after, .machine-experience ul li a:hover:after, .project-portfolio ul li a:hover figcaption:after
{
    transform: rotate(-45deg);
}
.tech-background
{
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 30px;
}
.tech-background figure img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.tech-background aside
{
    border-radius: 10px;
    background: #003b80;
    padding: 35px 50px;
    position: relative;
    overflow: hidden;
}
.tech-background aside:after
{
    mix-blend-mode: multiply;
}
.tech-background aside h2,
.tech-background aside p
{
    color: #fff;
}
.tech-background aside a.cfs-hyperlink:hover
{
    color: #003b80;
    background: #fff;
    border: solid 1px #fff;
}
.tech-background aside a.cfs-hyperlink:after
{
    color: #003b80;
    background: #fff;
}
.tech-background aside a.cfs-hyperlink:hover:after
{
    background: #ffb800;
}
.machine-experience
{
    text-align: center;
}
.machine-experience ul
{
    margin: 30px -15px 0 -15px;
}
.machine-experience ul li
{
    width: 33.333333%;
    float: left;
}
.machine-experience ul li a
{
    display: block;
    text-align: left;
    margin: 15px;
    background: #d3dce7;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}
.machine-experience ul li a img
{
    border-radius: 8px;
}
.machine-experience ul li a h3
{
    font-size: 20px;
}
.machine-experience ul li a:before
{
    content: " ";
    border: solid 1px #003b80;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    margin: 5px;
}
.machine-experience ul li a:hover:before
{
    margin: -5px;
    border-radius: 12px;
}
.machine-experience ul li a:after
{
    bottom: 15px;
    right: 15px;
}
.getintouch
{
    background: url(images/Contact-Us.jpg) center center no-repeat;
    background-size: cover;
    padding: 50px;
    border-radius: 10px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.getintouch:after
{
    content: " ";
    background: rgba(0, 59, 128);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -8;
    mix-blend-mode: multiply;
}
.getintouch:before
{
    opacity: 0.2;
    mix-blend-mode: plus-lighter;
}
.getintouch h1
{
    color: #fff;
    font-size: 52px;
    font-weight: 600;
}
.getintouch h1 strong
{
    color: #ffb800;
} 
.getintouch a.wp-block-button__link
{
    z-index: 999;
}
.testimonials
{
    text-align: center;
}
.testimonials-image
{
    width: 30%;
}
.testimonials-content
{
    width: 65%;
}
.testimonials-content .owl-carousel
{
    margin-top: 30px;
    padding-bottom: 75px;
}
.testimonials-content .owl-dots
{
    display: none;
}
.testimonials-content .owl-carousel .owl-stage
{
    display: flex;
}
.testimonials-content .owl-carousel.owl-drag .owl-item
{
    display: flex;
}
.testimonials-content .TestimonialsSlider .item
{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #e2e9f2;
    text-align: left;
    padding: 15px 30px;
    border-radius: 10px;
}
.testimonials-content .TestimonialsSlider .item:after
{
    content: "\f10e";
    font-family: 'FontAwesome';
    color: #003b80;
    font-size: 50px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}
.testimonials-content .TestimonialsSlider .item h3
{
    color: #003b80;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
    margin-top: auto;
}
.testimonials-content .TestimonialsSlider .item h3 small
{
    color: #003b80;
    font-size: 15px;
    display: block;
}
.site-footer
{
    background: #003b80;
    position: relative;
    z-index: 9;
}
.footer-content
{
    width: 330px;
}
.footer-content p strong
{
    color:#fff !important;
    font-weight:300 !important;
}
.footer-content .wp-block-image a:after
{
    bottom: 8px;
    left: 26px;
    display: none;
}
.site-footer article
{
    padding: 85px 0;
}
.site-footer article .wp-block-image
{
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.site-footer article h2
{
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.site-footer article p
{
    color: #fff;  
}
.site-footer article p a:hover
{
    text-decoration:none;    
}
.site-footer article p strong
{
    color:#ffb800;
}
.site-footer article aside
{
    margin-right: 8%;
}
.site-footer article aside:nth-of-type(3), .site-footer article aside:last-of-type
{
    margin-right: 0;
}
.site-footer .menu-footer-information-container
{
    
}
.site-footer .menu-footer-information-container ul
{
    padding:0;
    margin:0;
}
.site-footer .menu-footer-information-container ul li
{
    margin-bottom: 10px;
}
.site-footer .menu-footer-information-container ul li a
{
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    position: relative;
}
.site-footer .menu-footer-information-container ul li a:hover
{
    color: #fff;
}
.site-footer .menu-footer-information-container ul li a:before
{
    content: " ";
    background: #fff;
    position: absolute;
    top: 9.5px;
    right: 105%;
    width: 0;
    height: 2px;
}
.site-footer .menu-footer-information-container ul li a:hover:before
{
    width: 10px;
}
.menu-follow-us-container
{
   
}
.menu-follow-us-container li
{
   float: left;
    margin-right: 5px;
}
.menu-follow-us-container li a
{
    display: block;
    background: #4267b2;
    color: #fff;
    width: 42px;
    height: 42px;
    text-align: center;
    padding: 9px 0;
    font-size: 24px;
    border-radius: 50%;
    float: left;
}
.menu-follow-us-container li:nth-of-type(2) a
{
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.menu-follow-us-container li:nth-of-type(3) a
{
    background: #0076b4;
}
.menu-follow-us-container li:nth-of-type(4) a
{
    background: #fe1101;
}
.menu-follow-us-container li:nth-of-type(5) a
{
    background: #1da1f3;
}
.site-info
{
    background: #fff;
    padding: 20px 0;
}
.site-info p{color: #272c33;}
.site-info strong{font-weight: 500;color: #272c33;}
.site-info a{color: #003b80;font-weight: 500}
.site-info a:hover{color: #003b80;}
.error-404
{
    padding: 15px 20px;
    position: relative;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 75px 20px 100px 20px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    border-bottom: solid 2px #fff;
}
.error-404
{
    padding: 75px 20px 100px 20px;
    border-top:solid 1px #cccccc;
}
.error-404 h1
{
    font-size: 54px;
    font-weight: 500;
    color: #6d6d6d;
    line-height: 54px;
}
.entry-header
{
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 0 50px 50px 50px;
}
.error-404 h1 small
{
    display: block;
    text-transform: uppercase;
    font-size: 22px;
}
.entry-header:before
{
    content: " ";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -8;
}
.entry-header h1
{
    color: #fff;
    font-size: 62px;
    font-weight: 600;
}
.entry-header nav
{
    position: absolute;
    bottom: 15px;
    right: 0px;
    z-index: 9999;
}
.entry-header nav ul
{
    padding: 0;
    margin: 0;
}
.entry-header nav ul li
{
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight:400;
    margin-right: 25px;
    position: relative;
}
.entry-header nav ul li:first-of-type:before
{
    display:none;
}
.entry-header nav ul li:before
{
    content: " ";
    top: 0;
    bottom: 0;
    left: -13px;
    width: 0;
    position: absolute;
    border-left: dotted 1px #fff;
}
.entry-header nav ul li a
{
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.entry-header nav ul li a:hover
{
    color: #fff;
    text-decoration: overline;
}
.aboutus
{

}
.aboutus .wp-block-image, .technical-focus-content .wp-block-image, .machine-experience-page .wp-block-image
{
    position: relative;
}
.machine-experience-page .wp-block-image
{
    margin: 15px 0;
}
.aboutus .wp-block-image:after, .technical-focus-content .wp-block-image:after, .machine-experience-page .wp-block-image:after
{
    content: " ";
    border: double 1px #ffb800;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5px;
    border-radius: 8px;
}
.aboutus .wp-block-image img, .technical-focus-content .wp-block-image img, .machine-experience-page .wp-block-image img
{
    border-radius: 10px;
}
.vision-mission
{
    background: #003b80;
}
.vision-mission article
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 50px;
}
.vision-mission article:first-of-type
{
    margin-top: 0px;
}
.vision-mission figure
{
    
}
.vision-mission article:nth-of-type(even) figure
{
    order: 1;
}
.vision-mission figure img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.vision-mission aside
{
    border-radius: 10px;
    background: #062d5b;
    padding: 35px 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
.vision-mission aside h2
{
    font-size: 28px;
    line-height: 32px;
}
.vision-mission aside h2,
.vision-mission aside p
{
    color: #fff;
}
.technical-focus
{
    text-align: center;
}
.technical-focus ul
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 50px 0 0 0;
}
.technical-focus ul li
{
    text-align: left;
    border-top: solid 1px #d3dce7;
    border-left: solid 1px #d3dce7;
    background: #fff;
    border-radius: 10px;
    padding: 15px 15px 15px 40px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0px 8px 22px rgba(211, 220, 231, 0.6);
    position: relative;
}
.technical-focus ul li:before
{
    font-family: 'Material Symbols Outlined';
    content: "\e834";
    color: #003b80;
    font-size: 26px;
    font-weight: 300;
    position: absolute;
    top:10px;
    left: 10px;
}
.technical-focus-content
{
    background: #d3dce7;
}
.machine-experience-page
{

}
.machine-experience-page .wp-block-columns
{
    border-top: solid 1px #d3dce7;
    padding-top: 50px;
    margin-top: 50px;
}
.machine-experience-page .wp-block-columns:first-of-type
{
    border-top: none;
    padding-top: 0px;
    margin-top: 0px;
}
.project-portfolio
{

}
.project-portfolio ul
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.project-portfolio ul li
{
    display: flex;
}
.project-portfolio ul li a
{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.project-portfolio ul li a figure
{
    position: relative;
    border-radius: 10px 10px 20px 10px;
    overflow: hidden;
    text-align: left;
    position: relative;
}
.project-portfolio ul li a figcaption h3
{
    font-size: 22px;
    line-height: 25px;
    margin: 0;
}
.project-portfolio ul li a p
{
    line-height: 20px;
    font-size: 14px;
    padding-left: 15px;
    border-left: solid 2px #003b80;
    margin-left: 15px;
}
.project-portfolio ul li a span
{
    display: inline-block;
    color: #272c33;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 26px 0px 0px;
    margin: auto auto 10px 15px;
    position: relative;
}
.project-portfolio ul li a span:after
{    
    color: #003b80;
    background: #fff;
    font-family: 'Material Symbols Outlined';
    content: "\e5c8 \e5c8";
    font-size: 22px;
    font-weight: 300;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%) rotate(-45deg);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-indent: -25px;
    overflow: hidden;
}
.project-portfolio ul li a:hover span:after
{
    text-indent: 26px;
}
.contactus
{
    
}
.contactus-content
{
    max-width: 800px;
    margin-bottom: 30px;
}
.contactus .formfield
{
    width: 60%;
}
.contact-details
{
    width: 35%;
    background: #003b80;
    padding: 15px 30px;
    border-radius: 10px;
}
.contact-details h2
{
    color: #fff;
    font-size: 28px;
    line-height: 34px;
}
.contact-details p
{
    position: relative;
    color: #fff;
    padding: 0px 0px 0px 40px;
}
.contact-details p strong
{
    color: #fff;
    display: block;
}
.contactus:first-of-type p:before
{
    content: "\e7fd";
    font-family: 'Material Symbols Outlined';
    font-size: 34px;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 4px;
    font-weight: 200;
}
.contactus:first-of-type p:nth-of-type(2):before
{
    content: "\e0c8";
}
.contactus:first-of-type p:nth-of-type(3):before
{
    content: "\e7ba";
}
.contactus:first-of-type p:nth-of-type(4):before
{
    content: "\e158";
}
.contactus .wp-block-columns form p
{
    margin: 0 0 !important;
    padding-left: 0px !important;
}
.contactus .wp-block-columns form p:before
{
    display: none;
}
.gmap
{
    margin-top: 50px;
}
.gmap iframe
{
    width: 100%;
    height: 400px;
    border-radius: 30px;
    filter: grayscale(100%);
}

.formfield
{
    
}
.formfield form
{
    margin: -10px;
}
.formfield input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder,
.contactus input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder
{
    color: #000;
    font-family: "Instrument Sans", sans-serif;
    font-weight:400;
    font-size:15px;
}
.formfield input::-moz-placeholder,
.formfield textarea::-moz-placeholder,
.contactus input::-moz-placeholder,
.formfield textarea::-moz-placeholder
{
    color: #000;
    font-family: "Instrument Sans", sans-serif;
    font-weight:400;
    font-size:15px;
}
.formfield input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder,
.contactus input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder
{
    color: #000;
    font-family: "Instrument Sans", sans-serif;
    font-weight:400;
    font-size:15px;
}
.formfield input:-moz-placeholder,
.formfield textarea:-moz-placeholder,
.contactus input:-moz-placeholder,
.formfield textarea:-moz-placeholder
{
    color: #000;
    font-family: "Instrument Sans", sans-serif;
    font-weight:400;
    font-size:15px;
}
.form-split
{
    width: 50%;
}
.formfield label, .contactus label
{
    display:block;
    padding:10px;
}
.formfield h2,
.formfield p
{
    padding-left: 10px;
}
.formfield label strong
{
    display: block;
    font-weight: 500;
    margin-bottom: 4px;
    color: #141117;
    font-size: 14px;
}
.formfield input[type=text], .formfield input[type=email], .formfield input[type=number], .formfield input[type=tel], .formfield input[type=search], .formfield input[type=date], .contactus input[type=text], .contactus input[type=email], .contactus input[type=number], .contactus input[type=search], .contactus input[type=date]
{
    padding: 16px 20px;
    width: 100%;
    background: #fff;
    border: 1px solid #141117;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Instrument Sans", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type="date"]::-webkit-calendar-picker-indicator,
.contactus input[type="date"]::-webkit-calendar-picker-indicator
{
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.formfield input[type=text]:focus, .formfield input[type=email]:focus, .formfield input[type=number]:focus, .formfield input[type=tel]:focus, .formfield textarea:focus
{
    
}
.formfield input[type="file"]
{
    padding: 12px 20px;
    width: 100%;
    background: #fff;
    border: 1px solid #141117;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Instrument Sans", sans-serif;
}
.formfield input[type="file"]::file-selector-button
{
  border: 2px solid #f0d3c3;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  background-color: #f0dfd5;
  transition: 1s;
}
.formfield input[type="file"]::file-selector-button:hover
{
    
}
.selectdiv
{
    position: relative;
    font-family: "Instrument Sans", sans-serif;
}
.selectdiv select::-ms-expand
{
    display: none;
}
.selectdiv:before
{
    content: " ";
    right: 27px;
    top: 21px;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #000;
    -webkir-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9999;
}
.selectdiv:after
{
    content: " ";
    right: 20px;
    top: 21px;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #000;
    -webkir-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 9999;
}
.selectdiv:hover:before
{
    -webkir-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.selectdiv:hover:after
{
    -webkir-transform: rotate(45deg);
    transform: rotate(45deg);
}
.selectdiv select
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding:16px 20px;
    font-size: 16px;
    color: #000;
    background: #fff;
    border: 1px solid #141117;
    background-image: none;
    border-radius: 10px;
    -ms-word-break: normal;
    word-break: normal;
    font-family: "Instrument Sans", sans-serif;
    cursor:pointer;
}
.selectdiv:hover select
{
    
}
.selectdiv select:focus
{
    
}
.formfield textarea, .contactus textarea
{
    padding: 16px 20px;
    width: 100%;
    height:120px;
    background: #fff;
    border: 1px solid #141117;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Instrument Sans", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=submit], .formfield input[type=button], .contactus input[type=submit], .contactus input[type=button]
{
    border: solid 1px #003b80;
    background: #fff;
    padding: 16px 30px;
    outline: 0;
    color: #003b80;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    font-family: "Instrument Sans", sans-serif;
    border-radius: 10px;
    display: inline-block;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    text-transform: uppercase;
}
.formfield input[type=submit]:hover, .formfield input[type=button]:hover
{
    
}

.grecaptcha-badge{
    height: 60px!important;
    display: none !important;
    position: fixed!important;
    bottom: 14px!important;
    box-shadow: gray 0px 0px 5px!important;
    border-radius: 2px!important;
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
    z-index: 9999;
}    
.grecaptcha-badge:hover {
    width: 256px !important;
 }
/*Responsive*/
@media only screen and (max-width:1200px)
{
    .row
    {
        width: auto;
    }
    .main-navigation ul li
    {
        margin-left: 10px;
    }
}
@media only screen and (max-width:1024px)
{
    .site-header
    {
        padding: 10px 20px;
    }
    .main-navigation
    {
        display: none;
    }
    .contact-button
    {
        margin-left: auto;
        margin-right: 15px;
    }
    .navbar
    {
        display: block;
    }
}
@media only screen and (max-width:960px)
{
    .container
    {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .row
    {
        padding: 0 20px;
    }
    .site-footer article
    {
        padding: 35px 20px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .site-footer article aside
    {
        width: 48%;
        margin: 0;
    }
}
@media only screen and (max-width:768px)
{
    .alignmiddle
    {
        display: block;
    }
    .hero
    {        
    	height: 450px;
    }
    .hero article
    {
        width: auto;
        padding: 0 20px;
        left: 0;
        bottom: 10px;
    }
    .hero article h1
    {
        font-size: 34px;
    }
    .hero article h3
    {
        font-size: 16px;
        line-height: 20px;
    }
    .hero article ul.wp-block-list li
    {
        margin-right: 0px;
        font-size: 14px;
    }
    .hero:after, .tech-background aside:after, .getintouch:before
    {
        width: 300px;
        height: 200px;
    }
    .container h2
    {
        font-size: 32px;
        line-height: 36px;
    }
    .intro:before
    {
        top: -150px;
        left: -150px;
        width: 300px;
        height: 300px;
    }
    .intro:after
    {
        top: -100px;
        left: -100px;
        width: 200px;
        height: 200px;
    }
    .intro figure, .intro aside, .contactus .formfield, .contact-details
    {
        width: auto;
        float: none;
    }
    .count ul li article h1
    {
        font-size: 34px;
    }
    .count ul li article h3
    {
        font-size: 12px;
    }
    .tech-background
    {
        grid-template-columns: 1fr;
    }
    .tech-background aside
    {
        padding: 15px 30px;
    }
    .tech-background figure
    {
        margin-top: 20px;
    }
    .machine-experience ul li
    {
        width: 50%;
    }
    .getintouch h1
    {
        font-size: 36px;
    }
    .testimonials-image
    {
        width: 20%;
    }
    .testimonials-content
    {
        width: 75%;
    }
    .entry-header
    {
        height: 300px;
        padding: 0 20px 20px 20px;
    }
    .entry-header h1
    {
        font-size: 44px;
    }
    .vision-mission article
    {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 20px;
    }
    .vision-mission aside
    {
        padding: 15px 30px;
    }
    .vision-mission article:nth-of-type(even) figure
    {
        order: 0;
    }
    .project-portfolio ul
    {
        grid-template-columns: 1fr 1fr;
    }
    .contact-details
    {
        margin-top: 20px;
    }
}
@media only screen and (max-width:520px)
{
    .contact-button
    {
        display: none;
    }
    .navbar
    {
        margin-left: auto;
    }
    .hero article ul.wp-block-list
    {
        display: block;
    }
    .hero article ul.wp-block-list li
    {
        margin: 2px 0;
        display: inline-block;
    }
    .site-footer article
    {
        text-align: center;
        display: block;
    }
    .site-footer article aside
    {
        width: auto;
        float: none;
    }
    .site-info
    {
        padding: 20px 60px !important;
    }
    .site-info p
    {
        text-align: center;
        float: none;
    }
    .menu-follow-us-container
    {
        text-align: center;
    }
    .menu-follow-us-container li
    {
       float: none;
        margin-right: 0;
        display: inline-block;
    }
    .machine-experience ul li
    {
        width: 100%;
    }
    .technical-focus ul
    {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 30px 0 0 0;
    }
	.entry-header:after
	{
		bottom: -50px;
		right: -50px;
		width: 250px;
		height: 120px;
	}
    .entry-header h1
    {
        font-size: 30px;
    }
    .project-portfolio ul
    {
        grid-template-columns: 1fr;
    }
    .form-split
    {
        width: 100%;
    }
}
@media only screen and (max-width:320px)
{
    
}