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;*/
}

.carousel-inner img {
    width: 100%;
}

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

.logo {
    width: 72%;
}

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

.menu-row {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    /*    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;
}

.carousel-caption {
    right: 20%;
    left: 11%;
    padding-bottom: 30px;
    top: 35%;
    text-align: left;
}

.blog-box img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    margin-bottom: 10px;
}

.blog-box {
    margin-bottom: 50px;
    height: 399px;
    background: #fbfbfb;
    position: relative;
}

.blog-box h4 a {
    color: #000;
    font-size: 17px;
}

.left-blog-panel {
    margin-top: 90px;
    margin-bottom: 30px;
}

.list-category {
    position: absolute;
    right: 22px;
    top: 23px;
    z-index: 9;
}

.list-category a {
    background: #e6b016;
    color: #fff;
    padding: 5px 22px;
    font-size: 13px;
    border-radius: 29px;
}

.carousel-caption h2 {
    font-weight: 800;

    font-size: 53px;
}

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

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

.navigation li a {
    color: #000;
    text-transform: capitalize;
}

.list-blog {
    justify-content: flex-start;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.list-blog img {
    width: 79px;
    height: 59px;
    object-fit: cover;
    margin-right: 19px;
}

.tab-panel {
    background: #f3f3f3;
    padding: 15px;
}

.tab {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.active {
    /*    background: #fff !important;*/
    color: #000 !important;
}

.blog-box {
    margin-bottom: 50px;
}

.tab button {
    margin: 0px 3px 20px;
    font-size: 13px;
    padding: 7px 4px;
    border: none;
    background: #cccccc;
    color: #000;
}

.industry-trends-left {
    width: 100%;
    height: 364px;
}

.industry-trends-text h1 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 24px;
    margin-right: 19%;
}

.industry-trends-text p {
    font-size: 16px;
}

.industry-trends {
    margin-bottom: 30px;
    background: #f7f7f7;
}

.industry-trends h1 {
    margin-bottom: 20px;
    padding: 48px 0px 0px 0px;
}

.industry-trends span {
    margin-bottom: 20px;
    display: inline-block;
}

.industry-trends-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.industry-carousal {
    padding: 30px;
}

.blog-box h4 {
    padding: 0px 24px;
}

.blog-box span {
    padding-left: 24px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.blog-part h1 {
    text-align: left;
    font-weight: 600;
}

.list-blog h5 {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-right: 19px;
}

.blog-details-right h4 {
    margin-top: 34px;
}

.finance-invest {
    margin-top: 40px;
}

.finance-invest h1 {
    font-size: 20px;
}

.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;
}

.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: left;
    margin-bottom: 46px;
}
.social-media li {
    margin: 0px 3px;
    display: inline-block;
    list-style: none;
    text-align: center;
}
.social-media li a {
    background: #0948b3;
    padding: 10px;
    border-radius: 29px;
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
}

.footer-weget input[type="text"] {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border: none;
    outline: none;
    background: #000;
    color: #fff;
}

.footer-weget input[type="submit"] {
    width: 100%;
    height: 40px;
    background: #1d62ec;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    border: none;
    margin-top: 10px;
}

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

.credit-sec {
    text-align: center;
    color: #fff;
    background: #1d62ec;
    text-transform: uppercase;
}

.credit-sec span {
    padding: 10px 0px;
    display: block;
}

.footer-weget p {
    color: #fff;
    margin-top: 17px;
    margin-bottom: 30px;
}

.footer-weget h5 {
    color: #fff;
}

.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;
}

.footer-weget h4 {
    color: #fff;
    text-transform: uppercase;
}

.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: 40px;
    padding-bottom: 40px;
    padding-right: 72px;
    text-align: right;
}

.footer-newslatter {
    background: #4a4a4a;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 72px;
    text-align: left;
}

.footer-newslatter span {
    color: #fff;
    display: block;
    font-size: 25px;
    margin-bottom: 20px;
}
.footer-newslatter input[type="email"] {
    width: 258px;
    height: 48px;
    outline: none;
    background: #333333;
    padding-left: 17px;
    border: none;
}

.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: #df6010;
    font-size: 48px;
}

.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 h1 {
    font-weight: 700;
    color: #032794;
    margin-top: 79px;
    margin-bottom: 18px;
}

.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 h1 {
    text-align: center;
    color: #032794;
    font-weight: 700;
    text-transform: capitalize;
}
.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 h2 {
    margin-bottom: 0px;
    font-weight: 700;
}
.hosting-company ul li h2 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;
}

.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 h1 {
    text-align: center;
    color: #fff;
    line-height: 46px;
    padding: 10px 23%;
}

.compare-text button {
    width: 157px;
    height: 42px;
    margin: 0px 6px;
    border: none;
    border-radius: 26px;
    text-transform: capitalize;
    margin-top: 16px;
}

.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;
}

/*---------------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 h2 {
    margin: 0px;
    font-size: 38px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.com-head h2 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 h1 {
    text-align: center;
    font-weight: 700;
}

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

.faq-image img {
}
.blog-box p {
    padding: 0px 24px;
    height: 77px;
    overflow: hidden;
    line-height: 24px;
}

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

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

.footer-menu li {
    list-style: none;
    display: list-item;
    margin: 23px 0px;
}

.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;
}

.artical-box {
    position: relative;
}

.blog-details {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    padding: 18px;
}

.blog-details h1 {
    font-size: 21px;
}

.blog-details p {
    color: #fff;
}

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

.blog-details span {
    color: #fff;
}

.artical-box img {
    width: 100%;
}

.artical-box {
    margin-top: 30px;
}

.more-blog- {
    width: 100%;
    height: 100px;
    position: relative;
}

.more-blog- a {
    font-size: 9px !important;
}

.more-blog- img {
    object-fit: cover;
    width: 100%;
    height: 100px;
    border-radius: 4px;
}
.more-blog-wrap {
    margin-top: 17px;
}

.more-details h6 {
    font-size: 14px;
    line-height: 22px;
}

.inner-banner {
    height: 296px;
    background: url(../images/blog-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.inner-banner h1 {
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    margin-top: 12%;
}
.ltn__blog-item-3 {
    margin-bottom: 0px;
    margin-top: 58px;
    position: relative;
    height: 493px;
    position: relative;
}

.ltn__blog-item-3 .ltn__blog-img {
    overflow: hidden;
    position: relative;
}

.ltn__blog-item-3 .ltn__blog-img img {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 228px;
    object-fit: cover;
}
.ltn__blog-item-3-normal .ltn__blog-item-3 .ltn__blog-img + .ltn__blog-brief {
    margin-top: 0px;
}
.ltn__blog-item-3-normal .ltn__blog-item-3 .ltn__blog-brief {
    width: calc(100%);
}

.ltn__blog-meta {
    margin-bottom: 15px;

    color: #000;
}

.ltn__blog-brief {
    padding: 20px;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
}

.ltn__blog-meta li a {
    color: #000;
    font-weight: 400;
}

.ltn__blog-meta li a i {
    margin-right: 9px;
}

.ltn__blog-meta ul {
    padding: 0;
    margin: 0;
}

.ltn__blog-meta li {
    font-weight: 400;
    display: inline-block;
    margin-right: 25px;
    position: relative;
    font-size: 14px;
    margin-top: 0;
}
.ltn__blog-date i {
    margin-right: 10px;
}

.ltn__blog-btn a {
    color: #000;
}

.ltn__blog-meta li:last-child {
    margin-right: 0;
}

.ltn__blog-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.ltn__blog-title a {
    color: #000;
}

.ltn__blog-meta-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ltn__blog-item-3 .ltn__blog-meta-btn,
.ltn__blog-item-4 .ltn__blog-meta-btn {
    border-top: 1px solid;
    border-color: #ccc;
    padding-top: 20px;
}

.blog-details-inner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-top: 20px;
    margin-bottom: 40px;
}
.blog-details-inner h3 {
    margin-bottom: 21px;
    font-size: 24px;
}
.blog-details-inner h1 strong {
    color: #000;
}

.blog-details-inner a,
.blog-details-inner a strong {
    color: #0e457e !important;
}

/*.blog-details-inner h1 strong{

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

.blog-details-inner {
    margin-top: 25px;
}

.blog-details-right {
    margin-top: 15px;
    background: #f3f3f3;
    padding-top: 30px;
    padding-bottom: 36px;
}

.blog-details-inner p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

.ltn__menu-widget {
    padding: 0;
    margin: 0;
}

.ltn__menu-widget li {
    list-style: none;
    margin-top: 15px;
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.ltn__menu-widget li a {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    text-transform: capitalize;
}

.ltn__menu-widget li a span {
    float: right;
    background: #e6b016;
    width: 23px;
    height: 23px;
    text-align: center;
    color: #fff;
    border-radius: 19px;
    line-height: 23px;
}

.ltn__menu-widget li a span {
    float: right;
}

.bhk-error-msg {
    color: #f00 !important;
    margin-top: 2px !important;
}

.bhk-success-msg {
    color: #1bff00 !important;
    margin-top: 2px !important;
    font-size: 12px;
}

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

/*--------------------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-condition-wrap {
    padding: 50px 0px;
    background: #f5f5f5;
}

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

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

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

.blog-text-tags li {
    display: inline-block;
    list-style: none;
    padding: 6px 18px;
    border: 1px solid #ccc;
    margin: 0px 10px 0px 0px;
    border-radius: 20px;
}

.blog-text-tags li a {
    color: #898989;
}

.side-tags {
    padding: 0px;
    margin: 0px;
}

.side-tags li {
    display: inline-block;
    list-style: none;
    padding: 6px 18px;
    border: 1px solid #ccc;
    margin: 0px 10px 12px 0px;
    border-radius: 20px;
}

.side-tags li a {
    color: #898989;
}

.side-tags ul {
    height: 400px;
    overflow: auto;
}

.side-tags ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f3f3f3;
}

.side-tags ul::-webkit-scrollbar {
    width: 12px;
    background-color: #f3f3f3;
}

.side-tags ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #f3f3f3;
}

.blog-details-inner strong,
.blog-details-inner b {
    color: #5a5a5a;
}

.blog-details-inner blockquote {
    font-style: italic;
}

.blog-details-inner table {
    width: 100%;
    margin-top: 27px;
    border-radius: 19px;
    background: #fff;
    padding: 23px;
    margin-bottom: 36px;
}
.blog-details-inner table tr th {
    background: #f9f4e8 !important;
    padding: 12px;
    border: 1px solid #ccc;
}

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

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

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

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

.blog-details-inner ul li {
    margin-bottom: 17px;
    line-height: 24px;
    font-size: 16px;
}
.blog-details-inner h3 {
    font-size: 23px;
}

.blog-details-inner h2 strong {
    font-size: 17px;
}

.blog-inner-banner {
    background: #ededed;
    height: 92px;
}

.blog-inner-banner h1 {
    font-size: 26px;
    margin-top: 33px;
}

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

.flash-message {
    position: absolute;
    top: 0%;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 17px auto 0px;
    z-index: 9;
    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==================*/

.main-heading {
    border-left: 5px solid #e6b016;
    padding-left: 15px;
    margin-bottom: 21px !important;
    font-size: 29px !important;
    color: #e6b016;
}

.home-category {
    margin-left: 10px;
}

.home-category li a {
    color: #000;
}
.home-category li {
    list-style: none;
    border-bottom: 1px solid #ccc;
}

.home-category li a {
    list-style: none;
    color: #7b8381;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    padding: 10px 10px 10px;
    border-radius: 10px;
    font-weight: 500;
    text-transform: capitalize;
}

.home-category li a span:last-child {
    background: #7d0005;
    padding: 5px;
    text-align: center;
    color: #fff;
    width: 23px;
    height: 23px;
    border-radius: 23px;
    line-height: 15px;
}

.home-category li a span {
    font-size: 14px;
}
