/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */





@font-face {
    font-family: 'cfa_breuer_textbold';
    src: url('../fonts/cfabreuertext-bold-webfont.woff2') format('woff2'),
         url('../fonts/cfabreuertext-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'cfa_breuer_textregular';
    src: url('../fonts/cfabreuertext-regular-webfont.woff2') format('woff2'),
         url('../fonts/cfabreuertext-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'webfontuploaded_file';
    src: url('../fonts/cfabreuertext-medium-webfont.woff2') format('woff2'),
         url('../fonts/cfabreuertext-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'cfa_breuer_textregular_italic';
    src: url('../fonts/cfabreuertext-regularitalic-webfont.woff2') format('woff2'),
         url('../fonts/cfabreuertext-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}














body {
  font-family: 'webfontuploaded_file', Sans-serif;
  color: #5a5a5a;
}





.d-header{
  height: 108px;
  background: #fff;
}



.d-logo-1 {
    width: 210px;
    margin: 28px 0 0 0;
}

.d-logo-2 {
    width: 160px;
    float: right;
    right: 0px;
    margin: 28px 0 0 0;
}







.d-home-sec1{
  background: #5949a7;
  color: #fff;
  padding: 80px 0;
  margin: 108px auto 0;
}


.d-home-sec1 .d-span-h1{
  font-size: 14px;
  display: block;
}



.d-home-sec1 h1{
  font-family: 'cfa_breuer_textbold';
  font-size: 44px; 
  line-height: 50px;
  width: 440px;
}


.d-home-sec1 h2{
  background: #f0668b;
  padding: 5px 10px;
  font-size: 18px;
  display:inline-block; 
}



.d-home-sec1 .d-hero-para1{
  font-size: 22px;
  line-height: 30px;
}
.d-home-sec1 .d-hero-para2{
  font-size: 22px;
  line-height: 30px;
  margin: 34px 0 0;
}




.d-hero-img1 {
    width: 100px;
    margin: 0 0 -70px -80px;
}
.d-hero-img2 {
    width: 160px;
    float: right;
    margin: -110px 130px -81px 0px;
    display: block;
}














.d-home-sec2{
  background: #00b5e2;
  margin: 80px 0;
  padding: 40px 0;
  color: #fff;
}
.d-home-sec2 h3{
  font-size: 22px;
  text-align: center;
}


.d-report-highlights{
  position: relative;
  padding: 10px 20px;
}
.d-report-highlights li {
    background: #003da5;
    display: block;
    padding: 18px 70px 4px 50px;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
}
.d-report-highlights span {
    position: absolute;
    margin: 9px 0 0 -27px;
}




.d-sec2-img1 {
    width: 380px !important;
    position: absolute !important;
    margin: -36px 0 0 0 !important;
}
.d-sec2-img2 {
    width: 70px;
    float: right;
    margin: -50px 40px 0 0;
}











.d-form-mobile{
  display: none;
}




.d-home-sec3{
  background: #53565a;
  padding: 30px 0;
  color: #fff;
}
.d-home-sec3 h3{
  font-size: 22px;
  text-align: center;
  margin: 10px auto 30px;
}




/* Form */

.control-label.requiredField {
    font-size: 18px;
    margin: 0 0 5px;
}
.form-control {
    background: transparent !important;
    margin: 0 0 30px;
    min-height: 34px;
    color: #fff !important;
    border: 2px solid #fff;
}



.selectpicker.countrypicker {
    width: 100%;
    background: none !important;
    color: #fff;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #fff;
}


.d-checkbox-1{
  font-family: 'cfa_breuer_textregular';
  margin: 50px 0 40px;
}
.d-checkbox-2 {
    font-family: 'cfa_breuer_textregular';
    margin: 48px 0 38px;
}
.d-checkbox-2 a{
  color: #fff;
}









/*** custom checkboxes ***/

input[type=checkbox] { display:inline-block; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
  /*font-family: FontAwesome;*/
  font-family: "Font Awesome 5 Free";
  display: none;
}


.d-checkbox-1 label {
    position: relative;
    padding: 4px 0 0 50px;
}

input[type="checkbox"] + label::before {
    /*content: "\f096";*/
    content: "\f0c8";
    color: #fafafa;
    font-size: 45px;
    margin: -7px 0 0px -49px;
    position: absolute;
}


.d-checkbox-2 label {
    position: relative;
    padding: 7px 0 0 50px;
}



input[type=checkbox] + label:before { letter-spacing: 40px; } /* space between checkbox and label */

/*input[type=checkbox]:checked + label:before { content: "\f046"; }*/ /* checked icon */
input[type=checkbox]:checked + label:before { content: "\f14a"; }
input[type=checkbox]:checked + label:before { letter-spacing: 5px; } /* allow space for check mark */






.d-submit-btn {
    width: 100%;
    background: #78be20;
    border: 9px solid #78be20;
    font-size: 22px;
    text-transform: uppercase;
}
.d-submit-btn:hover{
    background: #78be20;
    border: 9px solid #78be20;
}




.d-asterix{
  font-size: 14px;
  float: right;
  margin: -10px 0 0 0;
}



.btn-group.bootstrap-select.countrypicker.f16 {
    width: 100% !important;
}
.countrypicker .btn{
  display: none !important;
}









.d-home-sec4{
  margin: 80px 0;
  background: #009966;
/*  padding: 60px 0;
*/  color: #fff;
}

.d-home-sec4 .container{
  
  
}
.d-home-sec4 .row{
  background: #009966 url(../i/carousel-section-bg1.png) no-repeat 0px 0px !important;
  background-size: 100%;
  padding: 50px 0px 60px;
}








/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
}
.carousel-item img {
    margin: 0px;
    padding: 20px 40px 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 3rem !important;
    height: 3rem !important;
}


.carousel-caption {
  top: 90px;
}






.d-home-sec4 p{
  font-size: 22px;
  text-align: center;
  text-align: center;
  margin: 30px auto;
  width: 300px;
  color: #fff;
  line-height: 28px;
}


.d-home-sec4 p a{
  color: #fff;
  text-decoration: underline;
}

.d-home-sec4 p span{
  font-size: 18px;
  line-height: 24px;
}




.d-sec4-img1 {
    width: 750px;
    margin: -60px 0 0 0;
    position: absolute;
}
.d-sec4-img2 {
    width: 220px;
    margin: -14px 0 0 1000px;
    position: absolute;
    float: right;
}


















.d-home-sec5{
  color: #fff;
  text-align: center;
  background: #5949a7;
}



.d-home-sec5 .container{
  background: #5949a7 url(../i/download-section-bg.png) no-repeat 0px 0px;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 40px 15px;
}





.d-home-sec5 img{
  width: 150px;
  text-align: center;
}

.d-home-sec5 h4{
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0 18px;
}
.d-home-sec5 p{
  font-size: 18px;
  line-height: 24px;
  padding: 0 50px;
}
.d-home-sec5 .btn{
  background: #78be20;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 0 40px;
}



.d-home-sec5 .col-lg-4{
  position: relative;
}


.d-sec5-img2{
  position: absolute;
  width: 90px !important;
  margin: 30px 0 0 380px;
}

.d-sec5-img3{
  position: absolute;
  width: 90px !important;
  margin: 90px 0 0 820px;
}


.d-sec5-img4 {
    position: absolute;
    margin: -20px 0 0 1130px;
    width: 110px !important;
    background: red;
}














footer{
  background: #777777;
  color: #fff;
  padding: 36px 0 28px;
  font-size: 18px;
}


footer a{
  color: #fff;
}

footer a:hover{
  color: #78be20;
  text-decoration: none;
}



.d-footer-social-icons{
    float: right;
}
.d-footer-social-icons li{
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  margin: 0 0 0 20px;
}
.d-footer-social-icons li i {
    font-size: 25px;
    text-align: center;
    margin: 8px 0 0 7px;
}
.d-footer-social-icons li a{
  color: #777;
}
.fa-facebook-f {
    margin: 8px 0 0 12px !important;
}
.fa-instagram {
    padding: 0 0 0 2px;
}
.fa-linkedin-in {
    padding: 0 0 0 2px;
}




.d-footer-row2 p {
    font-size: 12px;
    margin: 10px 0 0 0;
}



.d-footer-row1-p2{
/*  float: right;
*/  text-align: right;
}

.d-footer-row2-p2{
  float: right;
}












/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

select.select{
 width: 100%;
    background: none !important;
    color: #fff;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #fff;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    margin: 50px 0px 0px 0px;
    padding-left: 1.5em;
    margin-bottom: 1.125rem;
}
@media (max-width: 480px){
.d-form-desktop {
    display: block !important;
}
}
