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;
}
.header-top{
    overflow: hidden;
    height: 44px;
    transition: all 0.5s ease 0s;
    padding: 10px 0;
    background: linear-gradient(140deg, #3b4046 75%, #ff9c00 25%);
    -webkit-background: linear-gradient(140deg, #3b4046 75%, #ff9c00 25%);
    -moz-background: linear-gradient(140deg, #3b4046 75%, #ff9c00 25%);
}
.darkHeader {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.darkHeader .header-top {
    height: 0;
    padding: 0;
}
.logo-part img{
	width: 236px;
	height: auto;
	 -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-top-left span{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    margin-right: 18px;
}
.header-top-left span:last-child{
    margin-right: 0;
}
.header-top-left span a{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-top-left span img{
    margin-right: 3px;
}
.header-top-left span a:hover{
    color: #ff9c00;
}
.header-top-right span{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
}
.header-top-right span a:first-child{
    display: inline-block;
    margin: 0 8px;
}
.header-bottom{
    padding: 5px 0;
    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: 15px;
}
.header-menu ul li:last-child{
    margin-right: 0;
}
.header-menu ul li a {
    display: inline-block;
    font-size: 16px;
    color: #3b4046;
    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: #ff9c00;
}
.header-btn a{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    background-color: #ff9c00;
    font-weight: 500;
    border-radius: 5px;
    padding: 13px 13px;
    margin-left: 20px;
    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: #3b4046;
}
.header-btn a img{
    margin-right: 5px;
}
.banner-sec{
    padding: 225px 0;
    background: url("../images/banner-img02.jpg") no-repeat top center;
    background-size: cover;
    text-align: center;
    position: relative;
    margin-top: 132px;
}
.banner-sec:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #3b40469c;
}
.banner-sec .container{
	position: relative;
	z-index: 1;
}
.banner-head{
    font-size: 50px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 12px;
}
.banner-txt{
	 font-size: 16px;
    color: #ffffff;
    font-weight: normal;
	 margin-bottom: 20px;
}
.banner-btn a{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    background-color: #ff9c00;
    font-weight: 600;
    border-radius: 5px;
    padding: 13px 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: #3b4046;
    margin-left: 15px;
}
.banner-btn a:hover{
    background-color: #0f0f0f;
}
.services-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.services-head{
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    color: #3b4046;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
}
.services-part{
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 8px;
    min-height: 100%;
}
.services-title{
    font-size: 20px;
    color: #3b4046;
    font-weight: bold;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 25px 0 10px;
}
.services-txt{
    font-size: 15px;
    color: #3b4046;
    font-weight: normal;
    margin-bottom: 12px;
}
.services-btn a{
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #ff9c00;
    font-weight: bold;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-btn a:hover{
    color: #3b4046;
}
.services-btn a::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ff9c00;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-btn a:hover::after{
    background-color: #3b4046;
    width: 0;
}
.choose-sec{
    padding-bottom: 100px;
}
.choose-wrap{
    position: relative;
    padding-top: 70px;
    border-radius: 20px;
    background: url("../images/choose-bg-img.jpg") no-repeat top center;
    background-size: cover;
}
.choose-wrap::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3b4046eb;
    border-radius: 20px;
}
.choose-content{
    position: relative;
    z-index: 1;
}
.choose-wrap-head{
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    color: #ff9c00;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 40px;
}
.choose-icon-part{
    text-align: center;
    margin-bottom: -100px;
}
.choose-icon-box{
    display: inline-block;
    border-radius: 50%;
    border: 1px dashed #ff9c00;
}
.choose-icon{
    border-radius: 50%;
    background-color: #ff9c00;
    margin: 10px;
    padding: 15px;
}
.choose-title{
    font-size: 16px;
    color: #3b4046;
    font-weight: bold;
    line-height: 1.2;
    text-transform: capitalize;
    margin-top: 15px;
}
.about-sec{
    padding-top: 80px;
    padding-bottom: 150px;
    background: url("../images/about-bg-img.png") no-repeat left center;
    background-size: 570px;
}
.about-head{
    font-size: 38px;
    text-transform: uppercase;
    color: #3b4046;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}
.about-txt{
    font-size: 15px;
    line-height: 28px;
    color: #3b4046;
    font-weight: normal;
    margin-bottom: 30px;
}
.about-btn a{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    background-color: #ff9c00;
    font-weight: 600;
    border-radius: 5px;
    padding: 13px 30px;
    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: #3b4046;
}
.testimonial-sec{
    position: relative;
    background: url("../images/testimonial-bg-img.jpg") no-repeat top center;
    background-size: cover;
}
.testimonial-sec::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: url("../images/hook-img.png") no-repeat;
    background-size: auto;
    width: 109px;
    height: 146px;
	z-index: 2;
}
.testimonial-left-part, .testimonial-right-part{
	position: relative;
}
.testimonial-left-part::after{
    background-color: #3b4046;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
	height: 100%;
    opacity: 0.902;
}
.testimonial-right-part::after {
    background-color: #ff9c00;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
	height: 100%;
    opacity: 0.902;
}
.testimonial-left, .testimonial-right{
    text-align: center;
    position: relative;
	z-index: 1;
    padding: 100px 100px 60px;
}
.testimonial-right, .testimonial-head{
	text-align: center;
}
.testimonial-right{
	text-align: left;
}
.testimonial-head{
    font-size: 38px;
    text-transform: uppercase;
    color: #ff9c00;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 20px;
}
.testimonial-right .testimonial-head{
    color: #3b4046;
}
.testi-txt{
	font-size: 15px;
    color: #3b4046;
    font-weight: normal;
	text-align: center;
}
.sp-testimonial-content p{
	font-size: 15px !important;
	color: #ffffff !important;
	font-weight: normal !important;
}
.sp-testimonial-client-name{
	font-size: 16px !important;
	color: #ffffff !important;
	font-weight: bold !important;
	font-style: italic !important;
}
.sp-testimonial-free-section.swiper-initialized{
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.testimonial-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
	background: transparent;
    padding: 10px 10px;
	border-radius: 5px;
    border: 1px solid #ffffff;
}
.testimonial-sec .frm_fld input::placeholder{
	font-size: 15px;
	font-weight: normal;
	color: #fff ;
}
.testimonial-sec .frm_fld select{
	width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
	background: transparent;
    padding: 10px 10px;
	border-radius: 5px;
    border: 1px solid #ffffff;
	font-size: 15px;
	font-weight: normal;
	color: #fff ;
	appearance: none;
	background: url(../images/dropdown.png) no-repeat center right 10px;
}
.testimonial-sec .frm_fld select option{
	color: #3b4046;
}
.testimonial-sec .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    background: transparent;
    padding: 10px 10px;
	border-radius: 5px;
    border: 1px solid #ffffff;
    height: 100px;
}
.testimonial-sec .frm_fld textarea::placeholder{
	font-size: 15px;
	font-weight: normal;
	color: #fff ;
}
.testimonial-sec .home_btn input {
    margin-top: 30px !important;
    text-transform: capitalize !important;
    background: #3b4046 !important;
    color: #fff !important;
	border-radius: 5px !important;
    padding: 12px 40px !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;
}
.testimonial-sec .home_btn input:hover {
    background-color: #fff  !important;
	color: #3b4046 !important;
}
.testimonial-sec .frm_fld p, .testimonial-sec .home_btn p{
	margin-bottom: 0;
}
.testimonial-sec .home_btn{
	text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output{
	border-color: #3b4046 !important;
}


footer{
    background-color: #0f0f0f;
    padding-top: 60px;
}
.footer-social{
    margin-top: 20px;
}
.footer-social a:first-child{
    margin-right: 5px;
}
.footer-title{
    font-size: 22px;
    color: #ff9c00;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 20px;
}
.footer-list ul{
    margin: 0;
    padding: 0;
}
.footer-list{
    display: flex;
    gap: 40px;
}
.footer-list ul li{
    list-style: none;
    padding-bottom: 12px;
}
.footer-list ul li img{
    margin-right: 5px;
}
.footer-list ul li a{
    display: inline-block;
    color: #fff;
    font-size: 15px;
    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 span{
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}
.footer-list ul li a:hover{
    color: #ff9c00;
    padding-left: 4px;
}
.footer-list-last ul li{
    text-transform: capitalize;
    background: url("../images/footer-list-img.png") no-repeat top 4px left;
    padding-left: 23px;
    padding-bottom: 8px;
    background-size: auto;
}
.footer-copyright {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    border-top: 1px solid #ffffff45;
    padding: 15px 0;
}
.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: #ff9c00;
}

#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: #ff9c00;
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner-img02.jpg") no-repeat top center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 200px 0 !important;
    margin: 132px 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: #3b40469c;
}
.page .entry-title, .blog_page_title {
    text-align: center !important;
    color: #fff !important;
    width: 100% !important;
    font-size: 26px !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 99 !important;
    margin-bottom: 5px !important;
}
.breadcrumb-container {
    width: 100%;
    color: #ff9c00;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #ff9c00;
}
.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #3b4046;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.inner_titl strong {
    color: #ff9c00;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #ff9c00;
}
.inner_txt {
    color: #3b4046;
    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: #4b4b4b;
    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: #ff9c00;
}
.core-box .inner_titl{
	font-size: 20px;
}
.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%; 
}
.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/quotation-img.png") no-repeat bottom 40px right 20px;
	background-size: 35px;
}
.review-content .review-txt{
    color: #3b4046;
    font-size: 15px;
    font-weight: normal;
}
.review-content img {
    margin-top: 20px;
}
.reviews-name {
    color: #3b4046;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    position:relative;
}
.reviews-name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    background: #ff9c00;
    width: 35px;
    height: 3px;
}
.contact_page_heading {
    color: #3b4046;
    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: #ff9c00;
}
.contact_page_heading strong {
    color: #ff9c00;
}
.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: #ff9c00;
}

.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;
	border-radius: 5px;
    /* 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;
	border-radius: 5px;
    /* 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 ;
}
.send_btn input {
    margin-top: 30px !important;
    text-transform: capitalize !important;
    background: #ff9c00 !important;
    color: #fff !important;
    padding: 12px 22px !important;
	border-radius: 5px !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: #3b4046 !important;
}
.contact-deatails .frm_fld p, .contact-deatails .send_btn p{
	margin-bottom: 0;
}

.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    background: #ff9c00;
    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: #414141;
    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: #3b4046;
    text-align: center;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
.error_page {
    padding: 40px 0 80px;
}

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

@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header-top, .header-menu, .header-btn, .header-btn a, .header-btn a span{
		display: none;
	}
	.logo-part img{
		width: 200px;
        height: auto;
	}
	.banner-sec {
        margin-top: 82px !important;
    }
	.header-btn{
		display: inline;
	}
	.header-btn a img {
		max-width: 16px;
	}
	.header-btn a{
        display: inline-block;
        position: fixed;
        top: 20px;
        right: 80px;
        margin-left: 0;
        padding: 12px 12px;
        font-size: 14px;
        font-weight: 600;
        margin: 0;
    }
	.banner-sec {
        padding: 100px 0;
    }
	.banner-head{
		font-size: 29px;
	}
	.banner-btn a{
		font-size: 15px;
		padding: 12px 22px;
	}
	.about-btn a{
		font-size: 15px;
		padding: 12px 30px;
	}
	.services-head, .choose-wrap-head, .about-head, .testimonial-head{
		font-size: 26px;
	}
	.services-sec{
		padding: 40px 0;
	}
	.choose-sec{
		padding-bottom: 40px;
	}
	.choose-wrap{
		padding: 40px 10px;
	}
	.choose-icon-part{
		margin-bottom: 0;
	}
	.choose-title{
       color: #fff;
	}
	.about-sec{
		padding-top: 0;
		padding-bottom: 40px;
	}
	footer{
		padding-top: 40px;
	}
	.testimonial-left, .testimonial-right{
		padding: 40px 50px 40px;
	}
	.page .entry-header, .blog_page_header {
        padding: 100px 0 !important;
        margin: 82px 0 50px !important;
    }
	.footer-copyright{
		padding-bottom: 60px;
	}
}

@media only screen and (max-width : 320px) {
	.about-sec{
		background-position: left top;
	}
	.testimonial-sec::after{
		background-size: 50%;
	}
	.testimonial-left{
		padding-top: 80px;
	}
	.footer-list {
        display: block;
    }
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
	.about-right{
		margin-top: 30px;
	}
	.header-btn{
		display: none;
	}
	.testimonial-left, .testimonial-right {
        padding: 40px 20px 40px;
    }
	.testimonial-left{
		padding-top: 70px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
 	.about-sec{
		background-position: left top;
	}
	.testimonial-sec::after{
		background-size: 50%;
	}
	.testimonial-left{
		padding-top: 80px;
	}
	.footer-list {
        display: block;
    }
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
	.about-right{
		margin-top: 30px;
	}
	.header-btn{
		display: none;
	}
	.testimonial-left, .testimonial-right {
        padding: 40px 20px 40px;
    }
	.testimonial-left{
		padding-top: 70px;
	}
}

@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-sec{
		background-position: left top;
	}
	.testimonial-sec::after{
		background-size: 50%;
	}
	.testimonial-left{
		padding-top: 80px;
	}
	.footer-list {
        display: block;
    }
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
	.about-right{
		margin-top: 30px;
	}
	.testimonial-left, .testimonial-right {
        padding: 40px 20px 40px;
    }
	.testimonial-left{
		padding-top: 70px;
	}
}

@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;
	}
	.testimonial-left, .testimonial-right {
        padding: 40px 20px 40px;
    }
}

/* 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;
	}
	.page .entry-header, .blog_page_header{
		margin-top: 126px !important;
	}
	.testimonial-left, .testimonial-right {
        padding: 40px 20px 40px;
    }
}

@media screen and (min-width: 1424px) {
   .testimonial-left{
		padding-left: 8%;
	}
	.testimonial-right{
		padding-right: 8%;
	}
}

@media screen and (min-width: 1624px) {
  .testimonial-left{
		padding-left: 19%;
	}
	.testimonial-right{
		padding-right: 19%;
	}
}

@media screen and (min-width: 1920px) {
  .testimonial-left{
		padding-left: 32%;
	}
	.testimonial-right{
		padding-right: 32%;
	}
}

@media screen and (min-width: 2048px) {
   .testimonial-left{
		padding-left: 36%;
	}
	.testimonial-right{
		padding-right: 36%;
	}
}

@media screen and (min-width: 2550px) {
	.testimonial-left{
		padding-left: 48%;
	}
	.testimonial-right{
		padding-right: 48%;
	}
} 