body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}

/* Fonts Poppins Family */

@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-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-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;
}
@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;
}

/* Fonts Outfit Family */

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

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

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

/* Fonts Palatino Linotype Family */

@font-face {
    font-family: 'Palatino Linotype';
    src: url('../fonts/PalatinoLinotype-Bold.eot');
    src: url('../fonts/PalatinoLinotype-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PalatinoLinotype-Bold.woff2') format('woff2'),
         url('../fonts/PalatinoLinotype-Bold.woff') format('woff'),
         url('../fonts/PalatinoLinotype-Bold.ttf') format('truetype'),
         url('../fonts/PalatinoLinotype-Bold.svg#PalatinoLinotype-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.header-sec{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 500ms ease-in-out;
}
.header-top{
    background-color: #fff;
    padding: 15px 0;
    overflow: hidden;
    height: 87px;
    transition: all 0.5s ease 0s; 
}
.darkHeader {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.darkHeader .header-top {
    height: 0;
    padding: 0;
}
.header-info{
    display: inline-block;
    vertical-align: middle;
}
.header-info:first-child{
    margin-right: 40px;
}
.header-info img{
    margin-right: 10px;
}
.contact-details{
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    text-align: left;
}
.header-call-us{
    color: #0f0f0f;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-family: 'Outfit';
}
.contact-details a{
    display: inline-block;
    font-size: 20px;
    color: #002c47;
    font-weight: normal;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-family: 'Outfit';
}
.contact-details a:hover {
    color: #92c03a;
}
.header-bottom{
  background-image: -moz-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
  background-image: -webkit-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
  background-image: -ms-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
}
.header-logo a{
  display: block;
  background-color: #fff;
  box-shadow: 0px 8px 10.32px 1.68px rgba(25, 25, 25, 0.18);
  padding: 8px 10px;
  text-align: center;
  margin-top: -87px;
}
.darkHeader .header-logo a{
    margin-top: 0;
    padding: 5px 25px;
    display: inline-block;
}
.header-logo img{
    width: 100px;
    height: auto;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.darkHeader .header-logo img{
    width: 50px;
    height: auto;
}
.rmp-menu-title-image {
    height: 100%;
}
.header-menu, .header-btn {
    display: inline-block;
    vertical-align: middle;
}
.header-menu ul {
    margin: 0;
    padding: 0;
}
.header-menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
}
.header-menu ul li:nth-child(6){
    margin-right: 0;
}
.header-menu ul li:last-child{
    margin-right: 0;
}
.header-menu ul li a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-menu ul li a:hover{
    color: #002c47;
}
.darkHeader .header-menu ul .referral-btn a{
     padding: 29px 50px;
}
.header-menu ul .referral-btn a{
    font-weight: 500;
    padding: 25px 50px;
    background-image: -moz-linear-gradient( 86deg, rgb(73,204,252) 0%, rgb(14,69,97) 100%);
    background-image: -webkit-linear-gradient( 86deg, rgb(73,204,252) 0%, rgb(14,69,97) 100%);
    background-image: -ms-linear-gradient( 86deg, rgb(73,204,252) 0%, rgb(14,69,97) 100%);
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-left: 50px;
}
.header-menu ul .referral-btn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #002c47;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .header-menu ul .referral-btn a:hover, .header-menu ul .referral-btn a:focus, .header-menu ul .referral-btn a:active {
    color: white;
  }
  .header-menu ul .referral-btn a:hover:before, .header-menu ul .referral-btn a:focus:before, .header-menu ul .referral-btn a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
.banner-sec{
    background: url("../images/banner-bg-img.png") no-repeat top center;
    background-size: cover;
    margin-top: 161px;
    position: relative;
}
.banner-sec::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: -10px;
    width: 100%;
    height: auto;
    background: url("../images/banner-rope-img.png") no-repeat left bottom;
    background-size: 100%;
}
.banner-left{
    padding-left: 16%;
	padding-bottom: 20%;
    position: relative;
    z-index: 1;
}
.banner-head{
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    line-height: 1.2;
    font-family: "Palatino Linotype";
    margin-bottom: 20px;
}
.banner-txt{
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 25px;
}
.banner-btn a{
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    background-color: #fffefb;
    border-radius: 30px;
    padding: 15px 40px;
    text-transform: capitalize;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border: 1px solid #32a850;
}
.banner-btn a:last-child{
    margin-left: 10px;
    color: #fff;
    background-image: -moz-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
    background-image: -webkit-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
    background-image: -ms-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
}
.banner-btn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #002c47;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .banner-btn a:hover, .banner-btn a:focus, .banner-btn a:active {
    color: white;
  }
  .banner-btn a:hover:before, .banner-btn a:focus:before, .banner-btn a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

.banner-right{
    position: relative;
}
.banner-right::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../images/banner-round-img.png") no-repeat left top;
    background-size: 100%;
}
.banner-right img{
   width: 100%;
   clip-path: circle(76% at 83% 41%);
}
.about-sec{
    padding-top: 50px;
    padding-bottom: 70px;
    background: url("../images/about-bg-img01.png"), url("../images/about-bg-img02.png");
    background-position: bottom right, bottom left;
    background-repeat: no-repeat, no-repeat;
    background-size: auto;
}
.about-innovation{
    display: inline-block;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4;
    padding: 4px 20px;
    background-image: -moz-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
    background-image: -webkit-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
    background-image: -ms-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
    margin-bottom: 18px;
}
.about-head{
    color: #383838;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.1;
    font-family: "Palatino Linotype";
    margin-bottom: 20px;
}
.about-txt{
    color: #383838;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 20px;
}
.about-list ul{
    margin: 0;
    padding: 0;
}
.about-list ul li{
    background: url("../images/list-img.png");
    background-position: top 4px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    color: #383838;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    padding-bottom: 15px;
}
.about-list ul li:last-child{
    padding-bottom: 0;
}
.about-btn{
    margin-top: 30px;
}
.about-btn a{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
     color: #fff;
    background-image: -moz-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
    background-image: -webkit-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
    background-image: -ms-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
    border-radius: 30px;
    padding: 15px 40px;
    text-transform: capitalize;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border: 1px solid #32a850;
}
.about-btn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #002c47;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .about-btn a:hover, .about-btn a:focus, .about-btn a:active {
    color: white;
  }
  .about-btn a:hover:before, .about-btn a:focus:before, .about-btn a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
.services-sec{
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
}
.services-sec::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: url("../images/services-bg-img.jpg") no-repeat top center;
    background-size: cover;
}
.services-sec::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-image: -moz-linear-gradient(86deg, rgb(73 204 252 / 75%) 0%, rgb(14 69 97 / 75%) 100%);
    background-image: -webkit-linear-gradient(86deg, rgb(73 204 252 / 75%) 0%, rgb(14 69 97 / 75%) 100%);
    background-image: -ms-linear-gradient(86deg, rgb(73 204 252 / 75%) 0%, rgb(14 69 97 / 75%) 100%);
}
.services-sec .container{
    position: relative;
    z-index: 1;
}
.services-offer{
    display: inline-block;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4;
    padding: 4px 20px;
    background-image: -moz-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
    background-image: -webkit-linear-gradient(87deg, rgb(185, 235, 69) 0%, rgb(49, 85, 30) 100%);
    background-image: -ms-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
    margin-bottom: 18px;
}
.services-head{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.1;
    font-family: "Palatino Linotype";
}
.services-button a{
    display: inline-block;
    background-color: #fff;
    border-radius: 30px;
    padding: 15px 25px;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
} 
.services-button a:hover{
    background-color: #92c03a;
}
.services-button a:hover img {
  transform: translateX(8px);
}
.services-button a img{
    margin-left: 10px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-content{
    padding: 15px 20px 70px;
	position: relative;
}
.services-part{
    border-radius: 18px;
    filter: drop-shadow(0px 11px 9px rgba(0,0,0,0.08));
    background-color: #f4f2f2;
    overflow: hidden;
    min-height: 100%;
}
#service_slide .owl-stage {
	display: flex;
	padding-bottom: 0;
}
#service_slide .owl-item {
	min-height: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px !important;
}
#service_slide .item {
	flex: 0 0 auto;
	max-width: 100%;
}
.services-sec .services-part img{
    display: inline-block !important;
    border-radius: 18px;
}
.inner-services .services-part img{
	width: 100%;
}
.inner-services .services-part p{
	margin-bottom: 0;
}
.services-title{
    font-size: 24px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #1f6b8d;
    font-weight: bold;
    font-family: "Palatino Linotype";
    margin-bottom: 12px;
}
.services-txt{
    font-size: 15px;
    color: #333333;
    font-weight: normal;
    line-height: 1.6;
}
.services-sec .services-triangle-img, .inner-services .services-triangle-img{
    display: inline-block !important;
    vertical-align: middle;
    transition: all 0.5s ease;
    margin-left: 3px;
	width: auto !important;
}
.services-btn:hover .services-triangle-img {
    transform: translateX(4px);
}
.services-btn{
	position: absolute;
    bottom: 0;
	width: 100%;
    text-align: center;
    background-image: -moz-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
    background-image: -webkit-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
    background-image: -ms-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
    padding: 15px 10px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-btn a{
	display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-btn:hover{
     background-image: -moz-linear-gradient( 86deg, rgb(73,204,252) 0%, rgb(14,69,97) 100%);
     background-image: -webkit-linear-gradient( 86deg, rgb(73,204,252) 0%, rgb(14,69,97) 100%);
     background-image: -ms-linear-gradient( 86deg, rgb(73,204,252) 0%, rgb(14,69,97) 100%);
}
.owl-carousel .owl-nav button.owl-prev {
    width: 44px;
    height: 44px;
    background: url("../images/services-slide-img01.png") no-repeat center;
    position: absolute;
    top: 40%;
    left: -5%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
}
.owl-carousel .owl-nav button.owl-next {
    width: 44px;
    height: 44px;
    background: url("../images/services-slide-img02.png") no-repeat center;
    position: absolute;
    top: 40%;
    right: -5%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.supporting-sec{
    background-color: #1f6b8d;
    position: relative;
}
.supporting-sec::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background-color: #32a850;
    clip-path: circle(100% at 0 70%);
}
.supporting-sec::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("../images/supporting-bg-img.png") no-repeat top left;
    background-size: cover;
    mix-blend-mode: color-burn;
}
.supporting-sec .container{
    position: relative;
    z-index: 1;
}
.supporting-left img{
    margin-top: -80px;
    margin-left: -60px;
    position: relative;
    z-index: 1;
}
.supporting-head{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    font-family: "Palatino Linotype";
    margin-bottom: 35px;
}
.supporting-btn{
    background-color: #fff;
    display: inline-block;
    border-radius: 30px;
    padding: 7px 30px 7px 15px;
}
.supporting-btn img{
    margin-right: 7px;
}
.supporting-info{
    display: inline-block;
    vertical-align: middle;
}
.supporting-call-now {
    color: #343434;
    font-size: 16px;
    line-height: 1.0;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.supporting-info a {
    display: inline-block;
    font-size: 20px;
    color: #0e5b7f;
    font-weight: normal;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-family: 'Outfit';
}
.supporting-info a:hover{
    color: #92c03a;
}
.supporting-btn02{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.supporting-btn02 a{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
     color: #fff;
    background-image: -moz-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
    background-image: -webkit-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
    background-image: -ms-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
    border-radius: 30px;
    padding: 17px 40px;
    text-transform: capitalize;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border: 1px solid #32a850;
}
.supporting-btn02 a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #002c47;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .supporting-btn02 a:hover, .supporting-btn02 a:focus, .supporting-btn02 a:active {
    color: white;
  }
  .supporting-btn02 a:hover:before, .supporting-btn02 a:focus:before, .supporting-btn02 a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .supporting-cover{
     text-align: center
  }
    .choose-us{
        display: inline-block;
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.4;
        padding: 4px 20px;
        background-image: -moz-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
        background-image: -webkit-linear-gradient(87deg, rgb(185, 235, 69) 0%, rgb(49, 85, 30) 100%);
        background-image: -ms-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
        margin-bottom: 18px;
    }
    .choose-head{
        color: #383838;
        font-size: 40px;
        font-weight: bold;
        line-height: 1.1;
        font-family: "Palatino Linotype";
        margin-bottom: 40px;
    }
    .choose-list ul {
        margin: 0;
        padding: 0;
    }
    .choose-list ul li {
        background: url("../images/choose-icon-img.png");
        background-position: top left;
        padding-left: 70px;
        background-repeat: no-repeat;
        background-size: 50px;
        color: #383838;
        font-size: 16px;
        font-weight: normal;
        list-style: none;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ebebeb;
}
  .choose-list ul li:last-child{
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0;
  }
  .testimonial-sec{
      padding-top: 70px;
      padding-bottom: 70px;
      background: url("../images/testimonial-bg-img.png") no-repeat top center;
      background-size: cover;
  }
  .testimonial-cont{
      text-align: center;
  }
  .our-testimonial{
        display: inline-block;
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.4;
        padding: 4px 20px;
        background-image: -moz-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
        background-image: -webkit-linear-gradient(87deg, rgb(185, 235, 69) 0%, rgb(49, 85, 30) 100%);
        background-image: -ms-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
        margin-bottom: 18px;
  }
.testimonial-head{
    text-align: center;
    color: #383838;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.1;
    font-family: "Palatino Linotype";
    margin-bottom: 30px;
}
.sp-testimonial-free {
    padding: 30px 15px !important;
    min-height: auto !important;
	background: url("../images/qoute-img.png") no-repeat #dff1ff !important;
    background-size: 80px !important;
    background-position: bottom 20px right 30px !important;
	border-radius: 16px !important;
	box-shadow: 0px 2px 7.36px 0.64px rgba(62, 62, 62, 0.33) !important;
	background-color: #fff !important;
	margin: 20px 5px !important;
}
.sp-testimonial-free-section .sp-testimonial-client-image img{
	background: none !important;
}
.sp-testimonial-client-name{
	font-size: 17px !important;
	color: #32a850 !important;
	font-weight: bold !important;
	text-align: left !important;
}
.sp-testimonial-free-section .sp-testimonial-client-rating{
	display: flex !important;
}
.sp-testimonial-client-designation{
	text-align: left !important;
	font-size: 14px !important;
	color: #383838 !important;
	font-weight: normal !important;
}
.sp-testimonial-free-section.swiper-initialized{
	margin-right: -30px !important;
}
/* .sp-testimonial-client-testimonial{
	max-height: 205px !important;
    overflow-y: scroll !important;
    scrollbar-width: thin !important;
    scrollbar-color: #136bb3 #efefef !important;
} */
.sp-testimonial-client-testimonial p{
	font-size: 15px !important;
	color: #383838 !important;
	font-weight: normal !important;
	text-align: left !important;
	padding: 0 !important;
}

footer{
    padding-top: 60px;
    background: url("../images/footer-bg-img.jpg") no-repeat top center;
    background-size: cover;
    position: relative;
}
footer::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000000cb;
}
footer .container{
    position: relative;
    z-index: 1;
}
.footer-logo-area{
    background-color: #fff;
    position: relative;
}
.footer-logo-area::after{
    position: absolute;
    content: "";
    top: -60px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}
.footer-part{
    padding-bottom: 30px;
}
.footer-logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-txt{
    color: #383838;
    font-size: 15px;
    font-weight: normal;
    margin-top: 20px;
}
.footer-title{
    text-align: center;
    color: #32a850;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.1;
    font-family: "Palatino Linotype";
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
.footer-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.footer-list ul{
    margin: 0;
    padding: 0;
}
.footer-list ul li {
    padding-bottom: 7px;
    list-style-type: none;
}
.footer-list ul li:last-child{
    padding-bottom: 0;
}
.footer-list ul li a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-list ul li a:hover{
    color: #92c03a;
}
.footer-list ul li span{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    text-transform: none;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-list ul li img{
    margin-right: 7px;
}
.footer-last ul li{
    padding-bottom: 12px;
    color: #fff;
}
.footer-last ul li a{
    text-transform: none;
}
.footer-copyright{
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    padding: 14px 0;
    background-image: -moz-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
    background-image: -webkit-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
    background-image: -ms-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
    position: relative;
    z-index: 1;
}
.footer-copyright a{
    color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-copyright a:hover{
    color: #0e5b7f;
}


#back2Top.show {
    opacity: 1;
    right: 15px;
}
#back2Top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 25px;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 54px;
    right: -30px;
    color: #fff;
    background-image: -moz-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
    background-image: -webkit-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
    background-image: -ms-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
}

.page .entry-header, .blog_page_header {
    background: url("../images/banner-bg-img.png") no-repeat top center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 150px 0 !important;
    margin: 161px 0 50px !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.page .entry-title, .blog_page_title {
    text-align: center !important;
    color: #fff !important;
    width: 100% !important;
    font-size: 26px !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 99 !important;
	font-family: "Helvetica" !important;
    margin-bottom: 5px !important;
}
.breadcrumb-container {
    width: 100%;
    color: #92c03a;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #92c03a;
}

/* Inner Content */

.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #383838;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.inner_titl strong {
    color: #1f6b8d;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #92c03a;
}
.inner_txt {
    color: #383838;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
}
.inner_list_txt{
    margin-top: 20px;
}
.inner_list_txt ul {
   padding: 0;
   margin: 0
}
.inner_list_txt ul li {
    background: url("../images/list-img.png");
    background-position: top 4px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    color: #383838;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    padding-bottom: 6px;
}
.inner_bottm_sec {
    background: #f1f1f1;
    padding: 30px 20px;
    text-align: center;
}
.inner_bottm_sec .inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #92c03a;
}
.core-img img{
    margin-bottom: 20px;
}
.core-box {
/*  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    min-height: 100%; 
}
.core-box .inner_titl{
	font-size: 22px;
}
.inner-about-sec{
	background-color: #f1f1f1;
	padding: 40px 0;
}
.inner_titl_center::after{
	left: 50%;
	transform: translatex(-50%);
}
.inner-about-part{
	background-color: #f2f2f2;
/* 	box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px; */
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	padding: 30px 20px;
	text-align: center;
	border-radius: 10px;
	min-height: 100%;
}
.inner-about-head{
	color: #1f6b8d;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    padding-bottom: 12px;
	position: relative;
}
.inner-about-txt{
	color: #383838;
    font-size: 16px;
    font-weight: normal;
	margin-top: 12px;
}
.inner-about-head::after{
	position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
    width: 30px;
    height: 3px;
    background: #92c03a;
}

.ref_form_box {
	padding: 35px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.ref_form_box p {
	margin-bottom: 0 !important;
}
.ref_form_box_heading {
	color: #383838;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
}
.ref_form_box_heading strong {
	color: #1f6b8d;
	font-weight: bold;
}
.ref_form_box_label {
	color: #666;
	margin-top: 15px;
    margin-bottom: 5px;
}
.ref_form_box_input input {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.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;
        outline: 0;
}
.ref_form_box_input textarea {
	resize: none;
	height: 144px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box .contact_btn input {
	font-weight: 600;
	background-image: -moz-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
    background-image: -webkit-linear-gradient(87deg, rgb(185, 235, 69) 0%, rgb(49, 85, 30) 100%);
    background-image: -ms-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
	font-size: 16px;
	margin-top: 20px;
	border-radius: 30px;
	padding: 13px 40px 12px;
	-moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.ref_form_box .contact_btn input:hover{
	background-image: -moz-linear-gradient( 86deg, rgb(73,204,252) 0%, rgb(14,69,97) 100%);
    background-image: -webkit-linear-gradient(86deg, rgb(73, 204, 252) 0%, rgb(14, 69, 97) 100%);
    background-image: -ms-linear-gradient( 86deg, rgb(73,204,252) 0%, rgb(14,69,97) 100%);
}
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: #92c03a;
	border-color: #92c03a;
}
.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_heading {
    color: #383838;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
}
.contact_page_heading:before {
    position: absolute;
    content: "";
    bottom: 7px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #92c03a;
}
.contact_page_heading strong {
    color: #1f6b8d;
}
.contact_page_info {
    position: relative;
    color: #000;
    margin-top: 25px;
    padding-left: 60px;
}
.contact-img {
    position: absolute;
    top: 3px;
    left: 0;
    background: #ffffff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}
.contact-text {
    color: #666;
    font-size: 16px;
}
.contact_page_info strong {
    color: #000 ;
    font-weight: 500;
    font-size: 18px;
}
.contact_page_info a {
    color: #666;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: normal;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.contact_page_info a:hover{
    color: #002c47;
}

.contact_right {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 25px;
    border-radius: 5px;
}
.get-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 8px 10px;
}
.get-sec .frm_fld input::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}

.get-sec .frm_fld select {
    background: url("../images/dropdown.png") #fff no-repeat center right 20px;
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    appearance: none;
}
.get-sec .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
    height: 220px;
}
.cv-title{
	font-weight: 500;
}
.get-sec .frm_fld textarea::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.send_btn input {
    margin-top: 30px !important;
    text-transform: capitalize !important;
    background-image: -moz-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%) !important;
    background-image: -webkit-linear-gradient(87deg, rgb(185, 235, 69) 0%, rgb(49, 85, 30) 100%) !important;
    background-image: -ms-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%) !important;
    color: #fff !important;
    padding: 15px 30px !important;
    font-weight: 500 !important;
    font-size: 17px !important;
	border-radius: 30px !important;
    -moz-transition: all 0.5s ease 0s !important;
    -webkit-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
}
.send_btn input:hover {
    background-image: -moz-linear-gradient( 86deg, rgb(73,204,252) 0%, rgb(14,69,97) 100%) !important;
    background-image: -webkit-linear-gradient(86deg, rgb(73, 204, 252) 0%, rgb(14, 69, 97) 100%) !important;
    background-image: -ms-linear-gradient( 86deg, rgb(73,204,252) 0%, rgb(14,69,97) 100%) !important;
}
.contact-deatails .frm_fld p, .contact-deatails .send_btn p{
    margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #92c03a !important;
}

.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    background: #1f6b8d;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    padding-top: 9px;
}
.footer_btn3 {
    background: #32a850;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.thankyou-btn a {
    text-decoration: none !important;
    color: #fff;
    background-image: -moz-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
    background-image: -webkit-linear-gradient(87deg, rgb(185, 235, 69) 0%, rgb(49, 85, 30) 100%);
    background-image: -ms-linear-gradient( 87deg, rgb(185,235,69) 0%, rgb(49,85,30) 100%);
    text-align: center;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
.error_page {
    padding: 40px 0 80px;
}
.post .entry-summary, .post .entry-content {
    color: #666;
}
.more-link {
    background: #92c03a;
    display: block;
    color: #fff !important;
    text-transform: capitalize;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 10px 18px;
    width: 217px;
    margin-top: 30px;
    border-radius: 50px;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.more-link:hover {
    background: #2983a9;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    padding: 8px 0 9px;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}


/*================Responsive==============*/

@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header-top, .header-menu{
		display: none;
	}
	.header-logo img {
		width: 50px;
		height: auto;
	}
	.header-logo a {
		margin-top: 0;
		padding: 3px 25px;
		display: inline-block;
	}
	.darkHeader .header-logo a {
		padding: 3px 25px;
	}
	.banner-sec {
		margin-top: 78px;
    }
	.banner-head{
		font-size: 30px;
	}
	.banner-btn a, .about-btn a, .supporting-btn02 a{
		padding: 12px 30px;
		font-size: 15px;
	}
	.services-button a{
        padding: 14px 25px;
		font-size: 15px;
	}
	.supporting-call-now{
		font-size: 15px;
	}
	.supporting-info a {
		font-size: 16px;
	}
	.supporting-btn {
		padding: 7px 24px 7px 15px;
	}
	.about-sec, .services-sec, .choose-sec, .testimonial-sec{
		padding: 40px 0;
	}
	.about-head, .services-head, .supporting-head, .choose-head, .testimonial-head{
		font-size: 28px;
	}
    footer {
		padding-top: 40px;
	}
	.page .entry-header, .blog_page_header {
        padding: 100px 0 !important;
        margin: 78px 0 50px !important;
    }
	.footer-logo-area::after {
		top: -40px;
	}
}

@media only screen and (min-width : 300px) and (max-width : 991px){
	.banner-left{
		padding-left: 24px;
	}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
		position: static;
	    margin: 0 10px;
	}
	.owl-carousel .owl-nav{
		text-align: center;
		margin-top: 30px;
	}
	.supporting-left img{
		margin-top: 0;
        margin-left: 0;
	}	
	.supporting-cover {
		text-align: left;
	}
	.sp-testimonial-free-section.swiper-initialized {
		 margin: 0 15px 50px !important;
	}
    .contact_right{
		 margin-top: 30px;
	}
	.footer-copyright{
		padding-bottom: 60px;
	}
}

@media only screen and (max-width : 320px) {
   .banner-right::after, .supporting-sec::before{
		display: none;
	}
	.banner-right img {
		clip-path: none;
	}
	.banner-left{
		padding: 30px 0 100px;
	}
	.banner-gap{
		padding-left: 0;
		padding-right: 0;
	}
	.about-right{
		margin-top: 30px;
	}
	.services-button{
		text-align: left;
	}
	.supporting-right{
		padding: 30px 0;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.about-sec{
		background-image: none;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
   .banner-right::after, .supporting-sec::before{
		display: none;
	}
	.banner-right img {
		clip-path: none;
	}
	.banner-left{
		padding: 30px 0 100px;
	}
	.banner-gap{
		padding-left: 0;
		padding-right: 0;
	}
	.about-right{
		margin-top: 30px;
	}
	.services-button{
		text-align: left;
	}
	.supporting-right{
		padding: 30px 0;
	}
    .inner_page_img img {
        margin-bottom: 30px;
    }
	.about-sec{
		background-image: none;
	}
}

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

}

@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) {
	.banner-right::after, .supporting-sec::before{
		display: none;
	}
	.banner-right img {
		clip-path: none;
	}
	.banner-left{
		padding: 30px 0 100px;
	}
	.banner-gap{
		padding-left: 0;
		padding-right: 0;
	}
	.about-right{
		margin-top: 30px;
	}
	.services-button{
		text-align: left;
	}
	.supporting-right{
		padding: 30px 0;
	}
    .inner_page_img img {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
   
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
  .owl-carousel .owl-nav button.owl-prev {
		left: -3%;
	}
   .owl-carousel .owl-nav button.owl-next {
		right: -3%;
    }
}

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

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.owl-carousel .owl-nav button.owl-prev {
		left: -3%;
	}
   .owl-carousel .owl-nav button.owl-next {
		right: -3%;
    }
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.owl-carousel .owl-nav button.owl-prev {
		left: -3%;
	}
   .owl-carousel .owl-nav button.owl-next {
		right: -3%;
    }
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
   .owl-carousel .owl-nav button.owl-prev {
		left: -3%;
	}
   .owl-carousel .owl-nav button.owl-next {
		right: -3%;
    }
}

@media screen and (min-width: 1424px) {
   .banner-left{
		padding-left: 7%;
		padding-bottom: 10%;
	}
	.testimonial-sec{
		padding-left: 0;
		padding-right: 0;
	}
	.sp-testimonial-free-section.swiper-initialized{
		margin: 0 50px 50px !important; 
	}
}

@media screen and (min-width: 1624px) {
   .banner-left{
		padding-left: 19%;
		padding-bottom: 10%;
	}
	.testimonial-sec{
		padding-left: 6%;
		padding-right: 6%;
	}
	.sp-testimonial-free-section.swiper-initialized{
		margin: 0 50px 50px !important; 
	}
}

@media screen and (min-width: 1920px) {
   .banner-left{
		padding-left: 32%;
		padding-bottom: 10%;
	}
	.testimonial-sec{
		padding-left: 13%;
		padding-right: 13%;
	}
	.sp-testimonial-free-section.swiper-initialized{
		margin: 0 50px 50px !important; 
	}
}

@media screen and (min-width: 2048px) {
   .banner-left{
		padding-left: 36%;
		padding-bottom: 10%;
	}
	.testimonial-sec{
		padding-left: 15%;
		padding-right: 15%;
	}
	.sp-testimonial-free-section.swiper-initialized{
		margin: 0 50px 50px !important; 
	}
}

@media screen and (min-width: 2550px) {
	.banner-left{
		padding-left: 49%;
		padding-bottom: 10%;
	}
	.testimonial-sec{
		padding-left: 22%;
		padding-right: 22%;
	}
	.sp-testimonial-free-section.swiper-initialized{
		margin: 0 50px 50px !important; 
	}
}

