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

/* Fonts Poppins Family */

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

/* Fonts Playfair Display Family */

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Regular.eot');
    src: url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
         url('../fonts/PlayfairDisplay-Regular.woff') format('woff'),
         url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype'),
         url('../fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Bold.eot');
    src: url('../fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
         url('../fonts/PlayfairDisplay-Bold.woff') format('woff'),
         url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype'),
         url('../fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-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;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
}
.darkHeader {
    background-color: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.header-bottom{
    border-radius: 100px;
    background-color: #fff;
    padding: 18px 0;
    margin: 40px 94px 0 94px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.darkHeader .header-bottom{
    margin-top: 0;
}
.header-logo img{
	width: 230px;
	height: auto;
}
.header-menu, .header-btn {
    display: inline-block;
}
.header-menu ul {
    margin: 0;
    padding: 0;
}
.header-menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 0;
}
.header-menu ul li:last-child{
    margin-right: 0;
}
.header-menu ul li a {
    padding: 0 12px; 
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    -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: #257c8d;
} 
.header-call{
    display: inline-block;
    margin: 0 18px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-call img{
    margin-right: 5px;
}
.header-call:hover{
    color: #257c8d;
}
.header-btn{
    display: inline-block;
    border-radius: 30px;
    background-color: #257c8d;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 12px 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-btn:hover {
    color: #000;
    background-color: #98ecf7;
}
.banner-sec{
    position: relative;
    background: url("../images/banner-img.jpg") no-repeat top center;
    background-size: cover;
    padding: 300px 0 130px;
}
.banner-sec::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000004a;
}
.banner-content{
    text-align: center;
    position: relative;
    z-index: 1;
}
.banner-head{
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.1;
    font-family: "Playfair Display";
    text-transform: capitalize;
    margin-bottom: 20px;
}
.banner-txt{
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 20px;
}
.banner-btn a{
    display: inline-block;
    border-radius: 30px;
    background-color: #257c8d;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 12px 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner-btn a:last-child{
    background-color: #98ecf7;
    color: #000;
    margin-left: 10px;
}
.banner-btn a:hover{
    background-color: #000;
    color: #fff;
}
.about-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.about-border{
    padding-bottom: 50px;
    margin-bottom: 70px;
    border-bottom: 1px solid #00000014;
}
.about-top-head{
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #257c8d;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}
.about-top-head img{
    margin-right: 5px;
}
.about-top-txt{
    font-size: 30px;
    color: #1a1a1a;
    font-weight: normal;
    line-height: 1.2;
    font-family: "Playfair Display";
}
.about-top-btn a{
    display: inline-block;
    border-radius: 30px;
    background-color: #257c8d;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 12px 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.about-top-btn a:hover{
    color: #000;
    background-color: #98ecf7;
}
.about-left img{
    border-radius: 20px;
}
.about-right-head{
    font-size: 36px;
    color: #000000;
    font-weight: normal;
    font-family: "Playfair Display";
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.about-right-txt{
    font-size: 16px;
    color: #000000;
    font-weight: normal;
}
.services-sec{
    position: relative;
    border-radius: 45px 45px 0 0;
    border-top: 8px solid #257c8d;
    background-color: #d4f7fd;
}
.services-border2{
    border-top: 8px solid #61b7c4;
    border-radius: 40px 40px 0 0;
}
.services-border3{
    border-top: 8px solid #98ecf7;
    border-radius: 35px 35px 0 0;
    padding: 80px 0;
}
.services-top-head img {
    margin-right: 5px;
}
.services-top-head{
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #257c8d;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}
.services-top-txt {
    font-size: 30px;
    color: #1a1a1a;
    font-weight: normal;
    line-height: 1.2;
    font-family: "Playfair Display";
}
.services-top-btn a{
    display: inline-block;
    border-radius: 30px;
    background-color: #257c8d;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 12px 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-top-btn a:hover{
    background-color: #000;
}
.services-part{
    position: relative;
    min-height: 100%;
    overflow: hidden;
}
.services-gap{
    margin-top: 40px;
}
.services-part img{
    border-radius: 30px;
}
.services-content{
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
    padding: 0 10px 25px 10px;
    text-align: center;
}
.services-part::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    border-radius: 0 0 30px 30px;
    background-image: -moz-linear-gradient(90deg, rgb(0 0 0 / 70%) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0 0 0 / 70%) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0 0 0 / 70%) 0%, rgba(0, 0, 0, 0) 100%);
}
.services-part-head{
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    font-family: "Playfair Display";
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.services-link img{
   width: auto !important;
   display: inline-block !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-link{
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-link:hover img{
    transform: translateX(5px);
}
.owl-carousel .owl-nav{
    text-align: center;
    margin-top: 40px;
}
.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 35px;
    background: url("../images/srv-arrow-img.png") #257c8d no-repeat center;
    background-size: auto;
    margin-right: 10px;
    border-radius: 3px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 35px;
    background: url("../images/srv-arrow-img.png") #257c8d no-repeat center;
    background-size: auto;
    transform: scaleX(-1);
    border-radius: 3px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover{
    background-color: #000;
}
.choose-sec{
    padding-top: 0;
    padding-bottom: 0;
}
.choose-right{
	padding: 40px 0;
}
.choose-head{
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #257c8d;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}
.choose-head img{
    margin-right: 5px;
}
.choose-txt{
    font-size: 30px;
    color: #1a1a1a;
    font-weight: normal;
    line-height: 1.2;
    font-family: "Playfair Display";
}
.choose-part{
    display: flex;
    gap: 15px;
}
.choose-part span{
    min-width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #257c8d;
}
.choose-part-head{
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.choose-part-txt{
    font-size: 14px;
    color: #000000;
    font-weight: normal;
}
.testimonial-sec{
    background: url("../images/testimonial-bg-img.png") #eefdff no-repeat top center;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}
.testimonial-head{
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #257c8d;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 15px;
}
.testimonial-head img{
    padding: 0 10px;
}
.testimonial-title{
    font-size: 30px;
    color: #1a1a1a;
    font-weight: normal;
    font-family: "Playfair Display";
    line-height: 1.2;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 30px;
}
.sp-testimonial-free{
	border-radius: 15px !important;
	padding: 20px 20px !important;
	margin: 10px !important;
    background: url("../images/quote-img.png") #ffffff no-repeat !important;
    background-size: auto !important;
    background-position: bottom 30px right 20px !important;
	min-height: 360px !important;
	border: 1px solid #98ecf7 !important;
}
.sp-testimonial-content p{
	font-size: 16px !important;
	color: #1a1a1a !important;
	font-weight: normal !important;
	text-align: left !important;
	padding: 0 !important;
}
.sp-testimonial-client-name{
	font-size: 18px !important;
	color: #1a1a1a !important;
	font-weight: 600 !important;
	text-transform: capitalize !important;
	text-align: left !important;
}
.sp-testimonial-client-designation{
	font-size: 15px !important;
    color: #2a2a2a !important;
	text-align: left !important;
}
.sp-testimonial-free-section .sp-testimonial-client-image{
	text-align: left !important;
	padding-left: 20px;
}
.sp-testimonial-free-section .sp-testimonial-client-rating{
	display: flex !important;
}
.info-sec{
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../images/line-img.png") no-repeat center;
    background-size: contain;
}
.info-left{
    border-radius: 30px;
    background-color: #ffffff;
    padding: 30px 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.info-head{
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #257c8d;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
}
.info-head img{
    margin-right: 5px;
}
.info-title{
    font-size: 30px;
    color: #1a1a1a;
    font-weight: normal;
    line-height: 1.2;
    font-family: "Playfair Display";
	margin-bottom: 15px;
}
.info-left .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 6px;
    background-color: #f4f4f4; 
/*  border: 1px solid #ccc !important; */
    padding: 12px 12px;
}
.info-left .frm_fld input::placeholder{
    font-size: 15px;
    font-weight: normal;
    color: #1a1a1a;
}
.info-left .frm_fld select {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 6px;
    background-color: #f4f4f4 !important; 
/*  border: 1px solid #ccc !important; */
    padding: 12px 12px;
    font-size: 15px;
    font-weight: normal;
    color: #1a1a1a;
    appearance: none;
    background: url("../images/dropdown.png") #fff no-repeat center right 15px;
    background-size: auto;
}
.info-left .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 6px;
    background-color: #f4f4f4; 
/*  border: 1px solid #ccc !important; */
    padding: 12px 12px;
    height: 120px;
}
.info-left .frm_fld textarea::placeholder{
    font-size: 15px;
    font-weight: normal;
    color: #1a1a1a;
}
.info-left .send_btn input {
    margin-top: 30px !important;
    text-transform: uppercase !important;
    background: #257c8d !important;
    color: #fff !important;
    padding: 12px 25px !important;
    font-weight: 500 !important;
	border-radius: 30px !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;
}
.info-left .send_btn input:hover {
	color: #000 !important;
    background-color: #98ecf7 !important;
}
.info-left .frm_fld p, .info-left .send_btn p{
    margin-bottom: 0;
}
.info-right img{
    border-radius: 30px;
}
footer{
    border-radius: 40px 40px 0 0;
    border-top: 8px solid #d4f7fd;
    background-color: #09404b;
}
.footer-border1{
    border-top: 8px solid #98ecf7;
    border-radius: 33px 33px 0 0;
}
.footer-border2{
    border-top: 8px solid #61b7c4;
    border-radius: 26px 26px 0 0;
    padding-top: 80px;
}
.footer-social{
    margin-top: 30px;
    padding-left: 30px;
}
.footer-social a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #98ecf7;
    margin-right: 8px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-social a:last-child{
    margin-right: 0;
}
.footer-social a:hover{
    background-color: #61b7c4;
}
.footer-title {
    font-size: 19px;
    color: #98ecf7;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.footer-list ul{
    margin: 0;
    padding: 0;
}
.footer-list ul li{
    list-style: none;
    padding-bottom: 10px;
}
.footer-list ul li:last-child{
    padding-bottom: 0;
}
.footer-list ul li a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-list ul li a:hover{
    color: #98ecf7;
    padding-left: 4px;
}
.footer-list-middle ul li{
    padding-bottom: 18px;
}
.footer-list-middle ul li a{
    text-transform: none;
}
.footer-list ul li span{
    background-color: #98ecf7;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-list ul li strong{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    max-width: 85%;
    vertical-align: middle;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-copyright{
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 50px;
    border-top: 1px solid #ffffff28;
    padding: 15px 0;
    position: relative;
    z-index: 1;
}
.footer-copyright a{
    color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-copyright a:hover{
    color: #98ecf7;
}
#back2Top.show {
    opacity: 1;
    right: 15px;
}
#back2Top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 25px;
    z-index: 999;
    padding-top: 7px;
    cursor: pointer;
    position: fixed;
    bottom: 54px;
    right: -30px;
    color: #fff;
    background-color: #98ecf7;
    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: 360px 0 260px !important;
    margin: 0 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: #0000004a;
}
.page .entry-title, .blog_page_title {
    text-align: center !important;
    color: #fff !important;
    width: 100% !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 99 !important;
    margin-bottom: 5px !important;
}
.breadcrumb-container {
    width: 100%;
    color: #98ecf7;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #98ecf7;
}
.contact_page_heading {
    color: #000;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 15px;
	font-family: "Playfair Display";
    position: relative;
}
.contact_page_heading:before {
    position: absolute;
    content: "";
    bottom: 7px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #98ecf7;
}
.contact_page_heading strong {
    color: #257c8d;
}
.contact_page_info {
    position: relative;
    color: #000;
    margin-top: 25px;
    padding-left: 60px;
}
.contact-img {
    position: absolute;
    top: 3px;
    left: 0;
    background: #98ecf7;
/*  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: #257c8d;
}

.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: uppercase !important;
    background: #257c8d !important;
    color: #fff !important;
    padding: 12px 25px !important;
    font-weight: 500 !important;
	border-radius: 30px !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 {
	color: #000 !important;
    background-color: #98ecf7 !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: #257c8d !important;
}
.review-content {
    padding: 40px 20px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    border-radius: 10px;
    min-height: 100%;
	background: url("../images/quote-img.png") no-repeat !important;
    background-size: auto !important;
    background-position: bottom 30px right 20px !important;
}
.review-content .review-txt{
    color: #1a1a1a;
    font-size: 16px;
    font-weight: normal;
}
.review-content img {
    margin-top: 20px;
}
.reviews-name {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    position:relative;
}
.reviews-name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    background: #98ecf7;
    width: 32px;
    height: 3px;
}
.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: #000;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
    font-family: "Playfair Display";
}
.ref_form_box_heading strong {
	color: #257c8d;
	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: #257c8d !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{
	color: #000;
    background-color: #98ecf7 !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: #98ecf7;
	border-color: #98ecf7;
}
.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);
}
.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #000;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.inner_titl strong {
    color: #257c8d;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #98ecf7;
}
.titl_separate{
	font-size: 22px;
	padding-bottom: 0;
}
.titl_separate::after{
	display: none;
}
.inner_txt {
    color: #000;
    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: #000;
    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: #98ecf7;
}
.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 p{
	margin-bottom: 0;
}
.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: #98ecf7;
    width: 50%;
    float: left;
    color: #000 !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: #000;
    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: #000;
    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{
	color: #000;
    background-color: #98ecf7;
}
.error_page {
    padding: 40px 0 80px;
}



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

@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header-menu, .header-call, .header-btn{
		display: none;
	}
	.header-bottom{
		padding: 30px 0;
		margin: 0;
		border-radius: 0;
	}
	.rmp-menu-title-image {
        width: 80%;
        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-sec{
		margin-top: 84px;
		padding: 130px 0;
	}
	.banner-head{
		font-size: 32px;
	}
	.banner-btn a, .about-top-btn a, .services-top-btn a{
		font-size: 15px;
		padding: 12px 25px;
	}
	.services-border3{
		padding: 40px 0;
	}
	.about-sec, .info-sec{
		padding: 40px 0 60px;
	}
	.testimonial-sec{
		padding: 60px 0 40px;
	}
	.footer-border2{
		padding-top: 60px;
	}
	.about-top-txt, .about-right-head, .about-right-head, .services-top-txt, .choose-txt, .testimonial-title, .info-title{
		font-size: 26px;
	}
	.page .entry-header, .blog_page_header {
        padding: 180px 0 !important;
        margin: 84px 0 50px !important;
    }
}

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

@media only screen and (max-width : 320px) {
	.about-border{
		margin-bottom: 50px;
	}
	.services-gap {
		margin-top: 0;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
	.choose-part{
		display: flex;
		align-items: center;
		gap: 15px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.about-border{
		margin-bottom: 50px;
	}
	.services-gap {
		margin-top: 0;
	}
    .inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
	.choose-part{
		display: flex;
		align-items: center;
		gap: 15px;
	}
}

@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) {
	.about-border{
		margin-bottom: 50px;
	}
	.services-gap {
		margin-top: 0;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
	.choose-part{
		display: flex;
		align-items: center;
		gap: 15px;
	}
}

@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-call {
        display: none;
	}
	.header-menu ul li a{
		padding: 0 9px;
	}
}

/* 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-call {
        display: none;
	}
	.header-menu ul li a{
		padding: 0 9px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.header-call {
        display: none;
	}
	.header-menu ul li a{
		padding: 0 9px;
	}
}

/* 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-call {
        display: none;
	}
	.header-menu ul li a{
		padding: 0 9px;
	}
}

@media screen and (min-width: 1424px) {
	.banner-sec{
		padding: 335px 0 135px;
	}
	.header-bottom{
	    margin: 40px 5% 0 5%;
	}
	.services-sec .container-fluid{
		padding: 0 5%;
	}
	.choose-sec .container-fluid{
		padding: 0 5%;
	}
	.page .entry-header, .blog_page_header{
		padding: 380px 0 280px !important;
	}
}

@media screen and (min-width: 1624px) {
	.banner-sec{
		padding: 385px 0 185px;
	}
	.header-bottom{
	    margin: 40px 9% 0 9%;
	}
	.services-sec .container-fluid{
		padding: 0 11%;
	}
	.choose-sec .container-fluid{
		padding: 0 11%;
	}
	.page .entry-header, .blog_page_header{
		padding: 430px 0 330px !important;
	}
}

@media screen and (min-width: 1920px) {
	.banner-sec{
		padding: 460px 0 260px;
	}
	.header-bottom{
		margin: 40px 15% 0 15%;
	}
	.services-sec .container-fluid{
		padding: 0 17%;
	}
	.choose-sec .container-fluid{
		padding: 0 17%;
	}
	.page .entry-header, .blog_page_header{
		padding: 500px 0 400px !important;
	}
}

@media screen and (min-width: 2048px) {
	.banner-sec{
		padding: 500px 0 300px;
	}
	.header-bottom{
		margin: 40px 17% 0 17%;
	}
	.services-sec .container-fluid{
		padding: 0 19%;
	}
	.choose-sec .container-fluid{
		padding: 0 19%;
	}
	.page .entry-header, .blog_page_header{
		padding: 535px 0 435px !important;
	}
}

@media screen and (min-width: 2550px) {
	.banner-sec{
	   padding: 615px 0 415px;
	}
	.header-bottom{
		margin: 40px 23% 0 23%;
	}
	.services-sec .container-fluid{
		padding: 0 25%;
	}
	.choose-sec .container-fluid{
		padding: 0 25%;
	}
	.page .entry-header, .blog_page_header{
		padding: 660px 0 560px !important;
	}
}





