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

/* Fonts Poppins Family */

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

/* Fonts Playfair Display Family */

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Regular.eot');
    src: url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
         url('../fonts/PlayfairDisplay-Regular.woff') format('woff'),
         url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype'),
         url('../fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-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-Bold.eot');
    src: url('../fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
         url('../fonts/PlayfairDisplay-Bold.woff') format('woff'),
         url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype'),
         url('../fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.header-sec{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.header-top{
    background-color: #000;
    padding: 10px 0;
    border-bottom: 1px solid #68696b65;
    overflow: hidden;
    height: 46.16px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.darkHeader {
    background: #fff;
    box-shadow: 0px 0px 5px rgb(161 161 161 / 50%);
}
.darkHeader .header-top {
    height: 0;
    padding: 0;
	border-bottom: 0;
}
.header-top-left span{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
}
.header-top-left span:first-child{
    margin-right: 30px;
}
.header-top-left span a{
    display: inline-block;
    color: #ffffff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-top-left span a:hover{
    color: #ff0000;
}
.header-top-right span{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
}
.header-top-right span a{
    margin-right: 3px;
}
.header-top-right span a:first-child{
    margin-left: 12px;
}
.header-bottom{
    background-color: #000;
    padding: 20px 0;
}
.header-logo img {
    width: 169px;
    height: auto;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}
.header-menu ul {
    margin: 0;
    padding: 0;
}
.header-menu ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
	margin-right: 8px;
}
.header-menu ul li:nth-child(6){
    margin-right: 0;
}
.header-menu ul li:last-child{
    margin-right: 0;
}
.header-menu ul li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-menu ul li a:hover {
    color: #ff0000;
}
.header-menu ul .header-btn{
    margin-left: 35px;
}
.header-menu ul .header-btn a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    background-color: #ff0000;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-menu ul .header-btn a:hover{
    color: #000;
    background-color: #fff;
}
.banner-sec{
    position: relative;
    margin-top: 129px;
/*  padding: 50px 0 0; */
    background-color: #000;
}
.banner-content-wrap{
	position: absolute;
    top: 50%;
    left: 0;
    min-width: 100%;
    transform: translatey(-50%);
    z-index: 99;
}
.banner-welcome-head{
    font-size: 18px;
    letter-spacing: 3px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.banner-head{
    font-size: 40px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.2;
/*  font-family: "Playfair Display"; */
    text-transform: capitalize;
}
.banner-btn .banner-btn1{
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    margin-right: 10px;
    background-color: #ff0000;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner-btn .banner-btn2{
	margin-top: 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    background-color: #ff0000;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner-btn .banner-btn1:hover, .banner-btn .banner-btn2:hover{
    color: #000;
    background-color: #fff;
}
.banner-video-part{
/*  margin-top: 50px; */
}
.video-box{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top center;
    border-radius: 20px;
    display: block;
	margin-bottom: 0;
}
.video-wrap{
    position: relative;
}
.play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:80px;
    height:80px;
    border:none !important;
	outline: 0 !important;
    border-radius:50%;
    cursor:pointer;
    font-size:30px;
    color:#ff0000 !important;
    background:#ffffff63 !important;
    display:flex;
    align-items:center;
    justify-content:center;
    animation:pulse 1.8s infinite;
    transition:.3s;
}

.play-btn:hover{
    transform:translate(-50%,-50%);
}

@keyframes pulse{
    0%{
        box-shadow:0 0 0 0 #ffffffb3;
    }
    70%{
        box-shadow:0 0 0 20px rgba(255,77,77,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(255,77,77,0);
    }
}
.marquee {
    overflow: hidden;
    white-space: nowrap;
    background: #000;
    padding: 30px 0;
    border-bottom: 1px solid #68696b65;
}
.marquee_inner {
   display: inline-block;
   white-space: nowrap;
   animation: scroll 15s linear infinite;
}
.marquee_inner:hover {
    animation-play-state: paused;
    color: red;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.marquee_inner span {
    color: #fff;
    margin: 0 40px;
    font-size: 18px;
    display: inline-block;
}
.services-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.services-title{
    font-size: 18px;
    letter-spacing: 3px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}
.services-head{
    font-size: 40px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.2;
/*  font-family: "Playfair Display"; */
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 50px;
}
.services-part{
    padding: 40px 15px 30px;
    border-radius: 10px;
    background-color: #0d0d0d;
    border: 1px solid #283243;
    text-align: center;
    margin: 10px 0;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    min-height: 100%;
}
#service_slide .owl-stage {
     display: flex;
     padding-bottom: 0;
}
#service_slide .owl-item {
     min-height: 100%;
     display: flex;
     flex-wrap: wrap;
     margin-bottom: 30px !important;
}
#service_slide .item {
    flex: 0 0 auto;
    max-width: 100%;
    min-width: 100%;
}
.services-part img{
    width: auto !important;
    margin: 0 auto;
    height: 64px;
}
.services-part:hover{
    transform:translateY(-10px);
    border: 1px solid #ff0000;
}
.services-part-title{
    margin-top: 70px;
    display: inline-block;
    border-radius:  30px;
    background-color: #1d1d1d;
    border: 1px solid #444444;
    padding: 10px 22px;
    line-height: 1.2;
    text-transform: capitalize;
    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;
}
.services-part:hover .services-part-title{
    background-color: #ff0000;
    border: 1px solid #ff0000;
}
.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    background: url("../images/next-arrow-img.png") #ffffff0d no-repeat center;
    position: absolute;
    top: 45%;
    left: -5%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    filter: drop-shadow(0px 6px 3px rgba(0,0,0,0.28));
    border-radius: 30px;
    border: 1px solid #2832436c;
}
.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    background: url("../images/next-arrow-img.png") #ffffff0d no-repeat center;
    position: absolute;
    top: 45%;
    right: -5%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    filter: drop-shadow(0px 6px 3px rgba(0,0,0,0.28));
    transform: scaleX(-1);
    border-radius: 30px;
    border: 1px solid #2832436c;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.choose-title{
    font-size: 18px;
    letter-spacing: 3px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.choose-head{
    font-size: 40px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.2;
/*  font-family: "Playfair Display"; */
    text-transform: capitalize;
    margin-bottom: 30px;
}
.choose-txt{
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 50px;
}
.choose-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 15px 15px;
    border-radius: 10px;
    background-color: #0d0d0d;
    border: 1px solid #283243;
    min-height: 100%;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.choose-box span{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    text-transform: capitalize;
}
.choose-right{
    position: relative;
}
.choose-right img{
    border-radius: 20px;
    width: 100%;
    border: 1px solid #283243;
}
.iphone-part{
    position: absolute;
    bottom: 15px;
    left: 50px;
}
.iphone-text{
    position: absolute;
    bottom: 125px;
    left: -35px;
    font-size: 12px;
    width: 146%;
    color: #000000;
    font-weight: normal;
    text-transform: capitalize;
    border-radius: 30px;
    background-color: #e6e6e6;
    padding: 8px 10px;
	text-align: center;
}
.live-deterrence-txt{
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    border-radius: 10px;
    background-color: #1d1d1d;
    border: 1px solid #ff0000;
    padding: 12px 20px 12px 30px;
    position: absolute;
    top: 18px;
    right: 18px;
}
.live-deterrence-txt::before{
    content: "";
    position: absolute;
    left: 12px;
    top: 15px;
    width: 10px;
    height: 10px;
    background-color: #ff0000;
    border-radius: 50%;
}
.products-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.products-title {
    font-size: 18px;
    letter-spacing: 3px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}
.products-head {
    font-size: 40px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.2;
/*  font-family: "Playfair Display"; */
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 50px;
}
.products-part {
    padding: 40px 15px 30px;
    border-radius: 10px;
    background: 
    radial-gradient(circle at top right, rgba(90, 8, 15, 0.7) 0%, rgba(90, 8, 15, 0) 60%), 
    linear-gradient(135deg, #09090d 0%, #0c0910 100%);
    border: 1px solid #283243;
    text-align: center;
    margin: 10px 0;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    min-height: 100%;
}
.products-part img {
    width: auto !important;
    margin: 0 auto;
}
.products-sec .owl-nav{
    display: block !important;
}
.testimonial-sec{
    padding-bottom: 80px;
}
.testimonial-title{
    font-size: 18px;
    letter-spacing: 3px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}
.testimonial-head{
    font-size: 40px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.2;
/*  font-family: "Playfair Display"; */
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 30px;
}
footer{
    padding-top: 80px;
    background-color: #181818;
}
.footer-social{
    margin-top: 30px;
}
.footer-social a{
    margin-right: 3px;
}
.footer-social a:last-child{
    margin-right: 0;
}
.footer-title{
    font-size: 20px;
    line-height: 1.2;
    color: #f6f6f9;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.footer-list ul {
    margin: 0;
    padding: 0;
}
.footer-list ul li{
    list-style: none;
    padding-bottom: 8px;
}
.footer-list ul li:last-child{
    padding-bottom: 0;
}
.footer-list ul li span {
    background-color: #ff0000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.footer-list-last ul li{
    padding-bottom: 15px;
}
.footer-list ul li a{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;   
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-list ul li strong{
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
}
 .footer-list-last ul li a{
     text-transform: none;   
 }
.footer-list ul li a:hover{
    color: #ff0000;
    padding-left: 4px;
}
.footer-copyright{
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 60px;
    border-top: 1px solid #ffffff28;
    padding: 15px 0;
    position: relative;
    z-index: 1;
}
.footer-copyright a{
    color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-copyright a:hover{
    color: #ff0000;
}
#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-image: linear-gradient(87deg, #e91d24 0%, #9e080d 100%);
    background-image: -moz-linear-gradient(87deg, #e91d24 0%, #9e080d 100%);
    background-image: -webkit-linear-gradient(87deg, #e91d24 0%, #9e080d 100%);
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.page .entry-header, .blog_page_header {
    background: #000 !important;
    max-width: 100% !important;
    padding: 250px 0 150px !important;
    margin: 0 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: 600 !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 99 !important;
    margin-bottom: 5px !important;
/* 	font-family: "Playfair Display"; */
}
.sp-testimonial-free{
	border-radius: 15px !important;
	padding: 25px 15px !important;
	margin: 30px 0 !important;
    background: url("../images/quote-img.png") #0d0d0d no-repeat !important;
    background-size: auto !important;
    background-position: bottom 30px right 30px !important;
	min-height: 330px !important;
    border: 1px solid #4a4a4a !important;
}
.sp-testimonial-content p{
	font-size: 15px !important;
	color: #fff !important;
	font-weight: normal !important;
	font-style: italic !important;
	text-align: left !important;
	padding: 0 !important;
	max-height: 200px;
	overflow-y: scroll;
    scrollbar-width: thin;
	scrollbar-color: #fff #0d0d0d;
}
.sp-testimonial-client-name{
	font-size: 18px !important;
	color: #fff !important;
	font-weight: 600 !important;
	text-transform: capitalize !important;
	text-align: left !important;
}
.sp-testimonial-free-section .sp-testimonial-client-designation{
	text-align: left !important;
}
.sp-testimonial-free-section .sp-testimonial-client-rating{
	display: flex !important;
}
.contact_page_heading {
    color: #000;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
/* 	font-family: "Playfair Display"; */
}
.contact_page_heading:before {
    position: absolute;
    content: "";
    bottom: 7px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #ff0000;
}
.contact_page_heading strong {
    color: #ff0000;
}
.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: #ff0000;
}
.contact_right {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 25px 20px;
    border-radius: 5px;
}
.get-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
}
.get-sec .frm_fld input::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.get-sec .frm_fld select {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
    appearance: none;
    background: url("../images/dropdown.png") #fff no-repeat center right 10px;
    background-size: auto;
}
.get-sec .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
    height: 120px;
}
.get-sec .frm_fld textarea::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.get-sec .send_btn input {
    margin-top: 30px !important;
    text-transform: uppercase !important;
    background: #ff0000 !important;
    color: #fff !important;
	border-radius: 30px !important;
    padding: 13px 30px !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.get-sec .send_btn input:hover {
    background-color: #000 !important;
}
.get-sec .contact-deatails .frm_fld p, .get-sec .contact-deatails .send_btn p{
    margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #ff0000 !important;
}
.breadcrumb-container {
    width: 100%;
    color: #ff0000;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #ff0000;
}
.post .entry-summary, .post .entry-content {
    color: #666;
}
.more-link {
    background: #ff0000;
    display: block;
    color: #fff !important;
    text-transform: capitalize;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 10px 18px;
    width: 230px;
    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: #000;
}
.post .entry-summary .meta-nav{
    margin-left: 5px;
}
.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;
}
.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #000;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
/* 	font-family: "Playfair Display"; */
}
.inner_titl strong {
    color: #ff0000;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #ff0000;
}
.inner_txt {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
}
.inner_list_txt{
    margin-top: 20px;
}
.inner_list_txt ul {
   padding: 0;
   margin: 0
}
.inner_list_txt ul li {
    background: url("../images/list-img.png");
    background-position: top 4px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    padding-bottom: 6px;
}
.inner_bottm_sec {
    background: #f1f1f1;
    padding: 30px 20px;
    text-align: center;
}
.inner_bottm_sec .inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #ff0000;
}
.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%; 
}
.inner-btn {
    margin-top: 20px;
}
.inner-btn a{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    background: #ff0000;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.inner-btn a:hover{
	background: #000;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    background: #ff0000;
    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: #5a080f;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.thankyou-btn a {
    text-decoration: none !important;
    color: #fff;
    background: #000;
    text-align: center;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
.thankyou-btn a:hover{
    background-color: #171717;
}
.error_page {
    padding: 40px 0 80px;
}


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

@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header-top, .header-menu{
		display: none;
	}
	.banner-sec{
		margin-top: 74px;
	}
	.owl-nav{
		text-align: center;
		margin-top: 30px;
	}
	.owl-carousel .owl-nav button.owl-prev{
		position: static;
		transform: none;
		margin: 0 5px;
	}
	.owl-carousel .owl-nav button.owl-next{
		position: static;
		margin: 0 5px;
	}
	.rmp-menu-title-image {
        width: 80%;
        height: 100%;
    }
	.banner-head{
		font-size: 30px;
	}
	.services-sec, .products-sec{
		padding: 60px 0;
	}
	.testimonial-sec{
		padding-bottom: 60px;
	}
	footer{
		padding-top: 60px;
	}
	.services-head, .products-head, .testimonial-head, .choose-head{
		font-size: 26px;
	}
	.iphone-img{
		max-width: 130px;
	}
	.iphone-text{
		width: 100%;
		left: 0;
	}
    .page .entry-header, .blog_page_header {
        padding: 130px 0 !important;
        margin: 74px 0 50px !important;
    }
}

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

@media only screen and (max-width : 320px) {
	.video-box{
		min-height: 400px;
	}
	.banner-content-inner{
		padding: 0 10px;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.video-box{
		min-height: 400px;
	}
	.banner-content-inner{
		padding: 0 10px;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
}

@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) {
   .video-box{
		min-height: 400px;
	}
	.banner-content-inner{
		padding: 0 10px;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
}

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

}

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

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

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

/* 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-menu ul li a{
		padding: 0 9px;
	}
	.header-menu ul .header-btn{
		margin-left: 0;
	}
	.header-menu ul .header-btn a{
		padding: 10px 20px;
	}
	.footer-list ul li a{
		 font-size: 14px
	}
}

@media screen and (min-width: 1424px) {
	.page .entry-header, .blog_page_header{
		padding: 350px 0 250px !important;
	}
}

@media screen and (min-width: 1624px) {
	.page .entry-header, .blog_page_header{
		 padding: 350px 0 250px !important;
	}
}

@media screen and (min-width: 1920px) {
	.page .entry-header, .blog_page_header{
		 padding: 350px 0 250px !important;
	}
}

@media screen and (min-width: 2048px) {
    .page .entry-header, .blog_page_header{
		 padding: 350px 0 250px !important;
	}
}

@media screen and (min-width: 2550px) {
	.page .entry-header, .blog_page_header{
		 padding: 350px 0 250px !important;
	}
}
