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

@font-face {
    font-family: myFirstFont;
    src: url(../fonts/romla-ax6a5.otf);
}

.logo {
    width: 52%;
}

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

.menu-row {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.4s ease;
}

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

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

.social-media {
}

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

#check {
    display: none;
}

.checkbtn {
    display: none;
}

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

.mobile-version {
    display: none;
}

.cancel-btn {
    display: none;
}

/*---------------menu or header section css----------------------*/

.banner-sec {
    height: 596px;
    width: 100%;
    background: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-recent-blog {
    padding: 40px;
    margin-top: 30px;
}

.banner-recent-blog h1 {
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 30px;
}

.banner-recent-blog strong {
    font-size: 27px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    margin-bottom: 30px;
}

.job-heading {
    text-align: center;
    margin-top: 60px;
}

.job-heading h2 {
    font-weight: 600;
    font-size: 33px;
}

.job-heading span {
    font-size: 15px;
}

.banner-recent-blog button {
    width: 150px;
    height: 45px;
    text-transform: capitalize;
    font-weight: 500;
    background: #1c33bf;
    border: none;
    color: #fff;
    border-radius: 5px;
    outline: none;
}

.banner-recent-blog button a {
    color: #fff;
}

.banner-recent-blog h1 span {
    color: #1c33bf;
    text-decoration: underline;
}

.banner-recent-blog p {
    line-height: 32px;
    font-size: 20px;
}

.blog-sec-wrap {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.post-info {
    padding: 0px;
    margin: 20px 0px;
}

.post-info li {
    display: inline-block;
    padding: 0px;
    margin: 0px 14px 0px 0px;
}

.divider {
    width: 20%;
    height: 2px;
    background: #ff4e68;
    margin-bottom: 10px;
}

.post-info li i {
    margin-right: 7px;
}

.blog-image {
    height: 300px;
    width: 100%;
    margin-bottom: 16px;
    position: relative;
}

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

.read-more-btn {
    color: #ff4e68;
    margin-right: 10px;
}

.read-more-btn i {
    margin-left: 10px;
}

.blog-thumb .post-info li {
    font-size: 12px;
    font-weight: 600;
}

.blog-thumb {
    margin-top: 40px;
}

.blog-thumb h2 {
    font-size: 19px;
    text-transform: capitalize;
    line-height: 25px;
    margin-top: -54px;
    background: #fff;
    margin-right: 84px;
    z-index: 1;
    position: relative;
    padding: 14px;
    margin-bottom: 0px;
}

.blog-thumb h2 a {
    color: #000;
}

.blog-thumb p {
    font-size: 15px;
    text-align: justify;
    line-height: 25px;
    height: 72px;
    overflow: hidden;
}

.blog-vertical img {
    height: 385px;
    width: 100%;
    object-fit: cover;
}

.sign-up {
    padding-top: 62px;
    padding-bottom: 62px;
    background: #e5e5e5;
}

.sign-up h3 {
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-top: 39px;
    font-size: 30px;
}

.sign-up input[type="email"] {
    width: 61%;
    padding: 11px;
    border: none;
}

.sign-up p {
    margin-bottom: 29px;
}

.sign-up button {
    background: #ff4f69;
    text-transform: uppercase;
    color: #fff;
    width: 157px;
    height: 43px;
    border: none;
}

.news-letter {
    margin-top: 40px;
}

.news-letter small {
    text-align: center;
    display: block;
    font-size: 18px;
}

.news-letter h4 {
    text-align: center;
    font-size: 36px;
}

.sign-up small {
    display: block;
    text-transform: capitalize;
    margin-top: 10px;
    font-size: 15px;
}

.blog-vertical {
    margin-top: 50px;
}

.blog-vertical .col-md-6 {
    background: #fff;
}

.blog-vertical-text {
    padding: 55px;
    background: #fff;
    height: 385px;
}

.blog-vertical-text p {
    line-height: 25px;
}

.gride-middle img {
    width: 100%;
}

.grid-side img {
    width: 100%;
    margin-bottom: 15px;
    height: 185px;
    object-fit: cover;
}

.grid-heading {
    margin-top: 50px;
}

.grid-heading span,
.grid-heading h1 {
    padding-left: 20px;
}

.grid-heading h1 {
    margin-bottom: 20px;
}

.grid-side h3 {
    font-size: 19px;
    margin-top: 10px;
}

.grid-side {
    margin-bottom: 20px;
}

.grid-side p {
    text-align: justify;
}

.grid-side .post-info li {
    font-size: 12px;
}

.gride-middle-content {
    background: #fff;
    padding: 30px;
}

.gride-middle-content p {
    line-height: 26px;
    font-size: 17px;
}

.grid-heading span {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
}

.grid-heading h1 {
    font-weight: 600;
    color: #002044;
}

footer {
    background: #e5ecf6;
    padding-top: 71px;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 43px;
}

footer p {
    color: #000;
    margin-bottom: 0px;
    font-size: 15px;
    text-align: center;
}

.blog-thumb {
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 0px;
    height: 573px;
    position: relative;
}

.blog-thumb img {
    height: 300px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.blog-thumb a {
    font-weight: 600;
    color: #000;
}

.footer-social-media {
    padding: 30px 0px 78px;
    margin: 0px 0px 0px;
}

.footer-social-media li {
    display: inline-block;
    margin: 10px 17px;
    color: #000;
}

.footer-social-media li a {
    color: #000;
}

footer input[type="email"] {
    width: 27%;
    padding: 11px;
    border: none;
    outline: none;
}

footer button {
    background: #ff4f69;
    text-transform: uppercase;
    color: #fff;
    width: 157px;
    height: 43px;
    border: none;
}

footer small {
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
}

.footer-divider {
    width: 38%;
    height: 1px;
    background: #aeb3b9;
    margin: 40px auto 31px;
}

.recent-blog {
    width: 100%;
    height: 491px;
    position: relative;
    margin-bottom: 0px;
}

.recent-blog h1 {
    color: #fff;
}

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

.recent-blog ul li {
    color: #fff !important;
}

.blog-recent-overly {
    position: absolute;
    padding: 41px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #00000085;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.recent-blog p {
    color: #fff !important;
}

.recent-blog a {
    color: #ff4f69;
}

.sidebar_item {
    background-color: #f9fbff;
    padding: 35px 50px 20px;
    margin: 0 0 60px;
    font-size: 90%;
    overflow: hidden;
    margin-bottom: 40px;
}

.sidebar_item h5 {
    position: relative;
    overflow: hidden;
    margin: 0 0 25px;
    width: 100%;
    padding: 0 0 15px;
    display: block;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-color: #e6ecf5;
}

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

.tptn_posts ul li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
}

.tptn_posts ul li img {
    width: 37%;
    margin-right: 16px;
    height: 88px;
    object-fit: cover;
}

.tptn_after_thumb a {
    display: block;
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

.Category-list {
    margin: 0 0 20px;
    display: block;
    width: auto;
    list-style: none;
}

.Category-list li:first-child {
    border-top: none;
}

.Category-list li {
    text-align: left;
    position: relative;
    padding: 8px 0;
    overflow: hidden;
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    border-color: #e6ecf5;
}

.Category-list li a {
    color: #000;
}

.ribbon {
    font-style: italic;
    float: right;
    border-radius: 50%;
    margin-top: 2px;
    height: 24px;
    width: 24px;
    text-align: center;
    padding: 6px 0;
    font-size: 11px;
    line-height: 11px;
    background-color: #ff4f69;
    color: #fff;
}

.sidebar_item input[type="email"] {
    width: 65%;
    padding: 11px;
    border: none;
    outline: none;
}

.sidebar_item button {
    background: #ff4f69;
    text-transform: uppercase;
    color: #fff;
    width: 101px;
    height: 43px;
    border: none;
}

.single-blog p {
    line-height: 34px;
    font-size: 17px;
    margin-bottom: 25px;
}

.single-blog-image {
    margin-bottom: 40px;
}
.single-blog-image .blog-recent-overly {
    background-image: linear-gradient(#fff0 56%, #000 93%) !important;
    background: #0000002e;
}

.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: 80px;
    height: 80px;
    background: white;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #e05514;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 31px;
    color: #fff;
}

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

.map- {
    background: url(../images/it-depertment.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 641px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.contact-box p {
    margin-bottom: 40px;
    display: block;
}

.inner-cotact-field label {
    display: block;
    text-transform: capitalize;
    font-weight: 400;
}

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

.select2-selection__rendered {
    line-height: 50px !important;
}

.select2-selection--single {
    height: 51px !important;
    border-radius: 0px;
    border: 1px solid #ccc;
}

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

.map- h2 {
    color: #fff;
    text-transform: capitalize;
}

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

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

.mobile-banner {
    display: none;
}

.footer-menu {
    text-align: right;
    margin: 0px 0px 0px;
}

.footer-menu li {
    display: inline-block;
    margin-left: 25px;
    color: #fff;
    text-transform: uppercase;
}
.footer-menu li a {
    color: #000;
}

.main-heading {
    font-size: 29px;
    padding-left: 20px;
    border-left: 6px solid #f7921e;
    color: #f7921e !important;
}

.single-blog p,
.single-blog ul li {
    font-size: 16px;
    line-height: 31px;
}

.single-blog h3,
.single-blog h2 {
    font-size: 20px;
}

.single-blog h1 {
    font-size: 24px;
}

.single-blog ul {
    margin-left: 20px;
}

.single-blog a,
.single-blog a strong {
    color: #0e457e;
}

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

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

.blog-content-tag li:hover {
    background: #ccc;
}

.blog-content-tag li a {
    color: #000;
    font-size: 13px;
}

.sider-tag ul {
    height: 300px;
    overflow: auto;
}
.sider-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;
}
.sider-tag ul li a {
    color: #000;
}

/* width */
.sider-tag ul::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.sider-tag ul::-webkit-scrollbar-track {
    background: #f9fbff;
}

/* Handle */
.sider-tag ul::-webkit-scrollbar-thumb {
    background: #f9fbff;
}

/* Handle on hover */
.sider-tag ul::-webkit-scrollbar-thumb:hover {
    background: #f9fbff;
}

.single-blog table {
    width: 100%;
    margin-top: 27px;
    border-radius: 19px;
    background: #fff;
    padding: 23px;
    margin-bottom: 36px;
}

.single-blog table tr {
}

.single-blog table tr:first-child th {
    padding: 12px;
    border: 1px solid #ccc;
}

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

.single-blog table tr:first-child {
    background: #ffece6 !important;
}

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

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

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

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

.sidebar-tags li i {
    color: #ff4e68;
    margin-right: 10px;
}

.sidebar-tags li a {
    font-size: 15px;
    color: #000;
}

.blog-category-badge {
    position: absolute;
    background: #f7921e;
    color: #fff;
    padding: 6px 16px;
    top: 14px;
    right: 12px;
    z-index: 999;
    border-radius: 24px;
}

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

.sidebar-tags li {
    list-style: none;
    display: inline-block !important;
    padding: 8px 20px;
    border: 1px solid;
    margin-bottom: 16px;
    border-radius: 30px;
    color: #898989;
}

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

/*===================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==================*/

.footer-newsletter div {
    display: none;
}

.footer-newsletter p.error-message {
    color: #f00;
}
