
/*hr {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }
*/
.text a{
  font-size: 16px;
  color: #4fc0aa !important;
  font-weight: bold;
}

/*.icon-bar {*/
/*  position: fixed;*/
/*  top: 50%;*/
/*  -webkit-transform: translateY(-50%);*/
/*  -ms-transform: translateY(-50%);*/
/*  transform: translateY(-50%);*/
/*  z-index: 9;*/
/*}*/

.icon-bar {
    width: 50%;
    /* position: fixed; */
    top: 24%;
    /* left: 0%; */
    right: 4%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #b3309f;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}



/****banner****/


.bs-slider{
    overflow: hidden;
    /*max-height: 700px;*/
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.08);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
    /*height: 750px;*/
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    color: #fff;
    /*text-shadow: 1px 3px 0 #4fc0aa;*/
    font-size: 46px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    padding-top: 110px;
    text-shadow: 2px 2px 4px #000000;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






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

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}





.conti h3 {
    font-size: 28px;
    color: #000;
    padding-left: 120px;
    font-weight: bold;
}

.conti p {
    padding-left: 90px;
    color: #cf0f1a;
    font-weight: 600;
    font-size: 15px;
}

.conti input[type="text"], input[type="password"] {
    width: 45%;
    padding: 10px;
    margin: 5px 0 13px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
}

.gro input[type="text"] {
    width: 22%;
}

.conti input[type="text"], input[type="password"] {
    padding: 10px;
    margin: 5px 0 13px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
}

.gro textarea {
    width: 45%;
    height: 100px;
    border: 1px solid #cf0f1a29;
    margin-bottom: 25px;
    padding: 5px;
    transition: 0.3s ease;
    font-size: 14px;
}

.gro button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 15%;
    opacity: 0.9;
}

.btn-default {
    color: #fff !important;
    background-color: #ff5722 !important;
    border: 1px solid #ff5722 !important;
    font-weight: bold !important;
    margin-top: 15px;
}

.causes-section {
    position: relative;
    padding: 57px 0 0px;}

.causes-section.style-two::before {

    position: absolute;
    left: 0;
    height: 260px;
    width: 100%;
    bottom: 0px;
    background: #ffff;
    content: "";

}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.causes-section .sec-title {
    margin-bottom: 40px;
}

/*.sec-title.light > span, .sec-title.light h2 {
    color: #000000d4;
}*/

.sec-title > .title {
    position: relative;
    font-size: 29px;
    line-height: 1.2em;
    color: #06163a;
    font-weight: 700;
    display: block;
    letter-spacing: 0px;
    margin-bottom: 15px;
    /*text-transform: uppercase;
    font-family: 'Roboto Slab', serif;*/
}


.sec-title > h2 {
    position: relative;
    line-height: 1em;
    font-size: 26px;
    color: #ff5722 !important;
    font-weight: 400;
    letter-spacing: 1px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 12px;
}

.sec-title .separator-two::before, .sec-title .separator-two::after {
    position: absolute;
    left: -35px;
    bottom: 0;
    height: 5px;
    width: 30px;
    background: #fcc005;
    background: -moz-linear-gradient( #fcc005 1%, #ea7325 100%);
    background: -webkit-linear-gradient( #fcc005 1%,#ea7325 100%);
    background: linear-gradient( #fcc005 1%,#ea7325 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc005', endColorstr='#ea7325',GradientType=1 );
    content: "";
}


.causes-section .cause-block {
    padding: 0 20px;
}

.cause-block {
    position: relative;
    margin-bottom: 40px;
}

.cause-block .inner-box {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 16px 32px rgba(0,0,0,.1);
    -moz-box-shadow: 0 16px 32px rgba(0,0,0,.1);
    -ms-box-shadow: 0 16px 32px rgba(0,0,0,.1);
    -o-box-shadow: 0 16px 32px rgba(0,0,0,.1);
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
}

.cause-block .image-box {
    position: relative;
}

.cause-block .image-box figure {
    position: relative;
}

.cause-block .image-box img {
    width: 100%;
    height: auto;
    display: block;
}

.cause-block .overlay-box::before {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 0%;
    background-color: #1b1c1e;
    content: "";
    opacity: .80;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cause-block:hover .overlay-box::before {
    left: 0;
    width: 100%;
}



.cause-block .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
}

.cause-block .overlay-box a {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: underline;
    -webkit-transform: translate(-50% , -50%) scale(0);
    -moz-transform: translate(-50% , -50%) scale(0);
    -ms-transform: translate(-50% , -50%) scale(0);
    -o-transform: translate(-50% , -50%) scale(0);
    transform: translate(-50% , -50%) scale(0);
}


.cause-block .lower-content {
    position: relative;
    padding: 2px 11px 23px 15px;
    background-color: #ffffff;
}

.cause-block .lower-content h2 {
    font-size: 19px;
    line-height: 1.2em;
    color: #06163a !important;



    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: .5px;
}

.lower-content h2 a{
    color: #06163a !important;
}

.cause-block .lower-content p {
    font-size: 16px;
    line-height: 25px;
    color: #393939;
    font-weight: 400;
    margin-bottom: 30px;
}

.btn-style-one {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    padding: 10px 8px;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: .5px;
    /*text-transform: uppercase;*/
    background: #ff5722;
    /*border: 1px solid #002b40;*/
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    /*border-bottom: 3px solid #780726;*/
    float: right;
}

.log{
    padding: 30px 0 30px 65px;
    background-color: #f4f0f0cf;
    background:url(..//images/bg1.jpg);
}

/*hm our team*/

.team-style-2 {
    background: #2b2b2b;
}

.sec-padd2 {
    padding: 50px 0 50px;
}
.section-title {
    position: relative;
    margin-bottom: 50px;
}

.team-style-2 .section-title h2 {
    color: #fff;
}

.section-title h2 {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 20px;
}

.thm-color {
    color: #ff5722;
}

.section-title h2::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 136px;
    height: 1px;
    background: url(../images/sec-title-decoration.png);
}

.team-style-2 .item {
    margin-bottom: 30px;
    text-align: center;
}

.inner-box {
    position: relative;
}

.team-style-2 .item {
    text-align: center;
}

.overlay3 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 103%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.73);
    -webkit-transition: .7s ease;
    -moz-transition: .7s ease;
    -ms-transition: .7s ease;
    -o-transition: .7s ease;
    transition: .7s ease;
}

.social-icon li {
    display: inline-block;
}

.team-style-2 .social-icon li a {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    line-height: 42px;
    margin: 0 5px;
}

.social-icon li a {
    display: inline-block;
    color: #999;
    margin-right: 15px;
    font-size: 16px;
    transition: .5s ease;
}

.team-style-2 .author h4 {
    font-size: 20px;
    font-weight: 700;
    padding: 20px 0px 0px;
    color: #fff;
}

.team-style-2 .author p {
    color: #ff5722;
}

.team-style-2 .inner-box:hover .overlay3 {
    height: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: .7s ease;
    -moz-transition: .7s ease;
    -ms-transition: .7s ease;
    -o-transition: .7s ease;
    transition: .7s ease;
}

.post-slide2 .read-more {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #a9282d;
    
    text-transform: capitalize;
    transition: all 0.30s linear;
}

.post-title{
    color: #06163a !important;
    font-size: 15px;
    font-weight: 600;
}

.post-slide2{
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
margin-bottom: 2em;
}

.post-slide2 .post-content {
    background: #fff;
    padding: 20px;
}

.our-99 {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center;
    color: #06163a;
}

.our-99::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 43%;
    width: 136px;
    height: 1px;
    background: url(../images/sec-title-decoration.png);
}

.customer-logos{
    padding-top: 35px;
}

/*.our-99 span {*/
/*    color: #ff5722;*/
/*}*/
.our-99 span {
    color: #a9282d;
}

/*.call-out {*/
/*    background: #ff5722;*/
/*    padding: 5px 0 25px;*/
/*}*/

.call-out {
    background: #a9282d;
    padding: 5px 0 25px;
}

.float_left {
    float: left;
}

.call-out h4 {
    color: #fff;
    margin-top: 33px;
    font-size: 22px;
    font-weight: 700;
}

.float_right {
    float: right;
}

.call-out .thm-btn.style-3 {
    margin-top: 20px;
}

.thm-btn {
    position: relative;
    background: #a9282d;
    font-size: 14px;
    line-height: 46px;
    border-radius: 4px;
    color: #ffffff;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 0 38px;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.thm-btn.style-3:hover {
    background: #FFF;
    color: #ff5722;
    border-color: #fff;
}


/*model*/

.modal-dialog {
    width: 1000px !important;
    border: 1px solid #ff5722;
    border-radius: 6px;
}

 .modal-dialog {
      margin-top: 35px !important;
  }

.fade {
    background: rgba(235,235,235,0.9);
}

.modal_common .modal-content{border-style: solid;
  border-width: 1px;
  border-color: rgb(214, 214, 214);
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 12px 0px rgba(216, 216, 216, 0.46);}

.fade{background: rgba(235,235,235,0.9);}

.modal-content .close{
    float: right;
    position: absolute;
    top: -32px;
    right: -35px;
    font-size: 26px;
    font-weight: normal;
    line-height: 1;
    color: #000;
    text-shadow: none;
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 99;
    outline: none;
}

/*.modal-dialog1 {
    width: 658px !important;
}*/

@media(min-width: 480px){
.modal-dialog {
    width: 1000px;
}

}

@media (min-width: 768px){
  .modal-dialog {
      margin-top: 30px ;
  }
}

@media(max-width: 767px){
.modal-content .close{
    float: right;
    position: relative;
    top: inherit;
    right: inherit;
    margin-right: 10px; margin-top: 10px;
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    color: #606060;
    text-shadow: none;
    filter: alpha(opacity=1);
    opacity: 1;
}
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.extra-margin-top-20 {
  margin-top: 20px !important;
}

/***Form*/
.form-control {
  position: relative;
  display: block;
  border: none;
  border-radius: 3px;
  border: 1px solid #ddd;
  box-shadow: none;
  font-size: 16px;
  height: 47px;
  -webkit-appearance: none; /* for box shadows to show on iOS */
}



.my-btn4 {
    background-color: #ed3338;
color: #fff;
font-size: 17px;
font-weight: 600;
padding: 10px 15px;
box-shadow: 5px 6px 5px #aaaaaa;}


.modal-body span {
  color: red;
}


.chicklet-list {
    background: #f2f2f2f0;
    padding: 34px 17px 22px 5px;
    margin-bottom: 28px;
}

.chicklet-list li {
    padding: 0 4px;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}

.chicklet-list input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.chicklet-list label {
    display: block;
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    background: #ffffff;
    border: 1px solid #f4f4f4;
    color: #000;
    padding: 8px 24px;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.chicklet-list input {
    line-height: 1;
    /*border: 2px solid #3b7840;*/
    padding: 10px;
    color: #3b7840;

}

.chicklet-list :checked + label {
    background: #ff5722;
    color: #f7f7f7;
    text-shadow: none;
}

.chicklet-list li.other-amount {
    width: 38%;
    float: right;
}

.chicklet-list li span {
    position: absolute;
    left: -20px;
    top: 9px;
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    color: #303030;
}


.chicklet-list input[type="text"] {
    height: 46px;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px !important;
    }

.form-group2 textarea{
    height: 110px !important;
}

.modal-body p{
    font-size: 16px;
    color: #06163a;
    font-weight: 600;
}

.modal-body h1{
    position: relative;
text-transform: uppercase;
font-weight: 700;
padding-bottom: 20px;
text-align: center;
color: #06163a;
font-size: 28px;
}


.modal-body h1::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 43%;
    width: 136px;
    height: 1px;
    background: url(../images/sec-title-decoration.png);
}

.modal-body strong{
    color: #ff5722;
    font-size: 18px;
    padding-bottom: 15px;
    display: block;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px !important;
}