@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display={swap");

body {
    font-family: "Poppins", sans-serif;
}

.navbar-light .navbar-nav .nav-link {
    color: #1b273a;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:active{
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ba000d;
}
.clearHeader .navbar-light .navbar-nav .nav-link{
    color: #fff;
}
header .button {
    /* margin-left: 4%; */
    /* margin-right: 4%; */
    /* padding: 9px 0px; */
    background: #ba000d;
    text-decoration: none;
}

header .button span {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.social {
    list-style: none;
    display: inline-flex;
}

.social li {
    padding: 0 14%;
}

.social li a {
    color: #1b273a;
    font-size: 14px;
}

.nav-link {
    margin: 4px;
}

.navbar-collapse {
    margin-left: 8%;
}

/* .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 2.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background: #1e1f20;
}

.dropdown-menu.show {
    border: none;
    background-color: white;
    box-shadow: -2px 8px 21px 7px rgba(156, 151, 151, 0.15);
    -webkit-box-shadow: -1px 10px 22px -4px rgb(156 151 151 / 9%);
    -moz-box-shadow: -2px 8px 21px 7px rgba(156, 151, 151, 0.15);
} */
/* ---------------------------home-section------------------- */
/* ---------------sub-hed---------------- */
.sub-hed .logo img {
    padding: 0px 90px;
    width: 100%;
}

.sub-hed .icon i {
    background: #1b273a;
    padding: 15px;
    border-radius: 66px 66px;
    margin: 12px 51px;
    color: #fff;
}

.sub-hed .text {
    font-size: 13px;
    font-weight: 500;
    color: #787878;
    margin: 7px 0px;
}

.sub-hed .text h6 a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}
.nav-item{
    margin-top: 7px;
}
/* .darkHeader .nav-item{
    margin: 0;
} */
/* ---------------/sub-hed----------------- */
.background-overlay {
    background-color: transparent;
    background-image: linear-gradient(73deg, #1b273a 55%, #11111147 45%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.home-section .carousel-indicators {
    position: absolute;
    right: 0px;
    bottom: 76px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 18px;
    height: 2px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.home-section .content-text {
    padding: 150px 1px;
}

.home-section .content-text .button {
    padding: 15px 31px;
    color: #fff;
    text-decoration: none;
    background: #ba000d;
    font-size: 14px;
}

.home-section .content-text h6 {
    color: #fff;
}

.home-section .content-text h1 {
    font-size: 49px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.home-section .content-text p {
    color: #fff;
}
.widget-container {
    margin: 15px 0;
    padding: 0 0 0 20px;
    border-style: solid;
    border-width: 0 0 0 4px;
    border-color: #ba000d;
}

/* ---------------------------home-section------------------- */
/*------- company ---------*/
.company .content-img img {
    padding: 20px;
}

.company {
    position: relative;
    margin: -77px 0;
    padding-bottom: 9%;
}

/*------- /company--------- */
/*-----------------Features-section----------------- */
.Features .content-image img {
    padding: 50px;
    width: 80%;
    margin-left: 38px;
}
.Features .content-text h1{
    font-size: 36px;
    font-weight: 500;
}
.Features .content-image-1 img {
    position: absolute;
    top: 44%;
    width: 37%;
    left: 62%;
    border-style: solid;
    border-width: 10px;
    border-color: #fff;
    border-radius: 100% 100% 100% 100%;
}
@media (min-width: px){
   
}
@media (max-width: 992px) {
    .Features .content-image-1 img{
        top: 184px;
    }
}
.Features .content-text-box {
    position: absolute;
    margin: 0 0 0 50px;
    padding: 13px;
    bottom: 0%;
    left: 42%;
    background-color: #1b273a;
    border-style: solid;
    border-width: 10px;
    border-color: #fff;
    width: 30%;
}
@media (max-width: 992px) {
    .Features .content-text-box{
        bottom: 100px;
    }
}
.Features .content-text-box h3 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
}

.Features .content-text-box h6 {
    color: #fff;
    font-size: 14px;
}

.Features .services-battun {
    background: #ba000d;
    padding: 14px 23px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.Features .services-battun-1 {
    background: #1b273a;
    padding: 14px 23px;
    color: #fff;
    text-decoration: none;
}

/* ---------------Features-section -----------------*/

/* -------------services-section---------------- */
.services-section {
    background: #f9f9fb;
    /* margin-top: 7%; */
    padding-top: 6%;
    padding-bottom: 7%;
}

.services-section .card {
    border: none;
}

.services-section .text-box {
    position: absolute;
    color: #fff;
    padding: 8px 10px;
    border: 6px solid #fff;
    left: 70%;
    background: #ba000d;
    bottom: 89%;
}

.services-section .text-box-1 {
    position: absolute;
    color: #fff;
    padding: 8px 10px;
    border: 6px solid #fff;
    background: #1b273a;
    left: 70%;
    bottom: 89%;
}

.services-section .text-box h6 {
    font-size: 25px;
    font-weight: 600;
}

.services-section .text-box-1 h6 {
    font-size: 25px;
    font-weight: 600;
}

.services-section .card-text {
    top: 85%;
    background: #ffffff;
    text-align: center;
    width: 81%;
    margin: -4%;
    position: absolute;
    left: 14%;
    padding: 25px;
    box-shadow: 1px 14px 42px -5px rgb(0 0 0 / 37%);
    -webkit-box-shadow: 1px 14px 42px -5px rgb(0 0 0 / 8%);
    -moz-box-shadow: 1px 14px 42px -5px rgba(0,0,0,0.37);
}

.services-section .content-text h6 {
    font-size: 15px;
}

.services-section .content-text h1 {
    font-size: 44px;
    font-weight: 600;
}

.services-section .content-text p {
    text-align: center;
}

.services-section .card-text a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.services-section .text-battun {
    background: #f9f9f9;
    padding: 12px;
    box-shadow: -1px 4px 38px -4px rgb(0 0 0 / 33%);
    -webkit-box-shadow: -1px 4px 25px -13px rgb(0 0 0 / 43%);
    -moz-box-shadow: -1px 4px 38px -4px rgba(0, 0, 0, 0.33);
}

.services-section .content-battun a {
    color: #fff;
    background: #ba000d;
    padding: 14px 2%;
    text-decoration: none;
    transition: all 0.2s linear 0s;
    font-weight: 500;
    font-size: 16px;
}

.services-section .content-battun a:hover {
    background: #c75f66e6;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 17px 18px;
    font-size: 17px;
    color: #1b273a;
    background: #f1f2f478;
    text-decoration: none;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform 0.25s linear;
    -webkit-transition: -webkit-transform 0.25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #1b273a;
    color: #fff;
    text-decoration: none;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel-body {
    font-size: 15px;
    padding: 15px;
}

/* -------------//services-section---------------- */

/*---------------- our-features------------- */
.our-features {
    background: #1b273a;
    padding: 0;
    /* padding-bottom: 0; */
    padding-top: 30px;
}

.our-features .content-card {
    background: rgb(255, 255, 255);
    padding: 9px;
}

.our-features .content-card-1 {
    background: rgb(255, 255, 255);
    padding: 9px;
}

.our-features .content-card .icon {
    background: #1b273a;
    padding: 15px 22px;
    font-size: 30px;
    margin: 11px 5px;

}

.our-features .content-card .text {
    padding: 5px;
}

.our-features .content-card .text h5 a {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.our-features .content-card-1 .text h5 a {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.our-features .content-card-1 .icon {
    background: #ba000d;
    padding: 15px 22px;
    font-size: 30px;
    margin: 11px 5px;
}
.our-features .content-text h6 {
    color: #fff;
}

.our-features .widget-container h1 {
    font-weight: 600;
    color: #fff;
    font-size: 42px;
}
.our-features .content-text p {
    color: #fff;
    padding-bottom: 23px;
}
.our-features .wp{
    color: #ffffffbd;
    background: #ffffff24;
    text-align: center;
    border-radius: 18px;
}
.our-features .content-icon i{
    font-size: 20px;
    color: #ba000d;
    padding: 10px 13px;
    background: #ffffff69;
    border-radius: 8px;
}
.our-features .content-head{
    padding: 9px;
}
.our-features .content-head h6{
    font-size: 16px;
    font-weight: 600;
}
.our-features .content-head p{
    font-size: 13px;
    margin: 0;
}
.our-features .content-text img{
    padding-top: 35%;

}
/* /our-features */

/* testimonial-section */

.testimonial-section {
    background-color: #f9f9fb;
    background: url(..//img/testimonial-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    opacity: 0.87;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    margin-top: 4%;
    margin-bottom: 4%;
}

.testimonial-section .content-text {
    background: #ffffff;
    padding: 37px 37px;
    transition: all 0.2s linear 0s;
}

.testimonial-section .content-text .icon img {
    width: 26%;
}

.testimonial-section .content-text .text p {
    font-size: 15px;
    font-weight: 400;
}

.testimonial-section .content-text .thum img {
    border-radius: 50px 50px;
    width: 88%;
    float: right;
}

.testimonial-section .content-text .name-text h5 {
    font-size: 18px;
    font-weight: 600;
}

.testimonial-section .content-text .name-text p {
    font-size: 13px;
}

.testimonial-section .view-battun {
    background: #ba000d;
    padding: 15px 26px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s linear 0s;
}

.testimonial-section .view-battun:hover {
    background: #c75f66e6;
}

.testimonial-section .content-text-box {
    padding: 0px 8%;
}

.testimonial-section .content-text-box h1 {
    font-size: 40px;
    font-weight: 600;
}

.testimonial-section .content-text-box p {
    font-size: 15px;
    font-weight: 400;
}

.testimonial-section .content-text {
    box-shadow: 1px 0px 22px -2px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 1px 0px 22px -2px rgb(0 0 0 / 18%);
    -moz-box-shadow: 1px 0px 22px -2px rgba(0, 0, 0, 0.29);
}

/* --------------/testimonial-section------------- */

/* gallery ------------*/
.widget-container-1 {
    margin: 17px 35%;
    padding: 0 0 0 0px;
    border-style: solid;
    border-width: 0 0 0 4px;
    border-color: #ba000d;
}

gallery-section .lightbox {
    padding: 30px;
}

.modal-body {
    padding: 0;
}

/* /gallery-------- */

/* ------footer-section---- */
.footer-section hr{
    border-color: #6464647d;
    padding: 15px 0;
    margin: 0;
}
.footer-section {
    background: #1b273a;
}

.footer-section .content-text h6 {
    color: #b9b9b9;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.footer-section .content-text-1 h6 {
    color: #fff;
    padding: 6px 0;
    font-size: 15px;
    /* padding-top: 35px; */
}

.footer-section .content-text-1 ul li {
    list-style: none;
}

.footer-section .content-text-1 ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #b9b9b9;
    line-height: 36px;
    text-decoration: none;
}

.footer-section .content-text-1 ul li a:hover {
    color: #ba000d;
}

.footer-section .content-text-1 .text-add li a {
    line-height: normal;
    font-size: 13px;
    /* margin: -29px; */
}

.footer-section .content-text-1 p {
    color: #b9b9b9;
    font-size: 15px;
    padding: 0 43px;
    transition: all 1s ease;
}

.footer-section .content-text-1 .text-add li a i {
    color: #ba000d;
    margin: 8px;
}

.footer-section .Social ul li {
    list-style: none;
    display: inline-block;
    letter-spacing: 10px;
}

.footer-section .Social ul li a i {
    border-radius: 50px 50px;
    width: 82%;
    padding: 13px;
    border: 1px #f1b017 solid;
    color: #f1b017;
    transition: all 1s ease;
}

.footer-section .Social ul li a i:hover {
    background-color: #ba000d;
    color: #fff;
}

.footer-section .Subscribe h6 {
    font-size: 19px;
    font-weight: 500;
}

.footer-section .Subscribe p {
    font-size: 12px;
    font-weight: 500;
    color: #b9b9b9;
}

.footer-section .form .form__field {
    padding: 15px 30px;
    margin: 20px 0px;
}

.footer-section .Subscribe {
    margin-top: 11px;
    padding: 0px 27px;
}

.footer-section .form .btn {
    background: #ba000d;
    border-radius: 0;
    padding: 13px;
    width: 66px;
}

.footer-section .form .btn i {
    color: #fff;
}

body>section.footer-section>div>div:nth-child(2)>div.col-lg-8>div>div:nth-child(2)>div>form>input {
    font-size: 13px;
}

.footer-section .Subscribe h6 {
    color: #fff;
}
.footer-lin h6{
    color: #ffffff85;
    padding-bottom: 24px;
    font-size: 11px;
    margin: 0;
}
.footer-lin a{
    text-decoration: none;
}
/* -----//footer-section----  */

/*------------ about-us-section----------- */
.about-us-section{
    padding: 182px 0%;
    /* margin-top: 31px; */
}
.about-us-section .content-text h1{
    font-size: 65px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
/* -----------/about-us-section----------- */
/* about-data ----------*/
.about-data .content-text h6{
    font-size: 15px;
}
.about-data .content-text h1{
    font-size: 39px;
    font-weight: 600;
}
.about-data .content-text p{
    font-size: 15px;
    padding: 10px;
}
.about-data .content-card{
    background: #1b273a;
    padding: 50px;
}
.about-data .content-card h3{
    font-size: 34px;
    color: #fff;
    font-weight: 600;
}
.about-data .content-card p{
    font-size: 15px;
    color:#fff;
}
.about-data .content-card a{
    background: #ba000d;
    padding: 12px;
    color: #fff;
    text-decoration: none;
}
.about-data .content-img a i{
    margin: 43%;
    background: #1b273a;
    padding: 7%;
    border-radius: 59px;
    font-size: 18px;
    color: #fff;
    transition: 0.3s ease-in-out;
}
.about-data .content-img a i:hover{
    background:#f1b017;
}
.about-data .content-mission{
    background: #fff;
    box-shadow: 1px 1px 24px -7px rgb(0 0 0 / 75%);
    -webkit-box-shadow: -2px 4px 33px 15px rgb(0 0 0 / 5%);
    -moz-box-shadow: 1px 1px 24px -7px rgba(0,0,0,0.75);
    padding: 17%;
    text-align: center;
}
.about-data .content-mission .icon i{
    background: #ba000d;
    padding: 22px 29px;
    font-size: 50px;
    color: #fff;
}
.about-data .content-mission h6{
    font-size: 20px;
    font-weight: 600;
}
.about-data .content-mission p{
    font-size: 15px;
}
/* about-data---------- */
/* contact-us */
.contact-us .content-card p{
    color: #fff;
    font-size: 12px;
}
.contact-us .content-card{
    background: #1b273a;
    padding: 46px;
    text-align: center;
}
.contact-us .content-card .icon i{
    background: #ba000d;
    padding: 27px;
    font-size: 28px;
    border-radius: 50px;
    color: #fff;
}
.contact-us .content-card span{
    font-size: 19px;
    color: #fff;
    font-weight: 600;
}
.contact-us .content-card p a{
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
/* content-card-1 */
.contact-us .content-card-1 p{
    font-size: 26px;

}
.contact-us .content-card-1{
    background: #fff;
    padding: 35px;
    text-align: center;
}
.contact-us .content-card-1 .icon i{
    background: #f1b017;
    padding: 27px;
    font-size: 28px;
    border-radius: 50px;
    color: #fff;
}
.contact-us .content-card-1 span{
    font-size: 19px;
    color: #000;
    font-weight: 600;
}
.contact-us .content-card-1 p a{
    padding: 10px;
    color: #000;
    font-size: 12px;
    text-decoration: none;
}
/* .contact-us .content-card-1 p{ */
    /* font-size: 12px; */
/* } */
.contact-form {
    padding: 30px 40px;
    background-color: #ffffff;
    border-radius: 12px;
    max-width: 400px;
  }
  
  .contact-form textarea {
    resize: none;
  }
  
  .contact-form .form-input,
  .form-text-area {
    background-color: #f0f4f5;
    height: 50px;
    padding-left: 16px;
  }
  
  .contact-form .form-text-area {
    background-color: #f0f4f5;
    height: auto;
    padding-left: 16px;
  }
  
  .contact-form .form-control::placeholder {
    color: #aeb4b9;
    font-weight: 500;
    opacity: 1;
  }
  
  .contact-form .form-control:-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
  }
  
  .contact-form .form-control::-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
  }
  
  .contact-form .form-control:focus {
    border-color: #f33fb0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #f33fb0;
  }
  
  .contact-form .title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
  }
  
  .contact-form .description {
    color: #aeb4b9;
    font-size: 14px;
    text-align: center;
  }
  
  .contact-form .submit-button-wrapper {
    text-align: center;
  }
  
  .contact-form .submit-button-wrapper input {
    border: none;
    border-radius: 4px;
    background-color: #f23292;
    color: white;
    text-transform: uppercase;
    padding: 10px 60px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  
  .contact-form .submit-button-wrapper input:hover {
    background-color: #d30069;
  }
#contactForm .form-control{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 1.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #f9f9fb;
}
.form-group .btn-Message{
    border: none;
    background: #ba000d;
    padding: 3% 4%;
    color: #fff;
    transition: 0.3s ease-in-out;
}
.contact-us{
    /* margin-top: 50px; */
    /* margin-bottom: 50px; */
}
/* contact-us */
/* services-data */
.services-data .content-text ul{
    background: #1b273a;
    color: #fff;
    padding: 25px 71px;
    border-radius: 3px;
}
.services-data .content-text h2{
    font-size: 30px;
    font-weight: 500;
}
.services-data .content-text ul li{
    padding: 3px;
    font-size: 15px;
}
.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #000000;
}
.table tr td:first-child{
    background:#fffbf3;
}
.table tr td:nth-child(2){
    background:#f3f6fc ;
}
.table tr td:nth-child(3){
    background:#f3f6fc;
}   
/* services-data */
/* home-slider */

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
  height: 100%;
  background: #000;
}

.carousel-caption{padding-bottom:80px;}



/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:0.6;
}

/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/* home-slider */

/* navbar */
/* navbar */
.bg{ 
    background: #fff;
}
.social li{
    display: inline;
}
.social li a{
    color: #000;
    padding: 10px;
    text-decoration: none;
    font-size: 15px;
    transition: 1s;
}
.social li a i{ transition: 1s;  }
.social li a:hover{ color: #35b5e8;}
.social li a:hover i{ color: rgba(53,181,232,.2);} 

.phone a{
    color:#000;
    border-bottom: 3px #35B5E8 solid;
    text-decoration: none;
    font-size: 15px;
}
.phone span{
    font-size: 15px;
    color: #000;
}
.email a{
    color: #000;
    border-bottom: 3px #35B5E8 solid;
    text-decoration: none;
    font-size: 15px;
}
.email span{
    font-size: 15px;
    color: #000;
}
#navbar_top{
    background: black;
}
.navbar-button{
    height: 60px;
    line-height: 60px;
    display: inline-block;
    background: #35B5E8;
	border: 2px solid #35b5e8;
    color: var(--color-dark);
    padding: 0 40px;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.navbar-button:hover{ background: #fff; border: 2px solid #35b5e8; }


/* @media (min-width: 992px){ 
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        left: 50%;
        width: 29%;
        padding: 17px 0px;
    
    }
} */


.top-navbar {
    padding-bottom: 3px;
    padding-top:7px;
}
@media (max-width:992px) {
.clearHeader{ 
    height:90px; 
    background:#3eb8d7;
} 
.darkHeader{ 
    margin-top:0px; 
    height:100px; 
    background:#3eb8d7;
 } 
}
.darkHeader .navbar { 
    padding: .5rem 0rem;
}

.clearHeader {
	height: 80px;
	background: rgba(255,255,255,.2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transition: 1s;
	transition: .3s ease-in-out;
	margin: 3% 0% 0 0%;
}
.darkHeader {
    height: 80px;
    background: #3eb8d7;
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: 1s;
    transition: .3s ease-in-out;}

.banner{ padding: 150px 0; background-image: url("../img/banner/about-banner-img-1.jpg"); background-size: cover; background-position: right;}
.banner h2{ font-size: 47px;}

.card-box i {
	font-size: 50px;
	margin-top: 25px;
	color: #35b5e8;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: 2rem 1.5rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	/* border-radius: .25rem; */
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

form{ background: #fff; padding: 50px;}
.footer-menu{ margin: 0; padding: 0;}

.button {
  /*border-radius: 4px;*/
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
 
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
header .button{ background: #ba000d;}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  padding: 6px;
}
.darkHeader .dropdown-item{
    background: #fff;
    color: #000;
}
/* .button span::after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: -4px;
	right: -20px;
	transition: 0.5s;
	font-size: 26px;
} */

/* .button:hover span {
  padding-right: 25px;
} */

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.button {
	/* border-radius: 4px;  */
    background-color: #35b5e8;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 1rem;
    padding: 8px 10px;
    transition: all 0.5s;
    cursor: pointer;
    /* margin: 5px; */
    /* font-family: 'Poppins', sans-serif; */
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.second-section .content-text ul li{
    list-style: circle;
    font-size: 19px;
}

.second-section { background: #d8f4ff;}

.logo-brand{
    border: 1px solid #e1e1e1;
    padding: 0 22px;
}
@media (max-width: 576px) {
    .info-box{
        width:100%;
        display: none;
    }
}
@media (max-width: 576px){
    .info-box{
        width:86%;
        margin: -102px 0;

    }
}
@media (max-width: 576px) {
    .slider-content-style .content h3{
        font-size: 46px;
    }
} 

/* .dropdown-item i{ font-size: 12px;}

.dropdown-item{
    padding: 7.75px 1.5rem;
} */
/* //navbar */
.Other-services .content-text .icon img{
    width: 30%;
}
.Other-services .content-text a{
    font-size: 20px;
    color: #20c997;
    text-decoration: none;
}
.Other-services .content-text{
    padding-top: 20px;
}

/*/menu error solved/*/ 
.navbar-light .navbar-toggler{
    border-color: rgb(255, 255, 255);
}
@media (min-width: 412px){
    .navbar-light .navbar-toggler{
        margin-top: -43px;
    }
    .darkHeader .navbar{
        margin-top: -3px;
    }
    .clearHeader{
        margin-top: 66px;
    }
}
.navbar-toggler{
    background-color: #aaaaaa70;
}
.navbar form {
    background: #111;
    padding: 8px 25px;
    transition: 1s;
}
.darkHeader .navbar form{
    background: #fff;

}
.navbar form:hover { 
    color: #fff;
    text-decoration: none;
    background-color: #414141;
}
.navbar form [type="submit"] {
    background: none;
    border: none;
    color: rgba(255,255,255,.6);
    font-size: 13px;
}
.navbar form [type="submit"]:hover{ color: rgba(255,255,255,1); }

.darkHeader .navbar form [type="submit"]{
    color: #000;
    border: none;
}
/* navbar */
/* navbar */
.clearHeader {
    height: 57px;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: 1s;
    transition: .3s ease-in-out;
    margin-top: 47px;
}

.darkHeader {
    height:106px;
    background:#fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: 1s;
    transition: .3s ease-in-out;
    /* margin-top: -20px; */
}
.darkHeader .navbar {
    padding: 0;
    background: #fff;
}

.navbar {
    padding: 0;
    background: #111;
}
@media (max-width:992px) {
    .clearHeader {
        height: 90px;
        background: #fff;
        margin-top: 48px;
    }

    .darkHeader {
        /* margin-top: 0px; */
        height: 106px;
        background: #fff;
    }

    .navbar {
        background: #111;
        /* padding: 10px; */
    }
    .navbar-nav{
        padding: 13px;
    }
   
}
@media (max-width:576px){
    .navbar-toggler{
        margin: 2%;
        margin-left: auto;
        margin-top: -34px;
    }
    .navbar-nav{
        padding: 13px;
    }
    .darkHeader{
        height: 106px;
    }
}
@media (min-width:390px){

}
/* .dropdown:hover>.dropdown-menu {
    display: block;
    padding: 0px 0px;
    left: 9%;
    top: 36px
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
} */

.navbar-light .navbar-nav .nav-link {
    font-weight: 400;
    color: #fff;
    /* margin: 0 7px; */
    /* font-family: 'Open Sans', sans-serif; */
    font-size: 14px;
}
.darkHeader .navbar-light .navbar-nav .nav-link{
    color:#000;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ba000d;
}

form .btn {
    color: #fff;
    border: 1px #1b71a1 solid;
    border-radius: 20px;
    padding: 8px 21px;
    transition: 1.4s;
    background: #1b71a1;
    font-weight: 700;
}

form .btn a {
    color: #fff;
    text-decoration: none;
}

form .btn:hover {
    background: #735b7b;
    border: 1px #735b7b solid;
    color: #fff;
}

/* .dropdown-menu {
    margin: 7.1px 0 0;
    border: none;
    padding: 0.1rem 0px;
}

.dropdown-item {
    font-weight: 400;
    font-size: 11px;
    color: #fff;
    background: #111;
    -webkit-box-shadow: 0px 2px 63px -14px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 2px 63px -14px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 63px -14px rgb(0 0 0 / 30%);
}

.dropdown-item:focus,
.dropdown-item:hover {
    color:#B9000C;
} */
.clearHeader .navbar::before{
    content: "";
    width: 66px;
    height: 100%;
    background: #111;
    position: absolute;
    left: -59px;
    top: 0;
}
.clearHeader .navbar::after{
    content: "";
    width: 66px;
    height: 100%;
    background:#111;
    position: absolute;
    right: -59px;
    top: 0;
}
.navbar-brand img{
    width: 57%;
}
/* navbar */
/* sub-hed */
@media (max-width: 768px){
    nav{
        margin: 0;
    }
}
nav .social-media ul li{
    list-style: none;
    display: inline-flex;
    font-size: 13px;
    /* padding: 0 9px; */
}
nav .social-media ul li i{
    padding: 2px 5px;
    font-size: 15px;
}
nav .social-media ul li a{
    text-decoration: none;
    color: #000;
}
nav .content-text span{
    font-size: 13px;
}
nav .content-text a{
    font-size: 12px;
    text-decoration: none;
    border-bottom: 3px #ba000d solid;
    color: #000;
}
/* sub-hed */
@media (max-width: 360px){
    .Features .content-image img{
        width: 100%;
        padding: 50px;
        margin-left: 0px;
    }
    .Features .content-text-box{
        bottom: 16px;
    }
    .Features .content-text-box{
        position: absolute;
        margin: 0 0 0 50px;
        padding: 10px;
        bottom: 0%;
        left: 11%;
        background-color: #1b273a;
        border-style: solid;
        border-width: 10px;
        border-color: #fff;
        width: 38%;
    }
    .Features .content-image-1 img{
        top: 252px;
        left: 54%;
    }
    .widget-container-1{
        margin: 0;
    }
    nav .social-media ul li{
        font-size: 9px;
    }
    .form-group .btn-Message{
        padding: 15px 24px;
    }
    .navbar-toggler{
        margin-top: -43px;
    }
}


.dropdown-submenu {
    position: relative;
}
.navbar-dark .navbar-nav .nav-link{
	padding-left: 0;
	padding: 10px;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-menu{
    padding: 0;
    left: -2px;
    top: 96%;
    border: none;
}