body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Outfit';
}
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 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;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Bold.eot');
    src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Outfit-Bold.woff2') format('woff2'),
         url('../fonts/Outfit-Bold.woff') format('woff'),
         url('../fonts/Outfit-Bold.ttf') format('truetype'),
         url('../fonts/Outfit-Bold.svg#Outfit-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;
    background-color: #fff
}
.darkHeader {
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.3)
}
.header-top {
    background-color: #28767a;
    padding: 7px 0;
    overflow: hidden;
    height: 46.5px;
    transition: all 0.5s ease 0s
} 
.darkHeader .header-top {
    height: 0;
    padding: 0
}
.header-info{
    text-align: end;
}
.header-link{
    display: inline-block;
    margin-right: 8px;
}
.header-link:last-child{
    margin-right: 0;
}
.header-info span{
    display: inline-flex;
    align-items: center;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 5px;
    width: 27px;
    height: 27px;
    margin-right: 3px;
}
.header-info .header-link a{
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-info .header-link a:hover{
    color: #e5246b;
}
.header-link .header-clock{
    cursor: none;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-link .header-clock:hover{
    color: #fff !important;
}
.header-social{
/*     text-align: end; */
margin-left:10px;	
}
.header-social a{
    display: inline-block;
	vertical-align:middle;
}
.header-social a span{
    display: inline-flex;
    align-items: center;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 4px;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.header-logo{
    background-color: #fff;
    border-radius: 0 0 100px 100px;
    padding: 10px 5px 15px 5px;
    text-align: center;
    max-width: 140px;
    margin-top: -66px;
    margin-bottom: -40px;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.darkHeader .header-logo{
    margin: 0;
    padding: 0;
}
.header-logo img{
	width: 120px;
	height: auto;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.darkHeader .header-logo img {
    width: 80px;
}
.header-bottom{
    background-color: #fff;
    padding: 15px 0;
	position:relative;
	z-index:1;
}
.darkHeader .header-bottom{
    padding: 6px 0;
}
.header-menu ul {
    margin: 0;
    padding: 0;
}
.header-menu ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
	margin-right: 35px;
}
.header-menu ul li:nth-child(7){
    margin-right: 0;
}
.header-menu ul li a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    color: #3a3a3a;
    font-weight: normal;
    padding: 0;
    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: #074a76;
}
.header-menu ul li a::before {
    width: 0;
    height: 2px;
    background: #0f73a2;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translatex(-50%);
    content: "";
    transition: all 0.5s ease 0s;
}
.header-menu ul li a:hover::before {
    width: 100%;
} 
.header-btn{
	margin-left: 60px;
}
.header-menu, .header-btn{
   display: inline-block;
   vertical-align: middle;
}
.header-btn a{
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 14px 20px;
    border-radius: 30px;
    background-color: #e5246b;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-btn a::before{
    display: none;
}
.header-btn a img{
   transition: all 0.5s ease;
   margin-left: 10px;
}
.header-btn a:hover img{
    transform: translateX(5px);
}
.header-btn a:hover {
    box-shadow: inset 350px 0 #006bbe;
    color: #fff;
}
.banner-sec {
    position: relative;
    background: url("../images/banner-img.jpg") no-repeat top center;
    background-size: cover;
    padding: 119px 0;
    margin-top: 129px;
}
.banner-sec::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000c7;
}
.banner-sec::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../images/banner-img.jpg") no-repeat top center;
    background-size: cover;
    clip-path: circle(60% at 100% 50%);
}
.banner-sec .container{
    position: relative;
    z-index: 1;
}
.banner-title{
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    color: #4cc6a7;
    font-weight: 500;
    line-height: 1.2;
    border-radius: 30px;
    background-color: #0f73a252;
    padding: 5px 15px;
    margin-bottom: 15px;
}
.banner-head{
    font-size: 48px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 15px;
}
.banner-head strong{
    color: #da4079;
    font-weight: 500;
}
.banner-txt{
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 30px;
}
.banner-btn .banner-btn1{
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 10px 15px 10px 20px;
    border-radius: 30px;
    margin-right: 10px;
    background-color: #e5246b;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner-btn .banner-btn1 img{
   transition: all 0.5s ease;
   margin-left: 10px;
}
.banner-btn .banner-btn1:hover img{
    transform: translateX(5px);
}
.banner-btn .banner-btn1:hover {
    box-shadow: inset 350px 0 #006bbe;
    color: #fff;
}
.banner-btn .banner-btn2{
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: normal;
    color: #363636;
    padding: 10px 15px 10px 20px;
    border-radius: 30px;
    background-color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner-btn .banner-btn2 img{
   transition: all 0.5s ease;
   margin-left: 10px;
}
.banner-btn .banner-btn2:hover img{
    transform: translateX(5px);
}
.banner-btn .banner-btn2:hover {
    box-shadow: inset 350px 0 #006bbe;
    color: #fff;
}
.services-sec{
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../images/rebon-img.png"), url("../images/rebon-img02.png");
    background-position: top left, top right;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    background-color: #f6fbfe;
}
.srv-wave-img{
    position: absolute;
    bottom: 0;
}
.common-wrap{
    text-align: center;
}
.common-head{
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    color: #006bbe;
    font-weight: 500;
    line-height: 1.2;
    background-color: #1b86b038;
    padding: 5px 17px;
    border-radius: 30px;
    margin-bottom: 20px;
}
.services-head{
    text-align: center;
    font-size: 40px;
    color: #1b1b1b;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.services-head strong{
    color: #da4079;
    font-weight: 500;
}
.services-txt{
    text-align: center;
    font-size: 17px;
    color: #242424;
    font-weight: normal;
    margin-bottom: 40px;
}
.services-part{
    background-color: #28767a;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-part:hover{
    background-color: #006bbe;
}
.services-part img{
    border-radius: 22px 22px 0 0;
}
.services-content{
    padding: 20px 20px;
}
.services-content-title{
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.services-content-txt{
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 20px;
}
.services-content-btn a{
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 7px 25px;
    border-radius: 30px;
    background-color: #e5246b;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-content-btn a:hover{
    box-shadow: inset 350px 0 #28767a;
}
.services-content-icon{
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.24));
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-content-icon img{
    width: auto !important;
    border-radius: 0;
}
#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%;
}
.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    background: url("../images/srv-arrow-img01.png") #fff no-repeat center;
    position: absolute;
    top: 43%;
    left: -5%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    filter: drop-shadow(0px 6px 3px rgba(0,0,0,0.28));
    border-radius: 50%;
}
.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    background: url("../images/srv-arrow-img02.png") #fff no-repeat center;
    position: absolute;
    top: 43%;
    right: -5%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    filter: drop-shadow(0px 6px 3px rgba(0,0,0,0.28));
    border-radius: 50%;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.we-area-sec{
    padding-top: 50px;
    padding-bottom: 80px;
}
.we-are-head{
    font-size: 40px;
    color: #1b1b1b;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.we-are-head strong{
    color: #da4079;
    font-weight: 500;
}
.we-are-txt{
    font-size: 17px;
    font-weight: normal;
    color: #363636;
    margin-bottom: 30px;
}
.we-are-box img{
    border-radius: 13px;
    border: 1px solid #272727;
    padding: 5px;
}
.we-are-box-title{
    font-size: 20px;
    line-height: 1.2;
    color: #272727;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 0 5px;
}
.we-are-box-txt{
    font-size: 15px;
    color: #3b3b3b;
    font-weight: normal;
}
.content-box{
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px 15px;
    background-color: #006bbe;
}
.content-box-title{
    font-size: 22px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 8px;
}
.content-box-txt{
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
}
.we-are-right-btn .we-are-learn{
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 10px 15px 10px 20px;
    border-radius: 30px;
    margin-right: 10px;
    background-color: #e5246b;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.we-are-right-btn .we-are-learn img{
   transition: all 0.5s ease;
   margin-left: 10px;
}
.we-are-right-btn .we-are-learn:hover img{
    transform: translateX(5px);
}
.we-are-right-btn .we-are-learn:hover {
    box-shadow: inset 350px 0 #006bbe;
    color: #fff;
}
.we-are-right-btn span{
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    text-transform: capitalize;
}
.we-are-right-btn .we-are-contact{
    display: inline-block;
    color: #28767a;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline !important;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.we-are-right-btn .we-are-contact:hover{
    color: #da4079;
}
.inner-part{
    padding: 60px 0 0;
}
.mission-part{
    border-radius: 17px;
    background-color: #3b3b3b;
    text-align: center;
    padding: 0 20px 30px 20px;
    min-height: 100%;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.mission-part:hover{
    background-color: #e5246b;
}
.mission-part .inner_list_txt ul{
	text-align: left;
}
.mission-part .inner_list_txt ul li{
	color: #fff;
	font-size: 17px;
}
.mission-icon{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #faf9fb;
    border: 6.35px solid #3b3b3b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: -50px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.mission-part:hover .mission-icon{
    border: 6.35px solid #e5246b;
}
.mission-title{
    font-size: 24px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 0;
}
.mission-txt{
    font-size: 17px;
    color: #ffffff;
    font-weight: normal;
}
.community-sec{
    position: relative;
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #faf9fb;
}
.community-head{
    font-size: 40px;
    color: #1b1b1b;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.community-head strong{
    color: #da4079;
    font-weight: 500;
}
.community-txt{
    font-size: 17px;
    font-weight: normal;
    color: #323232;
    margin-bottom: 30px;
}
.community-btn .community-btn1{
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
    margin-right: 10px;
    background-color: #e5246b;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.community-btn .community-btn1 img{
   transition: all 0.5s ease;
   margin-left: 6px;
}
.community-btn .community-btn1:hover img{
    transform: translateX(5px);
}
.community-btn .community-btn1:hover {
    box-shadow: inset 350px 0 #1b1b1b;
    color: #fff;
}
.community-btn .community-btn2{
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 10px 15px 10px 20px;
    border-radius: 30px;
    background-color: #006bbe;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.community-btn .community-btn2 img{
   transition: all 0.5s ease;
   margin-left: 6px;
}
.community-btn .community-btn2:hover img{
    transform: translateX(5px);
}
.community-btn .community-btn2:hover {
    box-shadow: inset 350px 0 #1b1b1b;
    color: #fff;
}
.home-faq-sec{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #242424;
}
.faq-wave-img01{
    position: absolute;
    top: -40px;
}
.faq-wave-img02{
    position: absolute;
    bottom: -40px;
}
.faq-common-head{
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    color: #4bc5a6;
    font-weight: 500;
    line-height: 1.2;
    background-color: #1b86b038;
    padding: 5px 30px;
    border-radius: 30px;
    margin-bottom: 20px;
}
.faq-home-head{
    font-size: 40px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
	margin-bottom: 30px;
}
.faq-home-head strong{
    color: #da4079;
    font-weight: 500;
}
.sp-easy-accordion>.sp-ea-single {
    background: #28767a !important;
}
.sp-easy-accordion .sp-ea-single {
	border-radius: 14px !important;
	border: none !important;
}
.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon{
	color: #4bc5a6 !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body{
	border-radius: 0 0 14px 14px !important;
}
.sp-easy-accordion .sp-ea-single .ea-header a{
	font-size: 18px !important;
	color: #ffffff !important;
	font-weight: 500 !important;
}
.appointment-home-right-form{
    border-radius: 20px;
    background-color: #ffffff;
    filter: drop-shadow(0px 5px 17.5px rgba(0, 0, 0, 0.33));
    padding: 25px 25px 10px 25px;
}
.appointment-home-head{
    font-size: 32px;
    color: #191715;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
}
.appointment-home-head strong{
    color: #da4079;
    font-weight: 500;
}
.appointment-home-right-form .frm_fld input {
    width: 100%;
    margin-top: 10px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border-bottom: 1px solid #ccc !important;
    padding: 15px 10px 15px 45px;
}
.appointment-home-right-form .frm_fld .first{
	background: url("../images/account-img.png") #fff no-repeat center left;
	background-size: auto;
}
.appointment-home-right-form .frm_fld .second{
	background: url("../images/account-phone-img.png") #fff no-repeat center left;
	background-size: auto;
}
.appointment-home-right-form .frm_fld .third{
	background: url("../images/account-email-img.png") #fff no-repeat center left;
	background-size: auto;
}
.appointment-home-right-form .frm_fld .five{
	background: url("../images/account-message-img.png") #fff no-repeat top 20px left;
	background-size: auto;
}
.appointment-home-right-form .frm_fld input::placeholder{
    font-size: 15px;
    font-weight: normal;
    color: #666;
}
.appointment-home-right-form .frm_fld select {
    width: 100%;
    margin-top: 10px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border-bottom: 1px solid #ccc !important;
    padding: 15px 10px 15px 45px;
	font-size: 15px;
    font-weight: normal;
    color: #666;
	appearance: none;
	background: url("../images/dropdown.png") #fff no-repeat center left;
	background-size: auto;
}
.appointment-home-right-form .frm_fld textarea {
    width: 100%;
    margin-top: 10px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border-bottom: 1px solid #ccc !important;
    padding: 15px 10px 15px 45px;
    height: 80px;
}
.appointment-home-right-form .frm_fld textarea::placeholder{
    font-size: 15px;
    font-weight: normal;
    color: #666;
}
.appointment-home-right-form .send_btn input {
	width: 100% !important;
    margin-top: 30px !important;
    border-radius: 10px !important;
    text-transform: capitalize !important;
    background: #e5246b !important;
    color: #fff !important;
    padding: 15px 20px !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.appointment-home-right-form .send_btn input:hover {
    background-color: #006bbe !important;
}
.appointment-home-right-form .frm_fld p, .appointment-home-right-form .send_btn p{
    margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #28767a !important;
}
.choose-sec{
    padding-top: 150px;
    padding-bottom: 150px;
}
.choose-head{
    font-size: 40px;
    color: #1b1b1b;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 15px;
    text-align: center;
}
.choose-head strong{
    color: #da4079;
    font-weight: 500;
}
.choose-txt{
    font-size: 17px;
    font-weight: normal;
    color: #272727;
    text-align: center;
    margin-bottom: 50px;
}
.choose-box{
    border-radius: 20px;
    background: url("../images/choose-pattan-img.png") #fff no-repeat top right;
    filter: drop-shadow(0px 4px 10.5px rgba(0,0,0,0.18));
    border-left: 3px solid #28767a;
    padding: 30px 30px;
	min-height: 100%;
}
.choose-box-title{
    font-size: 20px;
    line-height: 1.2;
    color: #006bbe;
    font-weight: 600;
    padding: 20px 0 10px;
}
.choose-box-txt{
    font-size: 16px;
    font-weight: normal;
    color: #1e1e1e;
}
.independence-sec{
    /* background-color: #28767a; */
    background: linear-gradient(to right, #fff 20%, #28767a 20%);
}
.independence-img{
    margin-top: -88px;
}
.independence-head{
    font-size: 40px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.independence-txt{
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
}
.independence-btn01{
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    margin-bottom: 15px;
    background-color: #e5246b;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.independence-btn01:hover{
    box-shadow: inset 350px 0 #006bbe;
    color: #fff;
}
.independence-btn02{
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: normal;
    color: #e5246b;
    padding: 12px 40px;
    border-radius: 30px;
    background-color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.independence-btn02:hover{
    box-shadow: inset 350px 0 #006bbe;
    color: #fff;
}
.independence-middle{
    padding: 30px 0;
}
.testimonial-sec{
    position: relative;
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #f6fbfe;
    border-radius: 250px 0 0 0;
}
.testimonial-head{
    font-size: 40px;
    color: #1b1b1b;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 30px;
    text-align: center;
}
.testimonial-head strong{
    color: #da4079;
    font-weight: 500;
}
.testimonial-wave-img{
   position: absolute;
   bottom: -40px;
}
.sp-testimonial-free{
	border-radius: 10px !important;
	padding: 25px 15px !important;
	margin: 10px !important;
    background: url("../images/quote-img.png") #ffffff no-repeat !important;
    background-size: auto !important;
    background-position: bottom 20px right 30px !important;
	min-height: 285px !important;
	filter: drop-shadow(0px 3px 4px rgba(0,0,0,0.26)) !important;
}
.sp-testimonial-content p{
	padding: 0 !important;
	font-size: 16px !important;
	color: #313131 !important;
	font-weight: normal !important;
	text-align: left !important;
}
.sp-testimonial-client-name{
	font-size: 20px !important;
	color: #006bbe !important;
	font-weight: 600 !important;
	text-transform: capitalize !important;
	text-align: left !important;
}
.sp-testimonial-free-section .sp-testimonial-client-rating{
	display: flex !important;
}
.sp-testimonial-free-section .sp-testimonial-client-designation{
	text-align: left !important;
	color: #28767a !important;
	font-style: italic !important;
}
footer{
    background-color: #fff;
}
.footer-top-part{
    padding-top: 100px;
    padding-bottom: 50px;
}
.footer-top-txt{
    font-size: 17px;
    font-weight: normal;
    color: #0d0d0d;
}
.footer-bottom-part{
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #cccccc70;
}
.footer-title{
    display: inline-block;
    font-size: 24px;
    line-height: 1.2;
    color: #006bbe;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 40px;
}
.footer-title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 100%;
    height: 100%;
    background: url("../images/footer-line-img.png") no-repeat bottom left;
    background-size: 100%;
}
.footer-list ul {
    margin: 0;
    padding: 0;
}
.footer-list ul li{
    list-style: none;
    padding-bottom: 10px;
    background: url("../images/footer-list-img.png");
    background-position: top 4px left;
    padding-left: 27px;
    background-repeat: no-repeat;
    background-size: 18px;
}
/* .footer-list ul li:last-child{
    padding-bottom: 0;
} */
.footer-list ul li img{
    margin-right: 5px;
}
.footer-list ul li a{
    display: inline-block;
    font-size: 17px;
    color: #000;
    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: #e5246b;
    padding-left: 2px;
}
.footer-middlle-list {
    display: flex;
    gap: 30px;
}
.footer-list-last ul {
    margin: 0;
    padding: 0;
}
.footer-list-last ul li{
    list-style: none;
    padding-bottom: 10px;
}
.footer-list-last ul li:last-child{
    padding-bottom: 0;
}
.footer-list-last ul li img{
    margin-right: 8px;
}
.footer-list-last ul li a{
    display: inline-block;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    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-last ul li span{
    display: inline-block;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    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-last ul li a:hover{
    color: #006bbe;
    padding-left: 2px;
}
.footer-copyright {
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    background-color: #28767a;
    padding: 10px 0;
}
.footer-copyright-part{
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
}
.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: #e5246b;
}
.footer-social a span {
    display: inline-flex;
    align-items: center;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 4px;
    width: 28px;
    height: 28px;
    margin-right: 5px;
}
.certification-sec{
	background-color: #fff;
	padding-bottom: 30px;
	text-align: center;
}
.certification-sec img{
	width: 100px;
	height: auto;
	margin: 8px 10px;
}
#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: #e5246b;
    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-img.jpg") no-repeat top center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 150px 0 !important;
    margin: 129px 0 50px !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000000b8;
}
.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;
    margin-bottom: 5px !important;
}
.breadcrumb-container {
    width: 100%;
    color: #da4079;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #da4079;
}
.contact_page_heading {
    color: #1b1b1b;
    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: #006bbe;
}
.contact_page_heading strong {
    color: #da4079;
}
.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: 8px;
}
.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: #e5246b;
}

.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-bottom: 1px solid #ccc !important;
    padding: 12px 10px 12px 45px;
}
.get-sec .frm_fld .first{
	background: url("../images/account-img.png") #fff no-repeat center left 10px;
	background-size: auto;
}
.get-sec .frm_fld .second{
	background: url("../images/account-phone-img.png") #fff no-repeat center left 10px;
	background-size: auto;
}
.get-sec .frm_fld .third{
	background: url("../images/account-email-img.png") #fff no-repeat center left 10px;
	background-size: auto;
}
.get-sec .frm_fld .five{
	background: url("../images/account-message-img.png") #fff no-repeat top 16px left 10px;
	background-size: auto;
}
.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-bottom: 1px solid #ccc !important;
    padding: 12px 10px 12px 45px;
	
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
    appearance: none;
    background: url("../images/dropdown.png") #fff no-repeat center left 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-bottom: 1px solid #ccc !important;
    padding: 12px 10px 12px 45px;
    height: 100px;
}
.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: #e5246b !important;
	border-radius: 30px !important;
    color: #fff !important;
    padding: 15px 50px !important;
    font-weight: 500 !important;
    font-size: 17px !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 {
    box-shadow: inset 350px 0 #006bbe;
}
.get-sec .contact-deatails .frm_fld p, .get-sec .contact-deatails .send_btn p{
    margin-bottom: 0;
}
.get-sec .frm_fld .cv-title{
    font-size: 18px;
    font-weight: bold;
}
.career-sec .frm_fld input{
	padding: 12px 12px;
}
.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: #1b1b1b;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
}
.ref_form_box_heading strong {
	color: #da4079;
	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: #e5246b !important;
	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{
	box-shadow: inset 350px 0 #006bbe;
}
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: #006bbe;
	border-color: #006bbe;
}
.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);
}
.post .entry-summary, .post .entry-content {
    color: #666;
}
.more-link {
    background: #e5246b;
    display: block;
    color: #fff !important;
    text-transform: capitalize;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 10px 18px;
    width: 200px;
    margin-top: 30px;
    border-radius: 50px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.more-link:hover {
    box-shadow: inset 350px 0 #006bbe;
}
.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;
}

.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #1b1b1b;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.inner_titl strong {
    color: #da4079;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #006bbe;
}
.inner_titl_center {
    text-align: center;
}
.inner_titl_center:after {
    left: 50%;
    transform: translateX(-50%);
}
.titl_separate{
	font-size: 22px;
	padding-bottom: 0;
}
.titl_separate::after{
	display: none;
}
.inner_txt {
    color: #363636;
    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: #363636;
    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: #006bbe;
}
.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;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    min-height: 100%; 
}
.core-box .inner_titl{
	font-size: 22px;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    background: #e5246b;
    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: #006bbe;
    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: #e5246b;
    text-align: center;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
.thankyou-btn a:hover{
    background-color: #171717;
}
.error_page {
    padding: 40px 0 80px;
}

/* side fixed btns */

.side-fixed-btns{
position:fixed;	
top:48%;
right:-93px;
z-index:1000;
transform: rotate(90deg);
}

.side-btn1{
background:#e5246b;
color:#fff;
padding:12px 20px;
border-radius:0px 0px 5px 5px;
margin-right:5px;
transition:0.5s ease-in-out all 0s;	
}

.side-btn1:hover{
background:#1b1b1b;
color:#fff;	
transition:0.5s ease-in-out all 0s;		
}

.side-btn2{
background:#006bbe;
color:#fff;
padding:12px 20px;
border-radius:0px 0px 5px 5px;
transition:0.5s ease-in-out all 0s;		
}

.side-btn2:hover{
background:#1b1b1b;
color:#fff;	
transition:0.5s ease-in-out all 0s;		
}

.google-translator{
position:absolute;
top:-3px;
right:10px;
}

.google-translator #google_language_translator select.goog-te-combo{
width:65px !important;
font-size:12px !important;
font-weight:700 !important;	
padding:6px 0px !important;	
}

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

@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header-menu, .header-btn, .services-txt br, .faq-wave-img01, .faq-wave-img02, .testimonial-wave-img, .header-info, .header-social{
		display: none;
	}
	.header-top{height:0px !important;padding:0px !important;overflow:inherit !important;}
	.google-translator #google_language_translator select.goog-te-combo{width:120px !important;padding:10px !important;}
	.google-translator{position: absolute !important;top: 25px !important;right: 70px !important;z-index: 11 !important;}
	.rmp-menu-title-image {
        width: 45%;
        height: 100%;
    }
	.header-logo{
		margin: 0;
		padding: 0;
		text-align: left;
		background-color: transparent;
		border-radius: 0;
	}
	.header-logo img {
		width: 80px;
	}
	.header-bottom {
		padding: 6px 0;
	}
	.banner-sec{
		margin-top: 95px;
	}
	.header-menu ul li a{
		font-size: 17px;
	}
	.header-btn a{
		 padding: 12px 18px;
	}
	.rmp-submenu .rmp-menu-item-link {
		height: auto !important;
		line-height: 1.2 !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.banner-sec{
		padding: 60px 0;
	}
	.services-sec, .we-area-sec, .home-faq-sec, .community-sec, .choose-sec, .testimonial-sec, .footer-top-part{
		padding: 40px 0;
	}
	.banner-title, .banner-txt, .common-head, .we-are-txt, .mission-txt, .community-txt, .faq-common-head, .common-head, .footer-top-txt{
		font-size: 16px;
	}
	.banner-head{
		font-size: 30px !important;
	}
	.banner-btn .banner-btn1, .banner-btn .banner-btn2{
		font-size: 15px;
        padding: 10px 15px 10px 20px;
	}
	.services-head, .we-are-head, .community-head, .faq-home-head, .appointment-home-head, .choose-head, .independence-head, .testimonial-head{
		font-size: 28px;
	}
	.owl-nav{
		margin-top: 30px;
		text-align: center;
	}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
		position: static;
		margin: 0 6px;
	}
	.services-content-btn a, .we-are-right-btn .we-are-learn, .independence-btn01{
		font-size: 15px;
	}
	.we-are-box-title{
		font-size: 18px;
	}
	.content-box-title{
		font-size: 20px;
	}
	.independence-img {
		margin-top: 0;
	}
	.independence-sec {
		background: linear-gradient(to right, #28767a 20%, #28767a 20%);
	}
	.page .entry-header, .blog_page_header {
        padding: 150px 0 !important;
        margin: 95px 0 50px !important;
    }
}

@media only screen and (min-width : 300px) and (max-width : 991px){
	.banner-sec::after{
		display: none;
	}
	.services-sec{
		background-image: none;
	}
	.banner-sec::before{
		background-color: #000000ad;
	}
	.mission-spacing{
		margin-top: 70px;
	}
	.community-btn .community-btn1, .community-btn .community-btn2{
		padding: 10px 18px;
		font-size: 15px;
	}
	.copyright-text{
		text-align: center;
	}
	.footer-copyright-part{
		justify-content: center;
	}
	.footer-social{
		margin-bottom: 10px;
	}
	.footer-copyright{
		padding-bottom: 60px;
	}
}

@media only screen and (max-width : 320px) {
	.mission-gap{
		margin-top: 70px;
	}
	.independence-sec{
		padding: 40px; 0;
	}
	.footer-middlle-list{
		display: block;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
	.we-are-right-btn span{
		margin-top: 10px;
	}
	.independence-btn01{
		margin-bottom: 0;
		margin-right: 10px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.mission-gap{
		margin-top: 70px;
	}
	.independence-sec{
		padding: 40px 0;
	}
	.footer-middlle-list{
		display: block;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
	.we-are-right-btn span{
		margin-top: 10px;
	}
	.independence-btn01{
		margin-bottom: 0;
		margin-right: 10px;
	}
}

@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) {
	.mission-gap{
		margin-top: 70px;
	}
	.independence-sec{
		padding: 40px; 0;
	}
	.footer-middlle-list{
		display: block;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
	.independence-btn01{
		margin-bottom: 0;
		margin-right: 10px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
  .header-menu ul li{
		margin-right: 16px;
	}
	.header-social a span{width:23px;height:23px;margin-right:3px;}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
   .header-menu ul li{
		margin-right: 16px;
	}
	.header-btn {
		margin-left: 30px;
	}
	.header-info .header-link a{
		font-size: 15px;
	}
	.footer-copyright-part{
		justify-content: center;
	}
	.footer-social{
		margin-bottom: 10px;
	}
	.banner-head{
		font-size: 40px;
	}
		.header-social a span{width:23px;height:23px;margin-right:3px;}
}

/* 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{
		margin-right: 30px;
	}
	.header-btn {
		margin-left: 30px;
	}
	.header-info .header-link a{
		font-size: 15px;
	}
	.footer-copyright-part{
		justify-content: center;
	}
	.footer-social{
		margin-bottom: 10px;
	}
		.header-social a span{width:23px;height:23px;margin-right:3px;}
	  .header-menu ul li{
		margin-right: 16px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.header-menu ul li{
		margin-right: 30px;
	}
	.header-btn {
		margin-left: 30px;
	}
	.header-info .header-link a{
		font-size: 15px;
	}
	.footer-copyright-part{
		justify-content: center;
	}
	.footer-social{
		margin-bottom: 10px;
	}
		.header-social a span{width:23px;height:23px;margin-right:3px;}
	  .header-menu ul li{
		margin-right: 16px;
	}
}

/* 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{
		margin-right: 16px;
	}
	.header-btn {
		margin-left: 30px;
	}
	.header-info .header-link a{
		font-size: 15px;
	}
	.footer-copyright-part{
		justify-content: center;
	}
	.footer-social{
		margin-bottom: 10px;
	}
	.banner-head{
		font-size: 40px;
	}
}

@media screen and (min-width: 1424px) {
	.banner-sec{
		padding: 138px 0;
	}
	.services-sec{
		padding-bottom: 130px;
	}
	.faq-wave-img01 {
		top: -55px;
	}
	.faq-wave-img02, .testimonial-wave-img{
		bottom: -55px;
	}
	.footer-top-part{
		padding-top: 130px;
	}
	.page .entry-header, .blog_page_header {
		padding: 277px 0 !important;
	}
}

@media screen and (min-width: 1624px) {
	.banner-sec{
		padding: 180px 0;
	}
	.services-sec{
		padding-bottom: 130px;
	}
	.faq-wave-img01 {
		top: -64px;
	}
	.faq-wave-img02, .testimonial-wave-img{
		bottom: -64px;
	}
	.footer-top-part{
		padding-top: 130px;
	}
	.page .entry-header, .blog_page_header {
		padding: 320px 0 !important;
	}
}

@media screen and (min-width: 1920px) {
	.banner-sec{
		padding: 244px 0;
	}
	.services-sec{
		padding-bottom: 130px;
	}
	.faq-wave-img01 {
		top: -76px;
	}
	.faq-wave-img02, .testimonial-wave-img{
		bottom: -76px;
	}
	.footer-top-part{
		padding-top: 130px;
	}
	.page .entry-header, .blog_page_header {
		padding: 383px 0 !important;
	}
}

@media screen and (min-width: 2048px) {
	.banner-sec{
		padding: 271px 0;
	}
	.services-sec{
		padding-bottom: 130px;
	}
	.faq-wave-img01 {
		top: -81px;
	}
	.faq-wave-img02, .testimonial-wave-img{
		bottom: -81px;
	}
	.footer-top-part{
		padding-top: 130px;
	}
	.page .entry-header, .blog_page_header {
		padding: 411px 0 !important;
	}
}

@media screen and (min-width: 2550px) {
	.banner-sec{
		padding: 379px 0;
	}
	.services-sec{
		padding-bottom: 160px;
	}
	.faq-wave-img01 {
		top: -102px;
	}
	.faq-wave-img02, .testimonial-wave-img{
		bottom: -102px;
	}
	.footer-top-part{
		padding-top: 160px;
	}
	.page .entry-header, .blog_page_header {
		padding: 518px 0 !important;
	}
}