@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600;1,700;1,800;1,900&display=swap');

h1 {
    font-family: Playfair Display;
    font-size: 115px;
    font-style: normal;
    font-weight: 700;
    line-height: 125px;
    color: #FFF;
}

h2 {
    color: #0C1E37;
    text-align: right;
    font-family: Playfair Display;
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
}

h3 {
    color: #FFF;
    font-family: Playfair Display;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
}

h5 {
    color: #0C1E37;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

h6 {
    color: #0C1E37;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

body {
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.p_120 {
    padding: 120px 0;
}

a.cta {
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 20px 48px 20px 28px;
    position: relative;
    border: 1px solid;
    transition: all 0.5s ease-in-out;
    display: inline-block;
}

a {
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}

.custom {
    align-items: center;
}

a.cta:before {
    content: '\f178';
    position: absolute;
    font-weight: bold;
    font-style: normal;
    font-family: "Font Awesome 6 Free";
    right: 17px;
    top: 23px;
    transition: all 0.5s ease-in-out;
    color: #fff;
}

a.cta:hover:before {
    right: 15px;
    color: #0C1E37;
}

a.cta:hover {
    background: #fff;
    color: #0C1E37;
    border: 1px solid #0C1E37;
}

.contact-me-btn a {
    border: none;
}

.contact-me-btn a.cta:hover {
    border: none;
}

/* ================ header section css start =================== */

.header-sec {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 99;
}

.header-sec nav.navbar.navbar-expand-lg {
    padding: 30px 40px;
}
.header-sec a.nav-link {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
}

.header-sec li.nav-item {
    margin-left: 60px;
}

.header-sec ul.navbar-nav.ml-auto {
    margin-right: 120px;
}

.header-sec a.nav-link::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}

.header-sec a.nav-link:hover {
    -webkit-text-stroke: 0.5px #fff;
}

.header-sec a.nav-link:hover::after {
    width: 100%;
    font-weight: 700;
}

/* ================ header section css end =================== */

/* ================ banner section css start =================== */

.banner-sec {
    position: relative;
    background-repeat: no-repeat;
    padding-top: 120px;
    background-size: cover;
}

.banner-img img {
    width: 100%;
    height: auto;
}

.banner-text h1 {
    width: 100%;
    max-width: 485px;
}

.contact-me-btn a {
    background: #6d7887;
}

.banner-sec .hello-btn a {
    border: 1px solid #FFF;
    margin-top: 60px;
    display: inline-block;
}

.banner-img {
    padding-left: 50px;
}

.banner-text {
    padding-right: 50px;
}

.banner-text p {
    color: #FFF;
    margin-top: 20px;
}

/* ================ banner section css end =================== */

/* ================ enrique section css start =================== */

.enrique-text span {
    color: #F1C392;
}

.enrique-sec .col-md-5 {
    position: relative;
}

.enrique-text {
    max-width: 300px;
    width: 100%;

}

.enrique-text:after {
    content: '';
    position: absolute;
    background: #0C1E37;
    height: 1px;
    width: 100%;
    max-width: 106px;
    top: 50px;
    left: 68%;
}

.simply-text p {
    color: #767676;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

/* ================ enrique section css end =================== */


/* ================ brand section css start =================== */

.brand-content .text {
    text-align: center;
}

.brand-img {
    text-align: center;
}

.brand-content .row {
    padding-top: 40px;
    align-items: center;
}

section.brand-sec {
    padding-bottom: 120px;
}
.brand-sec .skill_content {
    padding-top: 40px;
}
.brand-sec .slider_skill li .skill_img {
    border: 1px solid #EEE;
    margin: 0 15px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.brand-sec .slick-list.draggable:after {
    left: 0;
    top: 0;
    bottom: 0;
    width: 10%;
    height: 100%;
    content: "";
    position: absolute;
    background: #fff;
}

.brand-sec .slick-list.draggable{
      position: relative;
}

.brand-sec .slick-list.draggable .slick-track {
    padding-left: 10%;
}

.brand-sec .slick-track {
    display: flex !important;
}

.brand-sec .skill_img img {
    max-width: 100%;
}
.brand-sec  ul.slider_skill.slick-initialized.slick-slider {
    padding: 0;
}
/* ================ brand section css end =================== */

/* ================ my-work section css start =================== */

.my-work-sec ::after {
    display: none;
}

.my-work-sec .view-content a {
    color: #0C1E37;
    border: 1px solid #EEE;
    margin-top: 40px;
    display: inline-block;
}

.my-work-sec {
    background: rgba(41, 75, 122, 0.02);
    overflow: hidden;
}

.my-work-sec .slider-box {
    display: flex !important;
    align-items: flex-start;
    margin: 0 20px;
    background: #FFF;
    padding: 22px;
}

.my-work-sec .view-content a:hover {
    border: 1px solid #0C1E37;
}

.my-work-sec .view-content a.cta:before {
    color: #0C1E37;
}
.slider-wrapper a.learn-btn:hover {
    background: #fff;
    color: #0C1E37;
}

.slider-wrapper .more-btn a{
    transition: all 0.5s ease-in-out;

}
.slider-wrapper a.now-btn:hover {
    background: #0C1E37;
    color: #fff;
}


.slider-wrapper .slick-arrow i {
    background: #0C1E37;
    height: 57px;
    width: 57px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    top: 42%;
    position: absolute;
    right: -70px;
    cursor: pointer;
}

.slider-wrapper i.fa-solid.fa-arrow-left {
    right: auto;
    left: -70px;
    border: #EEEEEE;
    background: unset;
    color: #0C1E37;
    border: 1px solid #EEEEEE
}

.slider-wrapper .slider-text {
    padding-left: 50px;
}

.slider-wrapper .new-btn a {
    background: #F1C392;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.slider-wrapper .simple-text {
    padding-top: 20px;
}

.slider-wrapper .simple-text h6 {
    font-weight: 600;
}

.slider-wrapper .simple-text p {
    color: #767676;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.slider-wrapper .more-btn a {
    border: 1px solid #0C1E37;
    margin-top: 40px;
    padding: 14px 30px;
    display: inline-block;
    font-size: 14px;
    color: #0C1E37;
    font-weight: 500;
}

.slider-wrapper a.now-btn {
    margin-left: 14px;
}

.slider-wrapper a.learn-btn {
    background: #0C1E37;
    color: #fff;
}

.slider-wrapper {
    padding-top: 60px;
}

/* ================ my-work section css end =================== */


/* ================ articles section css start =================== */

.articles-sec .articles-head h2 {
    text-align: center;
}

.articles-sec .articles-box {
    border: 1px solid #EEE;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.articles-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 14px;
}

.articles-img img {
    width: 100%;
}

.articles-img {
    margin-top: -50%;
    margin-bottom: 24px;
}

.articles-sec .category-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 30px;
}

.articles-sec .category-data p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #0C1E37;
}

.articles-sec a.cta:hover {
    color: #0C1E37;
    background: #fff;
}

.articles-sec .date span {
    font-weight: bold;
    padding-right: 10px;
}

.articles-sec .category-btn a {
    display: inline-block;
    background: #F1C392;
    padding: 12px 15px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}

.articles-head {
    padding-bottom: 55px;
    margin-bottom: 10%;
}

.articles-sec .all-blog-btn a {
    text-align: center;
    background: #0C1E37;
    display: inline-block;
}

.articles-sec .all-blog-btn {
    text-align: center;
    margin-top: 80px;
}
.articles-sec .articles-box .articles-text h6 a {
    color: rgba(12, 30, 55, 1);
}
.articles-sec .articles-box .articles-text h6 a:hover {
    color: #F1C392;
}
/* ================ articles section css end =================== */

/* ================ footer section css start =================== */

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding-bottom: 80px;
}

.footer-icon a {
    color: #0C1E37;
    background: #fff;
    height: 40px;
    font-size: 18px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 13px;
    transition: all 0.5s ease-in-out;
}

.footer-icon {
    display: flex;
}

.footer-icon a:hover {
    color: #0C1E37;
    background: #F1C392;
}

.footer-content {
    padding-top: 100px;
}

footer .enter-data span {
    color: #F1C392;
}

footer .enter-data p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    margin-top: 40px;
}

footer .book-mark h6 {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
}

footer .book-mark ul li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 30px;
    display: block;
    text-decoration: none;
}
footer .book-mark ul li a:hover {
    color: #F1C392;
}
footer .book-mark ul {
    padding: 0;
    list-style: none;
}

footer .main-footer.p_120 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.30)
}

footer .site-footer {
    padding: 35px 0;
}

footer .copy-text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin: 0;
}

footer {
    background-repeat: no-repeat;
    background-size: cover;
}

.enter-data a {
    color: #fff;
}

footer .col-md-6.content {
    display: flex;
    justify-content: end;
    gap: 150px;
}

/* ================ footer section css end =================== */


/* ================ 2nd page css start  =================== */

.published-data .slider-box {
    border: 1px solid rgba(41, 75, 122, 0.08);
}
.published-data .row.slider-wrapper .col-md-12 {
    margin-bottom: 40px;
}

.published-data .dubl-btn a.cta {
    background: #0C1E37;
    margin-top: 40px;
    display: inline-block;
}
.published-data .dubl-btn{
    text-align: center;
}
.published-data .dubl-btn a.cta:hover{
    background-color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
    content: "|";
}
ol.breadcrumb {
    margin: 0;
    background: unset;
    padding: 0;
    margin-top: 30px;
}

ol.breadcrumb li a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 28px;
}
.breadcrumb-item.active {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.published-data .slider-box {
    margin: 0 5px !important;
}
/* ================ 2nd page css end  =================== */

/*=========== Materials-Published-Details page start here ==========*/
.header_wreap {
    position: inherit;
    background-color: #0C1E37;
}
.previou_wreap h2 {
    text-align: start;
    margin-bottom: 40px;
}
.breadcrumb_wreap ol.breadcrumb li a {
    color: #0C1E37;
}
.breadcrumb_wreap ol.breadcrumb li a:hover {
    color: #F1C392;
}
.breadcrumb_wreap ol.breadcrumb li:before {
    color: #0C1E37;
}
.breadcrumb_wreap .breadcrumb-item.active {
    color: rgba(12, 30, 55, 1);
}
.cta_wreap::before {
    display: none;
}
.cta_wreap {
    display: inline-block;
    padding: 14px 25px !important;
    background-color: #0C1E37;
	border: 1px solid;
    cursor: pointer;
}
.materil_dt_wrapper .more-btn {
    margin-top: 40px;
}
.materil_dt_wrapper h2 {
    text-align: left;
}
.materil_dt_wrapper ul li {
    padding: 5px 0;
}
.materil_dt_wrapper .row {
    align-items: center;
}
.overview_tab .nav-link {
    color: #767676;
    font-family: Playfair Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding: 0 0 10px;
    border-radius: 0;
}
.overview_tab .nav {
    margin-bottom: 70px;
    border-bottom: 1px solid rgba(12, 30, 55, 0.08);
    gap: 80px;
}
.overview_tab .nav-link.active {
    color: #0C1E37;
    background-color: transparent;
    border-bottom: 1px solid #0C1E37;
}
.overview_text p {
    color: #767676;
    font-size: 16px;
}
/*=========== Materials-Published-Details page end here ==========*/

/*=========== lines of Research page start here ==========*/
.research_grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 60px 30px;
}
.research_list .card {
    height: 100%;
    border-radius: 0;
    border: 0;
    padding: 0 40px 40px 40px;
    background-color: transparent;
}
.research_list .card .card-body {
    padding: 44px 0 0;
}
.research_list .card img.card-img-top {
    margin-top: 0;
    transition: all 1s ease-in-out;
}
.research_list .card:hover img.card-img-top {
    transform: scale(1.02);
}
.research_grid .research_list {
    position: relative;
    z-index: 1;
}
.research_grid .research_list::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #EEE;
    height: 75%;
    z-index: -1;
}
.research_list .card .card-body h4 {
    font-family: Playfair Display;
    font-size: 34px;
    font-weight: 700;
}
.research_list .card .card-body h4 a {
    color: #000;
}
.research_list .card .card-body h4 a:hover {
    color: #F1C392;
}
.research_list .card .card-body p {
    color: #767676;
    font-size: 16px;
}
.btn_2 a.cta {
    background-color: #0C1E37;
}
.research_wrapper .btn_2 {
    text-align: center;
    margin-top: 80px;
}
.btn_2 a.cta:hover {
    background-color: #fff;
}
/*=========== lines of Research page end here ==========*/

/*=========== Blog Posts page start here ==========*/
.blogs_wreap h6 a {
    color: #0C1E37;
}
.blogs_wreap h6 a:hover {
    color: #F1C392;
}
.category-data .date span {
    font-size: 14px;
    color: #0C1E37;
    text-transform: capitalize;
}
.blog_list ul,
.recent_wreap ul {
    margin: 0;
    border: 1px solid #EEE;
    padding: 30px;
}
.recent_wreap ul li {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}
.recent_wreap ul li:last-child:last-child {
    margin: 0;
}
.recent_wreap ul li h6 {
    font-size: 20px;
}
.recent_wreap ul li h6 a {
    color: #0C1E37;
}
.recent_wreap ul li h6 a:hover {
    color: #F1C392;
}
.recent_wreap ul li span {
    font-size: 14px;
}
.blog_list {
    margin-top: 80px;
}
.recent_wreap h5, .blog_list h5 {
    margin-bottom: 30px;
    font-family: Playfair Display;
    font-size: 20px;
    font-weight: 900;
}
.blog_list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #767676;
    margin-bottom: 30px;
}
.blog_list ul li a {
    color: #767676;
}
.blog_list ul li a:hover {
    color: rgba(12, 30, 55, 1);
}
.pagetn_wreap ul {
    justify-content: center;
    gap: 15px;
    margin: 80px 0 0;
}
.pagetn_wreap ul a.page-link {
    width: 55px;
    height: 55px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #EEE;
    color: #000;
    border-radius: 100% !important;
}
.pagetn_wreap .page-item.active .page-link {
    background-color: rgba(12, 30, 55, 1);
    border-color: rgba(12, 30, 55, 1);
}
/*=========== Blog Posts page end here ==========*/

/*=========== Blog inner page start here ==========*/
.ra_wrapper .ra_hd h2 {
    text-align: left;
    margin-bottom: 70px;
}
.blog_dt .blogdt_img {
    margin-bottom: 50px;
}
.blog_dt h4 {
    color: #0C1E37;
    font-size: 34px;
    font-weight: 700;
}
.blog_dt {
    padding: 0 30px 30px;
    position: relative;
}
.blog_dt::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #EEE;
    height: 80%;
    z-index: -1;
}
.prv_next_wreap ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 55px 0 100px;
}
.prv_next_wreap ul li a.btn {
    color: #767676;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
}
.prv_next_wreap ul li.active a.btn {
    color: #0C1E37;
}
.blog_dt span {
    font-size: 14px;
}
.blog_dt p {
    font-size: 16px;
    color: #767676;
}
/*=========== Blog inner page end here ==========*/

/*=========== Contact Me page start here ==========*/
.contact_cotent h2 {
    text-align: start;
}
.contact_cotent ul li .con_icon {
    width: 90px;
    height: 90px;
    background: #F1C392;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_cotent ul li {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 25px;
}
.contact_cotent ul li h6 {
    font-family: Playfair Display;
    font-size: 20px;
    font-weight: 900;
    margin: 0;
}
.contact_cotent ul li a {
    color: #767676;
    font-size: 16px;
}
.contact_cotent ul {
    margin-top: 40px;
}
.contact_cotent ul li a:hover {
    color: #0C1E37;
}
.contact_form .form-control {
    color: #B5B5B5;
    font-size: 16px;
    font-weight: 400;
    padding: 30px 20px;
    margin-bottom: 30px;
    border-radius: 0;
    box-shadow: none;
    border-color: #B5B5B5;
}
.contact_form h3 {
    color: #0C1E37;
    font-family: Playfair Display;
    font-size: 34px;
    font-weight: 700;
}
.contact_form .more-btn {
    margin-top: 20px;
}
.contact_cotent ul li p {
    margin: 0;
}
/*=========== Contact Me page end here ==========*/
