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

@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;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: #fff;
}
.darkHeader {
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.darkHeader .header-top {
    height: 0;
    padding: 0;
}
.header-top{
    background: #2290a1;
    padding: 8px 0;
    overflow: hidden;
    height: 40px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-top-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top-wrap a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.header-top-wrap span{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.header-top-wrap img{
    margin-right: 10px;
}
.header-bottom{
    padding-top: 13px;
    padding-bottom: 15px;
    background: #fff;
}
.header-wrap{
    text-align: right;
}
.header-menu{
    display: inline-block;
    vertical-align: middle;
}
.header-menu ul{
    margin: 0;
    padding: 0;
}
.header-menu ul li{
    list-style: none;
    vertical-align: middle;
}
.header-menu ul li:last-child{
    margin-right: 0;
}
.header-menu ul li a{
    display: inline-block;
    color: #1c1c1c;
    font-size: 16px;
    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: #cf2a35;
}
.header-btn{
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
}
.header-btn a{
    display: inline-block;
    background-color: #cf2a35;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 12px 35px;
    -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: #fbaa4a;
    color: #1c1c1c;
}
.banner-sec{
    background-color: #ffefce;
    position: relative;
    margin-top: 124px;
	overflow: hidden;
}
.banner-content{
    padding-left: 20%;
	padding-right: 3%;
    position: relative;
    z-index: 1;
}
.banner-content::before{
    position: absolute;
    content: "";
    background: url("../images/tables-right-dec01-img.png") no-repeat;
    background-size: auto;
    left: 0;
    top: 65%;
    transform: translateY(-50%);
    width: 257px;
	height: 606px;
    z-index: -1;
}
.banner-content::after{
    position: absolute;
    content: "";
    background: url("../images/tables-right-dec02-img.png") no-repeat;
    background-size: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 258px;
	height: 577px;
    z-index: -1;
}
.banner-title{
    color: #010101;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 25px;
    padding-left: 18px;
}
.banner-title:after{
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #cf2a35;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
}
.banner-head{
    color: #010101;
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
}
.banner-head .ability-txt{
    color: #7f7bc3;
    font-weight: normal;
}
.banner-head .potential-txt{
    color: #cf2a35;
    font-weight: normal;
}
.banner-btn{
    margin-top: 30px;
}
.banner-btn .banner-btn01{
    display: inline-block;
    background-color: #7f7bc3;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 25px;
    margin-right: 10px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner-btn .banner-btn02{
    display: inline-block;
    background-color: #cf2a35;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 35px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner-btn .banner-btn01:hover, .banner-btn .banner-btn02:hover{
    background-color: #fbaa4a;
    color: #1c1c1c;
}
.banner-img img{
    width: 100%;
}
.about-sec{
    padding-top: 75px;
    padding-bottom: 75px;
    background: url("../images/about-dec-img.png") no-repeat;
    background-position: top 40px right;
    background-size: auto;
}
.about-left img{
    width: auto;
}
.about-us-title{
    font-size: 18px;
    text-transform: capitalize;
    color: #7f7bc3;
    font-weight: 600;
    position: relative;
    padding-left: 18px;
    margin-bottom: 18px;
}
.about-us-title:after {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #cf2a35;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
}
.about-head{
    color: #000;
    font-weight: normal;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.about-small-head{
	color: #000;
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 20px;
	line-height: 1.2;
}
.about-txt{
    color: #4e4e4e;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 30px;
}
.about-btn a{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    background-color: #cf2a35;
    padding: 12px 25px;
    -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: #fbaa4a;
    color: #1c1c1c;
}
.services-sec{
    padding-top: 60px;
    padding-bottom: 60px;
    background: url("../images/services-left-dec-img.png"), url("../images/videos-right-dec-img.png");
    background-repeat: no-repeat;
    background-position: top 30px left, top 30px right;
    background-color: #fff3f4;
}
.our-services{
    font-size: 18px;
    font-weight: 600;
    color: #7f7bc3;
    text-transform: capitalize;
    margin-bottom: 20px;
    position: relative;
    padding-left: 18px;
    line-height: 1.2;
}
.our-services:after {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #cf2a35;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
}
.services-head{
    font-size: 40px;
    font-weight: normal;
    color: #000;
    text-transform: capitalize;
    line-height: 1.2;
}
.services-top-txt{
    color: #3b3b3b;
    font-size: 16px;
    font-weight: normal;
    margin-top: 30px;
}
.services-part{
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.09));
    background-color: #ffffff;
    border-radius: 10px;
    margin: 10px;
}
.services-part img{
    border-radius: 10px 10px 0 0;
}
.services-content{
    padding: 30px 20px 30px 20px;
	min-height: 100%;
}
.services-title{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 20px;
}
.services-txt{
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
}
.services-btn a{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    background-color: #cf2a35;
    padding: 12px 25px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-btn a:hover{
    background-color: #fbaa4a;
    color: #1c1c1c;
}
.owl-carousel{
   margin-top: 40px;
}
.owl-carousel .owl-dots {
    text-align: center !important;
    margin-top: 30px;
}
.owl-carousel .owl-dots button.owl-dot {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background-color: #a9a9a9 !important;
    margin: 0 3px !important;
}
.owl-carousel .owl-dots button.owl-dot.active {
    background-color: #2290a1 !important;
}

.owl-carousel .owl-nav button.owl-prev{
    width: 50px;
    height: 49px;
    background: url("../images/services-arrow-img01.png") no-repeat center;
    position: absolute;
    top: 40%;
    left: -7%;
    transform: translateY(-50%);
	background-color: #fff3f4;
	border-radius: 50%;
}
.owl-carousel .owl-nav button.owl-next{
    width: 50px;
    height: 49px;
    background: url("../images/services-arrow-img02.png") no-repeat center;
    position: absolute;
    top: 40%;
    right: -7%;
    transform: translateY(-50%);
	background-color: #fff3f4;
	border-radius: 50%;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span{
    display: none;
}
.expertise-part{
    display: flex;
    align-items: center;
    background-color: #fe4753;
}
.number{
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    background-color: #cf2a35;
    min-height: 100%;
    padding: 30px;
    line-height: 1.0;
}
.expertise-txt{
    min-height: 100%;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.expertise-two{
   background-color: #9693c8;
}
.two-number{
    background-color: #7f7bc3;
}
.expertise-three{
    background-color: #ffdc5d;
}
.three-number{
    background-color: #fcc705;
}
.expertise-four{
    background-color: #299cb6;
}
.four-number{
    background-color: #49c0db;
}
.information-sec{
    background: url("../images/information-bg-img.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.information-sec::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #0000007a;
}
.information-sec .container{
    position: relative;
    z-index: 1;
}
.information-left{
	border-radius: 10px;
    background-color: #ffffff;
	padding: 15px 30px;
	margin-right: 50px
}
.information-sec .frm_fld input {
    width: 100%;
    margin-top: 20px;
    border: none;
    outline: 0;
	background-color: #e8e8e8 !important;
	border-radius: 4px;
    padding: 10px 15px;
}
.information-sec .frm_fld input::placeholder{
	font-size: 16px;
	font-weight: normal;
	color: #696b70 ;
	text-transform: capitalize;
}
.information-sec .frm_fld select{
	width: 100%;
    margin-top: 20px;
    border: none;
    outline: 0;
	border-radius: 5px;
    padding: 10px 15px;
	font-size: 16px;
	font-weight: normal;
	color: #696b70;
	text-transform: capitalize;
	background-color: #e8e8e8 !important;
	background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	appearance: none;
}
.information-sec .frm_fld textarea {
    width: 100%;
    margin-top: 20px;
    border: none;
    outline: 0;
	background-color: #e8e8e8 !important;
	border-radius: 5px;
    padding: 10px 15px;
    height: 120px;
}
.information-sec .frm_fld textarea::placeholder{
	font-size: 16px;
	font-weight: normal;
	color: #696b70 ;
	text-transform: capitalize;
}
.information-sec .home_btn input {
	width: 100% !important;
    margin-top: 28px !important;
    background: #cf2835 !important;
	border-radius: 4px !important;
    color: #fff !important;
    padding: 12px 25px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	text-transform: uppercase !important;
}
.information-sec .home_btn input:hover {
	 background: #fbaa4a !important;
	 color: #1c1c1c !important;
}
.information-sec .frm_fld p, .information-sec .home_btn p{
	margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #ff0000 !important;
}

.reach-us{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 40px;
}
.information-part{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.information-part img{
    margin-right: 20px;
}
.information-call{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 5px;
    line-height: 1.2;
}
.information-info a{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	word-break: break-all;
}
.information-info a:hover{
    color: #fe4753;
}
.information-txt{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.information-licence{
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    margin-top: 30px;
    line-height: 40px;
}
.testimonial-sec{
    padding-top: 75px;
    padding-bottom: 30px;
    background: url("../images/portfolio-left-dec-img.png") no-repeat;
    background-position: top 30px center;
    background-size: auto;
}
.testimonial-top{
    text-align: center;
}
.testimonial-reviews{
    color: #7f7bc3;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    padding-left: 18px;
    display: inline-block;
    margin-bottom: 20px;
}
.testimonial-reviews:after{
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #cf2a35;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
}
.testimonial-head{
    font-size: 40px;
    color: #010101;
    font-weight: normal;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 35px;
}
footer{
    padding-top: 120px;
    padding-bottom: 50px;
    border-radius: 4px;
    background-image: linear-gradient(0deg, rgba(255,239,205,0.8) 0%, rgba(255,255,255,0.9999999999999999) 100%); 
    position: relative;
}
footer::after{
    position: absolute;
    content: "";
    background: url("../images/footer-dec-img.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 178px;
    left: 0;
    top: 0;
}
.footer-title{
    color: #cf2a35;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 30px;
}
.footer-list ul{
    margin: 0;
    padding: 0;
}
.footer-list ul li{
    list-style: none;
    padding-bottom: 10px;
    font-size: 16px;
    color: #383838;
    font-weight: normal;
}
.footer-list ul li a{
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
    color: #383838;
    font-weight: normal;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	word-break: break-all;
}
.footer-flex{
    display: inline-flex;
    align-items: flex-start;
}
.footer-list ul li a:hover{
    color: #cf2a35;
    padding-left: 6px;
}
.footer-list ul li img{
    margin-right: 10px;
}
.footer-social{
   margin: 20px 0;
}
.footer-social a{
    margin: 0 2px;
}
.footer-ndis{
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-ndis strong{
    font-size: 16px;
    line-height: 22px;
    color: #663c75;
}
.footer-right{
    background-color: #ffe1a4;
    padding: 25px 0 18px;
    text-align: center;
    font-size: 16px;
    color: #383838;
    font-weight: normal;
    text-transform: uppercase;
}
.footer-right a{
    color: #383838;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-right a:hover{
    color: #cf2a35;
}
.page .entry-header, .blog_page_header {
   background: #cf2a35 !important;
    max-width: 100% !important;
    padding: 100px 0 !important;
    margin: 124px 0 50px !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.page .entry-title, .blog_page_title {
    text-align: center !important;
    color: #fff !important;
    width: 100% !important;
    font-size: 26px !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 99 !important;
    margin-bottom: 5px !important;
}
.sp-testimonial-free-section .testimonial-nav-arrow {
	border-radius: 50% !important;
    height: 40px !important;
    width: 40px !important;
} 
.sp-testimonial-free {
    padding: 40px 17px !important;
    margin: 2px !important;
    border-radius: 15px !important;
    min-height: 100% !important;
    margin: 10px 0 !important;
    background-image: linear-gradient(0deg, #ffffff 0%, #e3e1ff 100%) !important;
	position: relative;
}
.sp-testimonial-free:after{
	position: absolute;
	content: "";
	background: url("../images/qoute-img.png") no-repeat !important;
    background-size: auto !important;
	width: 49px;
	height: 33px;
	left: 20px;
	bottom: 60px;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p{
	color: #4d4d4d !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: left !important;
    hyphens: auto !important;
}
.sp-testimonial-free-section .sp-testimonial-client-name{
	color: #000 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
	text-transform: capitalize !important;
}

/* content css */

.inner_content {
    padding: 10px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #1c1c1c;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.inner_titl strong {
    color: #cf2a35;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #7f7bc3;
}
.inner_txt {
    color: #4e4e4e;
    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: #4e4e4e;
    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: #7f7bc3;
}
.omsc-toggle.omsc-expanded .omsc-toggle-title {
    background: #ffefce !important;
    color: #000 !important;
}
.omsc-toggle-title:hover {
    background: #ffefce !important;
    color: #000 !important;
}
.transition-txt:after{
	left: 50%;
	transform: translatex(-50%);
}
.breadcrumb-container {
    width: 100%;
    color: #ffefce;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #ffefce;
}

.review-content {
    padding: 40px 20px;
    background-image: linear-gradient(0deg, #ffffff 0%, #e3e1ff 100%) !important;
    color: #1d1d1d;
    font-size: 16px;
    font-weight: normal;
    border-radius: 10px;
    min-height: 100%;
}
.review-content .review-txt{
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 500;
}
.review-content img {
    margin-top: 20px;
}
.reviews-name {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    position:relative;
}
.reviews-name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    background: #7f7bc3;
    width: 32px;
    height: 2px;
}

/* Contact Us */

.contact_page_heading {
    color: #1c1c1c;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
}
.contact_page_heading:before {
    position: absolute;
    content: "";
    bottom: 8px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #7f7bc3;
}
.contact_page_heading strong {
    color: #cf2a35;
}
.contact_page_info {
    position: relative;
    color: #000;
    margin-top: 25px;
    padding-left: 60px;
}
.contact-img {
    position: absolute;
    top: 3px;
    left: 0;
    background: #121212;
    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;
    -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: #cf2a35;
}
.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 10px;
}
.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 10px;
    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: #cf2a35 !important;
    color: #fff !important;
    padding: 12px 22px !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;
	border-radius: 4px !important;
}
.send_btn input:hover {
    background-color: #fbaa4a  !important;
	color: #1c1c1c !important;
}
.contact-deatails .frm_fld p, .contact-deatails .send_btn p{
	margin-bottom: 0;
}
#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: #cf2a35;
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
}
.post .entry-summary, .post .entry-content {
    color: #4e4e4e;
}
.more-link {
    background: #cf2a35;
    display: block;
    color: #fff !important;
    text-transform: capitalize;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 10px 18px;
    width: 217px;
    margin-top: 30px;
    border-radius: 50px;
	-moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.more-link:hover {
    background-color: #fbaa4a;
}
.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;
}

/* Referral Form */

.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: #1c1c1c;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
}
.ref_form_box_heading strong {
	color: #cf2a35;
	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: #cf2a35 !important;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 30px;
	padding: 13px 40px 12px;
}
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: #fbaa4a;
	border-color: #fbaa4a;
}
.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: #cf2a35;
    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: #7f7bc3;
    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: #fcc705;
    text-align: center;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
.thankyou-btn a:hover{
	background: #7f7bc3;
	color: #fff;
}
.error_page {
    padding: 50px 0 100px;
}


/* ==================Responsive================== */
@media only screen and (min-width : 300px) and (max-width : 1023px){
	.banner-content::before, .banner-content::after, .header-top, .header-btn, .header-menu, .testimonial-head br{
		display: none;
	}
	.banner-head, .about-head, .services-head, .reach-us{
		font-size: 26px;
	}
	.testimonial-head{
		font-size: 28px;
		margin-bottom: 18px;
	}
	.banner-sec{
		 margin-top: 69px;
	}
	.banner-title{
		font-size: 16px;
	}
	.banner-btn .banner-btn01, .banner-btn .banner-btn02, .about-btn a{
		padding: 10px 20px;
		font-size: 14px;
	}
	.owl-carousel .owl-nav button.owl-prev{
		left: 0;
	}
    .owl-carousel .owl-nav button.owl-next{
		right: 0;
    }
	.banner-content {
        padding-left: 24px;
        padding-right: 24px;
    }
	.logo-part img{
		width: 215px;
		height: auto;
	}
	.information-left{
		 margin-right: 0;
	}
	.about-sec, .services-sec, .testimonial-sec{
		padding: 40px 0;
	}
	.about-small-head{
		 font-size: 22px;
	}
	.owl-carousel{
		 margin-top: 30px;
	}
	.expertise-sec{
		padding: 30px 0;
	}
	.expertise-part{
		margin-bottom: 15px;
	}
	footer {
        padding-top: 50px;
		padding-bottom: 10px;
	}
	.footer-part{
		margin-bottom: 25px;
	}
	.about-left{
		margin-bottom :30px;
	}
	.information-right{
		margin-top :30px;
	}
	 .page .entry-header, .blog_page_header {
        margin: 69px 0 50px !important;
        padding: 70px 0 !important;
    }
	.footer-right{
		padding-bottom: 50px;
	}
}

@media only screen and (max-width : 320px) {
   .banner-content{
		padding: 30px 0;
	}
	.inner_page_img img{
		margin-bottom: 30px;
	}
	.review-content{
		padding: 25px 20px;
	}
	.contact_right{
		margin-top: 30px;
	}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .sp-testimonial-free-section .testimonial-nav-arrow{
		display: none !important;
	}
	.sp-testimonial-free-section{
		 margin: 0 20px !important;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
   .banner-content{
		padding: 30px 0;
	}
	.inner_page_img img{
		margin-bottom: 30px;
	}
	.review-content{
		padding: 25px 20px;
	}
	.contact_right{
		margin-top: 30px;
	}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .sp-testimonial-free-section .testimonial-nav-arrow{
		display: none !important;
	}
	.sp-testimonial-free-section{
		 margin: 0 20px !important;
	}
}

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

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

}

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

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.banner-content{
		padding: 30px;
	}
	.inner_page_img img{
		margin-bottom: 30px;
	}
	.review-content{
		padding: 25px 20px;
	}
	.contact_right{
		margin-top: 30px;
	}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .sp-testimonial-free-section .testimonial-nav-arrow{
		display: none !important; 
	}
	.sp-testimonial-free-section{
		 margin: 0 20px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.information-info a {
		font-size: 12px;
	}
	.services-content{
		min-height: 260px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
  .header-top-wrap a, .header-top-wrap span{
		font-size: 14px;
	}
	.header-btn a{
		font-size: 15px;
		padding: 10px 25px;
	}
	.header-menu ul li a{
		font-size: 14px;
	}
	.header-btn{
		margin-left: 0;
	}
	.banner-content{
		padding-left: 12%;
	}
	.banner-head{
		font-size: 32px;
	}
	.footer-title{
	   font-size: 20px;
	}
	.info-em{
		font-size: 13px !important;
	}
	.owl-carousel .owl-nav button.owl-prev{
		left: 0;
	}
	.owl-carousel .owl-nav button.owl-next{
		right: 0;
	}
	.services-head{
		 font-size: 35px;
	}
}

/* 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) {
 .sp-testimonial-free{
	   padding: 30px 17px !important;
	}
	.services-content{
		min-height: 260px;
	}
	.information-info a{
		font-size: 14px;
	}
}

/* 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 : landscape) {
	.header-top-wrap a, .header-top-wrap span{
		font-size: 14px;
	}
}

/* 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-top-wrap a, .header-top-wrap span{
		font-size: 14px;
	}
	.header-btn a{
		font-size: 15px;
		padding: 10px 25px;
	}
	.header-menu ul li a{
		font-size: 14px;
	}
	.header-btn{
		margin-left: 0;
	}
	.banner-content{
		padding-left: 9%;
	}
	.banner-head{
		font-size: 32px;
	}
	.footer-title{
	   font-size: 20px;
	}
	.info-em{
		font-size: 13px !important;
	}
	.services-head{
		 font-size: 35px;
	}
}

@media screen and (min-width: 1424px) {
   .banner-content{
      padding-left: 14%;
	}
}

@media screen and (min-width: 1624px) {
   .banner-content{
      padding-left: 25%;
	}
}

@media screen and (min-width: 1920px) {
    .banner-content{
      padding-left: 40%;
	}
}

@media screen and (min-width: 2048px) {
   .banner-content{
      padding-left: 44%;
	}
}

@media screen and (min-width: 2550px) {
   .banner-content{
      padding-left: 60%;
	}
}





