/* fonts*/


/* fonts for heading */
.oxanium-<uniquifier> {
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} font-style: normal;
}
body{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
}
a,
a:not([href]){
    color: #14457a;
    text-decoration: none;
}
a:hover{
    color: #14457a;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
p{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}
img{
    width: 100%;
}
h1 {
    font-size: 56px;
    line-height: 62px;
    margin-bottom: 25px;
    font-weight: 600;
    font-family: "Oxanium", sans-serif;
}
h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    position: relative;
    color: #6596d1;
    font-family: "Oxanium", sans-serif;
}
h2:before{
    content: '';
    background: #212529;
    position: absolute;
    width: 100px;
    height: 2px;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
}
h3 {
    font-size: 24px;
    line-height: 28px;
}
.custom-btn{
    background: #14457a;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 3px;
    border: 1px solid transparent;
    display: inline-block;
    transition: all .3s ease-in;
}
.custom-btn:hover{
    color: #14457a;
    border-color: #14457a;
    transition: all .3s ease-in;
    background: transparent;
}
.section-spacing {
    padding: 50px 0;
}

/* main css */
header.entry-header{
    display: none;
}
.site-header {
    background: transparent;
    padding: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 8px 40px 0 #99C6FF26;
}
.site-main ,.blog-listing-container ,.blog-detail-container {
    /*padding-top: 122px;*/
}
.entry-title{
    text-align:center;
}
.top-bar{
    background: rgba(221, 221, 221, 0.4);
    padding: 12px 0;
}
.top-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topbar-right a {
    display: inline-block;
    margin-right: 15px;
    transition: all .3s ease-in;
}
.topbar-right a i{
    font-size: 18px
}
.topbar-right a:last-child{
    margin: 0;
}
a.insta-icon:hover{
    color: #c13584;
    transition: all .3s ease-in;
}
a.x-icon:hover{
    color: #14171A;
    transition: all .3s ease-in;
}
a.fb-icon:hover{
    color: #1877F2;
    transition: all .3s ease-in;
}
a.tt-icon:hover{
    color: #ff0050;
    transition: all .3s ease-in;
}
.topbar-left {
    display: flex;
    align-items: flex-start;
}
.topbar-left span {
    display: flex;
    align-items: center;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    font-size: 15px;
    line-height: 15px;
}
.topbar-left span:last-child{
    margin: 0;
    padding: 0;
}
.topbar-left span:before{
    content: '';
    background: rgba(22, 31, 123);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 1px;
    right: 0;
}
.topbar-left span:last-child::before{
    display: none;
}
.topbar-left span svg{
    fill: #14457a;
    margin-right: 10px;
}
.header-wrapper{
    padding: 10px 0px;
}
.header-wrapper .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    max-width: 245px;
}
.logo a{
    display: block;
}
.main-navigation ul{
    display: flex;
    justify-content: flex-end;
}
.header-wrapper .main-navigation ul{
    align-items: center;
}
.header-wrapper .main-navigation ul li {
    margin-right: 30px;
}
.header-wrapper .main-navigation ul li:last-child {
    margin: 0;
}
.header-wrapper .main-navigation ul li a {
    color: #14457a;
    font-weight: 500;
    position: relative;
}
.header-wrapper .main-navigation ul li a:hover {
    color: #14457a;
}
.header-wrapper .main-navigation ul li a:after {
    position: absolute;
    content: "";
    margin: 0 auto;
    width: 0;
    height: 2px;
    transition: all 0.3s ease;
    right: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
    background-color: #14457a;
}
.header-wrapper .main-navigation ul li a:hover::after{
    width: 100%;
    transition: all 0.3s ease;
}
.header-wrapper .main-navigation ul li ul.sub-menu {
    display: block;
    background: #ffffff;
    padding: 20px 20px 20px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(3, 119, 122);
}
.header-wrapper .main-navigation ul li ul.sub-menu li {
    margin: 0 0 15px;
    display: block;
}
.header-wrapper .main-navigation ul li ul.sub-menu li a{
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}
.header-wrapper .main-navigation ul li ul.sub-menu li:last-child{
    margin-bottom: 0;
}
.header-wrapper .main-navigation ul li ul.sub-menu li:last-child a{
    background: transparent;
    color: rgba(3, 119, 122);
    padding: 0;
    border-radius: 0;
    border: 0;
    text-align: left;
}
.header-wrapper .main-navigation ul li ul.sub-menu li:last-child a:hover{
    color: rgba(3, 119, 122);
    border: 0;
}
.header-wrapper .main-navigation ul li ul.sub-menu li:last-child a:hover::after{
    display: inline-block;
    width: 100%;
    transition: all 0.3s ease;
}
.header-wrapper .main-navigation ul li ul.sub-menu li a span {
    display: none;
}
.hamburger-btn{
    display: none;
}
.hamburger-btn span {
    width: 30px;
    height: 2px;
    display: block;
    background: rgba(3, 119, 122);
    margin-bottom: 5px;
    transition: all .3s ease-in;
}
.hamburger-btn span:last-child {
    margin-bottom: 0;
}
.toggle-btn span:first-child {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
    transition: all .3s ease-in;
}
.toggle-btn span:nth-child(2) {
    opacity: 0;
    transition: all .3s ease-in;
}
.toggle-btn span:last-child {
    -webkit-transform: rotate(45deg) translate(-4px, -1px);
    transform: rotate(45deg) translate(-4px, -1px);
    transition: all .3s ease-in;
}

/* main banner */
.banner {
    /*background-image: url("https://codesage.ca/wp-content/uploads/2025/07/banner-img.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: #ffffff;
    height: 600px;
    min-height: 600px;
    position: relative;
}
/*.banner:after{
    content: '';
    background: rgba(0,0,0, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}*/
.banner .container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    height: 100%;
}
.banner-content {
    /*max-width: 740px;*/
}
.banner-content h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
}
.banner-content a.custom-btn {
    margin: 20px 0 0;
}
#bannerImage{
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    top: 15px;
}
.feature-section {
    position: relative;
}
.feature-section .container .row{
    position: relative;
    z-index: 1;
}
.feature-section .row .col-12:nth-child(1),
.feature-section .row .col-12:nth-child(2),
.feature-section .row .col-12:nth-child(3){
    margin: 0 0 24px;
}
.feature-box {
    background: #ffffff;
    box-shadow: 0 0 50px rgb(217, 217, 217, 0.7);
    padding: 40px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    min-height: 270px;
}
.feature-box .feature-content {
    max-width: 295px;
}
.feature-box .feature-icon {
    margin: 0 0 15px;
}
.feature-box .feature-icon i {
    font-size: 40px;
    color: #6596d1;
}
.feature-box .feature-content p:last-of-type{
    margin: 0;
}
.solutions-animation {
    position: absolute;
    top: -90px;
    right: 160px;
    width: 250px;
}
section.why-choose-us {
    background: rgba(221, 221, 221, 0.4);
}
.choose-us-content h2 {
    text-align: left;
}
.choose-us-content h2:before{
    margin: 0;
}
.choose-us-image{
    box-shadow: 0 0 50px rgb(217, 217, 217, 0.7);
    border-radius: 6px;
    overflow: hidden;
}
.portfolio-headings {
    text-align: center;
    margin: 0 0 40px
}
.portfolio-headings h3,
.portfolio-headings h4,
.testimonial-section h4,
.contact-section h4{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}
.portfolio-headings h4 {
    margin: 0;
}
.single-portfolio {
    height: 300px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease-in;
    /*box-shadow: 0 0 50px rgb(217, 217, 217, 0.7);*/
        border: 1px solid #6596d1;
    border-radius: 5px;
}
.action-btn {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in;
    opacity: 0;
}
.single-portfolio:hover .action-btn{
    opacity: 1;
    transition: all .3s ease-in;
}
.single-portfolio .action-btn a {
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    padding: 6px 15px;
    border-radius: 5px;
    font-size: 20px;
}
.project-name {
    position: absolute;
    bottom: -64px;
    text-align: center;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 10px;
    transition: all .3s ease-in;
}
.project-name h5 {
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 700;
}
.single-portfolio:hover .project-name{
    bottom: 0;
    transition: all .3s ease-in;
}
.view-more-btn {
    margin: 40px 0 0;
    text-align: center;
}
.testimonial-section{
    background: rgba(221, 221, 221, 0.4);
}
.testimonial-wrapper {
    margin: 40px 0 0;
}
.testimonial-wrapper .ti-widget.ti-wp-testimonial-1 .ti-review-item>.ti-inner {
	border-top-width : 0 !important;
    border-bottom-width: 0 !important;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}
.testimonial-wrapper .ti-widget.ti-wp-testimonial-1 .ti-review-item>.ti-inner .ti-date{	
	font-weight: 700;
}
.ti-widget.ti-wp-testimonial-1 .ti-controls .ti-next:before, 
.ti-widget.ti-wp-testimonial-1 .ti-controls .ti-prev:before,
.ti-widget.ti-wp-testimonial-1 .ti-controls .ti-next:after, 
.ti-widget.ti-wp-testimonial-1 .ti-controls .ti-prev:after{
    background: #14457a !important;
}
.process-section {
    background-image: url(https://codesage.ca/wp-content/uploads/2025/08/noise-white.webp);
    background-position: center;
    background-repeat: repeat;
    background-color: #14457a;
    color: #ffffff;
}
.process-section h2{
    color: #ffffff;
    margin 0 0 50px;
}
.single-process .vector-image {
    width: 90px;
    height: 90px;
    margin: 0 0 15px;
}
.process-content h3 {
    margin: 0 0 15px;
    font-family: "Oxanium", sans-serif;
}
.process-content p {
    line-height: 25px;
    margin: 0;
}
.lets-start-btn {
    text-align: center;
    margin: 40px 0 0;
}
.lets-start-btn .custom-btn {
    background: #ffffff;
    color: #14457a;
    border-color: #ffffff;
    font-weight: 700;
}






.contact-section .container .row {
    margin-top: 40px;
}
.portfolio-wrapper .row .col-12 {
    margin: 0 0 24px;
}
.portfolio-wrapper ul.sp-tab__nav.sp-tab__nav-tabs {
    margin: 0 0 30px !important;
    border: 0 !important;
    text-align: center;
    justify-content: center !important;
}
.portfolio-wrapper .sp-tab__tab-content .sp-tab__card.sp-tab__tab-pane {
    padding: 0 !important;
    border: 0 !important;
}
.portfolio-wrapper .sp-tab__tab-content .sp-tab__card.sp-tab__tab-pane .sp-tab-content{
    background: #ffffff !important;
}
.portfolio-wrapper ul.sp-tab__nav.sp-tab__nav-tabs .sp-tab__nav-item .sp-tab__nav-link{
    background: #ffffff !important;
    border-color: #14457a !important;
}
.portfolio-wrapper ul.sp-tab__nav.sp-tab__nav-tabs .sp-tab__nav-item .sp-tab__nav-link.sp-tab__active {
    border-color: #14457a !important;
    background: #14457a !important;
}
.portfolio-wrapper ul.sp-tab__nav.sp-tab__nav-tabs .sp-tab__nav-item .sp-tab__nav-link.sp-tab__active .sp-tab__tab_title{
    color: #ffffff !important;
}







div#contactUs{
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    top: -10px;
}
/* Contact Form Container */
.custom-contact-form {

    margin: 0 auto;
    background: #fff;
    padding: 25px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    font-family: Arial, sans-serif;
}

/* Label styling */
.custom-contact-form label {
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
    color: #333;
}

/* Input fields */
.custom-contact-form .form-input,
.custom-contact-form .form-textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

/* Focus effect */
.custom-contact-form .form-input:focus,
.custom-contact-form .form-textarea:focus {
    border-color: #0073aa;
    box-shadow: 0 0 5px rgba(0,115,170,0.3);
    outline: none;
}

/* Textarea height */
.custom-contact-form .form-textarea {
    resize: vertical;
}

/* Submit button */
.custom-contact-form .form-submit {
    background: #14457a;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 3px;
    border: 1px solid transparent;
    display: inline-block;
    transition: all .3s ease-in;
    transition: all .3s ease-in;
}

/* Hover effect for submit */
.custom-contact-form .form-submit:hover {
    color: #14457a; 
    border-color: #14457a;
    transition: all .3s ease-in;
    background: transparent;
}
.custom-contact-form p:last-of-type{
    margin-bottom: 0
}
.custom-contact-form p br {
    display: none;
}




footer#footer {
    background: #14457a;
    color: #ffffff;
}
.footer-content {
    max-width: 330px;
}
.footer-content p{
    margin-bottom: 0;
}
.footer-logo .custom-footer-logo {
    margin: 0 0 20px;
    display: block;
    max-width: 260px;
}
.quick-links h5, .footer-location h5 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: "Oxanium", sans-serif;
}
.footer-location {
    margin: 0 0 20px;
}
.footer-contact-list li {
    margin: 0 0 15px;
    display: flex;
    align-items: flex-start;
}
.footer-contact-list li a {
    transition: all .3s ease-in;
    color: #FFF;
}
.footer-contact-list li i {
    margin-right: 15px;
    position: relative;
    top: 4px;
}
.footer-social h5 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: "Oxanium", sans-serif;
}
.footer-social ul {
    display: flex;
    align-items: center;
}
.footer-social ul li{
    margin-right: 15px;
}
.footer-social ul li:last-of-type{
    margin: 0;
}
.footer-social ul li a {
    color: #ffffff;
}
.footer-social ul li a i{
    font-size: 20px;
}
.footer-navigation ul li {
    margin: 0 0 10px;
}
.footer-navigation ul li:last-of-type{
    margin: 0
}
.footer-navigation ul li a {
    color: #ffffff;
}
.footer-info.footer-copyright {
    color: #14457a;
    text-align: center;
    padding: 12px 0px;
}
.footer-info.footer-copyright p{
    margin: 0;
}




/* responsiveness */
@media (max-width: 1599px){
    .solutions-animation{
        right: 0
    }
}

@media (max-width: 1365px){
    h1 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .banner {
        height: 500px;
        min-height: 500px;
    }
    .banner-content h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .solutions-animation {
        right: 10px;
        width: 200px;
        top: -25px;
    }
    .single-portfolio{
        height: 220px
    }
}

@media (max-width: 1023px){
    h1 {
        font-size: 33px;
        line-height: 39px;
        margin-bottom: 15px;
    }
    .logo{
        max-width: 195px
    }
    nav.main-navigation {
        display: none;
    }
    .hamburger-btn {
        display: block;
    }
    .main-navigation {
        display: none;
        position: absolute;
        top: 122px;
        z-index: 2;
        background: #ffffff;
        left: 0;
        right: 0;
        padding: 20px 15px 20px;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top: 1px solid #14457a;
    }
    .header-wrapper{
        padding: 5px 0;
    }
    .header-wrapper .main-navigation ul {
        flex-direction: column;
        align-items: flex-start;
    }
    .header-wrapper .main-navigation ul li{
        margin-right: 0;
        margin-bottom: 20px;
        display: block;
        width: 100%;   
    }
    .banner {
        height: 400px;
        min-height: 400px;
    }
    .banner-content h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .banner-content a.custom-btn {
        margin: 10px 0 0;
    }
    .solutions-animation {
        right: 0px;
        width: 160px;
        top: -25px;
    }
    .section-spacing {
        padding: 30px 0;
    }
    section.why-choose-us{
        text-align: center;
    }
    .choose-us-content h2 {
        text-align: center;
    }
    .choose-us-content h2:before {
        margin: 0 auto;
    }   
    .choose-us-content h2 {
        text-align: center;
        margin: 0 0 30px;
    }
    .choose-us-image {
        max-width: 500px;
        margin: 25px auto 0;
    }
    .portfolio-headings{
        margin-bottom: 30px
    }
    .single-portfolio {
        height: 300px;
    }
    .portfolio .container .row .col-12:nth-child(1),
    .portfolio .container .row .col-12:nth-child(2){
        margin-bottom: 20px
    }
    .portfolio-headings h3, 
    .portfolio-headings h4, 
    .testimonial-section h4, 
    .contact-section h4 {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 767px){
    h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 32px;
        z-index: 1;
    }
    .top-bar {
        padding: 15px 5px;
    }

    .topbar-right{
        display: none;
    }
    .banner {
        height: auto;
        min-height: auto;
        padding: 30px 0 30px;
    }
    .banner-content {
        text-align: center;
    }

    .solutions-animation {
        right: 0px;
        width: 110px;
        top: 0px;
    }
    .feature-section .row .col-12:nth-child(4), 
    .feature-section .row .col-12:nth-child(5){
        margin: 0 0 20px;
    }
    .feature-box{
    	min-height:auto;
    }
    .footer-social ,
    .footer-logo {
        margin-bottom: 20px;
    }

}















@media (max-width: 991px) {
    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
}