/*
*******************************************
*******************************************

  Project Name: Securezone - Security Service Company HTML Template
  Demo : https://www.theme-house.com/demo/securezone/;
  Description: Language Course Html Template
  Version: 1.0


* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below >>>>

*** SEARCH EACH SECTION AS IT COMMENTS, YOU WILL GET THE RIGHT SECTION.

*******************************************
*******************************************

==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - PAGINATION CSS
04. Breadcrumb css
05 - REPONSIVE MENU CSS
06 - BTN TO TOP CSS
07 - HEADER TOP CSS
08 - HEADER AREA CSS
09 - MAIN SLIDER CSS
10 - ABOUT US AREA CSS
11 - QUOTES AREA CSS
12 - BEST DEAL PROPERTY AREA CSS
13 - SERVICE AREA CSS
14 - Counter CSS
15 - Team CSS
16 - CLIENT REVIEW CSS
17 - FOOTER CSS
18 - BLOG AREA CSS
19 - SINGLE BLOG PAGE CSS
20 - SINGLE SERVICE PAGE CSS
21 Contact Page css 
22 - Login Css
23 - Component css
24 - Faq Css


*/


/*================================================
01 - IMPORTED CSS
==================================================*/
/*-- Google Font --*/
@import url("css.css");


/*================================================
02 - DEFAULT CSS
==================================================*/

body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #555;
	font-size: 15px;
	line-height: 26px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x:hidden;
	padding: 0px;
    margin: 0px;
}

html,
body {
	height: 100%;
}

img {
	max-width: 100%;
	height: auto
}
a{
	text-decoration: none
}

.securezone-btn:before {
	background: #893388 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50% 0 0;
	transform-origin: 50% 0 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	z-index: -1;
	width: 100%
}

.securezone-btn:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.securezone-btn {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #ac40ab none repeat scroll 0 0;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	color: #fff !important;
	display: inline-block;
	padding: 10px 20px;
	position: relative;
	text-transform: uppercase;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color;
	transition-property: color;
	vertical-align: middle;
	font-weight: 600
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

a {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: inherit
}

a:focus {
	text-decoration: none;
	outline: medium none;
	color: inherit
}

a:hover {
	color: inherit;
	text-decoration: none;
	color: inherit
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.title-line {
	background: #ac40ab none repeat scroll 0 0;
	height: 3px;
	width: 100px;
}

.securezone-section-title {
	margin-bottom: 20px;
	position: relative
}

.securezone-section-title>img {
	height: auto;
	left: 100px;
	opacity: 0.23;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=23)";
	position: absolute;
	top: -14px;
	width: 85px;
	z-index: -1;
}

.securezone-section-title>h2,
.securezone-section-title-center>h2 {
	color: #111;
	font-family: "Poppins", sans-serif;
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.securezone-section-title>p {
	font-size: 16px;
	margin-top: 20px;
}

.section_100 {
	padding: 100px 0;
}
.section_80 {
	padding: 100px 0;
}

.section_70 {
	padding: 70px 0;
}

.section_50 {
	padding: 50px 0;
}

.section_15 {
	padding: 15px 0
}

.pad-right {
	padding-right: 0
}

.section_t_100 {
	padding-top: 100px
}

.section_b_100 {
	padding-bottom: 100px
}

.section_b_70 {
	padding-bottom: 70px
}

.section_25 {
	padding: 25px 0
}


/*================================================
03 - PAGINATION CSS
==================================================*/
.securezone_pagination .pagination-outer{ text-align: center; }
.securezone_pagination .pagination{
    font-family: 'Manrope', sans-serif;
    display: inline-flex;
    position: relative;
}
.securezone_pagination .pagination li a.page-link{
    color: #555;
    background: #eee;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 32px;
    height: 32px;
    width: 32px;
    padding: 0;
    margin: 0 6px;
    border: none;
    border-radius: 0;
    display: block;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.securezone_pagination .pagination li:first-child a.page-link,
.securezone_pagination .pagination li:last-child a.page-link{
    font-size: 23px;
    line-height: 28px;
}
.securezone_pagination .pagination li a.page-link:hover,
.securezone_pagination .pagination li a.page-link:focus,
.securezone_pagination .pagination li.active a.page-link:hover,
.securezone_pagination .pagination li.active a.page-link{
    color: #ac40ab;
    background: transparent;
    box-shadow: 0 0 0 1px #ac40ab;
    border-radius: 5px;
}
.securezone_pagination .pagination li a.page-link:before,
.securezone_pagination .pagination li a.page-link:after{
    content: '';
    background-color: #ac40ab;
    height: 10px;
    width: 10px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    transition: all 0.3s ease 0s;
}
.securezone_pagination .pagination li a.page-link:after{
    right: 0;
    bottom: 0;
    top: auto;
    left: auto;
}
.securezone_pagination .pagination li a.page-link:hover:before,
.securezone_pagination .pagination li a.page-link:focus:before,
.securezone_pagination .pagination li.active a.page-link:hover:before,
.securezone_pagination .pagination li.active a.page-link:before,
.securezone_pagination .pagination li a.page-link:hover:after,
.securezone_pagination .pagination li a.page-link:focus:after,
.securezone_pagination .pagination li.active a.page-link:hover:after,
.securezone_pagination .pagination li.active a.page-link:after{
    opacity: 1;
}
.securezone_pagination .pagination li a.page-link:hover:before,
.securezone_pagination .pagination li a.page-link:focus:before,
.securezone_pagination .pagination li.active a.page-link:hover:before,
.securezone_pagination .pagination li.active a.page-link:before{
    left: -3px;
    top: -3px;
}
.securezone_pagination .pagination li a.page-link:hover:after,
.securezone_pagination .pagination li a.page-link:focus:after,
.securezone_pagination .pagination li.active a.page-link:hover:after,
.securezone_pagination .pagination li.active a.page-link:after{
    right: -3px;
    bottom: -3px;
}
@media only screen and (max-width: 480px){
    .securezone_pagination .pagination{
        font-size: 0;
        display: inline-block;
    }
    .securezone_pagination .pagination li{
        display: inline-block;
        vertical-align: top;
        margin: 0 0 15px;
    }
}



/* ===============================
04. Breadcrumb css
=============================== */

.breadcrumb-pad{
	padding-top: 100px;
}
.securezone-breadcrumb-area {
	background: url(../image/breadcrumb.jpg) no-repeat scroll 0 0 /cover;
	position: relative;
	z-index: 1
}

.securezone-breadcrumb-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.62) none repeat scroll 0 0;
	z-index: -1
}

.breadcrumb-box ul li {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	margin-right: 5px
}

.breadcrumb-box ul li a {
	color: #27d0ee;
	text-transform: capitalize;
	font-weight: 600
}

.breadcrumb-box ul li a:hover {
	color: #27d0ee
}

.breadcrumb-box h2 {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	font-weight: 700;
	margin: 20px 0 0;
	text-transform: uppercase;
}

.breadcrumb-box {
	width: 60%;
	color: #fff;
}


/*================================================
05 - REPONSIVE MENU CSS
==================================================*/

.securezone-responsive-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	z-index: 999;
}

.slicknav_nav a {
	font-size: 16px;
	margin: 0;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #000;
	padding: 10px !important
}

.slicknav_menu {
	background: transparent;
}

.slicknav_menutxt {
	display: none !important;
}

.slicknav_arrow {
	float: right;
	color: #000
}

.slicknav_nav a:hover {
	border-radius: 0;
}

.slicknav_nav .slicknav_row:hover {
	border-radius: 0
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
	background: #ac40ab none repeat scroll 0 0;
	color: #fff
}

.slicknav_menu ul li a i {
	display: none
}

.slicknav_nav li {
	border-bottom: 1px solid #aaa;
}

.slicknav_nav li:last-child {
	border-bottom: 0px solid #aaa
}

.slicknav_nav {
	background: #fff none repeat scroll 0 0;
	border-top: 1px solid #ac40ab;
	max-height: 320px;
	overflow-y: scroll
}

.slicknav_btn {
	margin-bottom: 15px;
	margin-right: 20px;
	background-color: #ac40ab !important;
	line-height: 0;
	margin-top: 10px
}

.slicknav_menu .slicknav_icon {
	float: none !important;
	margin: 0
}

.slicknav_icon-bar {
	height: 3px !important;
	margin: 5px 0;
	width: 30px !important;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #fff;
}



/*================================================
06 - BTN TO TOP CSS
==================================================*/

.btntoTop:before {
	color: #fff;
	content: "";
	display: inline-block;
	font: 20px "FontAwesome";
	vertical-align: middle;
}

.btntoTop {
	background-color: #ac40ab;
	border: 2px solid #ac40ab;
	border-radius: 2px;
	bottom: 30px;
	cursor: pointer;
	height: 44px;
	line-height: 36px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: fixed;
	right: 30px;
	text-align: center;
	-webkit-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
	width: 44px;
	z-index: 999;
}

.btntoTop.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.btntoTop.active:hover {
	background: #893388 none repeat scroll 0 0;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btntoTop.active.btntoTop:hover:before {
	color: #fff;
}


/*================================================
07 - HEADER TOP CSS
=================================================*/

.securezone-header-top-area {
	background: #111 none repeat scroll 0 0;
	color: #fff;
}

.header-top-left>p {
	display: inline-block;
	margin-right: 15px;
	letter-spacing: 1px;
	font-size: 14px;
}

.header-top-left>p:last-child {
	margin-right: 0px
}

.header-top-middle ul {
	text-align: center
}

.header-top-middle li {
	display: inline-block;
	margin: 0 5px;
}

.header-top-middle a {
	font-size: 14px;
}

.header-top-right>ul {
	text-align: right;
}

.header-top-right li {
	display: inline-block;
	margin: 0 5px;
}

.header-top-right li a {
	text-transform: capitalize;
	font-size: 14px;
	letter-spacing: 1px
}

.header-top-right .login:after {
	color: #fff !important;
	content: "|";
	padding-left: 4px;
}

.header-top-left a:hover,
.header-top-middle a:hover,
.header-top-right li a:hover {
	color: #893388
}


/*================================================
08 - HEADER AREA CSS
==================================================*/

.white_header.static {
	background: #fff none repeat scroll 0 0;
	top: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 0 5px #aaa
}

header .securezone-logo {
	
	margin: 0;
	padding: 19px 30px 19px 0;
	
}




.securezone-mainmenu ul {
	text-align: right;
}

.securezone-mainmenu ul li {
	display: inline-block;
	position: relative
}

.securezone-mainmenu ul li a {
	color: #111;
	display: inline-block;
	font-size: 13px;
	padding: 31px 10px;
	text-transform: capitalize;
	  text-transform: uppercase;

}

.securezone-mainmenu ul .current-page-item>a,
.securezone-mainmenu ul li a:hover {
	color: #ac40ab;
}

.securezone-mainmenu ul li>ul {
	background: #ffffff none repeat scroll 0 0;
	border-bottom: 3px solid #ac40ab;
	box-shadow: 0 1px 2px rgba(86, 86, 90, 0.58);
	left: 0;
	position: absolute;
	text-align: left;
	top: 100%;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 230px;
	z-index: 2;
}

.securezone-mainmenu ul li:hover>ul {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	visibility: visible;
}

.securezone-mainmenu ul li ul li {

	
	border-bottom: 1px solid #ccc;
	display: block;
	position: relative
}

.securezone-mainmenu ul li ul li a {
	color: #111;
	display: block;
	padding: 10px 15px;
	text-transform: capitalize;
	font-size: 15px;

}

.securezone-mainmenu ul li ul li>a:hover {
	color: #ac40ab
}

.securezone-mainmenu ul li ul li.menu-first{
	float: left;
	width: 165px !important;
}
.securezone-mainmenu ul li ul li.menu-mid{
	float: left;
	width: 165px !important;
}

.securezone-mainmenu ul li ul li.menu-last{
	float: left;
	width: 165px !important;
}

.securezone-mainmenu ul li ul.component_width{
	 width: 500px !important;
	 background: #fff;
	 left: -150px
}


/*================================================
09 - MAIN SLIDER CSS
==================================================*/

.slide-item-1 {
	background: rgba(0, 0, 0, 0.9) url("https://theme-house.com/demo/securezone/assets/img/slider-1.jpg") repeat scroll 0 0;
}

.slide-item-2 {
	background: rgba(0, 0, 0, 0.9) url("../image/slider-2.jpg") repeat scroll 0 0;
}

.securezone-main-caption {
	background: rgba(5, 15, 41, 0.42) none repeat scroll 0 0
}

.securezone-main-slide {
	background-color: #eee;
	background-position: center center;
	background-size: cover;
	height: 560px;
}


/*-- Hero Content --*/


.hero-content{
	padding: 150px 0;
}
.hero-content h5 {
  color: #fff;
  font-size: 25px
}
.hero-content h1 {
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
  padding-top:20px;
} 
.hero-content a {
  margin-top:30px;
}

.hero-content p {
  font-weight: bold
}
@media only screen and (max-width: 767px) {
  .hero-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0px;
  }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content h1 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content h1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content h1 {
    font-size: 25px;
    line-height: 40px;
  }

  .hero-content h1 br {
    display: none;
  }
  .hero-content h5 {
  font-size: 18px
}
.hero-content p {
   font-size: 12px
}
}
.hero-content p {
  max-width: 570px;
  color: #ffffff;
}


@media only screen and (max-width: 767px) {
  .hero-content a {
    margin-top: 10px;
    padding: 8px 25px;
    line-height: 22px;
    height: 40px;
  }
}



/*================================================
10 - ABOUT US AREA CSS
==================================================*/

.securezone-about-area {
	background: #fff
}
.securezone-about-area h3{
	margin-top:20px;
	font-weight: bold
}

.about-left {
	border-right: 5px solid #fff;
	border-radius: 0px 100px;
}

.about-left h4 {
	font-size: 20px;
	color: #333;
	margin-top: 25px
}

.about-left p {
	margin-top: 5px
}

.about-list i.fa {
	font-size: 15px;
	color: red;
}

.video-section {
	position: relative;
	z-index: 1
}

.video-pattern {
	position: absolute;
	top: 27%;
	left: 16%;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	animation-name: float-bob;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: float-bob;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: float-bob;
	-moz-animation-duration: 1.5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob;
	-ms-animation-duration: 1.5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob;
	-o-animation-duration: 1.5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

.video-section .video-bg-shape {
	background-color: transparent;
	background-image: -webkit-linear-gradient(150deg, #ac40ab 0%, #ac40ab 100%);
	background-image: linear-gradient(-60deg, #ac40ab 0%, #ac40ab 100%);
	max-height: 700px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	overflow: hidden;
}

.video-bg-shape:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 200px solid transparent;
	border-left: 1900px solid #fff;
	border-bottom: 0px solid transparent;
}

.video-section .section-title {
	text-align: center;
	width: 60%;
	margin: 0 auto 50px;
}

.video-section .section-title p {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 1px;
}

.video-section .section-title h2 {
	color: #fff;
	margin-top: 15px;
}

.video-section .section-title h2 span:after {
	background-color: #3A1BC6;
}

.video-inn {
	width: 75%;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	z-index: 1
}

.video-inn img {
	border-radius: 5px;
}

.video-inn .play-video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 32px;
	background: #fff;
	border-radius: 50%;
	color: #ac40ab;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	overflow: hidden;
	z-index: 9
}

.video-inn .play-video i {
	margin-left: 5px;
}

.video-inn .play-video .flaticon-play:before {
	font-size: 34px
}

.video-inn:hover .play-video {
	background: #fff;
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

/* Effect 8 */
 .hovicon.effect-8 {
    background: #ac40ab;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.hovicon.effect-8:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px #000;
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.hovicon.effect-8:hover {
    background: #893388;
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.hovicon.effect-8:hover i {
    color: #fff;
}
.hovicon.effect-8:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ac40ab, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ac40ab, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ac40ab, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ac40ab, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ac40ab, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ac40ab, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.row .block {
    float: left;
    width: 25%;
    height: 150px;
}
.hovicon {
    display: inline-block;
    font-size: 45px;
    line-height: 90px;
    cursor: pointer;
    margin: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}
.hovicon.small {
    font-size: 20px;
    line-height:45px;
    width:45px;
    height:45px;
    margin:7px;
}
.hovicon.mini {
    font-size: 15px;
    line-height:32px;
    width:30px;
    height:30px;
    margin:7px;
}
.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}


/*================================================
11 - QUOTES AREA CSS
==================================================*/

.securezone-quotes-area {
	background-attachment: fixed;
	background-image: url("../image/quotes_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
}

.quotes_overlay {
	background: rgba(5, 15, 41, 0.42) none repeat scroll 0 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.quotes-box {
	color: #fff;
	text-align: center;
}

.quotes-box>h2 {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 30px;
	text-transform: capitalize;
	letter-spacing: 2px;
}

.quotes-box>h3 {
	font-weight: 400;
	text-transform: capitalize;
	color: #fff;
}


/*================================================
12 - BEST DEAL PROPERTY AREA CSS
==================================================*/

.securezone-best-deal-property-area {
	background: #ecf4fc none repeat scroll 0 0;
}

.securezone-best-deal-property-area .securezone-section-title {
	text-align: center
}

.securezone-best-deal-property-area .securezone-section-title>.title-line {
	margin: 0 auto;
	text-align: center;
}

.deal-pro-slide-img {
	position: relative;
}

.deal-pro-slide-img img {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	width: 100%
}

.deal-pro-slide-img .deal-price {
	bottom: 0;
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.43) 27%, rgba(15, 15, 15, 0.63) 71%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.43) 27%, rgba(15, 15, 15, 0.63) 71%) repeat scroll 0 0;
	color: #fff;
	font-size: 14px;
	padding: 15px;
	position: absolute;
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.deal-price-right p a {
	background: rgba(0, 0, 0, 0.62) none repeat scroll 0 0;
	color: #b7b7b7;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 35px;
	border-radius: 5px;
	display: block
}

.deal-price-right p a:hover {
	background: rgba(89, 171, 227, 0.76) none repeat scroll 0 0;
	color: #fff
}

.deal-price-right {
	text-align: right;
}

.deal-price-left>p {
	font-size: 18px;
	margin-top: 52px;
}

.deal-price-right>p {
	display: inline-block;
	margin-top: 45px;
}

.deal-pro-slide-img:hover img {
	opacity: 0.70;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	background: transparent
}

.deal-pro-info {
	background: #fff none repeat scroll 0 0;
	padding: 20px;
	text-align: center
}

.deal-pro-info h3 a {
	color: #111;
	display: inline-block;
	font-size: 19px;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: 600;
}

.deal-pro-info h3 a:hover {
	color: #ac40ab
}

.deal-pro-info>ul {
	margin-top: 10px;
	text-align: center;
}

.deal-pro-info ul li {
	display: inline-block;
	font-weight: 500;
	margin: 0 15px;
}

.deal-pro-info ul li i {
	color: #ac40ab;
	font-size: 18px;
	margin-right: 5px;
}


/*================================================
13 - SERVICE AREA CSS
==================================================*/

.securezone-service-area .securezone-section-title {
	text-align: center;
}

.securezone-service-area .securezone-section-title>.title-line {
	margin: 0 auto;
	text-align: center;
}

.serviceBox{
    color: #222;
    background-color: #fff;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 0 25px 30px;
    position: relative;
    z-index: 1;
     transition: all 1s
}
.serviceBox:hover{
    color: #ac40ab;
    transition: all 1s
   
}
.serviceBox:before,
.serviceBox:after{
    content: ""; 
    background: #fff;
    border-radius: 15px 15px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: -1;
}
.serviceBox:after{
    background-color: #ac40ab;
    height: 50%;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}
.serviceBox .service-icon{
    color:#fff;
    background: #eed8ee;
    font-size: 45px;
    width: 75%;
    margin: 0 auto 35px;
    border-radius:0 0 50px 50px;
    position: relative;
}
.serviceBox .service-icon i:before {
    font-size: 30px;
    margin: 20px;
    color: #222;
    padding:20px
}

.serviceBox .service-icon{

    padding:20px
}

.serviceBox .service-icon:before,
.serviceBox .service-icon:after{
    content: "";
    background: linear-gradient(to top left, #eed8ee 49%, transparent 50%);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: -10px;

}
.serviceBox .service-icon:after{
    background: linear-gradient(to top right, #eed8ee 49%, transparent 50%);
    left: auto;
    right: -10px;
}
.serviceBox .title{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox .description{
    color: #555;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 25px;
}


@media only screen and (max-width: 1199px){
    .serviceBox{ margin: 0 0 40px; }
}


/*==========================================
  14 - Counter
============================================*/

:root{ 
    --white: #fff;
    --main-color: #eed8ee; 
}


.securezone-counter-area {
	position: relative;
	z-index: 1;
}

.securezone-counter-area::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(11, 33, 76, 0.9);
	z-index: -1;
}

h1{ padding: 0 0 30px; }
.single-counter{
    color: #222;
    font-family: 'Hind', sans-serif;
    text-align: center;
    width: 190px;
    height: 190px;
    padding: 33px 12px;
    border-radius: 50% 50%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.single-counter:before,
.single-counter:after,
.single-counter .counter-icon:before,
.single-counter .counter-icon:after,
.single-counter h3:before{
    content: "";
    position: absolute;
}
.single-counter:before,
.single-counter:after{
    background: linear-gradient(to right,#e6c5e5 50%, transparent 50%);
    width: 210px;
    height: 210px;
    border-radius: 100% 0 0 100%;
    top: 0;
    left: -10px;
    z-index: -1;
}
.single-counter:after{
    background: linear-gradient(to right, transparent 50%, #e6c5e5 50%);
    border-radius: 0 100% 100% 0;
    top: -15px;
    left: auto;
    right: -10px;
    z-index: -2;
}
.single-counter .counter-icon{
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 15px;
}
.single-counter .counter-icon:before,
.single-counter .counter-icon:after{
    background: #893388;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    top: -13px;
    left: 96px;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.single-counter .counter-icon:after{
    top: auto;
    bottom: -15px;
    left: 70px;
}
.single-counter h3{
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.single-counter h3:before{
    background: var(--white);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius:100% 100%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    z-index: -1;
}
.single-counter .counter-value{
    font-size: 35px;
    font-weight: 600;
    display: block;
}

@media screen and (max-width:990px){
    .single-counter{ margin-bottom: 80px; }
}

/*==========================================
  15 - Team CSS
============================================*/

.securezone-team-area .securezone-section-title {
	text-align: center;
}

.securezone-team-area .title-line {
	margin: 0 auto;
}
.securezone-team-area{
	background: #fff
}
.securezone-our-team{
    border: 2px solid #ac40ab;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    z-index: 1;
    position: relative;
}
.securezone-our-team:before,
.securezone-our-team:after{
    content: "";
    width: 100%;
    height: 104%;
    background: #ac40ab;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%) scaleX(0.3);
    transition: all 0.3s ease 0s;
}
.securezone-our-team:after{
    width: 106%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(0.25);
}
.securezone-our-team:hover:before{ transform: translateY(-50%) scaleX(0.7); }
.securezone-our-team:hover:after{ transform: translate(-50%, -50%) scaleY(0.7); }
.securezone-our-team img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}
.securezone-our-team .team-content{
    width: 93%;
    padding: 25px 0 10px;
    background: #000;
    position: absolute;
    bottom: 50px;
    left: 50%;
    opacity: 0;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    transform: translateX(-50%);
    transition: all 0.3s cubic-bezier(0.5, 0.2,0.1,0.9);
}
.securezone-our-team:hover .team-content{
    bottom: 10px;
    opacity: 1;
}
.securezone-our-team .title{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}
.securezone-our-team .post{
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.securezone-our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.securezone-our-team .social li{
    display: inline-block;
    margin: 0 5px;
}
.securezone-our-team .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #893388;
    font-size: 20px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.securezone-our-team .social li a i{line-height:inherit;}
.securezone-our-team .social li a:hover{
    background: #893388;
    box-shadow: 0 0 0 5px #eed8ee;
    color: #fff;
    text-decoration:none;
}
@media only screen and (max-width: 990px){
    .securezone-our-team{ margin-bottom: 30px; }
}

/*================================================
16 - CLIENT REVIEW CSS
==================================================*/

.securezone-client-review-area .securezone-section-title {
	text-align: center;
}

.securezone-client-review-area .title-line {
	margin: 0 auto;
}

.review-text {
	margin: 0 auto;
	padding: 15px 35px;
	position: relative;
	text-align: center;
	width: 80%;
}

.quotes-icon-left {
	font-size: 20px;
	left: 0;
	position: absolute;
	top: 5px;
}

.quotes-icon-right {
	bottom: 5px;
	font-size: 20px;
	position: absolute;
	right: 0;
}

.single-client-review {
	text-align: center;
}

.review-image {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 30px;
}

.review-image>img {
	height: 100px;
	margin: 0 auto;
	max-width: 100px;
}

.review-info {
	float: right;
	margin-left: 20px;
	text-align: left;
	margin-top: 12px
}

.review-info>h3 {
	font-size: 17px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #111;
	font-weight: 600;
}

.review-info li {
	display: inline-block;
	margin: 0 1px;
}

.review-info a {
	color: #FAC113;
}

.client-slider .owl-prev {
	font-size: 28px;
	left: 0;
	position: absolute;
	top: 42%;
	color: #ac40ab;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.client-slider .owl-next {
	font-size: 28px;
	right: 0;
	position: absolute;
	top: 42%;
	color: #ac40ab;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.client-slider .owl-prev:hover,
.client-slider .owl-next:hover {
	color: #333
}

/*================================================
17 - FOOTER CSS
==================================================*/

.securezone-footer-top {
	background: #111 none repeat scroll 0 0;
	color: #999;
}

.single-footer-widget {
	margin: 0;
}

.footer-logo {
	margin-bottom: 10px
}

.footer-logo>a {
	display: inline-block !important;
	color: #ac40ab;
	font-size: 30px
}

.footer-logo img {
	height: auto;
	width: 75%;
}

.single-footer-widget>h3 {
	color: #eee;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: capitalize;
	margin-top: 15px
}

.footer_post>li {
	border-bottom: 1px dashed #999;
}

.footer_post>li:last-child {
	border-bottom: 0px dashed #999
}

.single-footer-widget a {
	display: block;
	padding: 5px 0;
	text-transform: capitalize
}

.single-footer-widget a:hover {
	color: #fff;
}

.footer_post li a i {
	font-size: 18px;
	margin-right: 5px;
}

.single-footer-widget p>a {
	display: inline-block;
	text-transform: lowercase
}

.footer_links a {
	display: inline-block;
}

.footer_links {
	display: inline-block;
	margin-right: 35px;
}

.securezone-footer-bottom {
	background: #292929 none repeat scroll 0 0;
	color: #fff;
	text-align: center
}

.copyright p>a,
.copyright p i,
.copyright p span {
	color: #ac40ab;
	font-weight: 600;
}

.mobile {
	display: none
}


/*================================================
18 - BLOG AREA CSS
==================================================*/ 
.securezone-blog-area .securezone-section-title {
	text-align: center;
}

.securezone-blog-area .securezone-section-title>.title-line {
	margin: 0 auto;
	text-align: center;
}

.single-blog{
    margin-bottom: 30px
}
.blog-image img{
    width: 100%
}
.blog-text {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: left;
}
.blog-text > h2 {
    font-family: "Oswald",sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #333
}
.blog-meta > p {
    color: #888888;
    font-style: italic;
}
.blog-text > h2 a:hover{
    color: #ac40ab
}
.blog-text > p {
    margin-top: 10px;
}
.blog-text > a.securezone-btn {
    margin-top: 20px;
}
.product-thumb-info-content p{
    color: #333;
}
.product-thumb-info-content p > a {
    display: inline-block !important;
    margin-left: 10px !important;
    padding: 0 !important;
    color: #555 !important
}
.product-thumb-info-content p > a:hover{
    color: #ac40ab !important
}
.Tags-catagory > li {
    border-bottom: 0 solid #ededed !important;
    display: inline-block !important;
    margin: 2px !important;
}
.Tags-catagory a {
    background: #f9f9f9 none repeat scroll 0 0 !important;
    padding: 5px 10px !important;
}
.Tags-catagory a:hover{
    background: #ac40ab none repeat scroll 0 0 !important;
    color: #fff !important
}
.instagram li {
    float: left;
    padding: 0 8px 8px 0;
    width: 25%;
    border: medium none !important
}
.instagram a {
    padding: 0 !important;
}


/*================================================
19 - SINGLE BLOG PAGE CSS
==================================================*/ 

.blog-text.single-blog-text{
    box-shadow: 0 0 0;
    padding: 20px 0 0;
}
.blog-text.single-blog-text > img {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}
.blog-text blockquote {
    background: #f9f9f9 none repeat scroll 0 0;
    border-left: 5px solid #ac40ab ;
    font-style: italic;
    margin-bottom: 30px;
    margin-right: 0;
    margin-top: 30px;
    padding: 20px;
}
.post-share {
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    margin-top: 30px;
    padding: 15px 20px;
}
.post-share-left > h4, .post-share-right > h4 {
    color: #333;
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
}
.post-share-left > p{
    display: inline-block
}
.post-share-left > p > a{
    text-decoration: underline;
    color: #333;
    margin-right: 4px;
    text-transform: capitalize;
}
.post-share-left > p > a:hover{
    text-decoration: none
}
.post-share-right{
    text-align: right
}
.post-share-right > ul {
    float: right;
}
.post-share-right li {
    display: inline-block;
    margin: 0 3px;
}
.post-share-right li a:hover{
     color: #ac40ab;
}
.comment-group-title > h2, .securezone-leave-comment > h2 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
    text-align: center
}
.securezone-comment-list {
    margin-top: 50px;
}
.single-comment-item {
    margin-top: 30px;
}
.single-comment-box {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-bottom: 10px;
    padding: 0 10px 30px;
    position: relative;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.main-comment {
    font-size: 14px;
    padding: 30px 0 0 100px;
    position: relative;
}
.author-image {
    border-radius: 50%;
    left: 0;
    margin-bottom: 20px;
    position: absolute;
    top: 30px;
}
.author-image img {
    border-radius: 50%;
    display: block;
    width: 80px;
}
.comment-info {
    margin-bottom: 10px;
}
.comment-info h4 {
    color: #333;
    font-size: 17px;
    text-transform: capitalize;
}
.comment-info > p {
    color: #666;
    font-weight: 500;
    text-transform: capitalize;
}
.reply {
    color: #555;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    margin-top: 5px;
    text-decoration: underline;
    text-transform: capitalize;
}
.single-comment-box.reply-comment {
    margin-left: 100px;
}
.reply:hover{
    color: #ac40ab
}
.securezone-leave-comment {
    margin-top: 50px;
}
.securezone-leave-comment > p{
    text-align: center
}
.securezone-leave-comment > form {
    margin-top: 20px;
    text-align: center
}
.securezone-leave-comment input[type="text"], .securezone-leave-comment input[type="email"] {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    height: 45px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 0;
    padding: 10px 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 45%;
    color: #333
}
.securezone-leave-comment input[type="email"] {
    margin-right: 0;
}
.securezone-leave-comment textarea {
    border: 1px solid #ddd;
    height: 160px;
    margin-bottom: 20px;
    padding: 5px 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 93%;
    color: #333
}
.securezone-leave-comment button {
    background: #ac40ab none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: "Oswald",sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin: 0 auto;
    display: block
}
.securezone-leave-comment button:hover{
    background: #212121 none repeat scroll 0 0
}

.shop-sidebar-widget {
    margin-bottom: 30px;
}
.shop-sidebar-widget:last-child {
    margin-bottom: 0;
}
.shop-sidebar-widget > h3:before {
    background: #ac40ab none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 80px;
}
.shop-sidebar-widget > h3 {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
    text-transform: capitalize;
}
.shop-sidebar-widget > form {
    background: #f7f7f7 none repeat scroll 0 0;
    height: 40px;
    position: relative;
}
.shop-sidebar-widget input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #333;
    height: 100%;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    width: 80%;
}
.shop-sidebar-widget button {
    background: #ac40ab none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.shop-sidebar-widget button:hover{
    background: #212121 none repeat scroll 0 0
}
.shop-sidebar-widget ul > li, .cat-parent ul li {
    border-bottom: 1px solid #ededed;
}
.shop-sidebar-widget ul > li:last-child {
    border-bottom: 0 solid #ededed;
}
.shop-sidebar-widget ul li a {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 26px;
    padding: 10px;
    text-transform: capitalize;
}
.shop-sidebar-widget ul li a:hover{
    color: #ac40ab
}
.cat-parent span {
    float: right;
}
.widget_product_categories > ul > li.current-cat-parent > .children {
    display: block;
}
.widget_product_categories .children {
    border-top: 1px solid #e9e9e9;
    display: none;
    padding-left: 20px;
}
.product-thumb-info-image {
    background: #eee none repeat scroll 0 0;
    float: left;
    height: auto;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 5px;
    width: 80px;
}
.product-thumb-info-content {
    display: inline-block;
    margin-top: 5px;
    overflow: hidden;
}
.item-cat {
    display: block;
    margin-bottom: 0;
}
.price {
    color: #ac40ab ;
    font-size: 16px;
    font-weight: 600
}
.product-thumb-info-image > a, .product-thumb-info-content h4 > a, .product-thumb-info-content span > a{
    padding: 0 !important
}
.featured-list li{
    overflow: hidden
}
.product-thumb-info-content h4 > a {
    color: #333 !important;
    font-size: 16px !important;
    line-height: 20px !important;
}
.item-cat > a{
    display: inline-block !important;
    line-height: 20px !important;
    margin: 5px 0 !important;
}
.shorting {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 15px 10px;
}
.shorting p {
    margin: 7px 0;
    text-transform: capitalize;
}
.shorting form {
    float: right;
}
.shorting form label {
    font-weight: 500;
    margin: 0;
}
.shorting select {
    border: 1px solid #ddd;
    padding: 5px;
    text-transform: capitalize;
}
.single-shop-product {
    border-bottom: 3px solid #ac40ab;
    box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);
    margin-top: 30px;
}
.single-product-image {
    background: #eee none repeat scroll 0 0;
    padding: 10px;
}
.single-product-text {
    padding: 20px;
}
.single-product-image img {
    width: 100%;
}
.single-product-text > h3 {
    color: #333;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize
}
.product-price {
    margin: 20px 0;
}
.product-price > h3 {
    display: inline-block;
    color: #ac40ab 
}
.product-rating {
    float: right;
}
.product-rating > li {
    color: #f3c30b;
    display: inline-block;
    margin: 0 1px;
}
.product-button > a {
    background: #ac40ab  none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-right: 5px;
    padding: 5px 10px;
    text-transform: uppercase;
}
.product-button > a:hover{
    background: #212121 none repeat scroll 0 0
}
.single-product-text h3 > a:hover{
    color: #ac40ab
}



/*================================================
20 - SINGLE SERVICE PAGE CSS
==================================================*/ 

.no-pad-right {
    padding-right: 0;
}
.no-pad-left{
    padding-left: 0
}
.thumb-service {
    margin-bottom: 12px;
}
.single-service-text > h2, .about-service-right > h2, .single-service-widget > h2 {
    color: #333;
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
    text-transform: capitalize;
}
.single-service-text > h2:before, .about-service-right > h2:before, .single-service-widget > h2:before {
    background: #ac40ab none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 80px;
}
.single-service-text {
    margin-top: 15px;
}
.single-service-text > p {
    margin: 0 0 10px;
}
.single-service-widget{
    margin-bottom: 30px
}
.single-service-widget:last-child{
    margin-bottom: 0
}
.about-service-left > img{
    width: 100%
}
.about-service-right > ul {
    float: left;
    margin-top: 20px;
    width: 50%;
}
.about-service-right li {
    color: #333;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.about-service-right ul li i {
    color: #ac40ab;
    font-size: 18px;
    margin-right: 5px;
}

.single-service-left-widget {
    margin-bottom: 50px;
}
.single-service-left-widget li {
    border-bottom: 3px solid #fff;
}
.single-service-left-widget li a:hover, .single-service-left-widget ul li.active > a {
    background: #ac40ab none repeat scroll 0 0;
    border-left: 5px solid #000;
    color: #fff;
}
.single-service-left-widget li a {
    background: #f7f7f7 none repeat scroll 0 0;
    border-left: 5px solid #f7f7f7;
    color: #333;
    display: block;
    font-weight: 500;
    padding: 10px 20px;
    text-transform: capitalize;
}   
.single-service-left-widget li a i {
    float: right;
    font-size: 20px;
    margin-top: 2px;
}
.widget-title > h3{
    color: #333;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
    text-transform: capitalize;
}
.widget-title > h3:before {
    background: #ac40ab none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 80px;
}
.broucher-item {
    margin: 10px 0;
    position: relative;
}
.broucher-item > a {
    background: #ac40ab none repeat scroll 0 0;
    border-left: 0 none;
    color: #fff;
    display: block;
    padding: 10px 20px 10px 50px;
}
.broucher-item > a:hover{
    background: #212121 none repeat scroll 0 0;
}
.broucher-item > a span {
    color: #fff;
    float: right;
    margin-top: 5px;
}
.broucher-item i {
    background: #fff none repeat scroll 0 0;
    color: #ac40ab;
    font-size: 20px;
    height: 30px;
    left: 14px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 30px;
}
.single-service-left-widget:last-child{
    margin-bottom: 0
}
.single-service-left-widget > form {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 20px;
}
.single-service-left-widget form p label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #333
}
.single-service-left-widget form p input {
    border: 1px solid #ddd;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
    color: #333
}
.single-service-left-widget form p button[type="submit"] {
    background: #ac40ab none repeat scroll 0 0;
    border: 1px solid #ac40ab;
    color: #fff;
    font-family: "Oswald",sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.single-service-left-widget form p button[type="submit"]:hover{
    background: #212121 none repeat scroll 0 0;
    border: 1px solid #212121;
}
.single-service-left-widget form p textarea {
    border: 1px solid #ddd;
    height: 80px;
    padding: 5px 10px;
    width: 100%;
}
.single-service-left-widget p {
    margin: 5px 0;
}



/* ===============================
21 Contact Page css 
====================================*/
.securezone-contact-page-area {
	background: #ac40ab none repeat scroll 0 0;
	position: relative;
	z-index: 1
}

.securezone-contact-page-area:after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: -15%;
	position: absolute;
	top: 0;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	width: 55%;
	z-index: -1;
}


.contact-page-left>h3{
	color: #162337;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
	text-transform: capitalize;
}

.contact-page-left>h3:before {
	background: #162337 none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 100%;
	width: 40%;
}
.contact-page-right>h3 {
	color: #fff;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
	text-transform: capitalize;
}

.contact-page-right>h3:before {
	background: #ac40ab none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 100%;
	width: 40%;
}

.single-contact-info {
	-ms-grid-row-align: center;
	align-items: center;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 25% 75%;
	grid-template-columns: 25% 75%;
	margin-bottom: 40px;
}

.single-contact-info:last-child {
	margin-bottom: 0
}

.contact-info-icon {
	font-size: 25px;
	height: 100%;
	padding: 22px 0;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.contact-info-icon span {
	color: #ac40ab;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.contact-info-text {
	margin-left: 20px;
}


.contact-page-left>h3 {
	margin-bottom: 40px;
}

.contact-info-text>h4 {
	color: #162337;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
}




.contact-page-right>form {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
	margin-top: 10px;
	padding: 30px;
}

.contact-page-right form p {
	margin-top: 15px;
}

.contact-page-right form .row:first-child p {
	margin-top: 0
}

.contact-page-right form p input {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #000;
	height: 40px;
	padding: 5px 10px;
	width: 100%;
}

.contact-page-right form p textarea {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #000;
	height: 100px;
	padding: 5px 10px;
	resize: none;
	width: 100%;
}

.contact-page-right form p button {
	border: 1px solid #ddd;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	cursor: pointer;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 13px 30px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.contact-page-right form p button:hover {
	background: #ac40ab none repeat scroll 0 0;
	color: #fff;
	border-color: #ac40ab
}


/* ======================================== */
   /* 22 - Login Css
/* ======================================== */

.securezone-login-1{
 margin-top: 20px;
}
.securezone-login-1 label{
	color: #222;
}


.securezone-login-1 .form-control {
	outline: 0;
	border-color: #ac40ab;
	border-radius: 20px;
	width: 100%;
}

.securezone-login-1 .form-control:focus {
	outline: 0;
	border-color: #ac40ab;
	border-radius: 20px;
	width: 100%;
}
/* ===================================
23 - Component css
============================== */
.Component-page-area .sub-title{
	color: #ac40ab;
}
.component_contnet{
	margin-top: 20px
}

.style-1{
	margin-top:130px;
	margin-bottom:30px;
}

h3.component-title{
	font-size: 20px;
	font-weight: normal;

}
/* ======================================== */
   /* 24 - Faq Css
/* ======================================== */
.accordion-button:not(.collapsed){
	background: #ac40ab;
	color: #fff;
}
