/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Common
# Animations
# Main Menu
# Sidemenu
# Banner One
# Page Header
# Footer
# Blog One
	## Blog Grid
	## Blog Details
# Sidebar
# Contact
# Call to Action One
	## Call to Action Two
	## Call to Action Three
	## Call to Action Four
# FAQ
# App shots
# Funfact
# Testimonials
# Pricing
# Video
# Brand One
# Service One
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/


/*
font-family: 'Quicksand', sans-serif;
*/

:root {
	--thm-font: 'Nunito', sans-serif;
	--thm-base: #ff864c;
	--thm-base-rgb: 255, 134, 76;
	--thm-primary: #1293c8;
	--thm-primary-rgb: 18, 147, 200;
	--thm-black: #3f1474;
	--thm-black-rgb: 63, 20, 116;
}


body {
	font-family: var(--thm-font);
	color: #303030;
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: -.02em;
	cursor: default;
	background-color: #eee;
}
a:active,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
}
img
{
    max-width: 100%;
    height: auto;
}
ul
{
    padding-left: 0px;
}
ul li
{
    list-style: none;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}



/* block title */

.block-title {
	margin-bottom: 60px;
}

.block-title h3 {
	margin: 0;
	font-weight: 800;
	color: var(--thm-black);
	font-size: 46px;
	position: relative;
	top: -10px;
}

.block-title h3 span {
	color: var(--thm-base);
}

.block-title p {
	margin: 0;
	color: #8b7f9a;
	font-size: 20px;
	position: relative;
	top: 5px;
}
.reg-ren-table-btns > li
{
    font-size: 18px;
    cursor: pointer;
}
.transfer-domain-banner
{
    margin-top: 100px;
    padding-top: 0px !important;
}
.renewal-banner
{
    padding-top: 0px !important;
}
.main-container
{
    margin-top: -65px;
}
.feature-tabs-wrapper
{
    margin-top: 50px;
}
.active-Tab
{
    display: block !important;
}
.active-Tab-Btn
{
    background-color: #bc0017 !important;
}
.active-Tab-Btn:hover
{
    color: white;
    background-color: #bc0017 !important;
}
.not-Avail-Tab
{
    background-color: gray;
}
.not-Avail-Tab:hover
{
    box-shadow: none !important;
    cursor: not-allowed;
}
.active-Tab-Strap
{
    background-color: #3a3a3a;
    height: 5px;
    width: 100%;
    border: 1px solid #3a3a3a;
    display: none;
    border-radius: 50px;
    margin-bottom: -2px;
}
.underlined-heading
{
    text-align: center;
    margin-top: 50px;
}
.underlined-heading > h1
{
    color: black;
}
.underlined-heading::after
{
    content: "";
    border: 2px solid #bc0017;
    background-color: #bc0017;
    width: 80px;
    margin: 0 auto;
    border-radius: 50px;
    margin-bottom: 15px;
    display: block;
}
.underlined-heading-white
{
    text-align: center;
}
.underlined-heading-white > h1
{
    color: white;
}
.underlined-heading-white::after
{
    content: "";
    border: 2px solid #bc0017;
    background-color: #bc0017;
    width: 80px;
    margin: 0 auto;
    border-radius: 50px;
    margin-bottom: 15px;
    display: block;
}
.domain-description
{
    padding: 70px 0px;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 50px;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
}
.descr-dom-flag
{
    border-right: 2px solid #0000008a;
    display: flex;
    justify-content: center;
    align-items: center;
}
.descr-dom-flag > img
{
    max-width: 100%;
    height: auto;
}
.descr-dom
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}
.descr-dom > p, .descr-dom > ul
{
    color: #303030;
    text-align: justify;
}
.descr-dom > h1
{
    color: black;
    font-weight: bold;
    margin-bottom: 0px;
}
.dom-Detail-Page-Search
{
    display: flex;
    flex-grow: 1;
    margin-top: 60px;
}
.dom-Detail-Page-Search > div:first-child
{
    border-top: 2px solid #eee;
    margin: 0 auto;
}
.search-main
{
    padding: 40px 40px 0px 40px !important;
}
.tab-definition-wrapper
{
    padding: 50px;
    border-radius: 0px 0px 10px 10px;
    background-color: white;
    display:none;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
}
.tab-defin-descr
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tab-defin-descr > p
{
    text-align: justify;
    margin-top: 15px;
}
.tab-defin-descr > ul
{
    color: green;
    padding: 0px 20px;
}
.strap
{
    border: 2px solid #bc0017;
    background-color: #bc0017;
    width: 12%;
    margin-top: -5px;
    border-radius: 50px;
    margin-bottom: 15px;
    display: block;
}
.dialog
{
    color: black;
}
.service-not-avail
{
    color: red !important;
}
.see-more
{
    color: #BC0017;
}
.see-more:hover
{
    color: #BC0017;
}
.promo-price-table
{
    border-radius: 10px;
}
.descr-dom > p, .descr-dom > ul > li
{
    color: #303030;
    font-size: 16px;
    line-height: 1.2;
}
.descr-dom > ul
{
    list-style: none;
    padding: 0px;
}
.descr-dom-price > table
{
    color: #303030;
    font-size: 16px;
}
.descr-dom-price > table > tbody > tr
{
    border-top: 1px solid #dee2e6;
}
.descr-dom-price > table > tbody > tr > td:first-child
{
    width: 100%;
    padding: 10px 0px;
    font-weight: bold;
}
.descr-dom-price > table > tbody > tr > td:last-child
{
    margin-right: 10px;
}
.spec-Offer-Wrapper
{
    background-color: #BC0017;
    margin-top: 50px;
}
.spec-Offer-Box
{
    padding: 2px 15px;
}
.spec-Offer-Box > div
{
    background-color: white;
    text-align: center;
    background-color: white;
    border-radius: 10px;
}
.spec-Offer-Box img
{
    width: 100px;
}
.spec-Offer-Box p
{
    display: inline-block;
    color: #BC0017;
    font-weight: bold;
    font-size: 25px;
    margin-left: 25px;
}
.index-search-dom-wrapper
{
    background-color: white;
    border-radius: 15px;
    padding: 8px 15px 8px 20px;
    display: flex;
    justify-content: space-between;
}
.index-search-dom
{
    outline: none;
    border: none;
    width: 100%;
}
.cntry_dom_img
{
    width: 150px;
    height: 80px;
    box-shadow: 0px 0px 7px -2px rgb(0 0 0 / 74%);
    border-radius: 10px;
}
.cntry-domain-name
{
    text-align: center;
}
.cntry-domain-name > p
{
    color: white;
    font-size: 40px;
    margin-bottom: 0px;
}
.description
{
    border-radius: 8px;
    padding: 24px;
    margin-top: 48px;
    background: rgb(0 0 0 / 52%);
}
.description > p
{
    text-align: center;
    color: white;
    font-size: 20px;
}
.prds
{
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    background-color: white;
    border-radius: 12px;
}
.prds:hover
{
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.prds > span
{
    font-size: 20px;
    color: #343a40;
    font-weight: 700;
    margin-top: 18px;
    display: block;
}
.prds > input
{
    font-weight: 700 !important;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    width: 75%;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
    margin: 16px 0px;
}
.prds:hover > input[type=button]
{
    transform: translateY(-5px);
    transition: 0.3s ease-in-out;
    box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
}
.prds:hover > img
{
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}
.find-domain-wrapper
{
    margin-top: -100px;
    margin-bottom: 50px;
}
.find-domain-box
{
    border-radius: 10px;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    background-color: white;
    padding: 48px;
}
.find-domain > h5
{
    color: #343a40;
    font-weight: 700;
}
.domain_search_box
{
    border-radius: 5px;
    border: 1px solid #dc3545;
}
.domain_search_box > input
{
    border: none;
    display: inline-block;
    padding: 0px 25px;
    width: calc(100% - 70px);
    outline: none;
    border-radius: 5px;
}
.domain_search_butt
{
    border: none;
    background-color: #bc0017;
    outline: none !important;
    float: right;
    padding: 1px;
    border-radius: 0px 5px 5px 0px;
    width: 59px;
    height: 36px;
    display: inline-block;
}
.domain_search_butt:active
{
    box-shadow: inset 0 0 10px #000000;
}
.domain_search_butt > i
{
    display: block;
    font-size: 20px;
}

.find-domain div.shadow-lg
{
    border-radius: 10px;
}
.rounded-10px
{
    border-radius: 10px;
}
.tabs-wrapper
{
    display: flex;
    white-space: nowrap;
    overflow: auto;
    background-color: #303030;
    border-radius: 10px 10px 0px 0px;
}
.norm-Tabs-Wrapper
{
    border-bottom: 2px solid #eee;
    background-color: white !important;
    justify-content: center;
    background-color: transparent !important;
}
.norm-Tabs-Container
{
    display: flex;
    padding: 7px 60px;
    background-color: #303030;
    border-radius: 7px 7px 0px 0px;
    margin-top: 10px;
    box-shadow: inset 0px -8px 21px -6px rgba(0,0,0,0.75);
}
.tab-Norm-Width
{
    width: auto !important;
    flex-direction: row !important;
    justify-content: center;
    padding: 5px 10px !important;
    border-radius: 5px;
    margin-right: 10px;
    background-color: #eeeeee61;
}
.tab-Norm-Width:last-child
{
    margin-right: 0px;
}
.tab-Norm-Width > span
{
    margin-top: 0px !important;
    margin-left: 15px;
}
.tab
{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 162px;
    padding: 12px 0px 2px 0px;
    cursor: pointer;
}
.tab:hover
{
    background-color: #b9b9b942;
}
.tab > i
{
    font-size: 25px;
    color: white;
}
.tab-name
{
    margin-top: 10px;
    color: white;
}
.tab-defin-img
{
    text-align: center;
    align-self: flex-start;
}
.tab-defin-img > img
{
    max-width: 100%;
    height: auto;
    width: 300px;
}
.tab-def-head
{
    color: black;
}
.tbl-price-wrapper
{
    overflow: auto;
    white-space: nowrap;
    background-color: white;
    border-radius: 10px;
    padding: 0px;
}
.pub-Price-Periods
{
    text-align: center;
    margin-top: 30px;
}
.pub-Price-Periods > ul
{
    list-style: none;
    padding: 0px;
}
.pub-Price-Periods > ul > li
{
    display: inline-block;
    font-size: 20px;
    color: white;
    width: 235px;
    padding: 14px 0px;
    background-color: #303030;
    border-radius: 30px;
    cursor: pointer;
    border: 1px solid #d6d2d2;
}
.pub-Price-Periods > ul > li:hover
{
    background-color: #bc0017;
    color: white;
}
.pub-Price-Periods > ul > li > i
{
    font-size: 30px;
    margin-right: 10px;
}
.price-Periods-Table
{
    margin-top: 50px;
    border-radius: 10px;
    box-shadow: 6px 6px 5px -5px rgb(0 0 0 / 48%);
}
.price-Periods-Table tr
{
    text-align: center;
    background-color: white;
}
select[name="price-Periods-Years"]:focus
{
    border: 1px solid #ced4da;
    box-shadow: none;
}
.price-Periods-Table th
{
    background-color: #f8faff !important;
}
.active-Table
{
    background-color: #bc0017 !important;
    color: white !important;
}
.more-useful
{
    font-weight: bold;
    font-size: 20px;
    color: #303030;
}
.why-choose-domainwalay
{
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
    color: black;
}
.cause-2-Choose-Wrapper
{
    margin-top: 50px;
    padding: 10px;
    overflow: hidden;
}
.cause-2-Choose
{
    padding: 40px;
    border-radius: 15px;
    /*box-shadow: 0px 10px 60px 0px rgb(45 1 100 / 10%);*/
    transition: all 500ms ease;
    position: relative;
    background: linear-gradient(to left, #303030 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: bottom left;
    text-align: center;
    height: 100%;
}
.cause-2-Choose:hover
{
    background-position: bottom right;
}
.cause-2-Choose:hover > .card-Detail
{
    color: white !important;
}
.cause-2-Choose:hover > .card-Name,.cause-2-Choose:hover > i
{
    background-color: white !important;
}
.card-ribbon::before, .card-ribbon::after
{
    content: "◄";
    display: block;
    position: absolute;
    width: 9px;
    height: 7px;
    color: #820413;
    top: 20px;
    left: 10px;
    transform: rotate(47deg);
    font-size: 21px;
    transform: skew(-26deg, -9deg) rotate(35deg);
}
.card-ribbon::after
{
    top: 19px;
    left: 149px;
    transform: skew(13deg, -13deg) rotate(31deg);
    font-size: 18px;
}
.card-ribbon
{
    background: #bc0017;
    color: white;
    width: 160px;
    transform: rotate(45deg);
    position: absolute;
    right: -45px;
    top: 16px;
    font-weight: bold;
}
.card-Name, .card-Icon
{
    background-color: #545454;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.card-Name
{
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
}
.card-Icon
{
    font-size: 60px;
    display: block !important;
}
.card-Detail
{
    color: #545454;
    font-size: 16px;
    line-height: 1.5;
    min-height: 74px;
}
.establish-domain:first-child
{
    border-right: 3px solid #c5d5dc;
}
.establish-domain > p
{
    max-width: 500px;
}
.establish-domain > img
{
    width: 300px;
}
.slope-wrapper
{
    background-color: #f4f7f9;
    padding: 80px 0px;
}
.domains-group
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.domains-group li
{
    width: 25%;
    padding: 10px;
    min-width: 130px;
}
.domains-group li:last-child > a
{
    background-color: #bc0017;
    display: flex;
    color: white;
    align-items: center;
}
.domains-group a
{
    color: #303030;
    display: block;
    padding: 15px;
    background-color: white;
    border: 1px solid #eee;
    height: 100%;
}
.domains-group a:hover
{
    box-shadow: 0 0 1rem 0.5rem rgb(0 0 0 / 15%);
    transform: scale(1.1);
    border: 1px #bc0017 solid;
    transition: all 200ms;
}
.domains-group a:hover > img
{
    filter: none;
}
.domains-group a > *
{
    display: block;
    line-height: 20px;
}
.domains-group img
{
    margin: 0 auto;
    width: 60px;
    filter: grayscale(1) opacity(50%);
}
.tool-box
{
    padding: 20px;
}
.tool-box:hover > div
{
    box-shadow: 0 0 1rem 0.5rem rgb(0 0 0 / 15%);
    background-color: #f4f7f9;
    transform: scale(1.1);
    transition: all 200ms;
}
.tool-box > div
{
    background-color: #e8eef1;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tool-box > div > img
{
    display: block;
    margin: 30px auto 0px auto;
    margin-top: 30px;
}
.tool-box-btn
{
    background-color: #fee767;
    padding: 0.5rem 2rem;
    color: #303030;
    display: inline-block;
}
.tool-box-btn:hover
{
    color: #bc0017;
}
.protect-wrapper > *:not(div)
{
    display: block;
    text-align: center;
    color: white;
    margin: 0 auto;
}
.protect-col-wrapper
{
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    height: 100%;
}
.protect-col-wrapper > *
{
    display: block;
    text-align: center;
    margin: 30px auto 30px auto;
}
.protect-col-wrapper > img
{
    width: 250px;
}
.protect-col-wrapper > a
{
    max-width: 200px;
}
.choosing-reason-wrapper
{
    position: relative;
    background-color: #303030;
    color: white;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    padding: 50px 10px;
    height: 100%;
}
.reason-icon
{
    position: absolute;
    width: 60px;
    left: 50%;
    top: -25px;
    transform: translate(-50%, 0%);
    background-color: white;
    border-radius: 100px;
    padding: 10px;
    border: 1px solid black;
}
.choosing-reason-wrapper > p
{
    margin-bottom: 0px;
}
.thm-btn {
	display: inline-block;
	vertical-align: middle;
	border: none;
	outline: none;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	border-radius: 26px;
	background-size: auto 200%;
	background-color: #bc0017;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background-position: top;
	padding: 8px 42px;
	position: relative;
	overflow: hidden;
}

.thm-btn::before {
	content: '';
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0.2;
	width: 32px;
	height: 32px;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}

.thm-btn:hover::before {
	animation: thmBtnRipple 2s cubic-bezier(0.47, 2.02, 0.31, -0.36) infinite;
}

@keyframes thmBtnRipple {
	0% {
		left: 10px;
	}

	100% {
		left: calc(100% - 10px);
	}
}

.thm-btn:hover {
	color: #fff;
	background-position: bottom;
}


/* bootstrap select */

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
	background-color: transparent !important;
	box-shadow: none !important;
	outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
	box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}

.bootstrap-select .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	z-index: 991;
	border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
	border-top: 1px solid var(--thm-gray);
}

.bootstrap-select .dropdown-menu>li.selected>a {
	background: var(--thm-primary);
	color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
	font-size: 16px;
	font-weight: 500;
	padding: 4px 20px;
	color: var(--thm-black);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
	background: var(--thm-primary);
	color: #fff;
	cursor: pointer;
}

/* datepicker */

.datepicker.dropdown-menu {
	min-width: 17rem;
}

.datepicker table {
	width: 100%;
}

.post-pagination {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
}

.post-pagination a {
	border-radius: 50%;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(225, 90, 19, .2);
	color: #9ca3a9;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 57px;
	height: 57px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.post-pagination a:hover {
	background-color: var(--thm-black);
	color: #fff;
}

.post-pagination a.active {
	background-color: var(--thm-base);
	color: #fff;
	cursor: auto;
}

.post-pagination a+a {
	margin-left: 15px;
}


.preloader {
	position: fixed;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9991;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
}

.preloader__image {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: preloaderMove;
	animation-name: preloaderMove;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.scroll-to-top {
	display: inline-block;
	width: 45px;
	height: 45px;
	background-color: #bc0017;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: none;
	outline: none;
	background-size: auto 200%;
	border-radius: 50%;
	transition: all .4s ease;
}

.scroll-to-top i {
	color: #ffffff;
	font-size: 18px;
	line-height: 45px;
}

.scroll-to-top:hover {
	background-position: bottom;
}

.scroll-to-top:hover i {
	color: #fff;
}

/* Transfer Your Domain Start */

.transfer-dom-wrapper
{
    text-align: center;
    padding-top: 100px;
    margin-top: 100px;
}
.transfer-dom-wrapper > div
{
    z-index: 2;
}
.transfer-dom-wrapper > div > h5
{
    margin-bottom: 35px;
    max-width: 800px;
    margin: 0 auto;
}
.transfer-dom-wrapper h1, .transfer-dom-wrapper h5, .transfer-dom-wrapper h6
{
    color: white;
}
.single-promo > i
{
    background: #bc0017;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg-indigo
{
    background-color: #3B0BF7;
}
.btn-lg
{
    padding: 10px 40px;
    background-color: #bc0017;
    color: white;
}
.content-list i
{
    color: white;
    font-size: 15px;
}
.service-area
{
    padding: 70px 50px;
}
.content-area
{
    padding: 80px 50px 40px 50px;
}
.content-text p, .section-heading > p
{
    font-size: 16px;
    line-height: 24px;
}
.trans-search-dom-wrapper, .search-your-domain-wrapper
{
    background-color: white;
    border-radius: 30px;
    padding: 3px 3px 3px 20px;
    display: flex;
    max-width: 700px;
    justify-content: space-between;
    margin: 0 auto;
}
.search-your-domain-wrapper
{
    max-width: 900px;
}
.trans-search-dom-wrapper > input[type=text], .search-your-domain-wrapper > input[type=text]
{
    outline: none;
    border: none;
    width: 100%;
}
.trans-search-dom-wrapper > div, .search-your-domain-wrapper > div
{
    display: flex;
    background-color: #bc0017;
    border-radius: 30px;
    padding: 4px 15px;
    cursor: pointer;
}
.trans-search-dom-wrapper > div:hover, .search-your-domain-wrapper > div:hover
{
    background-color: #d6182f;
}
.trans-search-dom-wrapper > div:active, .search-your-domain-wrapper > div:active
{
    box-shadow: inset 0 0 10px #000000;
}
.trans-search-dom-wrapper > div > i,.search-your-domain-wrapper > div > i
{
    color: white;
    font-size: 20px;
    margin-right: 7px;
}
.trans-search-dom-wrapper > div > input[type=button], .search-your-domain-wrapper > div > input[type=button], .contact-us-form > input[type=submit]
{
    border: none;
    color: white;
    outline: none;
    background: none;
    border-radius: 30px;
    padding: 0px;
}
.contact-us-form > input[type=submit]:active
{
    box-shadow: inset 0 0 10px #000000;
}
/* Transfer Your Domain End */


/* WHOIS Lookup Tool Start */

.whois-main-head
{
    background-color: white;
    padding: 60px;
    margin-top: 60px;
    border-radius: 15px 15px 0px 0px;
    box-shadow: 3px 3px 22px -11px rgb(0 0 0 / 75%);
}
.whois-search-wrapper
{
    padding-top: 50px;
    color: white;
}
.doms-price-table-row
{
    padding: 25px;
    box-shadow: 3px 3px 22px -11px rgb(0 0 0 / 75%);
    border-radius: 0px 0px 15px 15px;
    background-color: white;
}
.doms-price-table-wrapper
{
    overflow: auto;
}
.doms-price-table > tbody > tr > td:first-child
{
    width: 25%;
    border-right: 1px solid #b9b9b9;
}
.doms-price-table > tbody > tr > td:nth-child(2)
{
    text-align: center;
    width: 50%;
}
.doms-price-table > tbody > tr > td:last-child
{
    text-align: right;
    width: 25%;
    border-left: 1px solid #b9b9b9;
}
.doms-price-table > tbody > tr > td:last-child > i, .red-priced-dom
{
    color: red;
    font-weight: 700;
}
.doms-price-table > tbody > tr > td:last-child > i
{
    margin-left: 5px;
}
.flag-mini
{
    vertical-align: middle;
}
/* WHOIS Lookup Tool End */

/* Domain Pricing Start*/

.quick-access-wrapper a
{
    margin-left: 10px;
}
.doms-pricing-table
{
    text-align: center;
    min-width: 1150px;
}
.doms-pricing-table > thead > tr > th
{
    font-size: 14px;
}
.doms-pricing-table > tbody > tr > td:first-child
{
    text-align: left;
}
.doms-pricing-table > tbody > tr > td
{
    font-size: 13px;
    text-align: center;
}
.doms-pricing-table > tbody > tr > td > i
{
    vertical-align: middle;
    font-size: 20px;
}
/* Domain Pricing End*/


/* Contact Us Start */

.contact-us-wrapper
{
    padding: 100px 50px;
    background-color: white;
    border-radius: 40px 40px 0px 0px;
    box-shadow: 0 19px 38px rgb(0 0 0 / 17%), 0 15px 12px rgb(0 0 0 / 22%);
}
.cont-social-icons
{
    margin-top: 40px;
}
.cont-social-icons > li
{
    margin-right: 30px;
    display: inline-block;
}
.cont-social-icons > li > a:last-child
{
    margin-right: 0px;
}
.cont-social-icons > li > a > i
{
    font-size: 35px;
    color: #212529d1;
}
.contact-us-form > label
{
    display: block;
    margin-top: 25px;
    margin-left: 5px;
}
.contact-us-form > input
{
    display: block;
    width: 100%;
    border-radius: 30px;
    outline: none;
    border: 1px solid #636363;
    padding: 5px 20px;
    margin-top: 40px;
}
.contact-us-form > input:first-child
{
    margin-top: 0px;
}
.contact-us-form > input:nth-child(2),.contact-us-form > input:nth-child(3)
{
    width: 49%;
    display: inline-block;
}
.contact-us-form > input[type=submit]
{
    border-radius: 30px;
    padding: 5px 24px;
    margin-top: 24px;
    width: auto;
    margin-left: auto;
}
.contact-us-form > textarea
{
    width: 100%;
    outline: none;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 40px;
}
.contact-us-wrapper iframe
{
    border: 1px solid #bc0017 !important;
}
.cont-address > p
{
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 1.9;
}
/* Contact Us End */


/* WHOIS Tool Lookup Start */

.whois-ul
{
    padding-left: 20px;
}
.whois-ul > li
{
    list-style: disc;
}

/* WHOIS Tool Lookup End */

/* Cursor Style */
.cursor {
	position: absolute;
	background-color: #fff;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: hidden;
}

.cursor {
	visibility: visible;
}

.cursor.active {
	opacity: 0.5;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.cursor.hovered {
	opacity: 0.08;
}

.cursor-follower {
	position: absolute;
	background-color: RGBA(255, 255, 255, 0.3);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	visibility: hidden;
}

.cursor-follower {
	visibility: visible;
}

.cursor-follower.active {
	opacity: 0.7;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cursor-follower.hovered {
	opacity: 0.08;
}

.cursor-follower.close-cursor:before {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	left: 48%;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
}

.cursor-follower.close-cursor:after {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	right: 48%;
	top: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/


@keyframes preloaderMove {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -360deg);
		transform: rotate3d(0, 0, 1, -360deg);
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
	}
}


@keyframes ImgBounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

@keyframes shapeMover {

	0%,
	100% {
		transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
	}

	50% {
		transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
	}
}


@keyframes bubbleMover {
	0% {
		-webkit-transform: translateY(0px) translateX(0) rotate(0);
		transform: translateY(0px) translateX(0) rotate(0);
	}

	30% {
		-webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
		transform: translateY(30px) translateX(50px) rotate(15deg);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}

	50% {
		-webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
		transform: translateY(50px) translateX(100px) rotate(45deg);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}

	80% {
		-webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
		transform: translateY(30px) translateX(50px) rotate(15deg);
		-webkit-transform-origin: left top;
		transform-origin: left top;
	}

	100% {
		-webkit-transform: translateY(0px) translateX(0) rotate(0);
		transform: translateY(0px) translateX(0) rotate(0);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
}

@keyframes bubbleMover2 {
	0% {
		-webkit-transform: translateY(0px) translateX(0) rotate(0);
		transform: translateY(0px) translateX(0) rotate(0);
	}

	30% {
		transform: translateY(10px) translateX(20px) rotate(5deg);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}

	50% {
		transform: translateY(20px) translateX(40px) rotate(20deg);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}

	80% {
		transform: translateY(30px) translateX(40px) rotate(5deg);
		-webkit-transform-origin: left top;
		transform-origin: left top;
	}

	100% {
		-webkit-transform: translateY(0px) translateX(0) rotate(0);
		transform: translateY(0px) translateX(0) rotate(0);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
}

@keyframes banner3Shake {
	0% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
		transform: rotate3d(0, 1, 0, 0deg);
	}

	30% {
		transform: rotate3d(0, 0, 1, 15deg);
	}

	60% {
		-webkit-transform: rotate3d(1, 0, 0, 0deg);
		transform: rotate3d(1, 0, 0, 0deg);
	}

	80% {
		transform: rotate3d(0, 0, 1, 15deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
		transform: rotate3d(0, 1, 0, 0deg);
	}
}


@keyframes banner3ShakeReverse {
	0% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
		transform: rotate3d(0, 1, 0, 0deg);
	}

	30% {
		transform: rotate3d(0, 0, 1, -15deg);
	}

	60% {
		-webkit-transform: rotate3d(1, 0, 0, 0deg);
		transform: rotate3d(1, 0, 0, 0deg);
	}

	80% {
		transform: rotate3d(0, 0, 1, -15deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
		transform: rotate3d(0, 1, 0, 0deg);
	}
}


/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/

.site-header-one {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.site-header-one__fixed-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 91;
}

.site-header-one .container-fluid {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 100px;
	padding-right: 100px;
	width: 100%;
}



.site-header-one__logo .side-menu__toggler {
	display: none;
	font-size: 22px;
	margin-left: 30px;
	color: #fff;
	cursor: pointer;
}


.main-nav__main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav__main-navigation .main-nav__navigation-box {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-left: 125px;
}



.main-nav__main-navigation .main-nav__navigation-box>li {
	padding: 39px 0;
	position: relative;
}

.main-nav__main-navigation .main-nav__navigation-box>li+li {
	margin-left: 60px;
}

.main-nav__main-navigation .main-nav__navigation-box>li>a {
	font-size: 16px;
	font-weight: 800;
	color: #fff;
	display: block;
	-webkit-transition: 500ms;
	transition: 500ms;
	position: relative;
}


.main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.main-nav__main-navigation .main-nav__navigation-box>li:hover>a {
	color: red;
}

.main-nav__main-navigation .dropdown-btn {
	display: none;
}



/* Dropdown menu */

.main-nav__main-navigation .dropdown-btn {
	display: none;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul {
	position: absolute;
	width: 210px;
	background-color: #fff;
	border-top: 4px solid #bc0017;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-webkit-transform-origin: top;
	transform-origin: top;
	visibility: hidden;
	opacity: 0;
	z-index: 991;
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
}


.main-nav__main-navigation .main-nav__navigation-box>li ul>li {
	position: relative;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li+li {
	border-top: 1px solid rgba(var(--thm-base-rgb), .3);
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a {
	display: block;
	color:#000;
	font-size: 16px;
	font-family: var(--thm-font);
	word-break: break-all;
	padding-top: 9.5px;
	padding-bottom: 9.5px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover>a {
	color: #000;
	background-color: #e8e8e8;
}



/* Second level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul {
	top: 100%;
	left: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);

	visibility: hidden;
	opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}


/* Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul {
	top: 0;
	left: 100%;
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
	visibility: hidden;
	opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li:hover>ul {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	visibility: visible;
	opacity: 1;
}


/* After Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul>li>ul {
	display: none;
}

/* stricked menu */
.stricked-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	
	box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
	opacity: 0;
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.stricked-menu .main-nav__main-navigation .main-nav__navigation-box>li>a {

	color:#000;
}
.stricked-menu.stricky-fixed {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	color:#000;
}

.stricked-menu .main-nav__main-navigation .main-nav__navigation-box>li {
	
	color:#000;
}

/* main nav btn */

.main-nav__right {
	display: flex;
	align-items: center;
	margin-left: auto;
}

.main-nav__cta {
	display: flex;
	align-items: center;
	margin-right: 84px;
}

.main-nav__cta span {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	margin-left: 20px;
}

.main-nav__cta i,
.main-nav__cta b {
	line-height: 1em;
	font-style: normal;
	font-weight: 400;
	color: #fff;
	display: block;
}

.main-nav__cta i {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}

.main-nav__cta b {
	font-size: 18px;
	font-weight: 800;
}




/*--------------------------------------------------------------
# Sidemenu
--------------------------------------------------------------*/

.side-menu__block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;
}

.side-menu__block.active {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.side-menu__block-overlay {
	width: 100%;
	height: 100%;
	background-color: var(--thm-black);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
}

.side-menu__block-overlay .cursor-follower {
	background-color: rgba(255, 255, 255, 0.3);
}

.side-menu__block-inner {
	position: relative;
	max-width: 532px;
	width: 100%;
	margin-right: auto;
	height: 100vh;
	background-color: #F6F6FE;
	z-index: 999999;
	overflow-y: auto;
	padding: 40px 0;
	padding-top: 20px;
	position: relative;
}


.side-menu__block-inner .mCustomScrollBox {
	width: 100%;
}

.side-menu__top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding-left: 100px;
	padding-right: 40px;
}

.mobile-nav__container {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 50px;
}



.mobile-nav__container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav__container li.dropdown ul {
	display: none;
	padding-left: 0.5em;
}

.mobile-nav__container li.dropdown {
	position: relative;
}

.mobile-nav__container li.dropdown .dropdown-btn {
	border: none;
	outline: none;
	background-color: transparent;
	color: #9ca3a9;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: transfrom 500ms ease;
	transition: transfrom 500ms ease;
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.mobile-nav__container li+li {
	margin-top: 5px;
}

.mobile-nav__container li a {
	font-family: var(--special-font-smb);
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	font-size: 17px;
	font-family: var(--heading-font);
	color: var(--thm-black);
}

.mobile-nav__container li a:hover {
	color: var(--thm-base);
}

.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current>a {
	color: var(--thm-base);
}

.side-menu__social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 40px;
}

.side-menu__social a {
	background-image: linear-gradient(0deg, #1293c8 0%, #1fe4f2 51%, #1293c8 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	background-size: auto 200%;
	transition: all 500ms ease;
}

.side-menu__social a:hover {
	background-position: bottom;
}

.side-menu__social a:nth-child(2) {
	background-image: linear-gradient(0deg, #ff5f5e 0%, #ffc52f 51%, #ff5f5e 100%);
}

.side-menu__social a:nth-child(3) {
	background-image: linear-gradient(0deg, #7b22b0 0%, #e867ff 51%, #7b22b0 100%);
}

.side-menu__social a:nth-child(4) {
	background-image: linear-gradient(0deg, #388e3c 0%, #b6e66d 51%, #388e3c 100%);
}

.side-menu__social a+a {
	margin-left: 10px;
}

.side-menu__content {
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 50px;
}

.side-menu__content p {
	margin: 0;
	font-size: 14px;
	line-height: 32px;
	color: #7c7d8a;
	letter-spacing: .02em;
}

.side-menu__content p+p {
	margin-top: 30px;
}

.side-menu__content p a {
	color: var(--thm-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__content p a:hover {
	color: var(--thm-primary);
}

.side-menu__sep {
	width: calc(100% - 200px);
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	background-color: #fff;
	margin-top: 70px;
	margin-bottom: 70px;
}

.side-menu__text p {
	font-size: 14px;
	line-height: 32px;
	color: #7c7d8a;
	margin: 0;
	margin-bottom: 25px;
}


.side-menu__text a {
	color: var(--thm-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__text a:hover {
	color: var(--thm-black);
}

.side-menu__block__copy {
	font-size: 16px;
	font-weight: 500;
	color: #7c7d8a;
	margin: 0;
}





/*--------------------------------------------------------------
# Banner One
--------------------------------------------------------------*/

.banner-one {
	padding-top: 250px;
	padding-bottom: 70px;
	background-image: url(../../img/domainwalay_bg.jpg);
	background-size:cover;
	position: relative;
	z-index: 0;
}
.dom-detail-pg-banner, .banner-with-content
{
	position: relative;
    overflow: hidden;
    width: 100%;
    z-index: -1;
    min-height: 500px;
}
.banner-with-content
{
    z-index: 1;
    height: 100%;
}
.dom-detail-pg-banner > img
{
    width: 100%;
    position: absolute;
    object-fit: cover;
    height: 100%;
}
.dom-detail-pg-banner::after {
	content: '';
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
[class*=banner-one__bg-shape-] {
	position: absolute;
	z-index: 8;
}

.banner-one__bg-shape-1 {
	top: 17%;
	right: 43%;
	-webkit-animation-name: bubbleMover;
	animation-name: bubbleMover;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	animation-duration: 8s;
}

.banner-one__bg-shape-2 {
	top: 34%;
	left: 6%;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: banner3ShakeReverse;
	animation-name: banner3Shake;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-delay: 1s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.banner-one__bg-shape-3 {
	bottom: 22%;
	left: 8%;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: banner3Shake;
	animation-name: banner3Shake;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.banner-one__bg-shape-4 {
	top: 40%;
	right: 7%;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: banner3Shake;
	animation-name: banner3Shake;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.banner-one__bg-shape-5 {
	bottom: 12%;
	right: 38.5%;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: banner3Shake;
	animation-name: banner3Shake;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}


.banner-one .container {
	position: relative;
	z-index: 10;
}

.banner-one::before {
	content: '';
	width: 100%;
	height: 100%;
	
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.banner-one::after {
	content: '';
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.banner-one__content h3 {
	margin: 0;
	font-size: 70px;
	color: #fff;
	letter-spacing: -.02em;
	font-weight: 800;
}

.banner-one__content p {
	margin: 0;
	font-size: 18px;
	line-height: 36px;
	color: #c3aedc;
	margin-top: 31px;
}

.banner-one__btn {
	padding: 13px 57px;
	border-radius: 31px;
	font-size: 16px;
	background-image: linear-gradient(0deg, #ff5f5e 0%, #ffc52f 51%, #ff5f5e 100%);
	margin-top: 41px;
}

.banner-one__image img {
	animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
	background-color: var(--thm-black);
	background-image: url(../images/backgrounds/page-header-bg-1-1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	padding-bottom: 84px;
	padding-top: 186px;
}

.page-header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page-header h2 {
	color: #fff;
	margin: 0;
	font-size: 46px;
	font-weight: 800;
}

.thm-breadcrumb {
	margin-bottom: 0;
	display: flex;
	align-items: center;
}

.thm-breadcrumb li {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 800;
	color: #fff;
}

.thm-breadcrumb li a {
	color: inherit;
}

.thm-breadcrumb li:not(:last-of-type)::after {
	content: '-';
	margin-left: 10px;
	margin-right: 10px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	background-color: #f4f0f9;
}

.site-footer__upper {
	padding-top: 90px;
	padding-bottom: 40px;
}

.footer-widget {
	margin-bottom: 40px;
}



.footer-widget__title {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 30px;
}

.footer-widget p {
	margin: 0;
	color: #dddddd;
	font-size: 16px;
	line-height: 34px;
}

.footer-widget__links-list li {
	line-height: 1em;
}

.footer-widget__links-list li+li {
	margin-top: 21px;
}

.footer-widget__links-list li a {
	color: #dddddd;
	font-size: 16px;
	transition: all 500ms ease;
}

.footer-widget__links-list li a:hover {
	color: #bc0017;
}

.footer-widget__contact-list li {
	font-size: 16px;
	line-height: 26px;
	color: #dddddd;
	position: relative;
	padding-left: 24px;
}

.footer-widget__contact-list li+li {
	margin-top: 15px;
}

.footer-widget__contact-list li i {
	font-size: 14px;
	color: #bc0017;
	position: absolute;
	top: 7px;
	left: 0;
}

.footer-widget__contact-list li a {
	color: inherit;
	transition: all 500ms ease;
}

.footer-widget__contact-list li a:hover {
	color: #bc0017;
}

.footer-widget__newsletter p {
	color: #dddddd;
	font-size: 16px;
	line-height: 32px;
	margin: 0;
}

.footer-widget__newsletter-form {
	width: 100%;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
	margin-bottom: 20px;
}

.footer-widget__newsletter-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	border: none;
	outline: none;
	width: 100%;
	height: 71px;
	border-radius: 15px;
	background-color: #fff;
	color: #8b7f9a;
	font-size: 16px;
	padding-left: 30px;
}

.footer-widget__newsletter-form ::placeholder {
	opacity: 1;
	color: #8b7f9a;
}

.footer-widget__newsletter-form button[type=submit] {
	border: none;
	outline: none;
	background-position: top;
	background-size: auto 200%;
	width: 47px;
	height: 47px;
	background-color: #bc0017;
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	border-radius: 50%;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 500ms ease;
}

.footer-widget__newsletter-form button[type=submit]:hover {
	background-position: bottom;
	color: #fff;
}

.footer-widget__about a.logo {
	position: relative;
	top: -10px;
}

.footer-widget__about p {
	margin-top: 10px;
	margin-bottom: 18px;
}

/* footer bottom */
.site-footer__bottom .inner-container {
	border-top: 2px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 30.5px;
	padding-bottom: 30.5px;
}
.site-footer__bottom p {
	margin: 0;
	color: #8b7f9a;
	font-size: 16px;
}
.footer-social {
	display: flex;
	align-items: center;
}
.footer-social a {
	margin-right: 15px;
    background: #bc0017;
    padding: 10px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.7s all ease-in-out;
}
.footer-social a:hover {
	transform: rotate(360deg);
}
.footer-social i {
    font-size: 25px;
    color: #fff;
}


/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/

.blog-one {
	background-color: #f4f0f9;
	padding-top: 120px;
	padding-bottom: 90px;
	position: relative;
}

[class*=blog-one__bg-shape-] {
	position: absolute;
}

.blog-one__bg-shape-1 {
	bottom: 130px;
	right: 5%;
	-webkit-animation-name: bubbleMover;
	animation-name: bubbleMover;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	animation-duration: 8s;
}

.blog-one__bg-shape-2 {
	top: 0;
	left: 0;
}

.blog-one .container {
	position: relative;
}

.blog-one__single {
	margin-bottom: 30px;
}

.blog-one__image {
	overflow: hidden;
	border-radius: 15px;
	background-color: var(--thm-black);
}

.blog-one__image>img {
	width: 100%;
	opacity: 1;
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.blog-one__single:hover .blog-one__image>img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.5;
}

.blog-one__content {
	text-align: center;
	padding-top: 30px;
	position: relative;
	padding-bottom: 36px;
	padding-left: 30px;
	padding-right: 30px;
}

.blog-one__content::after {
	content: '';
	width: 100%;
	height: 4px;
	background-image: linear-gradient(90deg, #7b22b0 0%, #e867ff 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__content::after {
	height: 100%;
	border-radius: 15px;
}

.blog-one__content h3 {
	margin: 0;
	font-size: 24px;
	line-height: 40px;
	font-weight: 800;
	color: var(--thm-black);
	margin-top: 10px;
	position: relative;
	z-index: 20;
}

.blog-one__content h3 a {
	color: inherit;
	transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__content h3 a,
.blog-one__content h3 a:hover {
	color: #fff;
}

.blog-one__meta {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 20;
}

.blog-one__meta a+a {
	margin-left: 15px;
}

.blog-one__meta a {
	color: #8b7f9a;
	font-size: 16px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1em;
	transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__meta a,
.blog-one__meta a:hover {
	color: #fff;
}


.blog-one__meta a i {
	color: var(--thm-base);
	margin-right: 5px;
	transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__meta a i,
.blog-one__meta a:hover i {
	color: #fff;
}

[class*=col-]:nth-child(2) .blog-one__content::after {
	background-image: linear-gradient(90deg, #ff5f5e 0%, #ffc52f 100%);
}

[class*=col-]:nth-child(3) .blog-one__content::after {
	background-image: linear-gradient(90deg, #1293c8 0%, #1293c8 100%);
}

[class*=col-]:nth-child(4) .blog-one__content::after {
	background-image: linear-gradient(90deg, #388e3c 0%, #b6e66d 100%);
}

[class*=col-]:nth-child(5) .blog-one__content::after {
	background-image: linear-gradient(90deg, #7b22b0 0%, #e867ff 100%);
}

[class*=col-]:nth-child(6) .blog-one__content::after {
	background-image: linear-gradient(90deg, #ff5f5e 0%, #ffc52f 100%);
}

/*--------------------------------------------------------------
## Blog Grid
--------------------------------------------------------------*/

.blog-grid {
	padding-top: 120px;
	padding-bottom: 120px;
}

.blog-grid .post-pagination {
	margin-top: 30px;
}


/*--------------------------------------------------------------
## Blog Details
--------------------------------------------------------------*/


.blog-details {
	padding-top: 120px;
	padding-bottom: 120px;
}

.blog-details__content h3 {
	margin: 0;
	font-size: 46px;
	line-height: 56px;
	color: var(--thm-black);
	font-weight: 800;
	margin-bottom: 37px;
}

.blog-details__content .blog-one__meta {
	margin-bottom: 10px;
}
.blog-details__content .blog-one__meta a:hover {
	color: var(--thm-black);
}
.blog-details__content .blog-one__meta a:hover i {
	color: var(--thm-primary);
}
.blog-details__content p {
	margin: 0;
	font-size: 18px;
	line-height: 36px;
	color: #8b7f9a;
	font-weight: 500;
}

.blog-details__content p+p {
	margin-top: 30px;
}

.blog-details__image {
	margin-bottom: 30px;
}

.blog-details__image>img {
	border-radius: 15px;
	width: 100%;
}

.blog-author {
	background-color: #f4f0f9;
	border-radius: 15px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 60px;
	margin-bottom: 50px;
}

.blog-author__image>img {
	width: 170px;
	border-radius: 15px;
}

.blog-author__content {
	padding-left: 40px;
}

.blog-author__content h3 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: var(--thm-black);
	margin-bottom: 30px;
}

.blog-author__content p {
	margin: 0;
	color: #8b7f9a;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
}

.blog-details__meta {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #f4f0f9;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 50px;
	flex-wrap: wrap;
}

.blog-details__tags {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: baseline;
	align-items: baseline;
}

.blog-details__tags span {
	color: var(--thm-black);
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	margin-right: 10px;
}

.blog-details__tags a {
	color: #8b7f9a;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.blog-details__tags a:hover {
	color: var(--thm-primary);
}

.blog-details__tags a+a {
	margin-left: 5px;
}

.blog-details__share {
	display: flex;
	align-items: center;
}

.blog-details__share a {
	background-image: linear-gradient(0deg, #1293c8 0%, #1fe4f2 51%, #1293c8 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	background-size: auto 200%;
	transition: all 500ms ease;
}

.blog-details__share a:hover {
	background-position: bottom;
}

.blog-details__share a:nth-child(2) {
	background-image: linear-gradient(0deg, #ff5f5e 0%, #ffc52f 51%, #ff5f5e 100%);
}

.blog-details__share a:nth-child(3) {
	background-image: linear-gradient(0deg, #7b22b0 0%, #e867ff 51%, #7b22b0 100%);
}

.blog-details__share a:nth-child(4) {
	background-image: linear-gradient(0deg, #388e3c 0%, #b6e66d 51%, #388e3c 100%);
}

.blog-details__share a+a {
	margin-left: 10px;
}

.comment-one {
	margin-bottom: 45px;
}

.comment-one__block-title {
	margin: 0;
	margin-bottom: 54px;
	font-size: 26px;
	font-weight: 800;
	color: var(--thm-black);
}

.comment-one__single {
	display: -webkit-box;
	display: flex;
	position: relative;
	border-bottom: 1px solid #f4f0f9;
	padding-bottom: 60px;
	margin-bottom: 60px;
}

.comment-one__btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px 29px;
	font-size: 14px;
}

.comment-one__content {
	padding-right: 100px;
}

.comment-one__content .comment-one__date {
	color: var(--thm-base);
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 30px;
}

.comment-one__content .comment-one__date span {
	margin-left: 5px;
	margin-right: 5px;
}

.comment-one__image {
	width: 90px;
}

.comment-one__image>img {
	border-radius: 50%;
}

.comment-one__content {
	padding-left: 40px;
}

.comment-one__content h3 {
	margin: 0;
	font-size: 20px;
	color: var(--thm-black);
	font-weight: 800;
	line-height: 1em;
}

.comment-one__content p {
	color: #8b7f9a;
	margin: 0;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
}



/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/




.sidebar__title {
	margin: 0;
	color: var(--thm-black);
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 30px;
}

.sidebar__single:not(.sidebar__search) {
	padding: 50px;
	background-color: #f4f0f9;
	border-radius: 15px;
}



.sidebar__single+.sidebar__single {
	margin-top: 30px;
}

.sidebar__post__single+.sidebar__post__single {
	margin-top: 30px;
}

.sidebar__post-image,
.sidebar__post-content {
	display: table-cell;
	vertical-align: middle;
}

.sidebar__post-image {
	width: 60px;
}

.sidebar__post-image .inner-block {
	width: 100%;
}

.sidebar__post-image .inner-block>img {
	width: 100%;
	border-radius: 50%;
}

.sidebar__post-content {
	padding-left: 20px;
}

.sidebar__post-title {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
	color: #8b7f9a;
	font-family: var(--thm-font);
}

.sidebar__post-title a {
	color: inherit;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.sidebar__post-title a:hover {
	color: var(--thm-black);
}

.sidebar__category-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar__category-list-item {
	line-height: 1em;
}

.sidebar__category-list-item a {
	color: #8b7f9a;
	font-size: 16px;
	font-weight: 500;
	display: block;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}


.sidebar__category-list-item a:hover {
	color: var(--thm-base);
}

.sidebar__category-list-item+.sidebar__category-list-item {
	margin-top: 27px;
}

.sidebar__tags-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: -10px;
}

.sidebar__tags-list-item {
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
}

.sidebar__tags-list-item a {
	display: block;
	color: #8b7f9a;
	font-size: 16px;
	font-weight: 600;
	line-height: 1em;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.sidebar__tags-list-item a:hover {
	color: var(--thm-black);
}

.sidebar__search-form {
	width: 100%;
	height: 72px;
	background-image: linear-gradient(90deg, #ff5f5e 0%, #ffc52f 100%);
	position: relative;
	border-radius: 15px;
}

.sidebar__search-form input {
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	outline: none;
	color: #fff;
	padding-left: 40px;
	padding-right: 40px;
}

.sidebar__search-form ::-webkit-input-placeholder {
	opacity: 1;
	color: #fff;
}

.sidebar__search-form :-ms-input-placeholder {
	opacity: 1;
	color: #fff;
}

.sidebar__search-form ::-ms-input-placeholder {
	opacity: 1;
	color: #fff;
}

.sidebar__search-form ::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.sidebar__search-form ::placeholder {
	opacity: 1;
	color: #fff;
}

.sidebar__search-form button[type=submit] {
	background-color: transparent;
	border: none;
	outline: none;
	position: absolute;
	top: 50%;
	right: 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	padding: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.sidebar__search-form button[type=submit] i {
	font-size: 16px;
	color: #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact-one__form>.row {
	margin-left: -5px;
	margin-right: -5px;
}

.contact-one__form>.row>[class*=col-] {
	padding-left: 5px;
	padding-right: 5px;
}

.contact-one__form textarea,
.contact-one__form .bootstrap-select>.dropdown-toggle,
.contact-one__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	border: none;
	outline: none;
	display: block;
	width: 100%;
	height: 72px;
	border-radius: 15px;
	padding-left: 30px;
	padding-right: 30px;
	color: #8b7f9a;
	background-color: #f4f0f9;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.contact-one__form textarea {
	height: 194px;
	padding-top: 20px;
}


.contact-one__form ::-webkit-input-placeholder {
	opacity: 1;
	color: #8b7f9a;
}


.contact-one__form ::-moz-placeholder {
	opacity: 1;
	color: #8b7f9a;
}


.contact-one__form :-ms-input-placeholder {
	opacity: 1;
	color: #8b7f9a;
}


.contact-one__form ::-ms-input-placeholder {
	opacity: 1;
	color: #8b7f9a;
}


.contact-one__form ::placeholder {
	opacity: 1;
	color: #8b7f9a;
}

.contact-one__form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.contact-one__form .bootstrap-select .dropdown-toggle .filter-option {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.contact-one__form .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "\f107";
	border: none;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	font-size: 14px;
	color: #8b7f9a;
}

.contact-one__form .dropup .dropdown-toggle::after {
	content: "\f106";
}

.contact-one__btn {
	padding: 13px 50px;
	border-radius: 31px;
	font-size: 16px;
	background-image: linear-gradient(0deg, #ff5f5e 0%, #ffc52f 51%, #ff5f5e 100%);
}


/*--------------------------------------------------------------
# Call to Action One
--------------------------------------------------------------*/

.cta-one {
	overflow: hidden;
	background-color: var(--thm-black);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-blend-mode: hard-light;
	position: relative;
	padding-top: 111.5px;
	padding-bottom: 111.5px;
}

.cta-one::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.9;
	background-color: #000;
}

[class*=cta-one__bg-shape-] {
	position: absolute;
}

.cta-one__bg-shape-1 {
	top: calc(50% - 257px);
	left: calc(0% - 269.5px);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.cta-one .container {
	position: relative;
}

.cta-one .my-auto {
	width: 100%;
}

.cta-one [class*=col-] {
	position: relative;
}

.cta-one h3 {
	margin: 0;
	color: #fff;
	font-size: 46px;
	font-weight: 800;
	margin-bottom: 22px;
}

.cta-one p {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #c3afdd;
}

.cta-one__btn {
	padding: 13px 50px;
	border-radius: 31px;
	font-size: 16px;
	background-image: linear-gradient(0deg, #ff5f5e 0%, #ffc52f 51%, #ff5f5e 100%);
}

/*--------------------------------------------------------------
## Call to Action Two
--------------------------------------------------------------*/

.cta-two {
	background-color: #f4f0f9;
	padding-top: 75px;
	padding-bottom: 363px;
	margin-bottom: -290px;
	position: relative;
}

[class*=cta-two__bg-shape-] {
	position: absolute;
}

.cta-two__bg-shape-1 {
	top: 0;
	right: 0;
}

.cta-two__bg-shape-2 {
	bottom: 0;
	left: 0;
}

.cta-two .container {
	position: relative;
}

.cta-two__content {
	padding-top: 45px;
}

.cta-two__content .block-title {
	margin-bottom: 26px;
}

.cta-two__content>p {
	margin: 0;
	margin-bottom: 52px;
	color: #8b7f9a;
	font-size: 18px;
	line-height: 34px;
}

.cta-two__btn {
	padding: 13px 57px;
	border-radius: 31px;
	font-size: 16px;
	background-image: linear-gradient(180deg, #7b22b0 0%, #e867ff 51%, #7b22b0 100%);
}

.cta-two__content-image {
	position: relative;
	left: -47px;
}


/*--------------------------------------------------------------
## Call to Action Three
--------------------------------------------------------------*/

.cta-three {
	padding-bottom: 0px;
	padding-top: 177px;
	position: relative;
}

[class*=cta-three__bg-shape-] {
	position: absolute;
}

.cta-three__bg-shape-1 {
	top: 0;
	right: 0;
}

.cta-three__bg-shape-2 {
	bottom: 110px;
	left: 0;
	-webkit-animation-name: bubbleMover;
	animation-name: bubbleMover;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	animation-duration: 12s;
}

.cta-three .container {
	position: relative;
}


.cta-three__content .block-title {
	margin-bottom: 40px;
}

.cta-three__icon-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 50px;
}

.cta-three__icon-single {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.cta-three__icon-single+.cta-three__icon-single {
	margin-left: 30px;
}

.cta-three__icon i {
	width: 101px;
	height: 101px;
	margin-right: 20px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 64px;
	background-size: auto 200%;
	background-image: linear-gradient(0deg, #7b22b0 0%, #e867ff 51%, #7b22b0 100%);
	background-position: top;
	transition: all 500ms ease;
}

.cta-three__icon-single:hover .cta-three__icon i {
	background-position: bottom;
}

.cta-three__icon-single:nth-child(2) .cta-three__icon i {
	background-image: linear-gradient(0deg, #388e3c 0%, #b6e66d 51%, #388e3c 100%);
}

.cta-three__icon-single h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}

.cta-three__text {
	margin-bottom: 53px;
}

.cta-three__text p {
	margin: 0;
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
	color: #8b7f9a;
}

.cta-three__btn {
	padding: 13px 57px;
	border-radius: 31px;
	font-size: 16px;
}

.cta-three__image {
	position: relative;
}

.cta-three__image::before {
	content: '';
	position: absolute;
	top: calc(41% - 261px);
	left: calc(50% - 261px);
	width: 522px;
	height: 522px;
	border-radius: 50%;
	background-image: linear-gradient(0deg, #ff5f5e 0%, #ffc52f 100%);
}

.cta-three__image img {
	position: relative;
	left: -48px;
	top: -88px;
	animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

/*--------------------------------------------------------------
## Call to Action Four
--------------------------------------------------------------*/

.cta-four {
	position: relative;
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #f4f0f9;
}

[class*=cta-four__bg-shape-] {
	position: absolute;
}

.cta-four__bg-shape-1 {
	top: 0;
	left: 44px;
	-webkit-animation-name: bubbleMover2;
	animation-name: bubbleMover2;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	animation-duration: 12s;
}

.cta-four__bg-shape-2 {
	top: 0;
	right: 0;
}

.cta-four .container {
	position: relative;
}

.cta-four__content .block-title {
	margin-bottom: 37px;
}

.cta-four__content .block-title h3 {
	letter-spacing: -.02em;
}

.cta-four__text {
	margin-bottom: 43px;
}

.cta-four__text p {
	margin: 0;
	color: #8b7f9a;
	font-size: 24px;
	line-height: 40px;
	font-weight: 500;
}

.cta-four__list {
	margin-bottom: 40px;
}

.cta-four__list li {
	color: #8b7f9a;
	position: relative;
	padding-left: 35px;
	font-weight: 600;
	font-size: 18px;
}

.cta-four__list li+li {
	margin-top: 4px;
}

.cta-four__list li>i {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 18px;
	background-image: linear-gradient(0deg, #1293c8 0%, #1fe4f2 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cta-four__btn {
	padding: 13px 57px;
	border-radius: 31px;
	font-size: 16px;
	background-image: linear-gradient(0deg, #ff5f5e 0%, #ffc52f 51%, #ff5f5e 100%);
}

.cta-four__images {
	display: inline-block;
}

.cta-four__images>img {
	border-radius: 15px;
	box-shadow: 0px 0px 60px 0px rgba(5, 5, 6, 0.1);
}


.cta-four__images>img+img {
	margin-top: 30px;
}


.cta-four__porgress__bar-wrap {
	margin-bottom: 60px;
}

.cta-four__porgress__bar+.cta-four__porgress__bar {
	margin-top: 10px;
}

.cta-four__porgress__bar-top {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.cta-four__porgress__bar-top h3 {
	font-size: 18px;
	font-weight: 700;
	color: var(--thm-black);
	margin: 0;
}

.cta-four__porgress__bar-top p {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: #8b7f9a;
}

.cta-four__porgress__bar-line {
	width: 100%;
	height: 8px;
	border-radius: 4px;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
}

.cta-four__porgress__bar-line span {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 4px;
	background-image: linear-gradient(90deg, #7b22b0 0%, #e867ff 100%);
}


/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/

.faq-one {
	padding-bottom: 120px;
	position: relative;
}



.faq-one .container {
	position: relative;
}


.faq-one .accrodion {
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border: 2px solid #eee;
	background-color: #f2f2f2;
	border-radius: 15px;
}


.faq-one .accrodion+.accrodion {
	margin-top: 10px;
}

.faq-one .accrodion.active {
	background-color: #fff;
}

.faq-one .accrodion.active .accrodion-inner {
	margin: 0 0px;
}

.faq-one .accrodion.active .accrodion-title {
	padding-bottom: 0;
}


.faq-one .accrodion .accrodion-inner {
	padding: 29.5px 0;
	border-radius: 0px ;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.faq-one .accrodion .accrodion-title {
	padding: 0px 40px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}



.faq-one .accrodion .accrodion-title:before {
	content: '\f067';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	font-size: 14px;
	color: #bc0017;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;

	-webkit-transition: all 500ms ease;

	transition: all 500ms ease;

}

.faq-one .accrodion .accrodion-title::after {
	content: '\f068';
	font-weight: 900;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	font-size: 14px;
	color: #bc0017;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;

	-webkit-transition: all 500ms ease;

	transition: all 500ms ease;

}

.faq-one .accrodion.active .accrodion-title::before {
	opacity: 0;
}

.faq-one .accrodion.active .accrodion-title::after {
	opacity: 1;
}

.faq-one .accrodion .accrodion-title h4 {
	margin: 0;
	color: #303030;
	font-size: 20px;
	font-weight: 700;
}



.faq-one .accrodion .accrodion-content .inner {
	padding: 0 40px;
	padding-top: 23px;
}

.faq-one .accrodion .accrodion-content p {
	margin: 0;
	color: #303030;
	font-size: 18px;
	line-height: 25px;
	text-align:justify;
	font-weight: 300;
}

.faq-one__post-filter {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 0;
	margin-bottom: 60px;
}

.faq-one__post-filter .thm-btn {
	border-radius: 26px;
	color: #fff;
}

.faq-one__post-filter .thm-btn+.thm-btn {
	margin-left: 10px;
}

.faq-one__post-filter .thm-btn.active {
	color: #fff;
}

.faq-one__post-filter .thm-btn:nth-child(2) {
	background-image: linear-gradient(0deg, #ff5f5e 0%, #ffc52f 51%, #ff5f5e 100%);
}

.faq-one__post-filter .thm-btn:nth-child(3) {
	background-image: linear-gradient(0deg, #7b22b0 0%, #e867ff 51%, #7b22b0 100%);
}

.faq-one__post-filter .thm-btn:nth-child(4) {
	background-image: linear-gradient(0deg, #388e3c 0%, #b6e66d 51%, #388e3c 100%);
}



/*--------------------------------------------------------------
# App shots
--------------------------------------------------------------*/


.app-shot-one {
	padding-top: 90px;
	padding-bottom: 170px;
	position: relative;
}


.app-shot-one .container-fluid {
	max-width: 1595px;
	width: 100%;
	position: relative;
}

.app-shot-one .app-shot-one__carousel {
	padding-top: 100.5px;
	padding-bottom: 100.5px;
	margin-top: -20px;
}

.app-shot-one .app-shot-one__carousel:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url(../images/app-shots/app-screen-moc6.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 305px;
	height: 651px;
	background-size: 100% auto;
	box-shadow: 0px 0px 60px 0px rgba(5, 5, 6, 0.05);
}

.page-id-1940 .app-shot-one .app-shot-one__carousel:before {
	background-image: url(../images/app-shots/app-screen-moc3-d.png);
}



.app-shot-one .app-shot-one__carousel .owl-dots {
	position: absolute;
	bottom: -60px;
	left: 0;
	text-align: center;
	z-index: 10;
	width: 100%;
}

.app-shot-one .app-shot-one__carousel .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	background-color: var(--thm-black);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0.2;
	margin: 0 5px;
	position: relative;
	-webkit-transition: opacity .4s ease, background .4s ease, -webkit-transform .4s ease;
	transition: opacity .4s ease, background .4s ease, -webkit-transform .4s ease;
	transition: transform .4s ease, opacity .4s ease, background .4s ease;
	transition: transform .4s ease, opacity .4s ease, background .4s ease, -webkit-transform .4s ease;
}

.app-shot-one .app-shot-one__carousel .owl-dots .owl-dot span::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	border-radius: 50%;
	z-index: 10;
	opacity: 0;
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
	background-image: linear-gradient(90deg, #7b22b0 0%, #e867ff 100%);
}

.app-shot-one .app-shot-one__carousel .owl-dots .owl-dot:hover span::before,
.app-shot-one .app-shot-one__carousel .owl-dots .owl-dot.active span::before {
	opacity: 1;
	-webkit-transform: scale(2);
	transform: scale(2);
}

.app-shot-one .app-shot-one__carousel .owl-dots .owl-dot:hover span,
.app-shot-one .app-shot-one__carousel .owl-dots .owl-dot.active span {
	opacity: 1;
}

.app-shot-one .owl-item img {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}


/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/

.funfact-one {
	position: relative;
	margin-top: -60px;
}

.funfact-one__single {
	margin-bottom: 30px;
	padding-top: 54px;
	padding-bottom: 54px;
	background-size: auto 200%;
	text-align: center;
	border-radius: 15px;
	background-position: top;
	background-image: linear-gradient(0deg, #1293c8 0%, #1fe4f2 51%, #1293c8 100%);
	transition: all 500ms ease;
	position: relative;
}

.funfact-one__single::before {
	content: '';
	width: 159px;
	height: 182px;
	opacity: 0.15;
	background-image: url(../images/shapes/funfact-shape-1-1.png);
	position: absolute;
	bottom: 0;
	right: 0;
	transform: perspective(200px) scaleX(0);
	-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
	opacity: 0;
	transform-origin: right;
}

.funfact-one__single:hover {
	background-position: bottom;
}

.funfact-one__single:hover::before {
	opacity: 0.15;
	transform: perspective(200px) scaleX(1);
}

.funfact-one__single h3 {
	margin: 0;
	color: #fff;
	font-weight: 800;
	font-size: 60px;
	line-height: 1em;
	margin-bottom: 17px;
	position: relative;
}

.funfact-one__single p {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	position: relative;
	line-height: 1em;
}

.funfact-one [class*=col-]:nth-child(2) .funfact-one__single {
	background-image: linear-gradient(0deg, #ff5f5e 0%, #ffc52f 51%, #ff5f5e 100%);
}

.funfact-one [class*=col-]:nth-child(3) .funfact-one__single {
	background-image: linear-gradient(0deg, #7b22b0 0%, #e867ff 51%, #7b22b0 100%);
}

.funfact-one [class*=col-]:nth-child(4) .funfact-one__single {
	background-image: linear-gradient(0deg, #388e3c 0%, #b6e66d 51%, #388e3c 100%);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/


.testimonials-one {
	background-color: #f4f0f9;
	padding: 120px 0;
	padding-bottom: 190px;
	position: relative;
}

.testimonials-one .container {
	position: relative;
}

.testimonials-one__bg-shape-1 {
	position: absolute;
	top: 50%;
	left: -140px;
	transform: translateY(-50%);
	animation-name: mapMover;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	transition: all .4s ease;
	transform-origin: center center;
}

.testimonials-one__bg-shape-2 {
	position: absolute;
	bottom: 0;
	right: 0;
}

@keyframes mapMover {
	0% {
		transform: translateY(-50%) translateX(0);
	}

	50% {
		transform: translateY(-55%) translateX(-20px);
	}

	100% {
		transform: translateY(-50%) translateX(0);
	}
}

.testimonials-one .block-title {
	margin-bottom: 35px;
}

.testimonials-one__single p {
	margin: 0;
	color: #8b7f9a;
	font-size: 24px;
	line-height: 46px;
}

.testimonials-one__single h3 {
	color: var(--thm-base);
	font-weight: 800;
	font-size: 20px;
	margin: 0;
	margin-top: 40px;
}

.testimonials-one__single span {
	font-size: 16px;
	font-weight: 600;
	color: #8b7f9a;
}

.testimonials-one .bx-wrapper {
	border: none;
	box-shadow: none;
	background-color: transparent;
	margin-bottom: 0;
}

.testimonials-one .bx-wrapper ul.slider {
	padding: 0;
	margin: 0;
}

.testimonials-one .bx-wrapper .bx-controls-direction {
	position: absolute;
	bottom: -10px;
	background-color: #f4f0f9;
	right: 0;
	display: flex;
	align-items: center;
}

.testimonials-one .bx-wrapper .bx-controls-direction a {
	text-indent: 0;
	background-image: none;
	font-size: 24px;
	position: relative;
	top: 0px;
	width: 62px;
	height: 62px;
	color: var(--thm-black);
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: all .4s ease;
	z-index: 91;
}

.testimonials-one .bx-wrapper .bx-controls-direction a:hover {
	opacity: 1;
	color: var(--thm-base);
}

.testimonials-one .bx-wrapper .bx-prev {
	left: 0px;
	margin-right: 25px;
}

.testimonials-one .bx-wrapper .bx-next {
	right: 0px;
}

#testimonials-slider-pager {
	width: 521px;
	height: 521px;
	border-radius: 50%;
	position: relative;
	animation-name: tesiMove;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	transition: all .4s ease;
	transform-origin: center center;
}

@keyframes tesiMove {
	0% {
		transform: rotate(0deg);
	}

	15% {
		transform: rotate(2deg);
	}

	33% {
		transform: rotate(4deg);
	}

	66% {
		transform: rotate(2deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

#testimonials-slider-pager:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 174px;
	height: 174px;
	border-radius: 50%;
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item {
	width: 71px;
	height: 71px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(1) {
	top: 110px;
	left: 32px;
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(2) {
	top: 110px;
	right: 32px;
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(3) {
	bottom: 110px;
	left: 32px;
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(4) {
	bottom: 110px;
	right: 32px;
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(5) {
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(6) {
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item>img {
	width: 100%;
	border-radius: 50%;
	transition: all .4s ease;
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item.active img {
	opacity: .75;
	transform: scale(0.95);
}

#testimonials-slider-pager .testimonials-slider-pager-two .pager-item {
	width: 163px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	opacity: 0;
	transition: all .4s ease;
}

#testimonials-slider-pager .testimonials-slider-pager-two .pager-item.active {
	opacity: 1;
	transform: translate(-50%, -50%) scale(0.95);
}

#testimonials-slider-pager .testimonials-slider-pager-two .pager-item>img {
	width: 100%;
	border-radius: 50%;
}

#testimonials-slider-pager .testimonials-slider-pager-two .pager-item::after {
	content: '';
	width: 77px;
	height: 63px;
	background-image: url(../images/shapes/testi-qoute-1-1.png);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}



/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/


.pricing-one {
	position: relative;
	padding-top: 120px;
	padding-bottom: 90px;
}


.pricing-one .animated {
	-webkit-animation-duration: 1500ms;
	animation-duration: 1500ms;
}


.pricing-one__single {
	text-align: center;
	box-shadow: 0px 10px 60px 0px rgba(45, 1, 100, 0.1);
	border-radius: 15px;
	background-color: #fff;
	position: relative;
	margin-bottom: 30px;
}



.pricing-one__single::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 15px;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	transform-origin: left;
	-webkit-transition: -webkit-transform 500ms ease;
	background-color: #3f1474;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.pricing-one [class*=col-]:nth-child(2) .pricing-one__single::before,
.pricing-one__single:hover::before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transform-origin: right;
}


.pricing-one__inner {
	position: relative;
	overflow: hidden;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.pricing-one__single h3 {
	margin: 0;
	color: var(--thm-base);
	font-size: 60px;
	font-weight: 800;
	position: relative;
	line-height: 1em;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.pricing-one [class*=col-]:nth-child(2) .pricing-one__single h3,
.pricing-one__single:hover h3 {
	color: #fff;
}

.pricing-one__single p {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	color: var(--thm-black);
	position: relative;
	margin-bottom: 5px;
	line-height: 1em;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.pricing-one [class*=col-]:nth-child(2) .pricing-one__single p,
.pricing-one__single:hover p {
	color: #c3afdd;
}


.pricing-one__list {
	margin-bottom: 0;
	position: relative;
	border-top: 1px solid #f4f0f9;
	padding-bottom: 55px;
	padding-top: 55px;
	margin-top: 60px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.pricing-one [class*=col-]:nth-child(2) .pricing-one__list,
.pricing-one__single:hover .pricing-one__list {
	border-color: #53268a;
}

.pricing-one__list li {
	line-height: 1em;
	font-size: 18px;
	font-weight: 600;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #8b7f9a;
}

.pricing-one [class*=col-]:nth-child(2) .pricing-one__list li,
.pricing-one__single:hover .pricing-one__list li {
	color: #c3afdd;
}

.pricing-one__list li i {
	color: var(--thm-base);
	font-size: 14px;
	margin-right: 10px;
}

.pricing-one__list li+li {
	margin-top: 24px;
}


.pricing-one__inner::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 302px;
	height: 304px;
	background-image: url(../images/shapes/pricing-shape-1-1.png);
	transform: perspective(600px) scaleX(0);
	-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
	transform-origin: left;
	opacity: 0;
}

.pricing-one [class*=col-]:nth-child(2) .pricing-one__inner::before,
.pricing-one__single:hover .pricing-one__inner::before {
	transform: perspective(600px) scaleX(1);
	transform-origin: right;
	opacity: 1;
}

.pricing-one__inner>i {
	font-size: 64px;
	background-image: linear-gradient(90deg, #1293c8 0%, #1fe4f2 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 20px;
	display: block;
}

.pricing-one [class*=col-]:nth-child(2) .pricing-one__inner>i {
	background-image: linear-gradient(90deg, #ff5f5e 0%, #ffc52f 100%);
}

.pricing-one [class*=col-]:nth-child(3) .pricing-one__inner>i {
	background-image: linear-gradient(90deg, #388e3c 0%, #b6e66d 100%);
}

.pricing-one__btn {
	padding: 13px 57px;
	border-radius: 31px;
	font-size: 16px;
	background-image: linear-gradient(0deg, #ff5f5e 0%, #ffc52f 51%, #ff5f5e 100%);
}




.pricing-one .block-title {
	margin-bottom: 40px;
}

.pricing-one .switch {
	position: relative;
	display: inline-block;
	width: 79px;
	height: 36px;
	vertical-align: middle;
	margin: 0;
}

.pricing-one .switch input {
	display: none;
}

.pricing-one .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: .4s;
	transition: .4s;
	background-image: linear-gradient(90deg, #7b22b0 0%, #e867ff 100%);
}


.pricing-one .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 6px;
	bottom: 6px;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
}



.pricing-one .switch.off .slider:before {
	-webkit-transform: translateX(42px);
	transform: translateX(42px);
}

.pricing-one .slider.round {
	border-radius: 34px;
}

.pricing-one .slider.round:before {
	border-radius: 50%;
}

.pricing-one ul.switch-toggler-list {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin-bottom: 60px;
}

.pricing-one ul.switch-toggler-list li a {
	font-size: 18px;
	font-weight: 600;
	color: #737789;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
}

.pricing-one ul.switch-toggler-list li.active a {
	color: var(--thm-black);
}


/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/


.video-one__box {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
	background-color: #ff864c;
	background-blend-mode: soft-light;
	border-radius: 15px;
	text-align: center;
}

.video-one__content {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 197px;
	padding-bottom: 186px;
}

.video-one__content::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ff864c;
	opacity: 0.4;
}


.video-one__content h3 {
	font-weight: 800;
	color: #fff;
	font-size: 65px;
	margin: 0;
	position: relative;
}

.video-one__content .video-popup {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: var(--thm-black);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 18px;
	position: relative;
	margin-bottom: 40px;
}



.video-one__content .video-popup::before {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 2px solid #fff;
	opacity: .4;
	top: calc(50% - 60px);
	left: calc(50% - 60px);
	-webkit-animation: videoBtnAnim 3s ease-in infinite;
	animation: videoBtnAnim 3s ease-in infinite;
}

.video-one__content .video-popup::after {
	content: '';
	position: absolute;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: 2px solid #fff;
	opacity: .15;
	top: calc(50% - 80px);
	left: calc(50% - 80px);
	-webkit-animation: videoBtnAnim 5s ease-in-out infinite;
	animation: videoBtnAnim 5s ease-in-out infinite;
}

@keyframes videoBtnAnim {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	25% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	75% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/

.brand-one {
	border-bottom: 2px solid #f4f0f9;
	padding-top: 117px;
	padding-bottom: 117px;
}

.brand-one img {
	opacity: 0.3;
	transition: all 500ms ease;
}

.brand-one img:hover {
	opacity: 0.6;
}

/*--------------------------------------------------------------
# Service One
--------------------------------------------------------------*/

.service-one {
	padding-bottom: 90px;
	padding-top: 120px;
}

.service-one__single {
	margin-bottom: 30px;
	padding: 40px;
	padding-top: 36px;
	border-radius: 15px;
	
	box-shadow: 0px 10px 60px 0px rgba(45, 1, 100, 0.1);
	transition: all 500ms ease;
	position: relative;
	
	background: linear-gradient(to right, #303030 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: bottom right;
  transition: all .7s ease-out;
	
}




.service-one__single:hover {
	 background-position: bottom left;
}

.service-one__single p {
	margin: 0;
}

.service-one__icon {
	height: 98px;
	width: 98px;
	background-size: auto 200%;
	background-position: top;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #303030;
	position: relative;
}



.service-one__icon {
	background-position: bottom;
}

.service-one__icon i {
	font-size: 60px;
	color: #fff;
}

.service-one__single h3 {
	font-size: 22px;
	font-weight: 800;
	color: var(--thm-black);
	margin: 0;
	margin-bottom: 28px;
	transition: all 500ms ease;
	position: relative;
}
.service-one__single:hover .service-one__icon{
	background-color: #ffff;
}
.service-one__single:hover .service-one__icon>i{
	color:#303030;
}
.service-one__single:hover h3 {
	color: #ffffff;
}

.service-one__single p {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #8b7f9a;
	margin-bottom: 23px;
	transition: all 500ms ease;
	position: relative;
}

.service-one__single:hover p {
	color: #fff;
}

    	.dwi_h{
             font-weight:bold; 
             font-size:50px; 
             font-weight:bold; 
             color:#000;
        }
        #dwi_s{
        	margin-top:-14px;
            font-size:22px;
            font-weight:noraml;
            word-spacing: 3px;
			margin-left:5px;
        }
        #dwi_p{
        	margin-top:25px;
            width:85%;
        }
        #dwi_btn{
        	width:250px;
            background-color:#fff;
            border:solid 3px #e24747;
            padding:10px;
            border-radius:5px;
            color:#e24747;
        }
        #dwi_btn:hover{
        	background-color:#e24747;
            color:#ffff;
        }





/* Heade Sliding */
.sentence{
	text-align:center !important;
	font-size:100px;
	color:#fff;
	font-weight:bold;
	font-family: 'Lato', sans-serif;
	margin-left:-5px;
}

/*Vertical Sliding*/
.slidingVertical{
  display: inline;
  text-indent: 8px;
}
.slidingVertical span{
   animation: topToBottom 15.5s linear infinite 0s;
  -ms-animation: topToBottom 15.5s linear infinite 0s;
  -webkit-animation: topToBottom 15.5s linear infinite 0s;
  color: #fff;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}
.slidingVertical span:nth-child(2){
  animation-delay: 3.8s;
  -ms-animation-delay: 3.8s;
  -webkit-animation-delay: 3.8s;
}
.slidingVertical span:nth-child(3){
  animation-delay: 7.7s;
  -ms-animation-delay: 7.7s;
  -webkit-animation-delay: 7.7s;
}
.slidingVertical span:nth-child(4){
  animation-delay: 11.4s;
  -ms-animation-delay:11.4s;
  -webkit-animation-delay: 11.4s;
}
.slidingVertical span:nth-child(5){
  animation-delay: 15.2s;
  -ms-animation-delay:15.2s;
  -webkit-animation-delay:15.2s;
}
/*topToBottom Animation*/
@-moz-keyframes topToBottom{
  0% { opacity: 0; }
  5% { opacity: 0; -moz-transform: translateY(-50px); }
  10% { opacity: 1; -moz-transform: translateY(0px); }
  25% { opacity: 1; -moz-transform: translateY(0px); }
  30% { opacity: 0; -moz-transform: translateY(50px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
  0% { opacity: 0; }
  5% { opacity: 0; -webkit-transform: translateY(-50px); }
  10% { opacity: 1; -webkit-transform: translateY(0px); }
  25% { opacity: 1; -webkit-transform: translateY(0px); }
  30% { opacity: 0; -webkit-transform: translateY(50px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
  0% { opacity: 0; }
  5% { opacity: 0; -ms-transform: translateY(-50px); }
  10% { opacity: 1; -ms-transform: translateY(0px); }
  25% { opacity: 1; -ms-transform: translateY(0px); }
  30% { opacity: 0; -ms-transform: translateY(50px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}
.search_btn{
	color:#bc0017;
	font-size:30px;
	align-self: center;
}
.search_icon_white
{
    color: white !important;
}

#box_img2{
	opacity:1;
	width:70%;
	height:auto;
	margin-left:10px;
	margin-top:10px !important;
}
.box_img{
	border:solid 1px #303030;
	border-radius:20px;
}

#box_h3{
	color:#000;
	text-align:center;
	margin-top:20px;
	margin-left:10px;
	font-size:22px;
	font-weight:bold;
}

.box:hover{
	border-radius:20px;
}
.box:hover #box_img2{
	width:85%;
}

.box {
  position: relative;
  max-width: auto;
  width: 200px;
  height: 260px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.1);
  margin-left:10px;
  margin-right:10px;
  margin-top:10px;
  margin-bottom:10px;
}

/* common */
.ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid darkred;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 173px;
  padding: 7px 0;
  background-color: #bc0017;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 12px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}
/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

#table{
	padding:40px;
	background-color:#fff;
	margin-top:-80px;
}
.selectpicker{
	background-color:#fff !important;
}


.box_footer{
	background-color:#ffff;
	margin-top:10px;
	border-radius:10px;
	box-shadow: 0 2px 6px rgba(0,0,0,.1);
	padding:10px;
	height:100%;
}

#box_left{
		float:left;
		width:25%;
		border-right:solid 4px #eee;
		margin-top:25px;
		margin-bottom:15px;	
		text-align:center;
}
#box_left i{
	font-size:60px;
	color:#bc0017;
}
#box_right{
	float:right;
	width:75%;
	text-align:left;
}
#box_right h3{
	margin-left:20px;
	margin-top:10px;
	color:#303030;
	font-size:25px;
	font-weight:bold;
}
#box_right p{
	margin-left:22px;
	font-size:18px;
	line-height:25px;
	color:gray;
	width:93%;
}



.my-custom-scrollbar {
position: relative;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}



/*---###########---- All Domain Category css -----#####------*/
 /* ################ main body boxes, images and hove*/
.container-1 {
  position: relative;
  width: 100%;
  margin-top:15px;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.image {
  display: block;
  width: 100%;
  height: 310px;
}
.container-1:hover > .centered_text {
    display:none;
    transition: .5s ease;
}
            
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #303030;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
  opacity:0.9;
}

.container-1:hover .overlay {
  width: 100%;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
#h2{
    text-align:center; 
    color:#BC0017;
	margin-top:10px;
	font-size:22px;
}
#p{
    text-align:center; 
    margin-left:20px;
    margin-right:20px;
    font-size:16px;
	line-height:28px;
}
#a{
    text-align:center;
    background-color:#303030;
    border:solid 2px #BC0017;
    padding:10px;
    font-size:14px;
    border-radius:20px;
}
#a:hover{
    text-align:center;
    background-color:#BC0017;
    border:solid 2px #303030;
    padding:10px;
    font-size:14px;
    border-radius:20px;
    color:#fff;
}
.centered_text {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color:#303030;
    opacity:0.8;
    width:100%;
    color:#fff;
    text-align:center;
    font-size:16px;
    font-weight:bold;
    padding:5px;
}


/********** Shared Hosting Page Start ***********/

.banner-box-wrapper
{
    margin-top: 20px;
}
.banner-box-wrapper > div
{
    padding: 10px 5px;
    border: 1px solid #dee2e6!important;
    border-radius: 5px;
    height: 100%;
}
.banner-box-wrapper > div > p
{
    color: white;
    font-size: 15px;
    margin-bottom: 0px;
}
.sh-host-price-plan
{
    text-align: center;
    padding-top: 80px;
}
.center-text-strap
{
    width: 90px;
    background-color: #bc0017;
    border: 2px solid;
    display: block;
    color: #bc0017;
    margin: 0 auto;
    border-radius: 10px;
}
.sh-hosting-btn-wrapper
{
    margin-top: 80px;
    display: flex;
}
.sh-hostings-type-wrapper
{
    text-align: center;
    margin-bottom: 80px;
}
.sh-hosting-btn
{
    cursor: pointer;
    box-shadow: 0px 0 25px 0 rgb(210 211 212 / 70%);
    border-radius: 40px;
    padding: 10px;
    flex-grow: 1;
}
.sh-hosting-btn > span
{
    vertical-align: middle;
}
.sh-hosting-btn > i
{
    vertical-align: middle;
}
.sh-hosting-btn > span
{
    margin-left: 10px;
}
.active-sh-hosting-btn
{
    box-shadow: 0px 0 25px 0 rgb(236 188 188) !important;
    background-color: #303030;
}
.active-sh-hosting-btn > i, .active-sh-hosting-btn > span
{
    color: white;
}
.unman-host-col-wrapper > div
{
    box-shadow: 0px 5px 0 0px rgb(222 222 248 / 50%), 0 5px 25px 0 rgb(222 222 248 / 90%);
    padding: 50px 0px;
    border-radius: 5px;
}
.unman-host-col-wrapper > div > span:nth-child(2)
{
    font-size: 65px;
    color: #bc0017;
}

.unman-host-col-wrapper > div > span:nth-child(4)
{
    display: block;
}
.unman-host-col-wrapper > div > span:last-of-type
{
    margin: 60px 0px 30px 0px;
    color: #2f0000;
    font-size: 22px;
    display: block;
}
.unman-host-col-wrapper > div > p
{
    margin-bottom: 0px;
    font-size: 16px;
}
.unman-host-col-wrapper > div > a
{
    display: block;
    max-width: 150px;
    margin: 60px auto 0px auto;
    background-color: #bc0017;
    color: white;
    border-radius: 40px;
    padding: 5px;
}
.unman-host-col-wrapper > div > a:hover
{
    background-color: #900819;
}
.unman-host-col-wrapper > div > a > i
{
    margin-right: 8px;
}
.host-price-plan-wrapper
{
    display: none;
    text-align: center;
    margin-top: 80px;
}
.head-to-head-comp-wrapper
{
    padding-top: 100px;
}
.head-to-head-comp-wrapper > div > h2
{
    text-align: center;
}
.head-to-head-table-wrapper
{
    margin-top: 40px;
    padding: 50px 40px;
    box-shadow: 0px 5px 0 0px rgb(222 222 248 / 50%), 0 5px 25px 0 rgb(222 222 248 / 90%);
    overflow: auto;
    text-align: left;
    border-radius: 10px;
}
.head-to-head-table-wrapper > .table-striped tbody tr:nth-of-type(odd)
{
    background-color: rgb(64 105 156 / 5%);
}
.table-striped > tbody > tr > td > a
{
    display: block;
    text-align: center;
    padding: 7px;
    max-width: 150px;
    background-color: #bc0017;
    color: white;
    border-radius: 40px;
}
.why-domwalay-wrapper
{
    text-align: center;
    padding-bottom: 80px;
}
.sh-service-feat-wrapper
{
    margin-top: 80px;
}
.sh-service-feat-wrapper > div
{
    box-shadow: 0px 5px 0 0px rgb(222 222 248 / 50%), 0 5px 25px 0 rgb(222 222 248 / 90%);
    padding: 60px 35px;
    border-radius: 5px;
}
.sh-service-feat-wrapper > div > i
{
    font-size: 90px;
    margin: 40px 0px;
}
.sh-service-feat-wrapper > div > p
{
    margin-bottom: 0px;
}
.sh-advance-options-wrapper
{
    text-align: center;
    margin-top: 80px;
}

/*********** Shared Hosting Page End ************/


/************ Reseller Hosting Start ************/

.faqs-wrapper
{
    text-align: center;
}
.faq-wrapper
{
    margin-top: 25px;
    border-radius: 5px;
    box-shadow: 1px 5px 16px -5px rgb(0 0 0 / 40%);
    text-align: left;
}
.faq
{
    background-color: #303030;
    color: white;
    padding: 10px 30px;
    cursor: pointer;
    border-radius: 5px 5px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq > p
{
    margin-bottom: 0px;
    display: inline-block;
}
i.fa-caret-down
{
    transition: all 0.4s ease;
}
.rotate-dropdown
{
    transform: rotate(180deg);
}
.faq-ans
{
    padding: 30px;
    transition: height 0.5s ease-in-out;
}

/************ Reseller Hosting End ************/


/************ SSL Certificate Start ************/

.ssl-certificate-head-wrapper > div > p
{
    color: white;
    max-width: 700px;
    text-align: center;
    margin: 20px auto 0px auto;
    line-height: 1.4;
}
.ssl-certificate-head-wrapper > div:last-child > p
{
    max-width: 1100px;
    border: 1px solid #dee2e6;
    padding: 15px 10px;
    border-radius: 11px;
}
.valid-levels-wrapper
{
    text-align: center;
    padding: 80px 0px;
}
.valid-level-wrapper
{
    background-color: white;
    padding: 25px 20px;
    border-radius: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.valid-level-wrapper > h4
{
    margin-bottom: 0px;
}
.valid-level-wrapper > img
{
    margin: 30px 0px;
}
.valid-level-wrapper > h5, .valid-level-wrapper > p
{
    color: #6c757d;
}
.valid-level-wrapper > input
{
    background-color: #bc0017;
    color: white;
    padding: 7px 40px;
    margin-top: 10px;
}
.valid-level-wrapper > a
{
    display: block;
    max-width: 150px;
    margin: auto auto 0px auto;
    background-color: #bc0017;
    color: white;
    border-radius: 40px;
    padding: 5px 15px;
}
.valid-level-wrapper > a:hover
{
    background-color: #900819;
}
.valid-level-wrapper > a > i
{
    margin-right: 8px;
}
.ssl-valid-opt-wrapper
{
    background-color: #151515;
    overflow: auto;
    padding-top: 20px;
}
.ssl-valid-opt-container
{
    display: flex;
    text-align: center;
    margin: 0 auto;
    color: white;
    max-width: 1200px;
    padding: 0px 15px;
    min-width: 900px;
}
.ssl-valid-tab
{
    flex-grow: 1;
    cursor: pointer;
    padding: 4px 0px;
    border-radius: 4px 4px 0px 0px;
    margin-right: 2px;
}
.ssl-valid-tab:last-child
{
    margin-right: 0px;
}
.ssl-valid-tab:hover
{
    background-color: white;
    color: #303030;
}
.ssl-valid-active-tab
{
    background-color: white;
    color: #303030;
}
.ssl-valid-tab-desc-wrapper
{
    padding: 60px 0px;
}
.ssl-valid-tab-desc-wrapper p
{
    text-align: justify;
}
.ssl-valid-tab-desc-wrapper h2
{
    font-weight: bold;
}
.ssl-valid-tab-desc-wrapper h4
{
    margin-top: 30px;
}
.cert-pricing-wrapper
{
    text-align: center;
    margin-top: 80px;
    color: white;
}
.quick_ssl_finder-wrapper
{
    text-align: center;
    padding-top: 40px;
    box-shadow: 1px 1px 6px 0px rgb(0 0 0 / 60%);
    border-radius: 10px;
    margin: 40px auto 80px auto;
    position: relative;
}
.ssl-val-table-reset-wrapper
{
    margin-top: 0px;
    flex-wrap: wrap;
}
.ssl-val-table-reset-wrapper > h2
{
    flex-grow: 2;
    margin-bottom: 0px;
}
.ssl-val-table-reset
{
    margin-right: 0px !important;
    margin-top: 0px !important;
    position: absolute;
    right: 0px;
}
.ssl-filter
{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    flex-wrap: wrap;
}
.ssl-filter > div, .ssl-val-table-reset
{
    margin-right: 10px;
    margin-top: 15px;
    color: #303030;
    padding: 0px 14px;
    border-radius: 10px;
    border: solid 1px #eee;
    box-shadow: 0 5px 6px -6px #777;
    cursor: pointer;
}
.ssl-filter > div:hover
{
    background-color: #bc0017;
    color: white;
}
.ssl-filter > p
{
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 0px;
    display: flex;
    align-self: center;
}
.active-ssl-filter
{
    background-color: #bc0017;
    color: white !important;
}
.ssl-finder-table-wrapper
{
    margin-top: 50px;
    overflow: auto;
}
.ssl-finder-table-wrapper > table
{
    min-width: 1160px;
}
.ssl-finder-table-wrapper > table > tbody > tr > td:first-child
{
    text-align: left;
}
.ssl-finder-table-wrapper > table > tbody > tr > td:last-child > a
{
    background-color: #bc0017;
    color: white;
    padding: 8px 15px;
    border-radius: 25px;
}
.ssl-finder-table-wrapper > table > tbody > tr > td:last-child > a:hover
{
    background-color: #900819;
}
.thead-danger
{
    background-color: #bc0017;
    color: white;
}
.impr-srch-head-wrapper
{
    padding: 80px 0px;
}
.impr-srch-head-wrapper h2
{
    text-align: center;
}
.impr-srch-head-wrapper p
{
    text-align: justify;
    margin-top: 25px;
}
.seo-columns-wrapper
{
    margin-top: 25px;
}
.seo-columns-wrapper > div
{
    text-align: center;
    background-color: white;
    padding: 20px;
    height: 100%;
    box-shadow: 2px 2px 8px -3px rgb(191 191 191);
    border-radius: 3px;
}
.seo-columns-wrapper > div > i
{
    font-size: 40px;
}
.seo-columns-wrapper > div > p
{
    margin-bottom: 0px;
    text-align: center;
}
.upg-to-ssl-head-wrapper
{
    padding: 80px 0px;
}
.upg-to-ssl-head-wrapper > p
{
    text-align: justify;
}
.ssl-type-banner-wrapper
{
    margin-top: 25px;
}
.ssl-type-banner-wrapper > div
{
    padding: 20px 30px;
    background-color: #f1f1f1;
    border-radius: 5px;
    text-align: center;
}
.ssl-certf-faq-wrapper
{
    padding: 80px 0px;
    text-align: center;
}

/************ SSL Certificate Start ************/


@media(max-width: 1510px) {
	.main-nav__main-navigation .main-nav__navigation-box {
		margin-left: 75px;
	}
}
@media(max-width: 1470px) {
	.site-header-one .container-fluid {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media(max-width: 1440px) {
	.main-nav__main-navigation .main-nav__navigation-box > li + li {
		margin-left: 40px;
	}
	.app-shot-one .app-shot-one__carousel:before {
		-webkit-transform: translate(-50%, -49%) scaleY(0.95);
		transform: translate(-50%, -49%) scaleY(0.95);
	}
}
@media(max-width: 1360px) {
	.main-nav__main-navigation .main-nav__navigation-box {
		margin-left: 30px;
	}
	.site-header-one .container-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 1280px) {
	.app-shot-one .app-shot-one__carousel:before {
		-webkit-transform: translate(-50%, -49%) scale(0.8);
		transform: translate(-50%, -49%) scale(0.8);
	}
}
@media (min-width: 1250px)
{
	.main-nav-container
	{
	    display:flex;
	    justify-content: space-between;
	}
	.site-header-one__logo
	{
	    align-self: center;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
	.footer-widget__links {
		margin-left: -30px;
	}

	.footer-widget__contact {
		margin-left: -60px;
	}
	.descr-dom-price > table
	{
	    margin-right: 40px;
	}
}
@media (max-width: 1199px) {
	.sidebar__single:not(.sidebar__search) {
		padding: 30px;
	}
}
@media (max-width: 991px) {
	.sidebar {
		margin-top: 50px;
	}
	.descr-dom-flag
	{
	    border-right: none;
	    border-bottom: 2px solid #0000008a;
	    padding-bottom: 50px;
	}
	.descr-dom
	{
	    margin-top: 80px;
	}
	.descr-dom-price
	{
	    margin-top: 80px;
	}
	.tab-defin-descr
	{
	    margin-top: 50px;
	}
	.establish-domain:first-child
    {
        border: none;
        border-bottom: 3px solid #c5d5dc;;
    }
}
@media(max-width: 575px) {
	.side-menu__block-inner {
		max-width: 480px;
	}
	.spec-Offer-Box p
	{
	    margin-left: 0px;
	}
	.establish-domain
	{
	    margin-top: 45px;
	}
	.side-menu__top,
	.side-menu__content,
	.mobile-nav__container {
		padding-left: 50px;
		padding-right: 50px;
	}

	.side-menu__sep {
		margin-top: 40px;
		margin-bottom: 40px;
		width: calc(100% - 100px);
	}
    .content-area
    {
        padding: 25px;
    }
}
@media(max-width: 504px)
{
    #tbl-periods
    {
        margin-top: 15px;
    }
}
@media(max-width: 480px) {
	.side-menu__block-inner {
		max-width: 400px;
	}
	.side-menu__top,
	.side-menu__content,
	.mobile-nav__container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.side-menu__sep {
		width: calc(100% - 50px);
	}

	.side-menu__social {
		margin-top: 40px;
	}
}
@media all and (max-width: 479px) {
    .sentence {
		font-size:35px; 
		margin-left:-100px;
	}
	#search_domain{
		padding:10px 10px;
		height:1cm;
	}
}
@media (max-width: 375px) {
	.faq-one .accrodion .accrodion-title {
		padding-right: 50px;
	}
	.side-menu__block-inner {
		max-width: 300px;
	}
	.faq-one .accrodion .accrodion-title h4 {
		line-height: 1.4em;
	}
}