@charset "utf-8";
/* CSS Document */

*{margin:0px;
padding:0px}



.mt30 {
  margin-top: 30px; }
.mt40 {
  margin-top: 40px; }
.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt80 {
  margin-top: 80px; }

.mt90 {
  margin-top: 90px; }

.mb20 {
  margin-bottom: 20px; }

  .mb40 {
    margin-bottom: 40px; }
    
.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb70 {
  margin-bottom: 80px; }

.mb70 {
  margin-bottom: 90px; }

::selection {
  color: #fff;
  background: #353437; }

::-moz-selection {
  color: #fff;
  background: #353437; }

a:hover, a:focus, a:active {
  color: #000;
  text-decoration: none;
  outline: none; }

a {
  text-decoration: none;
  transition: all linear 0.3s; }
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

body {
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    background: #fff;
    color: #000;
}
.top-address ul li i {
  font-size: 18px;
}
.main-top {
  background: #0f1988;
  color: #fff;
}

span.iso {
  display: block;
  margin-top: 13px;
  font-size: 16px;
  font-weight: 800;
  color: #aaff21;
}
.hedaer-btn .logo-btn {
  background: #04526d;}
   /*slider*/	
   .bs-slider {
    overflow: hidden;
  
    position: relative;
  }
  .bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
  }
  .bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.about-wrapper {
    background: #f4f7fc;
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
}

    .about-wrapper:after {
        content: '';
        background: url(./images/wave-line.png) no-repeat;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background-repeat: no-repeat;
        background-size: 117% 53%;
        background-position-y: 55rem;
        background-position-x: -20rem;
        opacity: 0.3;
    }

    .about-wrapper .sub-hrd {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 35px;
        line-height: 42px;
    }

.about-content h3 {
    color: #8b8b8b;
    font-weight: 300;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.about-content p {
    font-size: 17px;
}

.about-content {
    margin-bottom: 40px;
    line-height: 26px;
}

.ser-main-sec p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
    color: #6f7a82;
}

.ser-main-sec h4 {
    font-size: 17px;
    font-weight: 500;
}

.ser-main-sec:hover {
    background-position: 0 0;
    color: #fff;
}

    .ser-main-sec:hover p {
        color: #fff;
    }

    .ser-main-sec:hover a {
        color: #fff;
    }

    .ser-main-sec:hover img {
        filter: brightness(5);
    }

.ser-main-sec {
    border-radius: 0;
    background: #FFF;
    padding: 30px 30px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    box-shadow: 0 16px 36px rgba(34,82,130,0.06);
    margin-bottom: 25px;
    background-image: linear-gradient(to left, transparent, transparent 50%, #1594b8 50%, #043f50);
    background-position: 100% 0;
    background-size: 200% 101%;
    transition: all .60s ease-in;
    cursor: pointer;
    border: 1px solid #f7f2f2;
}

    .ser-main-sec a:hover {
        color: #52d5ffed;
    }

    .ser-main-sec:hover a:hover {
        color: #ffff;
        padding-left: 15px;
    }

    .ser-main-sec a {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1;
        color: #000;
    }

    .ser-main-sec img {
        width: 25%;
    }

.blog-part {
    margin-bottom: 60px;
}

.blog-safety h4 {
    margin-top: 30px;
    line-height: 24px;
    color: #5b5b5b;
}

.blog-safety {
    position: relative;
    background: #fff;
    border-radius: 6px;
    transition: .5s;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    padding-bottom: 30px;
}

.email-content {
    padding: 20px;
}

.blog-safety a {
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    border-bottom: 2px solid;
}

.right-side-wrapper p {
    font-size: 16px;
    color: #979797;
    line-height: 24px;
}

.right-side-wrapper {
    margin-left: 40px;
    margin-top: 40px;
}

    .right-side-wrapper h3 {
        margin-top: 0;
        font-size: 25px;
        margin-bottom: 20px;
        line-height: 33px;
        font-weight: 800;
    }

    .right-side-wrapper a {
        border: 1px solid;
        color: #000;
        padding: 4px 20px;
        display: inline-block;
        border-radius: 50px;
        margin-top: 20px;
    }

        .right-side-wrapper a:hover {
            background: #5dd8ff;
            color: #fff;
            border: 1px solid #ddd;
        }

.latest-ad img {
    border-radius: 5px;
}

.latest-ad {
    background: #f5f9ff;
    padding: 70px 0;
    margin-bottom: 60px;
}

.stk-safety p {
    font-size: 15px;
    line-height: 20px;
    color: #a79b9b;
    letter-spacing: 0.2;
}

.stk-safety a {
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    border-bottom: 2px solid;
}

.stk-safety h4 {
    margin-top: 30px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.stk-safety {
    position: relative;
    background: #fff;
    border-radius: 6px;
    transition: .5s;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    padding: 20px;
}
    .stk-safety img {
        height: 240px;
        height: 240px;
        width: 100%;
    }

.main-wrapper {
    position: relative;
}

.safety-content a {
    background: #fff;
    padding: 5px 20px;
    display: inline-block;
    color: #000;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
}

    .safety-content a:hover {
        background: #5ed8ff;
        color: #fff;
    }

.safety-content {
    position: absolute;
    top: auto;
    bottom: 40px;
    color: #fff;
    left: 30px;
    right: 30px;
}

    .safety-content h4 {
        font-size: 27px;
        font-weight: 600;
        color: #ffff;
        letter-spacing: 0px;
        margin-bottom: 20px;
    }

.video-sec {
    padding-top: 118px !important;
    padding-bottom: 173px !important;
    background-image: url(images/row-bg-one.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    text-align: center;
    margin-top: 90px;
    background-attachment: fixed !important;
    background-size: cover;
}

.video-content h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.video-content span {
    font-weight: 700;
    display: inline-block;
    color: #fff;
}

.video-content p {
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.video-content a {
    display: inline-block;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
}

.video-content img {
    margin: auto;
}

.help-content h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 30px;
}

.help-content span {
    font-style: italic;
    font-weight: 700;
    display: inline-block;
    color: #fff;
}

.help-sec .sub-name {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
}

.help-content {
    background: #1c315f;
    padding: 40px;
    height: 370px;
    margin-top: -100px;
}

.testimonial-content img {
    margin: auto;
}

.testimonial-content {
    background: #5a8703;
    text-align: center;
    color: #fff;
    padding: 40px;
    height: 370px;
    margin-top: -100px;
}

.client-image img {
    border-radius: 50%;
    height: 80px;
    width: 80px;
}

.client {
    font-size: 15px;
    margin-top: 10px;
    font-style: italic;
    letter-spacing: 0.5;
    margin-bottom: 10px;
}

.testimonial-content h6 {
    font-size: 14px;
    letter-spacing: 1;
}

.testimonial-content h5 {
    font-size: 19px;
}

.home-page-progress h3 {
    color: #fff;
}

.progress-title {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0 0 20px;
}

.progress {
    height: 3px;
    background: #2d4a8a;
    border-radius: 0;
    margin-bottom: 30px;
    overflow: visible;
    box-shadow: none;
    position: relative;
}

    .progress .progress-bar {
        height: 8px;
        position: relative;
        top: -3px;
        box-shadow: none;
        animation: animate-positive 2s;
    }

    .progress .progress-value {
        display: block;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        position: absolute;
        top: -30px;
        right: 5px;
    }

    .progress.pink {
        background: #2d4a8a;
    }

    .progress.green {
        background: #2d4a8a;
    }

    .progress.yellow {
        background: #2d4a8a;
    }

.progress-bar {
    background: #2d4a8a;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0%;
    }
}

@keyframes animate-positive {
    0% {
        width: 0%;
    }
}

.progress-sec {
    background: #f0f2f7;
    padding: 40px;
    margin-top: 60px;
}

.client-slide
{
    height:100px;
    width:200px;
}
    .client-slide img{
        width:100%;
        height:100%;
    }

section.slider-min {
    /*background: linear-gradient(-135deg, #e5f6ff, #c5dee4);
    margin-top: 80px;*/
}

.Marquee-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-animation: marquee 15s linear infinite running;
    -moz-animation: marquee 15s linear infinite running;
    -o-animation: marquee 15s linear infinite running;
    -ms-animation: marquee 15s linear infinite running;
    animation: marquee 15s linear infinite running;
}

section.slider-min h4 {
    text-align: center;
    font-size: 42px;
    font-weight: 200;
    padding-top: 60px;
    padding-bottom: 20px;
    color: #04526d;
}

.Marquee-content:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}

.Marquee-tag img {
    border-radius: 8px;
    box-shadow: -2px 6px 11px -1px #676c90;
}

.Marquee-tag {
    width: 200px;
    margin: 0 0.5em;
    padding: 0.5em;
    background: rgba(255,255,255,0.1);
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .Marquee-tag:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        cursor: pointer;
    }

@-moz-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@-o-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

.sectionAb {
    margin: 20px 0;
}

    .sectionAb h2 {
        color: #444;
        border-bottom: 2px solid #ddd;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .sectionAb ul {
        list-style: none;
        padding: 0;
    }

        .sectionAb ul li {
            background: #fff;
            margin: 10px 0;
            padding: 10px;
            border-radius: 5px;
            box-shadow: 0 2px 4px #0f1988;
        }

            .sectionAb ul li ul li {
                background: #fff;
                margin: 10px 0;
                padding: 10px;
                border-radius: 5px;
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            }

.why-choose-us {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px #0f1988;
}

    .why-choose-us ul {
        list-style: none;
        padding: 0;
    }

        .why-choose-us ul li {
            background: #fff;
            margin: 10px 0;
            padding: 10px;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        
    /********************
  *****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 {
    margin: auto;
    opacity: 1;
    bottom: 0;
    width: 50px;
    height: 50px;
    z-index: 10;
    color: #fff;
    display: block;
    font-size: 25px;
    cursor: pointer;
    overflow: hidden;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #0f1988;
    border-radius: 0;
    transition: all linear 0.5s;
    padding: 15px;
    bottom: 0;
  }
  
  
  .control-round:hover .carousel-control {
    opacity: 1;
  }
  .right.carousel-control {
    right: 3px;
    top: auto;
    top: auto;
  }
  .left.carousel-control {
    left: auto;
    right: 73px;
    top: auto;
  }
  .control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
    color: #fff;
    background: #8bd022;
    border: 0px transparent;
  }
  .fa-angle-right:before{
    line-height: 30px;
  }
  .fa-angle-left:before{
    line-height: 30px;
  }
  /*---------- SLIDE CAPTION ----------*/
  .slide-text {
    top: auto;
    position: absolute;
    left: 80px;
    right: auto;
    bottom: 30%;
    width: 40%;
    background: transparent;
    color: #fff;
}
.slide-text p {
  font-size: 19px;
}
  

.slide-text > h1 {
  display: block;
  color: #fff;
  font-weight: 400;
  margin-bottom: 14px;
  font-size: 56px;
  letter-spacing: 1px;
  line-height: 53px;
}
.slide-text a:hover {
  background: #f55e2e;
}
.slide-text a {
  display: inline-block;
  background: transparent;
  padding: 12px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  border: 2px solid;
  border-radius: 7px;
  margin-top: 20px;
}
  
  /*------------------------------------------------------*/
  /* RESPONSIVE
  /*------------------------------------------------------*/
  
  
  @media (max-width: 480px) {
    .slide-text > a.btn-default, .slide-text > a.btn-primary {
        display: none;
    }
    .indicators-line > .carousel-indicators {
        display: none;
    }
  }


  header{
    position: relative;}

    .top-head .top-address ul li {
      font-size: 16px;
      color: #fff;
      display: inline-block;
      padding: 13px 13px;
      font-weight: 400;
      letter-spacing: 0;
  } 
  .top-address ul {
    float: right;
  }

.top-head {
  padding: 0px 0 15px;
}
.welcome-sec:after {
  content: "";
  width: 216px;
  height: 216px;
  background: url(images/circle.png) no-repeat;
  top: auto;
  right: 5px;
  position: absolute;
  display: inline-block;
  bottom: -140px;
}
.welcome-sec {
  margin-top: 100px;
  position: relative;
  margin-bottom: 80px;
}
.hst-welcome {
  margin-top: 40px;
  padding: 30px 40px;
}
.hst-welcome h4 {
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 20px;
}
.hst-welcome h5:before {
  position: absolute;
  left: -70px;
  right: 0;
  background: #0f1988;
  content: '';
  height: 3px;
  width: 50px;
  top: 6px;
}
.hst-welcome h5 {
  position: relative;
  font-size: 16px;
  font-weight: 800;
  margin-left: 70px;
  margin-bottom: 20px;
}
.hst-welcome a {
  border: 2px solid;
  padding: 13px 20px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  margin-top: 30px;
  transition: all ease 1s;
}
.hst-welcome a:hover {
  background: linear-gradient(90deg, rgb(8 73 131) 0%, rgb(31 96 114) 35%, rgb(139 208 34) 100%);
  color: #fff;
  border: 2px solid rgb(8 73 131);
}
.hst-welcome p {
  font-size: 16px;

}
.services-quto {
  background: #f4f7fc;
  padding: 70px 0;
  position: relative;
}
h3.home-hrd {
  text-align: center;
  font-size: 43px;
  margin-top: 0;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.service-cont {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 16px 47px rgba(78, 111, 178, 0.07);
  border-radius: 10px;
  position: relative;
  transition: all ease 0.4s;
  overflow: hidden;
  margin: 0 0 30px 0;
  text-align: center;
  margin-top: 20px;
}

.service-icon {
  background: #f4f7fc;
  border-radius: 20px / 150px;
  width: 34%;
  padding: 20px;
  border-top-left-radius: 40%;
  border-top-right-radius: 7%;
  border-bottom-left-radius: 10%;
  border-bottom-right-radius: 40%;
  margin: auto;
}
.ser-main a img {
  float: right;
  padding-top: 8px;
  padding-left: 7px;
}
.service-icon img {
  width: 80%;
}
.ser-main a {
  font-weight: 800;
  color: #110465;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.2px;
  float: left;
}
.ser-main p {
  font-size: 16px;
  line-height: 24px;
  color: #8d898b;
}
.ser-main h5 {
  font-size: 25px;
  color: #110465;

}
.ser-main {
  margin-top: 30px;
}

.read-link {
  text-align: center;
  margin: auto;
  display: inline-table;
}
.service-cont:hover .ser-main img {
  filter: invert(1);
}
.service-cont:hover {
  background: #2513d1;
}
.service-cont:hover .ser-main h5 {
  color: #fff;
}
.service-cont:hover .ser-main a {
  color: #fff;
}
.service-cont:hover .ser-main p {
  color: #fff;
}
.ser-main-cont a {
  border: 2px solid;
  padding: 13px 20px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  margin-top: 30px;
  transition: all ease 1s;
}
.ser-main-cont a:hover {
  background: linear-gradient(90deg, rgb(8 73 131) 0%, rgb(31 96 114) 35%, rgb(139 208 34) 100%);
  color: #fff;
  border: 2px solid rgb(8 73 131);
}
.ser-quto {
  margin-top: 90px;
}

.ser-main-cont a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 3px solid;
  color: #115b74;
  margin-top: 30px;
}
.ser-main-cont p {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
  color: #949092;
  font-weight: 300;
}
.ser-main-cont h3 {
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
  margin-bottom: 20px;
  color: #000;
}
.rgt-cont {
  padding-right: 20%;
}
.lft-cont {
  padding-left: 20%;
}
.ser-main-cont {
  margin-left: 30px;
  color: #000;
  margin-right: 30px;
}
.sub-cont {
  margin-top: 90px;
}
.full-bg {
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}
.client-quto-form {
    color: #fff;
    background: #01438d;
    position: relative;
    margin-top: 70px;
    padding-bottom: 30px;
}
.lft-image {
  position: absolute;
  left: 0;
}
.limits-part-form a {
  color: #ffd203;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 13px;
  display: block;
  margin-top: 30px;
}

.client-quto-form .carousel-indicators li {
  display: inline-block;
  width: 30px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 10px;
}
.client-quto-form .carousel-indicators .active {
  background-color: #f3cb09 !important;
}

.limits-part-form h5 {
  margin-top: 30px;
  font-size: 20px;
}
.limits-part-form p {
  font-size: 17px;
}
.limits-part-form {
  padding: 80px 20px;
}
.limits-part-form img {
  margin-bottom: 20px;
}
.quto {
  float: right;
}






.footer ul li a:hover {
  transition: all .5s;
  transform: translateX(10px);
  margin-left: 5px;
  color: #2c4dfe;
}

.footer {
    background: #e6eaf5;
    padding: 50px 0 0;
    color: #000;
    font-size: 15px;
    margin-top: 70px;
}
footer.footer a {
  color: #000;
}
ul.ser-list li {
  margin-bottom: 10px;
}
footer .sociallink ul li {
  display: inline;
}
footer .sociallink ul li a {
  text-decoration: none;
  color: #0f1988;
  font-size: 18px;
  background: transparent;
  text-align: center;
  width: 45px;
  height: 45px;
  padding: 11px 0;
  margin-right: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-top: 30px;
  border: 2px solid #0f1988;
}
ul.ser-list {
  column-count: 2;
}
.footer h4 {
  font-size: 17px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #0f1988;
}
ul.f-menu li {
  margin-bottom: 6px;
  color: #797979;
}
.phone {
  font-size: 18px;
  color: #0f1988;
  font-weight: 600;
  margin-bottom: 5px;
}
footer .sociallink ul li a:hover {
  background: #0f1988;
  color: #fff;
}
.copy {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  margin-top: 50px;
  line-height: 22px;
  background: #0f1988;
  color: #fff;
  padding: 10px;
}

.mob-view{
  display: none;
}



/*Inner-wrapper*/


.main-wrapper img {
  width: 100%;
}
.main-wrapper-heading h3 {
  margin-top: 12px;
  text-align: center;
}

.main-wrapper-heading {
  background: #143046;
  color: #fff;
  margin-bottom: 40px;
  padding-top: 10px;
  margin-top: -10px;
}

.services-main h4 {
  margin-bottom: 15px;
  border-bottom: 2px solid;
  display: inline-block;
  margin-top: 50px;
  font-size: 28px;
  font-weight: 400;
}
.services-main p {
  font-size: 17px;
 line-height: 25px;
  font-weight: 400;
}
.services-main {
  margin-right: 30px;
}

.services-imageout img {
  margin: auto;
  display: block;
  width: 100%;
}
.services-imageout {
  border: 1px solid #e9e5e5;
  padding: 20px;
  margin: auto;
  border-radius: 15px;
  
}
.main-wrapper-inner {
  margin-bottom: 70px;
  margin-top: 70px;
}
.about-inner h4 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.till-now h5 {
  font-size: 20px;
  margin-top: 0;
  background: #0f1988;
  padding: 7px;
  text-align: center;
  color: #fff;
}
.till-now p {
  font-size: 20px;
  margin-bottom: 15px;
}

.contact-content h4 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
  display: inline-block;
}
.contact-details .details {
  margin-bottom: 20px;
  position: relative;
  padding-left: 57px;
  font-size: 17px;
}
.contact-details .details i {
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 6px;
  background: #0f1988;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  border-radius: 4px;
}

.contactform .form-control {
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  height: 50px;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #000;
}
.contactform textarea#exampleFormControlTextarea1 {
  height: 120px !important;
}

.contactform .btn-primary {
  color: #fff;
  background-color: #0f1988;
  border-color: #0f1988;
  padding: 14px 40px;
  font-size: 16px;
  border-radius: 0;
  width: 100%;
}

.map {
  border: 1px solid #aca9a9;
  padding: 20px;
  border-radius: 20px;
}
.map iframe {
  width: 100%;
  height: 360px;
}

form.contactform {
  background: #e6e0ee;
  padding: 10px;
  margin-top: 40px;
  border-radius: 10px;
}

.testimonial {
  border: 2px solid #ddd;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
} 

.testimonial h4 {
  font-size: 23px;
  margin-top: 30px;
}













  
/******** Maximum width responsive *************/
@media screen and (max-width: 1199px){
  .hst-welcome h4 {
    font-size: 35px;}
    .hst-welcome {
      margin-top: 0px;
      padding: 30px 0px 30px 40px;
  }
  
}

@media screen and (max-width: 991px){
  .top-head .top-address ul li {
      display: inline-block;
    padding: 13px 3px;
}
.mob-view{
  display: inherit;
}
.desktop-view{
  display: none;
}
.ser-main-cont {
  margin-left: 20px;
  color: #04526d;
  margin-right: 30px;
  margin-bottom: 40px;
}
.sub-cont {
  margin-top: 40px;
}
ul.ser-list {
  column-count: 1;
}
.lft-image {
  position: inherit;
  left: 0;
}
.limits-part-form {
  padding: 30px 0px;
}
}
@media screen and (max-width: 767px){
  .top-head {
    padding: 0px 0 15px;
   
}
span.iso {
  display: none;
}
h3.home-hrd {
  text-align: center;
  font-size: 33px;}
.hedaer-btn {
  margin-top: 6px;
  position: absolute;
  right: 10px;
  top: -87px;
}
header:after{
  display: none;
}
.slide-text{
  display: none;
}
.main-menu {
  background: #f55e2e;
  height: 40px;
}
.client-quto {
  padding-top: 50px;
  padding-bottom: 50px;
}
.limits-part h2 {
  font-size: 45px;
  font-weight: 300;
}
.control-round .carousel-control {
  width: 40px;
  height: 40px;
  background: #04526d;
  border-radius: 0;
  transition: all linear 0.5s;
  padding: 5px;
  bottom: 0;
}
}

@media screen and (max-width: 479px){
  .top-head .top-address ul li {
    display: inline-block;
    padding: 3px 3px;
}
.hst-welcome {
  margin-top: 0px;
  padding: 30px 0px 30px 0px;
}
.welcome-sec:after{
  display: none;
}
.service-icon img {
  width: 100%;
}
.service-icon {
  width: 34%;
  padding: 10px;}
  h3.home-hrd {
    text-align: center;}
    .ser-quto br{
      display: none;
    }
    .ser-main-cont h3 {
      font-size: 27px;}
      .rgt-cont {
        padding-right: 0;
    }
    .lft-cont {
      padding-left: 0;
  }

    .help-content {
        background: #1c315f;
        padding: 40px;
        height: auto;
        margin-top: -100px;
    }

    .testimonial-content {
        background: #5a8703;
        text-align: center;
        color: #fff;
        padding: 40px;
        height: auto;
        margin-top: -100px;
    }

    .testimonial-content {
        margin-top: -30px;
    }

    .safety-content h4 {
        font-size: 15px;
        font-weight: 600;
        color: #000000;
        letter-spacing: 0px;
        margin-bottom: 20px;
        background: #ffffffd1;
        padding: 8px;
    }

    header {
        position: inherit;
    }

    .main_menu img {
        width: 80%;
    }

    .slide-text {
        display: none;
    }

}


/* Careers start*/
.services-imageout .careers-back{
    justify-content:center;
}

.services-imageout .careers-back a {
    text-align: center;
    float: right !important;
    border-radius: 7px;
    width: 80px;
    height: 25px;
    background: #337ab7;
    color: #fff;
}
/* Careers End*/

/******** Minimum width responsive *************/
@media screen and (min-width: 480px){
    
}
@media screen and (min-width: 768px){
    
}
@media screen and (min-width: 992px){
    
}
@media screen and (min-width: 1200px){
    
}

/*********************** Minimum to Maximum width *****************/

@media screen and (min-width: 420px) and (max-width: 579px){
	
}

@media screen and (min-width: 580px) and (max-width: 767px){
	
}
@media screen and (min-width: 768px) and (max-width: 991px){
    
}
@media screen and (min-width: 992px) and (max-width: 1199px){
 
  
}