html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Yantramanav';
}
/*=========Playfair Display=========*/
@font-face {
    font-family: 'Yantramanav';
    src: url('../fonts/Yantramanav-Regular.eot');
    src: url('../fonts/Yantramanav-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Yantramanav-Regular.woff2') format('woff2'),
         url('../fonts/Yantramanav-Regular.woff') format('woff'),
         url('../fonts/Yantramanav-Regular.ttf') format('truetype'),
         url('../fonts/Yantramanav-Regular.svg#Yantramanav-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Yantramanav';
    src: url('../fonts/Yantramanav-Medium.eot');
    src: url('../fonts/Yantramanav-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Yantramanav-Medium.woff2') format('woff2'),
         url('../fonts/Yantramanav-Medium.woff') format('woff'),
         url('../fonts/Yantramanav-Medium.ttf') format('truetype'),
         url('../fonts/Yantramanav-Medium.svg#Yantramanav-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Yantramanav';
    src: url('../fonts/Yantramanav-Bold.eot');
    src: url('../fonts/Yantramanav-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Yantramanav-Bold.woff2') format('woff2'),
         url('../fonts/Yantramanav-Bold.woff') format('woff'),
         url('../fonts/Yantramanav-Bold.ttf') format('truetype'),
         url('../fonts/Yantramanav-Bold.svg#Yantramanav-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*=========Playfair Display=========*/
@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Medium.eot');
    src: url('../fonts/PlayfairDisplay-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PlayfairDisplay-Medium.woff2') format('woff2'),
         url('../fonts/PlayfairDisplay-Medium.woff') format('woff'),
         url('../fonts/PlayfairDisplay-Medium.ttf') format('truetype'),
         url('../fonts/PlayfairDisplay-Medium.svg#PlayfairDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-SemiBold.eot');
    src: url('../fonts/PlayfairDisplay-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'),
         url('../fonts/PlayfairDisplay-SemiBold.woff') format('woff'),
         url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype'),
         url('../fonts/PlayfairDisplay-SemiBold.svg#PlayfairDisplay-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Bold.eot');
    src: url('../fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
         url('../fonts/PlayfairDisplay-Bold.woff') format('woff'),
         url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype'),
         url('../fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.header-top{
    background-color: #229CA1;
    padding-top: 12px;
    padding-bottom: 12px;
	overflow: hidden;
}
.fixed-header .header-top{
	padding: 0;
	height: 0;
}
.header-call, .header-email{
    display: inline-block;
    vertical-align: middle;
}
.header-call img, .header-email img{
    margin-right: 5px;
}
.header-call a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    vertical-align: middle;
}
.haeder-line{
    width: 1px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.42);
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
}
.header-email a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
}
.header-bottom{
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 99;
	animation: smoothScroll .6s forwards;
    transition: all ease 0.5s;
}
.fixed-header .header-bottom{
	position: relative;
	top: 0;
    width: 100%;
    animation: smoothScroll .6s forwards;
    transition: all ease 0.5s;
    z-index: 9999;
}
.fixed-header{
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
/*     padding: 12px 0; */
    box-shadow: 0 0px 5px #808080;
    animation: smoothScroll .6s forwards;
    transition: all ease 0.5s;
    z-index: 9999;
}
.header-right{
    text-align: right;
}
.header-menu ul{
    margin: 0;
    padding: 0;
}
.header-menu ul li{
    list-style: none;
    display: inline-block;
/*     margin-right: 20px; */
}
.header-menu ul li a{
text-decoration: none;
    text-transform: uppercase;
    color: #090909;
    font-size: 18px;
    padding: 0 12px;
    font-weight: 500;
    text-align: left;
}
.header-menu{
    display: inline-block;
    vertical-align: middle;
}
.header-btn{
    display: inline-block;
    vertical-align: middle;
}
.header-btn a{
    display: inline-block;
    text-decoration: none;
    background-color: #161616;
    color: #fbfbfc;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 20px 12px 20px;
}
.header-btn a:hover{
    background-color: #229CA1;
}
.header-right-bottom{
    text-align: right;
    margin-top: 5px;
}
.custom-design{
    background-color: #fff;
    padding: 12px 20px 10px 20px;
	animation: smoothScroll .6s forwards;
    transition: all ease 0.5s;
    z-index: 9999;
}
.banner-sec {
    position: relative;
    margin-top: 80px;
}
.banner-content {
    text-align: center;
}
.ms-slide-info {
	position: absolute !important;
    top: 84%;
    left: 0;
    padding: 30px 0;
    transform: translatey(-50%);
    width: 100% !important;
    background: #ffffffb3;
}

.ms-skin-default .ms-bullet {
    border-radius: 50%;
    background: #fff !important;
}
.ms-skin-default .ms-bullet-selected {
    background: #229CA1 !important;
    border-radius: 50%;
}
.ms-bullets.ms-dir-h {
    position: absolute !important;
    right: auto !important;
    bottom: 40px !important;
    left: 6% !important;
}
.banner-sec img{
    width: 100%;
} 
.banner-text{
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.banner-heading {
    color: #141414;
    text-decoration: none;
    font-size: 35px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Playfair Display';
    line-height: 1.1;
    margin-bottom: 20px;
}
.banner-heading strong{
    color: #141414;
}
.banner-btn a{
    background-color: #229CA1;
    color: #fff;
	font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 22px 12px 22px;
    letter-spacing: 3px;
}
.banner-btn a:hover{
    background-color: #161616;
}
.about-sec{
    padding-top: 100px;
    padding-bottom: 60px;
}
.about-us{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}
.about-line{
    width: 188px;
    height: 1px;
    background-color: rgb(71, 71, 71);
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}
.about-top{
    margin-bottom: 12px;
}
.about-heading{
    color: #161616;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Playfair Display';
    line-height: 1.2;
    margin-bottom: 30px;
}
.about-heading strong{
    color: #229CA1;
}
.about-para{
    color: #424242;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 40px;
}
.about-small-text{
display: inline-block;
    vertical-align: middle;
    color: #040404;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Playfair Display';
    width: 65%;
    margin-left: 8px;
    text-align: left;
    line-height: 1.3;
}
.about-img-part{
    text-align: right;
    position: relative;
    z-index: 5;
}
.about-img-part img{
	width: 100%;
}
.about-img-part::after{
    content: "";
    position: absolute;
    width: 139px;
    height: 133px;
    background: url("../images/cross-line-img.png");
    background-repeat: no-repeat;
    background-size: auto;
    top: -40px;
    left: 50px;
    z-index: -1;
}
.services-sec{
    background: url("../images/services-bg-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.our-services{
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
}
.we-area{
    text-align: center;
    color: #000;
    font-size: 27px;
    font-weight: bold;
    font-family: 'Playfair Display';
    margin-bottom: 40px;
    line-height: 1.3;
}
.we-area strong{
    color: #229CA1;
}
.services-part{
    text-align: center;
}
.services-part img{
	width: 100%;
	border-radius: 12px;
}
.services-title{
    color: #000;
    font-size: 25px;
    font-weight: 500;
    font-family: 'Playfair Display';
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 30px;
}
.services-para{
    color: #000;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 22px;
    height: 140px;
}
.services-btn a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    background-color: #229CA1;
    border-radius: 30px;
    padding: 10px 30px 10px 30px;
}
.services-btn a:hover{
    background-color: #040404;
}
.project-sec{
    padding-top: 70px;
    padding-bottom: 60px;
}
.work-line{
    width: 51px;
    height: 1px;
    background-color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.our-works{
    color: #0c0c0c;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}
.our-project{
    text-transform: uppercase;
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Playfair Display';
    margin-bottom: 30px;
}
.our-project strong{
    color: #229CA1;
}
.information-sec{
    background: url("../images/infomation-bg-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 45px;
    padding-bottom: 30px;
}
.creating-heading{
    text-transform: capitalize;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Playfair Display';
    margin-bottom: 30px;
    line-height: 1.2;
    text-align: end;
    position: relative;
    padding-right: 25px;
}
.creating-heading::after{
    position: absolute;
    content: "";
    background-color: #fff;
    width: 3px;
    height: 74px;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}
.contact-botttom{
    text-align: end;
}
.contact-line{
    width: 71px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.contact-us{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.information-left a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    /* font-family: 'Playfair Display';  */
    text-transform: uppercase;
    vertical-align: middle;
}
.information-left a:hover{
	color: #161616;
}
.information-left img{
    margin-right: 12px;
}
.testimonials-sec{
    padding-top: 60px;
    padding-bottom: 60px;
}
.testimonial-heading{
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #101010;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.words-heading{
    color: #101010;
    font-size: 35px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Playfair Display';
    margin-bottom: 30px;
}
.words-heading strong{
    color: #229CA1;
}
.specialist-sec .inner_txt{
	margin-bottom: 45px;
	text-align: justify;
}
.logo-part {
    padding-top: 8px;
}
.proj_img img {
    border-radius: 5px;
}
.proj_name {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #229ca1;
    margin-top: 10px;
}
.proj_btn {
    text-align: center;
}
.proj_btn a {
    background: #161616;
    padding: 10px;
    display: block;
    margin-top: 5px;
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff;
    letter-spacing: 1px;
}
footer{
    background-color: #000;
    padding: 40px 0 35px 0;
}
.footer-text{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 15px;
    padding-top: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.251);
}
.social-media{
    margin-top: 18px;
}
.social-media img{
    margin-right: 5px;
}
.social-media a{
    text-decoration: none;
}
.footer-logo{
	margin-bottom: 20px;
}
.footer-heading{
    color: #f3f3f3;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #707070;
    padding-bottom: 12px;
    position: relative;
    font-family: 'Playfair Display';
}
.footer-heading::after{
    content: "";
    position: absolute;
    background-color: #229CA1;
    width: 57px;
    height: 3px;
    bottom: -2px;
    left: 0;
}
.footer-one ul{
    padding: 0;
    margin: 0;
    margin-top: 18px;
}
.footer-one ul li{
    list-style: none;
}
.footer-one ul li a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.footer-one ul li a:hover{
    color: #229CA1;
}
.footer-services{
    margin-top: 18px;
    padding-bottom: 15px;
    margin-bottom: 18px;
}
.footer-services a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.footer-services a:hover{
    color: #229CA1;
}
.footer-call{
    margin-top: 18px;
}
.footer-email{
    margin-top: 10px;
}
.footer-address{
    margin-top: 12px;
}
.footer-call img, .footer-email img, .footer-address img{
    margin-right: 7px;
}
.footer-call span, .footer-email span{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}
.footer-call span a, .footer-email span a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}
.footer-call span a:hover{
    color: #229CA1;
}
.footer-email span a:hover{
    color: #229CA1;
}
.footer-address span{
    display: inline-block;
    width: 89%;
    vertical-align: top;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.footer-one strong{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin-top: 12px;
}
.copy-right{
    background-color: #229CA1;
    padding-top: 20px;
    padding-bottom: 18px;
    text-align: center;
}
.copy-right .copy{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.copy-right .copy a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
}
.copy-right .copy a:hover{
    color: #000;
}
.rmp-menu-title-image {
  height: auto;
  width: 80%;
}
#myBtn {
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    font-weight: normal;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 2px 5px;
    background: #229CA1;
}
.page .entry-header, .blog_page_header{
/*     background: url("../images/banner-img.jpg") no-repeat; */
background-size: cover !important;
    max-width: 100% !important;
    padding: 150px 0 20px !important;
    margin: 0 0 30px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-title, .blog_page_title{
text-align: center !important;
    color: #232323 !important;
    max-width: 100% !important;
    font-size: 35px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    position: relative !important;
    z-index: 99 !important;
    margin-bottom: 0 !important;
    letter-spacing: 2px !important;
    margin-bottom: 3px !important;
}
.breadcrumb-container {
    width: 100%;
    color: #229CA1;
    position: relative;
    font-size: 16px;
}
.breadcrumb-container a {
    color: #229CA1;
}
/* .page .entry-header:before, .blog_page_header:before {
    background: rgb(0 0 0 / 50%);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
} */

#sp-testimonial-free-wrapper-38 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet{
 	background: #000 !important;
}
#sp-testimonial-free-wrapper-38 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #229CA1 !important;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p{
	color: #000 !important;
	font-family: 'Yantramanav' !important;
	font-size: 18px !important;
	font-weight: normal !important;
	position: relative;
	margin-top: 100px !important;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p::after {
    content: "";
    position: absolute;
    background: url("../images/colon-img.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    width: 74px;
    height: 83px;
    top: -100px;
    left: 50%;
	transform: translate(-50%, 0);
}
.sp-testimonial-client-name{
	color: #1c1c1c !important;
	font-family: 'Yantramanav' !important;
	font-size: 22px !important;
	font-weight: bold !important;
}

.contact_page_heading {
    color: #090909;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
	font-family: 'Playfair Display';
}
.contact_page_heading:before {
    position: absolute;
    content: "";
    bottom: 8px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #229CA1;
}
.contact_page_heading strong {
    color: #229CA1;
}
.contact_page_info {
    position: relative;
    color: #000;
    margin-top: 25px;
    padding-left: 32px;
}
.contact-img {
    position: absolute;
    top: 3px;
    left: 0;
}
.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;
}
.contact_page_info a:hover{
	color: #229CA1;
}
.frm_fld {
    margin-bottom: 14px;
}
.frm_fld label {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 16px;
}
.get-sec .frm_fld input, .get-sec .frm_fld select {
    width: 100%;
    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%;
    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 {
    text-transform: capitalize !important;
    background: #229CA1 !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;
}
.send_btn input:hover {
    background-color: #161616  !important;
}
.contact-deatails .frm_fld p{
	margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
	border-color: #229CA1 !important;
}
.faq-heading{
	text-align: center;
    color: #000;
    font-size: 25px;
    font-weight: 700;
	text-transform: capitalize;
	font-family: 'Playfair Display';
}
.faq-heading strong{
	color: #229CA1;
}
.omsc-toggle-title{
	font-family: 'Yantramanav';
}
.omsc-toggle-inner {
    font-family: 'Yantramanav' ;
}
.cont-txt{
	text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: normal;
	text-transform: capitalize;
	margin-bottom: 40px;
	margin-top: 10px;
}

.review-content {
    padding: 20px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    color: #1d1d1d;
    font-size: 16px;
    font-weight: normal;
    min-height: 490px;
}
.review-content img {
    margin-top: 20px;
	margin-bottom: -10px;
}
.reviews-name {
    color: #229CA1;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    position:relative;
}
.reviews-name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    background: #229CA1;
    width: 32px;
    height: 2px;
}

.inner_content {
    padding: 60px 0;
}
.inner_titl {
    color: #161616;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Playfair Display';
    line-height: 1.2;
    margin-bottom: 30px;
	position:relative;
}
.inner_titl strong {
    color: #229CA1;
}
.inner_titl :before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #229CA1;
}
.inner_txt {
   color: #424242;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.5;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    
}
.footer_btn1 {
    background: #040404;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.footer_btn2 {
    background: #229CA1;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.footer_btn3 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    padding-top: 9px;
}
.thankyou-btn a {
    text-decoration: none !important;
    color: #fff;
    background: #040404;
    text-align: center;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}
.error_page {
/* padding: 50px 0 100px; */
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inner_content_full {
    background: #eaeaea;
    padding: 50px 0;
    margin-bottom: 0px;
}
.inner_txt ul {
    margin: 0;
    padding: 0;
}
.inner_txt ul li {
    background-image: url(../images/tick.png);
    list-style-type: none;
    background-size: 17px;
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-bottom: 15px;
    background-position: 0px 2px;
}
.inner_cta {
    background: #1d9a9f;
    padding: 40px;
    text-align: center;
    color: #fff;
}
.inner_cta strong {
    font-size: 30px;
}
/* =============Responsive=========== */

@media only screen and (min-width : 300px) and (max-width : 1200px) {
	.header-menu ul li a{
	    font-size: 16px;
		padding: 0 11px;
	}
	.header-btn a{
	   font-size: 16px;
	   padding: 12px 14px 12px 14px;
	}
}
@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header-btn a, .header-top, .header-right-bottom, .creating-heading::after, .work-line{
		display: none;
	}
	.copy-right {
      padding-bottom: 50px;
}
	.creating-heading{
		padding-right: 0;
	}
	.our-works{
		text-align: center;
		display: block;
	}
	 .our-project{
		text-align: center;
	}
 	.header-bottom{
		background: #fff;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
	} 
	.logo-part img{
		width: 280px;
		height: auto;
	}
	.custom-design {
		padding: 10px 0;
	}
	.banner-sec{
		margin-top: 68px;
	}
	.ms-slide-info{
		margin-top: 0 !important;
		padding:20px 0px !important;
	}
	.banner-heading, .banner-heading strong, .about-heading, .we-area, .our-project, .creating-heading, .words-heading, .information-left a, .contact_page_heading, .inner_titl{
		font-size: 20px;
	}
	.banner-btn a{
		padding: 10px 20px;
		font-size: 12px;
	}
	.ms-bullets.ms-dir-h {
		position: absolute !important;
		bottom: 40px !important;
        left: 6% !important;
}
	  .ms-bullets.ms-dir-h {
		position: absolute !important;
		bottom: 10px !important;
        left: 6% !important;
}
	.about-img-part::after{
		display: none;
	}
	 .about-sec, .about-sec, .project-sec, .testimonials-sec, .services-sec{
		 padding-top: 40px;
		 padding-bottom: 40px;
}
	.services-part{
		margin-top: 30px;
	}
	.footer-one{
		margin-top: 40px;
	}
	footer {
        padding: 25px 0 35px 0;
}
	.page .entry-header{
	   padding: 80px 0 0 !important;
       margin: 68px 0 20px !important;
	}
	.page .entry-title{
		font-size: 24px !important;
	}
	.specialist-sec .inner_txt {
		margin-bottom: 10px;
	}
	.review-part{
		margin-bottom: 20px;
	}
	.abt_img{
		margin-bottom: 30px;
	}
}

@media only screen and (max-width : 320px) {
	.banner-heading{
		margin-bottom: 20px;
	}
	.ms-bullets.ms-dir-h {
		position: absolute !important;
		bottom: 10px !important;
        left: 0% !important;
}
	.ms-view, .ms-slide {
      height: 250px !important;
}
   .ms-slide-bgcont img {
     object-fit: cover !important;
}
	.about-img-part{
		margin-top: 20px;
	}
	.information-right{
		margin-top: 20px;
	}
	.creating-heading, .contact-botttom{
		text-align: left;
	}
	.footer-heading, .footer-services{
		width: 300px;
	}
	.contact_right{
		margin-top: 30px;
	}
	.about-small-text{
	    width: 70%;
	}
	.ms-slide-info {
        left: 2%;

}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.banner-heading{
		margin-bottom: 20px;
	}
	.ms-bullets.ms-dir-h {
		position: absolute !important;
		bottom: 10px !important;
        left: 0% !important;
}
	.ms-view, .ms-slide {
      height: 250px !important;
}
   .ms-slide-bgcont img {
     object-fit: cover !important;
}
	.about-img-part{
		margin-top: 20px;
	}
	.information-right{
		margin-top: 20px;
	}
	.creating-heading, .contact-botttom{
		text-align: left;
	}
	.footer-heading, .footer-services{
		width: 300px;
	}
	.contact_right{
		margin-top: 30px;
	}
	.about-small-text{
	    width: 70%;
	}
	.ms-slide-info {
		left: 0%;

	}
}

@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-heading{
		margin-bottom: 20px;
	}
	.ms-bullets.ms-dir-h {
		position: absolute !important;
		bottom: 10px !important;
        left: 6% !important;
}
	.about-img-part{
		margin-top: 20px;
	}
	.information-right{
		margin-top: 20px;
	}
	.creating-heading, .contact-botttom{
		text-align: left;
	}
	.footer-heading, .footer-services{
		width: 220px;
	}
	.contact_right{
		margin-top: 30px;
	}

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.about-small-text {
  width: auto;
  margin-left: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.about-small-text {
  width: auto;
  margin-left: 0;
}
}

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

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

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

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {
.ms-slide-info {
    left: 0;
	top: 90%;
}
}

@media screen and (min-width: 2048px) {
.ms-slide-info {
    left: 0;
	top: 90%;
}
}

@media screen and (min-width: 2550px) {
.ms-slide-info {
    left: 0;
	top: 90%;
}
}





