
body {
    font-family: 'Montserrat', sans-serif;
}
p {
    line-height: 22px;
    font-size: 14px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
}

.carousel-item {
  height: auto;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-caption {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.carousel-caption h5 {
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px;
}

.carousel-caption p {
  width: 75%;
  margin: auto;
  font-size: 18px;
  line-height: 1.9;
}

.navbar-light .navbar-brand {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
    border-right: 1px dashed #ffe000;
}


.navbar-toggler {
  background: #fff;
}

.navbar-nav {
  text-align: center;
}

.nav-link {
  padding: .2rem 1rem;
}

.nav-link.active,.nav-link:focus{
  color: #fff;
}

.navbar-toggler {
  padding: 1px 5px;
  font-size: 18px;
  line-height: 0.3;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}
.banner-sec {
    width: 100%;
    float: left;
}







nav {
background: #f5f5f5 !important;
    position: relative !important;
}


.top-bar, header {
    display: flex;
    flex-direction: column;
}
.top-bar {
    background: #ccc url(../images/head-top-band1.png) no-repeat;
    padding: 5px 0;
}
.top-bar ul {
  display: flex;
  justify-content: space-between;
}
nav {
    background: #0f263a !important;
}

.navbar-nav > li > a {
    padding: 7px 24px !important;
    font-size: 15px;
    font-weight: 500;
}
.navbar-nav li ul li a {
    padding: 4px 10px;
    color: #333;
    text-decoration: none;
    width: 100%;
    float: left;
    border-bottom: 1px dashed #ccc;
}
.navbar-nav li ul li:last-child a {
    border-bottom: 0px dashed #ccc;
}
.rqb {
      background: #ffb100;
    float: left;
    color: #333;
    padding: 5px 10px;
}



.cont-d {
    display: flex;
    justify-content: space-between;
}

.cont-d li {
    position: relative;
    padding-left: 50px;
    border-right: 1px dashed #ccc;
    padding-right: 34px
}
.cont-d li i {
width: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px;
    line-height: 50px;
    color: #ffb100;
}
.cont-d li p {
        margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #545454;
        font-size: 14px;
}
.cont-d li span {
        font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}



/*Services Section slider Start*/
.service-sec {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    padding: 50px 0;
    background: #f5f4f4;
}
.service-sec h4 {
  color: #fab90a;
    font-size: 18px;
    padding: 7px 0;
    margin-bottom: 10px;
    border-bottom: 2px solid #1b7ce0;
}


.ser-box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: hidden;
}
.ser-box img {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}
.ser-box:hover img {
-ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.ser-img {
  overflow: hidden;
}
.service-sec a {
  width: 150px;
  background: #fab90a;
    color: #333;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
}


.testi-sec {
  background: url(../images/ser-img-left-2.jpg);
  background-size: cover;
  padding: 100px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
    z-index: 1;
}
.testi-sec:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/ser-bg1.jpg);
    height: 100%;
    width: 60%;
    z-index: 0;
}
.testi-item h4 {
      color: #fff;
    font-weight: 600;
    font-size: 30px;
}
.testi-item p {
color: #fff;
    font-size: 14px;
    margin: 1em 0 0;
    padding: 0;
    font: 300 1.1em/1.6em "Open Sans", sans-serif;
    line-height: 30px;
}
.testimonial-slider .owl-next span {
      background: #fab90a;
    height: 30px;
    width: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    margin-left: 10px;
    margin-top: 15px;
}
.testimonial-slider .owl-prev span {
      background: #fab90a;
    height: 30px;
    width: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    margin-top: 15px;
}
.testimonial-slider .owl-next:focus, .testimonial-slider .owl-prev:focus {
  outline: none;
}


.cont-bar-sec {
      position: relative;
    background: #ffba00;
    padding-top: 50px;
    padding-bottom: 50px;
}
.cont-bar-sec h2 {
      font: 600 28.4px 'Montserrat', sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 45px;
}
.cont-bar-sec a {
      background: #0f263a;
    color: #fff;
    border-radius: 4px;
    font: 600 15px 'Montserrat', sans-serif;
    width: 100%;
    text-decoration: none;
    padding: 10px 0;
    float: left;
    text-align: center;
}
.cont-bar-sec a:hover {
  background: #fff;
  color: #000;
}


.abouot-sec {
  padding: 50px 0;
  background: url(../images/news-bg.jpg) right;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

/*Accordion Start*/
.myaccordion {
background: #ffffff;
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
    padding: 50px;
    float: left;
    width: 100%;
}
.myaccordion .card{
    border-top: 1px solid #e6e6e6;
    }
.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;

}
.bold {
      color: #303030;
    font: 400 16px "Open Sans", sans-serif;
    margin: 0 0 1em;
    padding: 0;
    line-height: 24px;
}
h3 {
  font: 600 28px 'Montserrat', sans-serif;
    color: #242424;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 0.3px;
    margin: 0;
    position: relative;
}
h3:before {
    content: '';
    position: absolute;
    bottom: 13px;
    height: 2px;
    width: 60px;
    background: #ffba00;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #004987;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}
/*End*/


.infra-sec {
  background: url(../images/bg-home.jpg);
  background-size: cover;
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}


footer {
  background: url(../images/bg.jpg);
  background-size: cover;
  padding-bottom: 50px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}


.mission-sec h2 {
    font: 300 38px "Open Sans", sans-serif;
    margin: 0 0 1.2em;
    padding: 0;
    color: #242424;
    text-align: center;
}
.mission-sec p {
      color: #6c6c6c;
    margin: 0 0 4em;
        font-size: 14px;
    padding: 0;
    font: 400 1.2em/1.8em "Open Sans", sans-serif;
    text-align: center;
}
.mid-icon h4 {
    color: #6c6c6c;
    font: 600 22px 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
.mid-icon {
  text-align: center;
  position: relative;
}
.mid-icon:before {
    content: '';
    border-right: 1px solid #ccc;
    height: 100%;
    position: absolute;
    right: -15px;
}
.mid-last:before {
  display: none;
}
.mission-sec {
  display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 50px 0;
}
.mb-15 {
    margin-bottom: 15px;
}
.color-white {
      color: #fff;
}

.z-img {
    overflow: hidden;
    float: left;
    width: 100%;
    position: relative;
}
.infra-sec a {
  background: #ffba00;
    height: 60px;
    width: 60px;
    line-height: 60px;
    position: absolute;
    z-index: 9;
    top: -70px;
    left: calc(50% - 25px);
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    color: #333;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
}
.infra-sec .z-img:hover a {
  top: 42px;
}
.infra-sec .z-img img {
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
}
.infra-sec .z-img:hover img {
  filter: brightness(40%);
  -webkit-filter: brightness(40%);
  -moz-filter: brightness(40%);
  -o-filter: brightness(40%);
  -ms-filter: brightness(40%);
}

.blog-sec {
      display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 50px 0;
}
.blog-sec h4 {
  font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #000;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    margin: 0;
    padding: 0 0 0.5em;
    line-height: 26px;
}
.blog-sec ul li {
    font: 400 15px/1.5em "Open Sans", sans-serif;
    color: #8e8d8d;
    margin: 0;
    padding: 0;
}

.blog-img {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.blog-img img {
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
  }
  .blog-img:hover img {
  filter: brightness(40%);
  -webkit-filter: brightness(40%);
  -moz-filter: brightness(40%);
  -o-filter: brightness(40%);
  -ms-filter: brightness(40%);
  }
.middle-head {
  background: url(../images/pro-sol-bg.jpg);
      display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 50px 0;
}

.middle-head p {
      font: 300 32px "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
    color: #fff;
        font-size: 14px;
    text-align: center;
}
.middle-head p span {
  color: #fab90a;
}

.clint-sec {
  background: #fff;
      display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 50px 0;
}
.clint-sec p {
  color: #898989;
    font: 400 1em/1.8em "Open Sans", sans-serif;
    margin: 1em 0 2em;
    padding: 0;
        font-size: 14px;
}
.inq-form {
      padding: 20px 20px;
    background: #fff;
    border: 10px solid #f5f5f5;
}
.inq-form input, .inq-form select {
      margin-bottom: 20px;
    border-radius: 0;
    font: 1em/1em "Open Sans", sans-serif;
    color: #555;
    padding: 11px 20px;
    border: 1px solid #eaeaea;
    height: auto;
    box-shadow: none;
    width: 100%;
}
.inq-form button {
  background: #fab90a;
    padding: 10px 30px;
    border: 0;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
}
.cont-sec {
  background: url(../images/solution-bg.jpg) center center no-repeat fixed;
    background-size: cover;
    padding: 29px 0;
    min-height: 100px;
    clear: both;
    position: initial;
}
.cont-sec h4 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    padding: 0px 0 0px 50px;
    float: left;
    line-height: 45px;
    font-size: 25px;
    margin-top: 0px;
}
.cont-sec a {
  background: #fab90a;
    padding: 10px 30px;
    border: 0;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    color: #333;
}

footer {
  padding: 50px 0;
}
footer p{
  color: #627279;
    margin-top: 2em;
    font-size: 15px;
}
footer ul li a {
  color: #627279;
    line-height: 39px;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0;
}
footer h4 {
    line-height: 39px;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0;
    font: 600 20px "Open Sans", sans-serif;
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-style: italic;
    position: relative;
}
footer h4:before {
content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #fab90a;
}
.fot-cont {

}
.fot-cont li {
    color: #55656f;
    line-height: 25px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 26px;
}
.fot-cont i {
    position: absolute;
    top: 3px;
    left: 0;
    color: #fab90a;
    font-size: 20px;
}
.social {
  margin: 0;
  padding: 0;
  list-style: none;
} 
.social li {
  display: inline-block;
  margin-right: 12px;
} 
.social li a i {
      padding: 0;
      font-size: 18px;
    color: #7c7c7c;
}
.f-rm {
    font-size: 15px;
    color: #82c4ff;
}

.copy-rit {
background: #06121c;
display: flex;
flex-wrap: wrap;
padding: 33px 0;
}
.copy-rit p {
  margin: 0;
  color: #555759;
      font-size: 14px;
}
.f-head {
    margin: 0;
    text-align: right;
    color: #323232;
    text-transform: uppercase;
    font-family: 500 1em/1.8em "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 26px;
    padding-right: 10px;
    border-right: 2px solid #fab90a;
    margin-bottom: 15px;
}
.section-title h2 {
    font-family: 500 1em/1.8em "Open Sans", sans-serif;
    font-weight: 700;
}
.f-para {
  font: 400 1.2em/1.3em "Open Sans", sans-serif;
    margin: 0;
    font-style: italic;
    color: #6c6c6c;
    font-size: 16px;
    margin-bottom: 15px;
}
.infra-sliders .col {
  padding: 0 !important;
}


.inner-banner-sec {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.inner-banner-sec h1 {
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 44px;
    width: auto;
    text-transform: uppercase;
}

.def-img a {
  border: 2px solid #3574bb;
    float: left;
    width: 100%;
}
.def-img a img {
     height: 220px;
    object-fit: contain;
    width: 100%;
}
.def-img .col-lg-3 {
  margin-top: 15px;
}
.corpo-sec {
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
}
.corpo-sec p {
  color: #000000;
    margin: 0 0 1em;
    font: 500 1em/1.8em "Open Sans", sans-serif;
        font-size: 14px;
        text-align: justify;
}
.dropdown-menu {
  margin-top: 0;
}
.infra-2-sec .col-lg-3 {
  margin-top: 15px;
}

.gray-bg {
    background: #edf0f2;
}
.pb-120 {
    padding-bottom: 120px;
}
.pt-90 {
    padding-top: 90px;
}
.contact-from {
    background-color: #fff;
    padding: 20px 30px 30px 30px;
    border-radius: 5px;
}
.section-title h5 {
    color: #07294d;
    position: relative;
    padding-bottom: 12px;
}
.section-title h5::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #ffc600;
    bottom: 0;
    left: 0;
}
.section-title h2 {
    font-size: 48px;
    color: #000;
    padding-top: 10px;
}
.pt-45 {
    padding-top: 45px;
}
.contact-from .main-form .single-form {
    margin-top: 20px;
}
.form-group {
    overflow: hidden;
    margin-bottom: 20px;
        font-size: 14px;
}
.form-group {
    margin: 0;
        font-size: 14px;
}
.contact-from .main-form .single-form input, .contact-from .main-form .single-form textarea {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    color: #8a8a8a;
    font-size: 15px;
}
.contact-from .main-form .single-form {
    margin-top: 30px;
}
.single-form textarea {
  height: 150px !important;
}
.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ffc600;
    padding: 0 35px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 50px;
    border-radius: 5px;
    color: #07294d;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #ffc600;
}
.contact-address {
    background-color: #fff;
    padding: 27px 15px 27px;
    border-radius: 5px;
}
.contact-address .contact-heading {
    font-weight: 600;
}
.contact-heading p {
  color: #ffb100;
      font-size: 14px;
}
.contact-address ul li {
    padding-top: 8px;
    margin-bottom: 8px;
}
.contact-address ul li .single-address {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#contact-page {
  padding: 50px 0;
}
.contact-address ul li .single-address .icon i {
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #07294d;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    background: #07294d;
}
.contact-address ul li .single-address .cont {
    padding-left: 10px;
}
.contact-address ul li .single-address .cont p {
      margin: 0;
          font-size: 14px;
}

.pro-img {
    overflow: hidden;
    position: relative;
}
.pro-img a {
  position: absolute;
    left: 50%;
    top: -15px;
    transform: translate(-50%, -50%);
    background: #fccf04;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    color: #000000;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
}
.pro-img img {
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
}
.pro-box {
      padding: 10px;
    border: 1px solid #f5f5f5;
}
.pro-box h4 {
      font-size: 14px;
    text-align: center;
    margin: 10px 0 0 0;
    font-weight: 600;
}
.pro-box:hover .pro-img a {
  top: 50%;
}
.pro-box:hover .pro-img img {
  filter: brightness(40%);
  -webkit-filter: brightness(40%);
  -moz-filter: brightness(40%);
  -o-filter: brightness(40%);
  -ms-filter: brightness(40%);
}
.prod-sec .col-lg-3 {
  margin-bottom: 30px;
}
.prod-sec {
      padding: 50px 0;
}
.cir-link {
      border: #cacaca solid 1px;
    float: left;
    width: 100%;
}
.dropdown-menu {
  width: 250px;
  padding: 0;
}

.inner-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
}
.inner-list li:before {
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    color: #e41e26;
}
.v-p-btn {
      background: #fab90a;
    padding: 10px 30px;
    border: 0;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    color: #333;
    margin-top: 15px;
    float: left;
}
.patch-head {
      margin-top: 30px;
    background: #0f263a;
    color: #fff;
    padding: 5px 15px;
    font-size: 20px;
    text-transform: capitalize;
    border-left: 3px solid #fccb04;
}
.thum-prod {
    border: 1px solid #fccb04;
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
    text-decoration: none;
}
.thum-prod h5 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 7px 0;
    background: #fccb04;
    line-height: 20px;
    color: #333;
}
.prod-f-list li {
  position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
}
.prod-f-list li:before {
    content: '\f259';
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    color: #e41e26;
}
.single-p h4 {
      font-weight: 600;
    font-size: 20px;
    padding-left: 7px;
    border-left: 3px solid #fccb04;
    line-height: 16px;
    margin-bottom: 12px;
}







.bg-image-1 {
    background-image: url(../images/bg-pattern-1.jpg);
    background-repeat: repeat;
    background-size: auto;
    background-color: #f5f5f5;
    padding: 70px 0;
}
.modal-btn {
  background: #3c7cdf;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
  text-decoration: none;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
}
.modal-btn:hover {
  text-decoration: none;
  background: #f3b003;
  color: #333;
}
.box-icon-classic {
    text-align: left;
}
.box-icon-classic {
    text-align: center;
}
.unit {
    display: flex;
    flex: 0 1 100%;
    margin-bottom: -10px;
    margin-left: -10px;
}
.modal-header {
  background: #f3b003;
    padding: 5px 15px;
}
.modal-title {
      font-size: 16px;
    font-weight: 600;
}
.close {
    opacity: 1;
    color: #fff;
    background: #3c7cdf !important;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50px;
    top: 5px;
    right: -3px;
    position: absolute;
    z-index: 9;    padding: 0 !important;
    line-height:  40px;
}
.close:focus, .close:focus {
  outline: none;
    opacity: 1;
    background: #3c7cdf !important;
}.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  color: #fff;
    opacity: 1;
}
.unit-left, .unit-right {
    flex: 0 0 auto;
    max-width: 100%;
}
.unit>* {
    margin-bottom: 10px;
    margin-left: 10px;
}
.unit-body {
    flex: 0 1 auto;
}
.box-icon-classic-title {
    margin-top: 4px;
}
.box-icon-classic-title {
    font-weight: 600;
    font-size: 14PX;
    color: #f3b003;
}
.box-icon-classic-title a, .box-icon-classic-title a:focus, .box-icon-classic-title a:active {
    color: inherit;
}

*+.box-icon-classic-text {
    margin-top: 10px;
    margin-bottom: 7px;
}
.img-cir {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center center;
    border-radius: 50px;
    border: 4px solid #f3b003;
}
.mb-30 {
  margin-top: 60px;
}
.bg-img-1 p {
  font-size: 13px;
}
.infra-sec {
    background: #f4f4f4 url(../images/right-bg.jpg) right no-repeat;
}


.sidebar ul {
    background: #f6cc04;
    padding: 4px;
    float: left;
    width: 100%;
}
.sidebar ul li {
    float: left;
    width: 100%;
    border-bottom:1px dashed #244d93;
}
.sidebar ul li a {
float: left;
    width: 100%;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    background: #244d93;
        position: relative;
}
.sidebar ul li a i {
  position: absolute;
  right: 15px;
  color: #fff;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
}
.sidebar ul li:hover a i {
  right: 5px;
}
.sidebar-head {
      background: #244d93;
    padding: 5px 10px;
    font-size: 17px;
    color: #fff;
    border: 3px solid #f6cf05;
    position: relative;
}

.sidebar-head i {
  position: absolute;
  right: 15px;
  color: #fff;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
}

@media only screen and (max-width: 1920px) and (min-width: 1200px) {
    
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

}
@media only screen and (max-width:991px) and (min-width: 768px) {
   .box-icon-classic-icon, .box-icon-classic-svg {
       height: 100px;
    width: 100px;
    margin: 0 auto;
    display: flex;
}
.cont-d li:first-child, .cont-d li:nth-child(2) {
      display: none;
    }
    .cont-d {
    justify-content: flex-end;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    text-align: center;
    margin: 0 auto;
}
.navbar-nav .dropdown-menu li {
      background: #fff;
    float: left;
    width: 100%;
}
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
    .cont-d li:first-child, .cont-d li:nth-child(2) {
      display: none;
    }
    .cont-d {
    justify-content: flex-end;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    text-align: center;
    margin: 0 auto;
}
.navbar-nav .dropdown-menu li {
      background: #fff;
    float: left;
    width: 100%;
}
}

