.menu-two{
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.top-bar{
background-color: #282828;
padding: 20px 0
}
.top-bar .social-icon{
display: flex;
justify-content: space-around;
align-items: center;
}
.top-bar .social-icon i{
color: #fff;
font-size: 17px;
width: 35px;
text-align: center;
height: 35px;
border-radius: 50px;
line-height: 35px;
background: #282828;
transition: 0.5s;
}
.top-bar .social-icon i:hover{
background-color: #fe8423;
}
.top-bar .content{
display: flex;
align-items: center;
margin-right: 45px;
}
.top-bar .content:last-child{
margin-right: 0;
}
.top-bar .content .icon i{
color: #fe8423;
font-size: 25px;
margin-right: 15px;
}
.top-bar .content .details p{
margin-bottom: 0;
font-size: 14px;
color: #A5A5A5;
}
.top-bar .content .details p.light{
color: #fff;
font-weight: 500;
font-size: 15px;
transition: 0.3s;
}
.top-bar .content .details p.light:hover{
color: #fe8423;
} .home7-hero-sec {
width: 100%;
height: 95vh;
position: relative;
}
.home7-hero-sec .slider-item {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.home7-hero-sec .slider-item:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
background-color: #000000;
opacity: 0.2;
}
.home7-hero-sec .slider-item .slider-content {
text-align: left;
padding-top: 220px;
padding-bottom: 270px;
position: relative;
}
.home7-hero-sec .slider-item .slider-content p {
font-size: 19px;
}
.home7-hero-sec .banner-content span {
font-size: 16px;
letter-spacing: 3px;
color: #fff;
text-transform: uppercase;
font-weight: 500;
}
.home7-hero-sec .banner-content h1 {
font-size: 68px;
font-weight: 700;
color: #fff;
margin-bottom: 25px;
text-transform: capitalize;
width:800px;
}
.home7-hero-sec .banner-content p {
color: #fff;
max-width: 650px;
margin-bottom: 40px;
}
.home7-hero-sec .slider-btn .btn{
border-radius:3px;
transition: all 0.5s ease-in-out;
}
.home7-hero-sec .slider-btn .slider-btn1{
background-color: #fe8423;
color: #fff;
margin-right: 40px;
}
.home7-hero-sec .slider-btn .slider-btn2{
border: 1px solid #ccc;
background-color: rgba(255, 255, 255, 0.1);
color: #fff;
}
.home7-hero-sec .slider-btn .slider-btn1:hover{
border: 1px solid rgb(27, 29, 33);
background-color: rgb(27, 29, 33);
}
.home7-hero-sec .slider-btn .slider-btn2:hover{
background-color: #fe8423;
border: 1px solid #fe8423;
}
.home7-hero-sec .home-slider {
position: relative;
}
.home7-hero-sec .home-area .owl-theme .owl-dots .owl-dot span {
position: relative;
top: -100px;
width: 15px;
height: 15px;
margin: 12px 7px;
background: #ffffff;
display: block;
-webkit-backface-visibility: visible;
transition: opacity .2s ease;
border-radius: 30px;
transition: all 0.5s;
}
.home-area .owl-theme .owl-dots .owl-dot.active span, 
.home-area .owl-theme .owl-dots .owl-dot:hover span {
background: #fe8423;
}
@media screen and (min-width: 1025px){
.home-area .owl-theme .owl-dots {
display: grid !important;
position: absolute;
left: 50px;
top: 50%;
text-align: left;
}
} .feature-area {
position: relative;
margin-top: -225px;
padding-bottom: 0px;
z-index: 2;
}
.feature-area .feature-box{
display: flex;
align-items: center;
padding: 20px;
background-color: #fff;
border-radius: 5px;
box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 12%);
transition: all 0.3s;
}
.feature-area .feature-box:hover{
transform: translateY(-8px);
}
.feature-area .feature-box .icon {
text-align: center;
margin-right: 20px;
border-radius: 50px 50px 50px 50px;
box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);
}
.feature-area .feature-box .icon i {
color: #fe8423;
font-size: 40px;
border-radius: 50%;
width: 60px;
line-height: 60px;
height: 35px;
background: #FF85231A;
height: 60px;
}
.feature-area .feature-box .title {
margin-bottom: 5px;
margin-top: 15px;
font-size: 17px;
font-weight: 600;
}
.feature-area .feature-box .title a {
text-transform: capitalize;
}
.feature-area .img-box{
margin: 0px 0px 0px -56px;
} @media (min-width: 992px){
section {
overflow: hidden;
position: relative;
}
}
@media (max-width: 992px){
section {
overflow: hidden;
position: relative;
}
section.home7-hero-sec {
padding: 0px 0;
}
}
.section-title-5 {
text-align: center;
padding-bottom: 30px;
position: relative;
}
.section-title-5 h2 {
font-size: 32px;
font-weight: bold;
text-transform: uppercase;
position: relative;
}
.section-title-5 .separator {
position: relative;
margin: 10px auto 0px;
width: 120px;
}
.section-title-5 .separator ul {
padding: 0px;
margin: 0px;
}
.section-title-5 .separator ul::before {
content: '';
width: 50px;
height: 4px;
background: #c9c9c9;
left: -18px;
top: 47%;
position: absolute;
border-radius: 50px;
}
.section-title-5 .separator ul li {
display: inline-block;
width: 10px;
height: 10px;
transform: rotate(45deg);
background: #fe8423;
}
.section-title-5 .separator ul::after {
content: '';
position: absolute;
width: 50px;
height: 4px;
background: #c9c9c9;
right: -18px;
top: 47%;
border-radius: 50px;
}
.section-title-5 p {
margin: 25px;
color: #838383;
font-weight: 500;
}
.section-bg {
color: #fff;
}
.section-bg:before {
content: "";
background: #f1f1f1a6;
position: absolute;
bottom: 0px;
top: 0;
left: -5px;
right: 0;
}
.cl-white{
color: #fff;
}
.cta-5{
padding: 150px 0;
position: relative;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.cta-5:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #000;
opacity: 0.6;
}
.cta-5 h3{
color: #fff;
font-size: 16px;
letter-spacing: 1px;
}
.cta-5 h2{
color: #fff;
width: 45%;
margin: auto;
font-size: 48px;
letter-spacing: 1px;
} .about{
position: relative;
}
.about .about-content{
text-align: left;
}
.about .about-content .main-title{
display: block;
margin: 50px 0 20px 0;
font-size: 35px;
text-transform: capitalize;
text-align: center;
font-weight: 700;
} .services-5{
background-color: #fff;
padding-bottom: 100px;
padding-top:30px;
}
.services-5 .service-box {
height: 100%;
padding: 50px 50px 48px 40px;
background: #fff;
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.07);
transition: all 0.5s;
}
.services-5 .service-box:hover{
box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 55%);
border-color: transparent;
z-index: 2;
}
.services-5 .service-box i {
line-height: 65px;
color: #fe8423;
font-size: 60px;
}
.services-5 .service-box h4 {
margin: 13px 0;
}
.services-5 .service-box h4 a {
color: #1b1d21;
font-weight: 700;
font-size: 21px;
text-transform: capitalize;
transition: 0.3s;
}
.services-5 .service-box h4 a:hover {
color: #fe8423
}
.services-5 .service-box p {
line-height: 24px;
font-size: 16px;
letter-spacing: 1px;  
color: #838383;
} .portfolio-5 .portfolio-item {
margin-bottom: 30px;
}
.portfolio-5 .portfolio-wrap {
transition: 0.3s;
position: relative;
overflow: hidden;
z-index: 1;
background-color: rgba(0,0,0,0.47)
}
.portfolio-5 .portfolio-wrap::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 2;
transition: all ease-in-out 0.5s;
}
.portfolio-5 .portfolio-wrap img {
transition: all ease-in-out 0.5s;
}
.portfolio-5 .portfolio-wrap .portfolio-info {
opacity: 0;
position: absolute; 
top: 50%;
left:  50%;
text-align: center;
transform: translate(-50%, -50%);
width: 100%;
z-index: 3;
transition: all ease-in-out 0.3s;
}
.portfolio-5 .portfolio-wrap .portfolio-info h4 a{
font-size: 25px;
color: #fff;
font-weight: 700;
text-transform: capitalize;
}
.portfolio-5 .portfolio-wrap .portfolio-info p {
color: rgba(255, 255, 255, 1);
font-size: 15px;
text-transform: uppercase;
padding: 0;
margin: 0;
}
.portfolio-5 .portfolio-wrap .portfolio-links {
text-align: center;
z-index: 4;
}
.portfolio-5 .portfolio-wrap .portfolio-links a {
color: #fff;
margin: 0 5px 0 0;
font-size: 28px;
display: inline-block;
transition: 0.3s;
vertical-align: middle;
height: 40px;
margin-top: 20px;
width: 40px;
border-radius: 50px;
background: rgba(0,0,0,0.1);
}
.portfolio-5 .portfolio-wrap .portfolio-links a:hover {
color: #fff;
background-color: rgb(0 0 0);
}
.portfolio-5 .portfolio-wrap:hover::before {
opacity: 1;
background: #26283299;
}
.portfolio-5 .portfolio-wrap:hover img {
transform: scale(1.2);
}
.portfolio-5 .portfolio-wrap:hover .portfolio-info {
opacity: 1;
} #product .section-title {
margin-bottom: 45px;
}
#product .product-item {
margin-bottom: 55px;
}
#product .product-item:hover .product-hover li {
opacity: 1;
top: 0;
}
#product .product-item-pic {
height: 330px;
position: relative;
overflow: hidden;
}
#product .product-hover {
position: absolute;
left: 0;
width: 100%;
bottom: 60px;
text-align: center;
}
#product .product-hover li {
list-style: none;
display: inline-block;
margin-right: 10px;
position: relative;
top: 100px;
opacity: 0;
}
#product .product-hover li:nth-child(1) {
transition: all 0.4s ease 0.1s;
}
#product .product-hover li:nth-child(2) {
transition: all 0.4s ease 0.15s;
}
#product .product-hover li:nth-child(3) {
transition: all 0.4s ease 0.2s;
}
#product .product-hover li:last-child {
margin-right: 0;
}
#product .product-hover li:hover a {
background: #fe8423;
color: #fff;
}
#product .product-hover li a {
font-size: 18px;
color: #111111;
display: block;
height: 45px;
width: 45px;
background: #ffffff;
line-height: 48px;
text-align: center;
border-radius: 50%;
box-shadow: 0 0 25px rgba(24,24,24,.2);
transition: all, 0.5s;
}
#product .product-item-text {
text-align: center;
}
#product .product-item-text h6 a {
font-size: 18px;
color: #111111;
}
#product .product-item-text .product-price {
color: #e4573d;
font-weight: 600;
}
.cta-7 {
padding: 120px 0;
background-color: #211e1e;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
}
.c-white {
color: #fff;
}
.cta-7 h3{
font-size: 30px;
font-weight: 700;
letter-spacing: 1px;
line-height: 1.2;  
}
.cta-7 h2{
color: #fff;
text-transform: capitalize;
font-size: 48px;
font-weight: 700; 
}
.cta-7 p{
letter-spacing: 1px;
max-width: 800px;
font-size: 16px;
font-weight: 400;
line-height: 28px;
}
.cta-7 .flex-btn{
display: flex;
align-items: center;
justify-content: flex-end;
}
.cta-7 .btn{
width: 170px;
color: #fff;
border-radius: 5px;
background-color: #fe8423;
transition: all 0.5s;
}
.mb-0 {
margin-bottom: 0!important;
}
.btn {
border-radius: 0;
font-size: 15px;
padding: 15px 30px;
text-transform: uppercase;
font-weight: 600;
}
.btn:hover{
background-color: #fe8423;
color: #fff;
}
@media screen and (max-width: 768px){
.cta-7 .btn {
margin-top: 15px;
}
.cta-7 .flex-btn{
justify-content: flex-start;
}
} .team-profile {
position: relative;
text-align: center;
border-radius: 0;
margin-bottom: 5px;
border: 1px solid #eaeaea;
}
.team-profile .profile-image{
position: relative;
}
.team-profile .profile-image:before{
content: "";
width: 100%;
height: 100%;
background: rgba(0,0,0,0.6);
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition: all 0.6s ease 0s;
}
.team-profile:hover .profile-image:before{ 
opacity: 1; 
}
.team-profile .profile-detail{
border: 2px solid #f5f5f5;
}
.profile-image img {
max-width: 250px;
max-height: 250px;
}
.profile-name {
font-size: 20px;
padding-top: 20px;
margin-bottom: 5px;
}
.designation{
color: #1f1f1f;
} .blog-5 {
position: relative;
}
.blog-5 .blog-item {
margin-bottom: 30px;
box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
transition: all 0.5s;
}
.blog-5 .blog-1 .post-img {
overflow: hidden;
margin-bottom: -20px;
position: relative;
}
.blog-5 .post-img {
overflow: hidden;
}
.blog-5 .post-img img {
width: 100%;
transition: all 0.9s ease;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-ms-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
}
.blog-5 .blog-item:hover{
transform: translateY(-15px);
}
.blog-5 .blog-item:hover a.heading{
color: #fe8423;
}
.blog-5 .post-content{
padding: 20px 10px 40px;
}
.blog-5 .post-content h5{
line-height: 36px;
padding: 20px 0;
border-bottom: 1px solid #83838385;
}
.blog-5 .post-content h5 a {
line-height: 1.4;
font-size: 22px;
color: #1f1f1f;
display: block;
margin:20px 0 5px 0;
transition: all 0.3;
}
.blog-5 .post-content h5 .heading:hover{
color: #fe8423;
}
.blog-5 .btn-wraper .read-more-btn{
display: block;
width: 150px;
text-align: center;
padding: 15px 15px;
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
color: #112847;
background-color: rgba(0,0,0,0);
transition: all 0.5s;
box-shadow: -1.21px 0.894px 15px 0px rgba(0,0,0,0.2);
}
.blog-5 .btn-wraper .read-more-btn:hover{
color: #ffffff;
background-color: #fe8423;
border-color: #fe8423;
}
@media screen and (max-width: 991px){
.navbar {
width: 100%;
padding: 0;
position: absolute;
top: 62px;
right:10px;
}
} #testimonials{
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
#testimonials .testimonial{
background: #fff;
border-radius: 5px;
margin: 25px;
}
#testimonials .testimonials-content .testimonial-desc {
padding: 33px 39px;
font-size: 18px;
line-height: 36px;
width: 80%;
margin: 0 auto;
justify-content: flex-start;
letter-spacing: 1px;
text-align: center;
border-bottom: 1px solid #83838385;
}
#testimonials .testimonial .client-desc{
padding: 30px 0;
display: flex;
align-items: center;
margin-left: 90px;
text-align: left;
}
#testimonials .testimonials-content .testimonial-pic{
position: relative;
}
#testimonials .testimonials-content .testimonial-pic img {
display: block;
max-width: 100%;
border-radius: 50%;
width: 80px;
height: 80px;
}
#testimonials .testimonials-content .testimonial-profile{
margin-left: 25px;
}
#testimonials .testimonials-content .testimonial-profile span {
display: block;
color: #1f1f1f;
margin-bottom: 10px;
text-transform: capitalize;
}
#testimonials .testimonials-content .testimonial-profile span.name {
font-weight: 700;
}
#testimonials .testimonials-content .testimonial-profile span.post {
color: #fe8423;
font-weight: 700;
}
.owl-theme .owl-dots .owl-dot {
outline: none;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
background-color: #fe8423;
} .footer{
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.footer:before{
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
background-color: #000;
opacity: 0.4;
}
.footer .foot-top .logo img{
width: 235px;
margin-bottom: 20px;
} .footer .foot-top .desc{
color: #888;
}
.footer .foot-top .menu-link,
.footer .foot-top .social-icon{
margin-top: 50px;
}
.footer .foot-top .menu-link li{
display: inline-block;
margin-right: 40px;
text-transform: uppercase;
font-weight: 700;
transition: all 0.3s;
}
.footer .foot-top .menu-link li:hover a{
color: #fe8423;
transition: all 0.3s;
}
.footer .foot-top .social-icon li{
display: inline-block;
margin-right: 40px;
}
.footer .foot-top .social-icon li i{
color: #838383;
font-size: 17px;
transition: 0.3s;
}
.footer .foot-top .social-icon li i:hover{
color: #fe8423;
}
.footer .foot-top .social-icon p{
margin-top: 10px;
font-size: 13px;
color: #888;
}
.footer .foot-top .heading-con{
position: relative;
font-size: 19px;
color: #fe8423;
margin: 20px 0 40px 0;
}
@media (min-width: 1025px) {
.footer .foot-top .heading-con:after{
position: absolute;
content: '';
width: 750px;
top: 50%;
right: 100px;
background-color: #414141;
height: 3px;
}
}
@media (max-width: 1025px) {
.footer .foot-top .heading-con:after{
position: absolute;
content: '';
width: 550px;
top: 50%;
right: 100px;
background-color: #414141;
height: 3px;
}
}
@media (max-width: 768px) {
.footer .foot-top .heading-con:after{
position: absolute;
content: '';
width: 350px;
top: 50%;
right:70px;
}
}
@media (max-width: 768px) {
.footer .foot-top .heading-con:after{
width: 186px;
right: 25px;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.footer .foot-top .heading-con:after{
width: 300px;
right: 25px;
}
}
.footer .foot-top .address-list ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.footer .foot-top .address-list i{
margin-right: 15px;
display: inline-block;
width: 35px;
height: 35px;
cursor: pointer;
line-height: 35px;
text-align: center;
color: #888;
border-radius: 50%;
border: 1px solid #888;
transition: all 0.3s;
}
.footer .foot-top .address-list li{
display: flex;
cursor: pointer;
}
.footer .foot-top .address-list li:hover i{
color: #fe8423;
border-color: #fe8423;
}
.footer .foot-top .address-list p{
color: #888;
}
.home7-hero-sec
{
padding: 0px 0px; 
}
@media only screen and (min-width: 600px) {
.portfolio-5, .testimonials-5, .team-5, .blog-5
{
padding: 80px 0px 0px !important; 
}
} 
@media only screen and (max-width: 600px) {
.about, .portfolio-5, .testimonials-5, .team-5, .blog-5
{
padding: 65px 0px 0px !important; 
}
#testimonials .testimonial .client-desc {
margin-left: 40px;
}
.team-profile {
width: 100% !important;
}
.about .about-content
{
margin-top:30px;
}
}
@media only screen and (min-width: 600px) {
.feature-area {
margin-top: -40px;
}
.about-content
{
margin-top:30px;
}
}
.mb-pad
{
padding-right:20px;
padding-left:20px;
} 
@media only screen and (max-width: 1025px) {
.feature-area {
margin-top: -40px  !important;
}
}@media (max-width: 1299px) {
.slider-wrap .swiper-button-next,
.slider-wrap .swiper-button-prev {
margin-top: 0;
position: relative;
top: 0;
left: auto;
right: auto;
display: inline-block;
margin: 0 10px;
} }
@media (max-width: 1300px) {
.programs-slider-one {
margin-bottom: 50px;
}
}
@media (max-width: 1199px) {
.head-top-one:after {
left: -20%;
width: 500px;
-webkit-transform: skew(0);
transform: skew(0);
-moz-transform: skew(0);
-ms-transform: skew(0);
-o-transform: skew(0);
}
.video-one{
margin-bottom: -159px;
}
.extra-pad {
padding-top: 259px;
}
.about-2::after {
display: none;
}
.vid-box2 {
text-align: center;
}
.post-meta li{
padding: 0 12px;
}
.amount {
width: 100%;
display: block;
}
.price-content {
display: block;
padding:30px 25px;
}
.error-one h2 {
font-size: 220px;
}
.programs-slider-one {
height: 413px;
margin-bottom:50px;
}
}
@media (min-width:1200px) {
.about-one {
background-image: url(//jmtrading.company/wp-content/themes/health-service/assets/img/home/man.png);
background-repeat: no-repeat;
background-position: 100% 80%;
}
.cta {
background-image: url(//jmtrading.company/wp-content/themes/health-service/assets/img/blog/blog-women.png);
background-repeat: no-repeat;
background-position: 4% bottom;
}
.team-slider-two.owl-theme .owl-nav,
.class-3slider.owl-theme .owl-nav {
position: absolute;
top: 50%;
margin-top: -25px;
width: 100%;
left: 0;
}
.team-slider-two.owl-theme .owl-nav .owl-prev {
left: -25px;
}
.team-slider-two.owl-theme .owl-nav .owl-next{
right: -25px;
}
.team-slider-two.owl-theme .owl-nav .owl-prev, 
.team-slider-two.owl-theme .owl-nav .owl-next,
.class-3slider.owl-theme .owl-nav [class*=owl-] {
position: absolute;
margin: 0;
}
}
@media (min-width: 1400px) {
.team-slider-two.owl-theme .owl-nav .owl-prev,
.class-3slider.owl-theme .owl-nav .owl-prev {
left: -40px;
}
.team-slider-two.owl-theme .owl-nav .owl-next,
.class-3slider.owl-theme .owl-nav .owl-next {
right: -40px;
}
}
@media (max-width: 1399px) {
.logo-one .logo a {
padding: 32px 10px;
padding-right: 30px;
}
}
@media (max-width: 991px) {
.navbar-nav .nav-item .mega-heading {
color: #5aaf29;
padding: 10px;
display: block;
pointer-events: none;
}
.header-one:after {
display: none;
}
.navbar-nav .nav-item a,
.navbar-nav .dropdown-item a,
.navbar-expand-lg .navbar-nav .nav-link {
padding: 10px 0;
font-size: 14px;
}
.video-one {
margin-bottom: -118px;
}
.extra-pad {
padding-top: 218px;
} .testi-one-slider{
margin-top: 0;
}
.error-one{
text-align: center;
}
.error-one h2{
font-size:170px;
}
.error-text h2{
font-size:150px;
}
.error-one h3 {
font-size: 50px;
}
.error-one p {
font-size: 20px;
}    
.programs-slider-one {
height: 458px;
margin-bottom:40px;
}
}
@media (min-width: 992px) {
.testi-one-slider .owl-nav {
position: absolute;
top: 50%;
margin-top: -15px;
width: 100%;
left: 0;
}
.testi-one-slider.owl-theme .owl-nav .owl-prev {
left: -65px;
}
.testi-one-slider.owl-theme .owl-nav .owl-next  {
right: -65px;
}
.testi-one-slider.owl-theme .owl-nav .owl-prev, 
.testi-one-slider.owl-theme .owl-nav .owl-next {
position: absolute;
margin: 0;
}
}
@media (max-width: 767px) {
.video-one {
margin-bottom: -87px;
}
.extra-pad {
padding-top: 187px;
}
.service-box2 {
width: 100%;
display: block;
}
.error-bottom{
display:block;
}
.programs-slider-one {
height: 400px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
margin-top: 40px;
}
}
@media (max-width: 576px) {
.programs-slider-one .swiper-slide img {
max-width: 180px;
width: 100%;
}
.team-two .team-det{
display: block;
padding-right: 0;
max-width: 100%;
}
.team-two .team-img {
display: none;
}
.aut-img {
display: block;
width: 150px;
margin-bottom: 20px;
padding-right: 0;
}
.text-box, .btn-box {
display:block;
}
.btn-box {
padding-left: 0
}
.comment-body {
padding-left:90px;
}
.comment-author .avatar {
width: 70px;
}
.programs-slider-one {
height: 410px;    
padding-top: 73px;
}
}
@media (max-width: 767px) {
.home7-hero-sec .slider-item .slider-content{
padding-top: 95px;
padding-bottom: 150px;
}
.home7-hero-sec .slider-item .slider-content h1{
font-size: 38px;
max-width:100%;
}
.home7-hero-sec .slider-content  p {
color: #fff;
max-width: 650px;
font-size: 15px !important;
margin-bottom: 30px;
}
.feature-area {
position: relative;
margin-top: -175px;
}
.footer .foot-top .logo img {
margin-bottom: 30px;
}
.footer .foot-top .menu-link li{
display: block;
margin-bottom: 5px;
}
.footer .foot-top .address-list li {
margin-bottom: 20px;
}
.footer .foot-top .menu-link, 
.footer .foot-top .social-icon{
margin: 20px 0;
}
.footer .foot-top h2 {
margin-top: 20px;
}
.btn{
font-size: 12px;
padding: 10px 15px;
}
.home7-hero-sec .slider-btn .slider-btn1 {
margin-right: 20px;
}
}
@media only screen and (max-width: 525px) {
.team-profile {
width: 60%;
margin: 20px auto;
}
}::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
background: #fe8423;
}
.form-control:focus,
.form-control:hover {
border-color: #fe8423 !important;
}
.bg-theme{
background-color: #fe8423;
}
h5 a:hover, h6 a:hover {
color: #fe8423;
}
.c-theme {
color:#fe8423;
}
.all-title .title-sep {
fill: #fe8423;
} .btn-one{
background-color: #fe8423;
}
.btn-one:hover{
color:#fe8423;
} .btn-two{
color: #fe8423;
}
.btn-two:before, 
.btn-two:after {
border-top-color:#fe8423;
border-bottom-color: #fe8423;
}
#c-scroll:after{
border-bottom-color: #fe8423;
}
#c-scroll {
background-color: #fe8423;
}
.navbar-nav .nav-item:hover .nav-link {
color: #fe8423;
}
.navbar-toggler-icon{
background-color: #fe8423;
}
.dropdown-item > a::before {
background-color: #fe8423;
}
.navbar-nav .dropdown-menu .dropdown-item:hover>a {
color: #fe8423;
}
.service-box2::after{
background-color: #fe8423;
}
.title-sep2::after {
background-color:#fe8423;
}
.list-2 li:before {
background-color:#fe8423;
}
.filter-btn.active:before,
.filter-btn.active:after {
background-color: #fe8423;
}
.team-two .t-socials a:hover{
color: #fe8423;
}
.team-two:hover{
border-color:  #fe8423;
}
.team-slider-two.owl-theme .owl-nav [class*=owl-]:hover{
color: #fe8423;  
}
.service-box3 h5::after {
background-color: #fe8423;
}
.service-box:hover .service-content{
background-color:#fe8423;
border-color: #fe8423;
}
.foot-title h4::after {
background-color: #fe8423;
}
.address i,
.news-content p, 
.news-content p i,
.quick-link li a:hover,
.foot-socials a:hover,
.foot-bottom a,
.quick-link li a:hover::after {
color: #fe8423;
}
.navbar-nav .nav-item .mega-heading {
color: #fe8423;
}
.cta {
background-color: #fe8423;
}
.counter-box:after {
background-color: #fe8423;
}
.feature-box:hover h5,
.banner-link li span {
color: #fe8423;
}
.header-three .menu-search a,
.widget_categories li:hover,
.widget_archive li:hover{
color:#fe8423;
}
.blog-item:hover .date,
.feature-box::after,
.class-box:hover h5:before, 
.class-box:hover h5:after{
background-color: #fe8423;
}
.price-box .amount::after {
background:#fe8423;
}
.price-box .amount::after,
.amount::before{
background-color: #fe8423;
}
.price-box2:hover h5,
.price-box:hover h5 {
color: #fe8423;
}
.price-content h5::after {
background-color: #fe8423;
}
.programs-slider-one .swiper-slide-active h5 {
color:  #fe8423;
}
.slider-wrap .swiper-button-prev:hover::after, 
.slider-wrap .swiper-button-next:hover::after {
color: #fe8423;
}
.team-one .team-social {
background-color:#fe8423;
}
.vid-btn:hover {
color: #fe8423;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce input[type=submit].button, 
.woocommerce #respond input#submit, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce #respond input#submit.alt {
display: inline-block;
border-radius: 4px;
line-height: 1;
padding: 0.618em 0.778em;
margin: 0;
text-transform: uppercase;
font-weight: 700;
text-align: center;
color: #ffffff !important;
background-color: #00c1e4;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce input[type=submit].button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
background-color: #014033;
color: #ffffff;
} .woocommerce nav.woocommerce-pagination{
display: flex;
justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul{
display: inherit;
}
.woocommerce nav.woocommerce-pagination ul li{
overflow: inherit;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
border: none;
}
.woocommerce nav.woocommerce-pagination ul li a {
cursor: pointer;
display: inline-block;
line-height: 12px;
font-weight: 600;
font-size: 1.125rem;
border-radius: 0px;
vertical-align: baseline;
white-space: nowrap;
width: 2.125rem;
height: 2.125rem;
border: 1px solid #d7d7d7;
margin: 0 10px;
color: #232323;
font-family: 'Roboto', sans-serif;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
background-color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li span {
display: inline-block;
line-height: 12px;
font-weight: 600;
font-size: 1.125rem;
border-radius: 0px;
vertical-align: baseline;
white-space: nowrap;
width: 2.125rem;
height: 2.125rem;
border: 1px solid #d7d7d7;
margin: 0 5px;
color: #232323;
font-family: 'Roboto', sans-serif;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
background-color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
color: #fff;
background-color: #00c1e4;
} .woocommerce .woocommerce-ordering select {
border: 1px solid #333;
color: #000;
display: block;
padding: 0.825rem 1rem;
}
.woocommerce table.shop_table {
border: 1px solid #333;
border-collapse: collapse !important;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
padding: 20px 10px;
}
.woocommerce-page table.cart td.actions .coupon{
display: grid;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
padding: 0.650rem 1rem;
margin: 0 0 15px;
width: 100%;
border-radius: 0;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
.woocommerce form .form-row .woocommerce-input-wrapper {
width: 100%;
}
.woocommerce input[type="text"], 
.woocommerce input[type="tel"],
.woocommerce input[type="email"],
.woocommerce input[type="password"],
.woocommerce textarea
{
background-color: #fff ;
border: 1px solid #333 !important;
color: #666 !important;
-webkit-border-radius: 0px;
border-radius: 0px;
display: block;
padding: 0.825rem 1rem;
width: 100%;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.woocommerce form .form-row label {
width: 100%;
}
.woocommerce form .form-row span.select2-selection.select2-selection--single {
border: 1px solid #333 !important;
padding: 0.825rem 1rem;
height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 50px;
right: 5px;
}
.woocommerce-page .checkout.woocommerce-checkout .col2-set {
margin-bottom: 30px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
background-color: #00c1e4;
color: #fff;
}
.woocommerce-checkout-payment ul li::marker{
color: transparent;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
padding: 1em 2em 1em 3.5em !important;
}
.woocommerce-MyAccount-content section,
.woocommerce-order section{
padding: 0;
}
.woocommerce-MyAccount-content fieldset {
margin-bottom: 1em;
} .sidebar-widget a:hover,
.sidebar-widget a:focus{
color: #00c1e4 !important;
}
.widget_tag_cloud a:hover, .widget_tag_cloud a:focus,
.sidebar-widget .widget_shopping_cart_content .woocommerce-mini-cart__buttons a:hover,
.sidebar-widget .widget_shopping_cart_content .woocommerce-mini-cart__buttons a:focus{
color: #fff !important;
}
.widget_product_search .woocommerce-product-search .search-field{
border: 1px solid #ddd;
height: 40px;
padding: 7px;
width: 98% !important;
}
.widget_product_search .woocommerce-product-search button[type="submit"] {
background: #00c1e4 none repeat scroll 0 0;
border: 1px solid #00c1e4;
cursor: pointer;
height: 40px;
right: 7px;
position: absolute;
width: 65px;
transition: all .3s ease-in-out;
color: #fff;
font-weight: 600;
}
.widget_pages li,
.widget_product_categories li, .woocommerce-widget-layered-nav li{
padding-bottom: 15px !important;
margin-bottom: 15px;
position: relative;
border-bottom: 1px dashed #d7d7d7;
text-transform: capitalize;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
overflow: hidden;
}
.widget_product_categories li span, .woocommerce-widget-layered-nav li span {
float: right;
}
li > ul, li > ol {
margin-bottom: 0;
margin-left: 1.5em !important;
}
.widget_pages ul li.page_item_has_children ul li, 
.widget_nav_menu ul li .sub-menu li, .widget_categories ul li .children li {
margin-top: 10px;
}
.widget_pages ul li.page_item_has_children ul li:last-child,
.widget_categories ul li ul.children li:last-child,
.widget_nav_menu ul li.menu-item-has-children ul li:last-child {
border-bottom: none;
padding-bottom: 2px;
margin-bottom: 0px;
}
.widget_nav_menu ul li {
padding-left: 2px;
padding-top: 2px;
border-bottom: 1px dashed #d7d7d7;
padding-bottom: 15px;
margin-bottom: 15px;
}
.widget_nav_menu .menu-item-has-children>a:after{
content: "";
}
.woocommerce-widget-layered-nav li{
padding-bottom: 15px;
margin-bottom: 15px;
} #payment div.form-row{
display: inherit;
}
.woocommerce-checkout #payment div.payment_box p:last-child {   
display: inline-block;  
} section.products{
clear: both;
}
.widget_tag_cloud .wp-block-tag-cloud a:hover, .widget_tag_cloud .wp-block-tag-cloud a:focus, .widget_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:focus
{
background: #00c1e4;
border-color: #00c1e4;
}body {
font-size: 16px;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
background-color: #fff;
font-weight: 400;
color: #666666;
padding: 0;
margin: 0;
} p {
font-family: 'Roboto', sans-serif;
font-size: 16px;
color: #666666;
line-height: 24px;
margin: 0;
margin-bottom: 15px;
}
span {
font-size: 16px;
color: #666666;
}
i {
line-height: 1;
font-style: normal;
}
a { color: inherit;
}
.sp-100 a:focus,
.sp-100 a:hover,
.footer a:focus,
.footer a:hover,
.site-content a:focus,
.site-content a:hover{
text-decoration: underline;
}
a:hover { outline: 0 none;
color: inherit;
}
img {
border-style: none;
height: auto;
max-width: 100%;
vertical-align: middle;
}
iframe {
border: none;
}
:active {
outline: none !important;
}
.btn.focus,
.btn:focus {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
color: initial;
}
::-moz-selection {
background: #232323;
color: #fff;
}
::selection {
background: #232323;
color: #fff;
}
ul,
li {
list-style: none;
padding: 0;
margin: 0;
}
.form-control:focus,
.form-control:hover {
border-color: #00c1e4 !important;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.center-grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.px-30 {
padding: 0 30px;
}
.mb-60 {
margin-bottom: 60px !important;
}
.mt-60 {
margin-top: 60px !important;
}
.mb-40 {
margin-bottom: 40px !important;
}
.c-blue {
color: #00c1e4;
}
.c-black {
color: #232323
}
a.c-blue:hover,a.c-blue:focus {
color: #232323
}
.bor-1 {
border: 1px solid #d7d7d7;
}
.bor-b {
border-bottom: 1px solid #d7d7d7;
} h1,
h2,
h3,
h4,
h5,
h6 {
color: #232323;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
margin-top: 0;
margin-bottom: 15px;
}
h1 {
font-size: 50px;
font-weight: 700;
}
h2 {
font-size: 40px;
font-weight: 700;
}
h3 {
font-size: 35px;
font-weight: 600;
}
h4 {
font-size: 25px;
font-weight: 600;
}
h5 {
font-size: 18px;
font-weight: 600;
}
h5 a,
h6 a {
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
}
h5 a:hover,
h6 a:hover,
h5 a:focus,
h6 a:focus {
color: #00c1e4
}
h6 {
font-size: 16px;
font-weight: 600;
}
.sp-100 {
padding-top: 100px;
padding-bottom: 100px;
}
.sp-70-100 {
padding-top: 70px;
padding-bottom: 100px;
}
.sp-100-70 {
padding-top: 100px;
padding-bottom: 70px;
}
.mb-30 {
margin-bottom: 30px;
}
.mt-30 {
margin-top: 30px;
}
.mb-25 {
margin-bottom: 25px;
}  ::-webkit-scrollbar {
width: 10px;
} ::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 5px #ccc;
box-shadow: inset 0 0 5px #ccc;
} ::-webkit-scrollbar-thumb {
background: #00c1e4;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
} ::-webkit-scrollbar-thumb:hover {
background: #00c1e4;
} .btn {
border: 0;
border-radius: 0;
font-size: 16px;
padding: 11px 30px;
font-weight: 600;
position: relative;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
border-width: 1px;
border-style: solid;
border-color: transparent;
}
.btn:hover,.btn:focus {
border-color: inherit;
}
.btn.btn-trans:hover, .btn.btn-trans:focus{
border-color: #232323;
}
.btn-sm {
padding: 6px 20px;
font-size: 14px;
} .btn-one {
background-color: #00c1e4;
color: #fff;
position: relative;
overflow: hidden;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
z-index: 0;
}
.btn-one:hover ,.btn-one:focus{
color: #00c1e4;
}
.btn-one:before,
.btn-one:after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-top: 25px solid #fff;
border-bottom: 25px solid #fff;
z-index: -1;
-webkit-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}
.btn-one:before {
border-right: 25px solid transparent;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.btn-one:after {
border-left: 25px solid transparent;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.btn-one:hover:before ,.btn-one:focus:before{
-webkit-transform: translateX(-10%);
-ms-transform: translateX(-10%);
transform: translateX(-10%);
}
.btn-one:hover:after,.btn-one:focus:after {
-webkit-transform: translateX(10%);
-ms-transform: translateX(10%);
transform: translateX(10%);
}
.btn-sm.btn:before,
.btn-sm.btn:after {
border-width: 17px;
} .btn-two {
background-color: #fff;
border: 1px solid transparent;
color: #00c1e4;
position: relative;
overflow: hidden;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
z-index: 0;
}
.btn-two:hover,.btn-two:focus{
color: #fff;
}
.btn-two:before,
.btn-two:after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-top: 25px solid #00c1e4;
border-bottom: 25px solid #00c1e4;
z-index: -1;
-webkit-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}
.btn-two:before {
border-right: 25px solid transparent;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.btn-two:after {
border-left: 25px solid transparent;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.btn-two:hover:before,.btn-two:focus:before {
-webkit-transform: translateX(-10%);
-ms-transform: translateX(-10%);
transform: translateX(-10%);
}
.btn-two:hover:after,.btn-two:focus:after {
-webkit-transform: translateX(10%);
-ms-transform: translateX(10%);
transform: translateX(10%);
} .btn-dark {
background-color: #232323;
color: #fff;
position: relative;
overflow: hidden;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
z-index: 0;
}
.btn-dark:hover,.btn-dark:focus{
color: #232323;
}
.btn-dark:before,
.btn-dark:after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-top: 25px solid #fff;
border-bottom: 25px solid #fff;
z-index: -1;
-webkit-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
.btn-dark:before {
border-right: 25px solid transparent;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.btn-dark:after {
border-left: 25px solid transparent;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.btn-dark:hover:before,.btn-dark:focus:before {
-webkit-transform: translateX(-10%);
transform: translateX(-10%);
-moz-transform: translateX(-10%);
-ms-transform: translateX(-10%);
-o-transform: translateX(-10%);
}
.btn-dark:hover:after ,.btn-dark:focus:after{
-webkit-transform: translateX(10%);
-ms-transform: translateX(10%);
transform: translateX(10%);
} .btn-trans {
color: #232323;
border: 1px solid #232323;
position: relative;
overflow: hidden;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
z-index: 0;
}
.btn-trans:hover,.btn-trans:focus {
color: #fff;
}
.read-more {
color: #232323;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
font-size: 16px;
position: relative;
font-weight: 600;
}
.read-more::after {
position: absolute;
content: '';
width: 100%;
height: 1px;
opacity: 0;
background-color: currentColor;
left: 0;
bottom: 0;
transform: translateY(3px);
-webkit-transition: transform .3s ease;
-o-transition: transform .3s ease;
transition: transform .3s ease;
}
.read-more:hover,.read-more:focus {
color: #00c1e4;
}
.read-more:hover::after,.read-more:focus::after {
transform: translateY(0);
opacity: 1;
} body.custom-background{
background-size: cover !important;
}
.bg-dull {
background-color: #f7f7f7;
} .c-white {
color: #fff;
} .list-2 li {
position: relative;
padding-left: 15px;
}
.list-2 li:before {
position: absolute;
content: "";
width: 5px;
height: 5px;
left: 0;
top: 8px;
background-color: #00c1e4;
} .all-title {
text-align: center;
position: relative;
margin-bottom: 60px;
}
.sec-title {
color: #232323;
position: relative;
margin-bottom: 10px;
font-weight: 700;
line-height: 1;
}
.all-title.white2 .sec-title {
color: #fff;
}
.all-title .title-sep {
fill: #00c1e4;
}
.title-sep2 {
padding-bottom: 15px;
position: relative
}
.widget_block h2::after,
.title-sep2::after {
position: absolute;
background-color: #00c1e4;
height: 2px;
width: 60px;
content: '';
bottom: 0;
left: 0;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
}
.all-title.white .sec-title {
color: #fff
}
.all-title.white2 .title-sep {
fill: #fff;
}
.sec-title span {
color: #232323;
display: block;
font-size: 20px;
font-weight: 700;
}
.all-title p {
max-width: 800px;
margin: 50px auto 0;
color: #666666;
}
.all-title.white p,
.all-title.white2 p {
color: #fff
}
.title-sep {
fill: #232323;
height: 22px;
width: 83px;
} .logo h1 {
margin-bottom: 0;
line-height: 1.2;
}
.navbar-nav .nav-item .mega-heading {
display: none !important;
}
.logo-one {
width: 20%;
}
header {
position: relative;
z-index: 999;
} .header-two {
padding: 20px 0;
position: relative;
top: 0;
z-index: 9;
width: 100%;
left: 0;
}
.header-two.light .navbar-nav .nav-link {
color: #fff
}
.affix.sticky-menu.light {
background-color: #232323;
} .main-slider, .slide-item {
position: relative;
overflow: hidden;
}
.theme-slider .slide-item img {
width: 100%;
height:auto;
background-size:contain;
-o-object-fit: cover;
object-fit: cover;
object-position: top right;
}
.slide-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background-color: #fff;
background-color:rgba(21, 21, 21, 0.75);
}
.slide-table {
overflow: hidden;
display: table;
width: 100%;
height: 100%;
}
.slide-table-cell {
display: table-cell;
vertical-align: middle;
}
.slide-content {
overflow: hidden;
color: #fff;
max-width: 800px;
margin-right: auto
}
.slide-content p {
color: #fff;
}
.theme-slider .active .slide-content h2 {
-webkit-animation: 1s .3s zoomIn both;
animation: 1s .3s zoomIn both;
}
.theme-slider .active .slide-content p {
-webkit-animation: 1s .4s zoomInRight both;
animation: 1s .4s zoomInRight both;
}
.theme-slider .active .btn {
-webkit-animation: 1s .5s slideInUp both;
animation: 1s .5s slideInUp both;
}
.main-slider .owl-theme .owl-nav.disabled+.owl-dots {
margin-top: 0;
position: absolute;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
z-index: 999;
}  @media screen and (min-width:1023px){
.about{
position: relative;
margin-top: -160px;
padding-bottom: 0;
}
}
.about .about-box{
position: relative;
border-radius: 5px;
padding: 80px 35px 70px 35px;
}
.about .about-box:before{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
opacity: 0.7;
margin: 0;
padding: 0;
transition: all .4s ease;
background-size: 101% 101%;
}
.about .about-box-1{
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.about .about-box i{
position: relative;
font-size: 70px;
z-index: 99;
color:#fff;
}
.about .about-box .about-box-title{
position: relative;
font-size: 24px;
font-weight: 700;
line-height: 1.2;
z-index: 99;
color: #fff;
margin: 20px 0;
}
.about .about-box p{
position: relative;
font-size: 15px;
font-weight: 400;
line-height: 25px;
z-index: 99;
color: #fff;
}
.feature-box {
padding: 24.3px 23px;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
margin-bottom: 30px;
position: relative;
}
.feature-box::after {
position: absolute;
content: '';
top: 0;
left: 0;
width: 3px;
height: 0;
transition: all 0.4s cubic-bezier(0.815, 1.650, 0.400, 0.680);
-webkit-transition: all 0.4s cubic-bezier(0.815, 1.650, 0.400, 0.680);
-moz-transition: all 0.4s cubic-bezier(0.815, 1.650, 0.400, 0.680);
-ms-transition: all 0.4s cubic-bezier(0.815, 1.650, 0.400, 0.680);
-o-transition: all 0.4s cubic-bezier(0.815, 1.650, 0.400, 0.680);
z-index: 1;
background: #00c1e4;
}
.feature-box:hover::after,.feature-box:focus::after {
height: 100%;
transition-delay: 0.21s;
display:none;
}
.feature-box.type2 {
border: 1px solid #d7d7d7;
}
.feature-box.type2:hover ,.feature-box.type2:focus {
border-color: transparent;
}
.feature-box p {
margin-bottom: 0
} .feature-box h5 {
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
}
.feature-box:hover h5,.feature-box:focus h5 {
color: #00c1e4
} .service-box3 {
position: relative;
overflow: hidden;
}
.owl-carousel .owl-item .service-box3 img {
position: relative;
display: block;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.owl-carousel .owl-item .service-box3:hover img,.owl-carousel .owl-item .service-box3:focus img  {
transform: scale(1.06) translateX(-7px);
-webkit-transform: scale(1.06) translateX(-7px);
-moz-transform: scale(1.06) translateX(-7px);
-ms-transform: scale(1.06) translateX(-7px);
-o-transform: scale(1.06) translateX(-7px);
}
.service-box3 h5 {
position: absolute;
bottom: 20px;
left: 20px;
right: 20px;
padding: 20px;
margin-bottom: 0;
text-align: center;
color: #fff;
background-color: rgba(0, 0, 0, .7);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 0;
overflow: hidden;
}
.service-box3 h5::before,
.service-box3 h5::after {
background: #fff;
content: '';
position: absolute;
z-index: -1;
}
.service-box3 h5::after {
background-color: #00c1e4;
height: 100%;
left: -35%;
top: 0;
transform: skew(50deg);
transition-duration: 0.6s;
transform-origin: top left;
width: 0;
opacity: 0;
transition: all 0.4s cubic-bezier(0.815, 1.650, 0.400, 0.680);
-webkit-transition: all 0.4s cubic-bezier(0.815, 1.650, 0.400, 0.680);
-moz-transition: all 0.4s cubic-bezier(0.815, 1.650, 0.400, 0.680);
-ms-transition: all 0.4s cubic-bezier(0.815, 1.650, 0.400, 0.680);
-o-transition: all 0.4s cubic-bezier(0.815, 1.650, 0.400, 0.680);
}
.service-box3:hover h5::after,.service-box3:focus h5::after {
height: 100%;
width: 135%;
opacity: 1;
} .blog {
position: relative;
z-index: 0;
}
.blog-item {
margin-bottom: 30px;
background-color: #fff;
position: relative;
}
.blog-item iframe {
width: 100%;
height: 250px;
border: 0;
}
.post-meta {
padding: 7px 0;
position: relative;
text-align: center;
}
.blog-2 .post-meta {
background-color: #d7d7d7;
}
.post-meta li {
display: inline-block;
font-size: 15px;
margin: 8px 0;
padding: 0 20px;
position: relative;
line-height: 1;
text-transform: capitalize;
font-family: 'Roboto', sans-serif;
}
.blog-1 .post-img {
overflow: hidden;
margin-bottom: -20px;
position: relative;
}
.post-img {
overflow: hidden;
}
.post-img img {
width: 100%;
transition: all 0.9s ease;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-ms-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
}
.blog-item:hover .post-img img,.blog-item:focus .post-img img {
transform: scale(1.1) rotate(-2deg);
-webkit-transform: scale(1.1) rotate(-2deg);
-moz-transform: scale(1.1) rotate(-2deg);
-ms-transform: scale(1.1) rotate(-2deg);
-o-transform: scale(1.1) rotate(-2deg);
}
.post-meta li::after {
position: absolute;
content: "";
top: 0;
right: 0;
width: 1px;
height: 15px;
background-color: rgba(0, 0, 0, 0.5);
}
.post-meta li:last-child::after {
display: none;
}
.post-meta li i {
margin-right: 5px;
color: #232323;
}
.post-meta li a {
text-transform: capitalize;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}
.blog-2 .post-meta li a {
color: #232323;
}
.post-meta li a:hover,.post-meta li a:focus {
color: #00c1e4
}
.blog-2 .post-content {
border: 1px solid #d7d7d7;
}
.post-content h5 a {
text-transform: initial;
line-height: 1.4;
}
.blog .blog-item .date
{
background-color: #fff;
position: absolute;
right: 10px;
top: 10px;
padding: 8px;
text-align: center;
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
min-width: 60px;
-moz-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
}
.blog .blog-item:hover .date,.blog .blog-item:focus .date {
background-color: #00c1e4;
}
.blog .blog-item:hover .date * ,.blog .blog-item:focus .date * {
color: #fff;
}
.blog .blog-item .date p {
font-size: 16px;
color: #232323;
line-height: 1;
font-weight: 500;
margin-bottom: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.blog .blog-item .date span {
font-size: 24px;
color: #232323;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-bottom: 5px;
display: block;
}
.archive .blog-item .date {
background-color: #fff;
position: absolute;
right: 10px;
top: 10px;
padding: 8px;
text-align: center;
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
min-width: 60px;
-moz-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
}  .blog-detail .post-meta li i {
color: #00c1e4;
}
blockquote {
margin: 30px 0;
margin-left: 25px;
border-left: 5px solid #00c1e4;
padding-left: 25px;
}
blockquote p {
color: #232323;
}
.post-tags {
padding: 15px 0;
border: 1px solid #d7d7d7;
border-left: 0;
border-right: 0;
font-family: 'Roboto', sans-serif;
}
.post-tags a {
text-transform: capitalize;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
margin: 0 2px;
}
.post-tags a:hover,.post-tags a:focus {
color: #00c1e4;
} ol.comment-list {
position: relative;
padding: 0;
}
.form-control {
margin-bottom: 30px;
border: 0;
border: 1px solid #d7d7d7;
text-transform: capitalize;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
padding-left: 55px;
background-color: #fff;
color: #666;
font-weight: 400;
position: relative;
padding: 10px;
height: auto;
} section.cta {
padding: 90px 0;
position: relative;
background-color: #00c1e4;
}
section.cta .container { z-index:2; position:relative; }  .footer .foot-top {
padding: 100px 0 40px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
}
.foot-top {
position: relative;
}
.footer-one {
color: #fff;
background-color: #232323;
}
.footer-one *,
.footer-two * {
color: #fff;
}
.foot-title {
margin-bottom: 35px;
}
.foot-title h4 {
padding-bottom: 15px;
position: relative;
}
.foot-title h4::after {
position: absolute;
background-color: #00c1e4;
height: 2px;
width: 60px;
content: '';
bottom: 0;
left: 0;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
} .foot-bottom {
padding: 26px 0 10px;
text-align: center;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.foot-bottom a {
color: #00c1e4;
font-weight: 600;
}  .project {
position: relative;
}
.project .proj-img {
position: relative;
overflow: hidden;
}
.project .proj-img img {
width: 100%;
}
.proj-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 0;
}
.proj-overlay:after {
opacity: 1;
position: absolute;
content: "";
left: 0;
top: 0;
width: 0;
height: 100%;
background: rgba(0, 0, 0, 0.45);
-webkit-transition: all 0.45s ease-in-out 0s;
-o-transition: all 0.45s ease-in-out 0s;
transition: all 0.45s ease-in-out 0s;
-moz-transition: all 0.45s ease-in-out 0s;
-ms-transition: all 0.45s ease-in-out 0s;
z-index: -1;
transform: skewX(-25deg);
-webkit-transform: skewX(-25deg);
-moz-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
-o-transform: skewX(-25deg);
}
.proj-overlay:before {
opacity: 1;
position: absolute;
content: "";
right: 0;
top: 0;
width: 0;
height: 100%;
background: rgba(0, 0, 0, 0.45);
-webkit-transition: all 0.45s ease-in-out 0s;
-o-transition: all 0.45s ease-in-out 0s;
transition: all 0.45s ease-in-out 0s;
-moz-transition: all 0.45s ease-in-out 0s;
-ms-transition: all 0.45s ease-in-out 0s;
z-index: -1;
transform: skewX(-25deg);
-webkit-transform: skewX(-25deg);
-moz-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
-o-transform: skewX(-25deg);
}
.project:hover .proj-overlay:after,
.project:hover .proj-overlay:before,
.project:focus .proj-overlay:after,
.project:focus .proj-overlay:before {
opacity: 1;
width: 100%;
transform: skewX(0);
-webkit-transform: skewX(0);
-moz-transform: skewX(0);
-ms-transform: skewX(0);
-o-transform: skewX(0);
}
.proj-overlay .pop-btn {
opacity: 0;
color: #fff;
font-size: 40px;
-webkit-transition: all 0.45s ease-in-out;
-o-transition: all 0.45s ease-in-out;
transition: all 0.45s ease-in-out;
-moz-transition: all 0.45s ease-in-out;
-ms-transition: all 0.45s ease-in-out;
transform: translateY(-20px) rotateX(80deg);
-webkit-transform: translateY(-20px) rotateX(80deg);
-moz-transform: translateY(-20px) rotateX(80deg);
-ms-transform: translateY(-20px) rotateX(80deg);
-o-transform: translateY(-20px) rotateX(80deg);
}
.project:hover .pop-btn,.project:focus .pop-btn {
opacity: 1;
-webkit-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
transition-delay: 0.4s;
transform: translateY(0) rotateX(0);
-webkit-transform: translateY(0) rotateX(0);
-moz-transform: translateY(0) rotateX(0);
-ms-transform: translateY(0) rotateX(0);
-o-transform: translateY(0) rotateX(0);
}
.proj-content {
background-color: #fff;
-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
padding: 15px;
text-align: center;
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.proj-content h5,
.proj-content h6 {
margin-bottom: 0;
}
.proj-content h6 {
font-size: 14px;
}
.proj-content * {
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.project:hover .proj-content,.project:focus .proj-content {
background-color: #00c1e4
}
.project:hover .proj-content *,.project:focus .proj-content * {
color: #fff
} .page-banner {
position: relative;
z-index: 0;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
background-position: center;
padding: 110px 0;
}
.page-banner.type-2 {
padding-top: 205px
}
.page-banner::after {
position: absolute;
content: '';
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.80;
z-index: -1;
}
.page-banner h3 {
color: #232323;
margin: 0;
margin-bottom: 15px;
font-size: 40px;
margin-top: 50px;
}
.banner-link li {
display: inline-block;
position: relative;
margin: 6px 0 0;
margin-right: 5px;
font-size: 16px;
font-weight: 500;
}
.banner-link li::after {
content: '/';
color: #fff;
}
.banner-link li:last-child {
margin-right: 0;
}
.banner-link li a {
color: #232323;
padding-right: 5px;
}
.banner-link li:last-child::after {
display: none;
}
.banner-link li span {
font-size: 18px;
font-weight: 500;
color: #00c1e4;
} .widget_block h2{
padding-bottom: 15px;
position: relative;
margin-bottom: 30px;
font-size: 25px;
font-weight: 600;
} 
.sp-100 .post-content p a,
.widget_block p a{
color: #00c1e4;
text-decoration: underline;
}
.sidebar .wp-block-search .wp-block-search__label{
color: #232323;
}
.wp-block-calendar table th{
font-weight: 700;
background: transparent;
}
.wp-block-calendar table {
border-collapse: inherit;
}
.wp-block-calendar nav.wp-calendar-nav{
float: left;
}
.widget_block .wp-block-archives-dropdown select,
.widget_block .wp-block-categories-dropdown select{
width: 100%;
padding: 6px;
color: #232323;
}
.widget_block .wp-block-archives-dropdown select option,
.widget_block .wp-block-categories-dropdown select option{
color: #232323;
}
.widget {
margin-bottom: 60px;
position: relative;
}
.widget:last-child {
margin-bottom: 0 !important;
}
.widget li {
font-family: 'Roboto', sans-serif;
}
.widget.widget_media_gallery {
margin-bottom: 45px;
}
.widget_categories li,
.widget_archive li {
padding-bottom: 15px;
text-align: right;
margin-bottom: 15px;
position: relative;
border-bottom: 1px dashed #d7d7d7;
text-transform: capitalize;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
overflow: hidden;
}
.widget_categories li:last-child,
.widget_archive li:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: 0;
}
.widget_categories li a,
.widget_archive li a {
float: left;
clear: both;
}
.widget_categories li:hover,
.widget_archive li:hover,.widget_categories li a:focus,
.widget_archive li a:focus {
color: #00c1e4;
}
.widget_media_gallery .gallery-item {
width: calc((100% - 30px) / 3);
float: left;
margin-right: 10px;
margin-bottom: 10px;
position: relative;
overflow: hidden;
}
.widget_media_gallery .gallery-item img {
width: 100%
}
.widget_media_gallery .gallery-item:nth-child(3n+3) {
margin-right: 0;
}
.news-box .form-control {
display: block;
width: 100%;
border: 1px solid #d7d7d7;
border-radius: 0;
padding: 10px;
height: auto;
margin-bottom: 20px;
}
.news-box .btn {
width: 100%;
}
.search-box .form-control {
border: 1px solid #d7d7d7;
border-radius: 0;
padding: 10px;
height: 45px;
}
.search-box .input-group-btn button {
background-color: #00c1e4;
border: 0;
color: #fff;
font-size: 15px;
padding: 0 16px;
height: 45px;
cursor: pointer;
font-size: 16px;
font-weight: 600;
}
.tagcloud li {
display: inline-block;
margin: 4px 2px;
}
.tagcloud li a {
display: block;
color: #232323;
border: 1px solid #d7d7d7;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-transform: capitalize;
padding: 5px 20px;
font-size: 16px;
}
.tagcloud li a:hover,.tagcloud li a:focus {
border-color: #00c1e4;
background-color: #00c1e4;
color: #fff;
}
.widget-tabs {
border-bottom: 1px solid #00c1e4;
}
.widget-tabs a {
width: 50%;
padding: 5px;
background-color: #f5f5f5;
color: #232323;
padding: 10px;
text-align: center;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.widget-tabs a.active {
background-color: #00c1e4;
}
.widget-tabs a.active h5 {
color: #fff;
} .pagination-blog {
overflow: hidden;
}
.pagination-blog a {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
color: #232323;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}
.blog-next {
float: right;
}
.pagination-blog a:hover,.pagination-blog a:focus {
color: #00c1e4;
}
.pagination { padding:0px; margin:0px; text-align:center !important; display:inline-block;
width:100%; }
.pagination .nav-links .page-numbers { color:#797979; background-color: #fff; 
border: 1px solid #ddd; font-size: 14px;  border-color: #e4e4e4; text-align: center;
line-height:25px; margin-right:15px; min-width:30px; height:30px; 
border-radius:0; display:inline-block; line-height:28px; padding:0 8px;  }
.pagination .nav-links .page-numbers:last-child { margin-right:0px; }
.pagination .nav-links .page-numbers.active{ -webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.22); box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.22); }
.pagination .nav-links .page-numbers.current, .pagination .nav-links .page-numbers:hover{ background:#00c1e4;  color: #fff; border:solid 1px #00c1e4; } .error-one {
padding: 120px 0 140px;
text-align: center;
}
.error-one h2 {
color: #ffffff;
font-weight: 800;
font-size: 250px;
line-height: 1;
text-shadow: 8.485px 8.485px 30px rgba(35, 35, 35, 0.3);
}
.error-one h3 {
font-size: 70px;
margin-bottom: 30px;
font-weight: 700;
}
.error-bottom {
text-align: center;
max-width: 500px;
margin: 0 auto;
}
.or {
font-size: 25px;
font-weight: 700;
display: inline-block;
}
.widget_recent_entries li{
list-style: none;
}
.widget_block .wp-block-latest-posts li a:hover,
.widget_block .wp-block-latest-posts li a:focus,
.widget_recent_entries a:hover,.widget_recent_entries a:focus{
color: #00c1e4;
}
.widget_block .wp-block-latest-posts li,
.widget_recent_entries li{
position: relative;
padding-bottom: 18px;
margin-bottom: 18px;
border-bottom: 1px dashed rgba(179, 179, 179, 0.5);
}
.widget_recent_entries a{
margin-bottom: 4px;
display: block;
font-weight: 400;
}
.widget_recent_entries .post-date{
color: #00c1e4;
}
.widget_block .wp-block-latest-comments li{
list-style: none;
border-bottom: 1px solid #e4e4e4d1;
margin-bottom: 20px;
}
.widget_recent_comments li{
list-style: none;
padding-bottom: 20px;
border-bottom: 1px solid #e4e4e4d1;
margin-bottom: 20px;
}
.widget_block .wp-block-latest-comments{
padding: 0;
}
.widget_recent_comments .comment-author-link{
text-transform: capitalize;
}
.widget_block .wp-block-latest-comments li a:hover,
.widget_block .wp-block-latest-comments li a:focus,
.widget_recent_comments .recentcomments a:hover,.widget_recent_comments .recentcomments a:focus{
color: #00c1e4;
}
.widget_block .wp-block-page-list li,
.widget_nav_menu ul li {
padding-left: 2px;
padding-top: 2px;
border-bottom: 1px dashed #d7d7d7;
padding-bottom: 15px;
margin-bottom: 15px;
}
.widget_nav_menu li > ul,
.wp-block-page-list li > ul{
margin-bottom: 0;
margin-left: 1.5em !important;
}
.widget_block .wp-block-page-list li.has-child ul li,
.widget_nav_menu ul li .sub-menu li{
margin-top: 10px;
}
.widget_block .wp-block-page-list li.has-child ul li:last-child,
.widget_nav_menu ul li.menu-item-has-children ul li:last-child {
border-bottom: none;
padding-bottom: 2px;
margin-bottom: 0px;
}
.widget_block .wp-block-categories li,
.widget_block .wp-block-archives li{
padding-bottom: 15px;
margin-bottom: 15px;
position: relative;
border-bottom: 1px dashed #d7d7d7;
text-transform: capitalize;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
overflow: hidden; 
}
.widget_categories li,
.widget_archive li{
padding-bottom: 15px;
text-align: right;
margin-bottom: 15px;
position: relative;
border-bottom: 1px dashed #d7d7d7;
text-transform: capitalize;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
overflow: hidden; 
}
.widget_block .wp-block-categories li a:hover,
.widget_block .wp-block-archives li a:hover,
.widget_block .wp-block-categories li a:focus,
.widget_block .wp-block-archives li a:focus,
.widget_categories  a:hover,
.widget_archive a:hover,.widget_categories  a:focus,
.widget_archive a:focus
{
color: #00c1e4;
}
.widget_categories .screen-reader-text,
.widget_archive .screen-reader-text
{
display: none;
}
.widget_categories select,
.widget_archive select
{
padding: 10px 0;
display: block;
width: 100%
}
.widget_meta li{
list-style: none;
margin-bottom: 15px;
}
.widget_meta a{
color: #666;
display: block;
line-height: 1.3;
}
.widget_meta a:hover,.widget_meta a:focus{
color:#00c1e4;
}
.widget_tag_cloud{
position: relative; 
}
.widget_block .wp-block-tag-cloud a{
color: #232323;
}
.footer .widget_block .wp-block-tag-cloud a{
color: #fff;
}
.widget_block .wp-block-tag-cloud a{
border: 1px solid #e8e8e8;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 4px;
display: inline-block;
text-transform: capitalize;
font-size: 16px !important;
padding: 8px 20px;
border-width: 1px;
margin-top: 2px;
font-family: 'poppins', sans-serif;
}
.widget_tag_cloud .tagcloud a{
border: 1px solid #e8e8e8;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 4px;
display: inline-block;
text-transform: capitalize;
font-size: 16px !important;
padding: 8px 20px;
border-width: 1px;
margin-top: 2px;
color:  #232323;
font-family: 'poppins', sans-serif;
}
.widget_block .wp-block-tag-cloud a:hover,.widget_block .wp-block-tag-cloud a:focus,
.widget_tag_cloud .tagcloud a:hover,.widget_tag_cloud .tagcloud a:focus{
background: rgba(109,46,192,1);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(109,46,192,1)), color-stop(100%, rgba(0,147,226,1)));
background:  #00c1e4;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2ec0', endColorstr='#0093e2', GradientType=1 );
color: #fff;
-webkit-transition: all ease 0.5s 0s;
transition: all ease 0.5s 0s;
border-color: #00c1e4; 
}
.widget_calendar #wp-calendar{
border-collapse: initial !important;
}
.widget_calendar tbody{
border: 1px solid #222; 
}
.widget_calendar td {
height: 35px;
text-align: center;
}
.widget_calendar th{
width: 65px;
height: 40px;
text-align: center;
color: #666666;
}
.widget_block .wp-block-page-list li,
.widget_pages li{
list-style: none;
margin-bottom: 15px;
}
.widget_pages a{
color: #666666;
display: block;
line-height: 1.3;
}
.widget_block .wp-block-page-list li a:hover,
.widget_block .wp-block-page-list li a:focus,
.widget_pages a:hover,.widget_pages a:focus{
color:#00c1e4;
}
.widget_nav_menu li{
list-style: none;
}
.widget_nav_menu a{
color: #222;
display: block;
line-height: 1.3;
margin-bottom: 5px;
}
.widget_nav_menu a:hover,.widget_nav_menu a:focus{
color:#00c1e4
}
.widget_nav_menu  .sub-menu{
margin-left: 4px;
}
.banner-link li a:after{
content: '/';
padding: 0 5px;
}
.single-post .blog-detail .post-thumbnail{
margin-bottom: 1rem;
}
.navigation.post-navigation .screen-reader-text{
display: none;
}
.navigation.post-navigation .nav-links{
width: 100%;
}
.navigation.post-navigation .nav-previous{
width: auto;
display: inline-block;
}
.navigation.post-navigation .nav-next{
float: right;
display: inline-block;
}
.single-post .comments-area .title-sep2.mb-30 span{
font-size: 25px;
font-weight: 600;
color: #000;
}
.comment-respond .comment-reply-title{
padding-bottom: 15px;
position: relative;
margin-bottom: 30px;
font-size: 25px;
font-weight: 600;
}
.comment-respond .comment-reply-title::after{
position: absolute;
background-color: #00c1e4;
height: 2px;
width: 60px;
content: '';
bottom: 0;
left: 0;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
}
.comment-respond .comment-form-comment {
position: relative;
width: 100%;
}
.comment-respond .comment-form-comment textarea {
height: auto;
width: 100%;
border: none;
border-radius: 2px;
padding-left: 11px;
line-height: normal !important;
padding-right: 11px;
background: #ffffff;
border: 1px solid rgba(215, 215, 215, 0.5);
color: #8d8d8d;
font-size: 12px;
}
.comment-respond .comment-form-author input{
resize: none;
width: 100%;
border: none;
border-radius: 2px;
line-height: 33px;
padding-left: 11px;
padding-right: 11px;
background: #ffffff;
border: 1px solid rgba(215, 215, 215, 0.5);
color: #8d8d8d;
font-size: 12px;
}
.comment-respond .comment-form-email input{
resize: none;
width: 100%;
border: none;
border-radius: 2px;
line-height: 33px;
padding-left: 11px;
padding-right: 11px;
background: #ffffff;
border: 1px solid rgba(215, 215, 215, 0.5);
color: #8d8d8d;
font-size: 12px;
}
.comment-respond .comment-form-url input{
resize: none;
width: 100%;
border: none;
border-radius: 2px;
line-height: 33px;
padding-left: 11px;
padding-right: 11px;
background: #ffffff;
border: 1px solid rgba(215, 215, 215, 0.5);
color: #8d8d8d;
font-size: 12px;
}
.comment-respond .form-submit input{
background-color: #00c1e4;
color: #fff;
position: relative;
overflow: hidden;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
z-index: 0;
border: 0;
border-radius: 0;
font-size: 16px;
padding: 11px 30px;
font-weight: 600;
position: relative;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
border-width: 1px;
border-style: solid;
border-color: transparent;
cursor: pointer; 
}
.comment-respond .form-submit input:hover,.comment-respond .form-submit input:focus{
background: #000;
}
.comment-respond .form-submit input:hover::before, 
.comment-respond .form-submit input:hover::after,.comment-respond .form-submit input:focus::before, 
.comment-respond .form-submit input:focus::after{
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-top: 25px solid #fff;
border-bottom: 25px solid #fff;
z-index: -1;
-webkit-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}
.comment-respond .form-submit input:hover::before,.comment-respond .form-submit input:focus::before{
border-right: 25px solid transparent;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.comment-respond .form-submit input:hover::after,.comment-respond .form-submit input:focus::after{
border-left: 25px solid transparent;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.search-form{
width: 100%;
}
.search-form input[type="search"]{ border: 1px solid #ddd;
height: 40px;
padding: 7px;
width: 98% !important;
}
.wp-block-search .wp-block-search__button{
background: #00c1e4 none repeat scroll 0 0;
border: 1px solid #00c1e4;
cursor: pointer;
color: #fff;
font-weight: 600;
}
.wp-block-search .wp-block-search__input{
padding: 7px;
}
.wp-block-search .wp-block-search__button svg{
fill: #fff;
}
.search-form input[type="submit"]{ 
background: #00c1e4 none repeat scroll 0 0;
border: 1px solid #00c1e4;
cursor: pointer;
height: 40px;
right: 7px;
position: absolute;
width: 65px;
transition: all .3s ease-in-out;
color: #fff;
font-weight: 600;
} 
.search-form label{
width: 98%;
}
.search-form .screen-reader-text{
display: none;
}
.sidebar-widget{
margin-bottom: 60px;
position: relative;
}
.footer .footer-widget .wp-block-search .wp-block-search__input{
color: #000;
}   
.footer .wp-block-calendar table caption,
.footer-widget a,
.footer-widget.widget_tag_cloud .tagcloud a
{
color: #fff;
}
.footer .footer-widget .wp-block-audio audio{
min-width: 200px;
}
.footer-widget.widget_categories select, 
.footer-widget.widget_archive select{
color: #666666;
}
.main-menu .sub-menu li{
padding: 0;
margin-right: 0;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
.main-menu .sub-menu li a:hover,.main-menu .sub-menu li a:focus{
color: #00c1e4;
}
.main-menu .main-menu > .menu-item-has-children{
position: relative;
}
.main-menu .main-menu > .menu-item-has-children::after{
font-family: fontawesome;
content: "\f107";
color: #000;
vertical-align: middle;
}
.main-menu .main-menu > .menu-item-has-children:hover::after,.main-menu .main-menu > .menu-item-has-children:focus::after{
color:  #dc3545;
}
.main-menu ul.sub-menu > .menu-item-has-children > a::after{
font-family: fontawesome;
content: "\f105";
color: #333;
right: 10px;
top: 15px;
position: absolute;
}
.main-menu ul.sub-menu > .menu-item-has-children:hover a::after,.main-menu ul.sub-menu > .menu-item-has-children:focus a::after{
color: #00c1e4;
}
@media screen and (max-width:768px) {
.main-menu a {
display: block;
font-weight: 500 !important;
padding: 10px 0 !important;
color: inherit;
-webkit-transition: all .3s ease;
transition: all .3s ease;
color: #232323;
font-size: 14px;
}
.main-menu {
margin-bottom: 1em
}
.main-menu a {
padding: 0
}
.main-menu li {
display: block;
width: 100%
}
}
.main-menu {
clear: both;
display: block;
float: left;
}
.main-menu ul {
list-style: none;
margin: 0;
padding-left: 0
}
.main-menu ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
background: #fff;
}
.main-menu ul ul ul {
left: -999em;
top: 0
}
.main-menu ul ul li.focus>ul,
.main-menu ul ul li:hover>ul,
.main-menu ul ul li a:hover>ul,
.main-menu ul ul li a:focus>ul,
.main-menu ul ul li:focus>ul, {
left: -100% !important;
}
.main-menu ul ul a {
width: 180px;
color: #000;
padding: 7px 10px;
font-weight: 400;
}
.main-menu ul li.focus>ul,
.main-menu ul li:hover>ul,
.main-menu ul li a:focus>ul {
left: auto
}
.main-menu li {
float: left;
position: relative;
margin-right: 40px;
}
.main-menu a {
display: block;
padding: .5em .7em;
font-weight: 600;
padding: 20px 0;
color: #000;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.main-menu .children {
background-color: #565656
}
.main-menu.toggled ul,
.menu-toggle {
display: block
}
@media screen and (min-width:37.5em) {
.menu-toggle {
display: none
}
.slide-item{
height: 600px;
}
.main-menu ul {
display: block
}
}
@media (min-width: 992px){
.main-menu ul ul.sub-menu a{
position: relative;
text-transform: capitalize;
}
.main-menu ul ul.sub-menu a::before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 4px;
height: 0;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
background-color: #00c1e4;
}
.main-menu ul ul.sub-menu li:hover>a::before ,.main-menu ul ul.sub-menu li a:focus::before {
height: 100%;
}
}
.main-navigation .main-menu .menu-item-has-children > a::after {
font-family: "FontAwesome";
content: "\f107";
position: relative;
margin-left: 5px;
vertical-align: top;
border: 0;
width: auto;
height: auto;
}
.search-box .search-form .search-submit{
background: #00c1e4 none repeat scroll 0 0;
border: 1px solid #00c1e4;
cursor: pointer;
height: 40px;
right: auto;
position: absolute;
width: 65px;
transition: all .3s ease-in-out;
color: #fff;
font-weight: 600;
}
.search-box .search-form input[type="search"] {
width: 100% !important;
}
.page-template-default .blog-detail .post-thumbnail{
margin-bottom: 20px;
}
.page-banner .banner-link li{
color: #232323;
}
.navigation.pagination .screen-reader-text{
display: none;
}
.blog-detail  table, tr, th, td{
border: 2px solid #a8a8a8 !important;
text-align: center;
margin-bottom: 20px;
padding: 5px;
}
.blog-detail ul,
.blog-detail ol {
margin: 0 0 1.5em;
padding-left: 1.5em;
}
.blog-detail ul li{
list-style: disc;
color: #858585;
}
.blog-detail ol {
list-style: decimal;
color: #858585;
}
.blog-detail ol > li{
list-style: decimal;
}
.blog-detail li > ul,
.blog-detail li > ol {
margin-bottom: 0;
margin-left: 0;
padding-left: 1.5em;
}
.blog-detail  dt {
font-weight: bold;
}
.blog-detail  dd {
margin: 0 1.5em 1.5em;
color: #858585;
}
.wp-caption.alignnone{
width: 100% !important;
}
.wp-caption-text {
}
.gallery-caption {
}
.bypostauthor {
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
right: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
}
.logo h1
{
font-size:25px;
}  .skip-link.screen-reader-text {
display: block;
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.skip-link.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
right: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
}
.admin-bar .affix.sticky-menu{
display: none;
}
@media screen and (max-width: 782px){
body {
margin-top: -50px !important;
}
.logo h1{
line-height: 1.2 !important;
}
}
.sp-100 .pagination-blog .navigation .nav-links a{
color: #00c1e4;
}
.blog-detail .post-meta li a,
.logged-in-as a
{
color:#00c1e4;
}
.blog-detail .post-meta{
padding-left: 0;
}
.blog-detail a,
.comment-content p a
{
color: #00c1e4; 
text-decoration: underline;
}
@media (max-width: 991px){
.logo {
margin-top: 40px;
}
.logo h1{
line-height: 1.2 !important;
font-size: 23px;
}
.logo p{
font-size: 14px;
}
}
.navbar-expand-lg ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.navbar-expand-lg ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
background: #fff;
top: 100%;
left: -999em;
z-index: 99999;
}
.navbar-expand-lg ul ul ul {
left: -999em;
top: 0;
}
.navbar-expand-lg ul ul li:hover > ul,
.navbar-expand-lg ul ul li.focus > ul {
left: -100%;
width: 100%;
}
.navbar-expand-lg ul ul a {
width: 251px;
line-height: 25px;
padding-bottom: 10px;
color:#000000;
}
.navbar-expand-lg ul li:hover > ul,
.navbar-expand-lg ul li.focus > ul {
left: -15px
;
}
.navbar-expand-lg li {
float: left;
position: relative;
}
.main-navigation .menu-item-has-children>a:after {
content: "\f078";
font-family: 'FontAwesome';
speak: none;
font-style: normal;
position: absolute;
top: 6px;
right: 0;
font-weight: normal;
font-size: 10px;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
} .menu-toggle,
.navbar-expand-lg.toggled ul {
display: block;
}
@media screen and (min-width: 993px) {
.menu-toggle {
display: none;
}
.header-two{
padding: 10px 0;
}
.navbar-expand-lg ul {
display: block;
}
.logo-wrap{
padding-top: 10px;
}
.menu .nav-menu .page_item{
padding-bottom: 20px;
}
.menu .nav-menu .page_item a{
font-weight: 600;
color: #ffffff;
}
header .mobile-menus{
display: none;
}
.navbar-expand-lg .nav-menu>.menu-item>a{
margin-bottom: 16px;
color: #232323;
font-weight: 600;
}
.sub-menu>li:last-child, .sub-dropdown>li:last-child{
margin-bottom: 0 !important;
}
.main-navigation ul ul a{
border-bottom: 1px solid #e7e7e7;
}
.navbar-expand-lg a:hover{
color: #0085ba;
}
.navbar-expand-lg .nav-menu>.menu-item-has-children > .sub-menu li a:before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 4px;
height: 0;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
background-color: #00c1e4;
}
.navbar-expand-lg .nav-menu>.menu-item-has-children > .sub-menu li{
padding-top: 12px;
padding-right: 12px;
}
.navbar-expand-lg .nav-menu>.menu-item-has-children > .sub-menu li:hover>a:before {
height: 100%;
}
}
.main-navigation a:hover{
color: #00c1e4;
}
@media screen and (max-width: 992px){
.navbar-expand-lg.toggled .navbar-nav,
.navbar-expand-lg.toggled .navbar-nav
{
display: inline-block;
width: 100%;
background: #000;
}
.navbar-expand-lg ul ul{
background: #000;
}
.navbar-expand-lg a{
color: #fff;
padding: 0 14px !important          ;
} .navbar-expand-lg .menu-toggle .fa.fa-bars{
color: #fff;
}
.mobile-menus{
margin-top: 60px;
width: 30%;
height: auto;
}           
.navbar-expand-lg ul li.menu-item-has-children:hover > .sub-menu,
.navbar-expand-lg ul li.focus > .sub-menu
{
position: relative;
left: 10px;
top: 0;
} 
.menu-all-pages-container .menu.nav-menu,
.navbar-expand-lg .menu .nav-menu
{
overflow: auto;
height: 300px;
}
.fixed{
display: none;
}
.navbar-expand-lg ul ul a {
width: 400px;
line-height: 18px;
color: #ffffff;
}
.navbar-expand-lg .menu-toggle{
float: right;
margin-top: -15px;
border: 2px solid #000;
background: #000;
border: 2px solid #000;
margin-right: 20px;
}
.navbar-expand-lg ul ul{
box-shadow: none!important;
}
.menu-item-has-children>a:after{
right: 0;
}
.navbar-expand-lg ul ul li:hover > ul, .navbar-expand-lg ul ul li.focus > ul{
left: 50%;
}
.menu-all-pages-container .nav-menu{
top: 100%;
width: 100%;
background-color: #f0f0f0;
overflow-y: auto;
}
.navbar-expand-lg li{
padding-top: 15px;
padding-bottom: 10px;
}
.navbar-expand-lg .menu-toggle:focus{
outline: 2px solid #fff;
}
.menu-item-object-page.menu-item-has-children .sub-menu{
margin-left: 0 !important;
}
.mobile-menus .site-title{
font-size: 25px;
margin-bottom: -2px;
}
.mobile-menus .site-description{
font-size: 10px;
}
}
.aligncenter{
width:580px;
height: 300px;
}
.alignleft{
height: 150px;
width: 150px;
}
.alignright{
height: 200px;
width: 300px;
}
.wp-caption.aligncenter{
width: 100% !important;
}
.header-socials{
margin: 62px 0;
}
.slide-content h2{
color: #fff;
} .team-slider-two.owl-theme .owl-nav .owl-next,
.team-slider-two.owl-theme .owl-nav .owl-prev
{
top:-76px;
margin: 0;
}
.bg-theme {
background-color: #00c1e4;
}
.home.blog .banner-link li a:after{
display: none;
}
@media (max-width: 767px){
.service-box4col,.service-box3col {
width: 100%;
display: block;
}
.slide-content h2 {
color: #fff;
letter-spacing: 0 !important;
font-size: 36px !important; 
}
.slide-content p {
font-size: 14px !important;
line-height: 1.3 !important;
margin-bottom: 13px !important;
margin-top: 0!important;
}
}
@media (min-width: 767px){
.slide-content h2 {
color: #fff;
letter-spacing: 8px;
font-size:100px
}
.slide-overlay {
background-color: rgba(21, 21, 21, 0.5);
}
.slide-item
{
height:auto;
}
.slide-content p {
font-size: 20px;
line-height: 1.7;
}
}
.header-three {
background-color: #ffb100;
}
@media (min-width: 992px){
.main-navigation .nav-menu>.menu-item>a {
color: #000;
font-weight: 600;
}
}
.slide-content
{
text-align:center;
max-width: initial;
}
.slide-item img
{
width:100%;
}
.slide-content h2 {
color: #ffffff;
font-size: 50px;
}
.slide-overlay {
background-color: rgba(21, 21, 21, 0);
}
.slide-content p {
color: #ffffff;
}
.slide-content p {
font-size: 16px;
line-height: 1.7;
}
.slide-content {
text-align: left;
max-width: 900px;
padding-left: 200px;
}
@media (min-width: 767px)
{.slide-item 
{
height: 90vh;
}
}
.cta-2 {
background-color: #00c1e4;
padding: 90px 0;
}	
.btn-two {
color: #00c1e4;
}
.our-team .social_media_team p
{
color:#fff;
}
@media (max-width: 767px)
{ 
.main-navigation{
width: 100%;
}
}
.hero-sec{
height: 100vh;
}
.hero-sec .vid-beg{
position: absolute;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -1;
}
.hero-sec .caption{
position: relative;
top: 250px;
text-align: center;
color: #fff;
}
.hero-sec .caption h3{
color: #fff;
font-size: 25px;
font-weight: 500;
letter-spacing: 2px;
margin-bottom: 20px;
}
.hero-sec .caption h1{
color: #00c1e4;
font-size: 100px;
font-weight: 700;
letter-spacing: 5px;
}
.hero-sec .caption a{
text-decoration: none;
font-size: 25px;
font-weight: 500;
letter-spacing: 1px;
border-color: #fff;
color: #fff;
}
@media (min-aspect-ratio:16/9){
.vid-beg{
width: 100%;
height: auto;
}
}
@media (max-aspect-ratio:16/9){
.vid-beg{
width: auto;
height: 100%;
}
} .title-line {
position: relative;
}
.title-line:before {
left: 44px;
}
.title-line:after {
right: 44px;
}
.title-line:after, .title-line:before {
content: '';
width: 87px;
height: 5px;
position: absolute;
top: 7px;
color: #fff;  
}
.title-line > i{
background-color: #00c1e4;
}
.title-line:before {
background: linear-gradient(to left, transparent , #00c1e4);
}
.title-line:after{
background: linear-gradient(to right, transparent , #00c1e4);
}
.title-line > i {
display: inline-block;
width: 10px;
height: 10px;
transform: rotate(45deg);
position: relative;
z-index: 3;
margin: 0 2px;
}
.cta-2{
background-color: #00c1e4;
padding: 90px 0;
}
.cta-2 p{
letter-spacing: 1px;
font-size: 19px;
}
.class-box:hover .class-schedule{
background-color: #00c1e4; 
}
.class-box:hover .class-schedule h6,
.class-box:hover .class-schedule p{
color: #fff;
}
.navbar-nav .nav-item .nav-link {
color: #fff !important;
}
.header-three .menu-search a{
color: #fff !important;
}
.affix.sticky-menu .navbar-nav .nav-item .nav-link {
color: #000 !important;
}
@media (max-width: 992px){
.affix.sticky-menu .navbar-nav .nav-item .nav-link {
color: #fff !important;
}
}
.owl-nav, .owl-dots
{
display:none;
}
.says{
display: none;
}
.comment-author .fn{
display: block;
}
.reply{
float: right;
}
.textwidget p a{
text-decoration: underline;
}
body{
overflow-x: none;
}
.services.section-bg{
background-color: #1b1b1b;
}
@media (min-width: 1200px){
.portfolio .container-fluid {
max-width: 1140px;
}
}
@media only screen and (max-width: 600px) {
.carousel-inner img {
height: 80vh !important;
}
}
@media (max-width: 767px){
.main-navigation {
width: 100%;
}
.main-navigation .nav-menu>.menu-item>a {
color: #fff;
font-weight: 500;
}
}
.main-navigation {
clear: both;
display: block;
float: right;
}
.blog-detail a:focus{ text-decoration: underline;
}
section.about
{
padding: 200px 0 0px;
}
.testimonial-pic img
{
height:150px;
width:150px;
}
.blog-detail a:focus, .comment-content p a:focus{ text-decoration: underline !important;
}.menu-two{
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.top-bar{
background-color: #00c1e4;
padding: 20px 0
}
.top-bar .social-icon{
display: flex;
justify-content: space-around;
align-items: center;
}
.top-bar .social-icon i{
color: #00c1e4;
font-size: 17px;
width: 35px;
text-align: center;
height: 35px;
border-radius: 50px;
line-height: 35px;
background: #fff;
transition: 0.5s;
}
.top-bar .social-icon i:hover{
background-color: #fff;
color: #333;
}
.top-bar .content{
display: flex;
align-items: center;
margin-right: 45px;
}
.top-bar .content:last-child{
margin-right: 0;
}
.top-bar .content .icon i{
color: #fff;
font-size: 25px;
margin-right: 15px;
}
.top-bar .content .details p{
margin-bottom: 0;
font-size: 14px;
color: #A5A5A5;
}
.top-bar .content .details p.light{
color: #fff;
font-weight: 500;
font-size: 15px;
transition: 0.3s;
}
.top-bar .content .details p.light:hover{
color: #fff !important;
} .home7-hero-sec {
width: 100%;
height: auto;
position: relative;
}
.home7-hero-sec .slider-item {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.home7-hero-sec .slider-item:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
background-color: #000000;
opacity: 0.2;
}
.home7-hero-sec .slider-item .slider-content {
text-align: left;
padding-top: 220px;
padding-bottom: 270px;
position: relative;
}
.home7-hero-sec .slider-item .slider-content p {
font-size: 19px;
}
.home7-hero-sec .banner-content span {
font-size: 16px;
letter-spacing: 3px;
color: #fff;
text-transform: uppercase;
font-weight: 500;
}
.home7-hero-sec .banner-content h1 {
font-size: 68px;
font-weight: 700;
color: #fff;
margin-bottom: 25px;
text-transform: none;
}
.home7-hero-sec .banner-content p {
color: #fff;
max-width: 650px;
margin-bottom: 40px;
}
.home7-hero-sec .slider-btn .btn{
border-radius:50px;
transition: all 0.5s ease-in-out;
}
.home7-hero-sec .slider-btn .slider-btn1{
background-color: #00c1e4;
border: 1px solid #00c1e4;
color: #fff;
margin-right: 15px;
}
.home7-hero-sec .slider-btn .slider-btn2{
border: 1px solid #ccc;
background-color: rgba(255, 255, 255, 0.1);
color: #fff;
}
.home7-hero-sec .slider-btn .slider-btn1:hover{
border: 1px solid rgb(251 251 251);
background-color: rgb(135 128 122);
}
.home7-hero-sec .slider-btn .slider-btn2:hover{
background-color: #00c1e4;
border: 1px solid #00c1e4;
}
.home7-hero-sec .home-slider {
position: relative;
}
.home7-hero-sec .home-area .owl-theme .owl-dots .owl-dot span {
position: relative;
top: -100px;
width: 15px;
height: 15px;
margin: 12px 7px;
background: #ffffff;
display: block;
-webkit-backface-visibility: visible;
transition: opacity .2s ease;
border-radius: 0px;
transition: all 0.5s;
}
.home-area .owl-theme .owl-dots .owl-dot.active span{
width: 30px;
}
.home-area .owl-theme .owl-dots .owl-dot.active span, 
.home-area .owl-theme .owl-dots .owl-dot:hover span {
background: #00c1e4;
}
.home-area .owl-theme .owl-dots {
position: absolute;
left: 21%;
bottom: 50px;
}
@media screen and (max-width: 1440px){
.home-area .owl-theme .owl-dots {
position: absolute;
left: 11%;
bottom: 70px;
}
.home7-hero-sec .slider-item .slider-content {
padding-top: 130px;
}
}
@media screen and (max-width: 1024px){
.home-area .owl-theme .owl-dots {
position: absolute;
left: 4%;
bottom: 70px;
}
}
@media screen and (max-width: 500px){
.home7-hero-sec .home-area .owl-theme .owl-dots .owl-dot span {
top: 0px;
}
.home7-hero-sec {
height: 74vh;
padding-bottom: 0 !important;
}
} .feature-area {
position: relative;
padding: 50px 0;
z-index: 2;
}
.feature-area .feature-box{
display: block;
text-align: center;
padding: 20px;
background-color: #00c1e4;
transition: all 0.3s;
}
.feature-area .feature-box:hover{
transform: translateY(-8px);
}
.feature-area .feature-box .icon i {
color: #00c1e4;
font-size: 30px;
background: #fff;
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
margin-right: 20px;
border-radius: 50px;
box-shadow: 0px 0px 0px 0px #fff;
}
.feature-area .feature-box .title {
margin-bottom: 5px;
margin-top: 15px;
font-size: 20px;
font-weight: 500;
}
.feature-area .feature-box .title a {
text-transform: none;
color: #fff;
}
.feature-area .feature-box .description{
color: #fff !important;
}
.feature-area .img-box{
margin: 0px 0px 0px -56px;
} @media (min-width: 992px){
section {
padding: 100px 0;
overflow: hidden;
position: relative;
}
}
@media (max-width: 992px){
section {
padding: 65px 0;
overflow: hidden;
position: relative;
}
section.home7-hero-sec {
padding: 100px 0;
}
}
.section-title-5 {
text-align: center;
padding-bottom: 30px;
position: relative;
}
.section-title-5 h2 {
font-size: 32px;
font-weight: 600;
margin-bottom: 0;
text-transform: none;
position: relative;
}
.section-title-5 .separator {
position: relative;
margin: 5px auto 0px;
width: 120px;
}
.section-title-5 .separator ul {
padding: 0px;
margin: 0px;
}
.section-title-5 .separator ul::before {
content: '';
width: 60px;
height: 4px;
background: #00c1e4;
left: -18px;
top: 47%;
position: absolute;
border-radius: 50px;
}
.section-title-5 .separator ul li i{
color: #00c1e4;
font-size: 24px;
}
.section-title-5 .separator ul::after {
content: '';
position: absolute;
width: 60px;
height: 4px;
background: #00c1e4;
right: -18px;
top: 47%;
border-radius: 50px;
}
.section-title-5 p {
margin: 25px;
color: #838383;
font-weight: 500;
}
.section-bg {
color: #fff;
}
.section-bg:before {
content: "";
background: #f1f1f1a6;
position: absolute;
bottom: 0px;
top: 0;
left: -5px;
right: 0;
}
.cl-white{
color: #fff;
}
.cta-5{
padding: 150px 0;
position: relative;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.cta-5:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #000;
opacity: 0.6;
}
.cta-5 h3{
color: #fff;
font-size: 16px;
letter-spacing: 1px;
}
.cta-5 h2{
color: #fff;
width: 45%;
margin: auto;
font-size: 48px;
letter-spacing: 1px;
} .about{
position: relative;
}
.about .about-content{
text-align: left;
}
.about .about-content .main-title{
display: block;
margin: 50px 0 20px 0;
font-size: 35px;
text-transform: none;
font-weight: 600;
} .services-5{
background-color: #fff;
}
.services-5 .service-box {
padding: 50px 50px 48px 40px;
background: #fff;
text-align: center;
transition: all 0.5s;
margin-bottom: 30px;
transition: all 0.5s;
}
.services-5 .service-box:hover{
background-color: #00c1e4;
border-color: #00c1e4;
z-index: 2;
}
.services-5 .service-box i {
line-height: 65px;
color: #00c1e4;
font-size: 60px;
}
.services-5 .service-box:hover i,
.services-5 .service-box:hover p,
.services-5 .service-box:hover h4 a{
color: #fff;
}
.services-5 .service-box h4 {
margin: 13px 0;
}
.services-5 .service-box h4 a {
color: #1b1d21;
font-weight: 700;
font-size: 21px;
text-transform: none;
transition: 0.3s;
}
.services-5 .service-box h4 a:hover {
color: #fff;
}
.services-5 .service-box p {
line-height: 24px;
font-size: 16px;
letter-spacing: 1px;
color: #838383;
} .portfolio-5 .portfolio-item {
margin-bottom: 30px;
}
.portfolio-box{
background-color: #00c1e4;
overflow: hidden;
position: relative;
}
.portfolio-box:before{
content: '';
border: 1px solid #fff;
transform: scaleY(0);
position: absolute;
left: 12px;
top: 12px;
bottom: 12px;
right: 12px;
z-index: 1;
transition: all 0.5s ease 0s;
}
.portfolio-box:hover:before{ transform: scaleY(1); }
.portfolio-box img{
width: 100%;
height: auto;
transition: all 0.5s ease 0s;
}
.portfolio-box:hover img{
opacity: 0.2;
transform: scale(1.1);
transform-origin: left top;
}
.portfolio-box .portfolio-box-content{
color: #fff;
text-align: center;
width: 90%;
filter: blur(5px);
opacity: 0;
transform: translateX(-50%) translateY(50%);
position: absolute;
bottom: 60%;
left: 50%;
z-index: 2;
transition: all 0.5s ease 0.2s;
}
.portfolio-box:hover .portfolio-box-content{
filter: blur(0);
opacity: 1;
}
.portfolio-box .title{
font-size: 19px;
font-weight: 600;
letter-spacing: 0.5px;
text-transform: none;
margin: 0;
color: #fff;
transition: all 0.5s;
}
.portfolio-box .title:hover{
color: #00c1e4;
}
.portfolio-box .icon{
padding: 0;
margin: 0;
list-style: none;
opacity: 0;
transform: translateX(-50%) scale(0);
position: absolute;
left: 50%;
bottom: 35%;
z-index: 1;
transition: all 0.3s ease 0.3s;
}
.portfolio-box:hover .icon{
opacity: 1;
transform: translateX(-50%) scale(1);
}
.portfolio-box .icon li{
margin: 0 3px;
display: inline-block;
}
.portfolio-box .icon li a{
color: #000;
background-color: #fff;
font-size: 15px;
text-align: center;
line-height: 48px;
height: 45px;
width: 45px;
display: block;
transition: all 0.3s ease 0s;
}
.portfolio-box .icon li a:hover{
color: #fff;
background: #00c1e4;
}
@media only screen and (max-width:990px){
.portfolio-box{ margin: 0 0 30px; }
} #product .section-title {
margin-bottom: 45px;
}
#product .product-item {
margin-bottom: 55px;
}
#product .product-item:hover .product-hover li {
opacity: 1;
top: 0;
}
#product .product-item-pic {
height: 330px;
position: relative;
overflow: hidden;
}
#product .product-hover {
position: absolute;
left: 0;
width: 100%;
bottom: 60px;
text-align: center;
}
#product .product-hover li {
list-style: none;
display: inline-block;
margin-right: 10px;
position: relative;
top: 100px;
opacity: 0;
}
#product .product-hover li:nth-child(1) {
transition: all 0.4s ease 0.1s;
}
#product .product-hover li:nth-child(2) {
transition: all 0.4s ease 0.15s;
}
#product .product-hover li:nth-child(3) {
transition: all 0.4s ease 0.2s;
}
#product .product-hover li:last-child {
margin-right: 0;
}
#product .product-hover li:hover a {
background: #00c1e4;
color: #fff;
}
#product .product-hover li a {
font-size: 18px;
color: #111111;
display: block;
height: 45px;
width: 45px;
background: #ffffff;
line-height: 48px;
text-align: center;
border-radius: 50%;
box-shadow: 0 0 25px rgba(24,24,24,.2);
transition: all, 0.5s;
}
#product .product-item-text {
text-align: center;
}
#product .product-item-text h6 a {
font-size: 18px;
color: #111111;
}
#product .product-item-text .product-price {
color: #e4573d;
font-weight: 600;
}
.cta-7 {
padding: 100px 0;
background-color: #00c1e4;
}
.c-white {
color: #fff;
}
.cta-7 h3{
font-size: 30px;
font-weight: 700;
letter-spacing: 1px;
line-height: 1.2;
text-transform: none;
}
.cta-7 h2{
color: #fff;
text-transform: none;
font-size: 48px;
font-weight: 700; 
}
.cta-7 p{
letter-spacing: 1px;
max-width: 800px;
margin: auto;
font-size: 17px;
font-weight: 400;
line-height: 28px;
}
.cta-7 .flex-btn{
display: flex;
align-items: center;
justify-content: center;
}
.cta-7 .btn{
color: #333;
border-radius: 5px;
background-color: #fff;
transition: all 0.5s;
}
.mb-0 {
margin-bottom: 0!important;
}
.btn {
display: inline-block;
margin-top: 15px;
border-radius: 0;
font-size: 15px;
padding: 15px 30px;
text-transform: uppercase;
font-weight: 600;
}
.btn:hover{
background-color: #fff;
color: #333;
}
@media screen and (max-width: 768px){
.cta-7 .btn {
margin-top: 15px;
}
} .our-team-sec .our-team{
text-align: center;
overflow: hidden;
position: relative;
border: 1px solid rgb(0 0 0 / 10%);
margin-bottom:50px !important;
}
.our-team-sec .our-team img{
width: 100%;
height: auto;
}
.our-team-sec .our-team .team-content{
width: 100%;
height: 100%;
background: #00c1e4c7;
padding-top: 35%;
position: absolute;
top: 0;
left: 0;
transform: translateY(100%);
transition: all 0.5s;
}
.our-team-sec .our-team:hover .team-content{ 
transform: translateY(0); 
}
.our-team-sec .our-team .title{
display: block;
font-size: 22px;
font-weight: 800;
letter-spacing: 1px;
color: #fff;
text-transform: uppercase;
margin: 0 0 10px 0;
}
.our-team-sec .our-team .post{
display: block;
font-size: 17px;
color: #fff;
}
.our-team-sec .our-team .social{
padding: 0;
margin: 0;
list-style: none;
}
.our-team-sec .our-team .social li{
display: inline-block;
margin-top: 30px;
}
.our-team-sec .our-team .social li a{
display: block;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 50%;
background: #fff;
font-size: 20px;
color: #4c5462;
margin-right: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
transition: all 0.5s ease 5s;
}
.our-team-sec .our-team .social li a:hover{
background: #000;
color: #fff;
}
@media only screen and (max-width: 990px){
.our-team-sec .our-team{
margin-bottom: 30px; 
}
} .blog-5 {
position: relative;
}
.blog-5 .blog-item {
margin-bottom: 30px;
box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
transition: all 0.5s;
border-bottom: 5px solid #00c1e4;
}
.blog-5 .blog-1 .post-img {
overflow: hidden;
margin-bottom: -20px;
position: relative;
}
.blog-5 .post-img {
overflow: hidden;
}
.blog-5 .post-img img {
width: 100%;
transition: all 0.9s ease;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-ms-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
}
.blog-5 .blog-item:hover .post-img img {
transform: scale(1.1);
}
.blog-5 .blog-item:hover a.heading{
color: #00c1e4;
}
.blog-5 .post-content{
padding: 20px 40px 40px;
}
.blog-5 .post-content h5{
line-height: 36px;
padding: 20px 0;
margin-bottom: 0;
}
.blog-5 .post-content h5 a {
line-height: 1.4;
font-size: 22px;
color: #1f1f1f;
display: block;
transition: all 0.3;
}
.blog-5 .post-content h5 .heading:hover{
color: #00c1e4;
}
.blog-5 .btn-wraper .read-more-btn{
display: block;
position: relative;
width: 150px;
text-align: center;
padding: 12px 13px;
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
color: #112847;
background-color: rgba(0,0,0,0);
transition: all 0.5s;
border: 1px solid #888;
}
.blog-5 .btn-wraper .read-more-btn:after{
position: absolute;
content: "\f101";
top: 18%;
right: 21px;
font-size: 17px;
font-family: "FontAwesome";
}
.blog-5 .btn-wraper .read-more-btn:hover{
color: #ffffff;
background-color: #00c1e4;
border-color: #00c1e4;
}
@media screen and (max-width: 991px){
.navbar {
width: 100%;
padding: 0;
position: absolute;
top: 62px;
right:10px;
}
.services-5
{
padding-top:50px !important;
}
} #testimonials{
position: relative;
background-color: #fff;
width: 100%;
}
#testimonials .testimonial{
background: #fff;
margin: 15px;
box-shadow: none !important;
border-bottom: 4px solid #00c1e4;
transition: all 0.5s;
}
#testimonials .testimonials-content .testimonial-desc {
padding: 33px 39px;
font-size: 18px;
line-height: 36px;
width: 80%;
margin: 0 auto;
justify-content: flex-start;
letter-spacing: 1px;
text-align: left;
border-bottom: 1px solid #d5d5d5;
}
#testimonials .testimonial .client-desc{
padding: 30px 0;
display: flex;
justify-content: space-between;
align-items: center;
text-align: left;
margin: 0 90px;
}
#testimonials .testimonials-content .testimonial-pic{
position: relative;
}
#testimonials .testimonials-content .testimonial-pic img {
display: block;
max-width: 100%;
border-radius: 50%;
}
#testimonials .testimonials-content .testimonial-profile{
margin-left: 0px;
}
#testimonials .testimonials-content .testimonial-profile span {
display: block;
color: #1f1f1f;
margin-bottom: 10px;
text-transform: none;
}
#testimonials .testimonials-content .testimonial-profile span.name {
font-weight: 700;
}
#testimonials .testimonials-content .testimonial-profile span.post {
color: #00c1e4;
font-weight: 700;
}
.owl-theme .owl-dots .owl-dot {
outline: none;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
background-color: #00c1e4;
}
#testimonials .owl-theme .owl-nav.disabled+.owl-dots {
margin-top: 40px;
}
#testimonials .testimonial:hover{
background-color: #00c1e4;
}
#testimonials .testimonial:hover .testimonial-desc,
#testimonials .testimonial:hover .testimonial-profile .name,
#testimonials .testimonial:hover .testimonial-profile .post{
color: #fff;
}
.footer{
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.footer:before{
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
background-color: #000;
opacity: 0.4;
}
.footer .foot-top .logo img{
width: 235px;
}
.footer .foot-top h2{
font-size: 25px;
text-transform: uppercase;
}
.footer .foot-top .desc{
color: #888;
}
.footer .foot-top .menu-link,
.footer .foot-top .social-icon{
margin-top: 50px;
}
.footer .foot-top .menu-link li{
display: inline-block;
margin-right: 40px;
text-transform: uppercase;
font-weight: 700;
transition: all 0.3s;
}
.footer .foot-top .menu-link li:hover a{
color: #00c1e4;
transition: all 0.3s;
}
.footer .foot-top .social-icon li{
display: inline-block;
margin-right: 40px;
}
.footer .foot-top .social-icon li i{
color: #838383;
font-size: 17px;
transition: 0.3s;
}
.footer .foot-top .social-icon li i:hover{
color: #00c1e4;
}
.footer .foot-top .social-icon p{
margin-top: 10px;
font-size: 13px;
color: #888;
}
.footer .foot-top .heading-con{
position: relative;
font-size: 19px;
color: #00c1e4;
margin: 20px 0 40px 0;
}
@media (min-width: 1025px) {
.footer .foot-top .heading-con:after{
position: absolute;
content: '';
width: 750px;
top: 50%;
right: 100px;
background-color: #414141;
height: 3px;
}
}
@media (max-width: 1025px) {
.footer .foot-top .heading-con:after{
position: absolute;
content: '';
width: 550px;
top: 50%;
right: 100px;
background-color: #414141;
height: 3px;
}
}
@media (max-width: 768px) {
.footer .foot-top .heading-con:after{
position: absolute;
content: '';
width: 350px;
top: 50%;
right:70px;
}
}
@media (max-width: 768px) {
.footer .foot-top .heading-con:after{
width: 186px;
right: 25px;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.footer .foot-top .heading-con:after{
width: 300px;
right: 25px;
}
}
.footer .foot-top .address-list ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.footer .foot-top .address-list i{
margin-right: 15px;
display: inline-block;
width: 35px;
height: 35px;
cursor: pointer;
line-height: 35px;
text-align: center;
color: #888;
border-radius: 50%;
border: 1px solid #888;
transition: all 0.3s;
}
.footer .foot-top .address-list li{
display: flex;
cursor: pointer;
}
.footer .foot-top .address-list li:hover i{
color: #00c1e4;
border-color: #00c1e4;
}
.footer .foot-top .address-list p{
color: #888;
}
.affix.sticky-menu {
position: fixed;
color: #000;
padding:10px 20px;
top: 0;
left: 0;
right: 0;
width: auto;
z-index: 9999;
background-color: #fff;
-webkit-animation: slideInDown;
animation: slideInDown;
-webkit-animation-duration: 0.6s;
animation-duration: 0.6s;
-webkit-box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.6);
}
.header-one .affix.sticky-menu .navbar{
max-width: 1140px;
margin: 0 auto;
}
.navbar {
padding: 0;
}
.main-menu {
position: relative;
}
.menu {
color: #232323
}
.navbar-nav .nav-item a,
.navbar-nav .dropdown-item a,
.navbar-expand-lg .navbar-nav .nav-link {
text-transform: uppercase;
font-weight: 600;
padding:20px 0;
color: inherit;
-webkit-transition: all .3s ease;
transition: all .3s ease;
color: #232323;
}
.navbar-nav .nav-link {
position: relative;
}
.navbar-nav .nav-item:hover .nav-link{
color: #5aaf29;
}
.navbar-nav .dropdown-item a {
padding: 13px 0px;
}
.navbar-nav .dropdown-menu .dropdown-item a {
color: #000;
font-size: 16px;
display: block;
padding: 8px 15px;
margin: 0;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
text-transform: none;
font-weight: 400;
}
.navbar-toggler {
padding: 2px;
line-height: 1;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
z-index: 999;
position: absolute;
right: 0;
top: -52px;
}
.navbar-toggler-icon {
display: block;
width: 30px;
height: 4px;
margin: 5px 0;
position: relative;
z-index: 1;
-webkit-transform-origin: 4px 0px;
transform-origin: 4px 0px;
-webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
background-color: #5aaf29;
-webkit-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
-moz-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
-ms-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
-o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}
.navbar-toggler.open .navbar-toggler-icon {
opacity: 1;
transform: rotate(45deg) translate(-1px, -8px);
-webkit-transform: rotate(45deg) translate(-1px, -8px);
-moz-transform: rotate(45deg) translate(-1px, -8px);
-ms-transform: rotate(45deg) translate(-1px, -8px);
-o-transform: rotate(45deg) translate(-1px, -8px);
background-color: #232323
}
.navbar-toggler.open .bar1 {
opacity: 0;
transform: rotate(0deg) scale(0.2, 0.2);
-webkit-transform: rotate(0deg) scale(0.2, 0.2);
-moz-transform: rotate(0deg) scale(0.2, 0.2);
-ms-transform: rotate(0deg) scale(0.2, 0.2);
-o-transform: rotate(0deg) scale(0.2, 0.2);
background-color: #fff
}
.navbar-toggler.open .bar3 {
transform: rotate(-45deg) translate(1px, 2px);
-webkit-transform: rotate(-45deg) translate(1px, 2px);
-moz-transform: rotate(-45deg) translate(1px, 2px);
-ms-transform: rotate(-45deg) translate(1px, 2px);
-o-transform: rotate(-45deg) translate(1px, 2px);
}
.dropdown-menu {
text-align: left;
margin: 0;
padding: 0;
border: 0;
border-radius: 0 !important;
background-color: transparent
}
.dropdown-toggle::after{
font-family: "FontAwesome";
content: "\f067";
position: relative;
top: 3px;
margin-left: 5px;
vertical-align: top;
border: 0;
width: auto;
font-weight: 100;
font-size: 12px;
font-weight: 100;
height: auto;
}
.dropdown-menu .dropdown-toggle::after {
position: absolute;
right: 20px;
top: 10px;
}
.menu-con {
text-align: right;
}
.menu-con .btn-blue {
margin-top: 22px;
padding: 13px 25px;
}
@media (max-width: 991px) {
.navbar-collapse {
background-color: #000;
margin-top: 0;
margin-left: 0;
padding: 15px 25px;
overflow-y: scroll;
max-height: 350px;
margin-top: 15px;
}
.navbar-nav .dropdown-menu .dropdown-item a {
color: #fff;
padding: 10px 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
color: #fff;
text-decoration: none;
background-color: transparent;
}
.dropdown-menu .dropdown-item {
padding: 0;
padding-left: 20px
}
.navbar-expand-lg .navbar-nav .nav-link {
color: #fff;
}
}
@media (max-width: 992px) {
header .top-bar{
display: none;
}
}
@media (min-width: 992px) {
.navbar-nav .nav-item {
margin-right: 28px;
}
.navbar-nav .nav-item:last-child{
margin-right: 0;
}
.dropdown-menu {
display: block;
position: absolute;
min-width: 190px;
width: auto;
z-index: 3;
opacity: 0;
visibility: hidden;
text-align: left;
margin: 0;
padding: 0;
display: block;
border: 0;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
font-size: 15px;
transform: translateY(20px);
-webkit-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
-o-transform: translateY(20px);
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
-webkit-box-shadow: 0 0 10px rgba(105, 105, 105, 0.1);
box-shadow: 0 0 10px rgba(105, 105, 105, 0.1);
}
.dropdown-menu .dropdown-menu {
left: -100%;
top: 0;
}
.dropdown:hover>.dropdown-menu {
opacity: 1;
visibility: visible;
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
}
ul.dropdown-menu:after{
content: "";
position: absolute;
height: 15px;
width: 15px;
top: -5px;
left: 40px;
opacity: 1;
z-index: -1;
background: #fff;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
ul.mega-dropdown:after{
content: "";
position: absolute;
height: 15px;
width: 15px;
top: -5px;
left: 250px;
opacity: 1;
z-index: -1;
background: #fff;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.mega-dropdown {
background-color: #fff;
}
.dropdown-item {
padding: 5px;
margin: 0;
position: relative;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
background-color: #fff
}
.dropdown-item:focus, 
.dropdown-item:hover {
background-color: #f5f5f5;
}
.dropdown-item > a{
position: relative;
}
.dropdown-item > a::before{
position: absolute;
content: "";
top: 0;
left: 0;
width: 4px;
height:0;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
background-color: #5aaf29;
}
.dropdown-item:hover>a::before {
height: 100%;
}
.navbar-nav .dropdown-menu .dropdown-item:hover>a {
color: #5aaf29;
}
.dropdown-item {
background-color: #fff
}
.dropdown-item:last-child {
border: 0
}
.dropdown.has-mega {
position: static;
}
.dropdown-menu.mega-dropdown {
width: 100%;
padding: 10px 0;
}
.mega-dropdown>li {
width: 25%;
float: left;
background-color: #fff;
}
.navbar-nav .nav-item .mega-heading {
text-transform: uppercase;
color: #232323;
font-weight: 700;
display: block;
padding: 10px 0;
pointer-events: none;
border-bottom: 1px solid #d7d7d7;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
top: 87px;
box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 12%);
}
.navbar-expand-lg .navbar-nav .dropdown-menu ul{
top: 0px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu ul:after{
content: '';
position: absolute;
border: 0;
height: 0;
width: 0;
}
}
@media (min-width: 1199px) {
.navbar-nav .nav-item {
margin-right: 28px;
}
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
background: #00c1e4;
}
.form-control:focus,
.form-control:hover {
border-color: #00c1e4 !important;
}
.bg-theme{
background-color: #00c1e4;
}
h5 a:hover, h6 a:hover {
color: #00c1e4;
}
.c-theme {
color:#00c1e4;
}
.all-title .title-sep {
fill: #00c1e4;
} .btn-one{
background-color: #00c1e4;
}
.btn-one:hover{
color:#00c1e4;
} .btn-two{
color: #00c1e4;
}
.btn-two:before, 
.btn-two:after {
border-top-color:#00c1e4;
border-bottom-color: #00c1e4;
}
#c-scroll:after{
border-bottom-color: #00c1e4;
}
#c-scroll {
background-color: #00c1e4;
}
.navbar-nav .nav-item:hover .nav-link {
color: #00c1e4;
}
.navbar-toggler-icon{
background-color: #00c1e4;
}
.dropdown-item > a::before {
background-color: #00c1e4;
}
.navbar-nav .dropdown-menu .dropdown-item:hover>a {
color: #00c1e4;
}
.service-box2::after{
background-color: #00c1e4;
}
.title-sep2::after {
background-color:#00c1e4;
}
.list-2 li:before {
background-color:#00c1e4;
}
.filter-btn.active:before,
.filter-btn.active:after {
background-color: #00c1e4;
}
.team-two .t-socials a:hover{
color: #00c1e4;
}
.team-two:hover{
border-color:  #00c1e4;
}
.team-slider-two.owl-theme .owl-nav [class*=owl-]:hover{
color: #00c1e4;  
}
.service-box3 h5::after {
background-color: #00c1e4;
}
.service-box:hover .service-content{
background-color:#00c1e4;
border-color: #00c1e4;
}
.foot-title h4::after {
background-color: #00c1e4;
}
.address i,
.news-content p, 
.news-content p i,
.quick-link li a:hover,
.foot-socials a:hover,
.foot-bottom a,
.quick-link li a:hover::after {
color: #00c1e4;
}
.navbar-nav .nav-item .mega-heading {
color: #00c1e4;
}
.cta {
background-color: #00c1e4;
}
.counter-box:after {
background-color: #00c1e4;
}
.feature-box:hover h5,
.banner-link li span {
color: #00c1e4;
}
.header-three .menu-search a,
.widget_categories li:hover,
.widget_archive li:hover{
color:#00c1e4;
}
.blog-item:hover .date,
.feature-box::after,
.class-box:hover h5:before, 
.class-box:hover h5:after{
background-color: #00c1e4;
}
.price-box .amount::after {
background:#00c1e4;
}
.price-box .amount::after,
.amount::before{
background-color: #00c1e4;
}
.price-box2:hover h5,
.price-box:hover h5 {
color: #00c1e4;
}
.price-content h5::after {
background-color: #00c1e4;
}
.programs-slider-one .swiper-slide-active h5 {
color:  #00c1e4;
}
.slider-wrap .swiper-button-prev:hover::after, 
.slider-wrap .swiper-button-next:hover::after {
color: #00c1e4;
}
.team-one .team-social {
background-color:#00c1e4;
}
.vid-btn:hover {
color: #00c1e4;
}
.cta-7 .btn
{
background-color:#fff !important;
}
.section-title-5 .separator ul li {
display: inline-block;
width: auto !important;
height: auto !important;
transform: rotate(0) !important;
background: none !important;
}
.top-bar .content .icon i
{
color:#fff !important;
}
@media only screen and (min-width: 600px)
{
.blog-5
{
padding: 80px 0px 80px !important;
}
}
.hos-ser
{
margin-bottom:50px;
}
.services-5 .service-box:hover {
background-color: #1b1818 !important;
border:none;
}
.feature-area .feature-box .icon i
{
color:#fff;
}
.services-5 .service-box h4:hover
{
color:#fff !important;
}
@media only screen and (min-width: 600px)
{
.feature-area {
margin-top: 0 !important;
}
}
@media only screen and (min-width: 600px)
{
.services-5, .portfolio-5, .testimonials-5, .team-5, .blog-5 {
padding: 80px 0px 80px !important;
}
}
.our-team p
{
color:#fff !important;
}
body{
font-family: 'Inter', sans-serif !important;
}
h1,h2,h3,h4,h5,h6
{
font-family: 'Inter', sans-serif !important;
}
p {
font-family: 'Nunito Sans', sans-serif !important;
}
a, a:hover{
text-decoration: none !important;
}
.main-navigation .main-menu .menu-item-has-children > a::after, .dropdown-toggle::after {
font-family: "FontAwesome";
content: "\f067";
position: relative;
top: 6px;
margin-left: 5px;
vertical-align: top;
border: 0;
width: auto;
font-weight: 100;
font-size: 12px;
font-weight: 100;
height: auto;
}
.home-area .owl-theme .owl-dots {
display: flex !important;
position: absolute !important;
left: 21% !important;
bottom: 50px !important;
top:85%;
}
.feature-area .feature-box .title {
color: #fff !important;
}
.feature-area .feature-box .icon {
margin-right: 0px !important;
}
.feature-area .feature-box .icon i {
background: #fff !important;
margin-right: 0px !important;
}
.feature-area .feature-box:hover .title{
color: #fff !important;
}
@media (max-width: 992px){
section.home7-hero-sec {
padding: 0 !important;
}
} 
.testimonials-content .owl-dots
{
display:inline-block !important; 
}