/* 
Theme Name: Oxycool Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Oxycool Child is a child theme of Oxycool, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: oxycool
Version: 2.0.0
Text Domain: oxycool-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root {
  --mainfont: "Roboto", sans-serif;
  --titlefont: "Roboto Condensed", sans-serif;
  --primary: #00a7d1;
  --secoundery: #494B4F;
  --hover: #00a7d1;
}
body, p, a {
    font-family: var(--mainfont);
    line-height: 28px;
}
h1, h2, h3, h4, h5 {
  font-family: var(--titlefont);
  font-weight: 600;
}
a:hover, a {
  color: var(--hover);
}
a {
    cursor: pointer;
}

.site-navigation ul.menu li a {
	font-family:"Roboto Condensed", sans-serif;
}

@media (max-width: 2200px) {
  .e-con>.e-con-inner, .cust-container, .header-inner, .footer-inner, .cust-container {
    max-width: 1400px !important;
  }
}
@media (max-width: 1670px) {
  .e-con>.e-con-inner, .cust-container, .header-inner, .footer-inner, .cust-container {
    max-width: 1280px !important;
  }
}
@media (max-width: 1280px) {
  .e-con>.e-con-inner, .cust-container, .header-inner, .footer-inner, .cust-container {
    max-width: 1150px !important;
  }
}
.cust-container {
    margin: 0 auto;
    padding: 0 0px;
    width: 100%;
}
header#site-header {
    padding: 10px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%);
}
.site-navigation ul.menu li a {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
}
.site-navigation ul.menu li a {
    color: #000000;
    font-weight: 500;
}
.site-title a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}
.product-item a {
    font-size: 24px;
    display: block;
    color: #000000;
    margin-bottom: 10px;
}
.product-item span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #3e3e3e;
}
.elementor-swiper-button {
    transition: background .4s ease;
    margin: 0px 0 0 0;
    display: flex;
    padding: 0px;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: border-box;
    background-color: #ffffff;
    color: #0a2d36;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.075) !important;
}
.elementor-swiper-button.elementor-swiper-button-prev {
    left: -50px !important;
}
.elementor-swiper-button.elementor-swiper-button-next {
    right: -50px !important;
}
.twocollist li.elementor-icon-list-item {
    width: 50%;
}
.twocollist ul.elementor-icon-list-items {
    display: flex;
    flex-wrap: wrap;
}
.site-header .header-inner .site-branding .site-logo img {
    display: block;
    max-width: 120px;
}
.circleeffect img {
  -webkit-animation: lte-rotating 40000ms infinite linear;
  -moz-animation: lte-rotating 40000ms infinite linear;
  -o-animation: lte-rotating 40000ms infinite linear;
  animation: lte-rotating 40000ms infinite linear;
}

@keyframes lte-rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.textwave {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40pt;
    text-align: left;
    line-height: 50px;
    display: block;
    height: 60px;
}

@keyframes wave-animation {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: 200px bottom;
  }
}
@keyframes textwave-animation {
  0% {
    background-size: 200px 0px;
  }
  100% {
    background-size: 200px 200px;
  }
}
.wave {
  background-image: url(https://digitalmindshub.com/oxycool/wp-content/uploads/2025/08/wave2.png);
  -moz-background-clip: text;
  -o-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0px 0px rgb(0 126 197 / 50%);
  animation: wave-animation 1s infinite linear, textwave-animation 5s infinite linear alternate;
  background-size: 200px 100px;
  background-repeat: repeat-x;
  opacity: 1;
}


.lte-circle-image img {
    position: relative;
    z-index: 1;
    transition: all .8s ease;
}
.lte-circle-image:after {
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: border-box;
    width: 300px;
    height: 300px;
    background-color: #ebf1f1;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -150px;
    margin-bottom: -65px;
    z-index: 0;
    transition: all .8s ease;
}
.lte-circle-image:hover:after {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    transition: all .8s ease;
}
.lte-circle-image:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    transition: all .8s ease;
}
.processcircle h3.elementor-icon-box-title span {
    background: #1369A3;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #ffffff;
    font-size: 20px;
}
.processcircle p.elementor-icon-box-description {
    font-size: 20px;
    font-weight: 600;
}
.pro-number {
    background: #1369a3;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #ffffff;
    font-size: 20px;
}
.process-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.processitem {
    width: 100%;
/*     justify-content: flex-end; */
    display: flex;
    flex-direction: row-reverse;
    text-align: right;
    gap: 20px;
    margin-bottom: 20px;
    transition: all 0.5s;
    transform: translate(0px, 0px);
}
.pro-text {
    width: 300px;
}
.pro-text span {
    font-size: 22px;
    display: block;
    font-weight: 600;
}
.process-wrap.rightprocess {
    justify-content: flex-start !important;
}
.process-wrap.rightprocess .processitem {
    justify-content: flex-start;
    flex-direction: unset;
    text-align: left;
}
.processitem p {
  margin-bottom:0 !important;
}
.processitem:hover {
    transform: translate(0px, -10px);
}
.customclients img {
    height: 100px;
    width: auto !important;
    padding: 10px;
}
.customclients figure.swiper-slide-inner {
    width: 100% !important;
    border: 1px solid #ddd;
  border-radius:15px;
}
ul.custom-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}
ul.custom-form li {
    width: 48%;
    margin-bottom: 10px;
}
ul.custom-form li p {
    margin: 0;
}
ul.custom-form li:nth-child(5), ul.custom-form li:nth-child(6) {
    width: 100%;
}
.custom-form input, .custom-form select {
    border: 0;
    outline: 0;
    margin-bottom: 10px;
    border-radius: 50px;
    padding: 15px 25px 15px 50px;
  color:#525252;
}
ul.custom-form li img {
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    left: 20px;
    top: 16px;
}
ul.custom-form li img {
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    left: 20px;
    top: 16px;
}
ul.custom-form li {
    position: relative;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #1369a3;
    color: #ffffff;
    padding: 15px 35px;
}
select.wpcf7-form-control.wpcf7-select {
    appearance: none;
}
select.wpcf7-form-control.wpcf7-select {
    appearance: none;
    background: #ffffff url(https://digitalmindshub.com/oxycool/wp-content/uploads/2025/06/arrowdown.png) no-repeat;
    background-position: 97% 22px;
    background-size: 20px;
}
footer {
  display:none;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
}
.breadcrumbwrap, .breadcrumbwrap a {
    color: #ffffff;
}
.seprator {
    display: inline-block;
    padding: 0 10px;
    color: #3dbaff;
}

@keyframes waveeffect {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-25px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
}

.lightformbg input, .lightformbg select {
    border: 1px solid #ddd;
}
.site-navigation ul.menu li.menu-item-has-children:after {
    content: '' !important;
    background: url(https://digitalmindshub.com/oxycool/wp-content/uploads/2025/08/down-arrow.png) no-repeat !important;
    width: 13px !important;
    height: 10px !important;
    background-size: 12px !important;
    position: absolute !important;
    right: 9px !important;
    top: 20px !important;
}
.custom-footer {
    padding: 60px 0;
    background: url(https://digitalmindshub.com/oxycool/wp-content/uploads/2025/08/ftrbg.jpg) no-repeat;
    background-size: cover;
    object-position: top right;
    position: relative;
}
.custom-footer:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff82;
}
.custom-footer .cust-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
	position:relative;
}
.custom-footer .col {
    width: 15%;
}
.col.ftr-logo {
    width: 40%;
}
.col.ftr-logo img {
    width: 120px;
    margin-bottom: 20px;
}
.ftr-logo a {
	color: #333333;
}
.col.ftrcontact {
    width: 30%;
}
.custom-footer h4 {
    font-size: 20px;
	margin-bottom: 30px;
}
.custom-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.custom-footer ul li a {
    color: #000000;
    line-height: 30px;
    display: block;
    font-size: 15px;
}
.ftrcontact .elementor-icon-list-items {
    display: flex;
    flex-wrap: wrap;
}
.ftrcontact .elementor-icon-list-items li.elementor-icon-list-item a {
    width: 100%;
    display: flex;
    gap: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}
.ftrcontact .elementor-icon-list-items li.elementor-icon-list-item a span {
    display: block;
    width: 100%;
}
.ftrcontact .elementor-icon-list-items li.elementor-icon-list-item li {
    width: 100%;
}
.ftrcontact .elementor-icon-list-items li.elementor-icon-list-item {
    width: 100%;
}
.ftrcontact .elementor-icon-list-items li.elementor-icon-list-item a .elementor-icon-list-icon {
    width: 20px;
}
.ftrcontact .elementor-icon-list-items li.elementor-icon-list-item a .elementor-icon-list-icon svg {
    fill: #0067a0;
}
ul.sub-menu {
    background: #ebf1f1 !important;
    width: 180px !important;
    border-radius: 20px !important;
    box-shadow: 5px 5px 15px #00000033;
}
.site-navigation ul.menu ul.sub-menu li a {
    border-bottom: 1px solid #ffffff;
    display: block;
    width: 100%;
}
.site-navigation ul.menu ul.sub-menu li:last-child a {
    border-bottom: none;
}
.careerform ul.custom-form li {
    width: 100% !important;
}
.careerform {
    color: #ffffff;
}
input.wpcf7-form-control.wpcf7-file {
    width: 100%;
    background: #ffffff;
}
.careerform input.wpcf7-form-control.wpcf7-submit {
    background: #ffffff;
    color: #1369a3;
}
.careerform input.wpcf7-form-control.wpcf7-submit:hover {
    background: #0e5789;
    color: #ffffff;
}

.ftrsocial {
    display: flex;
    gap: 15px;
}

.ftrsocial a {
    width: 35px;
    display: block;
    background: #ffffff;
    padding: 0;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.ftrsocial a svg {
    width: 18px;
    fill: #0067a0;
}

@media(max-width:1024px) {
	.site-navigation-dropdown ul.menu li a {
		font-weight: 600;
	}
	.site-navigation-dropdown ul.menu {
		height: 100vh !important;
	}
	ul.sub-menu li a {
		padding: 12px 20px 12px 40px !important;
	}
	ul.sub-menu {
		width: 100% !important;
	}
	.site-navigation-dropdown ul.menu li.current-menu-item a {
		background: #00659d !important;
	}
	li.menu-item.menu-item-970 > a {
		background-image: url('https://digitalmindshub.com/oxycool/wp-content/uploads/2025/08/down-arrow.png') !important;
		background-repeat: no-repeat !important;
		background-position: 95% 28px !important;
	}
	.site-navigation-toggle-holder {
		padding: 0px 0px !important;
	}
	.site-navigation-toggle-holder .site-navigation-toggle-icon:after, .site-navigation-toggle-holder .site-navigation-toggle-icon:before {
		border-radius: 0px !important;
	}
	.site-navigation-toggle-holder .site-navigation-toggle-icon:before {
		box-shadow: 0 .5rem 0 currentColor !important;
		margin-block-end: .8rem !important;
	}
	.site-navigation-toggle-holder .site-navigation-toggle-icon {
		width: 30px !important;
	}
	.site-navigation-toggle-holder .site-navigation-toggle {
		background-color: rgb(0 103 160) !important;
		border-radius: 0px !important;
		color: #ffffff !important;
	}
	header#site-header {
		padding: 10px 20px;
	}
	.custom-footer {
		padding: 30px 20px;
	}
	.col.ftr-logo {
		width: 100% !important;
	}
	.custom-footer .cust-container {
        flex-wrap: wrap !important;
        gap: 10px;
    }
	.custom-footer .col {
		width: 19%;
	}
	.col.ftrcontact {
		width: 50%;
	}
	.custom-footer {
		overflow: hidden;
	}
	.processitem {
		flex-direction: initial;
		text-align: left;
		width: 50%;
	}
	.textwave + p {
		margin-bottom: 0;
	}
	.textwave {
		font-size: 30pt;
		line-height: 40px;
		height: 50px;
	}
}
@media(max-width:767px) {
	.sizesbox .elementor-widget-container {
		padding: 10px !important;
	}
	.sizesbox .elementor-widget-container .elementor-heading-title.elementor-size-default {
		font-weight: 500 !important;
		font-size: 15px !important;
	}
	.elementor-active.site-navigation-toggle-holder .site-navigation-toggle-icon:before {
        box-shadow: 0 0rem 0 currentColor !important;
        margin-block-end: .5rem !important;
    }
	.site-header .header-inner .site-branding .site-logo img {
		max-width: 90px;
	}
	header#site-header {
		padding: 10px 10px;
	}
	.copyright a {
		display: block;
	}
	.col.ftrcom h4 {
		margin-bottom: 10px;
	}
	.col.ftrproducts h4 {
		margin-bottom: 10px;
	}
	.custom-footer .col {
		width: 44%;
	}
	.col.ftrcontact {
		margin-top:20px;
		width: 100%;
	}
	.col.ftr-logo img {
		margin-bottom: 10px;
	}
	ul.custom-form li {
		width: 100%;
		margin-bottom: 5px;
	}
	.dflexm .elementor-image-box-wrapper {
		display: flex;
		gap: 10px;
	}
	.dflexm h3 {
		font-size: 20px !important;
	}
	.dflexm p {
		font-size: 15px !important;
		line-height: 20px !important;
		margin-bottom: 20px !important;
	}
	.pro-text {
		width: 250px;
	}
	.bg-lite {
		top: 180px !important;
		transform: scale(0.6) !important;
	}
	.pro-text span {
		font-size: 18px !important;
		line-height: 25px !important;
	}
	.smalllh p {
		line-height: 22px !important;
	}
	.textwave + p {
        font-size: 15px;
        line-height: 22px;
    }
	.processitem {
		width: 100%;
	}
	.textwave {
		font-size: 25pt;
		line-height: 35px;
		height: 40px;
	}
}