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;
}
.header-sec{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 500ms ease-in-out;
}
.darkHeader {
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.darkHeader .header-top {
    height: 0;
    padding: 0;
}
.header-top{
    background-color: #00002b;
    padding: 10px 0;
    overflow: hidden;
    height: 44px;
    transition: all 0.5s ease 0s;
}
.header-info{
    margin-right: 12px;
}
.header-info:last-child{
    margin-right: 0;
}
.header-info a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
    margin-left: 4px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-info a:hover{
    color: #00cad3;
}
.header-info span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
    margin-left: 5px;
}
.header-top-right a{
	margin-right: 8px;
}
.header-top-right a:last-child{
    margin-right: 0;
}
.header-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}
.header-menu, .header-btn {
    display: inline-block;
    vertical-align: middle;
}
.header-menu ul {
    margin: 0;
    padding: 0;
}
.header-menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 17px;
}
.header-menu ul li:last-child {
    margin-right: 0;
}
.header-menu ul li a {
    display: inline-block;
    font-size: 15px;
    color: #1c1c1c;
    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;
}
.header-menu ul li a:hover{
    color: #00cad3;
}
.header-btn a {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    background-color: #00cad3;
    border-radius: 30px;
    padding: 15px 35px;
    margin-left: 28px;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-btn a:hover{
    background-color: #00002b;
}
.banner-sec{
    position: relative;
    margin-top: 135px;
    background: url("../images/banner-img.jpg") no-repeat top center;
    background-size: cover;
    padding: 250px 0;
}
.banner-sec::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 44.8%;
    background-color: rgb(0 202 211 / 60%);
    clip-path: polygon(21% 0%, 100% 0%, 100% 100%, 21% 100%, 0% 50%);
}
.banner-sec::after{
    content: "";
    position: absolute;
    top: 0;
    right: 36%;
    bottom: 0;
    width: 9.4%;
    background-color: rgb(0 0 43 / 30%);
    clip-path: polygon(0% 0%, 100% 0, 0 50%, 100% 100%, 0% 100%);
}
.banner-sec img{
    width: 100%;
}
.banner-sec .container{
    position: relative;
    z-index: 1;
}
.banner-head{
    font-size: 45px;
    line-height: 1.1;
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.banner-txt{
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 20px;
}
.banner-btn a{
    display: inline-block;
    font-size: 14px;
    color: #00002b;
    font-weight: bold;
    background-color: #fff;
    border-radius: 30px;
    padding: 15px 25px;
    text-transform: capitalize;
    -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: #00002b;
    color: #fff;
    margin-left: 8px;
}
.banner-btn a:hover{
    background-color: #00cad3;
    color: #fff;
}
.services-sec{
    padding-top: 40px;
    padding-bottom: 80px;
    background: url("../images/services-pattan-img.png") no-repeat top center;
    background-size: cover;
}
.services-head{
    text-align: center;
    font-size: 38px;
    line-height: 1.2;
    color: #00002b;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.services-part img{
    border-radius: 10px;
    width: 100%;
}
.services-content{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #ffffff;
    filter: drop-shadow(0px 11px 9px rgba(0, 0, 0, 0.08));
    padding: 15px 10px;
    position: relative;
    margin-top: -40px;
    margin-left: 10px;
    margin-right: 10px;
}
.services-content img{
	width: auto !important;
}
.services-content-head{
    font-size: 17px;
    line-height: 1.2;
    color: #00002b;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 9px;
}
.owl-dots{
    text-align: center;
}
.owl-dots button.owl-dot{
    background-color: #00002b !important;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 30px 5px 0;
}
.owl-dots button.owl-dot.active{
    background-color: #00cad3 !important;
}
.about-sec{
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(180deg, rgba(192,241,244,1) 0%, rgba(255,255,255,1) 50%, rgba(192,241,244,1) 100%);
}
.about-sec::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/about-pattan-img.png") no-repeat;
    background-size: auto;
    width: 362px;
    height: 723px;
}
.about-left img{
    border-radius: 100px 0 100px 0;
}
.about-head{
    font-size: 38px;
    line-height: 1.2;
    color: #00002b;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.about-txt{
    font-size: 16px;
    color: #434343;
    font-weight: normal;
    margin-bottom: 30px;
}
.about-txt strong{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #00002b;
	margin-bottom: 15px;
	line-height: 1.3;
}
.about-btn a{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    background-color: #00002b;
    border-radius: 30px;
    padding: 15px 28px;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.about-btn a:hover{
    background-color: #00cad3;
}
.choose-sec{
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../images/choose-pattan-img01.png") no-repeat, url("../images/choose-pattan-img02.png") no-repeat;
    background-position: left center, right bottom;
}
.choose-head{
    text-align: center;
    font-size: 38px;
    line-height: 1.2;
    color: #00002b;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.choose-icon-img{
    padding: 20px;
    border-radius: 50%;
    background-color: #00cad3;
    border: 3px solid #002880;
}
.choose-part{
    text-align: center;
}
.choose-title{
    font-size: 16px;
    line-height: 1.2;
    color: #0b0b0b;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 18px;
}
.choose-line{
    position: relative;
}
.choose-line::after{
    position: absolute;
    content: "";
    width: 91px;
    height: 16px;
    background: url("../images/choose-arrows-img.png") no-repeat;
    background-size: auto;
    right: -45px;
    top: 40px;
}
.testimonials-sec{
    padding-top: 80px;
    padding-bottom: 80px;
    -moz-background: linear-gradient(180deg, rgba(192,202,224,1) 0%, rgba(255,255,255,1) 50%, rgba(192,202,224,1) 100%);
    -webkit-background: linear-gradient(180deg, rgba(192,202,224,1) 0%, rgba(255,255,255,1) 50%, rgba(192,202,224,1) 100%);
    background: linear-gradient(180deg, rgba(192,202,224,1) 0%, rgba(255,255,255,1) 50%, rgba(192,202,224,1) 100%);
}
.testimonials-head{
    font-size: 38px;
    line-height: 1.2;
    color: #00002b;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
	margin-bottom: 10px;
}
.sp-testimonial-free-section.swiper-initialized{
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.sp-testimonial-content p{
	font-size: 14px !important;
	color: #212121 !important;
	font-weight: normal !important;
	text-align: left !important;
	padding-bottom: 20px !important;
	margin-bottom: 30px !important;
	border-bottom: 1px solid #ccc !important;
	min-height: 178px !important;
}
.sp-testimonial-client-name{
	font-size: 16px !important;
	color: #212121 !important;
	font-weight: 600 !important;
	text-transform: capitalize !important;
}
.sp-testimonial-client-image img {
    position: absolute;
    left: 10px;
    bottom: 0;
}
.info-sec{
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../images/info-bg-img.png") no-repeat top center;
    background-size: cover;
}
.info-head{
    font-size: 38px;
    line-height: 1.2;
    color: #00002b;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.info-txt{
    font-size: 15px;
    line-height: 25px;
    color: #2f2f2f;
    font-weight: normal;
    margin-bottom: 30px;
}
.info-contact{
    margin-bottom: 30px;
}
.info-contact:last-child{
    margin-bottom: 0;
}
.info-details img{
    margin-right: 10px;
}
.info-details a{
	vertical-align: middle;
    display: inline-block;
    font-size: 18px;
    color: #002880;
    font-weight: bold;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.info-details a:hover{
    color: #00cad3;
}
.info-details span{
    display: inline-block;
    font-size: 18px;
    color: #002880;
    font-weight: bold;
}
.info-right{
    border-radius: 10px;
    background-color: #ffffff;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px 30px;
}
.info-get-head{
    font-size: 38px;
    line-height: 1.2;
    color: #00002b;
    font-weight: bold;
    text-transform: capitalize;
	margin-bottom: 10px;
}
.info-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 20px;
	border-radius: 30px !important;
}
.info-sec .frm_fld input::placeholder{
	font-size: 14px;
	font-weight: normal;
	color: #3d3d3d;
}
.info-sec .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 20px;
	border-radius: 20px !important;
    height: 134px;
}
.info-sec .frm_fld textarea::placeholder{
	font-size: 14px;
	font-weight: normal;
	color: #3d3d3d;
}
.home_btn input {
    margin-top: 30px !important;
    text-transform: capitalize !important;
    background: #00002b !important;
    color: #fff !important;
    padding: 15px 40px !important;
	border-radius: 30px !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;
}
.home_btn input:hover {
    background-color: #00cad3 !important;
}
.info-sec .frm_fld p, .info-sec .home_btn p{
	margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
	border-color: #00cad3 !important;
}

footer{
    padding-top: 50px;
    background-color: #00002b;
}
.footer-social{
    margin-top: 20px;
}
.footer-social a{
    margin-right: 5px;
}
.footer-social a:last-child{
    margin-right: 0;
}
.footer-title{
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer-list {
    display: flex;
    gap: 30px;
}
.footer-list ul {
    margin: 0;
    padding: 0;
}
.footer-list ul li {
    list-style: none;
    padding-bottom: 15px;
}
.footer-list ul li img{
    margin-right: 5px;
}
.footer-list ul li a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    -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: #00cad3;
}
.footer-list ul li span{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
}
.footer-list-last ul li{
    padding-bottom: 10px;
}
.footer-list-last ul li a{
    text-transform: capitalize;
}
.footer-copyright{
    margin-top: 40px;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #ffffff48;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
}
.footer-copyright a {
    color: #ffffff;
    -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: #00cad3;
}
#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;
    background-color: #00cad3;
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner-img.jpg") no-repeat;
    background-size: cover !important;
    background-position: center top !important;
    max-width: 100% !important;
    padding: 150px 0 !important;
    margin: 135px 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: rgb(0 202 211 / 60%);
}
.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: #00002b;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #00002b;
}
.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #00002b;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.inner_titl strong {
    color: #00cad3;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #00002b;
}
.inner_titl_center:after{
	left: 50%;
	transform: translatex(-50%);
}
.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon{
	color: #00cad3 !important
}
.sp-easy-accordion>.sp-ea-single>.ea-header a{
	color: #00002b !important
}
.inner_txt {
    color: #2f2f2f;
    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: #2f2f2f;
    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: #00002b;
}
.review-content {
    padding: 30px 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/quotation-img.png") no-repeat bottom 40px right 30px;
	background-size: 35px;
}
.review-content p{
	margin-bottom: 18px;
}
.review-content .review-txt{
    color: #2f2f2f;
    font-size: 16px;
    font-weight: normal;
}
.review-content img {
    margin-top: 20px;
}
.reviews-name {
    color: #00002b;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    position:relative;
}
.reviews-name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    background: #00cad3;
    width: 32px;
    height: 2px;
}
.contact_page_heading {
    color: #00002b;
    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: #00002b;
}
.contact_page_heading strong {
    color: #00cad3;
}
.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: #00cad3;
}

.contact_right {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 25px;
    border-radius: 5px;
}
.get-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 15px;
	border-radius: 30px;
}
.get-sec .frm_fld input::placeholder{
	font-size: 16px;
	font-weight: normal;
	color: #666 ;
}
.get-sec .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 15px;
	border-radius: 30px;
    height: 134px;
}
.get-sec .frm_fld textarea::placeholder{
	font-size: 16px;
	font-weight: normal;
	color: #666 ;
}
.send_btn input {
    margin-top: 30px !important;
    text-transform: capitalize !important;
    background: #00cad3 !important;
    color: #fff !important;
    padding: 14px 25px !important;
	border-radius: 30px !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;
}
.send_btn input:hover {
    background-color: #00002b  !important;
}
.contact-deatails .frm_fld p, .contact-deatails .send_btn p{
	margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
	border-color: #00cad3 !important;
}
.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: #00002b;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
}
.ref_form_box_heading strong {
	color: #00cad3;
	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: #00cad3 !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{
	background-color: #00002b !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: #00cad3;
	border-color: #00cad3;
}
.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);
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    background: #00cad3;
    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: #313336;
    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: #00002b;
    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;
}
.fix-btn {
    position: fixed;
    top: 250px;
    right: -95px;
    z-index: 99;
    transform: rotate(90deg);
}
.fix-btn a {
    display: inline-block;
    vertical-align: middle;
    background: #00cad3;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 9px 16px;
    letter-spacing: 1px;
}
.fix-btn a:last-child {
    background: #00002b;
}



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

@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header-top, .header-menu, .header-btn, .header-btn a, .choose-line::after{
		display: none;
	}
	.header-bottom{
		padding: 5px 0;
	}
	.header-btn {
        display: inline;
    }
	.header-btn a {
        display: inline-block;
        position: fixed;
        top: 20px;
        right: 80px;
        margin-left: 0;
        padding: 12px 25px;
        font-size: 14px;
        font-weight: 600;
        margin: 0;
    }
	.banner-sec{
		margin-top: 81px;
		padding: 100px 0;
	}
	.services-sec, .about-sec, .choose-sec, .testimonials-sec, .info-sec{
		padding: 40px 0;
	}
	footer{
		padding-top: 40px;
	}
	.banner-head{
		font-size: 30px;
	}
	.services-head, .about-head, .choose-head, .testimonials-head, .info-head, .info-get-head{
		font-size: 26px;
	}
	.banner-btn a{
		padding: 14px 25px;
	}
	.about-btn a{
		padding: 14px 28px;
	}
	.page .entry-header, .blog_page_header {
        padding: 100px 0 !important;
        margin: 81px 0 50px !important;
    }
}

@media only screen and (min-width : 300px) and (max-width : 991px){
	.banner-sec::after{
		display: none;
	}
	.banner-sec::before {
		width: 100%;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		background: linear-gradient(90deg, rgb(0 202 211) 0%, rgb(0 202 211 / 82%) 0%, rgba(255, 255, 255, 0) 100%);
		-webkit-background: linear-gradient(90deg, rgb(0 202 211) 0%, rgb(0 202 211 / 82%) 0%, rgba(255, 255, 255, 0) 100%);
		-moz-background: linear-gradient(90deg, rgb(0 202 211) 0%, rgb(0 202 211 / 82%) 0%, rgba(255, 255, 255, 0) 100%);
	}
	.info-right{
		padding: 20px;
	}
	.footer-copyright{
		padding-bottom: 60px;
	}
}

@media only screen and (max-width : 320px) {
	.sp-testimonial-content p{
		min-height : auto !important;
		text-align: center !important;
	}
	.footer-list {
        display: block;
    }
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
	.header-btn a{
		right: 65px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
  .sp-testimonial-content p{
		min-height : auto !important;
		text-align: center !important;
	}
	.footer-list {
        display: block;
    }
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
	.header-btn a{
		right: 65px;
	}
}

@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) {
	.sp-testimonial-content p{
		min-height : auto !important;
		text-align: center !important;
	}
	.footer-list {
        display: block;
    }
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
}

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

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
   .header-menu ul li{
		margin-right: 0;
	}
	.header-btn a{
		margin-left: 0;
	}
	.header-menu ul li a{
		padding: 0 10px;
	}
}

/* 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: 0;
	}
	.header-btn a{
		margin-left: 0;
	}
	.header-menu ul li a{
		padding: 0 10px;
	}
}

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

/* 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: 0;
	}
	.header-btn a{
		margin-left: 0;
	}
	.header-menu ul li a{
		padding: 0 10px;
	}
}

@media screen and (min-width: 1424px) {
   .banner-sec::after{
		right: 41%;
	}
	.banner-sec::before{
		width: 50%;
		clip-path: polygon(19% 0%, 100% 0%, 100% 100%, 19% 100%, 0% 50%);
	}
}

@media screen and (min-width: 1624px) {
  .banner-sec::after{
		right: 41%;
	}
	.banner-sec::before{
		width: 50%;
		clip-path: polygon(19% 0%, 100% 0%, 100% 100%, 19% 100%, 0% 50%);
	}
}

@media screen and (min-width: 1920px) {
   .banner-sec::after{
		right: 41%;
	}
	.banner-sec::before{
		width: 50%;
		clip-path: polygon(19% 0%, 100% 0%, 100% 100%, 19% 100%, 0% 50%);
	}
}

@media screen and (min-width: 2048px) {
   .banner-sec::after{
		right: 41%;
	}
	.banner-sec::before{
		width: 50%;
		clip-path: polygon(19% 0%, 100% 0%, 100% 100%, 19% 100%, 0% 50%);
	}
}

@media screen and (min-width: 2550px) {
	.banner-sec::after{
		right: 41%;
	}
	.banner-sec::before{
		width: 50%;
		clip-path: polygon(19% 0%, 100% 0%, 100% 100%, 19% 100%, 0% 50%);
	}
} 