/* ================== Font Family Start Here ================== */

@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* ================== Font Family End Here ================== */

 :root {
    --primary_color: #132d46;
    --secondary_color: #c2a973;
    --white_color: #fff;
    --charcoal_gray: #333333;
    --color_orange: #ff6600;
    --primary_dark: #0b263a;
    --body_content: #555555;
    --primary_font: "Open Sans", sans-serif;
    --secondary_font: "Merriweather", serif;
    --font_3: "Merriweather Sans", sans-serif;
    --light_bg: #f6f6f6;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
}

.container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

body {
    font-family: var(--primary_font);
}


/* ================== Define Css Start Here ================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: var(--secondary_font);
    text-transform: capitalize;
    font-weight: normal;
    color: var(--primary_dark);
}

ul {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 34px;
    line-height: 1.6em;
    text-transform: capitalize;
    font-weight: normal;
    color: var(--primary_dark);
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
    font-weight: 500;
}

h4 {
    font-size: 22px;
    color: var(--charcoal_gray);
}

h5 {}

h6 {}

p {
    font-weight: 400;
    font-size: 16px;
    color: var(--body_content);
    line-height: 26px;
    margin: 0;
    padding: 0;
    font-family: var(--primary_font);
}

a {
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    font-family: var(--primary_font);
    color: var(--body_content);
}

button,
label,
textarea {
    font-family: var(--primary_font);
    outline: none;
}

input,
input::placeholder {
    font-family: var(--primary_font);
    outline: none;
}

.ctm-underline-text {
    text-decoration: underline;
}

.ctm-uppercase-text {
    text-transform: uppercase;
}


li {
    list-style: none;
}


/* Main Div Flex Start*/

.ctm-flex-row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}


/* Main Div Flex End*/


/* Justify Content Start*/

.ctm-justify-content-center {
    justify-content: center;
}

.ctm-justify-content-between {
    justify-content: space-between;
}

.ctm-justify-content-start {
    justify-content: flex-start;
}

.ctm-justify-content-end {
    justify-items: flex-end;
}

.ctm-justify-content-around {
    justify-content: space-around;
}


/* Justify Content End*/


/* Align Items Start*/

.ctm-align-items-start {
    align-items: flex-start;
}

.ctm-align-items-end {
    align-items: flex-end;
}

.ctm-align-items-center {
    align-items: center;
}

.ctm-align-items-baseline {
    align-self: baseline;
}


/* Align Items End*/


/* Margin Define Start */

.ctm-mt-5 {
    margin-top: 5px;
}

.ctm-mt-10 {
    margin-top: 10px;
}

.ctm-mt-20 {
    margin-top: 20px;
}

.ctm-mt-30 {
    margin-top: 30px;
}

.ctm-mt-40 {
    margin-top: 40px;
}

.ctm-mt-50 {
    margin-top: 50px;
}

.ctm-mt-70 {
    margin-top: 70px;
}

.ctm-section-space {
    margin: 50px 0px;
}


/* Margin Define End */


/* Text Align End*/

.ctm-text-start {
    text-align: start;
}

.ctm-text-center {
    text-align: center;
}

.ctm-text-end {
    text-align: end;
}


/* Align Align End*/


/* Common Button Start*/

.common-primary-button a,
.common-primary-button button,
.common-primary-button input {
    font-family: var(--primary_font);
    font-size: 16px;
    font-weight: normal !important;
    text-transform: capitalize;
    color: var(--white_color);
    background-color: var(--secondary_color);
    border: 1px solid var(--secondary_color);
    padding: 12px 37px;
}

.common-primary-button a:hover,
.common-primary-button button:hover,
.common-primary-button input:hover {
    background-color: var(--white_color);
    transition: 0.3s ease-in-out;
    color: var(--secondary_color);
}


/* Common Button End*/


/* Common Color Start*/

.ctm-white-color {
    color: var(--white_color);
}

.ctm-full-width {
    width: 100%;
}


/* Common Color End*/

nav ul li a:hover,
.footer-menu-list ul li a:hover {
    color: var(--secondary_color);
}

.footer-menu-list ul li a:hover {
    text-decoration: underline;
}


/* ================== Define Css End Here ================== */


/* ================== Header Section Start Here ================== */

header.ctm-sticky .header-logo-menu-sec-bg {
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 10;
    top: 0;
}

header.ctm-sticky nav ul li a {
    padding: 24px 0;
}

.toggle-btn-mobile {
    display: none;
}

.top-header-sec-bg {
    background-color: var(--primary_color);
    padding: 8px 0;
}

.header-logo-menu-sec-bg {
    background-color: #191919;
}

.header-logo-left img {
    max-width: 274px;
}

.header-social-link ul li,
.header-contact-list ul li {
    display: inline-block;
}

.header-social-link ul li a {
    color: var(--white_color);
    font-size: 16px;
    padding: 2px;
    border-radius: 3px;
    ;
}

.header-social-link ul li a:hover {
    background-color: var(--secondary_color);
    transition: 0.3s ease-in-out;
}

.header-contact-list ul li+li {
    margin-left: 20px;
}

.header-contact-list ul li a {
    font-size: 15px;
    color: var(--white_color);
}

.header-contact-list ul li i {
    margin-right: 8px;
    font-size: 15px;
    color: var(--white_color);
}

.call-content-number a,
.call-content-number i {
    font-size: 23px !important;
}

.call-content-number i {
    color: var(--secondary_color) !important;
}

.header-contact-list ul li a:hover {
    text-decoration: underline;
    transition: 0.3s ease-in-out;
}

.call-content-number a:hover {
    text-decoration: none !important;
}


/* nav */

.header_main nav ul li {
    display: inline-block;
    position: relative;
}

.header_main nav ul li+li {
    margin-left: 25px;
}

.header_main nav ul li a {
    color: var(--white_color);
    letter-spacing: 1px;
    font-family: var(--font_3);
    font-size: 14px;
    text-transform: capitalize;
    color: var(--white_color);
    padding: 41px 0;
}

.header_main nav ul li a i {
    font-size: 11px;
}

.header_main nav ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: var(--primary_color);
    padding: 0;
    min-width: 200px;
    max-width: 200px;
    z-index: 1;
}

.header_main nav ul li:hover>ul {
    display: block;
    transition: 0.3s ease-in-out
}

.header_main nav ul ul li {
    display: block;
    margin: 0;
}

.header_main nav ul ul li a {
    padding: 12px;
    color: var(--white_color);
    font-size: 13px;
    line-height: 18px;
    width: 100%;
}

.header_main nav ul ul li:hover>a {
    background-color: var(--secondary_color);
    color: var(--white_color);
}

.header_main nav ul ul ul {
    top: 0;
    left: 100%;
}


/* nav */


/* ================== Header Section End Here ================== */


/* ================== Banner Section Start Here ================== */

.banner-slider img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    max-width: 900px;
    text-align: center;
    z-index: 1;
    padding: 0 15px;
}

.banner-content h1 {
    color: var(--white_color);
}

.banner-slider {
    position: relative;
}


/* arrow */


/* Button-Start */

.banner-slider-sec-bg button.slick-prev,
.banner-slider-sec-bg button.slick-next {
    position: absolute;
    top: 50%;
    font-size: 0;
    padding: 0;
    border: 0;
    z-index: 2;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c2a973;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.banner-slider-sec-bg button.slick-prev:after {
    transform: rotate(45deg);
}

.banner-slider-sec-bg button.slick-next:after,
.banner-slider-sec-bg button.slick-prev:after {
    content: "";
    width: 0;
    height: 0;
    border: solid;
    border-width: 0px 0px 2px 2px;
    position: absolute;
    padding: 5px;
    color: var(--white_color);
}

.banner-slider-sec-bg button.slick-next::before,
.banner-slider-sec-bg button.slick-prev::before {
    display: none;
}

.banner-slider-sec-bg button.slick-next:after {
    transform: rotate(-135deg);
}

.banner-slider-sec-bg .slick-next {
    right: 50px;
}

.banner-slider-sec-bg .slick-prev {
    left: 50px;
}


/* Button-End */


/* dots */

.banner-slider-sec-bg ul.slick-dots {
    display: flex;
    justify-content: center;
    bottom: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    gap: 6px;
    align-items: center;
}

.banner-slider-sec-bg ul.slick-dots li {
    border-radius: 50%;
    width: 6px;
    height: 6px;
    cursor: pointer;
    background-color: var(--white_color);
}

.banner-slider-sec-bg ul.slick-dots li.slick-active {
    background-color: var(--secondary_color);
    width: 30px;
    height: 4px;
    border-radius: 2px;
    padding: 0;
    margin: 0;
}

.banner-slider-sec-bg ul.slick-dots li button {
    display: none;
}


/* dots */


/* ================== Banner Section End Here ================== */


/* ================== Main Section Start Here ================== */


/* ================== The Best Way to Predict  Section Start Here ================== */

.the-best-way-to-predict-heading h2 {
    font-size: 34px;
}

.the-best-way-to-predict-heading {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

.the-best-way-to-predict-heading::after,
.heading-sec h2:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: var(--secondary_color);
    left: 0;
    bottom: -2px;
    margin: 0 auto;
    right: 0;
}

.color-orange p {
    color: var(--color_orange);
}

.predict-para-content-sub-list a {
    color: var(--secondary_color);
}

.predict-para-content-sub-list .read-more-btn a {
    color: var(--white_color);
}

.predict-para-content-sub-list .read-more-btn a:hover {
    color: var(--secondary_color);
}

.predict-para-content-sub-list p {
    margin-bottom: 20px;
}

.the-best-way-to-predict-heading h3 {
    margin-top: 20px;
}


/* ================== The Best Way to Predict  Section End Here ================== */


/* ================== Breaking News on EB5  Section Start Here ================== */

.services-sec {
    background-color: var(--primary_color);
    padding: 50px 0;
}

.single-service {
    width: calc(100%/3 - 20px);
}

.services-sec .heading-sec h2 {
    color: var(--white_color);
}

.heading-sec h2 {
    border-bottom: 1px solid #20466B;
    border-bottom: 1px solid #e5eaec;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

.services-sec .heading-sec h2 {
    border-bottom: 1px solid #20466B;
}

.single-service a {
    width: 100%;
}

.service-img img {
    border: 5px solid #20466B;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin: 0 auto;
}

.service-desc {
    border-top: 1px solid #20466B;
    margin-top: 20px;
    padding-top: 15px;
}

.service-desc h3 {
    color: var(--white_color);
    font-family: var(--primary_font);
}


/* ================== Breaking News on EB5  Section End Here ================== */


/* ================== What Clients Are Saying Section Sart Here ================== */

.testimonial-form-sec {
    margin-bottom: 90px;
}

.testi-content p {
    font-size: 25px;
}

.testi-user-details {
    padding: 50px 0 40px 0;
}

.form-outer .form-content,
.form-outer .form-sec {
    width: calc(100% / 2 - 10px);
}

.form-field input {
    background: #f4f4f4;
    width: 100%;
    padding: 15px;
    border: 1px solid #e8e8e8;
    color: #555555;
    border-radius: 1px;
    font-size: 16px;
}

.form-field input::placeholder {
    color: #555555;
}

.form-field+.form-field {
    margin-top: 15px;
}

.form-outer {
    border-top: 1px solid #e3e3e3;
    padding-top: 15px;
}

.form-content p {
    font-size: 25px;
    line-height: 34px;
    font-style: italic;
}

.form-sec .common-primary-button input {
    font-family: var(--primary_font) !important;
    font-size: 16px !important;
    font-weight: normal !important;
    text-transform: capitalize !important;
    color: var(--white_color) !important;
    background-color: var(--secondary_color) !important;
    border: 1px solid var(--secondary_color) !important;
    padding: 12px 37px !important;
    cursor: pointer;
}

.form-sec .common-primary-button input:hover {
    background-color: var(--white_color) !important;
    transition: 0.3s ease-in-out !important;
    color: var(--secondary_color) !important;
}


/* ================== What Clients Are Saying Section End Here ================== */


/* ================== Main Section End Here ================== */


/* ================== Footer Section Start Here ================== */

.footer-sec-box {
    background-color: var(--primary_color);
    padding: 60px 0 30px;
}

.inner-footer-sec {
    gap: 30px;
}

.footer-sec-col {
    width: calc(100%/3 - 20px);
}

.footer-list-logo img {
    max-width: 250px;
    text-align: center;
    margin: 0 auto;
}

.footer-list-number a {
    font-size: 32px;
    color: var(--secondary_color);
}

.footer-list-number a:hover,
.powered-by-site-right-menu ul li a:hover {
    text-decoration: underline;
}

.footer-sec-col h3 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white_color);
    font-family: var(--primary_font);
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5eaec;
    position: relative;
}

.footer-sec-col h3:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: var(--secondary_color);
    left: 0;
    bottom: -1px;
}

.footer-menu-list ul li {
    position: relative;
    padding-left: 20px;
}

.footer-menu-list ul li+li {
    position: relative;
    margin-top: 13px;
}

.footer-menu-list ul li::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--secondary_color);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.footer-menu-list ul li a {
    color: var(--white_color);
}

.footer-menu-list p {
    color: var(--white_color);
    font-size: 11px;
}

.copyright-powered-by-site-sec-bg-g {
    background: var(--primary_dark);
    padding: 14px 0;
}

.powered-by-site-left-content p {
    align-items: center;
    display: flex;
    gap: 5px;
    font-size: 16px;
    color: var(--white_color);
}

.powered-by-site-left-content p a {
    margin-top: -3px;
    line-height: normal;
}

.powered-by-site-left-content p img {
    max-width: 80px;
}

.powered-by-site-right-menu ul li {
    display: inline-block;
}

.powered-by-site-right-menu ul li+li {
    margin-left: 20px;
}

.powered-by-site-right-menu ul li a {
    color: var(--white_color);
    font-size: 12px;
}

.powered-by-site-right-menu ul li a.active {
    color: var(--color_orange);
    font-size: 12px;
}


/* back-to-top-btn */

.back-to-top-btn a {
    display: block;
    width: 46px;
    height: 46px;
    background: var(--charcoal_gray);
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
    -webkit-border-radius: 5px;
    text-align: center;
    color: var(--white_color);
    line-height: 46px;
    border-radius: 5px;
}

.back-to-top-btn {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
}

.back-to-top-btn a:hover {
    background-color: var(--secondary_color);
}


/* ================== Footer Section End Here ================== */
/* ============================================================
  CUSTOM PAGINATION
============================================================ */

.custom-pagination {
    float: left;
    text-align: center;
    width: 100%;
}
.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 10px 20px;
}
.custom-pagination a {
  background-color: #ebebeb;
  color: #c2a973;
}
.custom-pagination a:hover {
  background-color: #c2a973;
  color: #fff;
}
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}
.custom-pagination span.dots {
  padding: 0;
  color: gainsboro;
}
.custom-pagination span.current {
  background-color: #c2a973;
  color: #fff;
}
/********************************************************************************************/

.sub-menu-toggle {
	display: none;
}

/* Show only mobile select menu on small screens */
.mobile-dropdown-menu {
    display: none;

}

/********************************************************************************************/

section.fullwidth-2 {
    z-index: 97;
    background-color: #f4f4f4;
    background-size: auto;
}
.section-fullwidth {
    position: relative;
    padding: 50px 0 50px 0;
    z-index: 2;
    clear: both;
}

.separator_block.center {
    text-align: center;
}
.separator.short {
    max-width: 370px;
}
.separator_block.center .separator.short {
    margin-right: auto;
    margin-left: auto;
}
.separator_block.center .separator_line {
    left: 50%;
    margin-left: -15px;
}
.separator {
    margin: 20px 0 0;
    padding: 0;
    height: 1px;
    background-color: #e5eaec;
    width: 100%;
    position: relative;
}
.separator_line {
    background: #c2a973;
	width: 30px;
    height: 3px;
    position: absolute;
    top: -1px
}

.widget_recent_entries ul li {
	margin-bottom: 15px;
	 list-style: disc; 
}
.widget_recent_entries ul li a {
	display: inherit;

}
.widget_recent_entries ul li a:hover {
	color: #000;
}

.tar_section {
	width: 100%;
	float:left;
    scroll-margin-top: 200px; /* or the exact height of your header */
}
