*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    overflow-x:hidden;
}
:root{
--color:#2196f3;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}
ul{
    padding: 0;
    list-style: none;
}
header {
    position: absolute;
    width: 100%;
    z-index: 9;
    background: #c0c0c0;
}
.custom-in {
    background: #0e75bb !important;
    color: #fff !important;
    width: 144px;
    height: 44px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.sticky {*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    z-index: 999;*/
/*    background-color: #c0c0c0;*/
/*}*/
/* nav bar */
.navbar-toggler {
    border: 0 !important;
  }
  
  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
  }
 
  /* Lines of the Toggler */
  .toggler-icon{
    width: 30px;
    height: 3px;
    background-color: #888682;
    display: block;
    transition: all 0.2s;
  }
  
  /* Adds Space between the lines */
  .middle-bar{
    margin: 5px auto;
  }
  
  /* State when navbar is opened (START) */
  
  .navbar-toggler[aria-expanded="true"] .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
  }
  
  .navbar-toggler[aria-expanded="true"] .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  
  .navbar-toggler[aria-expanded="true"] .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
  }
  /* State when navbar is opened (END) */
  
  /* State when navbar is collapsed (START) */
  .navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
  }
  
  .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  
  .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
  }
  /* State when navbar is collapsed (END) */
  
  /* Color of Toggler when collapsed */
  .navbar-toggler.collapsed .toggler-icon {
    background-color: var(--color);
  }
.nav_link_a {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-left: 25px;
}

/*  */
.banner-section {
    background-image: url("../image/header-image-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    align-items: center;
    display: flex;
    background-color: #00000045;
    background-blend-mode: color;
    background-attachment: fixed;
    padding: 460px 0px 550px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-sections h1{
    color: #fff;
    font-size: 58px;
    font-weight: 700;
}

.main-section{
    background-color: #f6f6f6;
}
.support-section-section {
    margin-top: -384px;
    z-index: 9;
    position: relative;
}
.support-section-section .container{
    background-color: #fff;
}
.custom_shadow{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.ss_section {
    background-color: #0e75bb;
    position: relative;
}
.ss_section h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 31px;
    position: relative;
}
.ss_section h4:before {
    position: absolute;
    width: 100px;
    height: 5px;
    background: #fff;
    content: "";
    bottom: -28px;
    border-radius: -1px;
}
.social-link ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    column-gap: 10px;
    row-gap: 20px;
}
.social-link ul li a {
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 1px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}
.height-section {
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    min-height: 539px;
    padding: 40px 40px 0px 40px;
    border: 1px solid #e3e3e35c;
}
.ss-details {
    padding-top: 22px;
}

.ss-details h5 {
    font-size: 20px;
    padding-bottom: 16px;
    font-weight: 700;
    position:relative;
}

.ss-details h5:before {
    position: absolute;
    width: 100%;
    height: 17px;
    content: '';
    bottom: 0px;
    background-image: url(../image/do.png);
    left: 0;
}
.ss-details ul li {
    font-size: 17px;
    color: #000000b5;
    font-weight: 600;
}
a.plus-section {
    color: #1174b8;
    font-size: 20px;
    padding-top: 34px;
    display: block;
}li.ss-list {
    display: flex;
}
.ss-list i {
    padding-top: 7px;
    margin-right: 8px;
}
.social-link {
    margin-top: 79px;
}

.examples-section {
    background-image: url("../image/bg-04-free-img-2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    padding: 86px;
    margin-top: 24px;
}
.common-padding{
padding-top:50px;
}.some-details {
    text-align: center;
    font-size: 39px;
    font-weight: 700;
    padding-bottom: 14px;
}

.examples-section ul li {
    padding-bottom: 13px;
    font-size: 20px;
    font-weight: 600;
    color: #434343;
}
.border-design {
    background: #1472b8;
    width: 82px;
    height: 6px;
    display: block;
    margin: 0 auto;
    border-radius: 2px;
}
.height-section:hover {
    background: #0e75bb;
}
.height-section:hover .ss-details h5,ul,li,a{
    color: #fff;
}
.height-section:hover .ss-details ul li{
    color: #fff;
}.height-section:hover .ss-details ul li a{
    color: #fff;
}

.services-section {
   padding-top: 292px;
    margin-top: 358px;
    background-image: url(https://sage-finances.com/wp-content/uploads/2022/02/bg-03-free-img-2.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: inset 0px 0px 0px 2000px #0e75bbd9;
    
}
.services-list {
    text-align: center;
}

.services-list a {
    background: #fff;
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-list a i {
    color: #1675b7;
    font-size: 34px;
}

.services-list h4 {
    color: #fff;
    text-transform: capitalize;
    padding-top: 12px;
    font-size: 30px;
}

.services-list p {
    color: #e0e0e0;
    font-size: 19px;
}
footer {
    background-color: #000000;
    padding: 25px 0px;
    font-size: 17px;
}
footer p{
font-size: 19px;
color: #fff;
font-weight: 600;
}
.img-section img {
    height: 594px;
    object-fit: cover;
    width: 55%;
    margin: 0 auto;
}

.img-section {
    position: absolute;
    height: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
}

.form-section h2 {
    color: #fff;
    font-size: 3.75rem;
    font-weight: 700;
}

span.white-border {
    position: absolute;
    background: #64a4d2;
    height: 8px;
    width: 63px;
    content: '';
    left: 0;
    r: 0;
    right: 0;
    margin: 0 auto;
    top: -27px;
    border-radius: 1px;
}
.form-section label {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 4px;
    position: relative;
}
.form-section label:before {
    position: absolute;
    width: 1px;
    height: 1px comt;
    height: 1px;
    content: "*";
    right: -7px;
    color: #de0f0f;
    top: -4px;
}
.submit-btn {
    background: #fff;
    border: unset;
    width: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    height: 49px;
    margin-top: 40px;
    border-radius: 0px !important;
}
.submit-btn:hover {
    background: #fff;
    color: #000;
}

.form-control {
    border-radius: 0px !important;
}



@media only screen and (min-width:320px) and (max-width:568px){
.banner-section {
    background-image: url(../image/header-image-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 29% 13%;
    background-attachment: scroll;
    background-color: transparent;
    background-blend-mode: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 150px 0;
    padding: 369px 0px 457px 0px;
}
    .form-section h2 {

    font-size: 35px;
 
}
.img-section img {
    height: 403px;
    object-fit: cover;
    width: 79%;
    margin: 0 auto;
}

.services-section {
    padding-top: 97px;
  
}
.services-list {
    text-align: center;
    margin-bottom: 31px;
}
    .examples-section {
  
    padding: 17px;
   
}
}