@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	--ff1: "Exo", sans-serif;
	--ff2: "Inter", sans-serif
}
body {
	font-family: "Open Sans", sans-serif;
	color: #656565;
	font-size: 16px;
	padding: 0;
	margin: 0;
	font-weight: 400;
	position: relative;
	line-height: 1.7;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	overflow-x: hidden;
}
a {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Ubuntu", sans-serif;
	color: #000036;
	font-weight: 600;
	margin: 0;
	line-height: 1.3;
	word-break: break-word;
}
h6 {
    font-size: 1.125rem;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
	font-family: "Ubuntu", sans-serif;
	color: #000036;
	font-weight: 600;
	line-height: 1.3;
	word-break: break-word;
}
p {
	margin: 0;
}
a:hover{
	color: var(--col1);
	text-decoration: none;
}
button:focus, a:focus{
	outline: none;
}
ul, ol{margin: 0; padding: 0;}
li{list-style: none;}
button:focus {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.pt-100{
	padding-top: 100px;
}
.pb-100{
	padding-bottom: 100px;
}
.pt-80{
	padding-top: 80px;
}
.pb-80{
	padding-bottom: 80px;
}
.pt-50{
	padding-top: 50px;
}
.pb-50{
	padding-bottom: 50px;
}
.section_bg{
	background-color: #f0f8ff;
}
.section_bg_common {
	background-color: #F6F8F9;
}
.section_bg_dark{
	background-color: #000036;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99999999;
	width: 100%;
	background-color: #000036;
}
.preloader__content {
	position: absolute;
    width: 150px;
    height: 150px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
	border-radius: 50%;
}
.preloader__text {
    font-size: 1.5rem;
    font-weight: 700;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: url("../../visernic-assets/visernic-images/preloader-shape.png");
    background-position: 0 0;
    animation: serveja 4s linear infinite;
}
.preloader__circle {
	position: absolute;
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: 3px solid transparent;
    border-top: 3px solid var(--col1);
    border-right: 3px solid var(--col1);
    border-radius: 50%;
    animation: animateCircle 2s linear infinite;
}
.preloader__circle::before {
	position: absolute;
    content: '';
    bottom: 11px;
    right: 15px;
    width: 15px;
    height: 15px;
    box-shadow: 0 0 10px 1px var(--col1);
	background-color: var(--col1);
}
@keyframes serveja {
    0% {
        background-position: 0 0;
    }

    25% {
        background-position: 250px 0;
    }

    50% {
        background-position: 500px 0;
    }

    75% {
        background-position: 250px 0;
    }

    100% {
        background-position: 0 0;
    }
}
@keyframes animateCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.scroll-to-top {
	height: 45px;
	width: 45px;
	position: fixed;
	bottom: 5%;
	/* right: 5%; */
	left: 5%;
	display: none;
	z-index: 99999;
	cursor: pointer;
	border-radius: 50%;
	line-height: 48px;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
	background-color: var(--col1);
	text-align: center;
}
.scroll-to-top .scroll-icon {
	font-size: 20px;
	color: #ffffff;
	display: inline-block;
}
/* .visernic_siteWrap {
	overflow-x: hidden;
} */
/* Header CSS Start  */
.visernic__header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
}
.visernic__header.static {
	position: static;
}
.visernic__header.menu-fixed {
	position: fixed !important;
}
.header_top {
	background-color: #000036;
	padding: 0.8125rem 0;
}
.visernic__header.menu-fixed .header_top {
	display: none;
}
.header-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.header-links-left li {
	margin-right: 10px;
}
.header-links li a {
	display: block;
	color: #fff;
	font-size: 14px;
}
.header-links li a i {
	font-size: 15px;
	margin-right: 5px;
	color: var(--col1);
}
.header-links-right {
	justify-content: right;
}
.header-links-right li {
	margin-left: 10px;
}
.visernic__header.menu-fixed .header_main {
	background-color: var(--col2);
}
.visernic_navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.visernic_navbar .site-logo img {
	max-width: 250px;
	max-height: 55px;
}
.visernic_btn.btn {
	background-color: var(--col1);
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	outline: 0;
	box-shadow: none;
}
.visernic_btn:hover {
	background-color: #29b765;
}
.visernic_btn_outline.btn {
	border: 1px solid var(--col1);
	color: var(--col1);
	font-weight: 600;
	padding: 9px 20px;
	outline: 0;
	box-shadow: none;
}
.visernic_btn_outline:hover {
	background-color: var(--col1);
	color: #fff;
}
.visernic__header.static .header_main {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	background: var(--col2);
}
.mega-menu-list__item:hover{
	background-color: #2ecc7114;
}
.mega-menu-list__icon {
	background-color: #a5a5a526;
  	color: #2ecc7140;
}
.mega-menu-list__item:nth-child(1):hover{
	background-color: rgba(216, 233, 241, 0.3) !important;
}
.mega-menu-list__item:nth-child(1) .mega-menu-list__icon{
	background-color: rgba(216, 233, 241, 0.7) !important;
  	color: #6746FB;
}
.mega-menu-list__item:nth-child(2):hover{
	background-color: rgba(220, 241, 234, 0.3) !important;
}
.mega-menu-list__item:nth-child(2) .mega-menu-list__icon{
	background-color: rgba(220, 241, 234, 0.7) !important;
  	color: #FB4646;
}
.mega-menu-list__item:nth-child(3):hover{
	background-color: rgba(217, 223, 253, 0.3) !important;
}
.mega-menu-list__item:nth-child(3) .mega-menu-list__icon{
	background-color: rgba(217, 223, 253, 0.7) !important;
  	color: #00BBFF;
}
.mega-menu-list__item:nth-child(4):hover{
	background-color: rgba(242, 216, 242, 0.3) !important;
}
.mega-menu-list__item:nth-child(4) .mega-menu-list__icon{
	background-color: rgba(242, 216, 242, 0.7) !important;
  	color: #ffb000;
}
.mega-menu-list__item:nth-child(5):hover{
	background-color: rgba(246, 215, 219, 0.3) !important;
}
.mega-menu-list__item:nth-child(5) .mega-menu-list__icon{
	background-color: rgba(246, 215, 219, 0.7) !important;
  	color: #0088FF;
}
.mega-menu-list__item:nth-child(6):hover{
	background-color: rgba(230, 215, 243, 0.3) !important;
}
.mega-menu-list__item:nth-child(6) .mega-menu-list__icon{
	background-color: rgba(230, 215, 243, 0.7) !important;
  	color: #29b363;
}
.mega-menu-list__item:nth-child(7):hover{
	background-color: rgba(226, 242, 217, 0.3) !important;
}
.mega-menu-list__item:nth-child(7) .mega-menu-list__icon{
	background-color: rgba(226, 242, 217, 0.7) !important;
  	color: #12d001;
}
.mega-menu-list__item:nth-child(8):hover{
	background-color: rgba(220, 241, 240, 0.3) !important;
}
.mega-menu-list__item:nth-child(8) .mega-menu-list__icon{
	background-color: rgba(220, 241, 240, 0.7) !important;
  	color: #CE86F2;
}
.mega-menu-list__item:nth-child(9):hover{
	background-color: rgba(214, 229, 242, 0.3) !important;
}
.mega-menu-list__item:nth-child(9) .mega-menu-list__icon{
	background-color: rgba(214, 229, 242, 0.7) !important;
  	color: #6746FB;
}
.mega-menu-list__item:nth-child(10):hover{
	background-color: rgba(210, 215, 244, 0.3) !important;
}
.mega-menu-list__item:nth-child(10) .mega-menu-list__icon{
	background-color: rgba(210, 215, 244, 0.7) !important;
  	color: #FB4646;
}
.mega-menu-list__item:nth-child(11):hover{
	background-color: rgba(242, 228, 215, 0.3) !important;
}
.mega-menu-list__item:nth-child(11) .mega-menu-list__icon{
	background-color: rgba(242, 228, 215, 0.7) !important;
  	color: #00BBFF;
}
.mega-menu-list__item:nth-child(12):hover{
	background-color: rgba(219, 242, 217, 0.3) !important;
}
.mega-menu-list__item:nth-child(12) .mega-menu-list__icon{
	background-color: rgba(219, 242, 217, 0.7) !important;
  	color: #ffb000;
}
/* Header CSS End  */
/* Home Page CSS Start  */
.bg_img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.visernic_hero {
	padding-top: 22.5rem;
	margin-bottom: 10.0625rem;
	position: relative;
}
.visernic_hero::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000036;
	opacity: 0.65;
}
.visernic_hero .container {
	position: relative;
}
.hero__subtitle {
	font-size: 100px;
	line-height: 1.3;
	font-weight: 500;
}
.hero__title {
	font-size: 80px;
	font-weight: 700;
	-webkit-text-stroke: 1px #fff;
	color: transparent;
	background-image: linear-gradient(#fff, #fff);
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	background-position: -1050px 0;
	animation: backcolor 5s linear infinite alternate;
}
@keyframes backcolor {
    0% {
        background-position: 1050 0;
    }
    100% {
        background-position: 0 0;
    }
}
.hero__bottom {
	margin-top: 6.25rem;
	-webkit-transform: translateY(161px);
	-ms-transform: translateY(161px);
	transform: translateY(161px);
}
.hero__content-area {
	padding: 80px 90px 70px 40px;
	background: linear-gradient(-45deg, var(--col1), #23a6d5, var(--col1), #23d5ab);
	background-size: 400% 400%;
	animation: colorchange 50s;
	-webkit-animation: colorchange 20s linear infinite;
	position: relative;
	border-radius: 10px;
}
@keyframes colorchange {
    0% {
        background-position: 0% 50%;
    }

    25% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
.hero__content-area::after {
	content: '';
	top: 106px;
	left: calc((100% / 12) * 5 + 35px);
	height: calc(100% - 200px);
	width: 2px;
	position: absolute;
	background-color: #fff;
}
.hero__content-area .title {
	font-size: 42px;
}
.hero__content-area .description {
	font-size: 18px;
}
.section-header {
	margin-bottom: 55px;
	margin-top: -6px;
}
.section-header .up_title {
	color: var(--col1);
	font-size: 20px;
}
.section-header .section-title {
	font-size: 50px;
}
.section_bg_dark .section-header .section-title, .dark_overlay .section-header .section-title {
	color: #fff;
}
.section-header p {
	margin-top: 15px;
}
.section_bg_dark .section-header  p, .dark_overlay .section-header  p{
	color: #c2c6f2;
}
.choose-us-list li {
	font-size: 24px;
	font-weight: 600;
	color: #000036;
	transition: all 0.3s;
	display: inline-block;
	position: relative;
}
.choose-us-list li + li{
	margin-top: 25px;
}
.choose-us-list li.active{
	color: var(--col1);
}
.choose-us-list li::after, .choose-us-list li::before {
    content: '';
    top: 50%;
	position: absolute;
}
.choose-us-list li::before {
	left: 106%;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	background-color: #737391;
	border-radius: 50%;
	transition: all 0.3s;
}
.choose-us-list li.active:before{
	background-color: var(--col1);
}
.choose-us-list.style--two li::before {
    left: auto;
    right: 106%;
}
.choose-us-list li::after {
    left: 110%;
    width: 200px;
    height: 6px;
    margin-top: -3px;
    background-color: #737391;
    z-index: -2;
}
.choose-us-list li.active:after{
	background-color: var(--col1);
}
.choose-us-list.style--two li::after {
    left: auto;
    right: 110%;
}
.choose-thumb{
	border-radius: 10px;
}
.choose-thumb img {
	border-radius: 10px;
}
.video-button {
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	background-color: var(--col1);
	border-radius: 50%;
	color: #fff;
	margin: -50px 0 0 -50px;
	animation: pulse 2000ms linear infinite;
	-webkit-animation: pulse 2000ms linear infinite;
	-moz-animation: pulse 2000ms linear infinite;
	transform: translate(-50%, -50%);
	position: absolute;
	z-index: 9;
}
.video-button::before, .video-button::after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.15;
	border-radius: 50%;
	background-color: var(--col1);
}
.video-button::before {
	animation: inner-ripple 2000ms linear infinite;
	-webkit-animation: inner-ripple 2000ms linear infinite;
	-moz-animation: inner-ripple 2000ms linear infinite;
}
.video-button::after {
	animation: outer-ripple 2000ms linear infinite;
	-webkit-animation: outer-ripple 2000ms linear infinite;
	-moz-animation: outer-ripple 2000ms linear infinite;
}
.video-button i {
	font-size: 42px;
	color: #fff;
	z-index: 1;
}
@-webkit-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-moz-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-ms-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-webkit-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-ms-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
.service_item {
	padding: 30px 10px 10px;
	text-align: center;
	border-radius: 10px;
	transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
	background-color: #ffffff;
	border: 1px solid rgba(15, 14, 14, 0.1);
	height: 100%;
}
.service_item .item_icon {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18), -webkit-transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
	width: 60px;
	margin-bottom: 10px;
}
.service_item:hover .item_icon {
	transform: translateY(-10px) translate3d(0, -5px, 0);
}
.service_item .item_content {
	margin-bottom: 10px;
	padding-bottom: 10px;
	transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
	border-bottom: 1px dashed rgba(15, 14, 14, 0.18);
}
.service_item .item_title {
	font-size: 20px;
	line-height: 33px;
	margin-bottom: 20px;
}
.service_item .item_description {
	font-size: 14px;
	max-width: 320px;
	margin: 0 auto 15px !important;
}
.btn-link-two {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	color: #5D636A;
	align-items: center;
	display: inline-flex;
	text-decoration: none;
}
.btn-link-two .btn_text {
	position: relative;
}
.btn-link-two .btn_text::before {
	left: 0;
	width: 0;
	bottom: 0;
	height: 1px;
	content: "";
	position: absolute;
	background-color: var(--col1);
	transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.btn-link-two:hover .btn_text::before {
	width: 100%;
}
.btn-link-two .btn_icon {
	margin-left: 8px;
}
.btn-link-two .btn_icon img {
	transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.btn-link-two:hover .btn_icon img {
	animation: 0.4s ease-in-out 0s normal none 1 running fadeInDown;
}
.btn-link-two .btn_icon img:nth-child(2) {
	display: none;
}
.btn-link-two:hover .btn_icon img:nth-child(1) {
	display: none;
}
.btn-link-two:hover .btn_icon img:nth-child(2) {
	display: inline-block;
}
.overview-item {
	background-color: #fff;
	padding: 30px 20px;
	border-radius: 10px;
	box-shadow: 0 15px 30px rgba(61,90,125,.08);
	text-align: center;
}
.row [class*="col-"]:nth-child(2n) .overview-item {
	margin-top: 50px;
}
.overview-item__icon {
	width: 80px;
	height: 80px;
	border: 2px solid var(--col1);
	display: inline-flex;
	flex-flow: column;
	margin-bottom: 10px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
}
.overview-item__icon img {
	width: 40px;
}
.overview-item:hover .overview-item__icon{
	transform: translateY(-5px);
	background-color: var(--col1);
}
.overview-item__amount {
	font-size: 2.1rem;
	line-height: 1.3;
	font-weight: 700;
	margin-top: 0.625rem;
	color: #000036;
}
.overview-item__content {
	margin-top: 10px;
}
.overview-item__title {
	color: #656565;
	font-weight: 500;
	font-size: 16px;
}
.human-support-card {
	padding: 3.125rem 0.9375rem 4.6875rem 0.9375rem;
	border: 1px solid #dddddd7d;
	border-radius: 8px;
	background-color: #fff;
	transition: all 0.3s;
}
.human-support-card:hover {
	box-shadow: 0 10px 35px rgb(0 0 54 / 10%);
	transform: translateY(-5px);
}
.human-support-card__amount {
	font-size: 3.25rem;
	font-weight: 700;
	color: var(--col1);
	transition: all 0.3s;
}
.human-support-card__title {
	font-size: 1rem;
	font-weight: 500;
}
.cta-card {
	padding: 2.5rem 6.25rem;
	border: 1px solid #dddddd7d;
	height: 100%;
	border-radius: 8px;
	text-align: center;
	transition: all 0.3s;
}
.cta-card:hover {
	box-shadow: 0 10px 25px rgba(0, 0, 54, 0.05);
	border-color: #2ecc716e;
	transform: translateY(-5px);
}
.cta-card__content {
	margin-top: 1.25rem;
}
.cta-card__content p {
	margin: 0.625rem 0 1.25rem 0;
}
.slick-initialized.slick-slider .slick-track {
	display: flex;
}
.slick-initialized .slick-slide {
	height: auto;
	padding: 0 10px;
	/* margin-bottom: 20px; */
}
.slick-initialized .slick-slide > div{
	height: 100%;
}
/* .slick-initialized .slick-slide > div > div{
	height: 100%;
} */
.testimonial-content {
	position: relative;
	padding: 30px;
	background-color: #fff;
	border-radius: 8px;
	height: 100%;
}
.tesi-top {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(58 58 58 / 10%);
}
.admin_item {
	display: flex;
	align-items: center;
}
.admin_item .admin_thumbnail {
	width: 60px;
	height: 60px;
	flex: 0 0 60px;
	overflow: hidden;
	margin-right: 10px;
	border-radius: 100%;
}
.admin_item .admin_thumbnail img {
	width: 100%;
}
.admin_item .admin_name {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 4px;
}
.admin_item .admin_designation {
	display: block;
	font-size: 14px;
	line-height: 19px;
}
.rating_star {
	color: #FFC961;
}
.rating_star li {
	display: inline-block;
}
.rating_star li:not(:last-child) {
	margin-right: 3px;
}
.testimonial_des {
	font-size: 18px;
}
.quote_icon {
	width: 120px;
	right: 30px;
	bottom: 22px;
	opacity: 0.03;
	position: absolute;
}
.slick-dots {
	display: flex !important;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: -30px;
	bottom: 0;
}
.slick-dots li {
	margin: 0 3px;
	width: auto;
	height: auto;
}
.slick-dots li button {
	padding: 0;
	font-size: 0;
	width: 10px;
	height: 10px;
	background-color: rgb(195 195 195);
	border-radius: 50%;
	box-shadow: none;
	border: 0;
}
.slick-dots li.slick-active button {
	width: 25px;
	border-radius: 999px;
	background-color: var(--col1);
}
.blog-post {
	padding: 1rem;
	border: 1px solid #ebebeb;
	background-color: #F1F1FC;
	border-radius: 8px;
	transition: all 0.3s;
	height: 100%;
}
.blog-post__thumb {
	border-radius: 8px;
	overflow: hidden;
}
.blog-post__thumb img {
	transition: all 0.3s;
}
.blog-post:hover .blog-post__thumb img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.blog-post__content {
	padding-top: 24px;
	padding-bottom: 8px;
}
.blog-post__title {
	font-size: 1.25rem;
}
.blog-post__title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}
/* Home Page CSS End  */
/* Default Page CSS End  */
.hero-banner {
	padding: 80px 0;
	position: relative;
	background-color: var(--col2);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.hero-banner::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--col2);
	opacity: .65;
}
.hero-banner .container {
	position: relative;
}
.hero-banner__title {
	font-size: 42px;
	color: #fff;
}
.hero-banner__subtitle{
	color: #d1d5ff;
	margin-top: 10px;
}
.page__content h1{
	font-size:30;
}
.page__content h2{
	font-size: 28px;
}
.page__content h3{
	font-size: 25px;
}
.page__content h4{
	font-size: 22px;
}
.page__content h5{
	font-size: 20px;
}
.page__content h6{
	font-style: 18px;
}
.page__content p{
	margin-top: 16px;
	margin-bottom: 20px;
}
.page__content ul, .page__content ol{
	margin-top: 16px;
}
.page__content ul li, .page__content ol li{
	position: relative;
}
.page__content ul li + li, .page__content ol li + li{
	margin-top: 10px;
}
.page__content ul li{
	padding-left: 15px;
}
.page__content ul li::before {
	content: '';
	width: 7px;
	height: 7px;
	left: 0;
	top: 9px;
	position: absolute;
	background-color: var(--col1);
	border-radius: 50%;
}
.error-wrpp {
	text-align: center;
	padding: 50px 0;
}
.error-title {
	font-size: 80px;
	font-weight: 700;
	letter-spacing: 7px;
	margin-bottom: 0;
	-webkit-text-stroke: 3px #d10404;
	-webkit-text-fill-color: #fff;
	-webkit-animation: fill .6s infinite alternate;
	animation: fill .6s infinite alternate;
	text-shadow: 0 2px 4px #000;
	display: inline-block;
	line-height: 1;
	margin-bottom: 10px;
	font-family: var(--ff1);
}
@-webkit-keyframes fill {
	from {
	 -webkit-text-fill-color:#9a1515;
	}
	to {
	 -webkit-text-fill-color:#ddd;
	}
}
@keyframes fill {
	from {
	 -webkit-text-fill-color:#9a1515;
	}
	to {
	 -webkit-text-fill-color:#ddd;
	}
}
.error-text{
	font-size: 28px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #535151;
}
.error-wrpp .text{
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
}
.error_btn{
	background: var(--col1);
	padding: 10px 30px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
}
/* Default Page CSS End  */
/* Blog Page CSS Start  */
.pagination {
	margin-top: 30px;
}
.pagination .nav-links {
	display: flex;
	justify-content: center;
	width: 100%;
}
.pagination .nav-links .page-numbers{
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	color: #656565;
	margin-right: 6px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.pagination .nav-links .page-numbers:last-child{
	margin-right: 0;
}
.pagination .nav-links .page-numbers:hover, .pagination .nav-links .page-numbers.current{
	background-color: var(--col1);
	color: #fff;
}
.post-meta {
	margin: -0.1875rem -0.625rem;
}
.post-meta li {
	font-weight: 600;
	font-size: 0.9375rem;
	padding: 0.1875rem 0.625rem;
}
.blog-details__thumb {
	border-radius: 8px;
	overflow: hidden;
}
.blog-details__thumb img {
	width: 100%;
}
.blog-details__content {
	margin-top: 30px;
}
.blog-details__content h1{
	font-size:30;
}
.blog-details__content h2{
	font-size: 28px;
}
.blog-details__content h3{
	font-size: 25px;
}
.blog-details__content h4{
	font-size: 22px;
}
.blog-details__content h5{
	font-size: 20px;
}
.blog-details__content h6{
	font-style: 18px;
}
.blog-details__content p{
	margin-top: 16px;
	margin-bottom: 20px;
}
.blog-details__content ul, .blog-details__content ol{
	margin-top: 16px;
	padding-left: 22px;
}
.blog-details__content ul li + li, .blog-details__content ol li + li{
	margin-top: 10px;
}
.blog-details__content ul li{
	list-style: circle;
}
.blog-details__content ol li{
	list-style: decimal;
}
.post-share {
    padding: 1.5625rem;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.post-share .caption {
    font-weight: 600;
}
.blog-details .post-share {
    margin: -3px;
}
.blog-details .post-share li {
    padding: 3px;
}
.post-share li a {
    width: 35px;
    height: 35px;
    color: #656565;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 3px;
}
.blog-widget {
	background-color: #fff;
	overflow: hidden;
	border-radius: 5px;
}
.blog-widget__title{
	padding: 0.9375rem 1.25rem;
	font-size: 1.125rem;
	border-bottom: 1px solid #e5e5e5;
	color: #fff;
	font-weight: 600;
	background-color: var(--col1);
}
.short-post-wrapper {
	padding: 20px;
}
.short-post {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}
.short-post:first-child {
	padding-top: 0;
}
.short-post:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.short-post .thumb {
	width: 70px;
	height: 62px;
}
.short-post .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	object-position: center;
	-o-object-position: center;
}
.short-post .content {
	width: calc(100% - 70px);
	padding-left: 0.9375rem;
}
.short-post .content .title {
	font-size: 1rem;
	font-weight: 500;
}
.short-post .content .title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s;
}
.short-post .content .date {
	font-size: 0.875rem;
	display: inline-flex;
	align-items: center;
}
/* Blog Page CSS End  */
/* Contact page CSS Start  */
.contact-item {
	border: 1px solid #ddd;
	padding: 30px;
	height: 100%;
	border-radius: 8px;
}
.contact-item .icon {
	width: 80px;
	height: 80px;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	background-color: #2ecc7121;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
	transition: all 500ms ease;
}
.contact-item .icon img {
	width: 40px;
}
.contact-item .content p {
	margin-bottom: 15px;
}
.section-title {
	font-size: 50px;
}
.section-header p {
	margin-top: 15px;
}
.section-header p br {
	display: block;
	margin: 6px 0;
}
.contact__thumb {
	overflow: hidden;
	border-radius: 100% 0% 100% 0% / 19% 83% 17% 81%;
}
.contact-form {
	margin-top: 0 !important;
}
.contact-form .wpforms-form {
	padding: 2.125rem;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
	margin-left: 50px;
	background: #fff;
}
.contact-form .wpforms-field-container {
	display: flex;
	flex-wrap: wrap;
}
.contact-form .pitw_half_width {
	width: 50%;
	padding: 0 10px !important;
	margin-bottom: 25px !important;
	position: relative !important;
}
.contact-form .message, .contact-form .subject {
	width: 100%;
	padding: 0 10px !important;
	margin-bottom: 25px;
}
.contact-form .wpforms-field::before {
	content: "\f002";
	position: absolute;
	left: 20px;
	top: 8px;
	font-size: 16px;
	color: #898989;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
.contact-form .wpforms-field.department::before {
	content: "\e4e3";
}
.contact-form .wpforms-field.name::before {
	content: "\f007";
}
.contact-form .wpforms-field.email::before {
	content: "\f0e0";
}
.contact-form .wpforms-field.phone::before {
	content: "\f095";
}
.contact-form .wpforms-field.subject::before {
	content: "\f0ce";
}
.contact-form .wpforms-field.message::before {
	content: "\f303";
	top: 15px;
}
.contact-form input, .contact-form select {
	width: 100% !important;
	max-width: 100% !important;
	border-radius: 6px !important;
	padding-left: 36px !important;
}
.contact-form input::-webkit-outer-spin-button,
.contact-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.contact-form input {
    -moz-appearance: textfield;
    appearance: textfield;
}

.contact-form textarea {
	border-radius: 6px !important;
	padding-left: 36px !important;
}
.contact-form .wpforms-submit-container .wpforms-submit[type="submit"] {
	position: relative;
	z-index: 2;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	border: none;
	text-transform: capitalize;
	text-align: center;
	background-color: var(--col1) !important;
	color: #fff !important;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	border-radius: 8px;
	height: 50px;
	padding: 0 54px;
	margin-left: 10px;
}
.contact-form .wpforms-submit-container .wpforms-submit[type="submit"]:hover {
	background: var(--col2) !important;
}
.google-map {
	position: relative;
	display: block;
}
.google-map__one {
	position: relative;
	display: block;
	border: none;
	height: 395px;
	width: 100%;
	mix-blend-mode: luminosity;
}
/* Contact page CSS End  */
/* About Page CSS Start  */
.gallery-thumb {
	height: 380px;
	border-radius: 100% 0% 100% 0% / 19% 83% 17% 81%;
	overflow: hidden;
}
.gallery-thumb img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: transform 0.3s ease-in-out;
	object-position: center;
}
.skill-card {
	padding: 0 1.875rem 1.875rem 1.875rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 30px;
	transition: all 0.3s;
	text-align: center;
}
.skill-card:hover {
	box-shadow: 0 3px 5px 2px rgba(46, 204, 113, 0.35);
	background-color: var(--col1);
}
.skill-card__icon {
	width: 70px;
	height: 70px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: inline-flex;
	font-size: 1.75rem;
	margin-top: -25px;
	-webkit-transform: translateY(-12px);
	-ms-transform: translateY(-12px);
	transform: translateY(-12px);
	transition: all 0.3s;
	color: #fff;
	justify-content: center;
	align-items: center;
	background-color: var(--col2);
	border-radius: 50%;
}
.skill-card:hover .skill-card__icon {
	box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	background-color: #fff;
	color: var(--col1);
}
.skill-card__content {
	margin-top: 15px;
	transition: all 0.3s;
}
.skill-card__title {
	color: var(--col1);
	transition: all 0.3s;
}
.skill-card:hover .skill-card__title {
	color: #fff;
}
.skill-card__content p{
	color: #c2c6f2;
	transition: all 0.3s;
}
.skill-card:hover .skill-card__content p{
	color: #fff;
}
.brand-slider-2 .slick-slide, .brand-slider-3 .slick-slide {
	padding: 10px 15px;
	border: 1px solid #ddd;
	margin: 0px 10px;
	border-radius: 5px;
	background-color: #fff;
}
/* About Page CSS End  */
/* FAQ Page CSS Start  */
.custom--accordion .accordion-item {
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 4px rgba(0, 0, 0, 0.1);
}
.custom--accordion .accordion-item + .accordion-item {
	margin-top: 0.9375rem;
}
.custom--accordion .accordion-button {
	padding: 1.25rem 1.5625rem;
	font-size: 1.125rem;
	position: relative;
	text-align: left;
	font-weight: 500;
	border-bottom: none;
	box-shadow: none;
	outline: 0;
}
.custom--accordion .accordion-button:not(.collapsed) {
	color: var(--col1);
	background-color: #fff;
	box-shadow: none !important;
}
.custom--accordion .accordion-button::after {
	position: absolute;
	top: 1.25rem;
	right: 0.8125rem;
	font-size: 1.0625rem;
	content: '\f107';
	font-family: 'Line Awesome Free';
	font-weight: 900;
	background-image: none;
	color: #000;
}
.custom--accordion .accordion-button:not(.collapsed)::after {
	color: var(--col1);
}
.custom--accordion .accordion-body {
	padding: 0 1.5625rem 1.25rem 1.5625rem;
	border-top: none;
}
/* FAQ Page CSS End  */
/* Timeline Page CSS Start  */
.timeline-wrapper {
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 150px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.timeline-wrapper::after {
	content: '';
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #e5e5e5;
	position: absolute;
}
.timeline-wrapper [class*="timeline-wrapper__label-"] {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 150px;
	padding: 0.1875rem 0.625rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	text-align: center;
	color: #fff;
	background-color: var(--col1);
	z-index: 1;
}
.timeline-wrapper__label-top {
	top: -30px;
}
.timeline-wrapper__label-bottom {
	bottom: -30px;
}
.timeline-card {
	width: calc(50% - 120px);
	padding: 1.25rem;
	margin-bottom: 4.375rem;
	/* box-shadow: 0 3px 15px rgba(0, 0, 54, 0.08); */
	box-shadow: #50505040 0px 0px 7px;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	background-color: #fff;
	z-index: 1;
	position: relative;
}
.timeline-card:nth-child(2n+1) {
	margin-top: -70px;
}
.timeline-card:nth-child(2n):not(:nth-child(2)) {
	margin-top: 0;
}
.timeline-card::before {
	content: '';
	width: 20px;
	height: 20px;
	right: -131px;
	top: 27px;
	border: 4px solid var(--col1);
	position: absolute;
	background-color: #fff;
	z-index: 1;
	border-radius: 50%;
}
.timeline-card:nth-child(2n)::before {
	left: -131px;
	right: auto;
}
.timeline-card::after {
	content: '';
	top: 30px;
	right: -8px;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	background-color: #fff;
	position: absolute;
}
.timeline-card:nth-child(2n+1)::after {
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.timeline-card:nth-child(2n)::after {
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	right: auto;
	left: -8px;
}
.timeline-card__label {
	width: 70px;
	top: 20px;
	right: -90px;
	font-weight: 600;
	padding: 0.125rem 0.625rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	position: absolute;
	background-color: var(--col1);
	color: #fff;
	text-align: center;
}
.timeline-card:nth-child(2n) .timeline-card__label {
	right: auto;
	left: -90px;
}
.timeline-card__label::before {
	content: '';
	top: 50%;
	right: -35px;
	width: 35px;
	height: 1px;
	position: absolute;
	background-color: var(--col1);
}
.timeline-card:nth-child(2n) .timeline-card__label::before {
	right: auto;
	left: -35px;
}
.timeline-card__content {
	padding-top: 1.5625rem;
	padding-bottom: 0.625rem;
}
/* Timeline Page CSS End  */
/* Giving Card Page CSS Start  */
.giving-card {
	border: 1px solid #e5e5e5;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s;
}
.giving-card:hover {
	box-shadow: 0 10px 15px rgba(0, 0, 54, 0.05);
	-webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.giving-card + .giving-card {
	margin-top: 3.125rem;
}
.giving-card__thumb {
	width: 48%;
}
.giving-card__thumb img {
	height: 100%;
}
.giving-card__content {
	width: 52%;
	padding: 1.5625rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.giving-card:nth-child(2n) .giving-card__content {
	order: -1;
}
.giving-card__content-inner {
	width: 100%;
}
.giving-card__content .title {
	font-size: 1.75rem;
	margin-right: 0.625rem;
}
.giving-card__content .caption {
	font-weight: 600;
}
.giving-card__content .date {
	font-weight: 600;
	margin-top: 0.625rem;
}
/* Giving Card Page CSS End  */
/* Affiliate Page CSS End  */
.affiliate-feature {
	padding: 1.5625rem;
	background-color: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
	text-align: center;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	height: 100%;
}
.affiliate-feature:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.affiliate-feature__icon {
	width: 70px;
	height: 70px;
	background-color: #7367f0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	font-size: 2.375rem;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.affiliate-feature-item:nth-child(2) .affiliate-feature__icon {
	background-color: var(--col1);
}
.affiliate-feature-item:nth-child(3) .affiliate-feature__icon {
	background-color: #1e9ff2;
}
.affiliate-feature__content {
	margin-top: 1.875rem;
}
.affiliate-feature__content .title {
	margin-bottom: 0.9375rem;
}
.terms-content {
	padding: 2.5rem;
	background-color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}
.terms-content .terms-content--scrolable {
	max-height: 350px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #666666 #f1f1f1;
}
.terms-content-single + .terms-content-single {
	margin-top: 1.875rem;
}
.terms-content-single .title {
	font-size: 1.375rem;
	margin-bottom: 0.625rem;
}
/* Affiliate Page CSS End  */
/* Hire Us Page CSS Start  */
.working_process-section {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.dark_overlay {
	position: relative;
}
.dark_overlay::before {
	background-color: #000036;
	position: absolute;
	content: '';
	top: 0;
	opacity: 0.85;
	height: 100%;
	width: 100%;
	left: 0;
}
.dark_overlay .container {
	position: relative;
}
.how__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	counter-reset: how-count;
}
.how__wrapper .work-proccess-card {
	width: calc(100% / 3);
	margin: 0 auto;
	padding: 0 12px 45px;
	position: relative;
	text-align: center;
	transition: all 0.7s;
}
.how__wrapper .work-proccess-card:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.how__wrapper .work-proccess-card .how__slide {
	position: absolute;
	top: 65px;
	left: 200px;
	width: calc(100% - 115px);
	height: 1px;
	background-image: linear-gradient(90deg, var(--col1), var(--col1) 40%, transparent 40%, transparent 100%);
	background-size: 12px 1px;
	transition: all 0.7s;
	animation: shapes 5s linear infinite;
}
.how__wrapper .work-proccess-card .how__slide::before {
	content: '\f061';
	font-family: 'Line Awesome Free';
	color: var(--col1);
	font-weight: 600;
	position: absolute;
	right: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 24px;
	transition: all 0.7s;
}
.how__wrapper .work-proccess-card .how__content .how__title {
	font-size: 22px;
	margin-bottom: 10px;
}

.how__wrapper .work-proccess-card:nth-of-type(3n + 3) .how__slide {
	display: none;
}
@-webkit-keyframes shapes {
	0% {
		width: 0%;
		opacity: 1;
	}

	100% {
		width: 100%;
	}
}

@-moz-keyframes shapes {
	0% {
		width: 0%;
		opacity: 1;
	}

	100% {
		width: 100%;
	}
}

@-ms-keyframes shapes {
	0% {
		width: 0%;
		opacity: 1;
	}

	100% {
		width: 100%;
	}
}

@keyframes shapes {
	0% {
		width: 0%;
		opacity: 1;
	}

	100% {
		width: 100%;
	}
}
.work-proccess-card__icon {
	width: 120px;
	height: 120px;
	font-size: 2.5rem;
	position: relative;
	transition: all 0.3s;
	background-color: var(--col1);
	color: #fff;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	border-radius: 50%;
}
.work-proccess-card:hover .work-proccess-card__icon{
	background-color: #fff;
}
.how__wrapper .work-proccess-card .work-proccess-card__icon::before {
	counter-increment: how-count;
	content: "0" counter(how-count);
	position: absolute;
	left: -5px;
	top: -5px;
	width: 35px;
	height: 35px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	background: var(--col1);
	border: 2px solid #000;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.work-proccess-card__icon img{
	width: 50px;
}
.work-proccess-card__content {
	margin-top: 1.5625rem;
}
.dark_overlay .work-proccess-card__title {
	color: #fff;
}
.dark_overlay p {
	color: #c2c6f2;
}
.hosting-feature-card {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	transition: all 0.3s;
	background: #fff;
	border-radius: 8px;
	padding: 1.875rem 1.25rem;
	height: 100%;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.02);
}
.hosting-feature-card:hover {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.custom-request .hosting-feature-card {
	border: 1px solid #2ecc714d;
}
.hosting-feature-card::before {
	position: absolute;
	background: #2ecc714d;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	right: -30px;
	content: "";
	top: -30px;
	transition: 0.4s;
}
.hosting-feature-card:hover::before {
	background: #2ecc714d;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	content: "";
	border-radius: 0px;
}
.custom-request .hosting-feature-card:hover::before {
	background: rgb(46, 204, 113);
	background: linear-gradient(82deg, rgba(46, 204, 113, 0.3) 0%, rgba(46, 204, 113, 0.2) 55%, rgba(238, 0, 0, 0.05) 100%);
}
.hosting-feature-card__icon {
	width: 80px;
	height: 80px;
	border: 1px solid var(--col1);
	display: inline-flex;
	border-radius: 50%;
	transition: all 0.3s;
	align-items: center;
	justify-content: center;
	color: var(--col1);
}
.custom-request .hosting-feature-card__icon {
	width: 60px !important;
	height: 60px !important;
	margin-inline: auto;
	justify-content: center;
	flex-shrink: 0;
	margin-bottom: 15px;
}
.hosting-feature-card:hover .hosting-feature-card__icon {
	background-color: currentColor;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.hosting-feature-card__icon i {
	font-size: 2rem;
}
.hosting-feature-card:hover .hosting-feature-card__icon i {
	color: #fff;
}
.hosting-feature-card__content {
	width: calc(100% - 80px);
	padding-left: 20px;
}
.custom-request .hosting-feature-card__content {
	flex-basis: 100%;
	width: 100%;
	text-align: center;
	padding-left: 0;
}
.hosting-feature-card__title {
	margin-bottom: 10px;
}
.how-work-card {
	padding: 1.5625rem;
	height: 100%;
	background: #F6F8F9;
	border-radius: 8px;
}
.how-work-card:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.how-work-card__icon {
	margin-bottom: 1.875rem;
}
.how-work-card__title {
	margin-bottom: 0.5rem;
}
.how-work__subtitle {
	margin-bottom: 20px;
	padding-bottom: 20px;
	transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
	border-bottom: 1px dashed rgba(15, 14, 14, 0.1);
}
.how-work-card ul {
	counter-reset: list;
	font-size: 14px;
}
.how-work-card ul li {
	padding-left: 20px;
	position: relative;
}
.how-work-card ul li + li{
	margin-top: 13px;
}
.how-work-card ul li::before {
	content: '';
	width: 8px;
	height: 8px;
	background-color: var(--col1);
	top: 8px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	border-radius: 50%;
}
.how-work-card .btn-link-two .btn_text {
	color: var(--col1);
	font-weight: 600;
}
/* Hire Us Page CSS End  */
/* Career Page CSS Start  */
.job-card {
	padding: 2.5rem;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.025);
	border-radius: 8px;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	background-color: #000036;
}
.job-card + .job-card {
	margin-top: 1.875rem;
}
.job-card__left {
	width: calc(100% - 150px);
	padding-right: 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.job-card__right {
	width: 150px;
	text-align: right;
}
.job-card__title {
	color: #fff;
}
.badge--warning {
	background-color: rgba(255, 159, 67, 0.15);
	border: 1px solid #ff9f43;
	color: #ff9f43;
}
.job-card__left p {
	color: #d9d9d9 !important;
}
.job-card__meta {
	margin: -0.25rem -0.9375rem;
}
.job-card__meta li {
	padding: 0.25rem 0.9375rem;
	color: #d1d5ff;
	position: relative;
}
.job-card__meta li::after {
	content: '';
	width: 7px;
	height: 7px;
	background-color: #d1d5ffa1;
	right: -4px;
	top: 15px;
	position: absolute;
	border-radius: 50%;
}
.job-card__meta li:last-child::after {
	display: none;
}
.job-card__right .visernic_btn_outline.btn {
	padding: 8px 15px;
	font-size: 14px;
}
@media (max-width: 767px) {
	.job-card {
		padding: 1.5625rem;
	}
	.job-card__left {
		width: 100%;
		text-align: center;
		padding-right: 0;
		border-right: none;
	}
	.job-card__right {
		width: 100%;
		text-align: center;
		margin-top: 1.5625rem;
	}
	.job-card__meta li {
		font-size: 0.875rem;
	}
}
@media (max-width: 575px) {
  .job-card__meta li {
    width: 100%;
    padding: 2px 0;
  }
  .job-card__meta li::after {
    	display: none;
    }
}
/* Career Page CSS End  */
/* Hosting page CSS Start  */
.hosting-card {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
	text-align: center;
	background-color: #7367f0;
}
.hosting-item:nth-of-type(9n+1) .hosting-card{
	background-color: #7367f0;
}
.hosting-item:nth-of-type(9n+2) .hosting-card{
	background-color: #1E9FF2;
}
.hosting-item:nth-of-type(9n+3) .hosting-card{
	background-color: #10BB59;
}
.hosting-item:nth-of-type(9n+4) .hosting-card{
	background-color: #341f97;
}
.hosting-item:nth-of-type(9n+5) .hosting-card{
	background-color: #485460;
}
.hosting-item:nth-of-type(9n+6) .hosting-card{
	background-color: #3c40c6;
}
.hosting-card__header {
	padding: 1.25rem 1.25rem 0 1.25rem;
}
.hosting-card__header .title {
	font-size: 1.75rem;
	color: #fff;
}
.hosting-card__header p {
	color: #fff;
	margin-top: 10px;
	font-size: 14px;
}
.hosting-card__thumb {
	margin-top: 1.875rem;
	margin-left: -1.875rem;
	margin-right: -1.875rem;
}
.hosting-card__body {
	padding: 1.25rem;
	padding-top: 40px;
}
.hosting-card__body .caption {
	font-weight: 600;
	font-size: 1.125rem;
	color: #fff;
}
.hosting-card__body .hosting-price {
	font-size: 2.625rem;
	color: #fff;
}
.hosting-card__body .hosting-price sup {
	font-weight: 500;
	font-size: 55%;
	top: -15px;
}
.visernic_btn_dark {
	background-color: var(--col2);
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	outline: 0;
	box-shadow: none;
}
.visernic_btn_dark:hover {
	color: #fff;
}
.data-center-card {
	padding: 30px;
	background-color: #fff;
	border-radius: 5px;
}
.data-center-card + .data-center-card {
	margin-top: 30px;
}
.package-card {
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
	padding: 40px 40px;
	transition: all 0.3s;
	border-radius: 8px;
	background-color: #fff;
}
.package-card__header {
	margin-bottom: 30px;
	padding-bottom: 30px;
	transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
	border-bottom: 1px solid rgba(15, 14, 14, 0.1);
}
.package-card__title {
	color: #000036 !important;
	margin-bottom: 5px;
}
.package-card__price {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: 700;
	color: #000036;
}
.package-card__header span {
	font-weight: 500;
	font-size: 14px;
}
.package-card span, .package-card p, .package-card li {
	color: #656565;
}
.package-card__price span {
	color: var(--col1);
	font-size: 14px;
}
.package-card__list ul{
	padding-left: 1.875rem;
	text-align: left;
}
.package-card__list li {
	font-size: 0.9375rem;
	font-weight: 500;
	color: #000036;
	margin-bottom: 10px;
	padding-bottom: 10px;
	transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
	border-bottom: 1px dashed rgba(15, 14, 14, 0.1);
	border-width: 100%;
	position: relative;
}
.package-card__list li::before {
	content: "\f00c";
	width: 18px;
	height: 18px;
	background-color: rgba(46, 204, 113, 0.15);
	font-size: 0.6625rem;
	color: #000036;
	left: -30px;
	top: 4px;
	font-family: "Line Awesome Free";
	font-weight: 900;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 50%;
}
.custom--card {
	box-shadow: 0 5px 15px rgba(0, 0, 54, 0.06);
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
}
.custom--table thead th {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
	border-top: none;
	padding: 0.75rem 1.25rem;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	vertical-align: middle;
	background-color: #000036;
	color: #fff;
}
.custom--table thead th:first-child {
	text-align: left;
}
.custom--table thead th:last-child {
	text-align: right;
}
.table--striped tbody tr:nth-child(2n) {
	background-color: #0000360a;
}
.custom--table tbody td {
	border-top: none;
	border-bottom: 1px solid #ededed;
	padding: 0.9375rem 1.25rem;
	color: #656565;
	text-align: center;
	vertical-align: middle;
	font-size: 0.875rem;
}
.table--striped tbody tr td {
	border-bottom: none;
}
.custom--table tbody td:first-child {
	text-align: left;
}
.custom--table tbody td:last-child {
	text-align: right;
}
.custom--table tbody td .visernic_btn.btn {
	padding: 6px 10px;
	font-size: 13px;
}
.register-domain {
	position: relative;
	background: radial-gradient(90.02% 76.09% at 50% 50%, rgba(0, 124, 235, 0.12) 5.44%, rgba(0, 124, 235, 0.06) 29.54%, rgba(48, 39, 39, 0) 58.53%);
	overflow: hidden;
}
.register-domain > img {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.register-domain__content {
	z-index: 1;
	position: relative;
}
.register-domain__title {
	font-size: 42px;
	margin-bottom: 15px;
}
.register-domain__desc {
	margin-bottom: 40px;
}
.domain-form {
	border-radius: 8px;
	position: relative;
	box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.08);
}
.domain-form .form--control {
	padding: 13px 20px;
	padding-left: 48px;
	background-color: #fff;
	transition: 0.2s;
	border-color: #c2c1c1;
}
.domain-form .domain-form__icon {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
	transition: 0.2s;
}
.domain-form .form--control:focus {
	padding-left: 20px;
	border-color: var(--col1);
	outline: 0;
	box-shadow: none;
}
.domain-form .form--control:focus + .domain-form__icon {
	visibility: hidden;
	opacity: 0;
}
.search-btn.search_domain.btn {
	background: var(--col1);
	color: #fff;
	font-weight: 600;
	box-shadow: none;
	outline: 0;
	padding: 10px 30px;
}
#domain-result {
	margin-top: 30px;
}
.domain-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	background-color: #f7f7f7;
	padding: 10px 16px;
	border-radius: 6px;
}
.dom_ex {
	color: #08f;
	font-weight: 600;
}
.dom-price {
	font-weight: 700;
}
.btn.add_to_cart_btn {
	padding: 8px 12px;
	font-size: 0.75rem;
	font-weight: 700 !important;
	border: 1px solid #222;
	line-height: 14px;
	margin-left: 10px;
	background: #fff;
}
.dc-location {
	background-color: #2ecc712b;
	max-width: fit-content;
	margin-inline: auto;
	border: 2px solid var(--col1);
	border-radius: 30px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	padding: 5px;
}
.dc-location a {
	padding: 10px 18px;
	color: var(--col2);
	transition: all 0.2s;
	min-width: 120px;
	text-align: center;
	border-radius: 25px;
	font-weight: 500;
}
.dc-location a:not(:last-child) {
	margin-right: 5px;
}
.dc-location a:hover {
	background: #2ecc7147;
}
.dc-location a.active, .dc-location a.active:hover {
	background-color: var(--col1);
	color: #fff;
}
.pricing-plan-item {
	background-color: #fff;
	padding: 30px;
	box-shadow: 0px 0px 80px rgba(90, 144, 225, 0.1);
	border: 1px solid #dddddda3;
	border-radius: 14px;
	height: 100%;
	transition: 0.2s ease-in;
}
.pricing-plan-item:hover {
	background-color: var(--col1);
}
.pricing-plan-item__title {
	margin-bottom: 15px;
	transition: 0.2s ease-in;
}
.pricing-plan-item__price {
	margin-bottom: 15px;
	transition: 0.2s ease-in;
}
.pricing-plan-item__price .text {
	font-weight: 500;
	color: #a4a3a3;
	transition: 0.2s ease-in;
}
.pricing-plan-item__price .period {
	font-size: 14px;
	display: inline-block;
}
.pricing-plan-item__price .note {
	font-size: 12px;
	display: block;
}
.pricing-plan-item__list {
	margin-top: 40px;
}
.pricing-plan-item__list ul li {
	margin-bottom: 10px;
	display: flex;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	transition: 0.2s ease-in;
}
.pricing-plan-item__list ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.pricing-plan-item__list ul li i {
	display: none !important;
}
.pricing-plan-item__list ul li::before {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	padding-right: 12px;
}
.pricing-plan-item .visernic_btn_outline.btn {
	color: #807f7f;
	background-color: #fff;
	border-color: #dddddda3;
}
.pricing-plan-item:hover .visernic_btn_outline.btn {
	color: var(--col1);
	background-color: #fff;
	border-color: var(--col1);
}
.pricing-plan-item:hover .pricing-plan-item__title, .pricing-plan-item:hover .pricing-plan-item__price, .pricing-plan-item:hover .pricing-plan-item__price .text, .pricing-plan-item:hover .pricing-plan-item__list ul li {
	color: #fff;
}
/* Hosting page CSS End  */
/* Services Page CSS Start  */
.about-us-upheading {
	color: var(--col1);
}
.section-2-content {
	display: flex;
	gap: 20px;
}
.section2-figure img {
	width: 50px;
	min-width: 50px;
}
.section2-box h6 {
	margin-bottom: 10px;
}
.plugin_ctl {
	background-color: #000036;
}
.plugin_ctl_title {
	color: #fff;
	margin-bottom: 20px;
}
.plugin_ctl_desc {
	max-width: 520px;
	color: #d4d4d4;
	font-weight: 400;
	margin-bottom: 30px;
}
.plugin_clt_btn{
	border: 1px solid #fff;
	color: #fff;
	box-shadow: none;
	outline: 0;
	background-color: #000036;
	font-weight: 600;
}
.plugin_clt_btn:hover {
	color: #000036;
	background-color: #fff;
}
.plugin_ctl_form {
	background-color: rgb(46, 204, 113);
	max-width: 500px;
	margin: -140px auto 0;
	position: relative;
	padding: 64px 48px;
	border-radius: 12px;
}
.plugin_ctl_form h2 {
	font-weight: 700;
	margin-bottom: 24px;
}
.plugin_ctl_form p {
	margin-bottom: 30px;
	color: #555;
}
.plugin_ctl_form .btn{
	background: var(--col2);
	color: #fff;
	font-weight: 600;
	box-shadow: none;
	border: 0;
	outline: 0;
}
.plugin_ctl_form .btn:hover{
	background: #000;
	color: #fff;
}
.why-chose-us-thumb::before {
	content: "";
	inset: 0;
	background-color: #00000082;
	z-index: 1;
	position: absolute;
	border-radius: 10px;
}
.choose-thumb span {
	display: none;
}
.work-process-list + .work-process-list {
	margin-top: 30px;
}
.work-process-list__desc br {
	display: block;
	margin-bottom: 8px;
	margin-top: 7px;
}
.web_statistics_section .overview-item {
	margin-top: 0 !important;
	width: 290px;
	height: 290px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-shadow: 0 15px 30px rgb(61 125 67 / 2%);
}
.web-testimonial-section .single-slide-item .testimonial-content {
	border: 1px solid #2ecc714d;
	box-shadow: 0 15px 30px rgb(61 125 67 / 2%);
	border-radius: 10px;
}
.preview_section .section-header .section-title {
	margin-bottom: 25px;
}
.service__details-item__thumb img {
	width: 65px;
}
.service__details-item__content p {
	max-width: 400px;
	margin: 0 auto;
}
.brand_two-slider .brand-item img {
	filter: grayscale(100%);
	transition: all linear 0.2s;
}
.brand_two-slider .brand-item:hover img {
	filter: grayscale(0%);
}
.service-card-list {
	display: grid;
	grid-template: repeat(2, 1fr) / repeat(3, 1fr);
}
.service-card {
	padding: 56px;
	text-align: center;
	border-right: 1px solid #2ecc714d;
	transition: all 0.4s;
	background-color: #fff;
}
.service-card:not(:nth-child(-n+3)) {
	border-top: 1px solid #2ecc714d;
}
.service-card:hover {
	border-color: var(--col1);
	background-color: var(--col1);
	color: #fff;
}
.service-card__thumb {
	margin-bottom: 24px;
}
.service-card__thumb .icon {
	transition: all 0.4s;
	font-size: 55px;
	line-height: 1;
	color: var(--col1);
}
.service-card:hover .icon {
	color: #fff;
}
.service-card__title {
	transition: all 0.4s;
	margin-bottom: 10px;
}
.service-card:hover .service-card__title {
	color: #fff;
}
.inspiration-section {
	position: relative;
	z-index: 1;
}
.inspiration-section .section-overlay {
	border-radius: 12px;
	position: absolute;
	inset: 0;
	width: 70%;
	margin-top: 16px;
}
.inspiration-section .inspiration__content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	position: relative;
	z-index: 2;
}
.inspiration__thumb img {
	height: 100%;
	max-height: 100%;
}
.inspiration-card {
	padding: 40px;
	border: 1px solid #2ecc714d;
	border-radius: 10px;
	box-shadow: 0 15px 30px rgba(61, 90, 125, 0.08);
}
.inspiration-card .inspiration-card__thumb {
	transition: all 0.2s;
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
	font-size: 30px;
	border: 1px solid var(--col1);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	color: var(--col1);
}
.inspiration-card:hover .inspiration-card__thumb {
	transform: scale(1.2);
}
.inspiration-card .inspiration-card__title {
	margin-bottom: 10px;
	position: relative;
	bottom: 0;
}
.inspiration-card .inspiration-card__desc {
	margin-bottom: 15px;
}
.inspiration-card .card__btn {
	font-size: 18px;
	color: var(--col1);
	width: 30px;
	height: 30px;
	display: grid;
	place-items: center;
	border: 1px solid var(--col1);
	border-radius: 5px;
	transform: rotate(0);
}
.inspiration-card .card__btn i {
	transition: all linear 0.05s;
}
.inspiration-card .card__btn:hover i {
	transform: rotate(-45deg);
}
.our-service-card {
	gap: 20px;
	margin-left: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.our-service-card__thumb {
	position: relative;
	width: 5rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.our-service-card__thumb .border-vertical, .our-service-card__thumb .border-horizontal {
	position: absolute;
	inset: 0;
}
.our-service-card__thumb .border-vertical {
	transform: scaleY(1.3);
	border-left: 1px solid #2ecc714d;
	border-right: 1px solid #2ecc714d;
}
.our-service-card__thumb .border-horizontal {
	border-top: 1px solid #2ecc714d;
	border-bottom: 1px solid #2ecc714d;
	transform: scaleX(1.3);
}
.our-service-card__thumb .icon {
	font-size: 3.5rem;
	color: var(--col1);
}
.our-service-card__title {
	color: inherit;
	margin-bottom: 5px;
}
.our-service-card__subtitle {
	font-weight: 700;
	margin-bottom: 8px;
}
.ui-process-card {
	border: 1px solid #2ecc714d;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
}
.ui-process-card .ui-process-card__icon {
	font-size: 30px;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	border: 1px solid #2ecc714d;
	margin-top: -55px;
	margin-bottom: 20px;
	margin-inline: auto;
	color: var(--col1);
	background-color: #fff;
	display: grid;
	place-items: center;
}
.hosting-feature-card-two {
	padding: 1.875rem 2.1875rem;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
	height: 100%;
	background-color: #fff;
	text-align: center;
	transition: all 0.3s;
	border-radius: 8px;
}
.hosting-feature-card-two:hover {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.ui-featured .hosting-feature-card-two {
	position: relative;
	border: 1px solid #2ecc714d;
}
.ui-featured .hosting-feature-card-two .count {
	position: absolute;
	top: 10px;
	right: 11px;
	color: transparent;
	-webkit-text-stroke-color: #19875436;
	-webkit-text-stroke-width: 1px;
	font-size: 64px;
	font-weight: 700;
	line-height: 1;
	display: block;
}
.icons-hosting {
	transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18), -webkit-transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}
.hosting-feature-card-two:hover .icons-hosting {
	transform: translateY(-10px) translate3d(0, -5px, 0);
}
.icons-hosting img {
	width: 70px;
}
.hosting-feature-card-two .content {
	margin-top: 1.5625rem;
}
.sass-service .plugin_card {
	background-color: rgb(233, 233, 233);
	padding: 40px;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
}
.sass-service .plugin_card::before {
	content: "";
	position: absolute;
	height: 30px;
	width: 5px;
	background-color: rgb(46 204 113 / 100%);
	top: calc(100% - 40px);
	left: 0;
	transition: all linear 0.3s;
	z-index: -1;
	border-radius: 5px;
}
.sass-service .plugin_card:hover::before {
	background-color: #fff;
	z-index: 1;
}
.plugin_card::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgb(46 204 113 / 100%);
	top: calc(100% - 5px);
	left: 0;
	transition: all linear 0.3s;
	z-index: -1;
}
.sass-service .plugin_card::after {
	width: 0%;
	top: 0;
}
.sass-service .plugin_card:hover::after {
	width: 100%;
}
.plugin_card_title {
	margin-bottom: 12px;
	transition: all linear 0.3s;
}
.plugin_card_desc {
	transition: all linear 0.3s;
}
.plugin_card:hover .plugin_card_desc {
	color: #565656;
}
.team_card {
	padding: 20px;
	border-radius: 12px;
	border: 1px solid rgb(0 0 54 / 10%);
	border-top: 5px solid rgb(46, 204, 113);
	background-color: #fff;
	box-shadow: 0px 5px 20px rgb(0 0 0 / 5%);
}
.team_card_title {
	font-size: 18px;
	margin-bottom: 10px;
}
.team_gallary {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 16px;
}
.team_gallary_item {
	overflow: hidden;
}
.team_gallary_item:first-child {
	grid-column: span 2;
	grid-row: span 2;
	border-radius: 12px 0px 0px 12px;
}
.team_gallary_item:nth-child(2), .team_gallary_item:nth-child(3) {
	grid-column: span 1;
	grid-row: span 1;
	border-radius: 0px 12px 12px 0px;
}
.team_gallary_item:nth-child(4) {
	border-radius: 12px 0px 0px 12px;
}
.team_gallary_item:last-child {
	border-radius: 0px 12px 12px 0px;
}
.team_gallary_item img {
	width: 100%;
	height: 100%;
}
.multi-vendor_item:nth-child(2n) {
	flex-direction: row-reverse;
}
.multi-vendor__thumb {
	text-align: right;
}
.multi-vendor_item:nth-child(2n) .multi-vendor__thumb {
	text-align: left;
}
.sass-counter {
	position: sticky;
	top: 100px;
}
.benefits__item:not(:last-child) {
	margin-bottom: 30px;
}
.benefits__item-title {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}
.benefits__item .icon {
	width: 40px;
	height: 40px;
	display: flex;
	background: var(--col1);
	border-radius: 8px;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}
.banner-ecommarce {
	background-color: #FFF4F3;
}
.section-header .section-title.sm {
	font-size: 36px;
}
.ecommarce-banner {
	overflow: hidden;
	z-index: 1;
}
.ecommarce-banner::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease-in-out;
}
.popular-platforms {
	background-color: #FFF6F7;
}
.popular-platform-box {
	padding: 30px 20px;
	background-color: #fff;
	border: 1px solid #dddddd7d;
	text-align: center;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.02);
	border-radius: 8px;
}
.popular-platform-box .logo {
	width: 35%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.template-item__thumb {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 30px;
}
.template-item__thumb::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;
}
.template-item:hover .template-item__thumb::after {
	opacity: 1;
	visibility: visible;
}
.template-item__thumb img {
	border-radius: 15px;
	width: 100%;
}
.plugin_card {
	background-color: rgb(243, 243, 249);
	padding: 50px 40px;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
}
.plugin_card::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgb(46 204 113 / 100%);
	top: calc(100% - 5px);
	left: 0;
	transition: all linear 0.3s;
	z-index: -1;
}
.plugin_card:hover::after {
	top: 0;
}
.plugin_card_icon {
	font-size: 60px;
	line-height: 1;
	color: var(--col1) !important;
	margin-bottom: 20px;
}
.plugin_card:hover .plugin_card_icon {
	color: #000 !important;
}
.plugin_card_title {
	margin-bottom: 12px;
	transition: all linear 0.3s;
}
.plugin_card_desc {
	transition: all linear 0.3s;
}
.plugin_card_count {
	position: absolute;
	top: 20px;
	right: 20px;
	color: transparent;
	-webkit-text-stroke-color: rgb(0 0 54 / 10%);
	-webkit-text-stroke-width: 2px;
	font-size: 75px;
	font-weight: 700;
	line-height: 1;
	display: block;
}
.plugin_benifits_item {
	background-color: #fff;
	padding: 45px 25px 25px;
	box-shadow: 0px 5px 35px 0px rgba(0, 27, 175, 0.01);
	transition: 500ms all ease;
	border-radius: 5px;
	position: relative;
	height: 100%;
}
.plugin_benifits_item::before, .plugin_benifits_item::after {
	box-sizing: inherit;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	transition: color 0.3s;
	border: 2px solid transparent;
	border-radius: 6px;
}
.plugin_benifits_item::before {
	right: 0;
	bottom: 0;
	left: auto;
}
.plugin_benifits_item::after {
	bottom: 0;
	right: 0;
	top: auto;
}
.plugin_benifits_item:hover::before, .plugin_benifits_item:hover::after {
	width: 100%;
	height: 100%;
}
.plugin_benifits_item:hover::before {
	border-bottom-color: rgb(46, 204, 113);
	border-left-color: rgb(46, 204, 113);
	transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}
.plugin_benifits_item:hover::after {
	border-top-color: rgb(46, 204, 113);
	border-right-color: rgb(46, 204, 113);
	transition: height 0.3s ease-out, width 0.3s ease-out 0.3s;
}
.plugin_benifits_item_icon {
	top: -30px;
	z-index: 1;
	width: 60px;
	height: 60px;
	overflow: hidden;
	position: absolute;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 5px 35px 0px rgba(0, 27, 175, 0.15);
	display: grid;
	place-content: center;
	font-size: 32px;
	color: rgb(46, 204, 113);
}
.plugin_benifits_item:hover .plugin_benifits_item_icon {
	color: #fff;
}
.plugin_benifits_item_icon::after {
	top: 0;
	right: 0;
	content: "";
	width: 100%;
	z-index: -1;
	height: 0;
	position: absolute;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	background-color: rgb(46, 204, 113);
}
.plugin_benifits_item:hover .plugin_benifits_item_icon::after {
	height: 100%;
}
.plugin_benifits_item_title {
	font-size: 18px;
	color: #000036;
	line-height: 1.3;
	font-weight: 600;
	margin-bottom: 10px;
}
.expert_plugin_thumbs {
	animation: thumb linear infinite 3s;
	position: relative;
}
@keyframes thumb {
	0% {
	  transform: translateY(0px);
	}
  
	50% {
	  transform: translateY(-50px);
	}
  
	100% {
	  transform: translateY(0px);
	}
}
.security-banner {
	background-color: #090F27;
	padding: 50px 0px;
}
.security-banner__title {
	font-size: 48px;
	margin-bottom: 20px;
}
.security-banner__subtitle {
	font-size: 18px;
	color: #fff;
	margin-bottom: 30px;
}
.we-offer {
	background-color: #01152D;
}
.offer-item {
	background-color: #011936;
}
.offer-item .item_description {
	color: #828FA0;
}
.it_banner_subtitle {
	color: rgb(46, 204, 113);
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 6px;
}
.it_banner_title {
	font-size: 54px;
	margin-bottom: 12px;
}
.it_banner_btn {
	margin-top: 30px;
}
.it_banner_image img {
	width: 100%;
}
.it_card {
	padding: 30px 20px;
	border-radius: 12px;
	background: #fff;
	height: 100%;
	border-left: 2px solid rgb(46, 204, 113);
	border-bottom: 2px solid rgb(46, 204, 113);
}
.it_card_icon {
	position: relative;
	width: 60px;
	z-index: 1;
	margin-bottom: 16px;
}
.it_card_icon::after {
	content: "";
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: rgb(46 204 113 / 20%);
	top: -15px;
	right: -10px;
	z-index: -1;
}
.it_card_title {
	margin-bottom: 10px;
}
.process_card {
	height: 100%;
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
	padding: 30px;
	border-radius: 12px;
	background: #fff;
}
.process_card_count {
	color: transparent;
	-webkit-text-stroke-color: rgb(0 0 54 / 100%);
	-webkit-text-stroke-width: 2px;
	font-size: 46px;
	font-weight: 700;
	height: 70px;
	width: 70px;
	background-color: rgb(0 0 0 / 10%);
	display: grid;
	place-content: center;
	border-radius: 6px;
}
.process_card_title {
	color: #150d15;
	font-size: 21px;
	line-height: 32px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 10px;
}
.process_card_text {
	margin-bottom: 0;
	color: #939393;
	font-size: 15px;
	line-height: 26px;
}
/* Services Page CSS End  */
/* Digital Marketing CSS Start  */
.section-heading__title {
	margin-bottom: 20px;
	font-size: 42px;
}
.section-heading__desc {
	margin-bottom: 50px;
	font-size: 15px;
}
.how-to-make__points {
	border-bottom: 1px solid #d8d6d6;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.choose-us-item {
	margin-bottom: 24px;
	align-items: start;
	display: flex;
	flex-wrap: wrap;
}
.text-list__item .icon {
	color: var(--col1);
	margin-right: 10px;
}
.how-to-make__thumb img {
	max-height: 510px;
}
.choose-us__content .section-title {
	font-size: 42px;
}
.choose-us-item {
	margin-bottom: 24px;
	align-items: start;
}
.choose-us-item:last-child {
	margin-bottom: 0;
}
.choose-us-item__counter {
	border-left: 3px solid var(--col1);
	padding-left: 24px;
}
.choose-us-item__text {
	width: 48px;
	height: 48px;
	border: 1px solid #ccc;
	font-size: 1.125rem;
	font-weight: 600;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 46px;
}
.choose-us-item__content {
	width: calc(100% - 75px);
	padding-left: 24px;
}
.choose-us-item__title {
	margin-bottom: 4px;
}
.choose-us-item__desc {
	max-width: 350px;
	font-size: 0.9375rem;
}
.plan-card {
	background-color: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
}
.plan-card__header {
	text-align: center;
	background-color:var(--col2);
	position: relative;
	z-index: 1;
	padding: 25px 30px;
	-webkit-mask-image: url("../../visernic-assets/visernic-images/plan-header-shape.png");
	mask-image: url("../../visernic-assets/visernic-images/plan-header-shape.png");
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	min-height: 102px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}
.plan-card__header-bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.fit-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.plan-card__title {
	color: #fff;
}
.plan-card__body {
	padding: 35px 25px 20px;
}
.plan-card__body ul li {
	display: block;
	position: relative;
	padding-left: 17px;
	margin-bottom: 15px;
	color: #222;
}
.plan-card__body ul li::before {
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	background-color: var(--col1);
	border-radius: 50%;
	position: absolute;
	content: "";
}
.plan-card__footer {
	padding: 20px 25px 40px;
	margin-top: auto;
}
.plan-card__footer .visernic_btn_outline, .business-plan-item__footer .visernic_btn_outline{
	color: #807f7f;
	background-color: #F7F7F7;
	border-color: #F7F7F7;
	font-size: 15px;
}
.plan-card__footer .visernic_btn_outline:hover, .business-plan-item__footer .visernic_btn_outline:hover{
	background-color: var(--col1);
	color: #fff;
}
.feature-two-item {
	background-color: #fff;
	padding: 40px 30px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
	border-radius: 10px;
	height: 100%;
}
.feature-two-item__icon {
	color: #fff;
	width: 52px;
	height: 52px;
	background-color: var(--col1);
	border-radius: 50%;
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 24px;
}
.feature-two-item__title {
	margin-bottom: 15px;
}
.business-plan-item {
	background-color: #fff;
	padding: 45px 25px;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 0px 20px rgba(0, 135, 255, 0.05);
	border-radius: 15px;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	transition: 0.2s ease-in;
}
.business-plan-item__header {
	text-align: center;
	margin-bottom: 35px;
}
.business-plan-item__package {
	color: #979393;
	margin-bottom: 5px;
}
.business-plan-item__price {
	margin-bottom: 0;
}
.business-plan-item__body {
	margin-bottom: 40px;
}
.business-plan-item__body ul li {
	margin-bottom: 10px;
	display: flex;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	transition: 0.2s ease-in;
}
.business-plan-item__body ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.business-plan-item__body ul li i {
	display: none !important;
}
.business-plan-item__body ul li::before {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	padding-right: 12px;
}
.business-plan-item__footer {
	margin-top: auto;
}
.feature__inner {
	background-color: #fff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.19) 0%, #FFFFFF 100%);
	box-shadow: 0px 30px 80px rgba(90, 144, 225, 0.1);
	border-radius: 15px;
	margin: 0 16px;
}
.feature__item_wrapper{
	background-color: #fff;
	border-radius: 15px;
}
.feature__item_wrapper div[class*="col"] {
	padding: 0;
}
.feature__item {
	border: 1px solid #e4e3e3;
	border-left: 0;
	border-bottom: 0;
	height: 100%;
	padding: 50px;
}
.feature__item__icon {
	max-width: 55px;
	max-height: initial;
}
.feature__item__title {
	margin-top: 20px;
	margin-bottom: 15px;
}
.feature__item__desc {
	margin-bottom: 30px;
	max-width: 340px;
}
/* Digital Marketing CSS End  */
/* Footer CSS Start  */
.visernic_footer {
	background-color: var(--col2);
}
.footer_top {
	padding: 40px 0;
}
.footer_top {
	padding: 40px 0;
}
.footer_main {
	padding: 70px 0;
	position: relative;
}
.footer_main::before, .footer_main::after {
	content: '';
	position: absolute;
	left: 100px;
	right: 100px;
	height: 1px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_main::before {
	top: 0;
}
.footer_main::after {
	bottom: 0;
}
.footer-widget p {
	color: #f0f8ffa1;
}
.footer-logo img {
	max-height: 52px;
	max-width: 290px;
}
.footer-widget__title {
	font-size: 24px;
	padding-bottom: 8px;
	color: #fff;
	position: relative;
}
.footer-widget__title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 40px;
	background-color: var(--col1);
}
.footerWidgetMenu {
	margin-top: 20px;
}
.footerMenu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footerMenu li:last-child {
	border-bottom: none;
}
.footerMenu li a {
	padding: 0.5rem 0;
	display: block;
	color: #f0f8ffa1;
}
.footerMenu li a:hover {
	color: var(--col1);
}
.footer_bottom {
	padding: 30px 0;
}
.footer_bottom p {
	color: #f0f8ffa1;
}
.footer_social li {
	padding: 0 5px;
}
.footer_social li a {
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 1.25rem;
	text-align: center;
	border-radius: 50%;
	line-height: 38px;
	color: var(--col1);
	transition: all 0.3s;
}
.footer_social li a:hover {
	background-color: var(--col1);
	color: #fff;
	border-color: transparent;
}
/* Footer CSS End  */
@media (min-width: 768px) {
	.feature__item_wrapper div[class*="col"]:nth-child(-n+3) .feature__item {
		border-top: 0;
	}
	.feature__item_wrapper div[class*="col"]:nth-child(3n+3) .feature__item {
		border-right: 0;
	}

}
@media (min-width: 991px) {
	.has-mega-menu:hover > a::after {
		visibility: visible;
		opacity: 1;
	}
	#visernic_slide_menu {
		display: none;
	}
	.visernic_menu {
		display: flex;
		display: flex;
		flex-direction: row;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}
	.visernic_menu li {
		position: relative;
	}
	.visernic_menu li.has-mega-menu {
		position: unset;
	}
	.visernic_menu li + li {
		margin-left: 1.25rem;
	}
	.visernic_menu li a {
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
		padding: 1.75rem 0.9375rem 1.75rem 0;
		font-size: 0.9375rem;
		color: #c2c6f2;
		display: inline-block;
	}
	.visernic_menu li a:hover {
		color: var(--col1);
	}
	.visernic_menu li.menu_has_children > a{
		padding-right: 25px;
		position: relative;
	}
	.visernic_menu li.menu_has_children > a::before {
		position: absolute;
		content: "\f107";
		font-family: "Font Awesome 6 Free";
		  font-weight: 900;
		top: 1.75rem;
		right: 0;
		color: #c2c6f2;
		transition: all 0.3s;
	}
	.visernic_menu li.menu_has_children:hover > a::before {
		content: "\f106";
		color: var(--col1);
	}
	.has-mega-menu > a::after {
		position: absolute;
		content: "";
		bottom: -5px;
		left: 50%;
		width: 13px;
		height: 13px;
		background-color: #fff;
		z-index: 2;
		transform: translateX(-50%) rotate(45deg);
		border-radius: 2px;
		border-color: #00001d;
		border-style: solid;
		border-width: 1px;
		border-color: #00001d transparent transparent #00001d;
		visibility: hidden;
		opacity: 0;
		transition: 0.3s;
	}
	.visernic_menu li .sub-menu {
		position: absolute;
		width: 220px;
		top: 105%;
		left: 0;
		padding: 0.625rem 0;
		z-index: 9999;
		box-shadow: 0px 5px 25px 2px rgba(0, 0, 0, 0.1);
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		opacity: 0;
		visibility: hidden;
		background-color: #fff;
	}
	.visernic_menu li:hover > .sub-menu {
		top: 100%;
		opacity: 1;
		visibility: visible;
	}
	.visernic_menu li .sub-menu li {
		margin-left: 0;
	}
	.visernic_menu li .sub-menu li a {
		padding: 0.5rem 1.5625rem;
		display: block;
		color: #656565;
		position: relative;
		font-size: 0.875rem;
		text-transform: capitalize;
	}
	.visernic_menu li .sub-menu li a:hover {
		color: var(--col1);
	}
	.visernic_menu li .sub-menu li:first-child a {
		border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		-ms-border-radius: 5px 5px 0 0;
		-o-border-radius: 5px 5px 0 0;
	}
	.has-mega-menu .mega-menu {
		position: absolute;
		background-color: #fff;
		padding: 20px !important;
		min-width: 990px;
		max-width: 990px;
		left: 50% !important;
		transform: translateX(-50%) !important;
		top: 100%;
		border-radius: 10px;
		z-index: 99;
		overflow: unset;
		margin-top: 0px;
		visibility: hidden;
		transition: 0.3s;
		opacity: 0;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.02), 0 5px 22px -6px rgba(0, 0, 0, 0.1), 0 27px 49px -30px rgba(0, 0, 0, 0.2);
	}
	.has-mega-menu:hover .mega-menu {
		opacity: 1;
		visibility: visible;
	}
	.mega-menu-list {
		display: flex;
		flex-wrap: wrap;
	}
	.mega-menu-list__item {
		padding: 15px 20px;
		border-radius: 10px;
		width: 33.333%;
		transition: 0.2s;
		margin-left: 0px !important;
		transition: 0.3s;
	}
	.mega-menu-list__link {
		display: flex !important;
		flex-wrap: wrap;
		padding: 0px !important;
	}
	.mega-menu-list__icon {
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
		margin-top: 4px;
	}
	.mega-menu-list__icon img {
		width: 20px;
	}
	.mega-menu-list__content {
		width: calc(100% - 35px);
		padding-left: 15px;
	}
	.mega-menu-list__title {
		font-size: 16px;
		font-weight: 500;
		font-family: "Ubuntu", sans-serif;
		color: #000036;
		line-height: 1.3;
		margin-bottom: 2px;
		transition: 0.2s;
		display: block;
	}
	.mega-menu-list__desc {
		color: #656565;
		font-size: 13px;
		font-weight: 400;
		display: block;
	}
	.inspiration-section .section-overlay {
		background: rgb(46, 204, 113);
		background: linear-gradient(82deg, rgba(46, 204, 113, 0.10688025210084029) 0%, rgba(46, 204, 113, 0.020045518207282953) 66%);
		/* z-index: -1; */
	}
	.inspiration-section .inspiration__content {
		padding: 30px 70px;
	}
}
@media screen and (max-width: 1399px) {
	.web_statistics_section .overview-item{
	  width: 230px;
	  height: 230px;
	}
}
@media (max-width: 1199px) {
	.visernic_hero {
		margin-bottom: 120px;
		padding-top: 280px;
	}
	.hero__subtitle {
		font-size: 62px;
	}
	.hero__title {
		font-size: 56px;
	}
	.hero__bottom {
		-webkit-transform: translateY(120px);
		-ms-transform: translateY(120px);
		transform: translateY(120px);
		margin-top: 0;
	}
	.hero__content-area {
		padding: 60px 50px 50px 40px;
	}
	.hero__content-area::after {
		top: 80px;
		height: calc(100% - 140px);
	}
	.hero__content-area .title {
		font-size: 32px;
	}
	.hero__content-area .description {
		font-size: 16px;
	}
	.pt-100{
		padding-top: 80px;
	}
	.pb-100{
		padding-bottom: 80px;
	}
	.section-header .section-title {
		font-size: 36px;
	}
	.section-header .section-title.sm {
		font-size: 32px;
	}
	.choose-us-list li {
		font-size: 18px;
	}
	.choose-us-list li::before {
		margin-top: -6px;
		width: 12px;
		height: 12px;
	}
	.choose-us-list li::after {
		height: 5px;
		margin-top: -2.5px;
	}
	.footer-widget__title {
		font-size: 20px;
	}
	.cta-card {
		padding: 40px 70px;
	}
	.gallery-thumb {
		height: 250px;
	}
	.timeline-wrapper {
		padding-top: 100px;
	}
	.timeline-card {
		width: calc(50% - 100px);
	}
	.timeline-card::before {
		right: -110px;
		top: 25px;
	}
	.timeline-card:nth-child(2n)::before {
		left: -110px;
	}
	.timeline-card__label {
		font-size: 0.875rem;
		width: 60px;
		right: -80px;
	}
	.timeline-card__label::before {
		right: -22px;
		width: 22px;
	}
	.timeline-card:nth-child(2n) .timeline-card__label {
		left: -80px;
	}
	.timeline-card:nth-child(2n) .timeline-card__label::before {
		left: -22px;
	}
	.contact-form .wpforms-form{
		margin-left: 0px;
	}
	.service-card {
		padding: 20px;
	}
	.our-service-card__thumb {
		width: 3.75rem;
		height: 3.75rem;
		display: grid;
		place-items: center;
	}
	.our-service-card__thumb .icon {
		font-size: 2.1875rem;
	}
	.hosting-feature-card-two {
		padding: 1.875rem 1.5625rem;
	}
	.package-card__header {
		margin-bottom: 20px;
		padding-bottom: 15px;
	}
	.package-card {
		padding: 25px;
	}
	.package-card__price {
		font-size: 28px;
	}
	.package-card__list li {
		margin-bottom: 7px;
		padding-bottom: 7px;
	}
}
@media (max-width: 991.98px) {
	.header_main {
		padding: 10px 0;
	}
	.visernic_navbar .site-logo img {
		max-width: 170px;
		max-height: 65px;
	}
	.visernic-menu-toggle {
		background: transparent;
		border: 0;
		box-shadow: none;
		outline: 0;
		color: #fff;
		padding: 0;
		display: flex !important;
		align-items: center;
	}
	.visernic-menu-toggle i {
		font-size: 36px;
		line-height: 30px;
	}
	.visernic-menu-toggle.open i::before {
		content: "\f00d";
	}
	#visernic_slide_menu {
		background: var(--col2);
		position: fixed;
		top: 0;
		max-width: 350px;
    	width: 100%;
		left: -102%;
		height: 100vh;
		z-index: 999999;
		-webkit-transition: all ease 1s;
		transition: all ease 1s;
	}
	.visernic_sbhead {
		padding: 15px 20px 12px;
		display: block;
		background-color: #FFFFFF24;
		border-bottom: 1px solid var(--col1);
	}
	.visernic_sbhead img {
		max-height: 36px;
	}
	.menu_close_trigger {
		border: none;
		position: absolute;
		right: -12px;
		top: 14px;
		padding: 0;
		width: 33px;
		height: 33px;
		line-height: 35px;
		font-size: 18px;
		z-index: 1;
		color: #fff;
		background-color: red;
		border-radius: 4px;
		text-align: center;
		cursor: pointer;
	}
	.visernic_sm_menu_wrap {
		padding: 15px 20px;
		padding: 15px;
		height: calc(100vh - 64px);
		overflow: auto;
	}
	.visernic_sm_menu li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
		position: relative;
	}
	.visernic_sm_menu li a {
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
		font-size: 15px;
		color: #c2c6f2;
		padding: 8px 0;
		display: block;
	}
	.visernic_sm_menu li a:hover, .visernic_sm_menu li a:focus {
		color: var(--col1);
	}
	.visernic_sm_menu li.menu_has_children > a::before {
		position: absolute;
		content: "\f107";
		font-family: "Line Awesome Free";
		font-weight: 900;
		top: 1.75rem;
		right: 0;
		color: #c2c6f2;
		display: block;
		top: 0.5625rem;
		color: #fff;
	}
	.visernic_sm_menu li.menu_has_children.sub_open > a::before{
		content: "\f106";
	}
	.visernic_sm_menu li .sub-menu {
		width: 100%;
		background-color: #01013c;
		border: none;
		display: none;
	}
	.visernic_sm_menu li .sub-menu li {
		border-color: rgba(255, 255, 255, 0.15);
	}
	.visernic_sm_menu li .sub-menu li a {
		padding: 8px 15px;
		display: block;
		position: relative;
		font-size: 0.875rem;
		text-transform: capitalize;
		color: #fff;
	}
	.visernic_sm_menu li .mega-menu {
		display: none;
	}
	.visernic_sm_menu li .mega-menu {
		display: none;
		background: #fff;
		border-radius: 5px;
		transition: 0.3s;
		padding: 15px;
	}
	.mega-menu-list__item {
		padding: 7px 10px;
		transition: 0.3s;
		border-radius: 6px;
	}
	.mega-menu-list__link {
		display: flex !important;
		flex-wrap: wrap;
		padding: 0px !important;
	}
	.mega-menu-list__icon {
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		/* background-color: #a5a5a526; */
		/* color: var(--col1)40; */
		border-radius: 5px;
		/* font-size: 20px; */
	}
	.mega-menu-list__icon img {
		width: 20px;
	}
	.mega-menu-list__content {
		width: calc(100% - 35px);
		padding-left: 15px;
	}
	.mega-menu-list__title {
		font-size: 16px;
		font-weight: 500;
		font-family: "Ubuntu", sans-serif;
		color: #000036;
		line-height: 1.3;
		margin-bottom: 5px;
		transition: 0.2s;
	}
	.mega-menu-list__desc {
		color: #656565;
		font-size: 14px;
		font-weight: 400;
	}
	.visernic_hero {
		padding-top: 200px;
		margin-bottom: 120px;
	}
	.hero__subtitle {
		font-size: 60px;
	}
	.hero__title {
		font-size: 48px;
		background-position: -700px 0;
	}
	.hero__bottom {
		margin-top: 0;
		-ms-transform: translateY(120px);
		transform: translateY(120px);
	}
	.hero__content-area {
		padding: 40px 50px;
	}
	.hero__content-area .title {
		font-size: 32px;
		padding-bottom: 15px;
		position: relative;
	}
	.hero__content-area .title::after {
		position: absolute;
		content: '';
		bottom: 0;
		left: 50%;
		width: 120px;
		height: 2px;
		background-color: #fff;
		margin-left: -60px;
	}
	.hero__content-area::after {
		display: none;
	}
	.hero__content-area .description {
		font-size: 16px;
	}
	.pt-100{
		padding-top: 70px;
	}
	.pb-100{
		padding-bottom: 70px;
	}
	.pt-80{
		padding-top: 70px;
	}
	.pb-80{
		padding-bottom: 70px;
	}
	.section-header {
		margin-bottom: 45px;
	}
	.choose-us-list {
		text-align: center;
		margin: 10px 10px 30px 10px;
	}
	.choose-us-list.style--two {
		margin: 30px -10px -10px -10px;
	}
	.choose-us-list li{
		padding: 10px;
	}
	.choose-us-list li + li{
		margin-top: 0;
	}
	.choose-us-list li::before {
		left: 50%;
		margin-left: -6px;
		top: 90%;
		margin-top: 0;
	}
	.choose-us-list li::after {
		left: 50%;
		width: 4px;
		height: 150px;
		margin-left: -2px;
		top: 100%;
		margin-top: 0;
	}
	.choose-us-list.style--two li::before {
		left: 50%;
		right: auto;
		top: auto;
		bottom: 90%;
	}
	.choose-us-list.style--two li::after {
		right: auto;
		left: 50%;
		top: auto;
		bottom: 100%;
	}
	.video-button {
		width: 80px;
		height: 80px;
		margin: -40px 0 0 -40px;
	}
	.row [class*="col-"]:nth-child(2n) .overview-item {
		margin-top: 0;
	}
	.cta-card {
		padding: 30px;
	}
	.footer_top {
		padding: 30px 0;
	}
	.footer_main {
		padding: 50px 0;
	}
	.footer_main::before, .footer_main::after {
		left: 50px;
		right: 50px;
	}
	.hero-banner {
		padding: 70px 0;
	}
	.hero-banner__title {
		font-size: 36px;
	}
	.contact-form .wpforms-form {
		margin-left: 0;
	}
	.gallery-thumb {
		height: 210px;
	}
	.timeline-wrapper {
		padding-top: 75px;
	}
	.timeline-card {
		width: 100%;
		text-align: center;
		padding: 0.9375rem;
	}
	.timeline-card:nth-child(2n+1) {
		margin-top: 0;
	}
	.timeline-card::before {
		top: -40px;
		right: 50%;
		margin-right: -10px;
	}
	.timeline-card:nth-child(2n)::before {
		left: 50%;
		margin-left: -10px;
	}
	.timeline-card::after {
		top: -8px;
		right: 50%;
		margin-right: -9px;
	}
	.timeline-card:nth-child(2n)::after {
		left: 50%;
		margin-left: -9px;
	}
	.timeline-card__label {
		position: static;
		background-color: #fff;
		color: var(--col1);
		font-weight: 700;
		margin-bottom: 0.9375rem;
		font-size: 1rem;
		display: inline-block;
	}
	.timeline-card__label::before {
		display: none;
	}
	.giving-card__thumb {
		width: 100%;
	}
	.giving-card__content {
		width: 100%;
	}
	.giving-card:nth-child(2n) .giving-card__content {
		order: 1;
	}
	.how__wrapper .work-proccess-card {
		width: 100%;
	}
	.how__wrapper .work-proccess-card .how__slide {
		display: none;
	}
	.work-proccess-card__icon {
		width: 100px;
		height: 100px;
	}
	.work-proccess-card__title {
		font-size: 1.25rem;
	}
	.plugin_ctl_form {
		margin: 24px 0 0;
		max-width: 100%;
	}
	.web_statistics_section .overview-item {
		width: auto;
		height: auto;
		border-radius: 10px;
	}
	.service-card-list {
		grid-template: repeat(3, 1fr) / repeat(2, 1fr);
	}
	.service-card {
		padding: 10px;
		padding-block: 20px;
		border-right: 0;
	}
	.service-card:is(:nth-child(n)) {
		border-right: 0;
	}
	.service-card:not(:nth-child(-n+2)) {
		border-top: 1px solid #2ecc714d;
	}
	.service-card:is(:nth-child(n)):not(:nth-child(2n)) {
		border-right: 1px solid #2ecc714d;
	}
	.multi-vendor__thumb {
		text-align: center;
	}
	.multi-vendor_item:nth-child(2n) .multi-vendor__thumb {
		text-align: center;
	}
	.sass-counter {
		margin-bottom: 20px;
	}
	.it_banner_title {
		font-size: 36px;
	}
	.table-responsive {
		overflow-y: hidden;
	}
	.table-responsive--md thead {
		display: none;
	}
	.table-responsive--md tr th, .table-responsive--md tr td {
		display: block;
		padding: 11px;
		padding-left: 45% !important;
		text-align: right !important;
	}
	.table-responsive--md tbody tr td {
		padding-right: 15px;
	}
	.table-responsive--md .table--striped tbody tr td {
		border-bottom: 1px solid #ededed;
	}
	[data-label] {
		position: relative;
	}
	[data-label]::before {
		position: absolute;
		content: attr(data-label);
		font-weight: 700;
		color: #000036;
		top: 0;
		left: 0;
		padding: 0.8125rem 0.9375rem;
		display: none;
		font-size: 0.75rem;
	}
	.table-responsive--md [data-label]::before {
		display: block;
	}
	.table > :not(:first-child) {
		border-top: 2px solid currentColor;
	}
	.register-domain__title {
		font-size: 34px;
	}
	.section-heading__title {
		font-size: 36px;
	}
	.plan-card__body {
		padding: 25px 20px 20px;
	}
	.plan-card__footer {
		padding: 20px 20px 30px;
	}
	.feature-two-item {
		padding: 30px 20px;
	}
	
}
@media (max-width: 767.98px) {
	.hero__subtitle {
		font-size: 52px;
	}
	.hero__title {
		font-size: 36px;
	}
	.hero__content-area {
		padding: 30px;
	}
	.pt-100{
		padding-top: 60px;
	}
	.pb-100{
		padding-bottom: 60px;
	}
	.pt-80{
		padding-top: 60px;
	}
	.pb-80{
		padding-bottom: 60px;
	}
	.section-header {
		margin-bottom: 35px;
	}
	.choose-us-list li {
		font-size: 16px;
	}
	.hero-banner {
		padding: 60px 0;
	}
	.hero-banner__title {
		font-size: 32px;
	}
	.gallery-thumb {
		height: 280px;
	}
	.security-banner__title {
		font-size: 30px;
	}
	.feature__item_wrapper div[class*="col"]:nth-child(2n+2) .feature__item {
		border-right: 0;
	}
	.feature__item_wrapper div[class*="col"]:nth-child(-n+2) .feature__item {
		border-top: 0;
	}
	.feature__item {
		padding: 15px 20px;
	}
}
@media (max-width: 575.98px) {
	.visernic_hero {
		margin-bottom: 80px;
	}
	.hero__subtitle {
		font-size: 36px;
	}
	.hero__title {
		font-size: 28px;
		background-position: -400px 0;
	}
	.hero__bottom {
		-ms-transform: translateY(80px);
		transform: translateY(80px);
	}
	.hero__content-area .title {
		font-size: 24px;
	}
	.pt-100{
		padding-top: 50px;
	}
	.pb-100{
		padding-bottom: 50px;
	}
	.pt-80{
		padding-top: 50px;
	}
	.pb-80{
		padding-bottom: 50px;
	}
	.section-header {
		margin-bottom: 30px;
	}
	.section-header .section-title {
		font-size: 32px;
	}
	.section-header .section-title.sm {
		font-size: 28px;
	}
	.choose-us-list {
		margin: 0;
		margin-bottom: 15px;
	}
	.choose-us-list.style--two {
		margin: 0;
		margin-top: 12px;
	}
	.choose-us-list li {
		padding: 5px 7px;
	}
	.choose-us-list li::after, .choose-us-list li::before {
		display: none;
	}
	.footer_main::before, .footer_main::after {
		left: 15px;
		right: 15px;
	}
	.hero-banner {
		padding: 50px 0;
	}
	.hero-banner__title {
		font-size: 28px;
	}
	.hero-banner__subtitle {
		font-size: 14px;
	}
	.blog-details__title {
		font-size: 24px;
	}
	.contact-form .wpforms-form {
		margin-left: 0;
		padding: 20px 12px;
	}
	.contact-form .pitw_half_width {
		width: 100%;
		margin-bottom: 15px !important;
	}
	.gallery-thumb {
		height: 220px;
	}
	.giving-card + .giving-card {
		margin-top: 30px;
	}
	.giving-card__content {
		padding: 20px 17px;
	}
	.giving-card__content .title {
		font-size: 1.25rem;
	}
	.custom--accordion .accordion-button {
		font-size: 1rem;
	}
	.terms-content {
		padding: 15px;
	}
	.data-center-card {
		padding: 20px;
	}
	.plugin_ctl_form {
		padding: 30px 20px;
	}
	.service-card-list {
		grid-template: repeat(6, 1fr) / repeat(1, 1fr);
	}
	.service-card {
		border-right: 0 !important;
	}
	.service-card:nth-child(n):not(:last-child) {
		border-top: 1px solid #2ecc714d;
	}
	.our-service-card {
		margin-left: 0;
	}
	.our-service-card__thumb {
		width: 40px;
		height: 55px;
	}
	.our-service-card__thumb .icon {
		font-size: 20px;
	}
	.our-service-card__title {
		margin-bottom: 0;
	}
	.header-links {
		justify-content: center;
	}
	.it_banner_title {
		font-size: 25px;
	}
	.register-domain__title {
		font-size: 24px;
	}
	.domain-form .form--control {
		padding: 10px 20px;
		padding-left: 44px;
	}
	.search-btn.search_domain.btn {
		padding: 10px 15px;
	}
	.section-heading__title {
		font-size: 26px;
	}
	.plan-card__header {
		padding: 20px 15px;
	}
	.plan-card__body {
		padding: 25px 15px 15px;
	}
	.plan-card__footer {
		padding: 15px 15px 20px;
	}
	.feature-two-item {
		padding: 25px 15px;
	}
	.business-plan-item {
		padding: 20px 15px;
	}
	.business-plan-item__body ul li {
		font-size: 14px;
	}
	.feature__item_wrapper div[class*="col"] {
		padding-left: 16px;
		padding-right: 16px;
	}
	.feature__item{
		border: 0 !important;
		padding: 30px 20px !important;
		background-color: hsl(var(--white));
		box-shadow: 0px 0px 30px rgba(0, 102, 255, 0.08);
		border-radius: 5px;
	}
	.feature__inner {
		margin: 0;
	}
	.gy-xsm-4 {
		--bs-gutter-y: 1.5rem;
	}.pricing-plan-item {
		padding: 20px;
	}
	.business-plan-item__body ul li {
		font-size: 14px;
	}
}
@media (max-width: 400px) {
	#visernic_slide_menu {
		max-width: 100%;
	}
	.menu_close_trigger {
		right: 12px;
	}
	.hero__content-area .title {
		font-size: 20px;
	}
	.section-header .section-title {
		font-size: 28px;
	}
	.section-header .section-title.sm {
		font-size: 24px;
	}
	.human-support-card {
		padding: 25 px 15px;
	}
}