body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none !important;
	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 SF Pro Display Family */

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Medium.eot');
    src: url('../fonts/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
         url('../fonts/SFProDisplay-Medium.woff') format('woff'),
         url('../fonts/SFProDisplay-Medium.ttf') format('truetype'),
         url('../fonts/SFProDisplay-Medium.svg#SFProDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Bold.eot');
    src: url('../fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
         url('../fonts/SFProDisplay-Bold.woff') format('woff'),
         url('../fonts/SFProDisplay-Bold.ttf') format('truetype'),
         url('../fonts/SFProDisplay-Bold.svg#SFProDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Black.eot');
    src: url('../fonts/SFProDisplay-Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SFProDisplay-Black.woff2') format('woff2'),
         url('../fonts/SFProDisplay-Black.woff') format('woff'),
         url('../fonts/SFProDisplay-Black.ttf') format('truetype'),
         url('../fonts/SFProDisplay-Black.svg#SFProDisplay-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
.header-sec{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.darkHeader {
    top: 0;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    z-index: 999;
    animation: smoothScroll 1s;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-250px);
	}
	100% {
		transform: translateY(0px);
	}
}
.header-top{
    background-color: #fff;
    padding: 18px 0;
}
.header-logo img {
    width: 190px;
    height: auto;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}
.header-menu{
    display: inline-block;
    vertical-align: middle;
}
.header-menu ul {
    margin: 0;
    padding: 0;
}
.header-menu ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
	margin-right: 18px;
}
.header-menu ul li:nth-child(4) {
    margin-right: 0;
}
.header-menu ul li:last-child{
    margin-right: 0;
}
.header-menu ul li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 1;
    padding: 7px 15px;
    -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::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: transparent;
    -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: #ff5c00;
}
.header-menu ul li a:hover::before{
    background-color: #ffe9dd;
}
.header-menu ul .header-btn a{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 9px;
    background-color: #ff5c00;
    margin-left: 48px;
}
.header-menu ul .header-btn a::before{
    display: none;
}
.header-menu ul .header-btn a:hover{
    color: #fff;
    background-color: #55baf2;
}
.header-call-btn{
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding: 12px 18px;
    border-radius: 9px;
    margin-left: 9px;
    background-color: #8ac640;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-call-btn img{
    margin-left: 15px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-call-btn:hover{
    background-color: #55baf2;
    color: #fff;
}
.header-call-btn:hover img{
    filter: brightness(0) invert(1);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.header-call-btn:hover img{
    transform: translateX(5px);
}
.banner-sec{
	position: relative;
    background: url(../images/banner-img01.jpg) no-repeat top center;
    background-size: cover;
    padding: 118px 0;
    margin-top: 104px;
	border-radius: 0 0 150px 0;
}
.banner-wrap{
	position: relative;
	text-align: center;
	z-index: 1;
}
/* .banner-sec img{
    border-radius: 0 0 150px 0;
} */
.banner-sec::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00000069;
    border-radius: 0 0 150px 0;
}
/* .ms-slide-info{
    position: absolute !important;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 99; 
    text-align: center;
} */
.banner-head{
	position: relative;
    font-size: 40px;
    letter-spacing: 1px;
    text-transform: none;
    color: #ffffff;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
	padding-bottom: 15px;
    font-family: 'SF Pro Display';
}
.banner-head:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #ff5c00;
}
.banner-txt{
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 30px;
}
.banner-btn .banner-btn01{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 13px 25px;
    border-radius: 9px;
    background-color: #ff5c00;
    margin-right: 10px;
    transition: all 0.5s ease 0s !important;
    -moz-transition: all 0.5s ease 0s !important;
    -webkit-transition: all 0.5s ease 0s !important;
}
.banner-btn .banner-btn01:hover{
    background-color: #55baf2;
}
.banner-btn .banner-btn01 img{
    margin-left: 10px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.banner-btn .banner-btn01:hover img{
    transform: translateX(5px);
}
.banner-btn02{
    display: inline-block;
    font-size: 15px;
    color: #07080a;
    font-weight: 500;
    padding: 13px 25px;
    border-radius: 9px;
    background-color: #8ac640;
    transition: all 0.5s ease 0s !important;
    -moz-transition: all 0.5s ease 0s !important;
    -webkit-transition: all 0.5s ease 0s !important;
}
.banner-btn .banner-btn02:hover{
    color: #fff;
    background-color: #55baf2;
}
.banner-btn .banner-btn02 img{
    margin-left: 10px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.banner-btn .banner-btn02:hover img{
     filter: brightness(0) invert(1);
    transform: translateX(5px);
}
.support-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.support-left img{
    border-radius: 15px 15px 0 0;
    width: 100%;
}
.support-icon-part{
    padding: 25px 30px;
    background-color: #65326d;
    border-radius: 0 0 15px 15px;
}
.support-icon-part span{
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #ffffff42;
    padding-right: 10px;
    margin-right: 10px;
}
.support-icon-part span:last-child{
    border-right:none;
    padding-right: 0;
    margin-right: 0;
}
.support-icon-part span strong{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
}
.support-icon-part span img{
    max-width: 30px;
    height: auto;
    margin-right: 5px;
    border-radius: 0;
}
.support-icon-part span .psychosocial-img{
    max-width: 40px;
}
.support-right-head{
	position: relative;
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #0c0c0c;
    font-weight: 800;
    font-family: "SF Pro Display";
    text-transform: uppercase;
	text-align: center;
	padding-bottom: 15px;
    margin-bottom: 20px;
}
.support-right-head::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #8ac640;
}
.support-right-txt{
    font-size: 16px;
    color: #353535;
    font-weight: 500;
	text-align: center;
}
.support-right-list ul{
    margin: 0;
    padding: 0;
}
.support-right-list ul li{
    background: url("../images/list-img.png");
    background-position: top 3px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 17px;
    color: #353535;
    font-size: 14px;
    font-weight: 500;
    list-style: none;
    padding-bottom: 10px;
}
.support-right-list ul li:last-child{
    padding-bottom: 0;
}
.services-sec{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f6f7f9;
    border-radius: 80px 0 0 0;
}
.services-top-left{
    border-left: 3px solid #8ac640;
    padding-left: 20px;
}
.services-top-head{
	position: relative;
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #0c0c0c;
    font-weight: 800;
    font-family: "SF Pro Display";
    text-transform: uppercase;
	padding-bottom: 15px;
    margin-bottom: 25px;
	text-align: center;
}
.services-top-head:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #8ac640;
}
.services-top-txt{
    font-size: 16px;
    color: #4a4a4a;
    font-weight: normal;
	text-align: center;
}
.services-top-right{
    text-align: end;
}
.services-top-right-btn a{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 13px 20px;
    border-radius: 9px;
    background-color: #ff5c00;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-top-right-btn a:hover{
    background-color: #55baf2;
}
.services-top-right-btn a img{
    margin-left: 10px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-top-right-btn a:hover img{
    transform: translateX(5px);
}
.services-part{
    border-radius: 10px;
    filter: drop-shadow(0 0 12px rgba(0,0,0,0.09));
    background-color: #ffffff;
    border: 1px solid #ededed;
    min-height: 100%;
}
.services-part img{
    border-radius: 10px 10px 0 0;
    width: 100%;
}
.services-part-content{
    padding: 20px 15px;
}
.services-part-content-head{
    font-size: 18px;
    line-height: 1.2;
    color: #1d1d1d;
    font-weight: bold;
    font-family: "SF Pro Display";
    text-transform: capitalize;
    margin-bottom: 15px;
}
.services-part-content-txt{
    font-size: 14px;
    color: #1d1d1d;
    font-weight: normal;
    margin-bottom: 20px;
}
.services-part-btn a{
    display: inline-block;
    border-radius: 9px;
    border: 1px solid #1e140b;
    padding: 8px 25px;
    font-size: 14px;
    color: #1d1d1d;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 500ms ease-in-out;
}
.services-part-btn a:hover{
    box-shadow: inset 0 80px #55baf2;
}
.clarity-sec{
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
/*  background: url("../images/clarity-img01.png"), url("../images/clarity-img02.png"), url("../images/clarity-img03.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left 100px center, right 50px top 40px, right 200px bottom 30px; */
    background-color: #daf1fe;
}
.clarity-head{
	position: relative;
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #0c0c0c;
    font-weight: 800;
    font-family: "SF Pro Display";
    text-transform: uppercase;
	padding-bottom: 15px;
    margin-bottom: 25px;
}
.clarity-head:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #8ac640;
}
.clarity-txt{
    font-size: 16px;
    color: #232323;
    font-weight: normal;
}
.different-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.different-left-head {
	position: relative;
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #0c0c0c;
    font-weight: 800;
    font-family: "SF Pro Display";
    text-transform: uppercase;
	padding-bottom: 15px;
    margin-bottom: 25px;
	text-align: center;
}
.different-left-head:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #8ac640;
}
.different-left-txt{
    font-size: 14px;
    color: #1d1d1d;
    font-weight: 500;
    margin-bottom: 30px;
	text-align: center;
}
.different-left-list ul{
    margin: 0;
    padding: 0;
}
.different-left-list ul li{
    background: url("../images/list-img2.png");
    background-position: top 3px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 17px;
    color: #191919;
    font-size: 14px;
    font-weight: 500;
    list-style: none;
    padding-bottom: 15px;
}
.different-left-list ul li:last-child{
    padding-bottom: 0;
}
.different-btn{
    margin-top: 50px;
}
.different-btn a{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 13px 20px;
    border-radius: 9px;
    background-color: #ff5c00;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.different-btn a:hover{
    background-color: #55baf2;
}
.different-btn a img{
    margin-left: 15px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.different-btn a:hover img{
    transform: translateX(5px);
}
.different-right img{
    width: 100%;
    border-radius: 20px;
}
.circle{
    position: relative;
    top: -60px;
    left: 60px;
    filter: drop-shadow(0 0 12px rgba(0,0,0,0.09));
}
.circle::before{
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 105px;
    height: 105px;
    background-color: #8ac640;
    top: 8px;
    left: 8px;
}
 .crown-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: textRotation 50s linear infinite;
}
@keyframes textRotation {
    100% {
    transform: rotate(-360deg);
}
}
.circle-img{
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 20px;
    right: 0;
    animation: circle 50s linear infinite;
}
@keyframes circle {
    100% {
    transform: rotate(360deg);
}
}
.sun-img{
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 42px;
    right: 0;
}
.world-sec{
    padding-bottom: 80px;
}
.world-head{
	position: relative;
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #0c0c0c;
    font-weight: 800;
    font-family: "SF Pro Display";
    text-transform: uppercase;
    text-align: center;
	padding-bottom: 15px;
    margin-bottom: 25px;
}
.world-head:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #8ac640;
}
.world-txt{
    font-size: 15px;
    color: #484848;
    font-weight: 500;
    text-align: center;
}
.world-part{
    border-radius: 10px;
    filter: drop-shadow(0px 8px 17.5px rgba(0,0,0,0.08));
    background-color: #ffffff;
    padding: 40px 16px;
    text-align: center;
    min-height: 100%;
}
.world-part-txt{
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 500;
    margin-top: 20px;
}
.world-bottom-txt{
    margin-top: 50px;
    font-size: 15px;
    color: #484848;
    font-weight: 500;
    text-align: center;
}
.exists-sec{
    background-color: #ebf6ff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.exists-part img{
    border-radius: 15px;
}
.exists-head{
	position: relative;
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #0c0c0c;
    font-weight: 800;
    font-family: "SF Pro Display";
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 25px;
	text-align: center;
}
.exists-head:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #8ac640;
}
.exists-txt{
    font-size: 14px;
    color: #1d1d1d;
    font-weight: 500;
	text-align: center;
}
.exists-list{
    margin: 20px 0;
}
.exists-list ul{
    margin: 0;
    padding: 0;
}
.exists-list ul li{
    background: url("../images/list-img2.png");
    background-position: top 3px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 17px;
    color: #191919;
    font-size: 14px;
    font-weight: 500;
    list-style: none;
    padding-bottom: 15px;
}
.exists-list ul li:last-child{
    padding-bottom: 0;
}
.works-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.works-part{
    text-align: center;
}
.works-head{
	position: relative;
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #0c0c0c;
    font-weight: 800;
    font-family: "SF Pro Display";
    text-transform: uppercase;
    margin-bottom: 70px;
	padding-bottom: 15px;
    text-align: center;
}
.works-head:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #8ac640;
}
.number{
    position: relative;
    display: inline-block;
    font-size: 45px;
    font-weight: 800;
    font-family: "SF Pro Display";
    color: transparent;
    -webkit-text-stroke: 1px #1d1d1d;
}
.number::before{
   content: "";
   position: absolute;
   width: 98px;
   height: 98px;
   border-radius: 50%;
   background-color: #eeffd9;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: -1;
}
.works-part02 .number::before{
    background-color: #ffebe1;
}
.works-part03 .number::before{
    background-color: #e7f3ff;
}
.works-part04 .number::before{
    background-color: #f9e0ff;
}
.works-part-head{
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #1d1d1d;
    font-weight: 800;
    font-family: "SF Pro Display";
    padding-top: 40px;
    padding-bottom: 15px;
}
.works-line{
    position: relative;
}
.works-line::before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #1c65a71f;
    width: 1px;
    height: 100%;
}
.testimonial-sec{
	padding: 80px 0;
	background-color: #ededed;
    border-radius: 70px 0 0 0;
}
.info-sec{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #89c540;
    border-radius: 70px 0 0 0;
}
.info-left-txt{
    font-size: 25px;
    color: #ffffff;
    font-weight: 500;
}
.info-right-btn{
    text-align: end;
}
.info-right-btn01{
    display: inline-block;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    padding: 13px 20px;
    border-radius: 9px;
    background-color: #ff5c00;
    text-transform: none;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.info-right-btn01:hover{
    background-color: #55baf2;
}
.info-right-btn02{
    display: inline-block;
    border-radius: 9px;
    border: 1px solid #fff;
    padding: 12px 20px;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    margin-left: 10px;
    transition: all 500ms ease-in-out;
}
.info-right-btn02 img{
    margin-left: 15px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.info-right-btn02:hover{
    background-color: #55baf2;
    color: #fff;
}
.info-right-btn02:hover img{
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.info-right-btn02:hover img{
    transform: translateX(5px);
}
footer{
    padding-top: 60px;
    background-color: #f5f7f9;
}
.footer-title{
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #101010;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer-txt{
    font-size: 14px;
    color: #101010;
    font-weight: normal;
}
.footer-social{
    margin-top: 20px;
}
.footer-social a{
    margin-right: 10px;
}
.footer-social a:last-child{
    margin-right: 0;
}
.footer-list ul{
    padding: 0;
    margin: 0;
}
.footer-list ul li{
    list-style: none;
    padding-bottom: 12px;
}
.footer-list ul li:last-child{
    padding-bottom: 0;
}
.footer-list ul li img{
    margin-right: 5px;
}
.footer-list ul li{
    color: #fff;
}
.footer-list ul li a {
    display: inline-block;
    vertical-align: text-top;
    font-size: 15px;
    color: #101010;
    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;
}
.footer-list ul li a:hover{
    color: #ff5c00;
}
.footer-list ul li span {
    background-color: #ff5c00;
    border-radius: 50%;
    min-width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
.footer-list ul li span img{
    margin-right: 0;
}
.footer-list-last ul li a{
    text-transform: none;
}
.footer-list ul li strong{
    display: inline-block;
    font-size: 15px;
    color: #101010;
    font-weight: 500;
    text-transform: capitalize;
}
.footer-copyright{
    text-align: center;
    font-size: 14px;
    color: #101010;
    font-weight: normal;
    margin-top: 50px;
    border-top: 1px solid #cccccc85;
    padding: 15px 0;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.footer-copyright a{
    color: #101010;
    -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: #ff5c00;
}

#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-color: #6fa642;
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner-img01.jpg") no-repeat top center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 260px 0 !important;
    margin: 104px 0 50px !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
/* 	border-radius: 0 0 150px 0; */
}
.page .entry-header:before, .blog_page_header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00000069;
/*  border-radius: 0 0 150px 0; */
}
.page-id-14 .custom-entry-header, .page-id-12 .custom-entry-header, .page-id-22 .custom-entry-header{
	background: url("../images/banner-img01.jpg") no-repeat top center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 250px 0 !important;
    margin: 104px 0 0 !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
/* 	border-radius: 0 0 150px 0; */
}
.page-id-14 .custom-entry-header:before, .page-id-14 .custom-entry-header:before, .page-id-12 .custom-entry-header:before, .page-id-14 .custom-entry-header:before, .page-id-22 .custom-entry-header:before, .page-id-14 .custom-entry-header:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00000069;
/*  border-radius: 0 0 150px 0; */
}
.custom-entry-header .container{
	position: relative;
	z-index: 1;
}
.page .entry-title, .blog_page_title {
    text-align: center !important;
    color: #fff !important;
    width: 100% !important;
    font-size: 25px !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 99 !important;
    margin-bottom: 10px !important;
}
.page-id-14 .entry-header, .page-id-12 .entry-header, .page-id-22 .entry-header{
	display: none !important;
}
.page-id-14 .entry_inner_txt, .page-id-12 .entry_inner_txt, .page-id-22 .entry_inner_txt{
	color: #fff;
    font-size: 26px;
    font-weight: bold;
}

.breadcrumb-container {
    width: 100%;
    color: #ff5c00;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #ff5c00;
}
.inner_content {
    padding: 20px 0;
}
.inner_page_img img {
    width: 100%;
    padding: 7px;
    box-shadow: 0px 0px 4px #8f8f8f;
}
.inner_titl {
    color: #0c0c0c;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
	font-family: "SF Pro Display";
	text-transform: uppercase;
}
.inner_titl strong {
    color: #f178b5;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #ff5c00;
}
.inner_txt {
    color: #353535;
    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: #353535;
    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: #f178b5;
}
.core-box {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 30px 10px;
    background: #fff;
    border-radius: 12px;
    min-height: 100%; 
	border-bottom: 2px solid #8ac640;
	text-align: center;
	transition:all .4s ease;
}
.core-box .inner_txt{
	font-weight: 500;
}
.inner_center_titl:after {
    left: 50%;
    transform: translatex(-50%);
}
.inner_content_bg{
	padding: 80px 0;
    background-color: #f6f7f9;
}
.inner_content_normal{
	margin: 50px 0;
}
.stacked-part{
	position:relative;
    background:#fff;
    padding: 20px 25px 40px 25px;
    border-radius:24px;
    height:100%;
    overflow:hidden;
    transition:all .4s ease;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.stacked-part img{
	width: 100%;
	border-radius: 10px;
}
.stacked-part::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#ff5c00,#8ac640);
}
.stacked-part:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 50px rgba(0,0,0,.15);
}
.stacked-head{
	color: #0c0c0c;
    font-size: 19px;
    font-weight: bold;
	line-height: 1.2;
    padding-bottom: 12px;
    font-family: "SF Pro Display";
}
.inner_content_blue{
	padding: 80px 0;
}
.inner_content_programs{
	background-color: #ebf6ff;
    padding-top: 80px;
    padding-bottom: 80px;
	border-radius: 0 0 80px 0;
}
.programs-part {
    background: #fff;
    border-radius: 14px;
    padding: 30px 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    transform: translateY(30px);
	min-height: 100%;
    animation: fadeUp 0.6s ease forwards;
}
.programs-part:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 35px rgba(0,0,0,0.12);
}
.programs-part .inner_titl{
	font-size: 22px;
}

/* Animation */
@keyframes fadeUp{
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* Delay for second column */
.delay-1{
    animation-delay:0.2s;
}

.programs-part .inner_list_txt ul li{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom:1px solid #eee;
	background-position: left center;
}
.programs-part .inner_list_txt ul li:last-child{
    border-bottom:none;
}

.inner_content_work{
	padding: 80px 0;
}

/* Step card */
/* .step{
    background:#ffffff;
    border:1px solid #e9eef5;
    border-left:5px solid #8ac640;
    padding:20px 25px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    opacity:0;
	color: #353535;
    font-size: 18px;
    font-weight: 500;
    transform:translateY(30px);
    animation:fadeUp 0.6s ease forwards;
} */

/* animation delay for each */
/* .step:nth-child(1){ animation-delay:0.1s; }
.step:nth-child(2){ animation-delay:0.2s; }
.step:nth-child(3){ animation-delay:0.3s; }
.step:nth-child(4){ animation-delay:0.4s; }
.step:nth-child(5){ animation-delay:0.5s; } */

/* Hover effect */
/* .step:hover{
    transform:translateY(-5px);
    transition:0.3s ease;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}
.step:last-child{
	margin-bottom: 0;
} */

/* Step number */
.step strong{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #ff5c00;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
	border: 1px solid #8ac640;
}

/* Animation */
@keyframes fadeUp{
    to{
        opacity:1;
        transform:translateY(0);
    }
}
.inner_content_funding{
  background-color: #f6f7f9;
  border-radius: 12px;
  padding: 50px 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.8s forwards;
}
.inner_content_funding:hover {
  transform: translateY(-5px);
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.inner_content_meet{
	padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f6f7f9;
    border-radius: 0 0 80px 0;
}
.team-card {
    border: 0;
    border-radius: 18px;
    padding: 30px 20px;
    background: #fff;
    text-align: center;
    transition: 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
	min-height: 100%;
}
.team-name{
	color: #0c0c0c;
    font-size: 23px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
    font-family: "SF Pro Display";
    text-transform: uppercase;
}
.team-role {
    color: #ff5c00;
    font-weight: 600;
	font-size: 18px;
    margin-bottom: 15px;
}
.team-card .team-desc{
    color: #353535;
    font-size: 15px;
    font-weight: normal;
}
.team-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,0.15);
}
.team-card img{
    width:110px;
    height:110px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid #e9ecef;
    margin-bottom:15px;
    transition:0.4s;
}
.team-card:hover img{
    transform:scale(1.08);
    border-color:#8ac640;
}
.inner-btn{
	text-align: center;
}
.inner-btn .inner-btn1{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 13px 25px;
    border-radius: 9px;
	margin: 10px 0;
    background-color: #ff5c00;
    transition: all 0.5s ease 0s !important;
    -moz-transition: all 0.5s ease 0s !important;
    -webkit-transition: all 0.5s ease 0s !important;
}
.inner-btn .inner-btn1:hover{
    background-color: #000;
}
.inner-btn .inner-btn1 img{
    margin-left: 10px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.inner-btn .inner-btn1:hover img{
    transform: translateX(5px);
}
.inner-btn2{
    display: inline-block;
    font-size: 15px;
    color: #07080a;
    font-weight: 500;
    padding: 13px 25px;
    border-radius: 9px;
    background-color: #8ac640;
	margin: 10px 10px;
    transition: all 0.5s ease 0s !important;
    -moz-transition: all 0.5s ease 0s !important;
    -webkit-transition: all 0.5s ease 0s !important;
}
.inner-btn .inner-btn2:hover{
    color: #fff;
    background-color: #000;
}
.inner-btn .inner-btn2 img{
    margin-left: 10px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.inner-btn .inner-btn2:hover img{
     filter: brightness(0) invert(1);
    transform: translateX(5px);
}
.inner-btn3{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 13px 25px;
	margin: 10px 0;
    border-radius: 9px;
    background-color: #55baf2;
    transition: all 0.5s ease 0s !important;
    -moz-transition: all 0.5s ease 0s !important;
    -webkit-transition: all 0.5s ease 0s !important;
}
.inner-btn .inner-btn3:hover{
    background-color: #000;
}
.inner-btn .inner-btn3 img{
    margin-left: 10px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.inner-btn .inner-btn3:hover img{
     filter: brightness(0) invert(1);
    transform: translateX(5px);
}
.core-box:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 15px rgba(0,0,0,.15);
}

/* step number circle */
.step-number{
  width:55px;
  height:55px;
  margin:0 auto 15px;
  border-radius:50%;
  background:linear-gradient(135deg,#ff5c00,#8ac640);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:bold;
  font-size:18px;
}

/* animation */
@keyframes fadeUp{
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* delay for each card */
.delay-1{ animation-delay:0.1s; }
.delay-2{ animation-delay:0.3s; }
.delay-3{ animation-delay:0.5s; }
.delay-4{ animation-delay:0.7s; }

/* Referral css */

.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: #0c0c0c;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: "SF Pro Display";
}
.ref_form_box_heading strong {
	color: #0c0c0c;
	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: #ff5c00 !important;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 9px;
	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: #55baf2 !important;
}
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: #ff5c00;
	border-color: #ff5c00;
}
.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: #0c0c0c;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
	font-family: "SF Pro Display";
}
.contact_page_heading:before {
    position: absolute;
    content: "";
    bottom: 7px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #ff5c00;
}
.contact_page_heading strong {
    color: #0c0c0c;
}
.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: #ff5c00;
}

.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 20px;
    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: 12px 10px;
}
.get-sec .frm_fld input::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.get-sec .frm_fld select {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
	
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
    appearance: none;
    background: url("../images/dropdown.png") #fff no-repeat center right 10px;
    background-size: auto;
}
.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: 120px;
}
.get-sec .frm_fld textarea::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.get-sec .send_btn input {
    margin-top: 30px !important;
    text-transform: capitalize !important;
    background: #ff5c00 !important;
    color: #fff !important;
    padding: 12px 22px !important;
	border-radius: 9px !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.get-sec .send_btn input:hover {
    background-color: #55baf2 !important;
}
.get-sec .contact-deatails .frm_fld p, .get-sec .contact-deatails .send_btn p{
    margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #ff5c00 !important;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    background: #ff5c00;
    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: #8ac640;
    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: #ff5c00;
    text-align: center;
    border-radius: 9px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
.thankyou-btn a:hover{
    background-color: #55baf2;
}
.error_page {
    padding: 40px 0 80px;
}



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

@media only screen and (min-width : 300px) and (max-width : 1023px){
   .header-call-btn, .header-menu, .works-line::before{
		display: none;
	}
	.header-top{
		padding: 10px 0;
	}
	.darkHeader {
        animation: none;
    }
	.banner-sec{
		margin-top: 88px;
		padding: 60px 0;
		border-radius: 0;
	}
	.clarity-sec, .services-sec, .different-sec, .exists-sec, .works-sec, .testimonial-sec, .info-sec, .inner_content_bg, .inner_content_meet, .inner_content_programs{
		padding: 40px 0;
	}
	.world-sec{
		padding-bottom: 40px;
	}
	.info-sec, .inner_content_meet{
		border-radius: 0;
	}
	.clarity-head, .support-right-head, .services-top-head, .different-left-head, .world-head, .exists-head, .works-head{
		font-size: 26px;
	}
	.info-left-txt{
		font-size: 22px;
	}
	.banner-sec::before{
		border-radius: 0;
	}
	.rmp-menu-title-image {
        width: 70%;
        height: 100%;
    }
	.rmp-submenu .rmp-menu-item-link {
		height: auto !important;
		line-height: 1.2 !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.banner-head{
		font-size: 30px;
	}
	.banner-txt{
		font-size: 16px;
	}
	.banner-btn01, .banner-btn02{
		padding: 13px 20px;
	}
	.page .entry-header, .blog_page_header {
        padding: 160px 0 !important;
        margin: 88px 0 50px !important;
    }
	.page-id-14 .custom-entry-header, .page-id-12 .custom-entry-header, .page-id-22 .custom-entry-header {
        padding: 160px 0 !important;
        margin: 88px 0 0 !important;
    }
	.info-right-btn02 {
        margin-left: 0;
        margin-top: 5px;
    }
}

@media only screen and (min-width : 300px) and (max-width : 991px){
	.footer-copyright{
		padding-bottom: 60px;
	}
}

@media only screen and (max-width : 320px) {
	.info-right-btn{
		text-align: left;
		margin-top: 20px;
	}
	.contact_right {
        margin-top: 30px;
    }
	.page .entry-header, .blog_page_header{
		 padding: 130px 0 !important;
	}
	.page-id-14 .custom-entry-header, .page-id-12 .custom-entry-header, .page-id-22 .custom-entry-header {
        padding: 130px 0 !important;
    }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.info-right-btn{
		text-align: left;
		margin-top: 20px;
	}
	.contact_right {
        margin-top: 30px;
    }
	.page .entry-header, .blog_page_header{
		 padding: 130px 0 !important;
	}
	.page-id-14 .custom-entry-header, .page-id-12 .custom-entry-header, .page-id-22 .custom-entry-header {
        padding: 130px 0 !important;
    }
}

@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) {
	.info-right-btn{
		text-align: left;
		margin-top: 20px;
	}
	.contact_right {
        margin-top: 30px;
    }
	.page .entry-header, .blog_page_header{
		 padding: 130px 0 !important;
	}
	.page-id-14 .custom-entry-header, .page-id-12 .custom-entry-header, .page-id-22 .custom-entry-header {
        padding: 130px 0 !important;
    }
}

@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) {
	.header-menu ul li a{
		padding: 7px 12px;
	}
	.header-menu ul li{
		 margin-right: 0;
	}
	.header-menu ul .header-btn a{
		 margin-left: 10px;
	}
	.info-right-btn02{
		margin-left: 0;
		margin-top: 5px;
	}
}

/* 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) {
	.header-menu ul li a{
		padding: 7px 12px;
	}
	.header-menu ul li{
		 margin-right: 0;
	}
	.header-menu ul .header-btn a{
		 margin-left: 10px;
	}
	.info-right-btn02{
		margin-left: 0;
		margin-top: 5px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.header-menu ul li a{
		padding: 7px 12px;
	}
	.header-menu ul li{
		 margin-right: 0;
	}
	.header-menu ul .header-btn a{
		 margin-left: 10px;
	}
	.info-right-btn02{
		margin-left: 0;
		margin-top: 5px;
	}
}

/* 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) {
	.header-menu ul li a{
		padding: 7px 12px;
	}
	.header-menu ul li{
		 margin-right: 0;
	}
	.header-menu ul .header-btn a{
		 margin-left: 10px;
	}
	.info-right-btn02{
		 margin-left: 0;
		margin-top: 5px;
	}
}

@media screen and (min-width: 1424px) {
	.banner-sec{
		padding: 136px 0;
	}
	.page-id-14 .custom-entry-header, .page-id-12 .custom-entry-header, .page-id-22 .custom-entry-header{
		padding: 270px 0 !important;
	}
}

@media screen and (min-width: 1624px) {
	.banner-sec{
		padding: 179px 0;
	}
	.page-id-14 .custom-entry-header, .page-id-12 .custom-entry-header, .page-id-22 .custom-entry-header{
		padding: 314px 0 !important;
	}
}

@media screen and (min-width: 1920px) {
	.banner-sec{
		padding: 243px 0;
	}
	.page-id-14 .custom-entry-header, .page-id-12 .custom-entry-header, .page-id-22 .custom-entry-header{
		padding: 378px 0 !important;
	}
}

@media screen and (min-width: 2048px) {
	.banner-sec{
		padding: 271px 0;
	}
	.page-id-14 .custom-entry-header, .page-id-12 .custom-entry-header, .page-id-22 .custom-entry-header{
		padding: 406px 0 !important;
	}
}

@media screen and (min-width: 2550px) {
    .banner-sec{
		padding: 380px 0;
	}
	.page-id-14 .custom-entry-header, .page-id-12 .custom-entry-header, .page-id-22 .custom-entry-header{
		padding: 514px 0 !important;
	}
}