body{
    font-family: 'Roboto', sans-serif;
 }
 
 /* start top header */


/* START TOP NAVBAR */

.top-header {
   padding: 7px 0px;
   background-color: #015496;
   border-bottom: 6px solid #dc2c1d;
}
.top-call {
   color: #fff;
   font-size: 14px;
   font-weight: 500;
}
.top-right {
   color: #fff;
   font-size: 14px;
   font-weight: 500;
}
.top-right {
   float: right;
}
.book-btn{
   color: #fff;
   background-color: #ff7240;
   padding: 4px;
}
.social-media a {
   color: #fff;
   margin: 5px;
}

.social-media a {
   color: #fff;
   margin: 5px;
}




 /* end top header */


 /* start header-logo */
.header-logo{
   text-align: center ;
   padding-top: 8px;
}

.header-logo a{
   display: flex;
   text-decoration: none;
}

.logotext{
   padding: 12px 6px;
    text-align: center;
}

.logotext h6{
   font-size: 22px;
   font-weight: 500;
   color: #025297;
   margin-bottom: 0px;
}
.logotext span{
   font-size: 14px;
   color: #000000;
}
.header-logo img{
   height: 75px;
}

 /* end header-logo */

 
 /* start header */
 .header-bg{
   border-bottom: 4px solid #dc2c1d;
   background-color: #015496;
 }
 .navbar{
     background: #fff;
     padding-bottom: 0px;
     box-shadow: 1px 3px 4px 0 #adadad33;
 }
 .navbar-light .navbar-brand {
     color: #ff7240;
 }
 .navbar-light .navbar-nav .nav-link {
     color: #fff;
     
    padding: 8px 12px;

 }
 .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
     color: #ff7240;
 }
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
     color: #fff;
 }
 .navbar-light .navbar-nav .nav-link{
    
     transition: 0.3s;
     font-size: 14px;
 }
 
 
 @media only screen and (max-width:768px){
   .navbar-light .navbar-nav .nav-link{
      padding-top: 3px;
      padding-bottom:3px;
 }}

 .navbar-menu li .nav-link{
    color: #252525;
    display: block;
    font-size: 14px;
 
    opacity: 1;

    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
 }
 
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
     background: #ff7240;
     transition: 0.3s;
 }
 .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff7240 !important;
 }
 .sm-menu{
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
 }
 .dropdown-item {
    color: #3c3c3c;
        font-size: 14px;
 }
 .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ff7240;
 }
 .navbar-toggler{
    outline: none !important;
 }
 .navbar-tog{
    color: #ff7240;
 }
 .megamenu-li {
    position: static;
 }
 
 .megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
 }
 .megamenu h6{
    margin-left: 21px;
 }
 .megamenu i{
    width: 20px;
 }
 
 /* end header */
 
 /* start header  2*/

 .single-item {
    position: relative;
    display: block;
    border-left: 1px solid #dddddd;
    padding-left: 12px;
 }
 
 .right-border{
    border-right: 1px solid #dddddd;
    float: right;
 }
 .single-item .icon{
 display: table-cell;
 vertical-align: middle;
 }
  .single-item .text {
    padding-left: 5px;
    display: table-cell;
    vertical-align: middle;
 }
  .single-item .text h3 {
    color: #27282c;
    line-height: 26px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
 }
  .single-item .text p {
    line-height: 4px;
    margin: 6px 0 0;
    color: #828282;
    font-size: 15px;
    font-weight: 300;
 }
 
 .single-item .icon i{
    position: relative;
    top: 2px;
    color: #b7b7b7;
    font-size: 27px;
    line-height: 50px;
    transition: all 300ms ease 100ms;
 }
 

 @media only screen and (max-width:768px){
   .header-lower {
   margin-bottom:unset;
   z-index:unset;

 }}
 /* end header  2*/
 
 
 /* start slider */
 .slider-img {
    position: relative;
    text-align: center;
    color: white;
  }
  


  .banner-info {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
 
  }
 
  .banner-info h4{
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 6px;
    
  }
 
  .banner-info p {
    color: #fff;
    opacity: 0.75;
    font-size: 18px;
    margin-bottom: 40px;
 }
 
 @media only screen and (min-width: 426px) and (max-width: 1024px){
    .banner-info h4 {
    font-size: 30px;
 }}
 
 @media only screen and (max-width:425px){
 
 .banner-info p {
   display: none;
 }
 
 .banner-info h4 {
    font-size: 16px;
    margin-bottom: 5px;
 }}
 /* end slider */

 /* start logo-section */
 .margin-0{
padding: 0;
margin: 0;
 }

 .padding-0{
    padding: 0px;
    margin: 0px;
 }
 .logo-section{
   background-color: #ff7240;
   
    width: 100%;
   
 }
.logo-div{
   vertical-align: middle;
   padding: 60px 0px;
}


.header-contact{
   border-bottom: 1px solid #ddd;
}

.single-cont h5{
   color: #27282c;
  
   font-size: 16px;
   font-weight: 600;
   text-transform: capitalize;
   font-family: 'Rubik', sans-serif;
}
.single-cont p{
 
   margin: 6px 0 0;
   color: #828282;
   font-size: 15px;
   font-weight: 300;
}
.single-cont{
   text-align: center;
   border-right: 1px solid #ddd;
   padding: 43px 2px;
}
.single-no h5{
   color: #27282c;
   font-size: 16px;
   font-weight: 600;  
}
.single-no{
   text-align: center;
   color: #828282;
   font-size: 15px;
   font-weight: 300;
   padding: 40px 2px;
}

@media only screen and (max-width:425px){
   .logo-div {
      padding: 20px 0px;
  }
  .single-cont {
   padding: 16px 2px;
} 
.single-no {
   padding: 16px 2px;
}
.padding-0{
   padding: unset;
}}
 /* end logo-section */






/* start about us */
.aboutus{
    padding-top: 30px;
    padding-bottom: 30px;
}
.top-subtitle {
    color: #0042d7;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 5px;
    position: relative;
 
    z-index: 2;
}
 .section-heading {
   font-size: 26px;
   margin-bottom: 15px;

   position: relative;
   text-transform: none;
   z-index: 1;
   color: #3a3630;
   text-transform: uppercase;
}
 .section-heading .back {
    font-size: 45px;
    font-weight: bolder;
    left: -5px;
    opacity: 0.05;
    position: absolute;
    text-transform: uppercase;
    top: -35px;
    z-index: -1;
}
/* end about us */

/* start about-info */

.about-moveingtext{
   margin-bottom: 0px;
   color: #ff7240;
   font-size: 18px;
   padding: 7px 0px 0px;
}

   .about-info p{
     text-align: justify;
      color: #828282;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.5;
      margin-bottom: 4px;
   }

   .about-img img{
      border-radius: 14px;
   }
   .about-img {
      text-align: center;
   }
   .vission-mision{
      text-align: center;
      padding: 15px;
      margin-bottom: 15px;
      box-shadow: 0 0 10px rgb(195 67 67 / 30%);
   }
   .vission-mision img{
      margin-bottom: 15px;
   }
   .vission-mision h5{
      color: #015496;
      margin-bottom: 5px;
      font-size: 20px;
   }
   .vission-mision p{
      text-align: justify;
      color: #828282;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.5;
      margin-bottom: 6px;
   }
/* end about-info */
 




/* start services */
.car-moving{
 float: right; 
 width: 426px;
 background-color: #015496;
}

.head-text-moving{
   float: right; 
   width: 400px;
    padding: 13px 0px; 
}
.head-text-moving h5{
   color: #ff7240;
   font-size: 18px;
}
.services-bg{
   padding-top: 30px;
   padding-bottom: 50px;
 
   background-color: #f3f3f3;

}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

.backside .card-body{
   padding: 10px;
}

 .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.image-flip{
   margin-bottom: 15px;
   box-shadow: 0 0 10px rgb(195 67 67 / 30%) inset, 0 0 20px -5px rgb(0 0 0 / 80%);
}
.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
   
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}



.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
    
    margin-bottom: 0px;
    font-size: 18px;
    padding-top: 10px;

}

.frontside .card .card-body img {
   height: 78px;
}
.p-text{
  
   color: #828282;
   font-size: 14px;
  
   line-height: 1.5;
}
/* end services */

/* start services */


.services{
   padding-top: 40px;
   padding-bottom: 30px;
   background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
}
.service1{
   margin-bottom: 10px;
}
.service1 img{
   width: 350px;
   height: 233px;
   border-radius: 14px;
}
.service1 h4{
   color: #ff7240;
   display: block;
   font-size: 20px;
   font-weight: 500;
   line-height: 28px;
   margin: 20px 0 6px;
   text-transform: capitalize;

}
.service1 span{
color: #fff;
}

.service1 p{
   color: #c1c1c1;
   font-size: 16px;
}

/* end services */

/* start gallery */

.gallery{
  
   padding-top: 40px;
   padding-bottom: 30px;
}
/*ZoomIn Hover-Mask Effect*/
.hover-mask a {
   display: block;
   position: relative;
   overflow: hidden;
   margin-bottom: 10px;

 }
 .hover-mask img {

   border-radius: 14px;
   height: auto;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
 }
 .hover-mask:hover img {
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -o-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
 }


 

/* end gallery */

/* start testimonial */


.testimonial{
   margin: 0 20px 10px;
}
.testimonial .testimonial-content{
   padding: 35px 25px 35px 50px;
   margin-bottom: 35px;
   background: #fff;
   position: relative;
}
.testimonial .testimonial-content:before{
   content: "";
   position: absolute;
   bottom: -30px;
   left: 0;
   border-top: 15px solid #718076;
   border-left: 15px solid transparent;
   border-bottom: 15px solid transparent;
}
.testimonial .testimonial-content:after{
   content: "";
   position: absolute;
   bottom: -30px;
   right: 0;
   border-top: 15px solid #718076;
   border-right: 15px solid transparent;
   border-bottom: 15px solid transparent;
}
.testimonial-content .testimonial-icon{
   width: 50px;
   height: 45px;
   background: #ff7240;
   text-align: center;
   font-size: 22px;
   color: #fff;
   line-height: 42px;
   position: absolute;
   top: 37px;
   left: -19px;
}
.testimonial-content .testimonial-icon:before{
   content: "";
   border-bottom: 16px solid #ff7240;
   border-left: 18px solid transparent;
   position: absolute;
   top: -16px;
   left: 1px;
}
.testimonial .description{
   font-size: 15px;
   font-style: italic;
   color: #8a8a8a;
   line-height: 23px;
   margin: 0;
}
.testimonial .title{
   display: block;
   font-size: 18px;
   font-weight: 700;
   color: #525252;
   text-transform: capitalize;
   letter-spacing: 1px;
   margin: 0 0 5px 0;
}
.testimonial .post{
   display: block;
   font-size: 14px;
   color: #ff7240;
}
.owl-theme .owl-controls{
   margin-top: 2px;
}
.owl-theme .owl-controls .owl-page span{
   background: #ccc;
   opacity: 1;
   transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
   background: #ff7240;
}
.testimonial-sec{
   padding-top: 40px;
   padding-bottom: 30px;
   background-color: #f4f4f4;
}


/* end testimonial */



/* start why choose us */

.why-us{
   padding-top: 30px;
   padding-bottom: 30px;
   /* background-color: #000000; */

   background-image: linear-gradient(rgb(4 39 66 / 73%),rgba(4 39 66 / 73%)), url(../images/photos/p3.jpg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   background-attachment: fixed;

}
.box {
   position: relative;
   width: 100%;
  
}

.our-services {
   margin-top: 45px;

   padding: 0px 10px 10px;

   margin-bottom: 27px;
  
   text-align: center;
   border-radius: 10px;

   transition: all .4s ease-in-out;
   box-shadow: 0 0 25px 0 rgb(255 255 255 / 14%);
}


.our-services h4 {
   color: #fff;
   margin-bottom: 5px;
   font-size: 18px;
 
}
.our-services .icon {
   margin-bottom: -21px;
   transform: translateY(-50%);
   text-align: center
}
.our-services p{
  
   color: #ffffffcf;
   font-size: 16px;
   line-height: 1.5;
   text-align: justify;
}


.our-services:hover h4,
.our-services:hover p {
   color: #fff
}

.speedup:hover {
   box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
   cursor: pointer;
   background-image: linear-gradient(
      -45deg, #015496 0%, #44a2f6 100%);
}

.settings:hover {
   box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
   cursor: pointer;
   background-image: linear-gradient(
      -45deg, #015496 0%, #44a2f6 100%);
}

.privacy:hover {
   box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
   cursor: pointer;
   background-image: linear-gradient(
      -45deg, #015496 0%, #44a2f6 100%);
}

.backups:hover {
   box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
   cursor: pointer;
   background-image: linear-gradient(
      -45deg, #015496 0%, #44a2f6 100%);
}

.ssl:hover {
   box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
   cursor: pointer;
   background-image: linear-gradient(
      -45deg, #015496 0%, #44a2f6 100%);
}

.database:hover {
   box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
   cursor: pointer;
   background-image: linear-gradient(
      -45deg, #015496 0%, #44a2f6 100%);
}

/* end why choose us */


/* start pricing plan package */


/******************* Pricing Table Demo - 2 *****************/
.demo2{background:#f2f2f2;padding:30px 0}
.pricingTable2{padding-bottom:30px;background:#fff;text-align:center;border-radius:15px;overflow:hidden}
.pricingTable2:hover{box-shadow:0 0 10px rgba(195,67,67,.3) inset,0 0 20px -5px rgba(0,0,0,.8)}
.pricingTable2 .pricingTable-header{padding:20px 15px 6px;background:#015496;-webkit-clip-path:polygon(50% 100%,100% 60%,100% 0,0 0,0 60%);clip-path:polygon(50% 100%,100% 60%,100% 0,0 0,0 60%);position:relative}
.pricingTable2 .pricingTable-header:before{content:"";    width: 150px;
   height: 151px;
   border-radius: 50%;
   position: absolute;
   right: 19%;
   top: -1%;background:repeating-radial-gradient(rgba(255,255,255,.05),rgba(255,255,255,.2) 20%);transition:all .5s ease 0s}
.pricingTable2:hover .pricingTable-header:before{right:50%}
.pricingTable2 .title{font-size:22px;color:#fff;margin:0}
.pricingTable2 .price-value{display:block;font-size:16px;color:#fff;margin:0 0 20px;transition:all .3s ease 0s}
.pricingTable2 .pricing-content{  text-align: initial;     padding: 20px 10px;margin:0;list-style:none}
.pricingTable2 .pricing-content li{    font-size: 14px;
   color: #909090;
   line-height: 23px;
   letter-spacing: 1px;
   text-transform: capitalize;
   border-bottom: 2px solid rgba(0,0,0,.15);
   margin-bottom: 5px;
   position: relative;}
.pricingTable2 .pricing-content li:last-child{border-bottom:none}
.pricingTable2 .pricing-content li i{color:#015496}
.pricingTable2 .pricingTable-signup{    display: block;
   padding: 7px 0;
   margin: 0px 34px;
   border-radius: 10px;
   background: #015496;
   font-size: 14px;
   color: #fff;
   letter-spacing: 1px;
   text-transform: uppercase;
   overflow: hidden;
   position: relative;
   transition: all .3s ease 0s;}
.pricingTable2 .pricingTable-signup:hover{letter-spacing:2px;box-shadow:0 0 10px rgba(0,0,0,.7),0 0 0 7px rgba(255,255,255,.5) inset}
.pricingTable2 .pricingTable-signup:before{content:"";width:230px;height:230px;border-radius:50%;background:repeating-radial-gradient(rgba(255,255,255,.05),rgba(255,255,255,.2) 20%);position:absolute;top:-180%;right:-40%;transition:all .8s ease 0s}
.pricingTable2 .pricingTable-signup:hover:before{right:40%}
.pricingTable2.blue .pricingTable-header,.pricingTable2.blue .pricingTable-signup{background:#015496}
.pricingTable2.blue .pricing-content li i{color:#015496}
.pricingTable2.pink .pricingTable-header,.pricingTable2.pink .pricingTable-signup{background:#015496}
.pricingTable2.pink .pricing-content li i{color:#015496}
@media only screen and (max-width:990px){.pricingTable2{margin-bottom:30px}
}
@media only screen and (max-width:479px){.pricingTable2{margin:0}
.pricingTable2 .pricing-content li{font-size:15px}
}
.pricing-content li b{
   color: #015496;
}
/* end pricing plan package */

/* book now form */

.bg-info {
   background-color: #015496!important;
}
.text-info {
   color: #015496!important;
}
.btn-info {
   color: #fff;
   background-color: #015496;
   border-color: #015496;
}
/* end book now form */





/* start contact us page */
#contact{
   padding-top: 30px;
 }
 
 
 .contact-info i{
   font-size: 24px;
    color: #0B60A9;
    border: 1px solid #0B60A9;
    padding: 10px;
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
 }
 
 .contact-info h4{
   font-size: 17px;
   color: #0B60A9;
 }
 .contact-info p,address{
   font-size: 16px;
   color: #9a9a9a;
   line-height: 28px;
   font-weight: 300;
  
   margin-bottom: 2px;
 }
 
 .contact-info p a{
  color: #9a9a9a;
 }
 
 
 .contact-info{
   box-shadow: 0 0 10px rgb(195 67 67 / 30%) inset, 0 0 20px -5px rgb(0 0 0 / 80%);
    margin-top: 10px;
 }
 
 @media only screen and (max-width:425px){
   .contact-info{
      height: unset;
 }}
 .map{
   width: 100%;
   height: 310px;
 }
 .send-btn{
   color: #fff;
   font-weight: 600;
   font-size: 20px;
   background-color: #0B60A9;
   border-color: #0B60A9;
 }
 /* end contact us page */
 


/* start top up button */

#myBtn {
   display: none;
   position: fixed;
   bottom: 14px;
   right: 1px;
   z-index: 99;
  border: none;
   outline: none;
   cursor: pointer;
  background-color: transparent;
 }
 
 #myBtn img{
    height: 50px;
 }
 .reg-bounce2 {
   animation-duration: 4s;
   animation-fill-mode: both;
   animation-iteration-count: infinite;
   animation-name: bounce;
   box-sizing: border-box;
   display: block;
   outline: 0px;
}

/* end top up button */



/* start footer */
/*footer*/
.footer-bg{
   background-color: #015496;

}
.col_white_amrc { color:#FFF;}

footer { width:100%;
    /* background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0; */
    
     padding:10px 0px 0px 0px ;
   }

.pt2 { padding-top:20px ; margin-bottom:20px ;}
footer p { font-size:14px; color:#fff; padding-bottom:0px; margin-bottom:8px;}
footer a {  color:#fff; }
footer a:hover {  color:#fff; }
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:15px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#fff;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #fff; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none; padding-left: 0px; }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a {background-color: #ff7240; color:#fff; border:1px solid #fff; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;     color: #fff;}

.footer-line{
   background-color: #015496;
}

.social_footer_ul li a:hover{
   background-color: #015496;
}

.footer-line p{
 
   color: #fff;
   margin-bottom: 0px;
   padding-bottom: 7px;
   font-size: 13px;
   padding-top: 7px;

}
.footer-line a{
   color: #fff;
}
.footer-logo img{
   width: 218px;
}
/* end footer */

.whatsapp-logo {
   height: 55px;
   width: 55px;
   position: fixed;
   /* top: 60%; */
   bottom: 15px;
   left: 9px;
   z-index: 99;
   font-size: 21px;
   border: none;
   outline: none;
   cursor: pointer;
   border-radius: 4px;
}


/* start our-team */

.our-team{
   padding-top: 30px;
   padding-bottom: 30px;
}

.about-team{
   text-align: center;
   padding: 15px;
   margin-bottom: 15px;
   box-shadow: 0px -9px 16px -6px rgb(195 67 67 / 30%);
}
.about-team h5{
   color: #015496;
   padding: 10px 0px 2px 0px;
   font-size: 20px;
   margin-bottom: 0;

}
.about-team h6{
   color: #828282;
   font-size: 14px;
}
.about-team p{
   text-align: justify;
   color: #828282;
   font-size: 15px;
   font-weight: 300;
   line-height: 1.5;
   margin-bottom: 7px;

}

/* end our-team */


/* start gallery */
.btn:focus, .btn:active, button:focus, button:active {
   outline: none !important;
   box-shadow: none !important;
 }
 
 #image-gallery .modal-footer{
   display: block;
 }
 
 .thumb{
   margin-top: 15px;
   margin-bottom: 15px;
 }
/* end gallery */