/* RESET START */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

ol, ul {
    margin-bottom: 0;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
/* RESET END */

/* MAIN START */
/* set a max-width for horizontal fluid layout and make it centered */
/* .container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
} */

html, body {
    height: 100%;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

button {
    border: none;
    cursor: pointer;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

input[type="button"] {
    border: none !important;
    outline: none !important;
}

input[type="submit"] {
    border: none !important;
    outline: none !important;
}

body {
    font-size: 14px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Poppins";
    color: #2a4066;
}

hr {
    border-color: #e6e6e6 !important;
}

label {
    font-size: 14px;
}

textarea {
    resize: none;
}

.pis-0 {
    padding-inline-start: 0px;
}

.pis-20 {
    padding-inline-start: 20px;
}

/* Extra Padding Start */
.extra-padding {
    padding-bottom: 5rem!important;
    padding-top: 5rem!important;
}

.extra-padding-bottom {
    padding-bottom: 5rem!important;
}

.extra-padding-top {
    padding-top: 5rem!important;
}

.extra-padding-2x {
    padding-bottom: 7rem!important;
    padding-top: 7rem!important;
}

.extra-padding-bottom-2x {
    padding-bottom: 7rem!important;
}

.extra-padding-top-2x {
    padding-top: 7rem!important;
}
/* Extra Padding End */

/* Extra Margin Start */
.extra-margin {
    margin-bottom: 5rem!important;
    margin-top: 5rem!important;
}

.extra-margin-bottom {
    margin-bottom: 5rem!important;
}

.extra-margin-top {
    margin-top: 5rem!important;
}

.extra-margin-2x {
    margin-bottom: 7rem!important;
    margin-top: 7rem!important;
}

.extra-margin-bottom-2x {
    margin-bottom: 7rem!important;
}

.extra-margin-top-2x {
    margin-top: 7rem!important;
}
/* Extra Margin End */

/* Main Responsive Start */
@media (max-width:1024px){
    #inner-content {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
}
/* Main Responsive End */

.title-seperator {
    border-bottom: 2px solid #efb312;
    width: 100px;
    padding: 0px 0px 20px 0px;
}
/* MAIN END */

/* COLORS START */
.theme-color-1 {
    color: #2a4066;
}

.theme-color-2 {
    color: #f5f6f5;
}

.theme-color-3 {
    color: #fcbb0b;
}

.theme-color-4 {
    color: #768492;
}

.theme-color-5 {
    color: #4cc9f0;
}

.theme-color-6 {
    color: #1ad079;
}
/* COLORS END */

/* TYPOGRAPHY START */

/* Font Size */
h1 {
    font-size: 46px;
    line-height: 56px;
}

h2 {
    font-size: 34px;
    line-height: 48px;
}

h3 {
    font-size: 30px;
    line-height: 42px;
}

h4 {
    font-size: 24px;
    line-height: 34px;
}

h5 {
    font-size: 18px;
    line-height: 25px;
}

.small {
    font-size: 12px !important;
    line-height: 0.8rem !important;
}

.big {
    font-size: 16px !important;
    line-height: 1.3rem !important;
}

/* font weight */
.font-weight-300 {
    font-weight: 300
}

.font-weight-400 {
    font-weight: 400
}

.font-weight-500 {
    font-weight: 500
}

.font-weight-600 {
    font-weight: 600
}

.font-weight-700 {
    font-weight: 700
}

/* line height */
.text-height-0 {
    line-height: 1 !important;
}

.text-height-05 {
    line-height: 1.25 !important;
}

.text-height-1 {
    line-height: 1.5 !important;
}

.text-height-2 {
    line-height: 2 !important;
}

/* letter space */
.ls-1 {
    letter-spacing: 1px;
}

.ls-2 {
    letter-spacing: 2px;
}

.ls-3 {
    letter-spacing: 3px;
}

/* Typography Responsive Start */
@media (max-width:768px){
    h1 {
        font-size: 24px;
        line-height: 1.5 !important;
    }
    h2 {
        font-size: 20px;
        line-height: 1.35 !important;
    }
    h3 {
        font-size: 18px;
        line-height: 1.25 !important;
    }
    h4 {
        font-size: 16px;
        line-height: 1 !important;
    }
    h5 {
        font-size: 14px;
        line-height: 1 !important;
    }
}
/* Typography Responsive End */

/* TYPOGRAPHY END */

/* BACKGROUND COLOR START */
.bg-color-1 {
    background: #f5f5f5;
}

.bg-color-2 {
    background: #2a4066;
}

.bg-color-3 {
    background: #f5eded;
}
/* BACKGROUND COLOR END */

/* HEADER START */
#navmain {
    border-bottom: 1px solid #e6e6e6;
    /* box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1); */
    box-shadow: 0 3px 21px 0 rgb(0 0 0 / 8%);
}

#navbar_main {
    padding: 26px 0px;
    background-color: #ffffff;
}

#mobile-header {
    padding: 16px 0;
    background-color: #ffffff;
}

#mobile-header div {
    margin-right: 20px;
}

#mobile-header i {
    color: #2a4066;
}

#mobile-header div:last-child {
    margin-right: 0px;
}

#navbar_main .nav-item, #navbar_main form {
    margin-right: 30px;
}

#navbar_main .nav-item:last-child {
    margin-right: 0px;
}

.nav-link {
    font-weight: 600;
    color: #2a4066 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.nav-link:hover {
    color: #284877 !important;
}

.nav-link {
    padding: 0px !important;
}

.nav-link.active {
    color: #284877 !important;
}

.nav-link.disabled {
    color: #dddddd !important;
    cursor: not-allowed;
    pointer-events: none;
}

#navbar_main .dropdown-menu {
    border-top: 4px solid #78787b;
    top: 50px;
    min-width: 230px;
    background-color: #fcfcfc;
    padding: 0 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0px !important;
    margin: 0 !important;
    box-shadow: 1px 1px 35px rgba(0,0,0,.08);
}

#navbar_main .dropdown-item {
    color: #2a4066;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    float: left;
    clear: both;
    position: relative;
    outline: 0;
    transition: all .3s ease;
    width: 100%;
    background: 0 0;
    padding: 15px 25px 15px 22px;
    border-bottom: 1px solid #e6e6e6;
}

#navbar_main .dropdown-menu .dropdown-item:hover {
    background-color: #f5f5f5;
    color: #333
}

#navbar_main .dropdown-toggle::after {
    border: none !important;
}

.navbar-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    background: #2a4066;
}

.navbar-toggler span+span {
    margin-top: 4px;
    width: 22px;
}

.navbar-toggler span+span+span {
    width: 16px;
}

/* Header Offcanvas Start */
.btn-close{ display:none; }

.screen-overlay {
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
}

.screen-overlay.show {
  transition:opacity .5s ease, width 0s;
  opacity:1;
  width:100%;
  visibility:visible;
}
/* Header Offcanvas End */

/* Navbar Toggler Start */
.navbar-toggler {
    border: none;
    padding: 0px;
    outline: none !important;
}

.navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus {
    outline: none !important;
    border: 0px !important;
    box-shadow: none !important;
}
/* Navbar Toggler End */

/* Header Responsive Start */
@media all and (max-width:992px) {  

    #navbar_main {
        padding: 0px;
        background-color: #2a4066;
    }

    .btn-close {
        display: block;
        margin: 20px 0 0 30px;
    }

    .btn-close a {
        color: #f5f6f5 !important;
        border-radius: 0px;
        font-size: 13px;
        outline: none !important;
        border: 0px !important;
        box-shadow: none !important;
        cursor: pointer;
    }

    .btn-close img {
        height: 16px;
        margin-right: 12px;
    }

    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .2s ease-in-out, transform .2s ease-in-out;
    }

    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
    }

    .mobile-offcanvas .navbar-nav {
        margin-top: 25px;
    }

    .nav-link {
        color: #f5f6f5 !important;
        padding: 10px 0px 10px 30px !important;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 12px;
        font-weight: 700;
    }

    #navbar_main .dropdown-menu {
        background-color: transparent;
        width: 100%;
        margin-right: 0px;
        margin-left: 20px;
        box-shadow: none !important;
        padding: 0px !important;
        color: #2a4066;
    }

    #navbar_main .dropdown-menu a {
        color: #f5f6f5 !important;
        padding: 5px 0px 5px 20px !important;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 12px;
        font-weight: 600;
    }

    #navbar_main .dropdown-menu:after {
        display: none;
    }

    .search-box {
        display: none !important;
    }

    .navbar-nav li:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media (min-width: 1024px) and (max-width: 1024px) {
    .nav-link {
        font-size: 14px;
    }
    .logo img {
        width: 130px;
    }
}  
/* Header Responsive End */
/* HEADER END */

/* BUTTONS START */
/* General Start */
.arrow-icon {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}
  
.arrow-icon__tip {
    transform: translateX(-3px);
    transition: transform 300ms ease;
}
  
.arrow-icon__line {
    opacity: 0;
    transition: opacity 300ms ease;
}
/* General End */
/* Button Style 1 Start */
.btn-style-1 {
    background-color: #2a4066;
    color: #f5f6f5;
    font-size: 14px;
    border: none;
    border-radius: 30px;
    padding: 14px 30px;
    display: inline-block;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-style-1:hover {
    background-color: #2a4066;
    color: #f5f6f5;
}  

.btn-style-1:hover .arrow-icon__tip {
    transform: translateX(0px);
}

.btn-style-1:hover .text {
    transform: translateX(0px);
}
  
.btn-style-1:hover .arrow-icon__line {
    opacity: 1;
}
  
.btn-style-1:focus {
    outline-offset: 4px;
}

.btn-style-1 .text {
    transform: translateX(-3px);
    transition: transform 300ms ease;
}
/* Button Style 1 End */
/* Button Style 2 Start */
.btn-style-2 {
    background-color: #a9a9a9;
    color: #f5f6f5;
    font-size: 14px;
    border: none;
    border-radius: 30px;
    padding: 14px 30px;
    display: inline-block;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-style-2:hover {
    background-color: #a9a9a9;
    color: #f5f6f5;
}  

.btn-style-2:hover .arrow-icon__tip {
    transform: translateX(0px);
}

.btn-style-2:hover .text {
    transform: translateX(0px);
}
  
.btn-style-2:hover .arrow-icon__line {
    opacity: 1;
}
  
.btn-style-2:focus {
    outline-offset: 4px;
}

.btn-style-2 .text {
    transform: translateX(-3px);
    transition: transform 300ms ease;
}
/* Button Style 2 End */
/* Button Style 3 Start */
.btn-style-3 {
    font-size: 14px;
    font-weight: 600;
    color: #2a4066 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.btn-style-3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #2a4066;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-style-3:hover {
    color: #284877 !important;
}

.btn-style-3:hover::after {
    background-color: #284877 !important;
}
/* Button Style 3 End */
/* Button Style 4 Start */
.btn-style-4 {
    background-color: #f5f5f5;
    color: #2a4066;
    font-size: 14px;
    border: none;
    border-radius: 30px;
    padding: 14px 30px;
    display: inline-block;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-style-4:hover {
    background-color: #2a4066;
    color: #f5f6f5;
}

.btn-style-4 svg {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-style-4:hover svg {
    filter: brightness(0) invert(1);
}
/* Button Style 4 End */
/* Button Style 5 Start */
.btn-style-5 {
    background-color: #2a4066;
    color: #f5f6f5;
    font-size: 14px;
    border: 1px solid #2a4066;
    border-radius: 30px;
    padding: 12px 30px;
    display: inline-block;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

.btn-style-5:hover {
    background-color: transparent;
    border: 1px solid #2a4066;
    color: #2a4066;
}

.btn-style-5 svg {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    filter: brightness(0) invert(1);
}

.btn-style-5:hover svg {
    filter: none;
}
/* Button Style 5 End */
/* Button Style 6 Start */
.btn-style-6 {
    background-color: #2a4066;
    color: #f5f6f5;
    font-size: 14px;
    border: 1px solid #f5f6f5;
    border-radius: 30px;
    padding: 12px 30px;
    display: inline-block;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

.btn-style-6:hover {
    background-color: #f5f6f5;
    border: 1px solid #f5f6f5;
    color: #2a4066;
}

.btn-style-6 svg {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    filter: brightness(0) invert(1);
}

.btn-style-6:hover svg {
    filter: none;
}
/* Button Style 6 End */
/* BUTTONS END */

/* BORDERS START */
/* Borders Width Start */
.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}
/* Borders Width End */

/* Border Colors Start */
.theme-border-color-1 {
    border-color: #2a4066 !important;
}

.theme-border-color-2 {
    border-color: #a9a9a9 !important;
}
/* Border Colors End */
/* BORDERS END */

/* MODAL START */
/* Custom Popup Start */
.custom-popup {
    padding: 25px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: none !important;
    overflow-y: auto;
}

.modal-open .modal {
    padding-right: 0px !important;
}
/* Custom Popup End */

/* Popup Close Button Start */
.modal-close-button {
    color: #2a4066;
    font-size: 20px;
    text-decoration: none;
    outline: none;
}

.modal-close-button:hover {
    color: #2a4066;
}
/* Popup Close Button End */
/* MODAL END */

/* SECTION TITLE START */
.section-title-light, .section-title-dark {
    font-weight: 600;
    margin-bottom: 30px;
}

.section-title-light:after {
    content: "";
    background: #f5f6f5;
    width: 120px;
    height: 2px;
    position: absolute;
    margin-top: 13px;
    margin-left: 20px;
}

.section-title-dark:after {
    content: "";
    background: #2a4066;
    width: 120px;
    height: 2px;
    position: absolute;
    margin-top: 13px;
    margin-left: 20px;
}
/* SECTION TITLE END */

/* -------------------------------------------------------------------------------------- */
/* PAGES START */

.special-item {
    background-color: #f5eded;
    border-radius: 18px;
    padding: 22px;    
}

.step-item {
    padding: 0px 40px 0px 40px;
}

.connecting-line {
    content: '';
    position: absolute;
    top: 30px;
    left: 15px;
    right: 15px;
    height: 3px;
    background: #4cc9f0;
}

.step-circle {
    display: flex;
    justify-content: center;
    height: 65px;
    width: 65px;
    text-align: center;
    border: 2px solid #4cc9f0;
    border-radius: 50%;
    align-items: center;
    position: relative;
    background-color: #ffffff;
    transition: all 0.2s ease-in-out;
}

.step-circle:hover {
    background-color: #4cc9f0;
    color: #f5f6f5;
}

/* PAGES END */
/* -------------------------------------------------------------------------------------- */

/* FOOTER AREA START */
/* FOOTER AREA START */
#footer {
    border-top: solid 1px #e6e6e6;
}
/* FOOTER AREA END */
/* FOOTER AREA END */

/* RESPONSIVE START */
/* RESPONSIVE START */
@media (max-width: 1023.98px) {
    .connecting-line {
        display: none;
    }
}

@media (max-width: 768px) {
}

@media all and (max-width:768px) {     
}
/* RESPONSIVE END */
/* RESPONSIVE END */