﻿/* ============================ COMMON STYLES START ================================*/
body {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    color: #808080 !important;
}

.allCapitals {
    text-transform: uppercase;
}

.allSmalls {
    text-transform: lowercase;
}

.firstCapital {
    text-transform: capitalize;
}

.sizeTwenty {
    font-size: 20px !important;
}


.sizeThirty {
    font-size: 30px !important;
}

.sizeEighteen {
    font-size: 18px !important;
}

.sizeTwentyFive {
    font-size: 25px !important;
}

.sizeForty {
    font-size: 40px !important;
}

.colorGreen {
    color: #35B04B !important;
}

.colorBlack {
    color: #808080 !important;
}

.colorBlue {
    color: #1C74BB !important;
}

.colorWhite {
    color: #fff;
}

.textBold {
    font-weight: 700 !important;
}

.sectionTitle {
    font-size: 45px;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    background: transparent linear-gradient(90deg, #1A75B6 0%, #16B8DC 53%, #35B04B 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    text-align: center;
}

.iconBoxWhite {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 30px #00000021;
    border-radius: 24px;
    opacity: 1;
    padding: 20px;
}

.iconBoxGradient {
    background: transparent linear-gradient(180deg, #35B04B 0%, #359EBF 100%) 0% 0% no-repeat padding-box;
    border-radius: 24px;
    opacity: 1;
    padding: 20px;
}

.linearGradientButton {
    background: transparent linear-gradient(90deg, #35B04B 0%, #3599DF 100%) 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 30px #1A75B65E;
    border-radius: 8px;
    border:none;
    font-size: 15px;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 10px 10px;
    opacity: 1;
}

.linearGradientButtonMedium {
    background: transparent linear-gradient(90deg, #35B04B 0%, #3599DF 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    border: none;
    font-size: 20px !important;
    color: #fff !important;
    font-weight: 500 !important;
    padding: 20px 20px;
    width: 40%;
    text-transform: uppercase;
    opacity: 1;
}

.linearGradientButtonBigger {
    background: transparent linear-gradient(90deg, #35B04B 0%, #3599DF 100%) 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 30px #1A75B65E;
    border:none;
    border-radius: 8px;
    padding: 15px 35px;
    border: none;
    font-weight: 600;
    font-size: 20px;
    color:#fff !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    opacity: 1;
}

.linearGradientButtonGreenOnly {
    background: transparent linear-gradient(90deg, #35B04B 0%, #35A495 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 10px 10px;
    opacity: 1;
}

.linearGradientButtonBlueOnly {
    background: transparent linear-gradient(90deg, #35A497 0%, #3599DE 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 10px 10px;
    opacity: 1;
}

/*SCROLL TO TOP*/
.scrollToTop {
width: 35px;
height: 35px;
padding: 2px 0;
text-align: center;
/* background: whiteSmoke; */
font-weight: bold;
text-decoration: none;
position: fixed;
right: 40px;
display: none;
/* background: url('arrow_up.png') no-repeat 0px 20px; */
border-radius: 0;
background: #31A958;
color: #fff !important;
font-size: 20px;
z-index: 500;
bottom: 50px;
/* text-decoration: none; */
box-shadow: 0 0px 10px #bbb;
}


/* ============================ COMMON STYLES END ================================*/

/* ============================ TOP BARS START ================================*/

/* TOP LINKS */

.headerSection{
    padding-top:10px;
}

.topLinks{
    height:50px;
    border-bottom: 1px solid #eee;
    background-color:#fff;    
}

.topLinksList {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.topLinksList li {
    float: right;
    margin-right:10px;
}

.topLinksList li a {
    display: block;
    color: white;
    text-align: center;
    padding: 5px;
    text-decoration: none;
}

.topLinksList li a:hover {
    background-color: #fff;
    color:#1C74BB !important;
}

.topLinkBtn1 a, .topLinkBtn2 a{
    font-size: 15px !important;
    padding:10px !important;
}

.topLinkIcon a i{
    font-size:20px !important;
    margin-top:5px;
    color: #1C74BB;
}

/* MENU BAR */
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}

nav {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.navBarList > .nav-item {
    margin-right: 10px;
    font-size: 12px;
    letter-spacing: 1px;
}

.navBarList > .nav-item > a {
    color: #808080;
    font-weight: 500;
}

.navBarList > .nav-item > a:hover {
    color: orange;
}


/* ============================ TOP BARS END ================================*/


/* ============================ FOOTER START ================================*/

.driefcaseFooter {
    background: #16222A;
    background: transparent linear-gradient(90deg, #1A75B6 0%, #16B8DC 53%, #35B04B 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    color: white;
}

.footerLinksList > ul li a {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 5px;
    color: #fff;
}

.socialIconsFooter a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}

    .socialIconsFooter a:hover {
        color: #fff;
    }

.downloadButtonFooter {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    box-shadow: 10px 10px 30px #00000029;
    opacity: 1;
    color: #1C74BB !important;
    border-radius: 10px;
    font-size: 15px !important;
    padding: 10px;
    font-weight: 500 !important;
    border: none;
}

/* ============================ FOOTER END ================================*/