@font-face {
    font-family: 'IBMPlexSansRegular';
    src: url('../fonts/IBMPlexSansRegular.eot');
    src: url('../fonts/IBMPlexSansRegular.eot') format('embedded-opentype'),
         url('../fonts/IBMPlexSansRegular.woff2') format('woff2'),
         url('../fonts/IBMPlexSansRegular.woff') format('woff'),
         url('../fonts/IBMPlexSansRegular.ttf') format('truetype'),
         url('../fonts/IBMPlexSansRegular.svg#IBMPlexSansRegular') format('svg');
}
@font-face {
    font-family: 'IBMPlexSansBold';
    src: url('../fonts/IBMPlexSansBold.eot');
    src: url('../fonts/IBMPlexSansBold.eot') format('embedded-opentype'),
         url('../fonts/IBMPlexSansBold.woff2') format('woff2'),
         url('../fonts/IBMPlexSansBold.woff') format('woff'),
         url('../fonts/IBMPlexSansBold.ttf') format('truetype'),
         url('../fonts/IBMPlexSansBold.svg#IBMPlexSansBold') format('svg');
}

html {
  scroll-behavior: smooth;
}
a:hover {
    text-decoration: none;
}
.container {
    max-width: 1200px;
}
header {
    position: relative;
    z-index: 111111;
}
.main_top {
    position: relative;
}
.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar {
    padding: 0;
    float: right;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.dropdown-toggle::after {
    display: none;
}
.nav-link {
    color: #77797E !important;
    font-weight: 500;
	font-size: 14px;
	transition: all 200ms linear;
	position: relative;
	padding: 8px 7px !important;
	display: inline-block;
	font-family: 'IBMPlexSansRegular';
	text-transform: uppercase;
}
.navbar-brand {
	padding-top: 0;
}
.nav-item:hover .nav-link {
    color: #cf2632 !important;
}
.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #8167a9;
    opacity: 0;
    transition: all 200ms linear;
    display: none;
}
.nav-item {
    position: relative;
    transition: all 200ms linear;
}
.explore_btn a {
	background: #cf2632;
	padding: 23px 50px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	line-height: 73px;
	position: relative;
	font-size: 20px;
	font-family: 'IBMPlexSansRegular';
}
.explore_btn a::before {
	position: absolute;
	content: "";
	top: 0;
	left: -0.5px;
	width: 25px;
	height: 100%;
	background-color: #fff;
	-webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
	clip-path: polygon(100% 0, 0 0, 0 100%);
	z-index: 1;
}
.explore_btn a:hover {
    background: #731092;
    color: #fff;
}
.top_bar {
	border-top: 4px solid #690e84;
	display: flex;
	justify-content: right;
}
.navbar-brand img{
    width: 80%;
}
.inr_top_bar {
	background: #731092;
	width: 84%;
	padding: 4px 10px 7px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inr_top_bar::before {
	position: absolute;
	content: "";
	top: -12px;
	left: -50px;
	width: 62px;
	height: 100%;
	background-color: #731092;
	-webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
	clip-path: polygon(100% 0, 0 0, 0 100%);
	z-index: 1;
	transform: rotate(90deg);
}
.top_bar_lft ul{
    margin: 0;
    padding: 0;
}
.top_bar_lft ul li {
	list-style: none;
	display: inline-block;
	line-height: 25px;
	padding-right: 15px;
}
.top_bar_lft ul li a {
	font-weight: 500;
	font-size: 14px;
	color: #D4EAFF;
	font-family: 'IBMPlexSansRegular';
	text-decoration: none;
}
.top_bar_lft ul li a:hover .mail_icon i{
	color: #cf2632;
}
.top_bar_lft ul li a:hover {
	color: #cf2632;
	text-decoration: none !important;
}

.logged-out a.active{
	background: #cf2632;
	padding: 7px 10px;
	border-radius: 6px;
}
.mail_icon i{
    margin-right: 8px;
    color: #fff;
}
.banner{
     position: relative;
}
.banner::before {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	content: "";
	z-index: 111;
}
.banner .container{
    z-index: 2222;
}
.banner_txt {
	margin: 120px auto;
	width: 65%;
	text-align: center;
}
.banner_txt h3 {
	font-weight: 700;
	font-size: 42px;
	color: #fff;
	font-family: 'IBMPlexSansBold';
}
.banner_txt h3 span {
	background-color: #fba81a;
	color: #000;
	border-radius: 50px;
	margin: 15px 0 0 0;
	display: inline-block;
	padding: 3px 15px;
	font-weight: 500;
	font-size: 35px;
}
.banner_txt p {
	font-family: 'IBMPlexSansRegular';
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	line-height: 34px;
	margin: 20px 0 30px;
}
.banner_txt p span{
	background-color: #4e26d4;
	color: #fff;
	border-radius: 50px;
	padding: 3px 11px;
	font-weight: 600;
	font-size: 20px;
}
.banner a {
	padding: 13px 22px;
	line-height: 73px;
	font-size: 18px;
}
.header_bar{
    display: flex;
    justify-content: space-between;
 }
 #demo-1 {
     position: relative;
     overflow: hidden;
     min-height: 620px;
 }
 .nav-menu {
	display: flex;
}
 .about_lft{
    padding-left: 25px;
 }
 .about_lft h2 {
	font-weight: 600;
	font-size: 16px;
	color: #4e26d4;
	text-transform: uppercase;
}
.about_lft h4 {
	font-weight: 800;
	font-size: 50px;
	color: #2b2b28;
	line-height: 58px;
}
.about_lft p{
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 35px;
}
.inr_security h3{
	font-weight: 700;
	font-size: 21px;
	color: #2b2b28;
}
.inr_security p{
	color: #8a8a8a;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.about_us .explore_btn a {
	padding: 13px 27px;
    font-size: 17px;
}
.about_lft ul{
     margin: 0;
     padding: 20px 0 0 0;
 }
.about_lft ul li:hover {
     color: #4e26d4;
     cursor: pointer;
 }
 .about_lft ul li::before {
     height: 25px;
     width: 25px;
     background: url(../images/arrow_icon.svg) no-repeat;
     content: "";
     background-size: 5px;
     left: 0;
     position: absolute;
     top: 14px;
 }
 .top-header-bg{
    border-bottom: 4px solid #ce2330;
    padding-left: 35px;
}
#navbarSupportedContent li a.active{
    color: #ce2330 !important;
}
#navbarSupportedContent{
    margin: 10px 0 0 0;
}
.about_us{
    padding: 80px 0 0 0;
}
.inr_security {
	display: flex;
	margin-bottom: 30px;
}
.security_icon i {
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	margin-right: 20px;
	color: #cf2632;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 1px 1.732px 30px 0px rgba(0,0,0,.1);
}
.security_sec {
	display: flex;
	padding: 230px 0 0 0;
	gap: 55px;
    position: relative;
    z-index: 1111;
}
.video_sec {
	background-image: url(../images/video_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 215px 0 0 0;
	min-height: 600px;
    position: relative;
}
.video_sec::before {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	content: "";
}
.video_bar {
	width: 61%;
	margin: -135px auto;
	background: #fff;
	padding: 10px;
	border-radius: 12px;
    position: relative;
    z-index: 1111;
}
.security_lft h3 {
	font-weight: 700;
	font-size: 31px;
	color: #fff;
	font-family: 'IBMPlexSansBold';
	line-height: 43px;
}
.security_lft h3 span {
	color: #cf2632;
}
.security_rt p {
	font-family: 'IBMPlexSansRegular';
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	margin: 0;
}
.aheto-clients--classic.grayscale img {
	opacity: 1;
	-webkit-filter: grayscale(100%) brightness(1.3);
	filter: grayscale(100%) brightness(1.3);
}
.partner_list {
	position: relative;
	text-align: center;
	width: 100%;
	padding: 40px 0;
}
.partner_list ul{
    margin: 0;
    padding: 0;
}
.partner_list ul li {
	list-style: none;
	display: inline-block;
	width: 16%;
	margin-bottom: 35px;
}
.partner_list ul li img {
	opacity: 1;
	-webkit-filter: grayscale(100%) brightness(1.3);
	filter: grayscale(100%) brightness(1.3);
    cursor: pointer;
}
.partner_list ul li img:hover {
	-webkit-filter: grayscale(0) brightness(1);
	filter: grayscale(0) brightness(1);
}

.get_quote{
    background-image: url(../images/contact_bg.png);
	background-repeat: no-repeat;
    background-color: #fff;
	background-size: cover;
    padding: 100px 0 80px;
}
.get_touch_rt{
    border-radius: 5px;
    border-top: 5px solid #cf2431;
    -webkit-box-shadow: 0 10px 50px rgb(223, 223, 223);
    box-shadow: 0 10px 50px rgb(223, 223, 223);
    padding: 54px 36px 67px;
    background: #fff;
}
.get_touch_lft h3 {
	font-weight: 700;
	font-size: 48px;
	color: #313131;
	font-family: 'IBMPlexSansBold';
	line-height: 58px;
}
.get_touch_lft h3 span{
	color: #cf2431;
}
.get_touch_lft p{
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 20px;
}
.get_touch_lft .inr_security {
	margin-bottom: 8px;
}
.get_touch_lft .security_txt h3 {
	font-weight: 400;
	font-size: 16px;
	color: #313131;
	line-height: 43px;
	font-family: 'IBMPlexSansRegular';
}
.get_touch_rt h2 {
	font-weight: 700;
	font-size: 29px;
	color: #313131;
	font-family: 'IBMPlexSansBold';
	line-height: 58px;
	text-align: center;
	padding-bottom: 15px;
}
.get_touch_rt form input {
	padding: 16px 18px;
	border-bottom: 2px solid #e8e8e8;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	border-radius: 0;
    -moz-appearance: textfield;
    margin: 0 0 20px 0;
}
.get_touch_rt form textarea {
	padding: 16px 18px;
	border-bottom: 2px solid #e8e8e8;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	border-radius: 0;
    resize: none;
}
.get_touch_rt form input::placeholder {
    color: #c8c8c8;
}
.get_touch_rt form textarea::placeholder {
    color: #c8c8c8;
}
.get_touch_rt form button {
	background: #cf2632;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	line-height: 40px;
	position: relative;
	font-size: 20px;
	font-family: 'IBMPlexSansRegular';
	font-size: 17px;
	width: 100%;
	margin: 25px 0 0 0;
}
.get_touch_rt form button:hover {
	background: #731092;
	color: #fff;
}
.aheto-socials {
	display: flex;
	align-items: center;
	gap: 15px;
    margin: 30px 0 0 0;
}
.aheto-socials a{
	font-weight: 500;
	font-size: 16px;
	color: #313131;
	line-height: 43px;
	font-family: 'IBMPlexSansRegular';
	text-decoration: none;
}
.aheto-socials a i{
	margin-right: 7px;
}
.aheto-socials a:hover{
	color: #cf2632;
}
.top_bar_rt {
	display: flex;
	gap: 50px;
}
.top_bar_rt ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}
.logged-out {
	display: flex;
	gap: 25px;
	align-items: center;
}
.logged-out a {
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	font-family: 'IBMPlexSansRegular';
    text-decoration: none;
}
.logged-out a:hover {
	color: #ce2330;
}
.logged-out a:hover {
    background-color: #731092;
}
.top_bar_rt ul li {
	list-style: none;
	display: inline-block;
	margin: 0 13px;
}
.top_bar_rt li a i {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.top_bar_rt li a i:hover{
	color: #ce2330;
}
.hdr_bar_rt {
	display: flex;
	gap: 21px;
}
.ova-contact-info {
	display: flex;
	align-items: center;
	gap: 13px;
}
.ova-contact-info .icon {
	width: 48px;
	min-width: 48px;
	height: 48px;
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
	border-radius: 50% 50% 50% 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.ova-contact-info .icon i {
	color: #cf2632;
}
.ova-contact-info .contact .label {
	font-family: 'IBMPlexSansRegular';
	font-size: 15px;
	font-weight: 300;
	color: #b0b0b0;
}
.ova-contact-info ul {
	margin: 0;
	padding: 0;
}
.ova-contact-info ul li{
	list-style: none;
}
.ova-contact-info ul li a {
	font-size: 16px;
	font-weight: 600;
	font-family: 'IBMPlexSansRegular';
	color: #3c3a3a;
	text-decoration: none;
}
.banner .zs-bullets{
    display: none;
}
.security_box {
	background: #222629;
	padding: 30px;
	border-radius: 5px;
	position: relative;
}
.security_box .number {
	position: absolute;
    top: 8px;
    right: 30px;
    font-size: 63px;
    color: #0f1113;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 900;
}
.security_box h2{
	font-weight: 700;
	font-size: 23px;
	color: #fff;
	font-family: 'IBMPlexSansBold';
	padding: 25px 0 20px 0;
    position: relative;
}
.security_box h2::before{
    content: "";
    width: 60px;
    background: #696f74;
    position: absolute;
    bottom: 0;
    height: 1px;
}
.security_box p {
	font-family: 'IBMPlexSansRegular';
	font-weight: 400;
	font-size: 16px;
    color: #b9c3cb;
	line-height: 23px;
}
.home_security {
	margin-top: -111px;
	position: relative;
	z-index: 111111;
}
.security_box.security_red{
    background: #cf2632;
}
.security_box.security_red .number {
	color: #fff;
}
.security_box.security_red h2::before {
    background: #fff;
}
.security_box.security_red p {
    color: #fff;
}

footer{
    background-image: url(../images/footer_map.png);
	background-repeat: no-repeat;
    background-color: #161827;
	background-size: cover;
    padding: 50px 0 0;
}
.footer_logo p {
	font-family: 'IBMPlexSansRegular';
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 23px;
    margin-top: 18px;
}
.copy_rt {
	background-color: #131313;
	text-align: center;
	padding: 15px 20px;
}
.copy_rt p{
	color: #fff;
	margin: 0;
	font-family: 'IBMPlexSansRegular';
}
.inr_ftr{
    padding: 0 0 35px 0;
}
.Service_footer ul li {
	margin-bottom: 5px;
}
.Service_footer ul li a{
    font-family: 'IBMPlexSansRegular';
    font-weight: 400;
    font-size: 15px;
    color: #fff !important;
    line-height: 23px;
    text-decoration: none;
}
.Service_footer h5{
	font-weight: 500;
    font-size: 20px;
    color: #fff;
    font-family: 'IBMPlexSansBold';
    margin: 0 0 15px 0 !important;
}
.Service_footer ul li a:hover{
    color: #ce2330;
}
.same_icon_footer i {
	font-size: 18px;
	margin-right: 10px;
	color: #cf2431;
}
.contct_sec{
    margin: 0;
    padding: 0;
}
.contct_sec li{
    list-style: none;
    margin: 0;
}
.contct_sec li a {
	color: #fff;
	font-weight: 600 !important;
	font-size: 11px;
	padding: 5px 7px !important;
}
.contct_sec li a:hover{
    color: #ce2330;
}
.footer_img {
	margin-right: 9px;
}



.carousel .media {
	position: relative;
}
.carousel .media img {
	height: 130px;
	display: block;
}
.carousel .testimonial {
    background: #fff;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
    padding: 30px 30px;
    border-radius: 6px;
    position:relative;
}
.test_media {
	position: absolute;
	right: 0;
	top: -65px;
    background: #fff;
    padding: 10px;
}
.main_testimonial .carousel-inner {
	overflow: visible;
	margin: 50px 0 40px;
}
.carousel .testimonial p {
	font-size: 15px;
    color: #717070;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position:relative;
    line-height: 28px;
}
.carousel .testimonial::before {
	content: "\201D";
  	font-family: Arial,sans-serif;
    color: #e5e5e5;
    font-weight: bold;
    font-size: 120px;
    line-height: 70px;
    position: absolute;
    right: 25px;
    bottom: -15px;
}
.carousel .testimonial::after {
	content: "";
	position: absolute;
	left: 49px;
	bottom: -16px;
	background: #fff;
	height: 16px;
	width: 85%;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
	border-radius: 0 0 40px 40px;
}
.testimonial:hover.testimonial::after {
    background: #cf2431;
    cursor:pointer;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}
.carousel .overview b {
	font-size: 17px;
    font-weight: 900;
    color: #1a1a1a;
}
.star-rating ul li i{
    color: #cf2431;
}
.testimonial .details{
    color: #cf2431;
    font-size:14px;
    padding: 5px 0;
}
.carousel-control-prev, .carousel-control-next {
	width: 40px;
	height: 40px;
	background: #fff;
	text-shadow: none;
	top: -120px;
	border: 1px solid #000;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 10px;
    font-weight: 100;
    color: #000;
}
.carousel-control-prev {
	left: auto;
	right: 48px;
    cursor:pointer;
}
.carousel-control-next {
	left: auto;
    cursor:pointer;
}
.carousel-indicators {
	bottom: -80px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 17px;
    height: 17px;
	border-radius: 0;
	margin: 1px 5px;
  	box-sizing: border-box;
}
.carousel-indicators li {	
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
	color: #fff;
    background: #cf2431;
    border: 5px double;    
}
.main_testimonial {
	position: relative;
	padding: 60px 0 0 0;
	overflow: hidden;
    min-height: 650px;
    background: #f5f5f5;
}
.main_testimonial::before {
	content: "";
	position: absolute;
	background-image: url(../images/bg-map.png);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-size: 80%;
	background-position: center;
}
.main_testimonial h2{
    font-size: 14px;
    font-weight: bold;
    border-left: 3px solid #cf2431;
    color: #cf2431;
    background: #fff;
    padding: 8px 10px;
    display: inline-block;
    position: relative;
}
.main_testimonial h3 {
	font-size: 32px;
	font-weight: 900;
	color: #1a1a1a;
	width: 40%;
	line-height: 43px;
	position: relative;
}

.team_sec {
	padding: 85px 0 80px 0;
	overflow: hidden;
	background: #06122f;
	background-size: cover;
	position: relative;
	text-align: center;
    background-image: url(../images/system_bg.jpg);
    background-repeat: no-repeat;
}
.blue_ptrn{
    position: absolute;
    left: 0;
    bottom: 0;
}
.team_sec h2 {
	font-size: 32px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	padding: 0 0 6px 0;
	position: relative;
}
.team_sec h2::before {
	background: #cf2431;
	position: absolute;
	height: 4px;
	width: 40px;
	content: "";
	bottom: -8px;
	left: 45%;
	border-radius: 10px;
}
.team_sec h4{
    font-size: 37px;
    font-weight: bold;
    padding: 10px 0 0 0;
    color: #fff;
}
.team_sec h5{
	font-family: 'IBMPlexSansRegular';
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin: 15px 0 60px 0;
    padding: 0 26%;
}

.main_prodct_sec {
	position: relative;
	cursor: pointer;
	background: #fff;
	padding: 15px;
	border-radius: 8px;
}
.image_prodct{
    height: 280px;
}
.slick-slide img {
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.contect_prodct_on_img{
    text-align: left;
}
.contect_prodct_on_img h2 {
	font-size: 18px;
	color: #001430;
	font-weight: 600;
	margin: 0;
	padding: 22px 5px 4px 0;
	border-bottom: 0;
	text-transform: inherit;
}
.contect_prodct_on_img p {
	font-size: 15px;
	color: #717070;
}
.slick-dotted.slick-slider {
	padding: 0 30px;
}

.slick-slide {
    margin: 0px 10px;
}
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.hero-contact-area {
	background-image: url(../images/contact_bgs.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 220px;
	display: flex;
	align-items: center;
}
.hero-contact-area::before{
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	content: "";
	z-index: 111;
}
.hero-about-text{
	position: relative;
    z-index: 1111;
}
.hero-about-text h2{
	font-weight: 500;
	font-size: 36px;
	color: #fff;
	font-family: 'IBMPlexSansBold';
	line-height: 25px;
}
.hero-about-text h4 span{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.hero-about-text h4 a{
	color: #cf2632;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}
.form_contact_us{
    margin: 60px 0 60px 0;
}
.form_contct {
    background: #F5F5F5;
    padding: 40px;
}
.form_contct h3 {
    font-size: 24px;
    color: #141516;
    font-weight: 600;
    margin-bottom: 25px;
}
.form_contct input {
    width: 100%;
    height: 60px;
    border: 1px solid #E3E3E3;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #4F5256;
    margin-bottom: 25px;
    border-radius: 0;
}
.form_contct textarea {
    height: 160px;
    font-size: 14px;
    padding: 14px 20px;
    border: 1px solid #E3E3E3;
    width: 100%;
    margin-top: 0;
    margin-bottom: 25px;
}
.contect-location {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    background: #f5f5f5;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
.single-contact {
    margin-bottom: 40px;
}
.contect-location i {
    color: #e95b25;
    font-size: 52px;
    margin-bottom: 21px;
}
.single-contact p a, .single-contact p {
    font-size: 18px;
    color: #555;
    font-weight: 400;
    margin: 0;
    text-decoration: none;
}

@media only screen and (max-width:480px) and (min-width: 100px) {
	section.about_us .main_about_img img {
		width: 100%;
		max-width: 100%;
		object-fit: cover;
	}
	.inr_ftr .contct_sec li a {
		font-weight: 400 !important;
	}
	.inr_top_bar {
		background: #731092;
		width: 100%;
		flex-direction: column;
	}

	.inr_top_bar::before{
		content: inherit;
	}
	.top_bar_rt {
		display: flex;
		gap: 15px;
		flex-direction: column;
		margin-bottom: 10px;
	}
	.top_bar_lft ul {
		text-align: center;
	}
	.nav-menu a img {
		vertical-align: middle;
		border-style: none;
	}
	.header_bar {
		flex-direction: column-reverse;
	}
	.hdr_bar_rt {
		display: flex;
		gap: 20px;
		justify-content: space-between;
	}
	.ova-contact-info .icon {
		width: 30px;
		min-width: 40px;
		height: 40px;
	}
	#navbarSupportedContent {
		margin: 0px 0 0 0;
	}
	.explore_btn a::before{
	  content:inherit;
	}
	.top-header-bg {
		padding: 10px 10px;
	}
	.explore_btn a {
		padding: 8px;
		font-size: 14px;
	}
	.top-header-bg .header_bar .navbar-header .navbar {
		float: inherit;
		display: inline;
	}
	.nav-menu {
		display: inherit;
		margin-top: 0px;
		justify-content: space-between;
	}
	.banner_txt h3 {
		font-size: 25px;
	}
	.banner_txt p {
		font-size: 16px;
		line-height: 25px;
		margin: 15px 0 0;
	}
	.banner_txt {
		margin: 25px auto 0;
		width: 100%;
	}
	#demo-1 {
		min-height: 360px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.home_security {
		margin-top: 20px;
	}
	section.home_security .security_box {
		padding: 10px;
		margin-bottom: 20px;
	}
	section.home_security  .security_box .security_icon img {
		width: 20%;
		object-fit: cover;
		max-width: 100%;
	}
    .security_box .number {
			top: 0;
			font-size: 45px;
		}	
		.about_us {
			padding: 20px 0 0 0;
		}
		.about_lft h4 {
			font-size: 30px;
			line-height: 30px;
			margin: 15px 0;
		}
		.about_lft {
			padding-left: 0;
		}
		.explore_btn {
			text-align: center;
		}
		.video_bar iframe{
			height: 200px;
		}
		.video_bar {
			width: 98%;
			margin: 0px auto;
		}
		.video_sec {
			margin: 30px 0;
			min-height: 300px;
			background-image: inherit;
		}
		.security_sec {
			padding: 30px 10px;
			gap: 5px;
			flex-direction: column;
		}
		.video_sec::before{
			content: inherit;
		}
		.security_lft h3 {
			font-size: 25px;
			color: #2b2b28;
			line-height: 30px;
		}
		.security_rt p {
			color: #2b2b28;
			line-height: 25px;
		}
		.partner_list {
			padding: 20px 0;
		}
		.partner_list ul li {
			list-style: none;
			display: inline-block;
			width: 32%;
			margin-bottom: 35px;
		}
		.main_testimonial {
			position: relative;
			padding: 20px 0 0 0;
			overflow: hidden;
			min-height: 650px;
			background: #f5f5f5;
		}
		.main_testimonial h3 {
			font-size: 25px;
			width: 100%;
			line-height: 30px;
		}
		.team_sec {
			padding: 25px 0 20px 0;
		}
		.team_sec h2 {
			font-size: 30px;
		}
		.team_sec h5 {
			margin: 15px 0 10px 0;
			padding: 10px;
			line-height: 25px;
		}
		.slick-dotted.slick-slider {
			padding: 0 10px;
		}
		.get_quote {
			padding: 30px 0 20px;
		}
		.get_touch_lft h3 {
			font-size: 25px;
			line-height: 30px;
		}
		.get_touch_lft p {
			margin-bottom: 15px;
			margin-top: 10px;
		}
		.get_touch_lft .security_txt h3 {
			line-height: 25px;
		}
		.inr_security {
			align-items: center;
		}
		.get_touch_rt {
			padding: 20px 5px 10px;
		}
		.get_touch_rt h2 {
			font-size: 25px;
			line-height: 30px;
			padding-bottom: 15px;
		}
		.aheto-socials {
			margin: 10px 0 20px 0;
		}
		.contct_sec {
			padding: 0 10px;
		}
		.contct_sec li {
			margin: 0 0px;
		}
		.contct_sec li a {
			padding: 5px 3px !important;
		}
		.inr_ftr {
			padding: 0 0 0px 0;
		}
		/* .ova-contact-info .contact .label {
			font-size: 14px;
		} */
		.ova-contact-info .contact .label {
			display: none;
		}
		.ova-contact-info ul li a {
			font-size: 14px;
		}
		.logged-out a.active {
			padding: 5px 7px;
			border-radius: 2px;
		}
		.logged-out a {
			font-size: 13px;
		}
		.logged-out {
			justify-content: center;
		}
		.navbar-header nav .nav-menu button {
			margin-top: 10px;
		}
		.top_bar_lft ul li {
			display: flex;
			justify-content: center;
			padding-right: 0px;
		}
		section.main_testimonial .carousel-control-prev, .carousel-control-next {
			display: none;
		}
		section.main_testimonial .testimonial::after {
			content: inherit !important;
		}
		.test_media {
			position: inherit !important;
			right: inherit !important;
            top: inherit !important;
			margin-top: 0px!important;
		}
		section.main_testimonial  .media img {
			height: 90px!important;
		}
		section.main_testimonial .testimonial {
			margin: 0 10px;
			padding: 8px !important;
		}
		.media-body .overview {
			margin-top: 15px;
		}
		section.main_testimonial .owl-carousel  .owl-dots {
			margin-top: 14px!important;
		}
		section.main_testimonial  .col-carousel {
			margin: 15px 0;
		}
		.main_testimonial {
			min-height: 480px;
		}
		.image_prodct {
			height: 200px;
		}
		.main_prodct_sec {
			padding: 10px;
		}

}


@media only screen and (max-width:600px) and (min-width: 481px){
	section.about_us .main_about_img img {
		width: 100%;
		max-width: 100%;
		object-fit: cover;
	}

	.inr_top_bar {
		background: #731092;
		width: 100%;
	}

	.inr_top_bar::before{
		content: inherit;
	}
	.top_bar_rt {
		display: flex;
		gap: 15px;
		flex-direction: column;
		margin-bottom: 10px;
	}
	.top_bar_lft ul {
		text-align: center;
	}
	.nav-menu a img {
		vertical-align: middle;
		border-style: none;
	}
	.header_bar {
		flex-direction: column-reverse;
	}
	.hdr_bar_rt {
		display: flex;
		gap: 20px;
		justify-content: space-between;
	}
	.ova-contact-info .icon {
		width: 30px;
		min-width: 40px;
		height: 40px;
	}
	#navbarSupportedContent {
		margin: 0px 0 0 0;
	}
	.explore_btn a::before{
	  content:inherit;
	}
	.top-header-bg {
		padding: 10px 10px;
	}
	.explore_btn a {
		padding: 8px;
		font-size: 14px;
	}
	.top-header-bg .header_bar .navbar-header .navbar {
		float: inherit;
		display: inline;
	}
	.nav-menu {
		display: inherit;
		margin-top: 0px;
		justify-content: space-between;
	}
	.banner_txt h3 {
		font-size: 28px;
	}
	.banner_txt p {
		font-size: 16px;
		line-height: 25px;
		margin: 15px 0 0;
	}
	.banner_txt {
		margin: 25px auto 0;
		width: 100%;
	}
	#demo-1 {
		min-height: 300px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.home_security {
		margin-top: 20px;
	}
	section.home_security .security_box {
		padding: 10px;
		margin-bottom: 20px;
	}
	section.home_security  .security_box .security_icon img {
		width: 12%;
		object-fit: cover;
		max-width: 100%;
	}
    .security_box .number {
			top: 0;
			font-size: 45px;
		}	
		.about_us {
			padding: 20px 0 0 0;
		}
		.about_lft h4 {
			font-size: 30px;
			line-height: 30px;
			margin: 15px 0;
		}
		.about_lft {
			padding-left: 0;
		}
		.explore_btn {
			text-align: center;
		}
		.video_bar iframe {
			height: 250px;
		}
		.video_bar {
			width: 98%;
			margin: 0px auto;
		}
		.video_sec {
			margin: 30px 0;
			min-height: 300px;
			background-image: inherit;
		}
		.security_sec {
			padding: 30px 10px;
			gap: 5px;
			flex-direction: column;
		}
		.video_sec::before{
			content: inherit;
		}
		.security_lft h3 {
			font-size: 25px;
			color: #2b2b28;
			line-height: 30px;
		}
		.security_rt p {
			color: #2b2b28;
			line-height: 25px;
		}
		.partner_list {
			padding: 20px 0;
		}
		.partner_list ul li {
			list-style: none;
			display: inline-block;
			width: 32%;
			margin-bottom: 35px;
		}
		.main_testimonial {
			position: relative;
			padding: 20px 0 0 0;
			overflow: hidden;
			min-height: 650px;
			background: #f5f5f5;
		}
		.main_testimonial h3 {
			font-size: 25px;
			width: 100%;
			line-height: 30px;
		}
		.team_sec {
			padding: 25px 0 20px 0;
		}
		.team_sec h2 {
			font-size: 30px;
		}
		.team_sec h5 {
			margin: 15px 0 10px 0;
			padding: 10px;
			line-height: 25px;
		}
		.slick-dotted.slick-slider {
			padding: 0 10px;
		}
		.image_prodct {
			height: 240px;
		}
		.get_quote {
			padding: 30px 0 20px;
		}
		.get_touch_lft h3 {
			font-size: 25px;
			line-height: 30px;
		}
		.get_touch_lft p {
			margin-bottom: 15px;
			margin-top: 10px;
		}
		.get_touch_lft .security_txt h3 {
			line-height: 25px;
		}
		.inr_security {
			align-items: center;
		}
		.get_touch_rt {
			padding: 20px 5px 10px;
		}
		.get_touch_rt h2 {
			font-size: 25px;
			line-height: 30px;
			padding-bottom: 15px;
		}
		.aheto-socials {
			margin: 10px 0 20px 0;
		}
		.contct_sec {
			padding: 0 10px;
		}
		.contct_sec li {
			margin: 0 0px;
		}
		.contct_sec li a {
			padding: 5px 3px !important;
		}
		.inr_ftr {
			padding: 0 0 0px 0;
		}
		.ova-contact-info .contact .label {
			font-size: 14px;
		}
		.ova-contact-info ul li a {
			font-size: 14px;
		}
		.logged-out a.active {
			padding: 5px 7px;
			border-radius: 2px;
		}
		.logged-out a {
			font-size: 13px;
		}
		.logged-out {
			justify-content: end;
		}
		.navbar-header nav .nav-menu button {
			margin-top: 10px;
		}
		.top_bar_lft ul li {
			display: flex;
			padding-right: 0px;
		}
		section.main_testimonial .carousel-control-prev, .carousel-control-next {
			display: none;
		}
		section.main_testimonial .testimonial::after {
			content: inherit !important;
		}
		.test_media {
			position: inherit !important;
			right: inherit !important;
            top: inherit !important;
			margin-top: 0px!important;
		}
		section.main_testimonial  .media img {
			height: 90px!important;
		}
		section.main_testimonial .testimonial {
			margin: 0 10px;
			padding: 10px!important;
		}
		.media-body .overview {
			margin-top: 15px;
		}
		section.main_testimonial .owl-carousel  .owl-dots {
			margin-top: 30px!important;
		}
		section.main_testimonial  .col-carousel {
			margin: 15px 0;
		}
		.main_testimonial {
			min-height: 480px;
		}
}
@media only screen and (max-width:767px) and (min-width: 601px){
		section.about_us .main_about_img img {
			width: 100%;
			max-width: 100%;
			object-fit: cover;
		}
		.inr_top_bar {
			background: #731092;
			width: 100%;
			
		}	
		.inr_top_bar::before{
			content: inherit;
		}
		.top_bar_rt {
			display: flex;
			gap: 15px;
			margin-bottom: 10px;
		}
		.top_bar_lft ul {
			text-align: center;
		}
		.nav-menu a img {
			vertical-align: middle;
			border-style: none;
		}
		.header_bar {
			flex-direction: column-reverse;
		}
		.hdr_bar_rt {
			display: flex;
			gap: 20px;
			justify-content: space-between;
		}
		.ova-contact-info .icon {
			width: 30px;
			min-width: 40px;
			height: 40px;
		}
		#navbarSupportedContent {
			margin: 0px 0 0 0;
		}
		.explore_btn a::before{
		  content:inherit;
		}
		.top-header-bg {
			padding: 10px 10px;
		}
		.explore_btn a {
			padding: 8px;
			font-size: 14px;
		}
		.top-header-bg .header_bar .navbar-header .navbar {
			float: inherit;
			display: inline;
		}
		.main_prodct_sec {
			padding: 8px;
		}
		.image_prodct {
			height: 180px;
		}
		.nav-menu {
			display: inherit;
			margin-top: 0px;
			justify-content: space-between;
		}
		.banner_txt h3 {
			font-size: 30px;
		}
		.banner_txt p {
			font-size: 16px;
			line-height: 25px;
			margin: 15px 0 0;
		}
		.banner_txt {
			margin: 25px auto 0;
			width: 100%;
		}
		#demo-1 {
			min-height: 360px;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.home_security {
			margin-top: 20px;
		}
		section.home_security .security_box {
			padding: 10px;
			margin-bottom: 20px;
		}
		section.home_security  .security_box .security_icon img {
			width: 12%;
			object-fit: cover;
			max-width: 100%;
		}
		.security_box .number {
				top: 0;
				font-size: 45px;
			}	
			.about_us {
				padding: 20px 0 0 0;
			}
			.about_lft h4 {
				font-size: 30px;
				line-height: 30px;
				margin: 15px 0;
			}
			.about_lft {
				padding-left: 0;
			}
			.explore_btn {
				text-align: center;
			}
			.video_bar iframe{
				height: 270px;
			}
			.video_bar {
				width: 98%;
				margin: 0px auto;
			}
			.video_sec {
				margin: 30px 0;
				min-height: 300px;
				background-image: inherit;
			}
			.security_sec {
				padding: 30px 10px;
				gap: 5px;
				flex-direction: column;
			}
			.video_sec::before{
				content: inherit;
			}
			.security_lft h3 {
				font-size: 25px;
				color: #2b2b28;
				line-height: 30px;
			}
			.security_rt p {
				color: #2b2b28;
				line-height: 25px;
			}
			.partner_list {
				padding: 20px 0;
			}
			.partner_list ul li {
				list-style: none;
				display: inline-block;
				width: 32%;
				margin-bottom: 35px;
			}
			.main_testimonial {
				position: relative;
				padding: 20px 0 0 0;
				overflow: hidden;
				min-height: 650px;
				background: #f5f5f5;
			}
			.main_testimonial h3 {
				font-size: 25px;
				width: 100%;
				line-height: 30px;
			}
			.team_sec {
				padding: 25px 0 20px 0;
			}
			.team_sec h2 {
				font-size: 30px;
			}
			.team_sec h5 {
				margin: 15px 0 10px 0;
				padding: 10px;
				line-height: 25px;
			}
			.slick-dotted.slick-slider {
				padding: 0 10px;
			}
			.get_quote {
				padding: 30px 0 20px;
			}
			.get_touch_lft h3 {
				font-size: 25px;
				line-height: 30px;
			}
			.get_touch_lft p {
				margin-bottom: 15px;
				margin-top: 10px;
			}
			.get_touch_lft .security_txt h3 {
				line-height: 25px;
			}
			.inr_security {
				align-items: center;
			}
			.get_touch_rt {
				padding: 20px 5px 10px;
			}
			.get_touch_rt h2 {
				font-size: 25px;
				line-height: 30px;
				padding-bottom: 15px;
			}
			.aheto-socials {
				margin: 10px 0 20px 0;
			}
			.contct_sec {
				padding: 0 10px;
			}
			.contct_sec li {
				margin: 0 0px;
			}
			.contct_sec li a {
				padding: 5px 3px !important;
			}
			.inr_ftr {
				padding: 0 0 0px 0;
			}
			.ova-contact-info .contact .label {
				font-size: 14px;
			}
			.ova-contact-info ul li a {
				font-size: 14px;
			}
			.logged-out a.active {
				padding: 5px 7px;
				border-radius: 2px;
			}
			.logged-out a {
				font-size: 13px;
			}
			.navbar-header nav .nav-menu button {
				margin-top: 10px;
			}
			.top_bar_lft ul li {
				display: flex;
				justify-content: flex-start;
				padding-right: 0px;
			}
			.top_bar_rt .logged-out {
				justify-content: end;
			}
			section.main_testimonial .carousel-control-prev, .carousel-control-next {
				display: none;
			}

			section.main_testimonial .testimonial::after {
				content: inherit !important;
			}
			.test_media {
				position: inherit !important;
				right: inherit !important;
				top: inherit !important;
				margin-top: 0px!important;
			}
			section.main_testimonial  .media img {
				height: 90px!important;
			}
			/* section.main_testimonial .testimonial {
				padding: 0px!important;
			} */
			section.main_testimonial .testimonial {
				margin: 0 8px!important;
				padding: 10px!important;
			}
			.media-body .overview {
				margin-top: 15px;
			}
			section.main_testimonial .owl-carousel  .owl-dots {
				margin-top: 10px;
			}
			section.main_testimonial  .col-carousel {
				margin: 15px 0;
			}
			.main_testimonial {
				min-height: 480px;
			}
	}
	.col-carousel {
		margin: 70px 0;
	}
	/* owl nav */
	.owl-prev span, .owl-next span {
		color: #FFF;
	}
	.owl-prev span:hover, 
	.owl-next span:hover {
		color: #8199A3;
	}
	.owl-prev, .owl-next {
		position: absolute;
		top: 0;
		height: 100%;
	}
	
	.owl-prev {
		left: 7px;
	}
	
	.owl-next {
		right: 7px;
	}
	
	/* removing blue outline from buttons */
	button:focus, button:active {
	   outline: none;
	}

/* testimonials */

	section.main_testimonial .testimonial {
		background: #fff;
		 box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.12);  
		padding: 30px 30px;
		border-radius: 6px;
		position: relative;
		margin: 0 15px;
	}
	section.main_testimonial .testimonial::before{
		content: "\201D";
		font-family: Arial,sans-serif;
		color: #e5e5e5;
		font-weight: bold;
		font-size: 120px;
		line-height: 70px;
		position: absolute;
		right: 25px;
		bottom: -15px;
	}
	section.main_testimonial .media {
		position: relative;
	}
     section.main_testimonial  .media img {
		height: 130px;
		display: block;
	}
	section.main_testimonial  .testimonial p {
		font-size: 15px;
		color: #717070;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		position: relative;
		line-height: 28px;
	}
	section.main_testimonial .testimonial::after {
		content: "";
		position: absolute;
		left: 49px;
		bottom: -16px;
		background: #fff;
		height: 16px;
		width: 85%;
		box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
		border-radius: 0 0 40px 40px;
	}
	section.main_testimonial .owl-carousel .owl-stage-outer {
		overflow: visible; 
	}
	section.main_testimonial .container {
    overflow: hidden;
}
section.main_testimonial .owl-carousel .owl-nav button {
    display: none;
}
section.main_testimonial .owl-carousel .overview b {
    font-size: 17px;
    font-weight: 900;
    color: #1a1a1a;
}
section.main_testimonial .testimonial .details {
    color: #cf2431;
    font-size: 14px;
    padding: 5px 0;
}
section.main_testimonial .owl-carousel  .owl-dots {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
}
.owl-carousel .owl-dots button {
    display: flex;
    background: #cf2431;
    justify-content: center;
    align-items: center;
    background-clip: padding-box;
    background: #e2e2e2;
    border: 4px solid #fff;
    opacity: .5;
    transition: opacity .6s ease;
    box-sizing: content-box;
    text-indent: -999px;
    cursor: pointer;
	width: 17px;
    height: 17px;
    border-radius: 0;
    box-sizing: border-box; 
}
section.main_testimonial .owl-carousel .owl-dots button.active {
    color: #fff;
    background: #cf2431;
    border: 5px double;
	opacity: 1;
}
.carousel-indicators li {
    background: #e2e2e2;
    border: 4px solid #fff;
}



@media only screen and (max-width:1024px) and (min-width: 768px){
		section.about_us .main_about_img img {
			width: 100%;
			max-width: 100%;
			object-fit: cover;
		}
		.inr_top_bar {
			background: #731092;
			width: 100%;
			align-items: baseline;
		}
		.inr_top_bar::before{
			content: inherit;
		}
		.top_bar_rt {
			display: flex;
			gap: 15px;
			margin-bottom: 10px;
		}
		.top_bar_lft ul {
			display: flex;
			gap: 15px;
		}
		.image_prodct {
			height: 220px;
		}
		.top-header-bg .header_bar .navbar {
			 float: left; 
		}
		.nav-menu a img {
			vertical-align: middle;
			border-style: none;
		}
		.navbar-brand img {
			width: 100%;
		}

		.hdr_bar_rt {
			display: flex;
			gap: 0px;
			width: 25%;
			justify-content: space-between;
		}
		.header_bar {
			align-items: center;
		}
		.ova-contact-info {
			display: flex;
			align-items: center;
			gap: 13px;
		}
		.navbar-header {
			width: 70%;
		}
		.ova-contact-info .icon {
			width: 30px;
			min-width: 40px;
			height: 40px;
			display: none;
		}
		#navbarSupportedContent {
			margin: 0px 0 0 0;
			display: flex;
		}
		#navbarSupportedContent {
			margin: 0px 0 0 0;
			justify-content: end;
		}
		.explore_btn a {
			padding: 3px;
			font-size: 11px;
			line-height: normal;
		}
		.collapse ul li {
			margin-left: 8px !important;
		}
		.explore_btn a::before{
		  content:inherit;
		}
		.top-header-bg {
			padding: 10px 10px;
		}
		.collapse ul li a {
			font-size: 13px !important;
			padding: 8px 0 !important;
		}
		.explore_btn a {
			padding: 8px;
			font-size: 12px;
		}
		.nav-menu {
			display: inherit;
			margin-top: 0px;
			justify-content: space-between;
		}
		.nav-menu a.navbar-brand{
			width: 10%;
		}
		.banner_txt h3 {
			font-size: 40px;
		}
		.banner_txt p {
			font-size: 16px;
			line-height: 25px;
			margin: 15px 0 0;
		}
		.banner_txt {
			margin: 25px auto 0;
			width: 100%;
		}
		#demo-1 {
			min-height: 360px;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.home_security {
			margin-top: 20px;
		}
		section.home_security .security_box {
			min-height: 315px;
		}
		section.home_security  .security_box .security_icon img {
			width: 20%;
			object-fit: cover;
			max-width: 100%;
		}
		.security_box {	
			padding: 10px;
		}
		.security_box .number {
				top: 0;
				font-size: 45px;
			}	
			.about_us {
				padding: 40px 0 0 0;
			}
			.about_lft h4 {
				font-size: 30px;
				line-height: 30px;
				margin: 15px 0;
			}
			.about_lft {
				padding-left: 0;
			}
			.explore_btn {
				text-align: center;
			}
			.video_bar {
				width: 98%;
				margin: 0px auto;
			}
			.video_sec {
				margin: 30px 0;
				min-height: 300px;
				background-image: inherit;
			}
			.security_sec {
				padding: 30px 10px;
				gap: 10px;
			}
			.video_sec::before{
				content: inherit;
			}
			.security_lft h3 {
				font-size: 22px;
				color: #2b2b28;
				line-height: 30px;
			}
			.security_rt p {
				color: #2b2b28;
				line-height: 25px;
			}
			.partner_list {
				padding: 20px 0;
			}
			.partner_list ul li {
				list-style: none;
				display: inline-block;
				width: 24%;
				margin-bottom: 35px;
			}
			.main_testimonial {
				position: relative;
				padding: 20px 0 0 0;
				overflow: hidden;
				min-height: 650px;
				background: #f5f5f5;
			}
			.main_testimonial h3 {
				font-size: 25px;
				width: 100%;
				line-height: 30px;
			}
			.team_sec {
				padding: 25px 0 20px 0;
			}
			.team_sec h2 {
				font-size: 30px;
			}
			.team_sec h5 {
				margin: 15px 0 10px 0;
				padding: 10px;
				line-height: 25px;
			}
			.slick-dotted.slick-slider {
				padding: 0 10px;
			}
			.get_quote {
				padding: 30px 0 20px;
			}
			.get_touch_lft h3 {
				font-size: 25px;
				line-height: 30px;
			}
			.get_touch_lft p {
				margin-bottom: 15px;
				margin-top: 10px;
			}
			.get_touch_lft .security_txt h3 {
				line-height: 25px;
			}
			.inr_security {
				align-items: center;
			}
			.get_touch_rt {
				padding: 20px 5px 10px;
			}
			.get_touch_rt h2 {
				font-size: 25px;
				line-height: 30px;
				padding-bottom: 15px;
			}
			.aheto-socials {
				margin: 10px 0 20px 0;
			}
			.contct_sec {
				padding: 0 10px;
			}
			.contct_sec li {
				margin: 0 0px;
			}
			.contct_sec li a {
				padding: 5px 3px !important;
			}
			.inr_ftr {
				padding: 0 0 0px 0;
			}
			.ova-contact-info .contact .label {
				display: none;
			}
			.ova-contact-info ul li a {
				font-size: 12px;
			}
			.logged-out a.active {
				padding: 5px 7px;
				border-radius: 2px;
			}
			.logged-out a {
				font-size: 13px;
			}
			.navbar-header nav .nav-menu button {
				margin-top: 10px;
			}
			.top_bar_lft ul li {
				display: flex;
				justify-content: flex-start;
				padding-right: 0px;
			}
			.top_bar_rt .logged-out {
				justify-content: end;
			}
			section.main_testimonial .carousel-control-prev, .carousel-control-next {
				display: none;
			}

			section.main_testimonial .testimonial::after {
				content: inherit !important;
			}
			.test_media {
				position: inherit !important;
				right: inherit !important;
				top: inherit !important;
				margin-top: 0px!important;
			}
			section.main_testimonial  .media img {
				height: 90px!important;
			}
			section.main_testimonial .testimonial {
				padding: 10px!important;
				margin: 0 5px;
			}
			.media-body .overview {
				margin-top: 15px;
			}
			section.main_testimonial .owl-carousel  .owl-dots {
				margin-top: 40px;
			}
			section.main_testimonial  .col-carousel {
				margin: 15px 0;
			}
			.main_testimonial {
				min-height: 480px;
			}
	}
	@media only screen and (max-width:1250px) and (min-width: 1040px){
		.navbar-nav  .nav-link {
			font-size: 13px!important;
			padding: 8px 0px !important;
		}

		.ova-contact-info ul li a {
			font-size: 10px;
		}
		.ova-contact-info .contact .label {	
			font-size: 10px;
		}

		.explore_btn a {	
			padding: 23px 26px;	
			line-height: 66px;		
			font-size: 14px;

		}
		.ova-contact-info {
			
			gap: 8px;
		}

	}
	@media only screen and (max-width:1020px) and (min-width: 992px){
		.collapse ul li a {
			font-size: 14px !important;
			padding: 8px 8px !important;
		}
		.ova-contact-info ul li a {
			font-size: 12px;
		}
		.explore_btn a {
			padding: 10px;
			font-size: 14px;
			border-radius: 2px;
		}
		.ova-contact-info .icon {
			display: flex; 
		}
		.hdr_bar_rt {
			display: flex;
			gap: 14px;
			width: 28%;
			justify-content: space-between;
		}
		.hdr_bar_rt .explore_btn {
			margin-top: 8px;
		}
		.banner_txt .explore_btn {
			margin-top: 20px;
		}
	}
	@media only screen and (max-width:992px) and (min-width: 900px){
		.collapse ul li a {
			font-size: 13px !important;
			padding: 8px 6px !important;
		}
	}


	@media only screen and (max-width:1240px) and (min-width: 1024px){
.collapse ul li a {
    font-size: 13px !important;
    padding: 8px 0px !important;
}
div#navbarSupportedContent ul li {
    margin-left: 14px !important;
}
		.ova-contact-info ul li a {
			font-size: 12px;
		}
		.explore_btn a {
			padding: 30px 18px 23px 18px;
			font-size: 14px;
			line-height: 62px;
		}
		.explore_btn a::before {
			left: -1px;
		}
		.ova-contact-info .icon {
			display: flex; 
		}
		.hdr_bar_rt {
			display: flex;
			gap: 14px;
			width: 28%;
			justify-content: space-between;
		}
		.hdr_bar_rt .explore_btn {
			margin-top: 8px;
		}
		.banner_txt .explore_btn {
			margin-top: 20px;
		}
		.security_sec {
			padding: 230px 10px 0 10px;
		}
	}

	div#successAlert.alert-success {
		color: #cf2431;
		background-color: #f5f5f5 !important;
		border-color: #c3e6cb;
		text-align: center;
	}
	@media only screen and (max-width:1920px) and (min-width: 1400px){
		.explore_btn a {
			padding: 23px 50px 24px 50px;
		}
	}