*{
    margin:0;
    padding:0;
}

section.sec2 p {
    text-align: justify;
}
section.sec4 i img {
    width: 100%;
}

header .container-fluid {
    padding: 0 30px;
    background-color: #303033;
}

header .container-fluid nav {
    height: 100%;
}

header .container-fluid nav ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    column-gap: 48px;
}

header .container-fluid nav ul li {
    display: block;
}

header .container-fluid nav ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

header .col-md-2 a {
    display: block;
    margin: 10px 0;
    width: 170px;
}

header .col-md-2 a img {
    width: 100%;
}

header .container-fluid a.help {
    width: auto;
    text-align: center;
    line-height: 73px;
    margin: 0 auto;
    background-color: #a9c838;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    width: 180px;
}

header .container-fluid nav ul li.calto {}

header .container-fluid nav ul li.calto a {
    color: #44AFC9;
}

section.sec1 {
    height: 800px;
    background-image: url(../images/Rectangle1497.png);
    background-size: cover;
    background-position: center center;
}

section.sec1 .container {
    height: 100%;
}

section.sec1 .container .row {
    height: 100%;
    align-items: center;
}

section.sec1 h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 62px;
    line-height: 78px;
    margin-bottom: 20px;
    color: #fff;
}

p {
    color: #000;
    font-family: 'Poppins' !important;
    line-height: 30px;
    font-size: 14px;
}

a.btn {
    color: #fff;
    border-radius: 100em;
    padding: 11px 40px;
    margin-right: 10px;
    font-family: 'Poppins' !important;
    margin-top: 20px;
    transition: 0.2s;
}

a.btn.green {
    background-color: #a9c838;
    color: #000;
    border: none !important;
}

a.btn:hover {
    color: #000;
    background-color: #a9c838;
}

section.sec2 {
    padding: 5% 0 !important;
}

section.sec1 p {
    color: #fff;
}

h2 {
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 44px;
    line-height: 52px;
}

section.sec2 img {
    height: 100%;
    width: 100%;
}

section.sec2 .row {
    align-items: center;
}

section.sec3 {}

section.sec3 .row {
    background-color: #303033;
    padding: 40px 60px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 40px;
}

section.sec3 .row:after {
    content: "";
    position: absolute;
    border: 1px solid #303033;
    height: 106%;
    width: 101%;
    top: -9px;
    left: -7px;
    border-radius: 20px;
    z-index: -1;
}

section.sec3  .col-md-3 {
    text-align: center;
}

section.sec3  h2 {
    color: #fff;
    padding-left: 4%;
}

section.sec3  p {
    color: #fff;
}

section.sec3  a.btn {
    background: #a9c838;
    background: -moz-linear-gradient(-45deg, #a9c838 0%, #43b3c6 50%, #e83e2a 100%);
    background: -webkit-linear-gradient(-45deg, #a9c838 0%,#43b3c6 50%,#e83e2a 100%);
    background: linear-gradient(135deg, #a9c838 0%,#43b3c6 50%,#e83e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9c838', endColorstr='#e83e2a',GradientType=1 );
    border: navajowhite;
    color: #000;
}

section.sec4 {
    text-align: center;
    padding: 3% 0 !important;
}

section.sec4 h2 {
    margin: 20px 50px;
}

section.sec4 i {
    display: block;
    margin: 40px auto;
    width: 32%;
}

div#contactForm {
    /* display: block; */
    /* width: 90%; */
    /* max-width: 650px; */
    /* margin: auto; */
    /* padding: 59px 0 91px; */
    background: url(../images/form_dots.svg) 0 0 no-repeat;
    background-color: #108aab;
}

div#contactForm .content {
    display: block;
    width: 90%;
    max-width: 650px;
    margin: auto;
    padding: 59px 0 91px;
}

div#contactForm .content h2.heading {
    margin-bottom: 26px;
    color: #f0f0f0;
    text-align: center;
    font-weight: 400;
}

div#contactForm form {}

div#contactForm form fieldset.form-columns-2 {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 8px;
}

div#contactForm form fieldset.form-columns-2 .hs-form-field {
    width: 50%;
    float: left;
    width: calc(50% - 4px) !important;
}

div#contactForm form fieldset.form-columns-2 .hs-form-field label {
    display: none;
}

div#contactForm form fieldset.form-columns-2 .hs-form-field input {
    display: block;
    width: 100%;
    border: 1px solid #878787;
    background: #f0f0f0;
    font-family: "museo-sans-rounded", sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding: 11px 18px;
    margin: 0 0 17px;
    line-height: 16px;
    color: #79777a;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 4px;
}

ul.no-list {
    display: none;
}

div#contactForm form fieldset.form-columns-1 {
    max-width: 100%;
}

div#contactForm form fieldset.form-columns-1 .hs-form-field label {
    display: none;
}

div#contactForm form fieldset.form-columns-1 .hs-form-field select {
    display: block;
    width: 270px;
    border: 1px solid #878787;
    background: #f0f0f0;
    font-family: "museo-sans-rounded", sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding: 13px 18px;
    margin: 0 0 17px;
    line-height: 16px;
    color: #79777a;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100% !important;
}

div#contactForm form input.hs-button.primary.large {
    display: table !important;
    margin: 0 auto !important;
    background: #a7c638 !important;
    color: #fff !important;
    display: block;
    padding: 14px 0 14px 12px;
    width: 100%;
    margin: auto;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 5px;
    border: none;
    font-family: "museo-sans-rounded", sans-serif;
}


section.sec1.sec11 {
    height: 100vh;
    background-image: url(../images/Group11195.png);
    background-size: cover;
    background-position: center center;
    text-align: center;
}

section.sec1.sec11 .col-md-12 {
    width: 63%;
    margin: auto;
}

section.sec1.sec11 h3 {
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 18px;
    margin-bottom: 20px;
}

section.sec1 a.btn {
    border: 1px solid #ffff;
}

section.sec22 {
    text-align: center;
    margin-top: -120px;
}

section.sec22 i {
    display: block;
    margin: 20px;
}

section.sec22 h2 {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
}

section.sec22 .col-md-4 {
    border: 1px solid #a9c838;
    margin: 0 10px;
    width: 31%;
    border-radius: 20px;
    background-color: #191f28;
    padding: 35px;
}


section.sec33 {
    height: 700px;
    background-image: url(../images/Group11196.png);
    background-size: cover;
    background-position: center center;
    text-align: center;
    margin-top: -162px;
}

section.sec33 .container {
    height: 100%;
}

section.sec33 .container .row {
    display: flex;
    align-items: center;
    height: 100%;
}

section.sec33 .container .row .col-md-12 {
}

section.sec33 .container .row .col-md-12 h2 {
    color: #fff;
    margin-bottom: 30px;
}

section.sec33 .container .row .col-md-12 p {
    color: #fff;
    width: 72%;
    margin: auto;
}

section.sec44 {}

section.sec44 i {
    display: block;
    text-align: center;
    margin-top: -217px;
}

section.sec44 h2 {
    font-weight: 700;
    padding-left: 9%;
}

section.sec44 ul {
    padding: 0;
    margin: 20px auto;
    width: 65%;
    padding-left: 0;
}
section.sec44 {
    text-align: center;
}
section.sec44 ul li {
    margin: 14px 0;
    line-height: 29px;
    position: relative;
    padding-left: 32px;
    display: block;
}

section.sec44 ul li:after {
    content: "";
    position: absolute;
    height: 15px;
    width: 18px;
    top: 10px;
    left: 0;
    background-image: url(../images/Iconawesome-check.png);
    background-repeat: no-repeat;
}

section.sec44 ul:nth-child(2) {
    margin-bottom: 65px;
}

section.sec55 {
    padding: 4% 0;
}

section.sec55 .col-md-6:nth-child(1) {}

section.sec55 .col-md-6:nth-child(1) i {
    display: block;
    text-align: center;
}

section.sec55 .col-md-6:nth-child(1) i img {
    width: 100%;
}

section.sec55 .col-md-6:nth-child(2) {}

section.sec55 .col-md-6:nth-child(2) ul {
    padding: 0;
    margin: 30px 0;
}

section.sec55 .col-md-6:nth-child(2) ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: 'Poppins';
    margin: 17px 0;
}

section.sec55 .col-md-6:nth-child(2) ul li p {
    line-height: 21px;
    margin: 0;
}













































@media only screen and (max-width: 1024px) and (min-width: 768px)  {
    section.sec44 i img {
    width: 100%;
}

section.sec1.sec11 {
    height: 69vh;
}

section.sec1.sec11 .col-md-12 {
    width: 100%;
}

section.sec22 .col-md-4 {
    width: 30%;
}

section.sec22 h2 {
    line-height: 25px;
}

section.sec44 ul {
    width: 86%;
}

section.sec44 h2 {
    padding: 0;
}

section.sec55 h2 {
    font-size: 20px;
    line-height: 31px;
}

section.sec55 .row {
    align-items: center;
}

section.sec1 h2 {
    font-size: 38px;
    line-height: 51px;
}

section.sec1 {
    height: 513px;
}

section.sec2 h2 {
    font-size: 33px;
    line-height: 42px;
}

section.sec3 .col-md-3 img {
    width: 100%;
}

section.sec3 h2 {
    font-size: 27px;
    line-height: 35px;
}
}





@media only screen and (max-width: 600px) and (min-width: 400px)  {




section.sec1 {
    text-align: center;
    height: 562px;
}

section.sec1 h2 {
    font-size: 35px;
    line-height: 46px;
}

section.sec2 {
    text-align: center;
}

h2 {
}

section.sec2 h2 {
    font-size: 31px;
    line-height: 38px;
    margin: 20px 0;
}

section.sec2 p {
    text-align: center !important;
}

section.sec3 h2 {
    padding: 0 !important;
    text-align: center;
    font-size: 27px;
    line-height: 39px;
    margin: 13px 0;
}

section.sec3 p {
    text-align: center !important;
}

section.sec3 .row {
    padding: 30px 30px;
}

section.sec3 a.btn {
    margin: 20px auto;
    display: block;
    text-align: center;
    width: 200px;
}

section.sec3 .row:after {
    display: none;
}

section.sec4 h2 {
    margin: 20px 0 !important;
    font-size: 29px;
    line-height: 39px;
}

section.sec4 i {
    width: 82%;
}

section.sec1.sec11 .col-md-12 {
    width: 100%;
}

section.sec1.sec11 {
    height: 64vh;
}

section.sec22 .col-md-4 {
    width: 100% !important;
    margin: 20px 0;
}

section.sec33 {
    margin-top: -46px !important;
}

section.sec33 .container .row .col-md-12 h2 {
    font-size: 31px !important;
    line-height: 44px;
}

section.sec44 i {
    width: 100% !important;
    margin-top: -101px;
}

section.sec44 i img {
    width: 100%;
}

section.sec44 ul li {}

section.sec44 ul {
    width: 93%;
}

section.sec44 h2 {
    padding: 0 !important;
    font-size: 31px;
}

section.sec55 {
    text-align: center;
}

section.sec55 h2 {
    font-size: 29px;
    line-height: 34px;
    margin: 20px 0;
}

}
