html, body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.8571428571;
  font-size: 15px;
  color: #555555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;

}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: #333;
}
p {
  margin-top: 0;
  margin-bottom: 8px;
}
iframe {
  border: none;
}
a, b, div, ul, li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}
input, input:hover, input:focus, input:active, textarea, textarea:hover, textarea:focus, textarea:active, select:focus, select:hover {
  -moz-outline: none;
  outline: none;
  border: 1px solid #075ac9;
  box-shadow: none;
  border-color: #075ac9;
}
img:not([draggable]), embed, object, video {
 max-width: 100%;
 height: auto;
}
a {
  text-decoration: none;
  outline: 0;
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}
img {
  border: none;
  max-width: 100%;
}
button:focus {
  -moz-outline: none;
  outline: none;
  border: 1px solid #075ac9;
  box-shadow: none;
  border-color: #075ac9;
}
.section {
  padding: 70px 0;
}
.section-top {
  padding: 70px 0 0;
}
.section-bottom {
  padding: 0 0 70px 0;
}
.btn.focus, .btn:focus {
  border: 1px solid #dadada;
}
.form-control:focus, .btn.focus, .btn:focus {
  color: #495057;
  background-color: #fff;
  border-color: #dadada;
  outline: 0;
  box-shadow: none;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
a:focus {
  outline: 0px solid;
}
.fix {
  overflow: hidden;
}
a {
  text-decoration: none;
}
a:hover {
  color: #075ac9;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
  color: #12315a;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}

::-moz-selection {
 background: #2b2b2b;
 text-shadow: none;
 color: #fff;
}

::selection {
 background: #2b2b2b;
 text-shadow: none;
 color: #fff;
}
.p-0 {
  padding: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
/*------------------------ content end -----------------------*/


/*------------------------ element start ---------------------*/


/*=================================================
    element inheritance
    ==============================================================*/
    .header {
      background-color: rgba(255, 255, 255, 0.56);
      
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    }
    .top-bar {
      color: #3a3a3a;
      width: 100%;
      padding: 0px 0;
      border-bottom: 1px solid rgba(226, 226, 226, 0.71);
    }
    .top-bar ul {
      padding: 7px 0;
    }
    .top-bar-wrap li, .socialul li {
      display: inline-block;
      padding-left: 15px;
    }
    .top-bar-wrap i {
      font-size: 13px;
      color: #000;
      padding-right: 5px;
    }
    .socialul a {
      color: #515151;
      font-size: 14px;
    }
    .socialul a:hover {
      color: #005100;
    }
    .top-bar-wrap a, .socialul li {
      font-size: 13px;
      color: #2b2b2b;
    }
    .top-bar-wrap a i {
      font-size: 13px;
      color: #005100;
      font-weight: 600;
    }
    .contactbtn {
     
      background-color: #0055d0;
      padding: 6px 21px;
      color: #fff;
      line-height: 1.6;
      font-size: 16px;
      border-radius: 0;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
    }
    .contactbtn:hover {
      color: #fff;
      background-color: #06367c;
    }
    .contactbtn i {
      font-size: 13px;
      margin-left: 6px;
    }

    .navbar-brand img {
      width: 180px;
    }
    .navbar-dark .navbar-brand {
    color: #fff;
    border-radius: 0 0px 20px 20px;
}


    .navbar {
    width: 100%;
    z-index: 9;
    background-color: #ffffff7a!important;
    padding: 0;
    position: absolute;
    border-bottom: 1px solid #ffffff3b;
    }
    .navbar-brand {
    padding: 0;
   
    padding: 10px;
}
.navbar-brand img{}
    .navbar-dark .navbar-nav .nav-link {
      display: block;
      padding: 4px 1rem;
      font-weight: 600;
      font-size: 15px;
      color: #fff;
      
    }
    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
      color: #fff;
    }
    .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
      color: #fff;
    }
    .dropdown-item.active, .dropdown-item:active {
      color: #fff;
      text-decoration: none;
      background-color: #bd9753;
    }
    .uk-slideshow .overlay {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.4);
    }
    .banner-cap {
      position: absolute;
      top: 30%;
      left: 15%;
      right: auto;
      text-align: left;
   width: 60%;
      color: #fff;

    }
    .banner-cap h1 {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.6;

    }

    .bgcolor{
      background-color: #143a70;
      padding: 70px 0;
    }
    .heading {
      margin-bottom: 30px;
    }

    .white-color .heading-subtitle,.white-color .heading-content,.white-color h2{
      color: #fff!important;
    }
    .box-con{
      font-size: 21px;
      padding: 25px;
      font-weight: 600;
    }
    .box-con h4{
      font-size: 21px;
      font-weight: 500;
      text-align: left;
    }
    .box-con p{
      font-size: 15px;
      color: #9b9b9b;
      font-weight: normal;
    }
    .box-img{
      position: relative;
      overflow: hidden;
      top:0px;
      transition: all 0.3s ease;
    }
    .box-img img{
      transform: scale(1);
      -webkit-transition: all .6s linear;
      -moz-transition: all .6s linear;
      -ms-transition: all .6s linear;
      -o-transition: all .6s linear;
      transition: all .6s linear;
    }
    .box-img:hover img{
      transform: scale(1.1);
      transform-style: preserve-3d;
    }
    .box-img:before{
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: "";
      background-color: rgba(0,0,0,0.4);
      z-index: 99;
    }




    .heading h2 {

      font-weight: 700;
      text-transform: none;
      margin-top: 0;
      position: relative;
      margin-bottom: 20px;
      font-size: 31px;
      color: #143a70;
    }
    .heading-subtitle{   
font-size: 23px;
      line-height: 1;
      font-weight: 700;
      color: #1fb662;
      display: inline-block;
      margin-bottom: 13px;
    }
    .heading-content {
      font-size: 15px;
      font-style: normal;
      color: #9b9b9b;

    }
    .heading2 h2 {
      color: #161616;
      font-size: 30px;
      font-weight: 700;
      text-transform: none;
      margin-top: 0;
      position: relative;
      margin-bottom: 0!important;
    }
    .heading2 p {
      color: #6d6d6d;
      width: 70%;
      margin: 0 auto;
      margin-top: 0px;
      margin-bottom: 25px;
    }
    .formtext .form-control {
      background-color: #f5f5f5;
      border: none;
      border-radius: 0;
      height: 50px;
    }
    .formtext textarea.form-control {
      height: auto;
    }
    .stepbox {
      position: relative;
      background-color: #fff;
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 4px;
      box-shadow: 0 5px 83px 0 rgba(40,40,40,.08);
      text-align: center;

    }

    .stepbox:hover .stepimg, .iconbox:hover .iconimg {
      -webkit-animation: slideTopDown 1s infinite alternate;
      -moz-animation: slideTopDown 1s infinite alternate;
      -ms-animation: slideTopDown 1s infinite alternate;
      -o-animation: slideTopDown 1s infinite alternate;
      animation: slideTopDown 1s infinite alternate;
    }

    @-webkit-keyframes slideTopDown {
      0% {
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -ms-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0)
      }
      100% {
        -webkit-transform:translateY(-6px);
        -moz-transform:translateY(-6px);
        -ms-transform:translateY(-6px);
        -o-transform:translateY(-6px);
        transform:translateY(-6px)
      }
    }


    .iconbox{
    color: #fff;
    border: 1px solid #ffffff2b;
    padding: 25px;
    min-height: 307px;
    }

    .iconbox h4{
      color: #fff;
      padding: 14px 0;
      font-size: 17px;
    }
    .iconcon p{
      color: #9b9b9b;
    }
    .iconimg img{
      width: 60px;
    }
    .stepbox i {
      font-size: 32px;
    }
    .stepbox a i {
      font-size: 15px;
    }
    .stepbox h4 {
      font-size: 22px;
      font-weight: 600;
      color: #143a70;
      margin-bottom: 10px;
    }


    .stepcon p {
      font-size: 15px;
      line-height: 1.5;
      color: #9b9b9b;
      margin-bottom: 15px;
    }

    .stepimg {
      overflow: hidden;
      width: 70px;
      margin: 0 auto;
      margin-bottom: 20px;
    }

    .bg-img:before {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      content: "";
      display: block;
      background-color: rgba(255, 255, 255, 0.1);
      /* z-index: 9; */
      width: 100%;
    }
    .bg-img {
      background-image: url(../images/bg.png);
      background-size: cover;
      color: #fff;
      position: relative;
      

    }

.fbox{
  text-align: center;
}
.fbox h4{
    font-size: 25px;
    margin-bottom: 12px;
    color: #1fb855;
}

    .btn{
      padding: 10px 30px;
      font-size: 16px;
      border: none;
      border-radius: 0;
      font-weight: 500;
      transition: all 0.3s ease;
    }
    .btn-prime {
      color: #fff;
      background-color: #143a70;
    }
    .btn-prime:hover, .btn-prime:focus {
      color: #fff;
      background-color: #06ad36;
      border: none;
    }

    .btn-white{
      background-color: #fff;
      color: #143a70;
      border: 2px solid #fff;
      padding: 5px 13px;
      font-size: 15px;
    }
    .btn-white i{
      font-size: 12px;
    }
    .btn-white:active, .btn-white:focus, .btn-white:hover {
      background-color: #1ead51;
      color: #fff;
      border-color: #1ead51;
    }

    .btn-second {
      padding: 11px 30px;
      font-size: 16px;
      font-weight: 500;
      color: #fff;
      border: 1px solid #fff;
      border-radius: 5px;
      background-color: transparent;
    }
    .btn-second:hover, .btn-second:focus {
      color: #06ad36;
      background-color: #fff;
      border: 1px solid #fff;
    }
    .bg-color {
      background-color: #f5f5f5;
    }
    .clientwrap {
      -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
      box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    }
    .owl-nav {
      position: absolute;
      width: 100%;
      top: 35%;
      font-size: 15px;
    }
    .owl-theme .owl-nav [class*=owl-] {
     font-size: 15px;
     background-color: #a10f0f;
     padding: 8px;
     color: #fff;
   }
   .owl-theme .owl-nav [class*=owl-]:hover {
     background: #18362d;
     color: #FFF;
     text-decoration: none;
   }
   .owl-prev {
    position: absolute;
    left: -10px;
  }
  .owl-next {
    position: absolute;
    right: -10px;
  }

  .formtext{
    box-shadow: 0 0 46px rgba(0, 0, 0,0.08);
    -moz-box-shadow: 0 0 46px rgba(0, 0, 0,0.08);
    -webkit-box-shadow: 0 0 46px rgba(0, 0, 0,0.08);
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    padding: 40px;
  
    z-index: 999;
    position: relative;
    background-color: #fff;
  }

  .formtext .form-control{    background-color: #f5f5f5;
    border: none;
    border-radius: 0;
    height: 50px;}
    .formtext textarea.form-control{
      height: auto;
    }
    footer {
color: #2b2b2b;
    padding: 70px 0 0;
    background-color: #f8f9fa;
    }
    footer h4 {
      position: relative;
      font-weight: 600;
      /* color: #ffffff; */
      font-size: 17px;
      line-height: 1.2em;
      margin-bottom: 24px;
      padding-bottom: 14px;
      
    }
    footer h4:before {
      position: absolute;
      content: '';
      left: 0px;
      bottom: 0px;
      height: 2px;
      width: 50px;
      background-color: #00ab31;
    }
    footer .socialul li {
      border: 1px solid #a5a5a5;
      margin: 0 5px;
      width: 45px;
      padding: 5px 14px;
      height: 45px;
    }
    footer .socialul li a {
      font-size: 19px;
      color: #bbbbbb;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out;
    }
    .footermenu li {
      margin-bottom: 5px;
    }
    footer p {

      font-size: 15px;
    }
    footer a {
      color:#2b2b2b;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out;
      font-size: 15px;
    }
    footer li {
      font-size: 15px;
    }
    footer a:hover, footer a:focus {
      color: #00ab31;
      text-decoration: none;
    }
    .borderb {

      padding-bottom: 30px;
    }
    .copy {
      padding: 20px 0;
      
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      background-color: #f8f9fa;
    }
    .copy a, .copy p {
      font-size: 14px;
      color: #787878;
      margin-bottom: 0;
    }
    .fixbtn {
      position: fixed;
      bottom: 0;
      right: 25px;
      width: auto;
      padding: 7px 20px;
      background-color: #ff1d4d;
      font-size: 16px;
      border-radius: 5px 5px 0 0px;
      color: #fff;
      font-weight: bold
    }
    .fixbtn:hover, .fixbtn:focus {
      color: #fff;
    }
    .mobileview {
      display: none;
    }

    .testimonial{
      padding: 40px 0 0;
      margin: 50px 30px 30px;
      /* border: 1px solid #ea816b; */
      position: relative;
      text-align: center;
    }
    .testimonial .pic{
      width: 60px;
      height: 60px;
      border-radius: 50%;
      border: 3px solid #36d56e;
      overflow: hidden;
      margin: 0 auto;
      position: absolute;
      top: -50px;
      left: 0;
      right: 0;
    }
    .testimonial .pic img{
      width: 100%;
      height: auto;
    }
    .testimonial .description{

      color: #919191;

      text-align: center;
      margin: 0;
      position: relative;
      margin-bottom: 25px;
      font-size: 21px;
      line-height: 34px;

    }
    .testimonial .description:before{
      content: "\f10d";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 60px;
      color: #f0f0f0;
      position: absolute;
      top: -11px;
      left: -2px;
      z-index: -1;
    }
    .testimonial .title{
      display: inline-table;
      padding: 10px;
      margin: 0 auto;
      background: #fff;
 
      font-size: 20px;
      font-weight: 700;
    
      letter-spacing: 1px;
      

    }
    .testimonial .post{
      font-size: 15px;
      color: #671a36;
    }
    .clientsec{
    background-color: #f1f1f1; 
    }

    .about-img{
      background-image: url(../images/abb.jpg);
      background-size: cover;
      background-position: center center;
      min-height: 400px;
    }
    .about-sec{
      background-color: #43af69;
    }
    .about-padding{
      padding: 110px 100px 130px 110px;
    }
    .about-sec{
      font-size: 17px;
      line-height: 25px;
      font-weight: 400;
      color: #fff;
    }
    .blogsec{
      background-color: #f7f7f7;
    }
  .display-no{
    position: fixed;
    bottom: 0;
    right: 50px;
    z-index: 999;
  
  }
   .display-no a{
    display: block;
      background-color: #1fb855;
    padding: 7px 15px;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
    border-radius: 5px 5px 0 0;
   }

   .innerbanner {
    background: #303c42 url(../images/innerbanner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    position: relative;
    /* padding: 100px; */
    height: 300px;
    background-size: cover;
}
.page-subtitle{font-size: 25px;
    line-height: 1.4;
    font-weight: 700;
    color: #1fb662;
    display: inline-block;
    margin-bottom: 13px;}

.listwrap li
{
      color: #555555;
  font-size: 15px;
  margin-bottom: 15px; 
  line-height: 1.6;
}
.listwrap strong{

    color: #3c3c3c;
}

.listmark li {

    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;

}

/*replace the content value with the
corresponding value from the list below*/

.listmark li:before {
font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #575757;
    font-size: 15px;
    padding-right: 0.5em;
    position: absolute;
    top: -2px;
    left: 3px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
}
.map-box{
  background-color: #f7f7f7;
    padding: 25px;
}

.map-box h4{
  margin-bottom: 15px;
  color: #2b2b2b;
}
.map-box a{
  color: #2b2b2b;
}


.myaccordion{
      box-shadow: 0 0 46px rgba(0, 0, 0,0.08);
    -moz-box-shadow: 0 0 46px rgba(0, 0, 0,0.08);
    -webkit-box-shadow: 0 0 46px rgba(0, 0, 0,0.08);
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

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

.myaccordion .card-body {
    border-bottom: 1px solid #EDEFF0;
    background-color: #dae9f5;
}
.myaccordion .fa-stack {
      font-size: 16px;
}

.myaccordion .btn {
width: 100%;
    font-weight: normal;
    color: #555555;
    padding: 8px 15px;
    white-space: initial;

}

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

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


.myaccordion li {

    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    font-size: 14px;
}
.myaccordion p{
    font-size: 15px;

}

.myaccordion li:before {
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #198ccc;
    font-size: 15px;
    padding-right: 0.5em;
    position: absolute;
    top: -2px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
}

.colorf{
  color: #fff
}

.formtext .form-control {
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
  height: 50px;
}
.formtext textarea.form-control {
  height: auto;
}
.formwrap {
    background-color: #fff;
    padding: 35px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
}
.conbox {
    text-align: center;
}

    @media(max-width:991px ) and (min-width:768px) {
     .navbar-brand img {
      width: 200px;
    }
    .navbar-dark .navbar-nav .nav-link {
     padding: 4px 10px;
     font-size: 14px;
   }
   .sbox h4 {
     font-size: 12px;
   }
   .contactbtn {
     padding: 8px!important;
   }
   .navbar-dark .navbar-toggler {
     background-color: #1eb654;
     padding: 3px 7px;
   }
   .navbar-collapse {
    background-color: #404040;
    margin-bottom: 25px;
  }
  .banner-cap h1{
    font-size: 37px;
  }
}
@media(max-width:1199px ) and (min-width:992px) {
  .navbar-dark .navbar-nav .nav-link {
   padding: 4px 10px;
   font-size: 14px;
 }
 .navbar-brand img {
width: 165px;
 }
 .banner-cap h1{
      font-size: 40px;
 }
}
@media(max-width:767px ) {
  .display-no{
    display: none;

  }
  .heading-content{
    margin-bottom: 25px;
  }
  .about-padding{
        padding: 50px;

  }
 .navbar {
  z-index: 999;
  padding: 0 15px;
  border-bottom: none;
      position: relative;
}
.navbar-dark .navbar-nav .nav-link {
 padding: 3px 1rem;
}
.navbar-collapse {
  background-color: #404040;
  margin-bottom: 25px;
}
.top-bar ul {
 padding: 0px 0;
}
.section {
 padding: 30px 0;
}
.section-bottom {
 padding: 0 0 30px 0;
}
.section-top {
 padding: 30px 0 0 0;
}
.container-fluid {
 width: 100%;
}
.banner-cap {
  width: 60%;
  top: auto;
  bottom: 18%;
}
.stepbox {
 margin-bottom: 25px;
 min-height: auto;
}
.mt {
 margin-top: 0;
}
.bg-img {
 text-align: center;
}
.bg-img .text-right {
 text-align: center!important;
}
.bg-img h2 {
 font-size: 25px;
 margin-bottom: 20px;
}
.top-bar-wrap li, .socialul li {
 padding-left: 6px;
}
.myaccordion .btn, .card-body p, .card-body li {
 text-align: left;
 font-size: 14px;
}
.whyus li {
 width: 100%;
 height: auto;
 padding-left: 70px;
}
.mobtop, .top-bar {
 display: none;
}
.navbar-dark .navbar-toggler {
  background-color: #1eb654;
  padding: 3px 7px;
}
.banner-cap h3 {
 display: none;
}
.banner-cap h1 {
 font-size: 23px;
}
.banner-cap p {
 font-size: 14px;
 display: none;
}
.navbar-brand img {
 width: 150px;
 height: auto;
}
.banner-cap .btn {
 display: none;
}
.call {
 position: fixed;
 bottom: 0;
 z-index: 999;
 left: 0;
 right: 0;
}
.call a {
 display: block;
}
.call li {
 float: left;
 text-align: center;
 width: 50%;
 font-size: 19px;
 background: #fff;
 padding: 2px 10px;
}
.call1 a {
 color: #00be37;
}
.book {
  background: #1eb654 !important;
  width: 40%;
  color: #fff!important;
}
.book a {
 color: #fff;
}
.fix-call {
  display:none;
}
.mobileview {
    display: block;
    border-top: 1px solid #1eb654;
}
.footerlogo {
 width: 100px;
}
footer {
 padding: 30px 0 0;
}
.follow_us {
 margin-top: 15px!important;
}
footer h4 {
 margin-top: 25px;
}
.page-subtitle{
  margin-top: 20px;
}

.copy .text-left, .copy .text-right {
 text-align: center!important;
}
.image-con{
  display: none;
}
.mt-box{
  margin-top: 25px;
}
.box-wrap{
  margin-top: 25px;
}
.aboutinner h2{
  font-size: 35px;
}
.iconbox  {
  margin-bottom: 25px;
}
.bgcolor{
      padding: 70px 0 100px;
}
.innerbanner{
    height: 100px;
}
.heading h2{
      font-size: 25px;
          margin-bottom: 10px;
}
.iconbox {
    margin-bottom: 25px;
    min-height: auto;
}
}
@media (min-width: 768px) {
  ul.navbar-nav li.dropdown:hover > .dropdown-menu {
   display: block;
   -webkit-animation-name: fadeInDown;
   animation-name: fadeInDown;
   transition: all 0.3s ease;
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
 }
 @-webkit-keyframes fadeInDown {
   0% {
     opacity: 0;
     -webkit-transform: translateY(-20px);
     transform: translateY(-20px);
   }
   100% {
     opacity: 1;
     -webkit-transform: translateY(0);
     transform: translateY(0);
   }
 }
 @keyframes fadeInDown {
   0% {
     opacity: 0;
     -webkit-transform: translateY(-20px);
     -ms-transform: translateY(-20px);
     transform: translateY(-20px);
   }
   100% {
     opacity: 1;
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     transform: translateY(0);
   }
 }
 .fadeInDown {
   -webkit-animation-name: fadeInDown;
   animation-name: fadeInDown;
 }
 @-webkit-keyframes fadeInDownBig {
   0% {
     opacity: 0;
     -webkit-transform: translateY(-2000px);
     transform: translateY(-2000px);
   }
   100% {
     opacity: 1;
     -webkit-transform: translateY(0);
     transform: translateY(0);
   }
 }
}
}
