* {
padding: 0px;
margin: 0px;
box-sizing: border-box;
scroll-behavior:smooth;
}

/* <style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
font-family: "Poppins", sans-serif;
</style>     */

body {
font-family: "Poppins";
overflow-x:hidden;
background:#fff;
}

a {
text-decoration: none !important;
}

ul {
padding-left: 0px;
list-style: none;
}

@font-face {
font-family: "Poppins";
src: url("../fonts/Poppins-Light.eot");
src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"),
url("../fonts/Poppins-Light.woff2") format("woff2"),
url("../fonts/Poppins-Light.woff") format("woff"),
url("../fonts/Poppins-Light.ttf") format("truetype"),
url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
font-weight: 300;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Poppins";
src: url("../fonts/Poppins-Medium.eot");
src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
url("../fonts/Poppins-Medium.woff2") format("woff2"),
url("../fonts/Poppins-Medium.woff") format("woff"),
url("../fonts/Poppins-Medium.ttf") format("truetype"),
url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
font-weight: 500;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Poppins";
src: url("../fonts/Poppins-Bold.eot");
src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
url("../fonts/Poppins-Bold.woff2") format("woff2"),
url("../fonts/Poppins-Bold.woff") format("woff"),
url("../fonts/Poppins-Bold.ttf") format("truetype"),
url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
font-weight: bold;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Poppins";
src: url("../fonts/Poppins-Regular.eot");
src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
url("../fonts/Poppins-Regular.woff2") format("woff2"),
url("../fonts/Poppins-Regular.woff") format("woff"),
url("../fonts/Poppins-Regular.ttf") format("truetype"),
url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Poppins";
src: url("../fonts/Poppins-SemiBold.eot");
src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
url("../fonts/Poppins-SemiBold.woff") format("woff"),
url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
font-weight: 600;
font-style: normal;
font-display: swap;
}

.wrapper {
margin-top: 90px;
}

.main-heading{
font-size:48px;
text-align:center;
font-weight:700;
color:#1ba8f0;
margin-bottom:27px;
}

/* top-bar */

.top-bar{background:#1ba7ef;padding:14px 0px;}
.top-bar ul{display:flex;}
.top-bar ul li{font-size:14px; border-right:1px solid #ffffff70;
padding:0px 12px;}
.top-bar ul li:last-child{border-right:none !important;}
.top-bar ul li img{margin-right:12px;}
.top-bar ul li a{color:#fff;}

/* menu */

/* .menu-bar{position: relative;} */


.menu ul {

position: relative;
z-index:5;
margin-left:20px;
}
.menu ul li {
margin: 0px 13px;
position: relative;
}
.menu ul li a {
padding: 33px 0px;
display: block;
color: #252525;
font-size: 14px;
font-weight: 500;
}

.menu ul li .active {
color: #1ba7ef;
}

.menu ul li a:hover {
color: #1ba7ef;
}

.menu ul li a:before {
position: absolute;
content: "";
top: 0%;
left: 0;
width: 100%;
height: 7px;
background: #8bc53f;
transform: scaleX(0);
transform-origin: right;
transition: transform 0.5s;
}

.menu ul li a.active:before,
.menu .current-menu-item a:before,
.menu .current-menu-parent a:before
{
transform: scaleX(1) !important;
}

.menu .current-menu-parent .sub-menu li a:before{
transform: scaleX(0) !important;
}

.primary-navigation li li:not(last-child){
border-bottom:1px solid #e6e6e6;
}

.menu ul ul li a.active:before,
.menu .current-menu-item a:before {
transform: scaleX(0);
background:#8bc53f;
color:#fff;	
}

.menu ul ul .current-menu-item a{
color:#fff !important;
}

.menu .sub-menu .current-menu-item{
background:#8bc53f;
color:#fff !important;	
}

.menu .sub-menu li{color:#fff;}

.menu-bar ul li a:hover:before {
transform: scaleX(1);
transform-origin: left;
}

.menu-bar ul ul li a:hover:before {
transform: scaleX(0);
transform-origin: left;
}

.logo{background:#fff;border-radius:20px;padding:18px 12px;position:absolute;z-index:5;top:15px;}
.logo img{width:86px;height:inherit;}
.darkHeader .logo{top:0px}
.menu-bar .btns{display:flex;white-space:nowrap;}

.menu-bar.darkHeader {
position: fixed;
z-index: 999;
width: 100%;
top: 0;
left: 0;
box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.menu-bar {
position: sticky;
top: -1px;
background: #fff;
z-index: 2;
}

.darkHeader {
transition: all 0.5s ease-in-out;
animation: slideDown 0.7s ease-in-out;
}

@keyframes slideDown {
from {
transform: translateY(-100%);
}

to {
transform: translateY(0);
}
}

/* banner */

.master-slider {
position: relative !important;
}

.ms-slide:after{
position:absolute;
content:"";
background: rgb(255,255,255);
background: linear-gradient(86deg, rgba(255,255,255,0.13769257703081228) 30%, rgba(255,255,255,0.4) 100%);
width:100%;
height:100%;
z-index:1;
top:0;
left:0;
}
.ms-slide-info {
width:auto !important;
position: absolute !important;
top: 50%;
right: 9%;
transform: translate(0%, -50%);
z-index:3;
max-width: 470px;
margin-top:0px !important;
}

.banner-small-heading{
font-size:28px;
font-weight:700;
}

.banner-large-heading{
font-size:60px;
line-height:60px;
font-weight:700;
padding:10px 0px 20px;	
}

/* .ms-slide-info span{color:#1ba8f0;} */

.banner-para{font-size:16px;line-height:24px;padding-bottom:20px;}

/* why-choose-us */

.icon-div-box{
background:#fff;
padding:40px 5px 40px 14px;
box-shadow:0px 7px 17px 0px #00000015;
border-left:4px solid #1ba8f0;
display:flex;
align-items:center;
gap:11px;
height:100%;
transition:0.4s ease-in-out;
}

.icon-div-box:hover{
transition:0.4s ease-in-out;
background:#1ba8f0;
}

.box-heading{
font-size:20px;
font-weight:700;
color:#1ba8f0;
margin-bottom:0px;
}

.icon-div-box:hover .box-heading{
color:#fff;
}

.icon-div-box:hover img{
filter:brightness(0) invert(1);
}

/* about-us */

.big-para{font-size:16px;line-height:26px;color:#555555;}

.image-group{position: relative;}
.about2-img{position:absolute;bottom:-110px;right:-80px;outline:14px solid #fff;outline-offset:-14px;}
.inner-box{background:#1ba7ef;padding:37px 41px;outline:1px solid #fff; outline-offset:-10px;position:absolute;top:210px;right:-80px}
.inner-box strong{font-size:48px;color:#fff;line-height:40px;}
.inner-box span{font-size:18px;color:#fff;}

.learn-more-btn{
background:transparent;
padding:18px 33px;
border:1px solid #1ba7ef;
color:#fff;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
border-radius:50px;
margin-top:30px;
display:inline-block;
position: relative;
transition:0.3s ease-in-out;
overflow:hidden;
z-index:2;
}

.learn-more-btn:before{
position:absolute;
content:"";
background:#1ba7ef;
width:100%;
height:100%;
left:0;
top:0;
border-radius:50px;
z-index:-1;
transition:0.3s ease-in-out;
}

.learn-more-btn:hover:before{
width:0%;
top:0;
transition:0.3s ease-in-out;
}

.learn-more-btn:hover{
color:#1ba7ef;
}

.btns .learn-more-btn:hover{
color:#000;
}
.contact-btn{border-color:#8bc53f !important;} 
.contact-btn:before{
background:#8bc53f !important;
}
.contact-btn:hover{
color:#000 !important;
}

/* service */

.service{
padding:90px 0px;
background:#fbfbfb;
margin-top:180px;
position: relative;
overflow:hidden;
}

.service:before{
position:absolute;
content:"";
background:url(../images/service-texture.png) no-repeat 0 0;
background-size:cover;
width:100%;
height:100%;
z-index:0;
top:0px;
left:0px;
background-position:center;
}

.service-box{
position: relative;
height:100%;
transition:0.4s ease-in-out;
}

.service-box img{width:100%;}

.service-text-box{
background:#1ba7ef;
position:absolute;
color:#fff;
padding:22px 0px;
width:100%;
bottom:0px;
transition:0.4s ease-in-out;
margin-bottom:0px;
text-align:center;
font-size:20px;
font-weight:700;
}

.service-box:hover .service-text-box{
background:#8bc53f;
transition:0.4s ease-in-out;
}


/* Testimonial */

.sp-testimonial-free{
background:#fff;
padding:35px 23px;
box-shadow:0px 0px 10px 1px #00000010;
margin:10px !important;
position: relative;
border-radius:20px !important;
}

#sp-testimonial-free-wrapper-58 .sp-testimonial-free-section .sp-testimonial-client-image{
text-align:left !important;
margin-bottom:15px;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial p{
font-size:15px !important;
text-align:left !important;
margin-bottom:0px;
line-height:26px;
color:#262626;
padding:0px 5px !important;
}

.sp-testimonial-client-rating{
position:absolute;
top:50px;
left:100px;
}

.sp-testimonial-client-name{
position:absolute;
top:70px;
left:100px;
font-weight:600 !important;
font-size:16px;
}

.sp-testimonial-client-designation{
font-style:italic !important;
font-size:14px !important;
text-align:right !important;
color:#262626;
}

.sp-testimonial-free-section .testimonial-nav-arrow{
transform:translateY(0px) !important;
}

/* Footer */

.footer{
background:#000000;
padding:65px 0px 20px 0px;
}

.footer-heading{
font-size:20px;
color:#8cc63f;
font-weight:700;
margin-bottom:12px;
}

.footer-menu {
font-size: 14px;
}

.footer-menu li {
line-height: 32px;
font-weight: 400;
}

.footer-menu li a {
color: #fff;
transition:0.3s ease-in-out;
}

.footer-menu li a:hover{
color:#d6ffa1;
}

.social-icons li span {
background:#1ba7ef;
width: 30px;
height: 30px;
display: inline-block;
border-radius: 50%;
line-height: 28px;
margin-right: 10px;
text-align: center;
cursor: pointer;
transition: 0.3s ease-in-out;
}

.social-icons li span:hover {
transition: 0.3s ease-in-out;
background: #8bc53f;
}

.copyright{font-size:16px;font-weight:300;border-top:1px solid #ffffff30;padding-top:20px;margin-top:20px;}

.copyright a{color:#d6ffa1 !important;}

/* Contact Us */

.ref_form_box {
background: url("../images/testimonial_bg.jpg") no-repeat center;
background-size: cover;
padding: 35px;
margin-bottom: 30px;
border: 1px solid #ddd;
border-radius: 10px;
box-shadow:0 0.5rem 0.8rem rgba(0, 0, 0, 0.10);
}
.ref_form_box p {
margin-bottom: 0 !important;
}
.ref_form_box_heading {
color:#2b2b2b;
font-weight: bold;
font-size: 26px;
line-height: 30px;
}
.ref_form_box_heading strong {
color: #8bc53f;
font-weight: bold;
}
.ref_form_box_label {
color:#555555;
margin-top: 15px;
}
.ref_form_box_input input {
width: 100%;
min-height: 44px;
margin-top: 2px;
border: 1px solid #ccc !important;
color: #555;
background:#f1f1f1;
}
.ref_form_box_input select {
/*     background: url("../images/dropdown.png") #fff no-repeat center right 10px; */
width: 100%;
min-height: 44px;
margin-top: 2px;
border: 1px solid #ccc !important;
border-radius: 2px;
color: #555;
padding: 10px 30px 10px 12px;
/*     -webkit-appearance: none;
-moz-appearance: none;
appearance: none; */
background:#f1f1f1;
}
.ref_form_box_input textarea {
resize: none;
height: 144px;
margin-top: 2px;
border: 1px solid #ccc !important;
color: #555;
background:#f1f1f1;
}
.ref_form_box .contact_btn input {
font-weight: 600;
background: #1ba7ef !important;
font-size: 16px;
margin-top: 20px;
border-radius: 30px;
padding: 13px 30px 12px;
}
span.wpcf7-list-item {
margin: 0 !important;
display: block;
}
.wpcf7-list-item label {
display: block;
position: relative;
margin-top: 8px;
color: #555;
cursor: pointer;
font-size: 16px;
font-weight: 500;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.half_check .wpcf7-list-item {
width: 45%;
}
.wpcf7-list-item label input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.wpcf7-list-item-label {
position: relative;
padding-left: 22px;
}
.wpcf7-list-item-label::before {
position: absolute;
top: 1px;
left: 0;
height: 16px;
width: 16px;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 50%;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
background-color: #ccc;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
background-color: #1ba7ef;
border-color: #1ba7ef;
}
.wpcf7-list-item-label:after {
content: "";
position: absolute;
display: none;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
display: block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
left: 6px;
top: 3px;
width: 5px;
height: 9px;
border: solid #fff;
border-width: 0 1px 1px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.contact_page_info {
position: relative;
padding-left: 47px;
color:#555555;
margin-top: 25px;
}

.contact_page_info img {
position: absolute;
top: 7px;
left: 0;
width: 35px !important;
}

.contact_page_info strong{
color:#2b2b2b;
}

.contact_page_info a {
color:#555555;
text-decoration:none !important;
}

/* scroll to top */

#top {
background-color: #8bc53f;
border-radius: 50px 50px 50px 50px;
bottom: 0;
color: #ffffff;
height: 48px;
position: fixed;
right: 20px;
bottom: 20px;
text-align: center;
text-transform: uppercase;
width: 48px;
opacity: 0;
z-index: 10000;
font-size: 0;
border: 0;
transition: all 0.2s ease-in-out 0s;
cursor: pointer;
outline: none;

.fa-chevron-up {
line-height: 35px;
-webkit-font-smoothing: antialiased;
font-family: "FontAwesome";
font-size: 22px;
}
}
#top.show {
opacity: 1;
}

/* inner-pages */

.site-content, .site-main .widecolumn {
margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
/*background: url("../images/banner.jpg") #eee no-repeat center !important;*/
background-size: cover !important;
max-width: 100% !important;
padding: 100px 0 100px !important;
/* margin: 0 0 50px !important; */
position: relative;
overflow: hidden;
text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
background: rgba(0, 0, 0, 0.5);
position: absolute;
content: "";
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.page .entry-content {
max-width: 100% !important;
padding: 0px !important;
}
.content-area, .content-sidebar {
padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
color: #fff;
position: relative;
font-size: 32px;
font-weight: 600;
text-transform: none;
z-index: 99;
margin-bottom: 3px;
}
.breadcrumb-container {
width: 100%;
color: #fff;
position: relative;
font-size: 15px;
}
.breadcrumb-container a {
color: #d6ffa1;
}
.page {
margin-top: 0 !important;
}

/* inner-pages */

.inner-sub-heading{font-size:30px;color:#2b2b2b;font-weight:700;line-height:1.3;}
.inner-sub-heading span{color:#8bc53f}

.details li {
margin-bottom: 11px;
margin-left: 27px;
position: relative;
font-size: 16px;
color:#555555;
}

.details li:before {
content: "";
position: absolute;
background: url(../images/check.png) no-repeat 0 0;
width: 16px;
z-index: 1;
height: 16px;
top: 4px;
left: -26px;
background-size: contain;
}

/* ----- */

.footer-fixed-buttons {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
z-index: 99;
}
.footer-btn1 {
background: #1ba8f0;
color: #fff !important;
width: 50%;
float: left;
padding: 10px 0;
}
.footer-btn2 {
background: #fff;
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, 0);
height: 44px;
width: 44px;
border-radius: 50%;
padding: 9px 12px 0;
}
.footer-btn3 {
background: #8bc53f;
color: #fff !important;
width: 50%;
float: left;
padding: 10px 0;
}

.error_container {
display: flex;
min-height: 100vh;
align-items: center;
text-align: center;
}
.error_container img {
margin-bottom: 20px;
}

/* Responsive */

/* responsive */


@media (max-width : 767px) {
.ms-slide-info {left: 4%;right: 4% !important;}
.ms-nav-next, .ms-nav-prev{display:none;}
.banner .learn-more-btn{padding:14px 27px !important;}
.about2-img{display:none;}
.inner-box{right:20px !important;bottom:20px;top:inherit !important;}
.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid){
	margin:0px !important;}
.ref_form_box{padding:30px;}	
}


@media only screen and (min-width : 300px) and (max-width : 1023px) {
.primary-navigation, .menu-bar .btns, .top-bar{display:none;}
.banner-small-heading{font-size:24px;}
.ms-view, .ms-slide, .ms-slide-bgcont{min-height:330px !important;}
.ms-slide-bgcont img {object-fit: cover;max-width:100% !important;height: 100% !important;object-position:left}
.banner-large-heading{font-size:28px;line-height:1.3;padding:0px 0px 6px;}
.banner-para{font-size:15px;}
.learn-more-btn{padding:14px 30px;}
.menu-bar{padding:8px 0px;}
.logo{position:static;padding:0px;}
.logo img{width:74px;}
.wrapper{margin-top:50px;}
.main-heading{font-size:33px;margin-bottom:15px;}
.box-heading{font-size:18px;}
.inner-box{padding:28px 30px;right:-45px;top:120px;}
.inner-box strong{font-size:32px;}
.about2-img {right:-45px;}
.service{padding:50px 0px;}
.service-text-box{font-size:16px;padding:15px 0px;}
.page .entry-title, .blog_page_title{font-size:26px;}
.upper-arrow{bottom:60px !important;}	
.copyright{padding-bottom:50px;}
.inner-sub-heading{font-size:26px;line-height:1.3;}
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.ms-slide-info {right:11%;left: 11%;}
}


/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1199px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.top-bar ul li{padding:0px 9px;}
	.top-bar ul li img{margin-right:9px;}
	.menu ul li{margin:0px 5px;}
	.menu-bar .learn-more-btn{padding:15px 14px !important;}
	.logo img{width:74px;}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1199px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.top-bar ul li{padding:0px 9px;}
.top-bar ul li img{margin-right:9px;}	
.menu ul li{margin:0px 5px;}
.menu-bar .learn-more-btn{padding:15px 14px !important;}
.logo img{width:74px;}
}


@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {
	.ms-slide-info{right:13%;}

}

@media screen and (min-width: 1920px) {
.ms-slide-info{right:18%;}
}

@media screen and (min-width: 2048px) {
.ms-slide-info{right:20%;}
}

@media screen and (min-width: 2550px) {
.ms-slide-info{right:26%;}
}


