
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,900&display=swap');

/*
========================
Header area start
========================
*/

body {	
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #333333;	
}

a:hover,
a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white; 
    background: #d02d14;
}

::-webkit-selection {
    color: white; 
    background: #d02d14;
}

::-moz-selection {
    color: white; 
    background: #d02d14;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}

h2 {
    font-weight: 900;
    margin: 0;
}

.top-header {
    text-align: right;
    padding: 10px 0;
}

.top-header a {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.top-header a:last-of-type  {
    padding-left: 10px;
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.logo-area img {
    max-width: 200px;
}

.nav-items {
    position: relative;
}

.nav-items ul {
    display: flex;
    align-items: center;
}

.nav-items ul li {
    padding-left: 60px;
}

.nav-items ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin: 0;
    display: inline-block;
    transition: 0.2s;
}

.nav-items ul li:nth-child(5) a {
    padding: 10px 25px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 700;
    background: linear-gradient(90deg, #d02d14 0%, #fe583e 100%);
}

.mega-menu {
    position: absolute;
    margin: 14px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    padding: 20px 30px;
    top: 70px;
    border-radius: 10px;
    left: -100px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 0.4s;
}

.mega-menu2 {
    width: 50%;
    left: 200px;
}

.mega-menu3 {
    left: 100px;
}

.mega-menu-content {
    display: flex;align-items: center;
}

.mega-menu-img img {
    max-width: 75px;
}

.megamenu-right {
    padding-left: 20px;
}

.mega-menu .megamenu-right h2 a {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.megamenu-right p {
    font-size: 14px;
}

.nav-items ul>li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    top: 50px
}

.menu-bar {
    padding-right: 10px;
    cursor: pointer;
}

.menu-bar i {
    font-size: 25px;
    color: #d02d14;
}

.menu-right-icon {
    display: flex;
    align-items: center;
    display: none;
}

.addtocart {
    padding-right: 20px;
}

.addtocart i {
    font-size: 25px;
    color: #000000;
}

.slide-nav h2 a {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    cursor: pointer;
}

.slide-nav {
    padding-bottom: 20px;
}

.slide-nav-inner {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
}

.slide-nav-content h2 a {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: #000000;
}

.slide-nav h2 {
    display: inline-block;
}

.slide-nav-img img {
    max-width: 100px;
}

.slide-nav-content {
    padding-left: 10px;
}

.offcanvas-body {

}

.slide-nav-wrapper {
    display: none;
}

.open {
    display: block;
}

.hero-area-main {
 
}

.hero-area {
    background-image: url('images/web-banner.svg');
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 150px;
}

.hero-content-left h2 {
    font-size: 56px;
    color: #F69F75;
    margin: 0;
    font-weight: 800;
}

.hero-content-left {
    padding-top: 80px;
}

.hero-content-left p {
    font-size: 18px;
    font-weight: 400;
    color: #E6E0E8;
    margin: 0;
}

.hero-content-left p a {
    color: #E6E0E8;
    font-weight: 900;
}

.hero-content-left p:first-of-type {
    margin: 30px 0 20px;
}

.hero-area-btn {
    padding-top: 10px;
}

.hero-area-btn a {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    background-color: #d02d14;
    color: #F8F6FB;
    padding: 12px 30px;
    transition: 0.2s;
    border-radius: 3px;
}

.hero-area-btn a:hover {
    opacity: 0.8;
}

.hero-area-btn p {
    font-size: 12px;
    padding-left: 20px;
    padding-top: 7px;
    padding-bottom: 50px;
    margin: 0 !important;
}

.hero-area-btn p span {
    font-weight: 700;
}

.hosting-plan-area {
    padding: 90px 0;
}

.hosting-plan-title h2 {
    font-size: 42px;
    margin: 0 0 10px;
}

.hosting-plan-title p {
    font-size: 18px;
    font-weight: 300;
    color: #524972;
    margin: 0 0 60px;
}

.hosting-plan-main {
    margin-bottom: 50px;
}

.hosting-plan-img img {
    max-width: 100px;
}

.hosting-plan-content h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    margin: 15px 0;
}

.hosting-plan-content p {
    font-size: 15px;
    color: #524972;
    font-weight: 300;
    margin: 0 0 7px;
}

.hosting-plan-content h2 {
    font-size: 38px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 10px;
    
}

.hosting-plan-content h2 span {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}

.hosting-plan-content a {
    font-size: 17px;
    font-weight: 600;
    color:#000000;
    transition: 0.2s;
}

.hosting-plan-content a:hover {
    opacity: 0.8;
}

.whyus-area {
    padding: 0 0 60px;
}

.whyus-title h2 {
    font-size: 42px;
    font-weight: 800;
    margin: 0 0 70px;
}

.why-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 90px;
}

.why-nav ul li {
    padding: 0 30px;
}

.why-nav ul li a {
    font-size: 20px;
    font-weight: 600;
    color:#000000;
    display: inline-block;
    border-bottom: 2px solid #ffffff;
}

.whyus-area .tab-links li.active a, .tab-links li.active a:hover {
    color: #fe583e;
    border-color: #fe583e;
}

.support-left h2 {
    font-size: 32px;
    font-weight: 800;
    color:#000000;
    margin: 0;
}

.support-left p {
    font-size: 15px;
    font-weight: 300;
    color: #524972;
    margin: 25px 0;
}

.support-left h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 0;
}

.support-left a {
    font-size: 17px;
    font-weight: 600;
    color:#d02d14;
    display: inline-block;
    transition: 0.2s;
}

.support-left a:hover {
    opacity: 0.8;
}

.whyus-area .tab {
    display: none;
}

.whyus-area .active {
    display: block;
}

.our-rated-area {
    padding: 50px 0 80px;
}

.our-rated-title h2 img {
    max-width: 150px;
}

.our-rated-title h2 span {
    font-size: 17px;
    font-weight: 300;
    color: #524972;
}

.our-rated-title h2 {
    font-size: 17px;
    font-weight: 800;
}

.our-rated-area .star-area {
    padding: 12px 0;
}

.our-rated-area .star-area span i {
    width: 35px;
    height: 35px;
    background-color: #fe583e;
    color: #ffffff;
    font-size: 20px;
    line-height: 35px;
}

.see-reviwe p {
    font-size: 13px;
    font-weight: 300;
    color: #000000;
    margin: 0;
}

.see-reviwe p span {
    font-weight: 600;
}

.see-reviwe p a {
    font-weight: 800;
    color: #000000;
}

.see-reviwe p a i {
    color:#d02d14;
}

.website-migration-area {
    padding: 70px 0;
    background: linear-gradient(90deg,#f0eef9 .21%,#efedf5 36.63%,#fdfdff 90.75%);
}

.website-migration-title h2 {
    font-size: 44px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 50px;
}

.migration-right h2 {
    font-size: 32px;
    font-weight: 800;
    color:#000000;
    margin: 0;
}

.migration-right p {
    font-size: 17px;
    font-weight: 300;
    color: #524972;
    margin: 25px 0;
}

.migration-inner-left .migration-icon i {
    font-size: 25px;
    color:#fe583e;
}

.migration-inner-content h2 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin: 15px 0;
}

.migration-inner-content p {
    font-size: 15px;
    font-weight: 300;
    color: #524972;
    margin: 0;
}

.migration-inner-left {
    margin-bottom: 25px;
}

.our-customer-area {
    padding: 50px 0;
}

.our-customer-title h2 {
    font-size: 44px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 15px;
}

.our-customer-title p {
    font-size: 20px;
    font-weight: 300;
    color: #524972;
    margin: 0 0 80px;
}

.reviwe-content-wrapper {
    background: linear-gradient(90deg, #d02d14 0%, #fe583e 100%);
    padding: 50px;
    min-height: 500px;
}

.twitter-icon i {
    font-size: 32px;
    color: #ffffff;
}

.twitter-icon {
    padding-bottom: 20px;
}

.reviwe-img {
    width: 80px;
    margin: 0 auto;
}

.reviwe-img img {
    border-radius: 50%;
}

.reviwe-content h2 {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    margin: 10px 0;
}

.reviwe-content span  {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    display: inline-block;
}

.reviwe-content p {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

.reviwe-content p a {
    font-weight: 700;
    color: #ffffff;
}

.main-content {
    position: relative;
}

.main-content .owl-theme .custom-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}

.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
    position: absolute;   
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
    font-size: 30px;
    color: #ffffff;
}

.main-content .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.main-content .owl-theme .custom-nav .owl-next {
    right: 0;
}

.main-content .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background-color: #FB8A7E;
}

.main-content .owl-theme .owl-dots .owl-dot.active span {
    background: linear-gradient(90deg, #d02d14 0%, #fe583e 100%);
    width: 40px;
}

.main-content .owl-theme .owl-dots {
    margin-top: 30px;
}

.need-even-area {
    padding: 50px 0 100px;
}

.need-even-title h2 {
    font-size: 44px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 20px;
}

.need-even-title p {
    font-size: 20px;
    font-weight: 300;
    color: #524972;
    margin: 0 0 50px;
}

.need-even-inner-content h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 15px 0;
}

.need-even-inner-content p {
    font-size: 17px;
    font-weight: 300;
    color: #524972;
    margin: 0;
}

.need-even-content {
    margin-bottom: 40px;
}

.footer-area {
    padding: 70px 0;
    background-color: #F8F6FB;
}

.get-started-area {
    background-color: #ffffff;
    padding: 40px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius: 10px;
    margin-top: -230px;
    margin-bottom: 80px;
}

.get-started-right a:first-of-type  {
    font-size: 20px;
    font-weight: 600;
    background-color: #d02d14;
    color: #ffffff;
    margin: 0;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
}

.get-started-right a:last-of-type {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    display: block;
    text-align: center;
    margin-top: 12px;
}

.footer-content p {
    font-size: 15px;
    font-weight: 300;
    color: #524972;
    margin: 15px 0;
}

.social-icon ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-menu h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 15px;
}

.footer-menu ul li {
    padding: 6px 0;
}

.footer-menu ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #524972;
    display: inline-block;
    margin: 0;
    transition: 0.2s;
}

.footer-menu {
    margin-bottom: 30px;
}

.footer-inner-nav {
    display: flex;
}

.footer-menu-right {
    padding-left: 50px;
}

.footer-menu ul li a:hover {
    color:#000;
}

.social-icon ul li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #000000;
    font-size: 14px;
    color: #000000;
    text-align: center;
}

.social-icon ul li a:hover {
    opacity: 0.8;
}

.copyright-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-area p {
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    margin: 0;
}

.copyright-area ul {
    display: flex;
    align-items: center;
}

.copyright-area ul li {
    padding-left: 15px;
}

.copyright-area ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    transition: 0.2s;
}

.copyright-area ul li a:hover {
    opacity: 0.8;
}

.copyright-area {
    padding-top: 40px;
}

/* PRICING PAGE AREA START */

.pricing-hero-area {
    padding: 150px 0 70px;
}

.pricing-hero-area h2 {
    font-size: 52px;
    font-weight: 800;
    color: #000000;
    margin: 0;
}

.pricing-hero-area p {
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    margin: 20px 0;
}

.support-right {
    text-align: right;
}

.pricing-tab-area {
    padding-bottom: 100px;
    /* background-color: #F8F6FB; */
}

.pricing-tab-area .tabs {
    margin-top: -60px;
    position: relative;
}

.pricing-tab-nav {
    padding-bottom: 20px;
}

.pricing-tab-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-tab-nav ul li {
    padding: 0 20px;
}

.pricing-tab-nav ul li a {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    display: inline-block;
    border-bottom: 1px solid #F8F6FB;
}

.footer-area {
    padding: 150px 0 70px;
}

.pricing-tab1-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

.pricing-tab1-nav a {
    font-size: 20px;
    font-weight: 600;
    color: #F59072;
}

.pricing-tab1 {
    padding: 20px 30px;
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
}

.pricing-tab-left p {
    font-size: 17px;
    font-weight: 300;
    color: #524972;
    margin: 0;
}

.pricing-tab-left p a {
    color: #F59072;
    font-weight: 700;
}

.pricing-tab-left p:nth-child(2) {
    margin: 15px 0 5px;
}

.pricing-tab-left a {
    font-size: 16px;
    font-weight: 700;
    color: #F59072;
}


.pricing-plan-pack {
    /* border-right: 1px solid #EFEFEF; */
    border-left: 1px solid #EFEFEF;
}

.pricing-plan-pack3 {
    border-right: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
}

.pricing-plan-pack h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 35px;
}

.pricing-plan-pack h2 {
    font-size: 38px;
    font-weight: 800;
    color: #000000;
    margin: 0;
}

.pricing-plan-pack h2 span {
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    margin: 0;
}

.discount-pricing a del {
    font-size: 15px;
    font-weight: 300;
    color: #524972;
    margin: 0;
}

.discount-pricing a span {
    font-size: 15px;
    font-weight: 600;
    color: #F67A3C;
    display: inline-block;
    padding:4px 7px;
    background-color: #FEE9DF;
    margin: 0 3px;
}

.discount-pricing a i {
    color: #B6B6B6;
    font-size: 16px;
}

.discount-pricing a {
    margin: 10px 0;
    display: inline-block;
}

.get-started-btn a {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 7px 15px;
    color: #ffffff;
    background-color: #F67A3C;
    border-radius: 4px;
    transition: 0.2s;
}

.get-started-btn a:hover {
    opacity: 0.8;
}

.pricing-tab-area .tab {
    display: none;
}

.pricing-tab-area .active {
    display: block;
}

.pricing-tab-area .tab-links li.active a {
    color:#F67A3C;
    border-color: #F67A3C;
}

.hero-area-main img {
    width: 100%;
}

.hero-area-main {
    padding: 0;
}

.pricing-tab1-table  {
    padding-top: 30px;
}

.pricing-tab1-table .table .th1,
.pricing-tab1-table .table .th2,
.pricing-tab1-table .table .th3,
.pricing-tab1-table .table .td1,
.pricing-tab1-table .table .td2,
.pricing-tab1-table .table .td3
 {
    width: 25%;
    padding: 15px 20px !important;
    border-right: 1px solid #DEE2E6;
}

.pricing-tab1-table .table .th1,
.pricing-tab1-table .table .td1 {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

.pricing-tab1-table .table .th2,
.pricing-tab1-table .table .th3,
.pricing-tab1-table .table .td2,
.pricing-tab1-table .table .td3
 {
    font-weight: 300;
    font-size: 16px;
    color: #524972;
}


.accordian-tab1 .accordion {
    --bs-accordion-border-width: 0px;
}

.accordian-tab1 {
    padding-top: 30px;
}

.accordian-tab1 h2 button {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    border: 1px solid #F5F3FB;
}

.accordian-tab1 .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
}

.accordian-tab1 .pricing-tab1-table {
    padding-top: 0;
}

.accordian-tab1 .pricing-tab1-table .th1,
.accordian-tab1 .pricing-tab1-table .td1 {
    padding-left: 0;
}

.accordian-tab1 .accordion-body {
    padding: 0;
}

.got-questions-area {
    padding: 0 0 170px;
}

.got-question-title h2 {
    font-size: 52px;
    font-weight: 800;
    color: #000000;
    margin: 0;
}

.got-question-title p {
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    margin: 10px 0;
}

.got-question-title a {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background-color: #d02d14;
    padding: 12px 30px;
    border-radius: 4px;
    margin: 20px 0 0;
    display: inline-block;
    transition: 0.2;
}

.got-question-title a:hover {
    opacity: 0.8;
}

.got-question-title h2:last-of-type {
    padding: 40px 0 20px;
    font-size: 42px;
}

.got-questions-area .accordion {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.got-questions-area .accordion h2 button {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.got-questions-area .accordion-body p {
    font-size: 17px;
    font-weight: 300;
    color: #524972;
    margin: 0;
}

.got-questions-area .accordion-button:not(.collapsed) {
    color: #000000;
}

.fa-check {
    color: green;
}

.fa-xmark {
    color: #B7B7B7;
}

#tab3 .pricing-tab-left p br {
    display: none;
}

#tab3 .pricing-tab1-table .table .th1,
#tab3 .pricing-tab1-table .table .th2,
#tab3 .pricing-tab1-table .table .th3,
#tab3 .pricing-tab1-table .table .th4,
#tab3 .pricing-tab1-table .table .td1,
#tab3 .pricing-tab1-table .table .td2,
#tab3 .pricing-tab1-table .table .td3,
#tab3 .pricing-tab1-table .table .td4{
    width: 20%;
}


#tab3 .pricing-tab1-table .table .th1, 
#tab3 .pricing-tab1-table .table .th2,
#tab3 .pricing-tab1-table .table .th3,
#tab3 .pricing-tab1-table .table .th4,
#tab3 .pricing-tab1-table .table .th5,
#tab3 .pricing-tab1-table .table .td1, 
#tab3 .pricing-tab1-table .table .td2,
#tab3 .pricing-tab1-table .table .td3,
#tab3 .pricing-tab1-table .table .td4,
#tab3 .pricing-tab1-table .table .td5
 {
    width: 18%;
}

#tab4 .pricing-tab-left p br {
    display: none;
}

#tab4 .pricing-tab1-table .table .th1, 
#tab4 .pricing-tab1-table .table .th2,
#tab4 .pricing-tab1-table .table .th3,
#tab4 .pricing-tab1-table .table .th4,
#tab4 .pricing-tab1-table .table .th5,
#tab4 .pricing-tab1-table .table .td1, 
#tab4 .pricing-tab1-table .table .td2,
#tab4 .pricing-tab1-table .table .td3,
#tab4 .pricing-tab1-table .table .td4,
#tab4 .pricing-tab1-table .table .td5
 {
    width: 18%;
}

#tab3 .pricing-tab-left {
    padding-bottom: 20px;
}

#tab4 .pricing-tab-left {
    padding-bottom: 20px;
}

.need-even-img img {
    max-width: 100px;

}

.got-questions-area .accordion-button:not(.collapsed) {
    background-color: #ffffff;
}

.pricing-tab1-table a {
    cursor: pointer;
}

.pricing-tab1-table a:hover {
    color:#d02d14;
}

/* DOMAIN REG PAGE START */

.domain-reg-hero-area {
    padding: 100px 0 40px;
}

.domain-reg-title h2 {
    font-size: 56px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 10px;
}

.domain-reg-title p{
    font-size: 20px;
    font-weight: 300;
    color: #524972;
    margin: 0 0 10px;
}

.domain-reg-title {
    padding-bottom: 60px;
}

.domain-search-area {
    max-width: 800px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 30px 25px 25px 60px;
}

.search-domain-input-area {
    max-width: 760px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.search-domain-input  input {
    width: 100%;
    padding: 15px 20px;
    background-color: #ffffff;
    border: 0;
    outline: 0;
    z-index: 111;
}

.search-sumbit input {
    padding: 15px 40px;
    border: 0;
    outline: 0;
    background-color: #F49072;
    color: #ffffff;
    transition: 0.2s;
}

.search-domain-input {
    position: relative;
}

.search-sumbit {
    position: absolute;
    top: -14px;
    right: 0;
}

.search-sumbit input:hover {
    opacity: 0.8;
}

.search-icon i {
    font-size: 25px;
    color:#F49072;
}

.search-icon {
    margin-bottom: -44px;
    margin-left: -25px;
    position: relative;
}

.veriant-area-main {
    position: relative;
}

.veriant-img {
    position: relative;
    width: 45px;
    height: 45px;
    background-color: #d02d14;
    border-radius: 5px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
}

.veriant-img::after {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    display: block;
    width: 33px;
    height: 33px;
    background-color: #000000;
    color: #d02d14;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    border-radius: 2px 0 2px 0;
    position: absolute;
    top:0;
    right: 0;
    
}

.domain-search-veriant-area {
    display: grid;
    grid-template-columns: repeat(8,1fr);
    grid-gap: 10px;
}
.already-hav-domain {
    padding-top: 30px;
}

.already-hav-domain p {
    font-size: 17px;
    font-weight: 300;
    color: #524972;
    margin: 0;
}

.already-hav-domain p a {
    font-weight: 600;
    color: #d02d14;
    text-decoration: underline;
    transition: 0.2s;
}

.already-hav-domain p a:hover {
    opacity: 0.8;
}

.domain-deals-area {
    padding: 60px 0 120px;
    background-color: #ffffff;
}

.domain-deal-title h2 {
    font-size: 56px;
    font-weight: 800;
    color: #000000;
    margin: 0;
}

.domain-deal-title{
    padding-bottom: 50px;
}

.domain-deal-main {
    padding: 32px 8px 32px 32px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
    transition: 0.2s;
    margin-bottom: 35px;
}

.domain-deal-main:hover {
    transform: translateY(-10px);
}

.domain-deal-main h2 {
    margin-bottom: 20px;
}

.domain-deal-main h2 a {
    font-size: 36px;
    font-weight: 800;
    color: #000000;
    margin: 0;
}

.domain-deal-main h2 a i {
    font-size: 10px;
    color: #d02d14;
}

.domain-deal-main h2 span {
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    background-color: #FEE9DF;
    color: #d02d14;
    padding: 5px 8px;
    border-radius: 5px;
}

.domain-deal-main p {
    font-size: 15px;
    font-weight: 300;
    color: #938F9F;
}

.domain-deal-main h3 {
    font-size: 28px;
    font-weight: 800;
    color: #000000;
}

.domain-deal-main h3 span {
    font-size: 18px;
    font-weight: 300;
}

.domain-deal-main  span {
    font-size: 15px;
    color: #938F9F;
    font-weight: 300;
    display: inline-block;
}

.reg-btn a {
    font-size: 17px;
    font-weight: 500;
    color: #d02d14;
    border: 1px solid #d02d14;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 9px 20px;
    transition: 0.2s;
}

.reg-btn a:hover {
    background-color: #d02d14;
    color: #ffffff;
}

.how-about-area {
    padding: 0 0 100px;
    background-color: #ffffff;
}

.how-about-title h2 {
    font-size: 38px;
    font-weight: 800;
    color: #000000;
    margin: 0;
}

.how-about-title p {
    font-size: 20px;
    font-weight: 300;
    color: #524972;
    margin: 15px 0 30px;
}

.how-about-title a {
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    background-color: #d02d14;
    color: #ffffff;
    transition: 0.2s;
    border-radius: 5px;
    padding: 16px 25px;
}

.how-about-title a:hover {
    opacity: 0.8;
}

.fivetips-area {
    padding: 0 0 100px;
}

.fivetips-title h2 {
    font-size: 38px;
    font-weight: 800;
    color: #000000;
    margin: 0;
}

.fivetips-title {
    padding-bottom: 50px;
}

.tips-main-title h2 {
    font-size: 120px;
    font-weight: 900;
    color: #2C1648;
    margin: 0 0 -50px;
    opacity: 0.2;
    z-index: -1;
}

.tips-main-content {
    padding: 30px 0 40px;
    border-radius: 12px;
    border:1px solid #e5e0f4;
    border-radius: 12px;
    z-index: 111;
}

.tips-main-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 0;
}

.tips-main-content p {
    font-size: 13px;
    font-weight: 300;
    color: #524972;
    margin: 20px 0 0;
}


.makethe-area {
    padding: 100px 0;
    background-color: #ffffff;
}

.makethe-title h2 {
    font-size: 38px;
    font-weight: 800;
    color: #000000;
    margin: 0;
}

.makethe-title {
    padding-bottom: 50px;
}

.makethe-icon svg {
    fill: #d02d14;
}

.makethe-main h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 15px 0;
}

.makethe-main p {
    font-size: 17px;
    font-weight: 300;
    color: #524972;
    margin: 0;
}

.makethe-main {
    margin-bottom: 30px;
}

.ask-question-area {
    padding: 0 0 120px;
    background-color: #fff;
}

.ask-question-title h2 {
    font-size: 38px;
    font-weight: 800;
    color: #000000;
    margin: 0;
}

.ask-question-title {
    padding-bottom: 60px;
}

.ask-question-faq h3 {
    font-size: 20px;
    background-color: #ffffff;
    color: #000000;
    border-top: 1px solid #000000;
    /* border-bottom: 1px solid #000000; */
    border-radius: 0;
    padding-left: 0;
}

.ask-question-faq .ziehharmonika h3.active {
    margin-bottom: 0px;
    background: #fff;
}

.ask-question-faq .ziehharmonika .active .arrowDown {
    display: none;
}

.ask-question-area .ziehharmonika > div {
    border: 0;
    padding: 5px 7px;
    margin-bottom: 9px;
}

.ask-question-faq {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}

.ask-question-faq .ziehharmonika .collapseIcon {
    border: 1px solid #000000;
    padding: 0;
    font-size: 25px;
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
}

.choose-form-area {
    padding: 70px 0;
    background-color: #ffffff;
}

.choose-form-title h2 {
    font-size: 38px;
    font-weight: 800;
    color: #000000;
    margin: 0;
}

.choose-form-title {
    padding-bottom: 60px;
}

.choose-form-input {
    max-width: 400px;
    width: 100%;
    position: relative;
}

.choose-form-input input {
    width: 100%;
    padding: 14px 20px 14px 50px;
    font-size: 17px;
    font-weight: 300;
    color: #000000;
    background-color: #ffffff;
    border: 0;
    outline: 0;
    border: 1px solid #000000;
    border-radius: 8px;
    position: relative;
}

.choose-search-icon i {
    font-size: 20px;
    color: #d02d14;
}


.choose-search-icon {
    position: absolute;
    top: 18px;
    left: 20px;
}

.choose-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose-nav ul li {
    padding: 0 7px;
}

.choose-nav ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    border: 1px solid #cec9df;
    color: #d02d14;
    background-color: #ffffff;
    display: inline-block;
}

.choose-nav ul li:first-child a {
    width: initial;
    border: 0;
    color: #CEC9DF;
}

.choose-nav ul li:nth-child(2) a {
    background-color: #d02d14;
    color: #ffffff;
}

.choose-nav ul li:last-child a{
    width: initial;
    border: 0;
    color: #d02d14;
}

.choose-form-table .table .th1 {
    width: 40%;
}

.choose-form-table .table .th2,
.choose-form-table .table .th3,
.choose-form-table .table .th4,
.choose-form-table .table .th5 {
    width: 15%;
}

.choose-form-table {
    padding-top: 50px;
}

.choose-form-table .table th {
    font-size: 17px;
    font-weight: 600;
    color: #000000;
}

.choose-form-table .table td {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}

.domain-transfer-table .table .th3,
.domain-transfer-table .table .th4{
    width: 15%;
}

.domain-transfer-table .table .th5 {
    width: 30%;
}

.makethe-area2 {
    padding: 0 0;
}

.fivetips-area2 {
    padding-top: 80px;
}

/* SHARED HOSTING-AREA START */

.hero-btn-main {
    display: flex;
}

.hero-btn-main p {
    padding-left: 0;
}

.hero-btn-right span {
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
}

.hero-btn-right {
    padding-left: 25px;
}

.hero-btn-right h2 {
    font-size: 38px;
    font-weight: 800;
    color: #d02d14;
    margin: 0;
}

.hero-btn-right h2 span {
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
}

.shared-plan-area {
    padding: 0 0 100px;
}

.shared-plan-nav {
    padding-bottom: 40px;
}

.shared-plan-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shared-plan-nav ul li {
    padding: 0 20px;
}

.shared-plan-nav ul li a {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    display: inline-block;
    transition: 0.2s;
}

.shared-plan-content-main .pricing-plan-pack {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 0;
    padding: 32px 0 10px;
    border-radius: 12px;
}

.pricing-plan-pack-footer {
    padding-top: 10px;
    margin-top: 20px;
    /* text-align: left; */
    border-top: 1px solid #EFEFEF;
    
}

.pricing-plan-pack-footer p {
    font-size: 18px;
    font-weight: 300;
    color: #524972;
    margin: 0;
}

.pricing-plan-pack-footer p span {
    font-weight: 600;
}

.shared-plan-nav ul li.active a {
    text-decoration: underline;
    color: #d02d14;
}

.shared-plan-content-main .tab {
    display: none;
}

.shared-plan-content-main .tab.active {
    display: block;
}

.essential-features-main {
    display: flex;
    align-items: center;
    border: 1px solid #DADADA;
    border-radius: 12px;
    position: relative;
    padding: 16px 16px 16px 0;
    margin-top: 40px;
}

.essential-features-left h4 {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    margin: 0;
}

.essential-features-left {
    position: absolute;
    left: -45px;
    transform: rotate(-450deg);
}

.essential-features-left1 {
    left: 10px;
}

.essential-features-right {
    padding-left: 60px;
}

.essential-features-right p {
    font-size: 15px;
    font-weight: 300;
    color: #524972;
    margin: 0 0 8px;
}

.essential-features-right p  span {
    font-weight: 600;
}

.essential-features-main2 {
    border: 1px solid #d02d14;
}

.compare-pack {
    padding: 0 0 50px;
}

.compare-pack a {
    font-size: 18px;
    font-weight: 600;
    color: #d02d14;
    display: inline-block;
    transition: 0.2s;
}

.shared-hosting-featured {
    padding: 50px 0;
}

.shared-hosting-featured-title h2 {
    font-size: 44px;
    font-weight: 800;
    color: #000000;
    margin: 0;
}

.shared-hosting-featured-title {
    padding-bottom: 70px;
}

.shared-hosting-featured-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 15px 0;
}

.shared-hosting-featured-content p {
    font-size: 17px;
    font-weight: 300;
    color: #524972;
    margin:0;
}

.shared-hosting-featured-content img {
    max-width: 100px;
    text-align: center;
}

.shared-hosting-featured-content {
    margin-bottom: 40px;
}

.compare-web-hosting-area {
    padding: 50px 0 130px;
}

.compare-web-hosting-title h2 {
    font-size: 44px;
    font-weight: 700;
    color: #000000;
    margin: 0;
}

.compare-web-hosting-title {
    padding-bottom: 70px;
}

.compare-web-hosting-main .pricing-plan-pack h3 {
    margin: 0 0 15px;
}

.compare-web-hosting-main .pricing-plan-pack h2 {
    margin: 0 0 15px;
}

/* RESELLER HOSTING PAGE START */

.hero-area-btn3 a i {
    color: #ffffff;
    opacity: 0;
    transition: 0.2s;
}

.hero-area-btn3 a:hover {
    padding-right: 30px;
}

.hero-area-btn3 a:hover i {
    opacity: 1;
    margin-left: 15px;
}

.pricing-plan-pack-body  {
    text-align: left;
    padding-left: 30px;
}

.pricing-plan-pack-footer a {
    color: #d02d14;
    font-size: 15px;
    transition: 0.2s;
}

.pricing-plan-pack-footer a:hover {
    opacity: 0.8;
}

.pricing-plan-pack-footer2 p {
    font-size: 13px;
}

.reseller-hosting-pack .get-started-btn a {
    display: block;
}

.reseller-hosting-pack .get-started-btn {
    padding: 0 20px;
    margin-bottom: 25px;
}

.reseller-hosting-pack .essential-features-right p {
    font-size: 13px;
}

.compare-pack2 {
    padding-top: 60px;
}

.feature-rich-area {
    padding: 60px 0;
}

.feature-rich-title h2 {
    font-size: 44px;
    font-weight: 800;
    color: #000000;
    margin: 0;
}

.feature-rich-title {
    padding-bottom: 80px;
}

.feature-rich-left {
    padding-top: 60px;
}

.feature-rich-left h3 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 40px;
}

.feature-rich-left p {
    font-size: 17px;
    font-weight: 300;
    color: #524972;
    margin: 0;
}

.feature-area-main {
    margin-top: 40px;
}

.feature-area-main h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 15px 0;
}

.feature-area-main p {
    font-size: 17px;
    font-weight: 300;
    color: #524972;
    margin: 0;
}

.compare-reseller-hosting {
    padding: 80px 0;
}

.compare-reseller-hosting-title h2 {
    font-size: 44px;
    font-weight: 800;
    color: #000000;
    margin: 0;
}

.compare-reseller-hosting-title {
    padding-bottom: 60px;
}

.compare-reseller-hosting .pricing-tab-nav ul li a {
    font-size: 15px;
}

.compare-reseller-hosting .pricing-tab-nav ul li {
    padding: 0 35px 0 0;
}

.compare-reseller-hosting .pricing-tab-left p br {
    display: none;
}

.compare-reseller-hosting .pricing-tab-left{
    padding-bottom: 40px;
}

.compare-reseller-hosting .pricing-plan-pack {
   border: 0;
}

.compare-reseller-hosting .pricing-tab1-table .table .th1,
.compare-reseller-hosting .pricing-tab1-table .table .th2,
.compare-reseller-hosting .pricing-tab1-table .table .th3,
.compare-reseller-hosting .pricing-tab1-table .table .td1,
.compare-reseller-hosting .pricing-tab1-table .table .td2,
.compare-reseller-hosting .pricing-tab1-table .table .td3 {
    width: 20%;
    padding: 15px 20px !important;
    border-right: 1px solid #DEE2E6 !important;
}

.compare-reseller-hosting .tab-links li.active a {
    color: #F67A3C;
    border-color: #F67A3C;
}

.pricing-tab-left-resell {
    padding-top: 30px;
}

.pricing-tab2-table .table .th1, 
.pricing-tab2-table .table .td1 {
  border-left:2px solid #000000;
}

.compare-reseller-hosting .tab{
    display: none;
}

.compare-reseller-hosting .tab.active {
    display: block;
}

.whyus-area-reseller {
    padding: 60px 0 0;
}

.star-reselling-area {
    padding: 60px 0;
}

.star-reselling-title h2 {
    font-size: 50px;
    font-weight: 800;
    color: #000000;
    margin: 0;
}

.star-reselling-title p {
    font-size: 18px;
    font-weight: 300;
    color: #524972;
    margin: 25px 0 80px;
}

.star-reselling-area .tips-main p {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    margin: 15px 0 0;
}

.star-reselling-area .tips-main-content {
    padding: 70px 0;
}

.get-started-btn {
    padding-top: 50px;
}

.get-started-btn a {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    color: #ffffff;
    background-color: #d02d14;
    display: inline-block;
    transition: 0.2s;
    margin: 0;
}

.get-started-btn a:hover {
    opacity: 0.8;
}

.automate-area {
    padding: 60px 0;
}

.automate-title {
    padding-bottom: 40px;
}

.automate-title  h2 {
    font-size: 44px;
    font-weight: 800;
    color: #000000;
    margin: 0;
}

.automate-inner h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin: 12px 0;
}

.automate-inner p {
    font-size: 17px;
    font-weight: 300;
    color: #524972;
    margin: 0;
}

.automate-inner {
    margin-bottom: 40px;
}

.what-our-clients {
    padding: 50px 0;
}

.what-our-title {
    padding-bottom: 80px;
}

.what-our-title h2 {
    font-size: 44px;
    font-weight: 800;
    margin: 0;
    color: #000000;
}

.what-our-clients .carousel-cell {
    width: 22%;
    margin: 0 7px;
}

.carousel-content {
    padding: 20px;
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    min-height: 340px;
}

.carousel-cnt-left h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 0;
}

.carousel-cnt-left a {
    font-size: 15px;
    font-weight: 300;
    color: #929292;
    margin: 0;
}

.carousel-cnt-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.carousel-cnt-body p {
    font-size: 15px;
    font-weight: 300;
    color: #524972;
    margin: 15px 0 10px;
}

.carousel-cnt-body span {
    font-size: 15px;
    font-weight: 300;
    color: #524972;
}

.main-carousel {
    padding-bottom: 60px;
}

.what-our-clients .get-started-btn {
    padding: 0;
}

/* CLOUD VPS HOSTING PAGE START */

.cloud-main-wrapper {
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0 16px 32px 0 rgba(0,0,0,.04),0 24px 64px 0 rgba(0,0,0,.06);
    border-radius: 10px;
}

.cloud-header-content {
    cursor: pointer;
}

.cloud-header-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cloud-header-title {
    display: flex;
    align-items: center;
}

.cloud-header-title h2 {
    font-weight: 800;
    color: #000000;
    margin: 0 0 0 20px;
}

.cloud-header-title i {
    font-size: 14px;
    border: 1px solid #000000;
    padding: 4px;
}

.cloud-header-center {
    display: flex;
}

.cloud-header-center p {
    font-size: 18px;
    font-weight: 300;
    color: #524972;
    margin: 0 0 0 20px;
}

.cloud-header-center p span {
    font-weight: 600;
}

.cloud-pack-pricing h3 {
    font-size: 24px;
    font-weight: 800;
    color: #000000;
    margin: 0;
    text-align: center;
}

.cloud-pack-pricing p del {
    font-size: 15px;
    font-weight: 300;
    color: #524972;
    margin: 0;
}

.cloud-pack-pricing p span {
    font-size: 12px;
    font-weight: 300;
    color: #F67A3C;
    display: inline-block;
    padding: 4px 8px;
    background-color: #FEE9DF;
    margin: 0 3px;
    border-radius: 4px;
}

.cloud-pack-pricing h3 span {
    font-size: 20px;
    font-weight: 300;
}

.cloud-pack-pricing p {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
}

.oreder-now-btn a {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    background-color: #d02d14;
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    border-radius: 4px;
    transition: 0.2s;
}

.oreder-now-btn a:hover {
    opacity: 0.8;
}

.cloud-pricing-inner {
    display: flex;
    align-items: center;
}

.cloud-body {
    padding-top: 15px;
}

.cloud-content-box p {
    max-width: 320px;
    width: 100%;
    padding: 6px 20px;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 300;
    color: #524972;
}

.cloud-content-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cloud-main-wrapper {
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.cloud-content-box p span {
    font-weight: 700;
}

.cloud-server ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cloud-server ul li  {
    font-size: 13px;
    font-weight: 300;
    color: #524972;
    padding: 0 10px 10px 0;
    margin: 0;
}

.cloud-server ul li img {
    margin-left: 5px;
}

.cloud-server {
    padding-top: 15px;
}

.cloud-body-active {
    display: none;
}

.more-power-area {
    padding: 50px 0;
}

.more-power-title h2 {
    font-size: 38px;
    font-weight: 800;
    color: #000000;
    margin: 0;
}

.more-power-title p {
    font-size: 20px;
    font-weight: 300;
    color: #524972;
    margin: 15px 0 35px;
}

.more-power-title a {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    background-color: #d02d14;
    padding: 15px 25px;
    border-radius: 3px;
    transition: 0.2s;
    margin: 0;
}

.more-power-title a:hover {
    opacity: 0.8;
}

.cloud-body {
    display: none;
}

.cloud-body2 {
    display: block;
}

.quit-worrying-area {
    padding: 50px 0;
}

.quit-worrying-title h2 {
    font-size: 44px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 20px;
}

.quit-worrying-title p {
    font-size: 20px;
    font-weight: 300;
    color: #524972;
    margin: 0;
}

/* support page start */
.support-hero-area {
    background: #d02d14;
    color: #fff;
}
.bg-wrn {
    background: #fff;
    border: 1px solid #dbdbdb;
    color: #000000;
}
.bg-wrn:hover {
    background: #fff;
    color: #fff;
    border: 1px solid #F18E71;
}
.clock {
    color: #d02d14;
}
.btn-support {
    background: #d02d14;
    border: 1px solid #ffffff;
    font-weight: 500;
}
.btn-support:hover {
    background: #F18E71;
    border: 1px solid #F18E71;
}
.support-title {
    font-size: 52px;
    line-height: 68px;
}
.support-hero-right-content i{
    color: #ffffff;
    font-size: 58px;
}
.support-client img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 20px;
}
.bna-title {
    color: #000000;
    font-size: 44px;
}
.wc-box h5{
    color: #000000;
}
.wc-box p {
    line-height: 28px;
    padding:0 20px;
}
.get-help {
    margin-bottom: 100px;
}
.get-help .card {
    height: 420px;
}
.get-help .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.get-help .card .card-body .btn {
    border-color: #d02d14;
    color: #000000;
}

.get-help .card .card-body .btn:hover {
    background-color: #d02d14;
    color: #ffffff;
}

/* ABOUT US PAGE START */

.about-us-hero {
    padding: 100px 0;
    background: linear-gradient(90deg, #d02d14 0%, #fe583e 100%);
}

.about-us-hero-content  h2 {
    font-size: 42px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 10px;
}

.about-us-hero-content  p {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 100px;
}

.about-main-content-inner {
    padding: 32px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: left;
}

.about-main-content-inner h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin: 10px 0;
}

.about-main-content-inner p {
    font-size: 13px;
    font-weight: 400;
    color: #524972;
    margin: 0;
}

.about-main-wrapper {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 15px;
}

.core-value-area {
    padding: 50px 0;
}

.core-value-title h2 {
    font-size: 42px;
    font-weight: 900;
    color: #000000;
    margin: 0 0 60px;
}

.core-value-left h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 15px;
}

.core-value-left p {
    font-size: 16px;
    font-weight: 400;
    color: #524972;
    margin: 0 0 15px;
}

.core-value-img {
    min-height: 700px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.our-history-area {
    padding: 80px 0;
}

.our-history-title h2 {
    font-size: 42px;
    font-weight: 900;
    color: #000000;
    margin: 0 0 60px;
}

.calendar-icon i {
    font-size: 15px;
    color: #F18E71;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #E5E0F4;
    border-radius: 50px;
}

.calendar-icon {
    padding-bottom: 50px;
}

.history-year-content {
    border: 1px solid #e5e0f4;
    padding: 32px;
    border-radius: 12px;
    min-height: 370px;
}

.history-year-content h2 {
    font-size: 28px;
    font-weight: 800;
    color: #F18E71;
    margin: 0 0 10px;
}

.history-year-content h3 {
    font-size: 24px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 10px;
}

.history-year-content p {
    font-size: 18px;
    font-weight: 300;
    color: #524972;
    margin: 0;
}

.history-year-content2 {
    margin-top: 100px;
}

.history-year-content3 {
    margin-top: -70px;
}

.history-year-content4 {
    margin-top: 30px;
}

.who-we-are-area {
    padding: 80px 0;
}

.who-we-are-title h2 {
    font-size: 42px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 60px;
}

.who-we-main-left h3 {
    font-size: 32px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 20px;
}

.who-we-main-left p {
    font-size: 18px;
    font-weight: 300;
    color: #524972;
    margin: 0 0 12px;
}

.who-we-quo span i {
    font-weight: 42px;
    color: #F18E71;
}

.who-we-quo h2 {
    font-size: 20px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 0 15px;
}

.who-we-quo {
    display: flex;
    padding-bottom: 15px;
}

.who-we-main-left small {
    color: #524972;
}

.who-we-are-img img {
    max-width: 700px;
}

.wantto-work-area {
    padding: 50px 0 100px;
}

.wantto-work-content {
    padding: 50px;
    border-radius: 12px;
    border:1px solid #e5e0f4;
}

.wantto-work-content h2 {
    font-size: 38px;
    font-weight: 800;
    color: #000000;
    margin: 0;
}

.wantto-work-content h2  span {
    color: #F18E71;
}

.wantto-work-content p {
    font-size: 17px;
    color: #524972;
    font-weight: 300;
    margin: 12px 0;
}

.wantto-work-btn a {
    font-size: 17px;
    font-weight: 600;
    padding: 10px 30px;
    display: inline-block;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 5px;
    transition: 0.2s;
    margin-right: 15px;
}

.wantto-work-btn a:hover {
    opacity: 0.8;
}

.wantto-work-btn {
    padding-top: 20px;
}

/* Careers PAGE START */

.careers-hero-area {
    padding: 100px 0;
    background-color: #F18E71;
}

.careers-hero-title h2 {
    font-size: 52px;
    font-weight: 800;
    color: #FFFFFF;
    margin: 0;
}

.careers-hero-title p {
    font-size: 20px;
    font-weight: 300;
    color: #FFFFFF;
    margin: 20px 0;
}

.careers-hero-title a {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    display: inline-block;
    background: linear-gradient(90deg, #d02d14 0%, #fe583e 100%);
    padding: 10px 30px;
    border-radius: 5px;
    transition: 0.2s;
}

.careers-hero-title a:hover {
    opacity: 0.8;
}

.careers-core-value {
    padding: 70px 0;
}

.careers-core-value-title h2 {
    font-size: 42px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 60px;
}

.core-values-inner h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 12px;
    color: #000000;
}

.core-values-inner p {
    font-size: 17px;
    font-weight: 300;
    margin: 0;
    color: #524972;
}

.core-values-inner{
    margin-bottom: 40px;
}

.environment-area {
    background-color: #F0EEF8;
    padding: 100px 0;
}

.environment-content{
    margin-bottom: 30px;
}

.environment-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 15px 0 0;
}

.see-current-btn a {
    font-size: 18px;
    font-weight: 600;
    background-color: #d02d14;
    border-radius: 5px;
    display: inline-block;
    color: #FFFFFF;
    margin: 0;
    padding: 10px 30px;
    transition: 0.2s;
}

.see-current-btn a:hover {
    opacity: 0.8;
}

.current-opening-area {
    padding: 80px 0 150px;
}

.current-opening-title h2 {
    font-size: 44px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 60px;
}

.current-main-wrapper {
    display: block;
    background-color: #fff;
    border-radius: 12px;
    padding: 24px 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transition: 0.2s;
    margin-bottom: 35px;
}

.current-main-wrapper:hover {
    transform: translateY(-10px);
}

.current-main-content-left {
    padding-left: 12px;
    border-left: 4px solid #d02d14;
}

.current-main-content-left h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 10px;
}

.current-main-content-left h3 {
    font-size: 17px;
    font-weight: 600;
    color: #524972;
    margin: 0 0 10px;
}

.current-main-content-left ul {
    display: flex;
    align-items: center;
}

.current-main-content-left ul li {
    font-size: 14px;
    font-weight: 400;
    color: #B6B6B6;
    padding: 4px 10px;
    border: 1px solid #B6B6B6;
    border-radius: 30px;
    margin-right: 10px;
}

.current-main-content-left p {
    font-size: 17px;
    font-weight: 300;
    color: #524972;
    margin: 12px 0 20px;
}

.current-main-content-left span {
    font-size: 18px;
    font-weight: 600;
    color: #F18E71;
}

.remote-icon p {
    font-size: 17px;
    font-weight: 300;
    color: #524972;
    margin: 0;
}

.remote-icon p i {
    font-size: 22px;
    color: #d02d14;
}

.remote-icon2 {
    display: none;
}

/* Contact us page start here */

.section-bg {
    background: #d02d14;
    color: #fff;
}
.section-title {
    font-size: 48px;
    margin: 41px 0;
    text-align: center;
}
.contact-hero {
    height:500px;
    position: relative;
    overflow: hidden;
    z-index: -1;
}
.contact-bg-shape {
    position: absolute;
    width: 110%;
    height: 333px;
    bottom: -47%;
    transform: rotate(-3deg);
}
.clr-wrn {
    color: #d02d14;
}
.cu-boxes {
    display: flex;
}
.cu-box-left .card, .cu-box-right .card {
    height: 370px;
    box-shadow: 0px 0px 20px -10px;
}
.contact-form {
    margin-bottom: 100px;
}
.form-submit {
    background: #f36767;
    color: #fff;
}
.form-submit:hover{
    background: #e06868;
    color: #fff;
    border:1px solid #e06868;
}
.form-submit:focus {
    background: #e06868;
    color: #fff;
    border:1px solid #e06868;
}
.social-link {
    width: 40px;
    height: 40px;
}

/* blogs page start here */

.navbar-brand {
    width: 250px;
}
#blogNav .nav-link{
    font-weight: bold;
}
#blogNav .nav-link:hover {
    color: #d02d14;
}
.blog-box {
    position: relative;
    overflow: hidden;
}
.blog-box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000007d;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .3s;
}
.blog-box-overlay a {
    font-size: 12px;
    font-weight: bold;
}
.blog-box:hover .blog-box-overlay {
    opacity: 1;
}
.b-box-overlay-btm {
    position: absolute;
    bottom: -20%;
    border-top: 1px solid #656161;
    width: 80%;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    transition: 0.3s;
}
.blog-box:hover .blog-box-overlay .b-box-overlay-btm {
    bottom: 0;
}
.blogs-footer-up 
.footer-title { 
    color: #a5a5aa;
    text-align: center;
}
.form-checkbox {
    text-align: center;
    color: #a5a5aa;
    font-size: 13px;
    width: 75%;
    margin: 35px auto;
}
.f-down-left p {
    color: #a5a5aa;
    font-size: 14px;
}
.f-down-right ul li a {
    color: #a5a5aa;
    font-weight:bold;
    margin-right: 10px;
}

/* terms of service page start */
/* .terms-of-service .tab {
    display: none;
} */
.terms-of-service .list-group-item a {
    color: #343338;
    font-weight: bold;
}
.terms-of-service .active a{
    color: #fff !important;
}
.terms-of-service .tab a {
    color: #0a58ca !important;
}

.terms-of-service .list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: #e06868;
    border: 0;
}

.terms-of-service .nav-link:hover, .nav-link:focus {
    color: #000;
}

.terms-of-service .text-primary {
    color: #000000 !important;
}

.terms-of-service .shared-plan-content-main .tab a {
    color: #FFFFFF !important;
} 
.essential-features-right p strong {
    font-weight: 800;
}

 .terms-of-service .tab-links li.active a, .tab-links li.active a:hover {
    color: #e06868 !important;
}


.terms-of-service .active a {
    color: #ffffff;
}


.cloud-pricing-innerx {
    display: flex;
    align-items: center;
}

.oreder-now-btnx a {
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
    background-color: #d02d14;
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    border-radius: 4px;
    transition: 0.2s;
}

.cloud-pack-pricingx h3 {
    font-weight: 800;
    color: #000000;
    margin: 0 0 0 20px;
	margin-top:30px;
}


#home h3{
	color:#2f1c6a;
	font-weight:bold;
}
#home h5{
	color:#2f1c6a;
	font-weight:bold;
	    margin: 18px 0px;
}
.hero-kat{
	margin-top: 115px;
}

.offcolor{
	color:blue;
}


.pricehome{
	    font-size: 19px;
}

#home .butt-home{
	background-color: #dc381f;
    border: 2px solid #dc381f;
	padding:8px 40px;
	font-size:18px;
	border-radius:7px;
}



#butt-ome{
	display:flex;
	flex-direction: row;
        justify-content: flex-start;
}

.timer-home{
	margin-left:20px;
	        align-items: center;
    background-color: #ebe4ff;
    border-radius: 8px;
    display: flex;
    height: 48px;
	font-size:18px;
	padding:10px;
    justify-content: center;
	color:#000;
}

.timer {
    font-size: 2rem;
    font-weight: bold;
}

.timer span {
    padding: 0 0.5rem;
}


.check-home{
	margin-right:10px;
	color:green;
}

.price-home{
	margin-top:15px;
	margin-bottom:15px;
}

.jumbo{
	margin-top: -15px;
	font-weight:bold;
	font-size:18px;
}

.days30{
	margin-top:10px;
}
.pc-home{
	margin-top:57px;
}

.right-30{
	margin-right:10px;
}

.price-pro{
	font-size:48px;
}
@media only screen and (max-width: 600px) {
.pc-home {
    margin-top: 0px;
}	
	.price-pro{
		font-size:34px;
	}
 	.hero-kat {
    margin-top: 85px;
    margin-bottom:50px;
    text-align: center;
}
#butt-ome {
    display: flex;
    flex-direction: column;
 
}

#home h3 {
    color: #2f1c6a;
    font-weight: bold;
	font-size:24px;
}

#home h5 {
    color: #2f1c6a;
    font-weight: bold;
	font-size:18px;
	
}

.timer-home{
	
	align-items: center;
    background-color: #ebe4ff;
    border-radius: 8px;
    display: flex;
    height: 48px;
	font-size:18px;
	padding:10px;
    justify-content: center;
	color:#000;
	 width: 80%;
	 margin: 0 auto;
}

.butt-home {
    background-color: #673de6;
    border: 2px solid #673de6;
    padding: 8px 40px;
    font-size: 18px;
    border-radius: 7px;
    width: 80%;
}

.timer{
	margin-top:15px;
}


}


.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-icon {
    font-size: 24px; /* Adjust size of the icon as needed */
    color: #4CAF50; /* Icon color */
    cursor: pointer;
}

.tooltip-text {
    visibility: hidden;
    width: 180px; /* Adjust width as needed */
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Position above the icon */
    left: 50%;
    margin-left: -90px; /* Center the tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-text i {
    margin-right: 8px; /* Space between icon and text */
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tool-home{
	margin-left:10px;
}

#home .container {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
}