@font-face {
font-family: OpenSans-Light;
src: url(https://kontrolautomationtechnical.com/wp-content/themes/kat/assets/fonts/OpenSans-Light.ttf);
}
@font-face {
font-family: OpenSans-Regular;
src: url(https://kontrolautomationtechnical.com/wp-content/themes/kat/assets/fonts/OpenSans-Regular.ttf);
}
@font-face {
font-family: OpenSans-SemiBold;
src: url(https://kontrolautomationtechnical.com/wp-content/themes/kat/assets/fonts/OpenSans-SemiBold.ttf);
}
@font-face {
font-family: OpenSans-Bold;
src: url(https://kontrolautomationtechnical.com/wp-content/themes/kat/assets/fonts/OpenSans-Bold.ttf);
}
@font-face {
font-family: Oswald-Bold;
src: url(https://kontrolautomationtechnical.com/wp-content/themes/kat/assets/fonts/Oswald-Bold.ttf);
}
@font-face {
font-family: Oswald-SemiBold;
src: url(https://kontrolautomationtechnical.com/wp-content/themes/kat/assets/fonts/Oswald-SemiBold.ttf);
}
@font-face {
font-family: HeroBold;
src: url(https://kontrolautomationtechnical.com/wp-content/themes/kat/assets/fonts/HeroBold.otf);
}
body {
margin: 0;
padding: 0;
font-family: "OpenSans-Light";
color: var(--blue);
line-height: 30px;
}
p {
font-size: 16px;
}
:root {
--blue: #001e57;
--red: #e20e0e;
--light-gray: #efefef;
} @media (max-width: 337px) {
.big-heading,
.footer-white-heading {
font-size: 8vw !important;
line-height: 9.6vw !important;
}
} @media (max-width: 767.98px) {
.container {
max-width: 363px !important;
}
.top-banner-height {
height: 229px;
}
.section-y-padding {
padding: 70px 0;
}
.big-heading {
text-transform: uppercase;
font-family: "Oswald-Bold";
color: var(--blue);
font-size: 30px;
line-height: 36px;
} .main-splide-arrows {
position: absolute;
right: 21%;
bottom: 9%;
}
#home-main-mobile-slider .splide__arrows button {
height: 1.7em !important;
width: 1.7em !important;
}
#home-main-mobile-slider .splide__arrows button i {
font-size: 1.3rem !important;
}
#home-main-mobile-slider .splide__arrow--next {
right: 0.6em;
}
#home-main-mobile-slider .main-prev-btn {
background-color: #5e8bba !important;
}
#home-main-mobile-slider .main-next-btn {
border: 1.5px solid white !important;
} p {
line-height: 26px;
}
.hide-mobile {
display: none;
}
.blue-red-line {
padding-top: 2.4rem !important;
padding-bottom: 2.5rem !important;
}
.service-blue-red-line {
padding-top: 2.2rem;
padding-bottom: 2.5rem;
}
.flex-box {
background: #ededed65 0% 0% no-repeat padding-box;
padding: 51px 15px;
text-align: center;
height: 354px;
margin-top: 56px;
}
.flex-box-content {
color: var(--blue);
}
.flex-box-heading {
font-family: "Oswald-Bold";
text-transform: uppercase;
font-size: 26px;
line-height: 34px;
margin-bottom: 11px;
margin-top: 11px;
}
.flex-box-p {
font-family: "OpenSans-SemiBold";
font-size: 14px;
line-height: 20px;
max-width: 333px;
margin: 0 auto;
} .white-p {
font-size: 20px;
line-height: 34px;
color: white;
font-family: "OpenSans-SemiBold";
margin-bottom: 17px;
}
.big-heading-white {
text-transform: uppercase;
font-family: "Oswald-Bold";
color: white;
font-size: 30px;
line-height: 36px;
letter-spacing: -0.6px;
}
.slider-section {
padding-bottom: 106px;
overflow: hidden;
position: relative;
}
#service-slider .splide__track {
z-index: 9999;
}
#service-slider .splide__arrows {
position: absolute;
right: 22%;
top: 104%;
z-index: 999999;
}
#service-slider button {
width: 53px;
height: 53px;
opacity: 1;
background: none;
right: 0;
} .service-box {
margin: 15px 0 54px 0;
min-height: 494px;
background-color: white;
border-radius: 5px;
padding: 36px 32px;
position: relative;
top: 10px;
transition: top ease 0.5s;
}
.round-gray-logo-box {
background: #001e570d 0% 0% no-repeat padding-box;
width: 86px;
height: 86px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.service-heading {
color: var(--blue);
font-family: "Oswald-Bold";
font-size: 26px; text-transform: uppercase;
margin-bottom: 21px;
margin-top: 32px;
}
.service-p-content {
font-family: "OpenSans-Regular";
font-size: 16px;
line-height: 22px;
color: #000000;
margin-bottom: 30px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
}
.service-read-more-btn {
display: block;
text-decoration: none;
color: var(--blue);
border: 2px solid var(--red);
border-radius: 21px;
background: #ffffff 0% 0% no-repeat padding-box;
font-size: 14px;
padding: 4px 14px;
text-align: center;
text-transform: uppercase; width: 135px;
font-family: "HeroBold";
position: absolute;
bottom: 46;
}
.service-read-more-btn:hover {
background-color: var(--red);
color: white;
text-decoration: none;
}
.service-box:hover .service-read-more-btn {
background-color: #ff0000;
color: white;
text-decoration: none;
}
.service-box:hover .round-gray-logo-box {
border: 2px solid #ff0000;
}
.mobile-services-service-box {
padding: 36px 37px !important;
}
.mobile-services-service-box .service-p-content {
-webkit-line-clamp: 6 !important;
}
.slider-section-bg-img {
z-index: 0;
position: absolute;
bottom: 80px;
left: -118px;
}
.slider-section-bg-img img {
height: 371px !important;
} .service-red-box-container {
position: none;
height: none;
}
.service-red-box {
background-color: var(--light-gray);
display: flex;
flex-direction: column;
padding: 60px 21px;
text-align: center;
}
.service-red-box-content {
max-width: none;
margin-bottom: 34px;
}
.service-red-box-heading {
font-family: "Oswald-Bold";
font-size: 30px;
line-height: 36px;
color: var(--blue);
text-transform: uppercase;
max-width: 246px;
margin: 0 auto 17px auto;
}
.service-red-box-p {
font-size: 16px;
line-height: 20px;
color: var(--blue);
font-family: "OpenSans-SemiBold";
max-width: 333px;
margin: 0 auto;
}
.service-red-box-btn,
.service-red-box-btn:hover {
text-decoration: none;
color: white;
background-color: var(--blue);
padding: 18px 31px; font-family: "HeroBold";
font-size: 14px;
margin: 0 auto;
border-radius: 5px;
} .footer-y-padding {
padding-top: 42px;
padding-bottom: 42px;
}
footer .brand-img-list {
display: flex;
flex-flow: row wrap;
position: relative;
}
footer .img-container {
margin-bottom: 25px;
flex: 1 1 50%;
text-align: center;
}
footer .footer-brand-img {
max-width: 144px;
max-height: 100px;
}
footer .footer-banner {
border-bottom: 5px solid var(--red);
background: url(https://kontrolautomationtechnical.com/wp-content/themes/kat/assets/img/footer-banner-mobile.png) center no-repeat;
background-size: auto;
background-size: cover; background-color: var(--blue);
}
.footer-white-heading {
text-transform: uppercase;
font-size: 30px;
line-height: 38px;
font-family: "Oswald-Bold";
color: white;
margin-bottom: 30px;
text-align: center;
}
.footer-white-btn {
text-decoration: none;
color: var(--red);
background-color: white;
padding: 18px 54px; font-family: "HeroBold";
border-radius: 5px;
display: block;
max-width: 257px;
text-align: center;
margin: 0 auto;
transition: 0.2s;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
}
.footer-white-btn:hover {
text-decoration: none;
color: white;
background-color: var(--blue);
transition: 0.2s;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
}
.footer-logo {
max-width: 178px;
}
.footer-menu-link-list {
display: flex;
position: relative;
margin: 49px auto 62px auto;
flex-direction: column;
}
.footer-menu-link,
.footer-menu-link:hover {
font-family: "Oswald-SemiBold";
color: var(--blue);
font-size: 24px;
line-height: 48px;
text-decoration: none;
text-transform: uppercase;
text-align: center;
}
.footer-contact-link-list {
display: flex;
flex-direction: column;
position: relative;
margin: auto;
justify-content: space-evenly;
}
.footer-contact-link,
.footer-contact-link:hover {
font-family: "Oswald-SemiBold";
color: var(--blue);
font-size: 23px;
line-height: 35px;
letter-spacing: 0.46px;
text-decoration: none;
text-transform: uppercase;
text-align: left;
margin-left: 19px;
}
.footer-bottom-blue-section {
color: white;
background-color: var(--blue);
text-align: center;
font-family: "Oswald";
text-transform: uppercase;
font-size: 16px;
line-height: 34px;
padding: 25px 0;
position: relative;
}
.footer-bottom-blue-section .line {
border-left: 1px solid #ffffff;
opacity: 0.35;
margin: 15px;
}
.footer-bottom-blue-section a {
text-decoration: none;
color: inherit;
}
.footer-corner-flag-svg {
position: absolute;
width: 74;
right: 0;
bottom: 0;
} .about-us-banner {
background-image: url(https://kontrolautomationtechnical.com/wp-content/themes/kat/assets/img/about-us-banner-mobile.png) !important;
}
#testimonial-slider .splide__arrows {
position: absolute;
left: 58px;
z-index: 99999;
top: 47px;
}
#testimonial-slider button {
width: 53px;
height: 53px;
right: 0;
opacity: 1;
background: none;
}
#testimonial-slider .splide__track {
z-index: 9999;
}
.testimonial-box {
margin: 119px auto 0px auto;
background-color: white;
max-width: 333px;
border-radius: 5px;
padding: 37px 0;
position: relative;
}
.testimonial-comment {
text-align: center;
font-family: "Oswald-Bold";
font-size: 24px;
line-height: 34px;
margin: 25px auto 41px auto;
max-width: 280px;
}
.testimonial-comment::before {
content: "‘‘";
}
.testimonial-comment::after {
content: "’’";
}
.testimonial-client-name {
font-family: "Oswald-Bold";
font-size: 24px;
line-height: 36px;
color: var(--red);
max-width: 280px;
margin: auto;
text-align: center;
text-transform: uppercase;
}
.testimonial-client-company {
color: var(--blue);
max-width: 280px;
margin: auto;
text-align: center;
}
.about-page {
padding: 70px 0 !important;
}
.about-page .slider-section-bg-img {
bottom: -121px !important;
left: -95px !important;
}
.about-page .slider-section-bg-img img {
width: 371px !important;
} .services-banner {
background-image: url(https://kontrolautomationtechnical.com/wp-content/themes/kat/assets/img/services-banner-mobile.png) !important;
}  .contact-us-banner {
background-image: url(https://kontrolautomationtechnical.com/wp-content/themes/kat/assets/img/contact-us-banner-mobile.png) !important;
}
.contact-page {
padding: 70px 0 !important;
}
.contact-page .round-gray-logo-box {
height: 72px !important;
width: 72px !important;
}
.contact-page .slider-section-bg-img {
bottom: -60px !important;
left: -77px !important;
}
.contact-page .slider-section-bg-img img {
height: 242px !important;
}
.box-content {
font-size: 20px !important;
}
} @media (min-width: 768px) and (max-width: 1200px) {
.container {
max-width: 626px !important;
}
.top-banner-height {
height: 200px;
}
.home-page-img {
max-height: 703px;
height: auto;
}
.main-splide-arrows {
position: absolute;
right: 8%;
bottom: 11%;
}
.section-y-padding {
padding: 73px 0;
}
.lg-text-tab {
font-size: 18px;
line-height: 30px;
}
.big-heading {
text-transform: uppercase;
font-family: "Oswald-Bold";
color: var(--blue);
font-size: 40px;
line-height: 48px;
}
.hide-tab {
display: none;
}
.flex-box {
background: #ededed65 0% 0% no-repeat padding-box;
border-radius: 14px;
display: flex;
width: 541px; padding: 15px;
margin: 56px auto 104px auto;
}
.flex-box-content {
margin-left: 19px;
color: var(--blue);
}
.flex-box-heading {
font-family: "Oswald-Bold";
text-transform: uppercase;
font-size: 30px;
line-height: 34px;
margin-bottom: 6px;
}
.flex-box-p {
font-family: "OpenSans-SemiBold";
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
} .white-p {
font-size: 20px;
line-height: 34px;
color: white;
font-family: "OpenSans-SemiBold";
margin-bottom: 17px;
}
.big-heading-white {
text-transform: uppercase;
font-family: "Oswald-Bold";
color: white;
font-size: 40px;
line-height: 48px;
letter-spacing: -0.8px;
}
.slider-section {
overflow: hidden;
position: relative;
}
#service-slider .splide__track {
z-index: 9999;
width: 100vw;
}
#service-slider .splide__arrows {
position: absolute;
right: 10%;
top: -17%;
z-index: 999999;
}
#service-slider button {
width: 53px;
height: 53px;
opacity: 1;
background: none;
right: 0;
} .service-box {
margin: 54px 0;
min-height: 502px;
background-color: white;
width: 385px;
border-radius: 5px;
padding: 46px 44px;
position: relative;
top: 10px;
transition: top ease 0.5s;
}
.round-gray-logo-box {
background: #001e570d 0% 0% no-repeat padding-box;
width: 86px;
height: 86px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
} .service-heading {
color: var(--blue);
font-family: "Oswald-Bold";
font-size: 26px;
line-height: 32px;
text-transform: uppercase;
margin-bottom: 21px;
margin-top: 44px;
}
.service-p-content {
font-family: "OpenSans-Regular";
font-size: 16px;
line-height: 22px;
color: #000000;
margin-bottom: 41px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
}
.service-read-more-btn {
display: block;
text-decoration: none;
color: var(--blue);
border: 2px solid var(--red);
border-radius: 21px;
background: #ffffff 0% 0% no-repeat padding-box;
font-size: 14px;
padding: 4px 14px;
text-align: center;
text-transform: uppercase; width: 135px;
font-family: "HeroBold";
position: absolute;
bottom: 55;
}
.service-read-more-btn:hover {
background-color: var(--red);
color: white;
text-decoration: none;
}
.service-box:hover .service-read-more-btn {
background-color: #ff0000;
color: white;
text-decoration: none;
}
.service-box:hover .round-gray-logo-box {
border: 2px solid #ff0000;
}
.slider-section-bg-img {
z-index: 0;
position: absolute;
bottom: -124px;
left: -208px;
}
.slider-section-bg-img img {
width: 470px;
} .service-red-box-container {
position: none;
height: none;
}
.service-red-box {
background-color: var(--light-gray);
display: flex;
flex-direction: column;
padding: 46px;
text-align: center;
}
.service-red-box-content {
max-width: none;
margin-bottom: 23px;
}
.service-red-box-heading {
font-family: "Oswald-Bold";
font-size: 30px;
line-height: 52px;
color: var(--blue);
text-transform: uppercase;
margin-bottom: 12px;
}
.service-red-box-p {
font-size: 16px;
line-height: 20px;
color: var(--blue);
font-family: "OpenSans-SemiBold";
max-width: 406;
margin: 0 auto;
}
.service-red-box-btn,
.service-red-box-btn:hover {
text-decoration: none;
color: white;
background-color: var(--blue);
padding: 18px 34px; font-family: "HeroBold";
margin: 0 auto;
border-radius: 5px;
} .footer-y-padding {
padding-top: 58px;
padding-bottom: 58px;
}
footer .brand-img-list {
display: flex;
flex-flow: row wrap;
position: relative;
}
footer .img-container {
margin-bottom: 49px;
flex: 1 1 33%;
text-align: center;
}
footer .footer-brand-img {
max-width: 185px;
max-height: 100px;
}
footer .footer-banner {
border-bottom: 5px solid var(--red);
background: url(https://kontrolautomationtechnical.com/wp-content/themes/kat/assets/img/footer-banner-tab.png) center no-repeat;
background-size: auto;
background-size: cover; background-color: var(--blue);
}
.footer-white-heading {
text-transform: uppercase;
font-size: 36px;
line-height: 48px;
font-family: "Oswald-Bold";
color: white;
margin-bottom: 42px;
}
.footer-white-btn {
text-decoration: none;
color: var(--red);
background-color: white;
padding: 18px 54px; font-family: "HeroBold";
border-radius: 5px;
display: block;
max-width: 249px;
text-align: center;
transition: 0.2s;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
}
.footer-white-btn:hover {
text-decoration: none;
color: white;
background-color: var(--blue);
transition: 0.2s;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
}
.footer-logo {
max-width: 204px;
}
.footer-menu-link-list {
display: flex;
flex-flow: row wrap;
position: relative;
width: 591px;
margin: 45px auto 30px auto;
}
.footer-menu-link,
.footer-menu-link:hover {
font-family: "Oswald-SemiBold";
color: var(--blue);
font-size: 28px;
line-height: 42px;
text-decoration: none;
text-transform: uppercase;
flex: 1 1;
text-align: center;
}
.footer-contact-link-list {
display: flex;
flex-direction: column;
position: relative;
margin: auto;
justify-content: space-evenly;
}
.footer-contact-link,
.footer-contact-link:hover {
font-family: "Oswald-SemiBold";
color: var(--blue);
font-size: 23px;
line-height: 35px;
letter-spacing: 0.46px;
text-decoration: none;
text-transform: uppercase;
flex: 1 1;
text-align: left;
margin-left: 19px;
}
.footer-bottom-blue-section {
color: white;
background-color: var(--blue);
text-align: center;
font-family: "Oswald";
text-transform: uppercase;
font-size: 16px;
line-height: 24px;
padding: 51px 0;
position: relative;
}
.footer-bottom-blue-section .line {
border-left: 1px solid #ffffff;
opacity: 0.35;
margin: 15px;
}
.footer-bottom-blue-section a {
text-decoration: none;
color: inherit;
}
.footer-corner-flag-svg {
position: absolute;
width: 117;
right: 0;
bottom: 0;
} .man-tab-img {
position: absolute;
top: -25px;
bottom: 0; height: 343px;
}
#testimonial-slider .splide__arrows {
position: absolute;
left: 50%;
z-index: 99999;
bottom: 0;
}
#testimonial-slider button {
width: 53px;
height: 53px;
right: 0;
opacity: 1;
background: none;
}
#testimonial-slider .splide__track {
z-index: 9999;
}
.testimonial-box {
margin: 40px auto;
background-color: white;
max-width: 596px;
border-radius: 5px;
padding: 31px 0;
position: relative;
bottom: 20px;
}
.testimonial-comment {
font-family: "Oswald-Bold";
font-size: 26px;
line-height: 36px;
margin: 25px auto 41px auto;
max-width: 526px;
}
.testimonial-comment::before {
content: "‘‘";
}
.testimonial-comment::after {
content: "’’";
}
.testimonial-client-name {
font-family: "Oswald-Bold";
font-size: 22px;
line-height: 36px;
color: var(--red);
max-width: 526px;
margin: auto;
text-transform: uppercase;
}
.testimonial-client-company {
color: var(--blue);
max-width: 526px;
margin: auto;
} .service-blue-red-line {
padding-top: 2.4rem;
padding-bottom: 2.5rem;
}
.service-content-tab-img {
margin: 23px 0;
}
.tab-services-service-box {
padding: 41px 36px !important;
min-height: auto !important;
}
.tab-services-service-box .service-read-more-btn {
position: absolute;
bottom: 38px;
}
.tab-services-service-box .round-gray-logo-box {
width: 64px !important;
height: 64px !important;
}
.tab-services-service-box .round-gray-logo-box img {
width: 28px !important;
height: 28px !important;
}
.tab-services-service-box {
top: 0 !important;
width: 289px !important;
height: 439px;
}
.tab-services-service-box .service-heading {
font-size: 22px !important; margin-top: 20px !important;
}
.tab-services-service-box .service-p-content {
font-size: 14px !important;
margin-bottom: 30px !important;
}
.tab-services-service-box .service-read-more-btn {
width: 179px !important;
padding: 3px 25px !important;
}
.tab-service-content-img {
width: 100%;
height: 305px;
object-fit: cover;
} .contact-page .slider-section-bg-img img {
width: 600px;
}
.contact-page .slider-section-bg-img {
bottom: -142px !important;
left: -25px !important;
}
} @media (min-width: 1200px) {
.container {
max-width: 1231px !important;
}
.p {
max-width: 985px;
font-size: 18px;
}
.w-529 {
max-width: 529px;
}
.top-banner-height {
height: 310px;
}
.banner-breadcrumb {
margin-top: 24px !important;
padding: 16px 64px !important;
}
.breadcrumb-text {
font-size: 16px !important;
line-height: 22px !important;
}
.breadcrumb-text .slash::after {
content: "\002F";
margin: 10px;
} .home-page-img { height: auto;
}
.lg-text-desktop {
font-size: 18px;
line-height: 30px;
}
.main-splide-arrows {
position: absolute;
right: 28%;
bottom: 8%;
}
.section-y-padding {
padding: 95px 0;
}
.big-heading {
text-transform: uppercase;
font-family: "Oswald-Bold";
color: var(--blue);
font-size: 50px;
line-height: 56px;
}
.hide-desktop {
display: none;
}
.flex-box {
background: #ededed65 0% 0% no-repeat padding-box;
border-radius: 14px;
display: flex;
width: 541px; padding: 15px;
margin: 56px auto 104px auto;
}
.flex-box-content {
margin-left: 19px;
color: var(--blue);
}
.flex-box-heading {
font-family: "Oswald-Bold";
text-transform: uppercase;
font-size: 30px;
line-height: 34px;
margin-bottom: 6px;
}
.flex-box-p {
font-family: "OpenSans-SemiBold";
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
} .white-p {
font-size: 20px;
line-height: 34px;
color: white;
font-family: "OpenSans-SemiBold";
margin-bottom: 17px;
}
.big-heading-white {
text-transform: uppercase;
font-family: "Oswald-Bold";
color: white;
font-size: 50px;
line-height: 56px;
letter-spacing: -1px;
}
.slider-section {
overflow: hidden;
position: relative;
}
#service-slider .splide__track {
z-index: 9999;
width: 100vw;
}
#service-slider .splide__arrows {
position: absolute;
right: 8%;
top: -14%;
z-index: 99999;
}
#service-slider button {
width: 53px;
height: 53px;
opacity: 1;
background: none;
right: 0;
} .service-box {
margin: 54px 0;
min-height: 502px;
background-color: white;
width: 385px;
border-radius: 5px;
padding: 46px 44px;
position: relative;
top: 10px;
transition: top ease 0.5s;
}
.round-gray-logo-box {
background: #001e570d 0% 0% no-repeat padding-box;
width: 86px;
height: 86px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.service-heading {
color: var(--blue);
font-family: "Oswald-Bold";
font-size: 26px;
line-height: 32px;
text-transform: uppercase;
margin-bottom: 21px;
margin-top: 44px;
}
.service-p-content {
font-family: "OpenSans-Regular";
font-size: 16px;
line-height: 22px;
color: #000000;
margin-bottom: 34px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.service-read-more-btn {
display: block;
text-decoration: none;
color: var(--blue);
border: 2px solid var(--red);
border-radius: 21px;
background: #ffffff 0% 0% no-repeat padding-box;
font-size: 14px;
padding: 4px 14px;
text-align: center;
text-transform: uppercase; width: 135px;
font-family: "HeroBold";
position: absolute;
bottom: 58px;
}
.service-read-more-btn:hover {
background-color: var(--red);
color: white;
text-decoration: none;
}
.service-box:hover .service-read-more-btn {
background-color: #ff0000;
color: white;
text-decoration: none;
}
.service-box:hover .round-gray-logo-box {
border: 2px solid #ff0000;
}
.slider-section-bg-img {
z-index: 0;
position: absolute;
bottom: -208px;
left: -40px;
} .service-red-box-container {
position: relative;
height: 84px;
}
.service-red-box {
width: 1200px;
background-color: var(--light-gray);
position: absolute;
display: flex;
justify-content: space-between;
padding: 32px 70px;
top: -80;
left: 0;
right: 0;
margin: 0 auto;
}
.service-red-box-content {
max-width: 50%;
}
.service-red-box-heading {
font-family: "Oswald-Bold";
font-size: 36px;
line-height: 52px;
color: var(--blue);
text-transform: uppercase;
margin-bottom: 8px;
}
.service-red-box-p {
font-size: 16px;
line-height: 20px;
color: var(--blue);
font-family: "OpenSans-SemiBold";
}
.service-red-box-btn,
.service-red-box-btn:hover {
text-decoration: none;
color: white;
background-color: var(--blue);
padding: 18px 39px; font-family: "HeroBold";
margin: auto 0;
border-radius: 5px;
} .footer-y-padding {
padding-top: 68px;
padding-bottom: 68px;
}
footer .brand-img-list {
display: flex;
flex-flow: row wrap;
position: relative;
}
footer .img-container {
flex: 1 1 20%;
text-align: center;
}
footer .footer-brand-img {
max-width: 177px;
max-height: 92px;
}
footer .footer-banner {
border-bottom: 5px solid var(--red);
background: url(https://kontrolautomationtechnical.com/wp-content/themes/kat/assets/img/footer-banner.png) center no-repeat;
background-size: auto;
background-size: cover; background-color: var(--blue);
}
.footer-white-heading {
text-transform: uppercase;
font-size: 50px;
line-height: 64px;
font-family: "Oswald-Bold";
color: white;
margin-bottom: 44px;
}
.footer-white-btn {
text-decoration: none;
color: var(--red);
background-color: white;
padding: 18px 54px; font-family: "HeroBold";
border-radius: 5px;
display: block;
max-width: 273px;
text-align: center;
transition: 0.2s;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
}
.footer-white-btn:hover {
text-decoration: none;
color: white;
background-color: var(--blue);
transition: 0.2s;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
}
.footer-logo {
max-width: 204px;
}
.footer-menu-link-list {
display: flex;
flex-flow: row wrap;
position: relative;
width: 591px;
margin: 45px auto 30px auto;
}
.footer-menu-link,
.footer-menu-link:hover {
font-family: "Oswald-SemiBold";
color: var(--blue);
font-size: 28px;
line-height: 42px;
text-decoration: none;
text-transform: uppercase;
flex: 1 1;
text-align: center;
}
.footer-contact-link-list {
display: flex;
position: relative;
width: 977px;
margin: auto;
justify-content: space-evenly;
}
.footer-contact-link,
.footer-contact-link:hover {
font-family: "Oswald-SemiBold";
color: var(--blue);
font-size: 23px;
line-height: 35px;
letter-spacing: 0.46px;
text-decoration: none;
text-transform: uppercase;
flex: 1 1;
text-align: center;
margin-left: 19px;
white-space:nowrap;
}
.footer-bottom-blue-section {
color: white;
background-color: var(--blue);
text-align: center;
font-family: "Oswald";
text-transform: uppercase;
font-size: 16px;
line-height: 24px;
padding: 25px 0;
position: relative;
}
.footer-bottom-blue-section .line {
border-left: 1px solid #ffffff;
opacity: 0.35;
margin: 15px;
}
.footer-bottom-blue-section a {
text-decoration: none;
color: inherit;
}
.footer-corner-flag-svg {
position: absolute;
width: 243px;
right: 0;
bottom: 0;
} .man-desktop-img {
position: absolute;
top: 52px;
bottom: 0; height: 576px;
}
.about-us-content-img { height: auto;
min-height: 100%;
margin-top: 8px;
}
#testimonial-slider .splide__arrows {
position: absolute;
right: 207px;
z-index: 99999;
}
#testimonial-slider button {
width: 53px;
height: 53px;
right: 0;
opacity: 1;
background: none;
}
#testimonial-slider .splide__track {
z-index: 9999;
}
.testimonial-box {
margin: 50px auto 0 auto;
background-color: white;
max-width: 920px;
border-radius: 5px;
padding: 41px 0;
position: relative;
top: 10px;
}
.testimonial-comment {
font-family: "Oswald-Bold";
font-size: 26px;
line-height: 36px;
margin: 28px auto 14px auto;
max-width: 727px;
}
.testimonial-comment::before {
content: "‘‘";
}
.testimonial-comment::after {
content: "’’";
}
.testimonial-client-name {
font-family: "Oswald-Bold";
font-size: 24px;
line-height: 36px;
color: var(--red);
max-width: 727px;
margin: auto;
text-transform: uppercase;
}
.testimonial-client-company {
color: var(--blue);
max-width: 727px;
margin: auto;
} .service-blue-red-line {
padding-top: 1.9rem;
padding-bottom: 2rem;
}
.p-semibold-content {
max-width: 529px;
}
.service_content_img {
height: 100%;
min-height: 100%;  max-width: 587px;
border-radius: 5px;
object-fit: cover;
} @media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
.service_content_img {
height: auto;
}
}
} @supports (-ms-ime-align: auto){
.service_content_img {
height: auto !important;
min-height:auto !important;
}
.about-us-content-img{
min-height: 0 !important;
}
} .contact-us-page-box {
max-width: 386px; max-height: 517px;
height: 100% !important;
}
.contact-page .slider-section-bg-img img {
width: 600px;
}
.contact-page .slider-section-bg-img {
bottom: -188px;
left: -49px;
}
} .main-prev-btn {
opacity: 1 !important;
background-color: #375a7f91 !important;
height: 42px !important;
width: 42px !important;
left: 0 !important;
}
.main-next-btn {
opacity: 1 !important;
border: 2px solid white !important;
background-color: transparent !important;
height: 42px !important;
width: 42px !important;
}
.main-prev-btn i {
color: white;
font-size: 31px;
}
.main-next-btn i {
color: white;
font-size: 31px;
}
.text-red {
color: var(--red);
}
.bg-blue {
background-color: var(--blue);
}
.white {
color: white;
}
.bg-gray {
background-color: #f8f8f8;
}
.blue-red-line {
padding-top: 2.7rem;
padding-bottom: 2.8rem;
}
.white-red-line {
margin-top: 1.8rem;
margin-bottom: 2rem;
}
.gray-line {
border-bottom: 1px solid #707070;
opacity: 0.27;
margin-top: 28px;
margin-bottom: 28px;
} .about-us-banner {
background: url(https://kontrolautomationtechnical.com/wp-content/themes/kat/assets/img/about-us-banner.png) center no-repeat;
background-size: auto;
background-size: cover;
background-color: var(--blue);
} .contact-us-banner {
background: url(https://kontrolautomationtechnical.com/wp-content/themes/kat/assets/img/contact-us-banner.png) center no-repeat;
background-size: auto;
background-size: cover;
background-color: var(--blue);
} .services-banner {
background: url(https://kontrolautomationtechnical.com/wp-content/themes/kat/assets/img/services-banner.png) center no-repeat;
background-size: auto;
background-size: cover;
background-color: var(--blue);
} .banner-breadcrumb {
padding: 12px 54px;
background-color: white;
box-shadow: 0px 3px 20px #00000029;
border-radius: 32px;
margin-top: 20px;
justify-content: center;
display: flex;
align-items: center;
margin-left: 12px;
margin-right: 12px;
}
.breadcrumb-text {
font-size: 14px;
line-height: 22px;
font-family: "OpenSans-Bold";
font-weight: bold;
text-transform: capitalize;
}
.breadcrumb-text .slash::after {
content: "\002F";
margin: 10px;
}
.breadcrumb-text a,
.breadcrumb-text:hover {
text-decoration: none;
color: inherit;
color: var(--blue);
} .home-page-service-box:hover {
top: -10px;
} .p-semibold-content {
font-family: "OpenSans-SemiBold";
}
.p-bold-content {
font-family: "OpenSans-Bold";
} .contact-us-page-box {
height: auto;
background: #ffffff 0% 0% no-repeat padding-box;
border-radius: 5px;
position: relative;
z-index: 999999;
align-items: center;
display: flex; padding: 64px 25px;
flex-direction: column;
margin: auto;
}
.contact-us-page-box .round-gray-logo-box {
border: 2px solid var(--red);
margin-bottom: 16px;
}
.box-title {
font-family: "Oswald-Bold";
font-size: 30px;
line-height: 65px;
text-transform: uppercase;
}
.box-content,
.box-content:hover {
font-family: "OpenSans-SemiBold";
color: #000000;
text-align: center;
font-size: 24px;
line-height: 37px;
margin-bottom: 0;
text-decoration: none;
max-width: 336px;
} .red-bullets {
list-style: none;
}
.red-bullets li::before {
content: "\2022";
color: var(--red);
font-weight: bold;
display: inline-block;
width: 1em;
margin-left: -1em;
font-family: "OpenSans-Bold";
}
.red-bullets li {
font-family: "OpenSans-SemiBold";
}