/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Template: oceanwp
Author: OceanWP
Author URI: https://oceanwp.org/about-oceanwp/
Description: OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful &amp; professional design. Very fast, responsive, RTL &amp; translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet &amp; mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc... Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor &amp; WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it's the only theme you will ever need: https://oceanwp.org/demos/
Tags: two-columns,right-sidebar,footer-widgets,blog,news,custom-background,custom-menu,post-formats,rtl-language-support,sticky-post,editor-style,threaded-comments,translation-ready,buddypress,custom-colors,featured-images,full-width-template,theme-options,e-commerce,block-styles,wide-blocks,accessibility-ready
Version: 4.0.2.1732008341
Updated: 2024-11-19 09:25:41

*/

@import url('https://fonts.cdnfonts.com/css/rockybilly');

a:focus{
	outline:none !important;
	border:0 !important;
}

#site-logo #site-logo-inner a:hover img {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
div#medium-searchform form{
	display:none;
}
div#medium-searchform {
	position:relative;
}
#site-header.medium-header #medium-searchform form{
	display:none !important;	
}
form textarea{min-height:50px;overflow:hidden}
form input, form textarea{
	background:#F0EFEF !important;
	padding:12px !important;
	height:50px !important;
	border:1px solid #D9D9D9;
	border-radius:30px !important;
	color:#333;
	margin-bottom:0px;
}
form input[type="submit"]{
	background:var( --e-global-color-6de0560 ) !important;
	color:#fff !important;
	width:20%;
	display:block;
}
form  br, .wpcf7-spinner{
	display:none;
}
form p {
    display: flex;
    gap: 10px;
    align-items: center;
}
::placeholder{
	color:#808080;
	text-transform:capitalize;
}

.contactform form p{
	  display: flex;
    gap: 10px;
		flex-direction:row;
    align-items: center;
}
.contactform input, .contactform textarea, .contactform span.wpcf7-form-control-wrap{
	width:100% !important;
}
 

@media (max-width:767px){
	#site-header.transparent-header {
		position: unset !important;}
	form p {
    display: flex;
    gap: 10px;
		flex-direction:column;
    align-items: center;
}
	.contactform form p{
		flex-direction:column;
}
	form input[type="submit"]{
		width:100% !important;
	}
	.heading span{
		font-size:12px;}
}
.heading span{
	font-weight:400 !important;
	font-size:16px;
	font-family: 'Rockybilly', sans-serif;
}
#site-logo #site-logo-inner a:hover img {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
#top-bar-wrap{
	border:0 !important
}
li#menu-item-29 a {
    background: #fbb764;
    color: #fff !important;
}

.cta{
animation: cta 2s linear infinite;	
}
@keyframes cta {
 0%{
    transform: translatey(-30px);
   }
50%{
    transform: translatey(0);
   }
100%{
    transform: translatey(-30px);
   }
}
.rotate-img img{ animation: animName 12s linear infinite;}

@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}

.testi span.slide-title{
	margin-bottom:12px;
}
.my-footer a{
	color:#fff !important;
}
/* .footersec .elementor-icon-box-wrapper {
    display: flex;
    gap: 15px;
} */

#site-header.transparent-header {
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, #280067, #2d007a8c) !important;
    height: auto;
    z-index: 9999;
}

@media (min-width:767px){
	 #top-bar {
        padding: 8px 0 !important;
		display:none !important
    }
}
div#top-bar-wrap{
	background:#050551;
}
 #top-bar {
	 padding: 8px 0 !important;}

.service figure img {
    height: 300px !important;
	width:100% !important;
	max-width:100% !important;
    object-fit: cover;
}

body {
    background-image: linear-gradient(#fdeecdb9, #fdeecdb9), url(https://aaronwebtechnology.com/pandithshankar/wp-content/uploads/2024/11/bg-dark.png) !important;
}

@media (min-width:767px){
	.elementor-15 .elementor-element.elementor-element-f617a1b.elementor-position-top .elementor-image-box-img{
		margin-bottom:0 !important;
	}
}
body .contactus form p{
	flex-direction:column !important;
	align-items: unset;
}
body .contactus form input{
	width:100% !important;
}