@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 25px;
    font-size: 14px;
    color: #999898;
}


/***** Font Files *****/

@font-face {
    font-family: 'cutmark-font-one';
    src: url(../font/Cutmark-Medium.ttf);
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 33px 44px;
    border: unset;
    border-radius: 0px;
    color: #ffffff;
    z-index: 1;
    background: #e64c41;
    position: relative;
    font-size: 18px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    font-family: auto;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 0px;
    background-color: #000000;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #ffffff;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'cutmark-font-one';
    font-size: 71px;
    line-height: 1.2;
    color: #fff;
    font-weight: 100;
    margin: 0 0 17px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

h2 {
    font-family: 'cutmark-font-one';
    font-size: 60px;
    line-height: 1.1;
    color: #263749;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h3 {
    font-family: 'cutmark-font-one';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'cutmark-font-one';
    font-size: 20px;
    line-height: 1.2;
    color: #263749;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h5 {
    font-family: 'cutmark-font-one';
    font-size: 14px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 10px;
}

h6 {
    font-family: 'cutmark-font-one';
    font-size: 14px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 6px 23px;
    font-size: 14px;
    font-family:'Montserrat';
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #e64c41;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */


.dis-block {
    display: block;
}

.banner-social-icon {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 26%;
}

.banner-social-icon ul {
    display: flex;
    gap: 15px;
    margin-bottom: 0;
}

.banner-social-icon ul li a i {
    color: #ffffff;
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}



.banner-social-icon ul li a i:hover {
    background: #e64c41;
    border: unset;
}

header {
    position: absolute;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid #fff;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

.menuSec img {
    width: 100%;
}

.btn-second {
    padding: 8px 10px 8px 10px;
    border: unset;
    border-radius: 60px;
    color: #ffffff;
    z-index: 1;
    background: #e64c41;
    position: relative;
    font-size: 16px;
    display: inline-block;
    font-family: 'cutmark-font-one';
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.3px;
}

.btn-secon-box {
    display: flex;
    align-items: center;
    gap: 14px;
}

.btn-box-img {
    background: #fff;
    width: 40px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.banner-img-box {
    width: 50%;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    padding-bottom: 14px;
}

.banner_img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.banner-img-box img {
    margin-bottom: 13px;
    width: 100%;
}

.banner-img-box p {
    color: #000;
    font-size: 11px;
    width: 84%;
    margin: 0 auto;
    margin-bottom: 12px;
}

.banner-img img {
    height: 100vh;
    width: 100%;
}

.banner-heading-color {
    position: relative;
    z-index: 1;
    color: #e64c41;
}

.banner-heading-color:before {
    position: absolute;
    content: '';
    top: 10px;
    left: -200px;
    height: 78%;
    width: 860px;
    /* background: #fff; */
    z-index: -1;
    /* border-radius: 0px 10px 40px 0px; */
    background-image: url(../images/banner-text-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: unset;
    background-clip: padding-box;
    border: 0;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 50%;
    border: 1px solid #5e5e5e;
}
/* .carousel-indicators li.slick-active:before {
    background: #6488ea;
    opacity: 1;
}

.carousel-indicators li.slick-active:before {
    position: absolute;
    content: "";
    height: 2px;
    background: #8e9dc7;
    top: 9px;
    transition: 0.9s;
    left: 0;
    width: 118%;
} */

.carousel-indicators .active {
    margin: 0;
    background-color: #ffffff;
    width: 12px;
    height: 12px;
    border: unset;
    position: relative;
    margin-right: 80px !important;
    margin-left: 13px !important;
}
.carousel-indicators .active:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 18px;
    height: 1px;
    width: 70px;
    background: #5e5e5e;
}

.carousel-indicators .active:after {
    position: absolute;
    content: '';
    top: -5px;
    left: -8px;
    height: 22px;
    width: 25px;
    background: #ff000000;
    border: 1px solid #fff;
    border-radius: 50%;
    border-top: 1px solid #18202c;
    border-left: 1px solid #151e2c;
    transform: rotate(128deg);
    z-index: -1;
}
/* .carousel-indicators .active:before {
    position: absolute;
    content: "";
    height: 2px;
    background: #8e9dc7;
    top: 9px;
    transition: 0.9s;
    left: 0;
    width: 118%;
}
.carousel-indicators .active:before {
    background: #6488ea;
    opacity: 1;
}
.carousel-indicators .active button {
    position: relative;
    outline: 2px solid #ffffff;
    background: #3c5cb2;
    box-shadow: 0px 0px 0px 2px #ffffff inset;
    transition: 0.9s;
    z-index: 1;
} */

.carousel-indicators {
    position: absolute;
    right: 12%;
    bottom: 60px;
    left: unset;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: unset;
    margin-bottom: 2rem;
    margin-left: unset;
    list-style: none;
}

li.banner-social-icon-text {
    display: flex;
    align-items: center;
    padding-left: 0;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
}

.banner_text p {
    width: 80%;
}
li.banner-social-icon-text:before {
    position: absolute;
    content: '';
    top: 11px;
    left: -160px;
    height: 1px;
    width: 140px;
    background: #535252;
}

.banner-btm-box-ul {
    background: #fff;
    padding: 20px;
}

ul.banner-btm-box-ulone {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dbdbdb;
}

ul.banner-btm-box-ultwo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

li.banner-btm-box-ultwo-heading {
    background: #263749;
    padding: 31px 20px;
    border-radius: 10px;
    font-size: 22px;
    font-family: 'cutmark-font-one';
    color: #fff;
}

ul.banner-btm-box-ultwo li {
    text-align: center;
}

section.banner-btm-sec {
    position: relative;
    background: #e64c41;
    padding-top: 80px;
}

section.banner-btm-sec:before {
    position: absolute;
    content: '';
    top: -40px;
    left: 0;
    height: 50px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/banner-btm-img.png);
}

.banner-btm-text h2 {
    color: #fff;
}

.banner-btm-slider .slick-active {
    opacity: 1;
}

section.about-sec {
    margin: 100px 0px;
}

.about-text h2 {
    text-align: end;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.about-text h2:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background: #d5d8dc;
}

.about-text h2:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    height: 2px;
    width: 20%;
    background: #e64c41;
}

.free-table table {
    width: 100%;
}

.table-team-img ul {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.table-team-img ul li h5 {
    margin-bottom: 0;
    font-weight: 100;
    font-size: 14px;
    text-transform: uppercase;
}

.table-team-rate {
    display: flex;
    width: 100%;
    height: 100px;
    align-items: flex-end;
    justify-content: center;
    background-color: #e64c4175;
    /* display: inline-block; */
    border-radius: 10px;
}

.table-team-rate span {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #e64c41;
    color: #fff;
    border-radius: 10px;
    font-weight: 200;
}
.free-table h3 {
    background: #e64c41;
    display: inline-block;
    padding: 26px 22px;
    font-size: 18px;
    color: #fff;
    font-family: 'cutmark-font-one';
    font-weight: 100;
    border-radius: 10px;
}
thead {
    background: #263749;
    color: #fff;
}
.tab-lst-text {
    text-align: center;
}
.free-table td {
    text-transform: uppercase;
    padding: 10px 28px 0px;
    font-size: 14px;
    font-family: 'cutmark-font-one';
    font-weight: 600;
}
tr.sdad {
    background: #f3f3f3;
}
tr.sdads {
    background: #fafafa;
}
.free-sec-top-heading {
    text-align: center;
}
section.free-sec {
    margin-bottom: 80px;
}
section.most-popular-sec {
    background: #263749;
    padding: 60px 0px;
    margin-bottom: 80px;
}

.most-popular-top-heading h2 {
    color: #fff;
}

.most-popular-top-select select {
    background: transparent;
    padding: 14px 75px 14px 26px;
    border-radius: 70px;
    color: #e2e4e7;
    border: 1px solid #6d7985;
    position: relative;
    font-family: 'Montserrat';
}
.most-popular-top-select i {
    color: #fff;
    position: absolute;
    top: 18px;
    right: 61px;
    font-size: 20px;
}
.row.most-popular-row-line {
    /* border-bottom: 1px solid #595959; */
    padding-bottom: 20px;
    position: relative;
    padding-left: 0px;
    z-index: 1;
}
section.most-popular-sec .container-fluid {
    margin: 0px 0px 0px 80px;
}
.most-popular-top-select {
    text-align: end;
    padding-right: 40px;
    position: relative;
}
.most-popular-row-line:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 14px;
    height: 1px;
    width: 8%;
    background: #e64c41;
    z-index:1;
}
.most-popular-row-line:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 14px;
    height: 1px;
    width:95%;
    background: #5f5f5f;
    z-index:-1;
}
.most-popular-slider-box-img img {
    width: auto;
}

.most-popular-slider-box-img {
    height: 70px;
    width: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 36px;
    margin-top: -32px;
    z-index: 2;
    position: relative;
}
.most-popular-slider-box:before {
    position: absolute;
    content: '';
    top: -50px;
    left: 37%;
    height: 100px;
    width: 100px;
    background: #263749;
    border: 1px solid #5f5f5f;
    border-radius: 50%;
    border-top: 1px solid #263749;
    border-left: 1px solid #263749;
    transform: rotate(45deg);
}
.most-popular-slider-box {
    text-align: center;
    padding: 0px 10px 20px;
    border: 1px solid #5f5f5f;
    border-radius: 8px;
    transition: 1s;
    position: relative;
    z-index: 0;
}

.most-popular-slider-box-text h5 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

.most-popular-slider-box-text b {
    color: #999898;
    font-family: 'cutmark-font-one';
    font-weight: 100;
}

.most-popular-slider-box-text p {
    color: #999898;
}
.most-popular-slider .slick-active {
    opacity: 1;
}
.most-popular-slider .slick-slide {
    margin: 40px 10px 20px;
}
.most-popular-slider {
    margin-top: 40px;
}
.most-popular-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background:#fff;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    z-index: 1;
}
.most-popular-slider .slick-dots li.slick-active {
    margin-right: 70px;
}

.most-popular-slider .slick-active:before {
     position: absolute;
    content: '';
    top: 6px;
    left: 18px;
    height: 1px;
    width: 70px;
    background: #5e5e5e;
}
.most-popular-slider .slick-active:after {
     position: absolute;
     content: '';
     top: -3px;
     left: -8px;
     height: 18px;
     width: 18px;
     background: #ff000000;
     border: 1px solid #fff;
     border-radius: 50%;
     border-top: 1px solid #18202c;
     border-left: 1px solid #151e2c;
     transform: rotate(128deg);
     z-index: 0;
}

/* .most-popular-slider .slick-dots li.slick-active:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 18px;
    height: 1px;
    width: 70px;
    background: #5e5e5e;
}

.most-popular-slider .slick-dots li.slick-active:after {
    position: absolute;
    content: '';
    top: -3px;
    left: -8px;
    height: 18px;
    width: 18px;
    background: #ff000000;
    border: 1px solid #fff;
    border-radius: 50%;
    border-top: 1px solid #18202c;
    border-left: 1px solid #151e2c;
    transform: rotate(128deg);
    z-index: -1;
} */







.most-popular-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 2px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.most-popular-slider .slick-dots li button:before {
    content: '';
}
.most-popular-slider .slick-dots {
    position: absolute;
    bottom: -49px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.most-popular-slider-box:hover {
    background: #e64c41;
    transition: 1s;
}

.most-popular-slider-box-text-num {
    background: #e5483c;
    padding: 7px 24px;
    display: inline-block;
    border-radius: 6px;
    border: unset;
    font-family: 'cutmark-font-one';
    color: #fff;
}

.most-popular-slider-box:hover .most-popular-slider-box-text-num {
    background: #263749;
}

/*news section*/


.blog-detail {
    /* border: solid; */
    padding: 20px 18px 10px 0px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0%;
    width: 74%;
    height: auto;
    border-radius: 0px 10px 0px 0px;
}
.icons {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 17px;
}
.icons p {
    margin: 0;
    /* font-family: 'Roboto-Regular'; */
}
.icons i {
    /* border: solid 1px #00000045; */
    /* padding: 9px; */
    /* border-radius: 20px; */
    color: #e5483c;
    /* height: 35px; */
    /* width: 35px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}


.blog-img {
    position: relative;
}

.blog-detail h5 {
    font-size: 20px;
    line-height: 24px;
    color: #414141;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: capitalize;
    font-family: unset;
}

.blog-detail p {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px 0px 0px;
}

.blog-img img {
    width: 100%;
}


section.news .container-fluid {
    width: 100%;
}

.news-head-btn {
    text-align: end;
}

section.news {
    margin-bottom: 100px;
}
.news-head {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}




.newsletter {
    /* background: #202020; */
    padding: 30px 20px;
    background: #00825d;
}
.email-detail h2 {
    line-height: 70px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}
.email-detail p {
    color: #ffffff;
}
.news_formm {
    position: relative;
    text-align: end;
}
.news_formm form input {
    width: 88%;
    height: 52px;
    /* background: transparent; */
    border: 1px solid #ffffff;
    color: #fff;
    padding: 10px 30px;
    border-radius: 0;
    color: #ffffff;
    border-radius: 40px;
    background: transparent;
}
.news_formm form button {
    position: absolute;
    top: 0px;
    right: -1px;
    border: none;
    padding: 0;
    background-color: #007050;
    padding: 14px 36px;
    font-size: 16px;
    font-family: 'Montserrat';
    color: #ffffff;
}
.news_formm form input::placeholder{
    color: #fff;
}

 /* Footer */
footer {
  background: #263749;
  padding: 80px 0 20px 0;
  position: relative;
}
footer:before {
    position: absolute;
    content: '';
    bottom: 74px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #3c4b5b;
}

footer p {
  font-size: 14px;
  width: 90%;
  color: #ffff;
  margin-bottom: 0;
  line-height: 25px;
}

.footer_logo p {
  /* font-family: 'Montserrat'; */
  font-weight: 300;
  color: #c1c1c3;
  opacity: 1;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 20px;
  width: 73%;
}

footer h3 {
  font-size: 24px;
  margin: 0 0 25px 0;
  font-weight: 200;
  /* font-family: 'Rajdhani'; */
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.quick-links ul li {
  margin-bottom: 3px;
}

.quick-links ul li a {
  color: #c1c1c3;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 13px;
  font-size: 14px;
  transition: ease-in;
  transition-duration: 0.2s;
  /* font-family: 'Montserrat'; */
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 32px;
}

.quick-links ul li a:hover {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.2s;
}

.quick-links > div {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 50px;
}

ul.footer-list li a {
  font-size: 17px;
  color: #ffffffa6;
  line-height: 40px;
  font-weight: 300;
}

ul.ftr-list li a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  font-size: 12px;
  color: #fff;
  padding-top: 10px;
  margin-bottom: 10px;
  transition: ease-in;
  transition-duration: 0.2s;
  opacity: 1;
}

ul.ftr-list li a:hover p {
  color: #c1c1c3;
  transition: ease-out;
  transition-duration: 0.2s;
}

ul.ftr-list li a p {
  line-height: 1;
  margin: 0;
  transition: ease-in;
  transition-duration: 0.2s;
  opacity: 1;
  font-size: 13px;
}

ul.ftr-list li a img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  object-fit: contain;
}

ul.ftr-list i {
  color: #606e76;
  font-size: 24px;
}

.footer-text {
  width: 85%;
  margin: 0px 0px 0px auto;
}

.quick-links {
  width: 100%;
  margin: 0 0 0 auto;
  margin-bottom: 70px;
  padding-left: 100px;
}

.quick-links.ser-links {
  width: 90%;
}

footer .col-md-4:before,
footer .col-md-4:before {
  position: absolute;
  content: "";
  background-color: #3c4b5b;
  right: 0;
  height: 100%;
  width: 1px;
  top: 0;
}

footer .col-md-4,
footer .col-md-3,
footer .col-md-2 {
  position: relative;
}

footer .col-md-3:last-child:before {
  display: none;
}

.ftr-btm {
  /* background: #232323; */
  padding: 0px 0px 0px;
  /* border: 1px solid #8d8d8d3d; */
  /* border-radius: 5px; */
}

.ftr-btm ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

.ftr-btm ul li {
  font-size: 14px;
  color: #c1c1c3;
}

.social-icons {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: start;
  margin-top: 20px;
}

.ftr-btm ul li a i:hover {
  background: #b64225;
  color: #ffffff;
}

.social-icons a i {
  color: #636e79;
  font-size: 13px;
  border: 1px solid #636e79;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s;
}

.footer_bottom ul {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.footer_logo h3 {
  font-size: 22px;
  margin: 0 0 25px 0;
  font-weight: 200;
  /* font-family: 'Rajdhani'; */
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 500;
}

.footer_bottom a {
  color: white;
}
.social-icons a i:hover {
    background-color: #fff;
    border: unset;
    transition: 1s;
    color: #000;
}
.footer_logo img {
    margin-bottom: 30px;
    width: 48%;
    margin-top: 12px;
}
ul.footer-columtwo {
    /* column-count: 2; */
    display: flex;
    justify-content: right;
    gap: 110px;
}
/* Footer end */

.horse-racing-boxtwo-heading {
    display: flex;
    align-items: anchor-center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.horse-racing-boxtwo-heading a {
    color: #000;
    border-bottom: 1px solid #000;
}

.horse-racing-boxtwo-ul ul {
    display: flex;
    align-items: start;
    gap: 30px;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 0px 10px 10px 0px;
    margin-bottom: 20px;
}

li.horse-racing-boxtwo-ul-li-red {
    width: 11%;
    background: #e5483c;
    text-align: center;
    height: 160px;
    color: #fff;
    font-family: 'cutmark-font-one';
    font-weight: 100;
    padding-top: 20px;
}
.horse-racing-boxtwo-ul-li-sd-text p {
    text-transform: uppercase;
    color: #263749;
    font-family: 'cutmark-font-one';
}


li.horse-racing-boxtwo-ul-li-sd {
    display: flex;
    gap: 20px;
    margin-top: 28px;
}
.horse-racing-boxone h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

.horse-racing-boxtwo-heading h2 {
    font-size: 40px;
}
.horse-racing-boxtwo-ul {
    column-count: 2;
}
section.horse-racing-sec {
    margin-bottom: 80px;
}
.horse-racing-boxone table {
    width: 100%;
}
.tabel-second-fex ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
}

.tabel-second-fex ul li span {
    background: #191919;
    padding: 6px 5px;
    color: #fff;
    font-family: 'cutmark-font-one';
    font-weight: 100;
    border-radius: 5px;
    font-size: 14px;
}
.tabel-second-fex ul li h5 {
    margin-bottom: 0;
}


.horse-racing-boxone table tbody tr td {
    border: 1px solid #f5f5f5;
    padding: 14px 10px 14px 10px;
    text-align: center;
}

.line-text h6 {
    margin-bottom: 0;
}

.line-num h6 {
    margin-bottom: 0;
}
.bg-sh-tabel {
    background: #f4f4f4;
}
.banner-btm-text {
    position: relative;
}

.banner-btm-text:before {
    position: absolute;
    content: '';
    bottom: 65px;
    left: -39%;
    height: 1px;
    width: 100%;
    background: #fff;
}


.free-table th {
    padding: 20px 34px;
}

.free-table th:first-child {
    border-radius: 10px 0 0 10px;
}

.free-table th:last-child {
    border-radius: 0 10px 10px 0 ;
}
.menuSec .container-fluid {
    padding: 0;
    margin: 0;
    padding-left: 60px;
}
.container-fluid {
    padding: 0px 80px;
}
.banner-btm-sec .container-fluid {
    padding: 0px 0px 0px 50px;
}
.banner-btm-box-ul ul li p {
    text-transform: uppercase;
    font-family: 'cutmark-font-one';
}
ul.banner-btm-box-ultwo li p {
    color: #101010;
    font-size: 16px;
}
.banner-btm-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}
.banner-btm-slider .slick-slide {
    margin: 0px 13px;
}

.banner-btm-slider .slick-list.draggable {
    padding-right: 30px;
}
section.horse-racing-sec .container-fluid {
    padding: 0px 140px;
}

.horse-racing-boxtwo {
    width: 90%;
    float: right;
}
.icons p {
    color: #2d2d2d;
    font-size: 15px;
}
.most-popular-slider .slick-list.draggable {
    padding-right: 30px;
}
.most-popular-slider .slick-slide {
    opacity: 1;
}