body {
    padding: 0px;
    margin: 0px;
    font-family: "Poppins", sans-serif;
}

* {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3 {
    font-family: "Poppins", sans-serif;
    /*	font-family: 'myFirstFont', sans-serif;*/
}

.header-sec {
    background: url("../images/banner-bg.png");
    background-size: cover;
    padding-top: 30px;
    position: relative;
    padding-bottom: 50px;
}

.logo {
    width: 100%;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-row {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 8%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-details img {
    width: 100%;
    height: 350px !important;
    object-fit: cover !important;
    margin-bottom: 30px;
}

.blog-details h2 {
    font-size: 20px;
}

.navigation {
    float: right;
    margin-bottom: 0px;
    margin-top: 19px;
}

.navigation li {
    list-style: none;
    display: inline-block;
    margin-left: 44px;
    font-size: 15px;
    font-weight: 500;
}

.navigation li a {
    color: #000;
}

.let-talk {
    background: #135bfb;
    color: #fff;
    width: 115px;
    display: block;
    text-align: center;
    height: 38px;
    border-radius: 6px;
    line-height: 39px;
    float: right;
    margin-top: 11px;
    margin-left: 33px;
}

.my-image {
    float: right;
}

.my-image img {
    width: 100%;
}

.name-details {
    padding-left: 4%;
    margin-top: 16%;
}

.name-details h4 {
    margin: 0px;
    text-transform: uppercase;
}

.name-details h1 {
    margin: 0px;
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
}

.name-details small {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 16px;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 16%;
}

.name-details p {
    color: #fff;
    margin-top: 10px;
    font-size: 21px;
    margin-bottom: 38px;
}

.my-work {
    background: #f26122;
    color: #fff;
    width: 200px;
    display: block;
    text-align: center;
    height: 53px;
    border-radius: 6px;
    line-height: 53px;
    margin-top: 11px;
    margin-bottom: 50px;
}

.my-work:hover {
    color: #fff;
}

.name-details span {
    display: block;
    margin-top: 50px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.navigation li:hover a {
    color: #135bfb;
}

.social-media {
    text-align: center;
    margin-bottom: 46px;
}

.social-media li {
    margin: 0px 8px;
    display: inline-block;
    list-style: none;
}

.social-media li a {
    background: #0948b3;
    padding: 10px;
    border-radius: 29px;
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
}

.social-media li a i {
    color: #fff;
    font-size: 17px;
    line-height: 31px;
}

.footer span {
    text-align: center;
    color: #fff;
    margin-bottom: 17px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 7px;
}

.main-degree {
    height: 462px;
    width: 100%;
    object-fit: cover;
    background: url(../images/exprience-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 41px;
}

.main-degree span {
    background: #fff;
    position: absolute;
    top: 21px;
    right: 45px;
    padding: 4px 13px;
    border-radius: 13px;
    font-weight: 500;
}

.main-degree-icon {
    width: 90px;
    height: 90px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 59px;
    margin-top: 5%;
}

.main-degree h2 {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 700;
    margin-top: 36px;
}

.main-degree p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 39px;
}

.main-degree a {
    color: #fff;
    transition: all 0.5s ease;
}

.main-degre a hover i {
    transition: all 0.5s ease;
    margin-left: 10px;
}

.second-epreence-box {
    height: 279px;
    background: #fff;
    position: relative;
    padding: 24px;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.second-degree h1 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 19px;
}

.second-degree p {
    font-size: 18px;
    margin-bottom: 41px;
}

.second-epreence-box span {
    background: #7ea1fc;
    position: absolute;
    top: 21px;
    right: 24px;
    padding: 4px 13px;
    border-radius: 13px;
    font-weight: 500;
    color: #fff;
    font-size: 10px;
}

.second-exprence-icon {
    width: 60px;
    height: 60px;
    background: #2662fa;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 59px;
    margin-top: 13%;
    float: left;
    margin-right: 10px;
}

.second-epreence-box h3 {
    margin-top: 38px;
    font-size: 22px;
}

.second-epreence-box p {
    display: block;
    font-size: 15px;
    margin-top: 24px;
}

.footer-call {
    background: #035ded;
    padding-top: 31px;
    padding-right: 38px;
    text-align: right;
    height: 124px;
}

.footer-call h3 {
    margin-bottom: 0px;
    margin-top: 0px;
    color: #fff;
    font-size: 30px;
}

.footer-newslatter {
    background: #4a4a4a;
    padding-top: 38px;
    padding-bottom: 38px;
    padding-left: 72px;
    text-align: left;
    position: relative;
}
.footer-newslatter .alert-error {
    position: absolute;
    bottom: 8px;
    left: 73px;
    color: #ff7e7e;
}

.footer-newslatter .success-message {
    position: absolute;
    bottom: 37px;
    left: 73px;
    color: #7eff82;
}
.footer-newslatter span {
    color: #fff;
    display: block;
    font-size: 25px;
    margin-bottom: 20px;
}

.footer-newslatter input[type="email"] {
    width: 514px;
    height: 48px;
    outline: none;
    background: #333333;
    padding-left: 17px;
    border: none;
    color: #fff;
    float: left;
}

.footer-newslatter input[type="submit"] {
    width: 153px;
    height: 48px;
    background: #ff9600;
    color: #fff;
    text-transform: capitalize;
    outline: none;
    border: none;
    font-size: 15px;
}

.footer-call span {
    color: #fff;
    display: block;
    font-size: 25px;
}

.footer-call a {
    font-weight: 800;
    color: #fff;
    font-size: 28px;
}

.about-me-section {
    background: #112553;
    padding: 43px 30px;
    margin-top: 40px;
}

.about-me-section h1 {
    color: #fff;
    font-weight: 700;
    /*    margin-bottom: 43px;*/
}

.about-me-section h2 {
    color: #fff;
}

.about-me-section p {
    color: #fff;
    line-height: 31px;
}

.about-me-image img {
    display: block;
    margin: 0px auto;
}

.skill-box {
}

.skill-box li {
    display: inline-block;
    background: #1c3368;
    margin: 0px 3px 14px;
    padding: 11px 18px;
    border-radius: 8px;
    transition: all 0.5s ease;
}

.skill-box li:hover {
    background: #8d8a7c;
    transition: all 0.5s ease;
}

.skill-box li span {
    color: #fff;
}

.dif-domain {
    text-align: right;
}

.dif-domain h2 {
    color: #fff;
    margin-bottom: 48px;
}

.tool-box {
    width: 100%;
    border: 1px solid #293b65;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 250px;
    border-radius: 68px;
    margin-top: 24px;
}

.tool-box img {
    width: 56% !important;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.5s ease;
}

.tool-box:hover img {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transition: all 0.5s ease;
}

.tool-box span {
    color: #fff;
    text-transform: capitalize;
    margin-top: 20px;
}

.achivment-bg {
    position: relative;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background: url(../images/achievements-bg.jpg);
    margin-top: 30px;
}

.achivment-bg img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
}

.hire-me-section h1 {
    color: #fff;
    font-weight: 700;
}

.hire-me-section {
    height: 400px;
    background: url(../images/hire-me-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: center;
}

.hire-me-section h1 {
    font-size: 42px;
    line-height: 60px;
    margin-top: 14%;
    margin-right: 22%;
}

.hire-me-section p {
    color: #fff;
    font-size: 24px;
    margin-top: 13%;
}

.hire-me-section a {
    background: #2662fa;
    color: #fff;
    padding: 17px 37px;
    font-size: 17px;
    margin-top: 35px;
    display: block;
    width: 211px;
    border-radius: 8px;
}

.footer-panel {
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-panel span {
    text-align: right;
    display: block;
    margin-top: 4%;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.showing-work {
    background-size: cover;
    background-repeat: no-repeat;
    background: url(../images/bg.png);
    padding-bottom: 98px;
}

.sticky {
    font-size: 14px;
    line-height: 48px;
    height: auto !important;
    width: 100%;
    left: 0px;
    right: 0px;
    top: -50px;

    transform: translateY(50px);
    transition: transform 600ms ease, background 600ms ease;
    -webkit-transition: transform 600ms ease, background 600ms ease;
    /*
		 transition: all 0.10s ease-in-out;
  -webkit-transition: all 0.10s ease-in-out;
  -moz-transition: all 0.10s ease-in-out;
*/
    z-index: 999999;
    position: fixed;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);

    margin: 0px auto;
    border-radius: 0px;
    padding: 10px 20px;
    background: #ffffffe6;
}

.sticky .navigation {
    margin-top: 0px;
}

.sticky .let-talk {
    margin-top: 0px;
}

.sticky .logo img {
    width: 61%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.about-image img {
    width: 100%;
}

.about-text h2 {
    font-weight: 700;
    color: #032794;
    margin-top: 79px;
    margin-bottom: 18px;
    font-size: 36px;
}

.about-text p {
    color: #000;
    text-align: left;
    line-height: 28px;
}

.about-sec {
    margin-top: 50px;
}

.popular-hosting-list {
    background: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.popular-hosting-list h3 {
    text-align: center;
    color: #032794;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 36px;
}

.popular-hosting-list p {
    text-align: center;
    font-size: 16px;
    padding: 0px 15%;
    margin-top: 10px;
    display: block;
    margin-bottom: 42px;
}

.hosting-company {
    padding: 36px 20px;
    background: #fff;
    margin-bottom: 40px;
}

.hosting-company img {
    display: block;
    height: 32px;
}

.hosting-company span {
    margin-top: 21px;
    display: block;
    margin-bottom: 25px;
}

.hosting-company ul {
    padding: 0px;
    margin: 0px;
}

.hosting-company ul li {
    list-style: none;
    display: inline-block;
    color: #105ed3;
    vertical-align: middle;
}

.hosting-company ul li strong {
    color: #000;
    font-weight: 500;
}

.hosting-company ul li h5 {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 30px;
}

.hosting-company ul li h5 small {
    color: #105ed3;
}

.hosting-company ul li button {
    background: #105ed3;
    border: none;
    color: #fff;
    width: 143px;
    display: block;
    height: 39px;
    border-radius: 4px;
    text-transform: capitalize;
    margin-left: 20px;
}

.service-thumb {
    background: #fff;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 0px 23px 16px;
    position: relative;
    margin-bottom: 92px;
}

.service-thumb h4 {
    margin-top: 20px;
    font-weight: 700;
}

.service-thumb h4 a {
    color: #000;
}

.service-image {
    width: 100%;
    height: 145px;
    margin-top: -49px;
    border-radius: 8px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-thumb small {
    margin-top: 20px;
    display: block;
}

.service-thumb p {
    font-size: 15px;
}

.home-blogs h1 {
    padding: 0px 20%;
    text-align: center;
    margin-bottom: 38px;
    font-size: 36px;
}

.compare-text {
    background: url(../images/compare-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 95px;
    text-align: center;
}

.compare-text h3 {
    text-align: center;
    color: #fff;
    line-height: 46px;
    padding: 10px 23%;
    font-size: 36px;
}

.compare-text button,
.compare-text a {
    width: 157px;
    height: 42px;
    margin: 0px auto;
    border: none;
    border-radius: 26px;
    text-transform: capitalize;
    margin-top: 16px;
    background: #fff;
    display: block;
    line-height: 40px;
}

.compair-box {
    padding: 20px 10px;
    background-color: #2dabf1;
    /* For browsers that do not support gradients */
    border-radius: 5px;
}

.com-head img {
    width: 45% !important;
    margin: 0px auto;
}

.bloginfo {
    padding: 0px;
    margin: 20px 0px 0px;
}

.bloginfo li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 10px;
}

.service-thumb .row .col-md-8,
.service-thumb .row .col-md-4 {
    padding-right: 8px;
    padding-left: 8px;
}

.bloginfo li strong {
    font-size: 13px;
    font-weight: 400;
}

#blogs .item {
    margin-top: 65px !important;
}

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

.testimonials {
    padding-top: 110px;
    padding-bottom: 110px;
    background: #f8f7fe;
}

.testimonials-box {
    width: 100%;
    background: #fff;
    padding: 30px;
    position: relative;
}

.quote {
    position: absolute;
    bottom: 44px;
    right: 13px;
    width: 20% !important;
}

.testimonials-box P {
    line-height: 28px;
}

.testimonials-profile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.testimonials-profile div {
    margin-right: 10px;
}

.com-head h5 {
    margin: 0px;
    font-size: 38px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}

.com-head h5 small {
    color: #fff;
}

.com-head span {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 29px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.testimonials h1 {
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 21px;
}

.testimonials p {
}

.hosting-features img {
    position: absolute;
    top: -72px;
    left: 0px;
    right: 0px;
}

.hosting-features {
    background: #fff;
    padding: 20px;
    position: relative;
    margin-top: 98px;
    border-radius: 0px 0px 20px 20px;
}

.hosting-features ul {
    padding: 0px;
    margin: 40px 0px 0px 0px;
}

.hosting-features ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    background: url(../images/check-in.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 19px;
    padding-left: 28px;
    margin-bottom: 20px;
}

.know-more {
    width: 200px;
    height: 42px;
    border: none;
    border-radius: 31px;
    background: #f37038;
    color: #fff;
    text-transform: capitalize;
    margin: -17px auto 24px;
    display: block;
    z-index: 0;
    position: relative;
}

/*--------Testimonial-------*/

.faq-sec {
    margin-top: 40px;
    margin-bottom: 50px;
}

.faq-sec h3 {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
}

.faq-sec p {
    text-align: center;
    margin-top: 20px;
    padding: 0px 20%;
}

.faq-image img {
    width: 100%;
}

.footer {
    background: #212121;
    padding-top: 50px;
}

.footer-menu {
    text-align: center;
}

.footer-menu li {
    list-style: none;
    display: inline-block;
    margin: 30px;
}

.footer-menu li a {
    color: #fff;
}

/*--------------------mobile menu----------------*/

#check {
    display: none;
}

.checkbtn {
    display: none;
}

.chart-icon {
    display: none !important;
}

.mobile-version {
    display: none;
}

.cancel-btn {
    display: none;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
    margin-right: 61px;
}

.accordion .accordion-item button[aria-expanded="true"] {
    border-bottom: 1px solid #03b5d2;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    border-bottom: 1px solid #03b5d2;
    padding: 17px 13px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-size: 16px;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    margin-right: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded="true"] {
    color: #03b5d2;
}

.accordion button[aria-expanded="true"] .icon::after {
    width: 0;
}

.accordion button[aria-expanded="true"] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 15px;
    font-weight: 300;
    margin: 6px 0 10px;
    line-height: 25px;
    text-align: left !important;
    padding: 0px !important;
}

.accordion {
    margin-top: 30px;
}

.blog-banner {
    text-align: center;
}

.blog-banner h1 {
    margin: 0px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-banner h2 {
    margin: 0px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
}

.breadcram {
    padding: 0px;
    margin: 20px 0px 0px;
}

.breadcram li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px;
    color: #fff;
}

.breadcram li a {
    color: #fff;
}

.blog-panel {
    background-color: #fafbff;
    padding-top: 43px;
    padding-bottom: 120px;
    padding-left: 54px;
    padding-right: 54px;
}

.blog-one__single {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    margin-bottom: 30px;
    height: 559px;
}

.blog-one__img {
    position: relative;
    display: block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

    height: 337px;
}

.blog-one__img img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 100%;
    object-fit: cover;
}

.blog-one__content {
    position: relative;
    display: block;
    padding: 35px 30px 25px;
}

.blog-one__user-and-date {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #333333;
    border-radius: 20px;
    padding-right: 23px;
    top: -20px;
    left: 30px;
    right: 30px;
    z-index: 2;
}

.blog-one__user {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-one__user-img {
    position: relative;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
}

.blog-one__user-name {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
    line-height: 12px;
    margin-left: 10px;
}

.blog-one__date {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
    line-height: 12px;
}

.blog-one__title {
    font-size: 17px;
    font-weight: 500;
    line-height: 19px;
    margin: 0;
}

.blog-one__title a {
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__text {
    margin: 0;
    line-height: 26px;
    letter-spacing: -0.015em;
    margin-top: 5px;
    margin-bottom: 3px;
    font-size: 13px;
}

.blog-one__btn {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: var(--hostup-secondary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__category {
    position: relative;
    display: block;
    background-color: #ffffff;
    border: 2px solid #eaedf8;
    border-radius: 10px;
    padding: 21px 28px 26px;
}

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

.sidebar__title-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}

.sidebar__title-box::before {
    content: "";
    position: absolute;
    top: 17px;
    right: 0;
    width: 60%;
    height: 2px;
    background-color: #d1d5f1;
}

.sidebar__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    margin: 0;
}

.sidebar__category-list {
    position: relative;
    display: block;
    margin: 0;
}

.sidebar__category-list li {
    position: relative;
    display: block;

    margin-bottom: 13px;
}

.sidebar__category-list li a {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.015em;
    color: #666666;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__category-list li a > i {
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin-right: 18px;
    background: linear-gradient(93.28deg, #ffa065 -5.32%, #ff5a74 105.23%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sidebar__category-list li a > span {
    font-weight: 600;
    margin-left: 5px;
}

.sidebar__post-list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 26px;
}

.sidebar__post-image {
    margin-right: 20px;
    border-radius: 50%;
}

.sidebar__post-content {
    position: relative;
    top: -3px;
}

.sidebar__post-image > img {
    width: 90px;
    height: 91px;
    border-radius: 50%;
    object-fit: cover;
}

.sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
}

.sidebar__post-content-meta {
    line-height: 30px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: ##666666;
    font-family: var(--hostup-font);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post-content-meta i {
    font-size: 16px;
    padding-right: 10px;
    top: 2px;
    position: relative;
    background: linear-gradient(93.28deg, #ffa065 -5.32%, #ff5a74 105.23%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sidebar__post-content h3 a {
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 2px;
}

.sidebar__post {
    position: relative;
    display: block;
    background-color: #ffffff;
    border: 2px solid #eaedf8;
    border-radius: 10px;
    padding: 21px 28px 33px;
    z-index: 1;
}

.blog-details img {
    width: 100%;
    border-radius: 10px;
}

.blog-details h1 {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 30px;
    margin-bottom: 18px;
    color: #000;
    margin-left: 2px;
}

.blog-details p {
    font-size: 17px;
    line-height: 31px;
    text-align: justify;
    margin-bottom: 19px;
}

.blog-single__pagenation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 47px 0 49px;
    border-bottom: 1px solid #eaedf8;
    border-top: 1px solid #eaedf8;
    margin-top: 36px;
    margin-bottom: 52px;
}

.blog-single__social-box {
    /*	position: absolute;*/
    top: 50%;
    left: 50%;
    /*	transform: translateX(-50%) translateY(-50%);*/
}

.blog-single__social li {
    margin: 0px 10px;
}

.blog-single__social-title {
    margin: 0 0 6px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #141414;
}

.blog-single__social {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-single__social li a {
    width: 45px;
    height: 45px;
    border: 2px solid #666666;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    color: #666666;
    font-size: 18px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-single__pagenation-left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-single__pagenation-left-img {
    position: relative;
    display: block;
    width: 78px;
    border-radius: 50%;
    height: 78px;
}

.blog-single__pagenation-left-img img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}

.blog-single__pagenation-left-content {
    margin-left: 17px;
}

.blog-single__pagenation-left-title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px;
    font-weight: 500;
}

.blog-single__pagenation-btn {
    position: relative;
    display: block;
}

.blog-single__pagenation-btn a {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.015em;
    color: var(--hostup-text);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-single__pagenation-btn a span {
    position: relative;
    display: inline-block;
    transform: rotate(-180deg);
    font-size: 12px;
    color: var(--hostup-text);
    margin-right: 10px;
    top: 1px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-single__pagenation-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

.blog-single__pagenation-right-content {
    position: relative;
    display: block;
    text-align: right;
}

.blog-single__pagenation-right-title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px;
    font-weight: 500;
}

.blog-single__pagenation-right-title a {
    color: var(--hostup-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-single__pagenation-right-img {
    position: relative;
    display: block;
    width: 71px;
    margin-left: 17px;
    border-radius: 50%;
    height: 71px;
}

.blog-single__pagenation-right-img img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}

.no-post-image img {
    width: 57%;
    margin: 0px auto;
    display: block;
}

.contact-us-panel {
    padding: 50px 0px;
    background: #f5f5f5;
}

.box {
    padding: 49px 1.5rem !important;
    text-align: center !important;
    width: 100%;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
}

.box i {
    width: 100px;
    height: 100px;
    background: white;
    margin: 0 auto;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #f06225;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 39px;
}

.box h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.contact-us-panel h1 {
    font-weight: 800;
    text-align: center;
    display: block;
}

.contact-us-panel span {
    text-align: left;
    margin-bottom: 50px;
    display: block;
}

.inner-cotact-field label {
    display: block;
    text-transform: capitalize;
    font-weight: 400;
}
.inner-cotact-field {
    position: relative;
    height: auto;
    clear: both;
    margin-bottom: 4px;
}

.country_code-field-wrap {
    height: 99px;
}

.inner-cotact-field .danger {
    position: absolute;
    color: #f00;
    bottom: -11px;
    left: 0px;
}

.inner-cotact-field input[type="text"],
.inner-cotact-field input[type="email"],
.inner-cotact-field select,
.inner-cotact-field input[type="number"] {
    width: 100%;
    height: 52px;
    padding-left: 10px;
    border: 1px solid #ccc;
    outline: none;
    margin-bottom: 22px;
}

.inner-cotact-field textarea {
    width: 100%;
    height: 147px;
    padding-left: 10px;
    border: 1px solid #ccc;
    outline: none;
    margin-bottom: 22px;
    padding-top: 20px;
}

.inner-cotact-field input[type="submit"] {
    width: 130px;
    height: 47px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    background: #f06225;
    color: #fff;
    outline: none;
    text-transform: uppercase;
}

.contact-box {
    padding: 40px;
    background: #fff;
}

.map-field {
    margin-top: 50px;
}

.quote-wrap img {
    width: 100%;
    height: 523px;
    object-fit: cover;
}

.sub-heading {
    text-align: center !important;
    display: block !important;
}

.success {
    color: #23af2e;
}

.select-dropdown .select2-selection__rendered {
    text-align: left;
    margin-bottom: 0px !important;
    line-height: 50px !important;
}

.select-dropdown .select2-selection--single {
    margin-bottom: 0px;
    height: 53px;
    border-radius: 0px;
    border: 1px solid #ccc;
}

.select-dropdown .select2-selection__arrow {
    top: 16px !important;
}

/*-------------------------country Dropdown css----------------*/

.main {
    width: 100%;
    height: auto;
}

@media (max-width: 34em) {
    .main {
        min-width: 150px;
        width: auto;
    }
}

select {
    display: none !important;
}

.dropdown-select {
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.25) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: #fff;
    border: solid 1px #ccc;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 52px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.dropdown-select:focus {
    background-color: #fff;
}

.dropdown-select:hover {
    background-color: #fff;
}

.dropdown-select:active,
.dropdown-select.open {
    background-color: #fff !important;
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: "";
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}

.dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.dropdown-select.open .option {
    cursor: pointer;
}

.dropdown-select.wide {
    width: 100%;
}

.dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
}

.dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.dropdown-select .dd-search {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem;
}

.dropdown-select .dd-searchbox {
    width: 90%;
    padding: 0.5rem;
    border: 1px solid #999;
    border-color: #999;
    border-radius: 4px;
    outline: none;
}

.dropdown-select .dd-searchbox:focus {
    border-color: #12cbc4;
}

.dropdown-select .list ul {
    padding: 0;
}

.dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}

.dropdown-select .option.selected {
    font-weight: 600;
    color: #f37038;
}

.dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.dropdown-select a:hover {
    color: #666;
}

/*-------------------------country Dropdown css----------------*/

/*--------------------error css-------------*/
.error-wrap img {
    width: 36%;
    margin: 0px auto;
    display: block;
}

.error-wrap a {
    display: block;
    text-align: center;
    margin: 30px auto;
    background: #f26122;
    color: #fff;
    width: 200px;
    display: block;
    text-align: center;
    height: 53px;
    border-radius: 6px;
    line-height: 53px;
}

.internal-server img {
    width: 61%;
    margin: 0px auto;
    display: block;
}
/*--------------------error css-------------*/

.terms-conditions h2 {
    font-size: 20px;
}

.terms-conditions p {
    margin-bottom: 27px;
    font-size: 15px;
    line-height: 33px;
    text-align: justify;
}

.terms-conditions ul li {
    margin-left: 17px;
    margin-bottom: 12px;
}

.sidebar__category-list li a {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.sidebar__category-list li a span:nth-child(2n) {
    background: #f37038;
    color: #fff;
    width: 28px;
    text-align: center;
    height: 27px;
    line-height: 27px;
    border-radius: 15px;
}

.blog-details table {
    width: 100%;
    margin-top: 0px;
    border-radius: 19px;
    background: #fff;
    padding: 23px;
    margin-bottom: 36px;
}
.blog-details table tr:first-child th {
    padding: 12px;
    border: 1px solid #ccc;
}

.blog-details table tr:first-child {
    background: #ffdccc !important;
}

.blog-details table tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.blog-details table tr td {
    padding: 12px;
    border: 1px solid #ccc;
}

.blog-details ul {
    padding: 0px;
    margin: 0px 0px 0px 18px;
}
.blog-details li a,
.blog-details p a,
.blog-details strong a {
    color: #0e457e;
}

.blog-details li {
    font-size: 17px;
    line-height: 31px;
    text-align: justify;
    margin-bottom: 11px;
}

.blog-details h1 strong,
.blog-details h2 strong {
    font-size: 24px;
}

.tags-list {
    height: 500px;
    overflow: auto;
}

.tags-list li {
    display: inline-block;
    padding: 3px 20px;
    list-style: none;
    border: 1px solid #ccc;
    margin-right: 16px;
    color: #ccc;
    margin-bottom: 13px;
    border-radius: 15px;
}

/* width */
.tags-list::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.tags-list::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.tags-list::-webkit-scrollbar-thumb {
    background: #fff;
}

/* Handle on hover */
.tags-list::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.blog-details-tag {
    padding: 0px;
    margin: 0px;
}

.blog-details-tag li {
    border: 1px solid #ccc;
    display: inline-block;
    list-style: none;
    padding: 0px 14px;
    margin-right: 7px;
    border-radius: 16px;
}

.blog-details-tag li a {
    font-size: 14px;
    color: #575757;
    text-transform: capitalize;
}

.blog-info {
    padding: 0px;
    margin-bottom: 0px;
}

.blog-info li {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
}

.blog-info li a {
    color: #000;
}

/*===================Flash Message==================*/

.flash-message {
    position: absolute;
    top: 0%;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 17px auto 0px;

    border-radius: 50% !important;
    border-radius: 0px;
    text-align: center;
    margin: 17px auto 0px;
    /*    width: 38%;*/
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.flash-message .alert-success {
    border-radius: 39px;
    font-weight: 400;
    text-align: center;
    background: #3cb572;
    color: #fff;
    font-size: 16px;
    /*    box-shadow: 0px 4px 24px 5px #3cb572a6;*/
    text-transform: capitalize;
    padding: 10px 30px;
    width: fit-content;
}

.flash-message .alert-danger {
    border-radius: 39px;
    font-weight: 400;
    text-align: center;
    background: #e52425;
    color: #fff;
    font-size: 16px;
    /*    box-shadow: 0px 4px 24px 5px #3cb572a6;*/
    text-transform: capitalize;
    padding: 10px 30px;
    width: fit-content;
}

.flash-message .alert-warning {
    border-radius: 39px;
    font-weight: 400;
    text-align: center;
    background: #ffc400;
    color: #000;
    font-size: 16px;
    /*    box-shadow: 0px 4px 24px 5px #3cb572a6;*/
    text-transform: capitalize;
    padding: 10px 30px;
    width: fit-content;
}

.flash-message .alert-info {
    border-radius: 39px;
    font-weight: 400;
    text-align: center;
    background: #8b07d6;
    color: #fff;
    font-size: 16px;
    /*    box-shadow: 0px 4px 24px 5px #3cb572a6;*/
    text-transform: capitalize;
    padding: 10px 30px;
    width: fit-content;
}

/*===================Flash Message==================*/

.blog-category {
    position: absolute;
    right: 15px;
    top: 10px;
    background: #f37038;
    text-align: center;
    padding: 2px 14px;
    text-transform: capitalize;
    border-radius: 13px;
}

.blog-category a {
    color: #fff;
}

.sidebar__tag {
    position: relative;
    display: block;
    background-color: #ffffff;
    border: 2px solid #eaedf8;
    border-radius: 10px;
    padding: 21px 28px 33px;
    z-index: 1;
}

.sidebar__tag ul {
    padding: 0px;
    margin: 0px;
}

.sidebar__tag ul li {
    display: inline-block;
    padding: 3px 20px;
    list-style: none;
    border: 1px solid #ccc;
    margin-right: 16px;
    color: #ccc;
    margin-bottom: 13px;
    border-radius: 15px;
}

.sidebar__tag ul li a {
    color: #000;
}

.main-heading {
    font-size: 29px !important;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 30px;
    margin-bottom: 18px;
    border-left: 6px solid #f37038;
    padding-left: 15px;
    margin-left: 2px;
    color: #f37038 !important;
}
