/*
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 */

::-webkit-scrollbar
{
 width: 8px;
}


/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
            background-color: #fff;
            border: 1px solid #cacaca;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #2165ea;
  background-image: linear-gradient(90deg, #2165ea 0%, #2165ea 100%);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2165ea; 
}
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;
}
.menu-1 .elementskit-navbar-nav  li a {
    position: relative;
  transition: all .5s;
}
.menu-1 .elementskit-navbar-nav  li a:before {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 12px;
  height: 12px;
  border: 3px solid #B6771D;
  border-width: 0 0 3px 3px;
  opacity: 0;
  transition: all 0.3s
}
.menu-1 .elementskit-navbar-nav  li:hover a:before {
  opacity: 1;
  bottom: -8px;
  left: -8px;
}


.menu-1 .elementskit-navbar-nav  li a:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 12px;
  height: 12px;
  border: 3px solid #B6771D;
  border-width: 3px 3px 0 0;
  opacity: 0;
  transition: all 0.3s;
}

.menu-1 .elementskit-navbar-nav  li:hover a:after {
  opacity: 1;
  top: -8px;
  right: -8px;
}

/* ACTIVE STATE (same as hover) */

.menu-1 .elementskit-navbar-nav li.active a:before {
  opacity: 1;
  bottom: -8px;
  left: -8px;
}

.menu-1 .elementskit-navbar-nav li.active a:after {
  opacity: 1;
  top: -8px;
  right: -8px;
}

.img-1.elementor-widget-image img {
	position: relative;
	z-index: 9999;
}

.img-1.elementor-widget-image:before {
    content: "";
    background-color: #ffffffb3;
    position: absolute;
    inset: 0%;
    transform: rotate(-5deg);
    box-shadow: 0 1px 15px #163c3c54;
    z-index: 99;
}
.tm-1 .qodef-m-image .qodef-m-media-image {
	border: 8px solid #fff;
    box-shadow: 2px 2px 10px #3333333b;
}


.tm-1 .qodef-qi-team-member.qodef-item-layout--info-below .qodef-m-content {
	text-align: center;
}

.logo-1.elementor-widget-image img {
box-shadow: 0px 0px 10px #00000030;
    border-radius: 100%;
}

.glry-1 .gallery-item img {
	        height: 300px;
    object-fit: cover;
    object-position: top center;
    max-width: 100%;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 26%);
}
.sec-121 {
    position: sticky;
    top: 40px;
}

.my_team .swiper-slide .pp-tm
{
	margin:15px;
}
.my_team .pp-tm-wrapper .pp-tm-image  img
{
	    box-shadow: 2px 2px 10px #3333333b;
}
.my_team .swiper-container-wrap .swiper-slide:nth-child(even) .pp-tm
{
	margin-top: 50px;
}
