/* ================================= css index ï¿½ï¿½ï¿½à¾«Æ·Ä£ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½Ê£ï¿½ ================================= *. typography *. section title *. preloader *. normalize 1. header 2. banner 3. info-feature 4. litehyip features 5. we thinking global 6. inventors 7. testimonial 8. newsletter 9. page title 10. footer 11. about 12. investmenut-plan 13. faq 14. contact */
/*==========================================    typography===========================================*/
@import url("css.css");
@import url("css1.css");
.top{
	position: fixed;
    top: 0;
    z-index: 9999;
    background: #333;
    width: 100%;
    color: #fff;
}
.top-l{
	width: 58vw;
    float: left;
	line-height:20px;
	color:#ff0;
	padding:10px 0 0px 10px;;
}
.top-l span{
	color:#f00;
}
.top-l p{
	color:#fff;
}
.top-r{
    float: right;
	padding: 20px 5px 0 0;
}
.top-r a{
	color: #fff;
    background: #f00;
    padding: 0 5px;
    border-radius: 5px;
}
/*==========================================    all image style==========================================*/
img {
    -webkit-user-drag: none;
    -moz-user-drag: none;
    user-drag: none;
}

/*==========================================  back-to-top==========================================*/
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 96px;
    z-index: 66;
    width: 60px;
    height: 60px;
    padding: 15px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px -7px;
    box-shadow: 0 0 15px -7px;
    background: #fff;
    cursor: pointer;
}

/*==========================================    section title==========================================*/
.section-title {
    margin-bottom: 54px;
}

.section-title.remove-space {
    margin-bottom: 36px;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    color: #242424;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 100%;
    margin-bottom: 16px;
    margin-top: -3px;
}

.section-title h2.add-space {
    margin-bottom: 24px;
}

.section-title p {
    font-size: 16px;
    margin-top: 12px;
    line-height: 30px;
}

.c-white {
    color: #fff;
}

/*==========================================    Preloader==========================================*/
.sec {
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, right top, from(#052157), to(#04091d));
    background-image: -webkit-linear-gradient(left, #052157 0%, #04091d 100%);
    background-image: -o-linear-gradient(left, #052157 0%, #04091d 100%);
    background-image: linear-gradient(90deg, #052157 0%, #04091d 100%);
    width: 100%;
    position: fixed;
    z-index: 999;
}

.abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Safari */
    -moz-transform: translate(-50%, -50%);
    /* Firefox Older versions*/
    -o-transform: translate(-50%, -50%);
    /* Opera */
    transform: translate(-50%, -50%);
}

/* box fall preloader */
.sq-wrapper {
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    text-align: center;
}

.sq-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none transparent;
    overflow: hidden;
}

.sq-fill {
    background: none #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.loader>div::after {
    content: "LOADING HOSTZA";
    position: absolute;
    white-space: nowrap;
    top: 1.875em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.6;
    letter-spacing: 0.125em;
    font-size: 1.075em;
    color: #fff;
    font-family: 'Dosis', sans-serif;
}

/*==========================================    scroll to top button==========================================*/
.scroll-to-top {
    position: fixed;
    right: 50px;
    bottom: 80px;
    display: inline-block;
    z-index: 9;
    width: 40px;
    height: 40px;
    background: #052157;
    border: 2px solid #fff;
    text-align: center;
}

.scroll-to-top a {
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    padding: 2px 0 0px 0;
    display: inline-block;
}

.scroll-to-top a i {
    color: #fff;
}

/*==========================================    Google map ==========================================*/
.goolge-map-content {
    width: 300px;
}

.goolge-map-content .thumb img {
    width: 100%;
}

.goolge-map-content .thumb span.tag {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 12px;
    margin-bottom: 4px;
    display: inline-block;
}

.goolge-map-content .thumb .content-inner .content h4 {
    font-size: 20px;
    color: #242424;
    font-weight: 700;
}

/*==========================================    normalize==========================================*/
html {
    font-family: "Poppins", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin: 0;
    color: #242424;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Condensed", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    line-height: 1.3;
}

p {
    line-height: 1.6;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

a {
    color: #242424;
    text-decoration: none;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a i {
    padding: 0 2px;
}

img {
    max-width: 100%;
}

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd;
}

/** * 5.0 - Alignments */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*=====================================    header=====================================*/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 55;
    position: absolute;
    margin-top: 30px;
}

.header .logo a {
    display: inline-block;
}
.header .logo{     display: flex;
    align-items: center;
}
.header .logo h1{margin: 0;color: #000;}
.header .mainmenu {
    float: right;
}

.header .mainmenu .navbar {
    padding: 0;
}

.header .mainmenu .navbar .navbar-nav .nav-item .nav-link {
    color: #034db1;
    text-transform: uppercase;
    padding: 0;
    margin: 40px 15px 39px;
    font-weight: 500;
}

.header .mainmenu .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
    position: relative;
    padding-right: 20px;
}

.header .mainmenu .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
    position: relative;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: auto;
    width: auto;
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    font-size: 13px;
}

.header .mainmenu .navbar .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
}

.header .mainmenu .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.header .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: block;
    padding: 0;
    margin: 0;
    border-radius: 0;
    top: 150%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.header .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 15px 15px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 500;
    color: rgba(3, 77, 177, 0.8);
}

.header .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.header .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
    background: #034db1;
    color: #fff;
}

.header .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #034db1;
    opacity: .3;
}

.header .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:last-child:after {
    display: none;
}

.header .search-nd-cart {
    text-align: center;
    background: #034db1;
    padding: 7px 0;
    border-radius: 50px;
    width: 100%;
}
.header .search-nd-cart ul{
    display: flex;
    justify-content: space-around;
    padding: 0 10px;
 }
.header .search-nd-cart ul li {
    display: inline-block;
    width: 33.33%;
    border-right: 1px solid rgb(182 182 182 / 62%);
}

.header .search-nd-cart ul li:last-child{border-right: 0;}

.header .search-nd-cart ul li a {
    display: inline-block;
    color: #fff;
    line-height: 100%;
    width: 33px;
}

.header .search-nd-cart ul li:last-child a {
    border: none;
}

.container.tamim {
    position: relative;
    z-index: 0;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

.container.tamim:after {
    position: absolute;
    content: '';
    left: -30px;
    top: 0;
    right: 40%;
    height: 100%;
    background: white;
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
    z-index: -1;
    border-radius: 20px 0 0 20px;
}

.container.tamim:before {
    position: absolute;
    content: '';
    right: -30px;
    top: 0;
    left: 40%;
    height: 100%;
    background: white;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    z-index: -1;
    border-radius: 0 20px 20px 0;
}

/*=====================================    banner=====================================*/
.banner {
    background: url("../images/banner-2.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 44;
}

.banner.banner-1 {
    background: none;
}

.banner.banner-1:after {
    opacity: 1;
}

.banner.banner-2:after {
    background: -webkit-linear-gradient(200deg, #713ae8, #3703a2);
}

.banner.banner-2 .banner-content .banner-buttons a:first-child {
    border-color: #3703a2;
}

.banner.banner-2 .banner-content .banner-buttons a:after {
    background: -webkit-linear-gradient(100deg, #713ae8, #3703a2);
}

.banner.banner-2 .will-margin {
    margin: 11px;
}

.banner.banner-2 .will-margin .part-img {
    background: url("../images/banner-img2.jpg") center center no-repeat;
    background-size: cover;
    padding: 26px;
    border-radius: 50%;
}

.banner.banner-2 .will-margin .part-img:before {
    border-radius: 50%;
    opacity: .6;
}

.banner.banner-2 .will-margin .part-img img {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    border: 2px dashed #3703a2;
}

.banner:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-140deg, #4b6cb7, #182848);
    z-index: -1;
    opacity: 0.85;
}

.banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .8;
    background: #000;
}

.banner #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url(../images/style.css);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    left: 0;
    top: 0;
}

.banner #particles canvas {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.banner .buttonBar {
    display: none;
}

.banner .banner-img {
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    -webkit-animation: banerimg 2s infinite;
    animation: banerimg 2s infinite;
}

.banner .banner-img.home-five {
    margin-top: 55px;
}

.banner .banner-img img {
    -webkit-user-drag: none;
    -moz-user-drag: none;
    width: 100%;
}

.banner .banner-content {
    padding: 35px 0;
    margin-top: 130px;
}

.banner .banner-content h4 {
    font-size: 36px;
    color: #fff;
    margin: -8px 0 1px;
}

.banner .banner-content h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    margin: 0px 0 17px;
}

.banner .banner-content p {
    font-size: 16px;
    line-height: 30px;
    color: #e9e9e9;
}

.banner .banner-content ul li {
    color: #e9e9e9;
    font-weight: 300;
    padding: 2px 0;
    font-size: 16px;
}

.xdms-list {
    /* display: flex; */
    /* flex-wrap: wrap; */
    justify-content: space-between;
}

.xdms-item {
    position: relative;
    height: 455px;
    background: #FFFFFF;
    /* border: 1px solid #E5E9ED; */
    border-radius: 10px;
    border-color: #b9b9b9;
    margin-top: -5px;
    -webkit-box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.14);
    border: none;
    box-sizing: border-box;
    overflow: hidden;
    width: 23%;
}
.xdms-item.hotItem{
        height: 340px;
}
.xdms-item.hotItem .xdms-subtitle{
    color: #FF9900;
}
 
.xdms-top {
    position: relative;
    height: 40px;
}

.xdms-top img {
    position: absolute;
    top: 0;
    right: 0;
}

.xdms-top span {
    border-radius: 4px 20px 0 8px;
    position: absolute;
    height: 30px;
    color: #ffff;
    line-height: 30px;
    text-align: center;
    width: 135px;
    top: 0px;
    right: -15px;
    background: #034db1;
}

.xdms-midle {
    padding: 0 20px;
}

.xdms-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
    font-size: 20px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 19px;
    color: #242424;
    margin-top: 19px;
}

.xdms-subtitle {
    margin: 20px 0;
    width: 100%;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 28px;
    color: #242424;
}


.xdms-desc {
    height: 100px;
    font-size: 14px;
    color: #000;
}

.xdms-tag {
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.xdms-tag span {
    margin: 0 10px 5px 0;
    padding: 5px 7px;
    font-size: 14px;
    color: #034db1;
    border: 1px solid #034db1;
}

.xdms-btn {
    color: #034db1;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 46px;
    display: block;
    background: #fff;
    width: 100%;
    height: 46px;
    border-top: 1px solid #E5E9ED;
    border-radius: 0px 0px 10px 10px;
}

.xdms-item:hover .xdms-btn {
    color: #fff;
    background: #034db1;
}

.xdms-item:hover {
    cursor: pointer;
    background: url(../images/bg-xdms.png) 100% 100% no-repeat;
     background-size: cover;
}


.banner .banner-content ul li span.icon {
    display: inline-block;
    margin-right: 10px;
}

.banner .banner-content .banner-buttons {
    margin-top: 37px;
}
.banner .banner-content .banner-buttons a img{width: 25px;display: inline-block;margin-right: 10px;}
.banner .banner-content .banner-buttons a {
    display: inline-block;
    width: 150px;
    height: 60px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    text-align: center;
    line-height: 60px;
    border: 1px solid #fff;
    margin-right: 26px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.banner .banner-content .banner-buttons a:after {
    position: absolute;
    content: '';
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    background-image: -webkit-linear-gradient(90deg, #008eca 0%, #034db1 92%);
    z-index: -1;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.banner .banner-content .banner-buttons a:first-child {
    border-color: transparent;
}

.banner .banner-content .banner-buttons a:first-child:hover {
    border-color: #fff;
}

.banner .banner-content .banner-buttons a:first-child:hover:after {
    opacity: 0;
}

.banner .banner-content .banner-buttons a:last-child:after {
    opacity: 0;
}

.banner .banner-content .banner-buttons a:last-child:hover {
    border-color: transparent;
}

.banner .banner-content .banner-buttons a:last-child:hover:after {
    opacity: 1;
}

.banner .part-img {
    /*margin-top: 130px;*/
    position: relative;
    z-index: 2;
    padding: 12px;
}

.banner .part-img:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 90% 10%;
    opacity: 0;
}

.banner .part-img:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 90% 10%;
    background: #fff;
    -webkit-transform: rotate(86deg);
    -ms-transform: rotate(86deg);
    transform: rotate(86deg);
    opacity: .4;
    z-index: -1;
}

.banner .part-img img {
    border-radius: 90% 10%;
}

.banner .shape-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 55;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-animation: banner-shape 5s infinite;
    animation: banner-shape 5s infinite;
    display: none;
}

.banner .shape-bottom img {
    -webkit-user-drag: none;
    -moz-user-drag: none;
    width: 100%;
}

@-webkit-keyframes banerimg {
    0% {
        margin-bottom: 0;
    }

    50% {
        margin-bottom: 20px;
    }

    100% {
        margin-bottom: 0px;
    }
}

@keyframes banerimg {
    0% {
        margin-bottom: 0;
    }

    50% {
        margin-bottom: 20px;
    }

    100% {
        margin-bottom: 0px;
    }
}

@-webkit-keyframes banner-shape {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -5px;
    }

    100% {
        bottom: 0;
    }
}

@keyframes banner-shape {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -5px;
    }

    100% {
        bottom: 0;
    }
}

/*=====================================    domain search=====================================*/
.domain {
    padding: 80px 0 80px;
    border-bottom: 1px solid rgba(85, 32, 198, 0.1);
}

.domain .search-bar .search-form {
    border: 1px solid rgba(3, 77, 177, 0.5);
    border-radius: 50px;
    overflow: hidden;
}

.domain .search-bar .search-form input {
    height: 60px;
    width: 100%;
    border: none;
    background: transparent;
    padding: 30px;
    color: #034db1;
}

.domain .search-bar .search-form input::-webkit-input-placeholder {
    color: #034db1;
    opacity: .8;
}

.domain .search-bar .search-form input:-ms-input-placeholder {
    color: #034db1;
    opacity: .8;
}

.domain .search-bar .search-form input::-ms-input-placeholder {
    color: #034db1;
    opacity: .8;
}

.domain .search-bar .search-form input::placeholder {
    color: #034db1;
    opacity: .8;
}

.domain .search-bar .search-form select {
    height: 60px;
    width: 100%;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 0px 0 15px;
    color: #034db1;
}

.domain .search-bar .search-form select option {
    background: #034db1;
    color: #fff;
}

.domain .search-bar .search-form .icon {
    position: absolute;
    top: 50%;
    color: #034db1;
    font-size: 15px;
    z-index: 666;
    right: 11px;
    line-height: 0;
    margin-top: -7px;
}

.domain .search-bar .search-form button {
    height: 60px;
    width: 100%;
    border: none;
    border-radius: 50px 0 0 50px;
    background: #034db1;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
    color: #fff;
    position: relative;
    right: -1px;
    cursor: pointer;
}

.domain .available-domain {
    margin-top: 40px;
}

.domain .available-domain .domain-list {
    text-align: center;
}

.domain .available-domain .domain-list li {
    display: inline-block;
    padding: 7px 25px;
    position: relative;
    background: white;
    border-radius: 50px;
    margin-right: 20px;
    color: #fff;
    -webkit-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.domain .available-domain .domain-list li:hover {
    background: #034db1;
}

.domain .available-domain .domain-list li:hover div {
    color: #fff !important;
}

.domain .available-domain .domain-list li:hover div span {
    color: #fff !important;
}

.domain .available-domain .domain-list li div {
    color: #034db1 !important;
    font-size: 24px !important;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.domain .available-domain .domain-list li div span {
    color: #034db1 !important;
    font-size: 24px !important;
    margin-right: 2px !important;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.domain .available-domain .domain-list li .price {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-weight: 600;
    padding-left: 10px;
}

.domain .available-domain .domain-list li .dot {
    font-size: 36px;
    line-height: 46px;
    color: #ff8026;
    font-weight: 700;
}

.domain .available-domain .domain-list li .com {
    font-size: 36px;
    line-height: 46px;
    color: #04c1ff;
    font-weight: 700;
}

.domain .available-domain .domain-list li .co {
    font-size: 36px;
    line-height: 46px;
    color: #f30df6;
    font-weight: 700;
}

.domain .available-domain .domain-list li .net {
    font-size: 36px;
    line-height: 46px;
    color: #f33401;
    font-weight: 700;
}

.domain .available-domain .domain-list li .net .dot {
    color: #4adb03;
}

.domain .available-domain .domain-list li .info {
    font-size: 36px;
    line-height: 46px;
    color: #04c1ff;
    font-weight: 700;
}

.domain .available-domain .domain-list li .info .dot {
    color: #f6d20d;
}

.domain .available-domain .domain-list li .store {
    font-size: 36px;
    line-height: 46px;
    color: #ffb505;
    font-weight: 700;
}

.domain .available-domain .domain-list li .store .dot {
    color: #f30df6;
}

/*=====================================    choosing reason=====================================*/
.choosing-reason {
    padding: 120px 0 90px;
    background: #fdfdfd;
}

.choosing-reason .single-reason {
  
    padding: 29px;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 19px;
    padding-top: 40px;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;

    border-color: #b9b9b9;
    margin-top: -5px;
    -webkit-box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.14);
    border: none;
}

.choosing-reason .single-reason:hover {
  
}

.choosing-reason .single-reason .part-icon {
    width: 70px;
    margin-bottom: 24px;
    display: inline-block;
    padding: 14px;
    border: 5px solid rgba(3, 77, 177, 0.2);
    border-radius: 50%;
    height: 70px;
    position: relative;
    z-index: 2;
    background: #fff;
}

.choosing-reason .single-reason .part-icon img {
    width: 100%;
}

.choosing-reason .single-reason .part-text h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 19px;
    color: #242424;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.choosing-reason .single-reason .part-text p {
    font-size: 15px;
    line-height: 28px;
    color: #242424;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    min-height: 42px;
}

/*=====================================    service=====================================*/
.service {
    padding: 120px 0;
    background: #f5f8fc;
}

.service .part-img img {
    max-width: none;
    width: auto;
}

.service .part-service .single-service {
    text-align: center;
    background: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px 30px 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    height: 300px;
}

.service .part-service .single-service:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
    z-index: 5;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.service .part-service .single-service:hover .part-icon img {
    border-color: #034db1;
}

.service .part-service .single-service .part-icon {
    height: 80px;
    margin-bottom: 24px;
}

.service .part-service .single-service .part-icon img {
    height: 100%;
    border: 2px solid rgba(36, 36, 36, 0.2);
    border-radius: 50%;
    padding: 5px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.service .part-service .single-service .part-text h3 {
    font-size: 24px;
    font-weight: 700;
    color: #242424;
    margin-bottom: 20px;
}

.service .part-service .single-service .part-text p {
    font-size: 16px;
    line-height: 30px;
    color: #242424;
}

.service .container .row:last-child .part-service .row .col-xl-4:nth-child(3) .single-service,
.service .container .row:last-child .part-service .row .col-xl-4:nth-child(6) .single-service {
    border-right: none;
}

.service .container .row:last-child .part-service .row .col-xl-4:nth-child(4) .single-service,
.service .container .row:last-child .part-service .row .col-xl-4:nth-child(5) .single-service,
.service .container .row:last-child .part-service .row .col-xl-4:nth-child(6) .single-service {
    border-bottom: none;
}

/*=====================================    plan=====================================*/
.plan {
    padding: 120px 0;
}

.plan .single-plan {
    -webkit-box-shadow: 0px 17px 40px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 17px 40px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.plan .single-plan:hover {
    margin-top: -5px;
}

.plan .single-plan .part-top {
    padding: 22px 0 0;
}

.plan .single-plan .part-top span {
    display: inline-block;
}

.plan .single-plan .part-top span.small {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #666;
    font-family: "Poppins", sans-serif;
}

.plan .single-plan .part-top span.number {
    font-size: 40px;
    color: #034db1;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 14px;
}

.plan .single-plan .part-top .part-icon {
    height: 60px;
    margin-bottom: -30px;
}

.plan .single-plan .part-top .part-icon img {
    height: 100%;
}

.plan .single-plan .part-middle {
    border-top: 1px solid #034db1;
    padding: 63px 30px 17px;
}

.plan .single-plan .part-middle h3 {
    font-weight: 700;
    text-transform: capitalize;
    color: #034db1;
    font-size: 24px;
    margin-bottom: 20px;
}

.plan .single-plan .part-middle p {
    font-size: 16px;
    line-height: 30px;
    color: #242424;
}

.plan .single-plan .part-bottom {
    border-top: 1px solid #034db1;
    padding: 30px 0;
}

.plan .single-plan .part-bottom a {
    display: inline-block;
    width: 140px;
    height: 50px;
    line-height: 50px;
    background: #034db1;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #034db1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.plan .single-plan .part-bottom a:hover {
    background: transparent;
    color: #034db1;
}

/*=====================================    offer=====================================*/
.offer {
    padding: 120px 0;
    background: url("../images/offer-bg.png") right bottom no-repeat;
    background-size: 100%;
}

.offer .offer-area .nav .nav-link {
    background: #fff;
    padding: 0;
    height: 160px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
}

.offer .offer-area .nav .nav-link:after {
    position: absolute;
    content: '';
    left: 100%;
    top: 0;
    height: 100%;
    width: 4px;
    background: #034db1;
    margin-left: 31px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 55;
}

.offer .offer-area .nav .nav-link img {
    height: 60px;
    -webkit-filter: grayscale(100%) brightness(2);
    filter: grayscale(100%) brightness(2);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.offer .offer-area .nav .nav-link.active {
    -webkit-box-shadow: 0px 2px 41px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 2px 41px 0px rgba(0, 0, 0, 0.07);
    border-color: transparent;
}

.offer .offer-area .nav .nav-link.active:after {
    opacity: 1;
}

.offer .offer-area .nav .nav-link.active img {
    -webkit-filter: none;
    filter: none;
}

.offer .offer-area .tab-content .offer-details {
    padding: 50px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.offer .offer-area .tab-content .offer-details h3 {
    font-size: 30px;
    color: #242424;
    font-weight: 700;
    margin-top: -8px;
    margin-bottom: 20px;
}

.offer .offer-area .tab-content .offer-details p {
    font-size: 16px;
    line-height: 30px;
}

.offer .offer-area .tab-content .offer-details p.first {
    margin-bottom: 27px;
}

.offer .offer-area .tab-content .offer-details a {
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    background: #034db1;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #034db1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-top: 21px;
}

.offer .offer-area .tab-content .offer-details a:hover {
    background: transparent;
    color: #034db1;
}

/*=====================================    testimonial=====================================*/
.testimonial {
    padding: 120px 0 100px;
    background: #f5f8fc;
}

.testimonial .single-testimonial {
    padding: 50px 40px;
    background: #fff;
}

.testimonial .single-testimonial .part-quot .user-pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 22px;
    -webkit-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.15);
}

.testimonial .single-testimonial .part-quot .user-pic img {
    width: 100%;
}

.testimonial .single-testimonial .part-quot p {
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
    color: #242424;
    margin-bottom: 22px;
    opacity: .9;
}

.testimonial .single-testimonial .part-info span {
    display: block;
}

.testimonial .single-testimonial .part-info span.user-name {
    font-size: 20px;
    color: #242424;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin-bottom: 2px;
}

.testimonial .single-testimonial .part-info span.user-position {
    font-size: 14px;
    color: #034db1;
}

/*=====================================    shared vweb host=====================================*/
.shared-web-host {
    padding: 120px 0;
    background: url(../images/shared-web-host-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.shared-web-host:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-140deg, #4b6cb7, #182848);
    opacity: .95;
    z-index: -1;
}

.shared-web-host.homepage-2:after {
    background: -webkit-linear-gradient(200deg, #713ae8, #3703a2);
}

.shared-web-host .part-text span {
    font-size: 24px;
    margin-bottom: 5px;
    display: inline-block;
    color: #fefefe;
    margin-top: -7px;
}

.shared-web-host .part-text h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 18px;
}

.shared-web-host .part-text p {
    font-size: 16px;
    line-height: 30px;
}
.shared-web-host .part-text a img{display: inline-block;margin-right: 10px;width: 25px;height: 25px;background: #3b5695;}
.shared-web-host .part-text a {
    display: inline-block;
    margin: 0 10px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    color: #242424;
    font-weight: 500;
    border-radius: 50px;
    background: #fff;
    text-align: center;
    margin-top: 18px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.shared-web-host .part-text a:hover {
    background: #242424;
    color: #fff;
}

/*=====================================    footer=====================================*/
.footer {
    padding: 120px 0 110px;
    background: #131a36;
    position: relative;
}

.footer .footer-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .3;
}

.footer .subscribe-mail {
    background: #034db1;
    padding: 40px;
    padding-bottom: 30px;
    border-radius: 5px;
    margin-bottom: 60px;
}

.footer .subscribe-mail .part-text h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    margin: -5px 0 4px;
}

.footer .subscribe-mail .part-text p {
    line-height: 30px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin: 0;
}

.footer .subscribe-mail .part-form form {
    position: relative;
}

.footer .subscribe-mail .part-form form input {
    height: 50px;
    width: 100%;
    border: none;
    background: #fff;
    padding: 0 170px 0 30px;
    border-radius: 50px;
}

.footer .subscribe-mail .part-form form button {
    height: 50px;
    width: 140px;
    background: #06b4fd;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.footer .subscribe-mail .part-form form button:hover {
    background: #0379ac;
}

.footer .single-foot .about-widget a {
    display: inline-block;
    margin-bottom: 22px;
}

.footer .single-foot .about-widget a img {
    -webkit-filter: invert(100) brightness(4);
    filter: invert(100) brightness(4);
}

.footer .single-foot .about-widget p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 21px;
}

.footer .single-foot .about-widget .social ul li {
    display: inline-block;
}

.footer .single-foot .about-widget .social ul li a {
    font-size: 16px;
    color: #fff;
    opacity: .8;
    margin-right: 6px;
}

.footer .single-foot .about-widget .social ul li a:hover i {
    margin-right: 6px;
}

.footer .single-foot .about-widget .social ul li a i {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.footer .single-foot .about-widget .social ul li:last-child a {
    margin-right: 0;
}

.footer .single-foot .link-widget h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 18px;
    margin-top: -4px;
}

.footer .single-foot .link-widget ul li {
    margin-bottom: 7px;
}

.footer .single-foot .link-widget ul li a {
    font-weight: 300;
    color: #fff;
    font-size: 15px;
}

.footer .single-foot .link-widget ul li a i {
    display: inline-block;
    margin-right: 6px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.footer .single-foot .link-widget ul li a:hover i {
    margin-right: 10px;
}

.footer .single-foot .contact-widget h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 18px;
    margin-top: -4px;
}

.footer .single-foot .contact-widget ul li {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 7px;
}

.footer .single-foot .contact-widget ul li span {
    display: inline-block;
}

.footer .single-foot .contact-widget ul li span.icon {
    margin-right: 6px;
    float: left;
}

.footer .single-foot .contact-widget ul li span.text {
    display: flow-root;
}

/*=====================================    copyright=====================================*/
.copyright {
    background: #131a36;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.copyright .part-copyright {
    text-align: right;
}

.copyright .part-copyright p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: 300;
    opacity: .9;
    padding: 27px 0 28px;
}

/*=====================================    search bar=====================================*/
.search-bar-background {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    overflow: hidden;
    z-index: 777;
    background-image: -webkit-linear-gradient(90deg, #1135ba 0%, #15095e 92%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.search-bar-background .close-search-bar {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 60px;
    right: 60px;
    opacity: .4;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.search-bar-background .close-search-bar:hover {
    opacity: 1;
}

.search-bar-background .search-bar-area form {
    position: relative;
}

.search-bar-background .search-bar-area form input {
    width: 100%;
    background: transparent;
    border: none;
    border-left: 5px solid white;
    height: 100px;
    font-size: 50px;
    color: #fff;
    padding: 50px;
    padding-right: 150px;
}

.search-bar-background .search-bar-area form input::-webkit-input-placeholder {
    color: #fff;
    opacity: .7;
}

.search-bar-background .search-bar-area form input:-ms-input-placeholder {
    color: #fff;
    opacity: .7;
}

.search-bar-background .search-bar-area form input::-ms-input-placeholder {
    color: #fff;
    opacity: .7;
}

.search-bar-background .search-bar-area form input::placeholder {
    color: #fff;
    opacity: .7;
}

.search-bar-background .search-bar-area form button {
    width: 100px;
    height: 100px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 50px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
}

/*=====================================    counter=====================================*/
.counter {
    background: #0c1319;
    /*background: url(../images/counter.jpg) center center no-repeat;*/
    background-size: cover;
    position: relative;
    z-index: 2;
}

.counter:after {
    background: #0c1319;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .96;
}

.counter .single-count {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 0 60px;
}

.counter .single-count.special {
    position: relative;
    z-index: 2;
}

.counter .single-count.special:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: skewX(-7deg);
    -ms-transform: skewX(-7deg);
    transform: skewX(-7deg);
}

.counter .single-count .part-icon {
    display: inline-block;
    height: 60px;
    margin-right: 30px;
}

.counter .single-count .part-icon img {
    height: 100%;
}

.counter .single-count .part-text {
    text-align: left;
    display: inline-block;
}

.counter .single-count .part-text h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    margin-top: -6px;
    margin-bottom: 0px;
}

.counter .single-count .part-text span {
    font-size: 18px;
    color: #c0c0c0;
    font-weight: 400;
    font-family: "Roboto Condensed", sans-serif;
    opacity: .8;
}

/*=====================================    video=====================================*/
.video {
    padding: 120px 0;
    position: relative;
    background: url("../images/banner-3.jpg") center center no-repeat;
    background-size: cover;
    z-index: 2;
}

.video:after {
    background: -webkit-linear-gradient(-140deg, #4b6cb7, #182848);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .95;
}

.video.homepage-2:after {
    background: -webkit-linear-gradient(200deg, #713ae8, #3703a2);
}

.video .section-title h2 {
    color: #fff;
}

.video .section-title p {
    color: #fff;
    opacity: .8;
}

.video .play-video {
    display: inline-table;
    position: relative;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.video .play-video:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    right: 0;
    bottom: 0;
    background: #ffffff;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

.video .play-video a {
    font-size: 26px;
    display: table-cell;
    line-height: 0;
    padding: 0 0 0 5px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    background: #ffffff;
    color: #1135ba;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/*=====================================    extra offer=====================================*/
.our-extra-feature {
    padding-top: 120px;
}

.our-extra-feature .nav-tabs {
    border: none;
}

.our-extra-feature .nav-tabs .nav-item .nav-link {
    padding: 14px 30px;
    border: none;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    border: 1px solid #f5f5f5;
    color: #242424;
    border-left: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
}

.our-extra-feature .nav-tabs .nav-item .nav-link.active,
.our-extra-feature .nav-tabs .nav-item .nav-link:hover {
    background: #034db1;
    color: #fff;
}

.our-extra-feature .nav-tabs .nav-item .nav-link:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 100%;
    height: 0px;
    width: 1px;
    background: #034db1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.our-extra-feature .nav-tabs .nav-item .nav-link.active:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 100%;
    height: 50px;
    width: 1px;
    background: #034db1;
}

.our-extra-feature .nav-tabs .nav-item:first-child .nav-link {
    border: 1px solid #f5f5f5;
}

.our-extra-feature .tab-content .tab-pane .extra-feature-content {
    border: 1px solid rgba(3, 77, 177, 0.2);
    margin-top: 50px;
    padding: 20px 20px;
    display: flow-root;
}

.our-extra-feature .tab-content .tab-pane .extra-feature-content .part-img {
    float: left;
    margin-right: 30px;
}

.our-extra-feature .tab-content .tab-pane .extra-feature-content .part-img img {
    padding: 0;
    border: 0;
    width: 400px;
}

.our-extra-feature .tab-content .tab-pane .extra-feature-content .part-text h3 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
}

/*=====================================    create account=====================================*/
.create-account {
    padding: 108px 0 120px;
    position: relative;
    background: url("../images/banner-3.jpg") center center no-repeat;
    background-size: cover;
    z-index: 2;
}

.create-account:after {
    background: -webkit-linear-gradient(-140deg, #4b6cb7, #182848);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .95;
}

.create-account.homepage-2:after {
    background: -webkit-linear-gradient(200deg, #713ae8, #3703a2);
}

.create-account .inner-content {
    text-align: center;
}

.create-account .inner-content ul {
    margin-bottom: 14px;
}

.create-account .inner-content ul li {
    display: inline-block;
    font-size: 36px;
    color: #fff;
    padding: 0 20px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    font-family: "Roboto Condensed", sans-serif;
}

.create-account .inner-content ul li:after {
    position: absolute;
    content: '';
    right: -4px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

.create-account .inner-content ul li:last-child:after {
    display: none;
}

.create-account .inner-content p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    opacity: .8;
}

.create-account .inner-content a {
    display: inline-block;
    height: 50px;
    padding: 0 30px;
    background: #fff;
    color: #1135ba;
    font-weight: 500;
    line-height: 50px;
    border-radius: 50px;
    margin-top: 14px;
}

/*=====================================    breadcrump=====================================*/
.breadcrump-octa {
    background: url("../images/breadcrump-bg.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.breadcrump-octa:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(90deg, #1135ba 0%, #15095e 92%);
    opacity: .97;
    z-index: -1;
}

.breadcrump-octa .breadcrump-content {
    padding: 88px 0 93px;
    margin-top: 130px;
}

.breadcrump-octa .breadcrump-content h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 3px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.breadcrump-octa .breadcrump-content .page-list li {
    color: #fff;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    margin-right: 6px;
}

.breadcrump-octa .breadcrump-content .page-list li:after {
    position: absolute;
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    right: 0;
    font-size: 15px;
}

.breadcrump-octa .breadcrump-content .page-list li:last-child:after {
    display: none;
}

.breadcrump-octa .breadcrump-content .page-list li a {
    color: #fff;
}

/*=====================================    about=====================================*/
.about {
    padding: 120px 0;
}

.about .part-text h3 {
    font-weight: 600;
    font-size: 40px;
    text-transform: capitalize;
    color: #242424;
    margin-bottom: 10px;
    margin-top: -8px;
}

.about .part-text p {
    color: #242424;
    line-height: 30px;
}

.about .part-text a {
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    background: #034db1;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #034db1;
    margin-top: 18px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.about .part-text a:hover {
    background: transparent;
    color: #034db1;
}

.about .part-img {
    position: relative;
}

.about .part-img.homepage {
    padding-left: 0px;
}

.about .part-img.homepage img {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(3, 77, 177, 0.5);
    border-radius: 90% 10%;
    padding: 0;
    border: none;
}

.about .part-img.homepage:after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: #122ca7;
    opacity: .3;
    border-radius: 90% 10%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.about .part-img img {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(3, 77, 177, 0.5);
}

.about .part-progressbar {
    margin-top: 29px;
}

.about .part-progressbar span {
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto Condensed", sans-serif;
    color: #242424;
    display: inline-block;
    margin-bottom: 6px;
}

.about .part-progressbar .progress {
    margin-bottom: 25px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
    overflow: visible;
    height: 5px;
}

.about .part-progressbar .progress:last-child {
    margin-bottom: 0;
}

.about .part-progressbar .progress .progress-bar {
    position: relative;
}

.about .part-progressbar .progress .progress-bar p {
    background: #034db1;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    margin: 0;
    display: inline-block;
    position: absolute;
    padding: 3px 6px;
    border-radius: 3px;
    content: '';
    right: 0;
    bottom: 100%;
    z-index: 2;
    margin-bottom: 5px;
}

.about .part-progressbar .progress .progress-bar p:after {
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -10px;
    margin-top: -19px;
    top: 100%;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #034db1;
    z-index: -1;
}

/*=====================================    dedicated hosting=====================================*/
.dedicated-plan {
    padding: 120px 0;
    background: #f5f8fc;
}

.dedicated-plan .section-title {
    margin-bottom: 55px;
}

.dedicated-plan .plan-table .table {
    background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #836fff 30%, #a85fff 100%);
    border-radius: 5px;
    background: #034db1;
}

.dedicated-plan .plan-table .table thead tr th {
    border: none;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 15px 0;
}

.dedicated-plan .plan-table .table tbody {
    background: #fff;
    -webkit-box-shadow: 0px 30px 200px 0px rgba(46, 35, 117, 0.1);
    box-shadow: 0px 30px 200px 0px rgba(46, 35, 117, 0.1);
}

.dedicated-plan .plan-table .table tbody tr {
    border-bottom: 1px solid #e9e1ff;
}

.dedicated-plan .plan-table .table tbody tr:last-child {
    border-bottom-color: #034db1;
}

.dedicated-plan .plan-table .table tbody tr th {
    text-align: center;
    padding: 0;
    vertical-align: middle;
    color: #242424;
    font-size: 14px;
    opacity: .8;
    font-weight: 500;
}

.dedicated-plan .plan-table .table tbody tr td {
    border-top: none;
    border-left: 1px solid #dfe5ff;
    text-align: center;
    padding: 0;
    color: #242424;
    font-size: 14px;
    opacity: .8;
    font-weight: 500;
    vertical-align: middle;
}

.dedicated-plan .plan-table .table tbody tr td:last-child {
    padding: 10px 0;
}

.dedicated-plan .plan-table .table tbody tr td button.order-button {
    border: none;
    width: 120px;
    height: 40px;
    background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #836fff 30%, #a85fff 100%);
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    background: #034db1;
    border-radius: 50px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #034db1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.dedicated-plan .plan-table .table tbody tr td button.order-button:hover {
    background-image: -webkit-linear-gradient(-180deg, #a85fff 0%, #836fff 30%, #5e7eff 100%);
    background: transparent;
    color: #034db1;
}

.dedicated-plan .plan-buttons {
    text-align: center;
    margin-top: 49px;
}

.dedicated-plan .plan-buttons a {
    display: inline-block;
    height: 60px;
    width: 200px;
    line-height: 60px;
    text-align: center;
    background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #836fff 30%, #a85fff 100%);
    background: #034db1;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #034db1;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-right: 25px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.dedicated-plan .plan-buttons a:last-child {
    margin-right: 0;
}

.dedicated-plan .plan-buttons a:hover {
    background: transparent;
    color: #034db1;
}

/*--------------------------    VPS Hosting page---------------------------*/
.vps-pricing-area {
    background: #f5f8fc;
    padding: 120px 0;
}

.vps-pricing-area .section-title {
    margin-bottom: 54px;
}

.vps-pricing-area .section-inner-title {
    text-align: center;
    margin-bottom: 40px;
}

.vps-pricing-area .section-inner-title .title {
    font-size: 36px;
    line-height: 46px;
}

.vps-pricing-area .bottom-content .range-slider-wrapper {
    margin-bottom: 50px;
    background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #836fff 30%, #a85fff 100%);
    padding: 30px 40px;
    border-radius: 5px;
    background: #034db1;
}

.vps-pricing-area .bottom-content .range-slider-wrapper .ui-widget-header {
    border: 4px solid #fff;
    background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #836fff 30%, #a85fff 100%);
    border-radius: 15px;
    background: #034db1;
}

.vps-pricing-area .bottom-content .range-slider-wrapper .ui-slider-horizontal {
    border-radius: 15px;
}

.vps-pricing-area .bottom-content .range-slider-wrapper .ui-slider-horizontal .ui-slider-handle {
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50%;
    border: 3px solid #242424;
    background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #836fff 30%, #a85fff 100%);
    background: white;
}

.vps-pricing-area .bottom-content .range-slider-wrapper .ui-slider-horizontal .ui-slider-handle:focus {
    outline: none;
}

.vps-pricing-area .bottom-content .feature-box-wrapper .single-vps-feature-box {
    margin-bottom: 30px;
    text-align: center;
    -webkit-box-shadow: 0px 30px 200px 0px rgba(46, 35, 117, 0.1);
    box-shadow: 0px 30px 200px 0px rgba(46, 35, 117, 0.1);
}

.vps-pricing-area .bottom-content .feature-box-wrapper .single-vps-feature-box .vpsf-header {
    background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #836fff 30%, #a85fff 100%);
    padding: 19px 0;
    border-radius: 5px 5px 0 0;
    background: #034db1;
}

.vps-pricing-area .bottom-content .feature-box-wrapper .single-vps-feature-box .vpsf-header .title {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.vps-pricing-area .bottom-content .feature-box-wrapper .single-vps-feature-box .vpsf-body {
    padding: 18px 0;
    border-bottom: 1px solid #034db1;
}

.vps-pricing-area .bottom-content .feature-box-wrapper .single-vps-feature-box .vpsf-body span.detials {
    font-size: 16px;
    opacity: .8;
    color: #242424;
    font-weight: 500;
}

.vps-pricing-area .plan-buttons {
    text-align: center;
    margin-top: 19px;
}

.vps-pricing-area .plan-buttons a {
    display: inline-block;
    height: 60px;
    width: 200px;
    line-height: 60px;
    text-align: center;
    background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #836fff 30%, #a85fff 100%);
    background: #034db1;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #034db1;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-right: 25px;
}

.vps-pricing-area .plan-buttons a:last-child {
    margin-right: 0;
}

.vps-pricing-area .plan-buttons a:hover {
    background: transparent;
    color: #034db1;
}

/*=====================================    hosting=====================================*/
.hosting .nav.nav-tabs {
    margin-bottom: 60px;
    border: none;
}

.hosting .nav.nav-tabs .nav-item .nav-link {
    text-align: center;
    height: 70px;
    line-height: 70px;
    padding: 0;
    font-size: 18px;
    color: #777;
    font-weight: 600;
    border-radius: 0;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    border-color: rgba(3, 77, 177, 0.2);
    border-right: 0;
    color: #034db1;
}

.hosting .nav.nav-tabs .nav-item .nav-link.active {
    background: #034db1;
    color: #fff;
}

.hosting .nav.nav-tabs .nav-item:last-child .nav-link {
    border-right: 1px solid rgba(3, 77, 177, 0.2);
    border-radius: 0 50px 50px 0;
}

.hosting .nav.nav-tabs .nav-item:first-child .nav-link {
    border-radius: 50px 0px 0px 50px;
}

/*=====================================    datacenter=====================================*/
.datacenter #map {
    height: 600px;
}

/*=====================================    error=====================================*/
.error-wrap {
    padding: 82px 0 120px;
}

.error-text-part {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    position: relative;
    background-size: cover;
    background-image: url(../images/breadcrump-bg.jpg);
}

.error-text {
    font-size: 300px;
    color: black;
    background-color: white;
    mix-blend-mode: screen;
    width: 100%;
    height: 100%;
    font-weight: bolder;
    text-align: center;
    line-height: 300px;
    margin: 0;
    position: relative;
}

.error-overlay {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    mix-blend-mode: multiply;
}

.error-bottom {
    text-align: center;
    margin-top: 46px;
}

.error-bottom h3 {
    font-size: 40px;
    font-weight: 700;
    color: #034db1;
    margin-bottom: 19px;
}

.error-bottom p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 30px;
}

.error-bottom .sub-btn {
    margin-top: 18px;
    width: 160px;
    background: #034db1;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 50px;
}

/*=====================================    blog=====================================*/
.blog {
    padding: 120px 0;
    /*=====================================        blog details    =====================================*/
}

.blog .part-post .single-blog {
    margin-bottom: 60px;
}

.blog .part-post .single-blog .part-img img {
    width: 100%;
}

.blog .part-post .single-blog .part-meta {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.blog .part-post .single-blog .part-meta span {
    padding: 8px 15px;
    display: inline-block;
    color: #838383;
}

.blog .part-post .single-blog .part-meta span.poster {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.blog .part-post .single-blog .part-meta span.date {
    padding-right: 0;
}

.blog .part-post .single-blog .part-meta span i {
    margin-right: 6px;
}

.blog .part-post .single-blog .part-text {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-right: 20px;
    display: -ms-grid;
    display: grid;
}

.blog .part-post .single-blog .part-text h3 {
    margin-top: 20px;
    margin-bottom: 15px;
}

.blog .part-post .single-blog .part-text h3 a {
    color: #242424;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog .part-post .single-blog .part-text h3 a:hover {
    color: #1135ba;
}

.blog .part-post .single-blog .part-text p {
    font-size: 16px;
    line-height: 28px;
}

.blog .part-post .single-blog .part-text a.read-more-button {
    display: inline-block;
    background: #034db1;
    width: 140px;
    height: 42px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    margin-top: 15px;
    border: 1px solid #034db1;
    margin-bottom: -21px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog .part-post .single-blog .part-text a.read-more-button:hover {
    background: #fff;
    color: #034db1;
}

.blog .part-post .octa-pagination {
    text-align: center;
    margin-top: 40px;
}

.blog .part-post .octa-pagination nav {
    display: inline-block;
}

.blog .part-post .octa-pagination nav .pagination .page-item .page-link {
    padding: 19px 24px;
    font-size: 19px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #034db1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog .part-post .octa-pagination nav .pagination .page-item .page-link:hover,
.blog .part-post .octa-pagination nav .pagination .page-item .page-link:focus,
.blog .part-post .octa-pagination nav .pagination .page-item .page-link.active {
    background: #034db1;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog .part-sidebar .single-widget {
    margin-bottom: 40px;
}

.blog .part-sidebar .single-widget .search-box form {
    position: relative;
    overflow: hidden;
}

.blog .part-sidebar .single-widget .search-box form input {
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 50px;
    padding: 0 20px;
}

.blog .part-sidebar .single-widget .search-box form button {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    width: 50px;
    height: 50px;
    z-index: 2;
    cursor: pointer;
}

.blog .part-sidebar .single-widget .search-box form button:hover:after {
    background: #024296;
}

.blog .part-sidebar .single-widget .search-box form button:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0;
    background: #034db1;
    width: 56px;
    height: 100%;
    z-index: -1;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog .part-sidebar .single-widget .category h3 {
    font-size: 24px;
    background: #034db1;
    color: #fff;
    padding: 12px 30px 13px;
    margin: 0;
}

.blog .part-sidebar .single-widget .category ul li a {
    text-transform: capitalize;
    font-size: 15px;
    color: #242424;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 0;
    display: block;
    padding: 13px 20px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog .part-sidebar .single-widget .category ul li a i {
    margin-right: 8px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog .part-sidebar .single-widget .category ul li a:hover {
    color: #034db1;
}

.blog .part-sidebar .single-widget .category ul li a:hover i {
    margin-right: 13px;
}

.blog .part-sidebar .single-widget .recent-post h3 {
    font-size: 24px;
    background: #034db1;
    color: #fff;
    padding: 12px 30px 13px;
    margin: 0;
}

.blog .part-sidebar .single-widget .recent-post ul li {
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: none;
}

.blog .part-sidebar .single-widget .recent-post ul li a {
    font-weight: 500;
    color: #034db1;
    line-height: 22px;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 8px;
}

.blog .part-sidebar .single-widget .recent-post ul li span.date {
    display: block;
    font-size: 14px;
}

.blog.blog-details .part-post .single-blog {
    margin-bottom: 0;
}

.blog.blog-details .part-post .single-blog .part-text h3 a {
    font-size: 32px;
}

.blog.blog-details .part-post .single-blog .part-text {
    padding: 13px 50px 18px 0;
}

.blog.blog-details .part-post .single-blog .part-text p {
    font-size: 16px;
    line-height: 30px;
}

.blog.blog-details .part-post .single-blog .part-text p.quoted {
    padding: 22px 30px 24px;
    background: #034db1;
    color: #eee;
    margin: 8px 0 22px;
    border-radius: 5px;
}

.blog.blog-details .part-post .single-blog .part-text p.imged img {
    margin-right: 30px;
    float: left;
    margin-bottom: 1px;
}

.blog.blog-details .part-post .single-blog .part-author {
    display: flow-root;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 40px;
}

.blog.blog-details .part-post .single-blog .part-author .author-img {
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 30px;
}

.blog.blog-details .part-post .single-blog .part-author .author-img img {
    width: 100%;
}

.blog.blog-details .part-post .single-blog .part-author .author-text {
    display: table;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 30px;
}

.blog.blog-details .part-post .single-blog .part-author .author-text span {
    display: block;
}

.blog.blog-details .part-post .single-blog .part-author .author-text span.author-name {
    font-size: 22px;
    font-weight: 600;
    font-family: "Roboto Condensed", sans-serif;
    color: #242424;
}

.blog.blog-details .part-post .single-blog .part-author .author-text span.position {
    color: #242424;
    font-size: 14px;
}

.blog.blog-details .part-post .single-blog .part-author .author-text p.identity {
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0 22px;
}

.blog.blog-details .part-post .single-blog .part-author .author-text .social a {
    display: inline-block;
    color: #034db1;
    font-size: 20px;
    margin-right: 12px;
}

.blog.blog-details .part-post .single-blog .part-comments {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin-top: 40px;
}

.blog.blog-details .part-post .single-blog .part-comments .title {
    font-size: 28px;
    color: #034db1;
    font-weight: 700;
    margin: 0;
    margin-bottom: 28px;
    position: relative;
    display: inline-block;
}

.blog.blog-details .part-post .single-blog .part-comments .title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -29px;
    width: 100%;
    height: 1px;
    background: #034db1;
}

.blog.blog-details .part-post .single-blog .part-comments .single-comment {
    padding: 30px 0;
    display: flow-root;
}

.blog.blog-details .part-post .single-blog .part-comments .single-comment.reply {
    margin-left: 100px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left: none;
}

.blog.blog-details .part-post .single-blog .part-comments .single-comment:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.blog.blog-details .part-post .single-blog .part-comments .single-comment .user-img {
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    float: left;
    margin-right: 20px;
}

.blog.blog-details .part-post .single-blog .part-comments .single-comment .user-img img {
    width: 100%;
}

.blog.blog-details .part-post .single-blog .part-comments .single-comment .user-comment {
    display: table;
}

.blog.blog-details .part-post .single-blog .part-comments .single-comment .user-comment span.name {
    font-size: 20px;
    font-weight: 600;
    font-family: "Roboto Condensed", sans-serif;
    display: inline-block;
    margin-bottom: 6px;
}

.blog.blog-details .part-post .single-blog .part-comments .single-comment .user-comment button {
    background: #034db1;
    border: none;
    color: #fff;
    width: 100px;
    height: 40px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-top: 11px;
}

.blog.blog-details .part-post .single-blog .part-comment-box {
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 30px;
    margin-top: 40px;
}

.blog.blog-details .part-post .single-blog .part-comment-box .title {
    font-size: 28px;
    color: #034db1;
    font-weight: 700;
    margin: 0;
    margin-bottom: 28px;
    position: relative;
    display: inline-block;
}

.blog.blog-details .part-post .single-blog .part-comment-box .title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -24px;
    width: 100%;
    height: 1px;
    background: #034db1;
}

.blog.blog-details .part-post .single-blog .part-comment-box form {
    margin-top: 30px;
}

.blog.blog-details .part-post .single-blog .part-comment-box form input {
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
    padding: 0 30px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.blog.blog-details .part-post .single-blog .part-comment-box form textarea {
    width: 100%;
    height: 300px;
    padding: 20px 30px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.blog.blog-details .part-post .single-blog .part-comment-box form button {
    width: 160px;
    height: 60px;
    background: #034db1;
    color: #fff;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-top: 33px;
    position: relative;
}

/*==========================================    faq==========================================*/
.faq {
    padding: 120px 0 90px;
}

.faq .section-title {
    text-align: left;
    margin-bottom: 54px;
}

.faq .section-title h2 {
    margin-bottom: 21px;
    margin-top: -7px;
}

.faq .section-title a {
    background: rgba(0, 213, 99, 0.09);
    color: #034db1;
    display: inline-block;
    height: 50px;
    width: 200px;
    border: 1px solid rgba(0, 213, 99, 0.3);
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    margin-top: 21px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.faq .section-title a:hover {
    background: #034db1;
    border-color: #034db1;
    color: #fff;
}

.faq .accordion .card {
    border: none;
    margin-bottom: 30px;
}

.faq .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 10px;
}

.faq .accordion .card .card-header {
    border: none;
    border-radius: 10px;
    padding: 0;
}

.faq .accordion .card .card-header h5 {
    padding: 0;
}

.faq .accordion .card .card-header h5 button {
    color: #242424;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    padding: 0 30px 0 70px;
    height: 80px;
    display: block;
    width: 100%;
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 10px 10px 0 0;
    position: relative;
}

.faq .accordion .card .card-header h5 button:after {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    color: #034db1;
    text-align: center;
    border: 1px solid #034db1;
    border-radius: 50%;
    line-height: 100%;
    content: '\f067';
    font-size: 10px;
    line-height: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.faq .accordion .card .card-header h5 button.collapsed {
    border-radius: 10px;
    border: 1px solid rgba(3, 77, 177, 0.4);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq .accordion .card .card-header h5 button[aria-expanded="true"]:after {
    content: '\f068';
    color: #fff;
    background: #034db1;
}

.faq .accordion .card .card-body {
    -webkit-box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 0 0 10px 10px;
    padding-top: 0;
    margin-top: -6px;
    padding-left: 72px;
    padding-right: 70px;
    font-size: 16px;
    line-height: 30px;
}

/*=====================================    login=====================================*/
.login {
    padding: 120px 0;
}

.login .login-area {
    border: 2px solid rgba(0, 0, 0, 0.5);
    padding: 40px 30px;
}

.login .login-area form input {
    width: 100%;
    height: 60px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 30px;
    margin-bottom: 30px;
}

.login .login-area form textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px 30px;
    height: 200px;
    display: block;
    margin-bottom: 30px;
}

.login .login-area form button {
    width: 160px;
    height: 60px;
    color: #fff;
    background: #034db1;
    border: 1px solid #034db1;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-top: 10px;
}
.vipsue{margin-top: 80px;}
.login .login-area form button:hover {
    background: transparent;
    color: #034db1;
}

/*=====================================    terms=====================================*/
.term {
    padding: 108px 0 96px;
}

.term .term-area h2 {
    font-size: 40px;
    font-weight: 700;
    color: #242424;
    margin-bottom: 10px;
}

.term .term-area h3 {
    font-size: 24px;
    color: #242424;
    font-weight: 700;
    margin-bottom: 20px;
}

.term .term-area p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 18px;
}