/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
a:hover, a:focus{
	outline:0!important;
}
p:last-child
{
	margin-bottom:0;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated
{
	padding:0 10px;
}
.section_1:before
{
	    content: "";
    display: block;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    right: 0;
    top: 0;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-image: url(https://nslitsolutions.com/demo/admissionoverseas/wp-content/uploads/2024/06/overlyimg.svg);
	z-index: 1;
}
.ekit-wid-con .ekit_sidebar-textwidget
{
	padding-top:15px !important;
}
.home .header-1
{
	position:absolute;
	width:100%;
	z-index:5;
	background:transparent !important;
}
.bdt-prime-slider-skin-general .bdt-prime-slider-desc
{
	margin-top:80px !important;
}
.head_1 .elementor-widget-container
{
	    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #830c2f;
    border-radius: 100%;
    display: inline-block;
    left: -34px;
    top: -39px;
	
}
.head_1 .elementor-widget-container h2
{
	font-size:18px;
	color:#fff;
	line-height:40px;
}
.circle_1
{
	
    text-align: center;
}
.circle_1 .elementor-widget-container
{
	      width: 185px;
    height: 185px;
    margin: 0% auto;
}
.circle_1 .elementor-widget-container h2
{
	position: absolute;
    text-align: center;
    line-height: 172px;
    width: 185px;
    font-size: 50px;
    color: #830c2f;
}
.circle_1 .elementor-widget-container svg
{
	padding-top:0px;
}
.rotate
{
	    animation: rotation 20s infinite linear;
}
@keyframes rotation
{
	0% {
    -webkit-transform: rotate(0deg);
}
	100% {
    -webkit-transform: rotate(359deg);
}
}
.btn-1 .elementor-button
{
	position:relative;
	overflow:hidden;
}
.btn-1 .elementor-button:before
{
	position: absolute;
    top: 0;
    left: 0%;
    content: "";
    width: 50.5%;
    height: 0%;
    z-index: 0;
    transition: .5s ease all;
}
.btn-1 .elementor-button:after
{
	position: absolute;
    bottom: 0;
    right: 0%;
    content: "";
    width: 50.5%;
    height: 0%;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
     transition: .5s ease all;
}
.btn-1 .elementor-button:before, .btn-1 .elementor-button:after
{
	background:#830c2f;
}
.btn-1 .elementor-button:hover:before, .btn-1 .elementor-button:hover:after
{
	    height: 100%;
    visibility: visible;
    opacity: 1;
}
.btn-1 .elementor-button span
{
	position:relative;
	z-index:1;
}
.box1 .elementor-widget-wrap
{
	transition:500ms ease all !important;
}
.box1 .elementor-widget-wrap:hover
{
	transform:translateY(-20px);
}
.box2 .pp-info-box-content
{
	background:#e60000;
	margin-left:40px;
	transform:translateY(-50px);
	border-radius:10px;
	transition:1s ease all;
	padding:30px;
}
.box2 .pp-info-box:hover .pp-info-box-content
{

	transform:translateY(-40px);
}
.box2 .pp-info-box .pp-info-box-icon
{
	transition:1s ease all;
	padding-top:20px;
}
.box2 .pp-info-box:hover .pp-info-box-icon
{
	transform:translateY(-10px);
}
.box3 .ekit-wid-con .elementskit-box-body
{
	position:absolute;
	bottom:20px;
}
.box3 .ekit-wid-con .image-box-img-left:after
{
	    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 250px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(35, 33, 33, 1));
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    z-index: 0;
    border-radius: 15px;
}
.elementor-widget-video .e-hosted-video .elementor-video
{
	border-radius:15px;
}
.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%; 
	background:#fff;
	box-shadow:2px 2px 20px #3333332e;
}
