/*!
Theme Name: Seetal Group
Theme URI: http://scores.me/
Author: scores.me
Author URI: http://scores.me/
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: outlook-care
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

outlook-care is based on scores https://scores.me/, (C) 2012-2020 Automattic, Inc.
scores is distributed  the terms of the GNU GPL v2 or later.


Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
:root {
  --primary--color: #61ba18;
  --primary--color-30: #61ba1841;
  --primary--color-60: #61ba1896;
  --secondary--color: rgb(12, 39, 61);
  --secondary--color-30: rgba(12, 39, 61, 30%);
  --secondary--color-60: rgba(12, 39, 61, 60%);
  --primary--font: "Roboto", sans-serif;
  --secondary-font: "Roboto Slab", serif;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a,
a:hover,
a:active {
  font-family: var(--primary--font);
  text-decoration: none;
  transition: all 0.2s linear;
}
body {
  font-family: var(--primary--font);
}
img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #000309;
  transition: all 0.2s linear;
}
h1,
h2,
h3,
h5,
h4,
h6 {
  margin: 0;
  padding: 0;
  font-family: var(--secondary-font);
  color: #000309;
  transition: all 0.2s linear;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.section {
  padding: 75px 0;
}
.section-pb {
  padding-bottom: 75px;
}
.section-pt {
  padding-top: 75px;
}
.mid-section {
  padding: 45px 0;
}
.btn {
  display: inline-block;
  width: fit-content;
  border: 2px solid transparent;
  outline: none;
  background-color: var(--primary--color);
  transition: all 0.3s ease;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 8px;
}
.btn:hover {
  color: var(--primary--color);
  background-color: transparent;
  border: 2px solid var(--primary--color);
}
.site-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #ffffff4d;
}

.site-headerwrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-misc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.site-misc i {
  font-size: 19px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}
.main-navigation > div {
  height: 100%;
  display: flex;
  align-items: stretch;
}

.main-navigation ul {
  list-style: none;
  display: flex;
  align-items: stretch;
  gap: 25px;
}

.main-navigation ul li {
  display: flex;
  align-items: center;
}

.main-navigation ul li a {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
  position: relative;
}
.main-navigation ul li a:hover {
  color: var(--primary--color);
}
.main-navigation ul li a::after {
  content: " ";
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  opacity: 0;
  bottom: -20px;
  background-color: #61ba18;
}
.main-navigation ul li a:hover::after {
  bottom: -10px;
  opacity: 1;
}
.custom-logo {
  padding: 15px 0;
  width: 200px;
}

.banner-section .item {
  position: relative;
}
.banner-section .item .banner-text {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 222;
  transform: translateY(-50%);
  left: 0;
}
.banner-textwrap {
  width: 50%;
}
.banner-text h1 {
  color: #fff;
  font-weight: 800;
  font-size: 70px;
  line-height: 1.35;
}
.banner-text p {
  margin: 25px 0;
  font-weight: 500;
  color: #ffffffe0;
}
.banner-section .item img {
  height: 100vh;
}
.banner-section .item::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 111;
  background-color: rgba(0, 0, 0, 0.5);
}
.heading-wrap {
  width: 50%;
  margin: 0 auto;
}
.heading-wrap.no-margin{
  width: 100%;
  margin: 0 auto;
}
.heading-wrap.mb {
  margin-bottom: 25px;
}
.singlepage.heading-wrap {
  margin: 45px auto;
}
.heading-wrap.text-center {
  text-align: center;
}
.heading-wrap.w-50 {
  width: 50%;
  margin: 0 auto 45px auto;
}
.heading-wrap.flex {
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.heading-wrap > span,
.left-headingwrap > span {
  position: relative;
  padding-left: 70px;
  font-weight: 550;
  color: var(--secondary--color-60);
}
.heading-wrap > span::after,
.left-headingwrap > span::after {
  content: " ";
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: var(--secondary--color-60);
  width: 60px;
}
.heading-wrap > h1 {
  font-weight: 500;
  color: var(--primary--color);
  font-size: 36;
}
.heading-wrap > h1 span {
  color: var(--secondary--color);
}
.heading-wrap > p {
  font-family: var(--secondary-font);
  color: var(--primary--color);
  margin: 15px 0 25px 0;
  font-size: 28px;
  line-height: 1.35;
  font-weight: 600;
}
.heading-wrap > p.subtitle {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  margin-top: 10px;
  font-family: var(--secondary-font);
}
.flex.heading-wrap .left-headingwrap {
  width: 30%;
}
.flex.heading-wrap .right-headingwrap {
  width: 45%;
}
.flex.heading-wrap .right-headingwrap p {
  font-size: 18px;
  color: var(--secondary--color);
  font-weight: 400;
  font-family: var(--secondary-font);
  line-height: 1.5;
}

.flex.heading-wrap .left-headingwrap h3 {
  margin-top: 15px;
  font-size: 26px;
  color: var(--secondary--color);
  font-weight: 600;
}
.aboutus-content p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 450;
  color: rgba(0, 0, 0, 0.6);
}
.aboutus-mainimage {
  position: relative;
  text-align: center;
}
.aboutus-mainimage img {
  border-radius: 8px;
  width: 90%;
  margin: 0 auto;
}
.aboutus-info {
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  position: absolute;
  padding: 15px;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  right: -35px;
  top: -15px;
  background-color: #fff;
}
.aboutus-info p {
  font-size: 15px;
  line-height: 1.25;
  font-weight: 500;
  color: var(--primary--color);
}
.aboutus-info img {
  width: 52px;
}
.aboutus-subimage {
  position: absolute;
  bottom: -15px;
  left: -15px;
  width: 60%;
}
.services-section {
  background-color: var(--primary--color-30);
}

.eachservice-container {
  position: relative;
  height: 100%;
  border-radius: 8px;
}
.eachservice-container:hover .service-details {
  background: var(--secondary--color-60);
  clip-path: polygon(65% 0, 100% 0, 100% 100%, 0 100%, 0 0);
}
.eachservice-container:hover .service-details span {
  color: #fff;
  -webkit-text-stroke: 0px;
}
.eachservice-container > img {
  border-radius: 8px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
}
.eachservice-container .service-details {
  position: relative;
  border-radius: 8px;
  z-index: 2;
  transition: all 0.3s ease;
  padding: 30px;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(64% 0, 100% 27%, 100% 100%, 0 100%, 0 0);
}
.eachservice-container .service-details span {
  font-size: 50px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: transparent;
  -webkit-text-stroke: 1px var(--secondary--color-60);
  -webkit-transform: scaleY(1.35);
  -ms-transform: scaleY(1.35);
  transform: scaleY(1.35);
  line-height: normal;
}
.eachservice-container .service-details h3 > a {
  font-size: 26px;
  font-weight: 750;
  color: var(--secondary--color);
}
.eachservice-container:hover .service-details p,
.eachservice-container:hover .service-details h3 > a {
  color: #fff;
}
.eachservice-container .service-details p {
  list-style: none;
  margin: 15px 0;
  color: var(--secondary--color-60);
  font-size: 16px;
  font-weight: 500;
}
.service-container .owl-carousel .owl-stage {
  display: flex;
}
.service-container .owl-nav {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.service-container .owl-nav button.owl-prev,
.service-container .owl-nav button.owl-next {
  font-size: 0;
}
.service-container .owl-nav button.owl-prev span,
.service-container .owl-nav button.owl-next span {
  position: relative;
}
.service-container .owl-nav button.owl-prev span::after {
  content: "\f060";
  position: absolute;
  font-family: "FONT AWESOME 5 FREE";
  font-weight: 900;
  font-size: 18px;
  color: var(--secondary--color);
}
.service-container .owl-nav button.owl-next span::after {
  content: "\f061";
  position: absolute;
  font-family: "FONT AWESOME 5 FREE";
  font-weight: 900;
  font-size: 18px;
  color: var(--secondary--color);
}
.industries-container ul {
  list-style: none;
}
.eachindustries-container > div {
  border-radius: 16px 16px 8px 8px;
  box-shadow: 0 0 10px var(--secondary--color-30);
}
.eachindustry-content {
  padding: 25px 15px;
}
.eachindustry-content h2 a {
  font-size: 21px;
  font-weight: 500;
  color: var(--secondary--color);
  line-height: 1.35;
}
.eachindustry-content:hover h2 a {
  color: var(--primary--color);
}
.eachindustry-content p {
  font-size: 15px;
  line-height: 1.5;
  margin: 10px 0;
  color: rgba(0, 0, 0, 0.7);
}
.eachindustry-content > a {
  color: var(--primary--color);
  text-decoration: none;
  font-size: 13px;
  font-weight: 550;
  position: relative;
}
.eachindustry-content > a::after:hover {
  right: -30px;
}
.eachindustry-content > a::after {
  content: "\f061";
  font-family: "FONT AWESOME 5 FREE";
  font-size: 13px;
  font-weight: 600;
  color: var(--primary--color);
  position: absolute;
  right: -15px;
  top: -2px;
  transition: all 0.3s ease;
}

.eachindustry-img.zoom-container {
  border-radius: 16px;
}
.zoom-container {
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
.zoom-container:hover img {
  transform: scale(1.04);
}
.eachindustry-img.zoom-container img {
  border-radius: 16px;
}
.zoom-container img {
  border-radius: 8px;
  transition: all 0.3s ease;
}

.site-footer {
  position: relative;
  background-color: var(--secondary--color);
}
.site-info,
.bottom-footer {
  z-index: 3;
  position: relative;
}
.site-footer::after {
  background: url("./assets/img/bgfooter.png");
  content: " ";
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.site-footer .custom-logo {
  filter: brightness(0) invert(1);
}

.eachfooter-container ul {
  list-style: none;
  padding-top: 25px;
}
.eachfooter-container ul li {
  padding: 7px 0;
  display: flex;
  align-items: center;
  gap: 7px;
}
.eachfooter-container ul li:last-child {
  padding-bottom: 0;
}
.eachfooter-container ul li a,
.eachfooter-container ul li i {
  color: #ffffffb6;
  font-size: 15px;
  transition: all 0.3s ease;
}
.eachfooter-container ul li:hover a,
.eachfooter-container ul li:hover i {
  color: #fff;
}
.eachfooter-container ul li i {
  margin-right: 10px;
  font-size: 16px;
}
.eachfooter-container ul li a {
  font-weight: 400;
}
.eachfooter-container .footer-head {
  color: #fff;
  font-size: 22px;
}
.subscribe-newsletter .mc4wp-form label {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #ffffffb2;
  font-weight: 400;
  margin: 10px 0;
}

.subscribe-newsletter .mc4wp-form label input {
  border: 0;
  outline: none;
  background-color: var(--primary--color-30);
  padding: 12px 7px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: var(--primary--font);
  border-bottom: 1px solid var(--primary--color);
}
.subscribe-newsletter .mc4wp-form label input::placeholder {
  font-weight: 350;
  font-size: 13px;
}
.subscribe-newsletter .mc4wp-form p:last-child input {
  padding: 12px 28px;
  border-radius: 8px;
  background-color: var(--primary--color);
  outline: none;
  font-weight: 500;
  border: 0;
  font-size: 17px;
  font-family: var(--primary--font);
  color: #fff;
}

.bottom-container {
  margin-top: 35px;
  padding: 20px 0 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.bottom-container .left-container p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
}

.bottom-container .left-container p a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 500;
}

.scrolltotop {
  padding: 10px 15px;
  border-radius: 8px;
  cursor: pointer;
  background-color: var(--primary--color);
}
.scrolltotop i {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.singlepage-banner .singlebanner-img {
  position: relative;
}
.singlepage-banner .singlebanner-img::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 111;
  background-color: rgba(0, 0, 0, 0.5);
}

.singlepage-banner .singlebanner-img img {
  height: 60vh;
}
.breadcrumbs {
  padding: 7px 0;
  background-color: var(--secondary--color);
}
.breadcrumbs ul {
  display: flex;
  list-style: none;
}
.breadcrumbs ul li:not(:last-child) {
  padding-right: 20px;
  margin-right: 10px;
  position: relative;
}
.breadcrumbs ul li:not(:last-child)::after {
  content: "\f054";
  position: absolute;
  font-family: "FONT AWESOME 5 FREE";
  font-size: 12px;
  font-weight: 600;
  right: 0;
  top: 50%;
  color: var(--primary--color);
  transform: translateY(-50%);
}
.breadcrumbs ul li a {
  color: var(--primary--color);
}

.contentspace {
  padding: 25px 15px;
}

.contentspace p,
.contentspace li,
.contentspace li a {
  color: #454;
  word-break: break-all;
  line-height: 1.75;
}

.contentspace h1,
.contentspace h2,
.contentspace h3,
.contentspace h4,
.contentspace h5,
.contentspace h6 {
  padding: 10px 0;
  color: var(--secondary--color);
}
.aboutus-content > div.uk-grid {
  align-items: center;
}
.career-container {
  position: relative;
  overflow: hidden;
}
.career-container::after {
  content: url(./assets/img/choose-us-bg.png);
  position: absolute;
  right: 0;
  bottom: 0;
}
.career-container p {
  color: var(--secondary--color);
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
}
.career-content img {
  height: 100%;
  border-radius: 8px;
}
.career-content {
  text-align: center;
}
.trait-container ul {
  padding-top: 25px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  list-style: none;
}
.trait-container ul li {
  position: relative;
  color: var(--secondary--color);
  border-radius: 8px;
  line-height: 1.25;
  font-size: 16px;
  font-weight: 450;
  background-color: rgb(12 39 61 / 15%);
  padding: 18px 15px;
}

.skills-container {
  background-color: #f8f8f8;
}
.skills-container ul {
  list-style: none;
  padding-top: 35px;
}
.skills-container ul li div {
  position: relative;
  font-size: 18px;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.7);
  gap: 35px;
  padding: 35px 15px;
  background-color: var(--primary--color-30);
}
.skills-container ul li div span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.2);
  font-size: 75px;
  right: 0;
}
.join-us {
  position: relative;
}
.join-us::after,
.join-us::before {
  position: absolute;
  opacity: 0.06;
}
.join-us::after {
  content: url(./assets/img/at.png);
  left: 10%;
  bottom: 5%;
}
.join-us::before {
  content: url(./assets/img/gmail.png);
  right: 10%;
  bottom: 5%;
}
.joinus-container {
  text-align: center;
}
.joinus-container p {
  font-size: 22px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
}

.joinus-container p a {
  font-weight: 500;
  color: var(--primary--color);
}

.heading-title {
  color: var(--secondary--color);
  font-size: 30px;
  position: relative;
  font-weight: 600;
  width: fit-content;
  margin-bottom: 35px;
}
.heading-title::after {
  content: " ";
  height: 3px;
  width: 50%;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #61ba18;
}

.contact-info {
  padding-right: 75px;
}
.contact-info ul {
  list-style: none;
}
.contact-info ul li {
  display: flex;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 0;
}
.contact-info ul li > div p {
  font-weight: 400;
  color: var(--primary--color);
  text-transform: uppercase;
  font-size: 13px;
}
.contact-info ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.contact-info ul li i {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: var(--secondary--color);
  background-color: var(--primary--color-30);
}

.contact-info ul li a {
  color: var(--secondary--color);
  font-size: 18px;
  font-weight: 500;
}

.contact-form .wpcf7-form {
  padding: 35px 45px;
  border-radius: 8px;
  background-color: var(--secondary--color-30);
}
.contact-form .wpcf7-form p {
  margin: 15px 0;
}
.contact-form .wpcf7-form label {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--primary--font);

  color: var(--secondary--color);
}
.contact-form .wpcf7-form input,
.contact-form .wpcf7-form textarea {
  margin-top: 5px;
  width: 100%;
  border: none;
  padding: 10px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 450;
  outline: none;
  font-family: var(--primary--font);
}
.contact-form .wpcf7-form textarea {
  resize: vertical;
}
.contact-form .wpcf7-form .wpcf7-submit {
  width: fit-content;
  border-radius: 8px;
  padding: 10px 25px;
  font-weight: 500;
  font-size: 16px;
}

.sticky {
  position: sticky;
  top: 80px;
  left: 0;
  width: 100%;
}
.eachsupportservice-container {
  position: relative;
}
.eachsupportservice-container a {
  display: block;
  border-radius: 8px;
}

.eachsupportservice-container a img {
  border-radius: 8px;
}
.eachsupportservice-container h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 25px;
  text-align: center;
  font-size: 28px;

  color: #fff;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.ourmission-content {
  background-color: #454;
}
.ourmission-content .content-space {
  text-align: center;
}
.ourmission-content .content-space p {
  color: #fff;
  margin-bottom: 10px;
}
.ourmission-content .content-space p:last-child {
  margin-bottom: 0;
}

.sidebar {
  position: sticky;
  width: 100%;
  top: 50px;
  right: 0;
}
.sidebar h3 {
  position: relative;
  color: var(--secondary--color);
  font-weight: 600;
  padding-left: 50px;
}

.sidebar h3::after {
  content: " ";
  width: 25px;
  position: absolute;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--secondary--color-30);
}
.sidebar{
  padding-left: 45px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-menu{
  padding-bottom: 35px;
}
.sidebar-menu:last-child{
  padding-bottom: 0;
}
.sidebar-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.sidebar-menu ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-menu ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.sidebar-menu ul li a {
  font-weight: 500;
  color: var(--secondary--color);
}
.searchmodal h2{
  font-size: 24px;
  margin-bottom: 10px;
}
.searchmodal input{
  padding: 10px;
  width: 100%;
  outline: none;
  background: #eee;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--secondary-font);
  border-radius: 4px;
}
.eachsupportservice-container img{
	height:300px
}