@charset "utf-8";
body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
.top-strip{
    width: 100%;
    height: auto;
    padding: 7px 0;
    background:#313395;
    color: #ffffff;
    text-align: center;
}
.banner-bottom {
    padding: 100px;
    text-align: left;
}
@media (max-width:576px){
   .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    width: 247px;
    white-space: nowrap;
}
.banner-bottom {
    padding: 30px 0;
}
}
@media (max-width:992px){
.banner-bottom {
    padding: 60px 0;
}
}
/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 114px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
}

.team .team-img {
    position: relative;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.team .team-img img {
    position: relative;
    width: 100%;
    margin-top: 15px;
    transform: scale(1.1);
    transition: .3s;
}

.team .team-item:hover img {
    margin-top: 0;
    margin-bottom: 15px;
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    color: #ffffff;
    background:#0505e7;
    opacity: 0;
}

.team .team-social a:hover {
    color: #ffffff;
    background: #719a0a;
}

.team .team-item:hover .team-social {
    background: rgba(256, 256, 256, .5);
}

.team .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
}

.team .team-text {
    position: relative;
    padding: 25px 15px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-top: none;
    border-radius: 0 0 15px 15px;
}

.team .team-text h2 {
    font-size: 20px;
    font-weight: bolder;
}

.team .team-text p {
    margin: 0;
    font-size: 16px;
    text-align: center;
}

/*=============================================================================================================================================================*/
.van{ color: #ff1109; }
.news{ background: #0a720045; }
.zoom {
  padding: 1px;
  background-color:transparent;
  transition: transform .2s;
  /*width: 100px;
  height: 100px;
  margin: 0 auto;*/
}

.zoom:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.1); 
}
.testimonial{
    padding:100px 0;
    text-align:center;
    background-color:#ffffff;
}
.testi-content{
    margin:0 auto;
    max-width:800px;
    text-align: center;
}
.testi-content h3{
    padding:10px 0;
    font-size:20px;
    color:#5e1646;
}
.testi-content p{
    text-align: center;
}
.card {
    /* position: relative; */
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-direction: column;
    /* flex-direction: column; */
    /* min-width: 0; */
    /* word-wrap: break-word; */
    background-color: #ffffff45;
    /* background-clip: border-box; */
    /* border: 1px solid rgb(255 255 255 / 0%); */
     border-radius: 9%; 
}
.real{background-image:url("../images/img/bg1.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
background-color:rgb(10 114 0 / 25%);}
/*.card:hover {
  box-shadow: 0 8px 19px 0 black;
}*/

.card img {
      border-radius: 1px solid black;
    /*height: 163px;*/  
 
}.con {
  padding: 2px 16px;
}
  .team-thumb {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    text-align: left;
  }

  .team-info {
    padding: 20px 30px;
  }

  .team-image img {
    width: 100%;
  }

  .team-thumb .social-icon {
    border-top: 1px solid #f0f0f0;
    padding: 4px 20px 0 20px;
  }

  .team-thumb .social-icon li a {
    background: #ffffff;
    color: #252020;
  }

  .team-info h3 {
    margin: 0;
  }
.gallery-image{
  width:100%;
  height:auto;
  padding: 5px;
  /*border:2px solid #d92428;*/
  border-radius:5px;
  margin:10px 0;
}

.header{
    padding: 10px 0;
    background-color: #FFFFFF;
}

.logo img {
    width: 80px;
    height: 80px;
    margin-left: 20px;
}
.header form,.head-login{
    padding: 20px 0;
}
.header form button{
    background-color:#05447f;
    color: #fff;
}
.head-email, .head-contact{
    padding: 19px;
}
.head-email, .head-contact,.head-login{
    text-align: center;
}
.head-email a, .head-contact a{
    color:#ff0c04;
    font-weight: 500;
}
.head-login a{
    font-weight: 500;
}
.head-contact i{
    transform: rotate(90deg);
}
.navbar-light{
    background-color: #0a7200 !important;
}
.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: #323496;
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:#25a0d8;
}
.navbar-light .navbar-nav .nav-link {
    color: #323496;
    padding: 10px 10px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
/*.navbar-light .navbar-nav .nav-link {
    color: #323496;
    padding: 10px 30px;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}*/
.nav-login{
    display: none !important;
}
.dropdown-item {
    padding: 10px 30px;
    letter-spacing: 1px;
    font-size: 13.5px;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #189ad6;
}
/*.dropdown-item {
    padding:10px 30px;
    letter-spacing: 1px;
    font-size: 13.5px;
    font-weight: 300;
    text-transform: uppercase;
    color: yellow;
        background-color: #0a7200;
}*/
.dropdown-menu {
    background-color:#c30202;
    border:0; 
    border-radius:0;
    padding: 0;
    margin: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}
.menu-icon{
    color: #7d4000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    background: white;
    padding: 10px;
    display: block;
}
.banner-slider{
    width: 100%;
    /*background:url("../images/slide1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: fixed;*/
}
.welcome{
    padding: 80px 0;
    background-color:#ffffff;
}

.welcome p{
    line-height: 30px;
    text-align: justify;
    color: #000000;
    font-size:17px;
}
.welcome h1{
    color:#2ea3da;
    font-size: 35px;
    text-align: center;
    font-weight: 600;
}

.services{
    background-image:url("../images/slider/jhfg.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.services-overlay{
    padding: 150px 0;
    background-color:rgb(0 0 0 / 71%);
}

.services img{
    padding: 10px;
    border: 2px solid #c18e7d;
    border-radius: 5px;
    margin: 10px 0;
}
.services h2{
    color:#ffffff;
    text-align: center;

}
.services ul{
    margin: 0 auto;
    max-width: 335px;
    color: #ffffff;
    line-height: 45px;
    font-size: 18px;
    letter-spacing: 0.5px;
    list-style:none;}
.services ul li a{
    color: #ffffff;
}
.mob-on{
    display: none;
}
.desk-on{
    display: block;
}
/* --- Successful Clients slider ---*/ 
.clients{
	background-image:url("../images/welcome-bg.jpg");
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.clients-overlay{
	padding:100px 0;
	background:rgba(255, 255, 255, 0.05);
}
.clients h2{
	font-family: 'Roboto', sans-serif;
	text-align: center;
    color:#b03d29;
    letter-spacing: 1px;
    font-weight: 600;
}
.slick-slide {
    margin: 0px 10px;
}
.slide.slick-slide{
	/*width:200px !important;*/
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	border-radius:5px;
	border:2px solid #b03d29;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* --- //Clients slider --- */

/* ----------- Start Footer ----------------*/
footer {
    padding: 6px;
    padding-top: 74px;
    background: #323496;
}
footer h3 {
    color: #f6feff;
    font-size: 22px;
    letter-spacing: 0.5px;
}
footer ul{
    margin: 0;
    padding: 0;
    line-height: 35px;
    list-style: none;
}
footer p{
	color:#ffffff;
    text-align: left;
    line-height: 35px;
    font-size: 15px;
    margin: 0;
}
footer a{
	color:#ffffff;
}
footer a:hover{
	color:#0fc4ff;
}
footer p span{
    color:#fff7f7;
}
footer form{
	margin-top:28px;
}
footer form textarea{
}
footer form input,footer form textarea{
    margin-bottom: 7px;
    background-color: transparent !important;
    color: #fff !important;
}
footer .social{
    margin-top: 15px;
}
footer .social a{
    color:#fffffff;
    font-size: 30px;
    margin-right: 15px;
}
.visitors{
text-align: center;
}
.copyright{
        background:#323496;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}
.copyright img{
    max-width: 100px;

}

.pages{
    padding: 80px 0;
    background-color:#ffffff;
}
.pages h1{
    color:#189ad6;
    font-size: 35px;
    text-align: center;
    font-weight: 600;
}
.pages h2{
    font-size: 26px;
    color: #b03d29;
}
.pages p{
    line-height: 30px;
    text-align: justify;
    color: #000000;
    font-size:17px;
}
#contact h1, #contact h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    background: #323596;
    padding: 15px;
    font-weight: 500;
}



@media(max-width:1200px){
.head-email, .head-contact,.head-login{
    font-size:13px;
}
 
}
@media(max-width:992px){
    .bub{display: none;}
     .header .van{font-size: 11px;}
    }
.navbar{
    padding: 0;
}
.no-left-pad{
    padding-left: 0;
}
.no-right-pad{
    padding-right: 0;
}
.head-email, .head-contact {
    padding: 13px 0;
}
.head-email, .head-contact, .head-login {
    font-size: 12px;
}
.welcome {
    padding: 40px 0;
}
.welcome h1 {
    font-size: 25px;
}
.welcome p {
    font-size: 16px;
}
.services h2 {
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    margin-top: 25px;
}
.pages{
    padding: 50px 0;
    background-color:#ffffff;
}
.pages h1{
    font-size: 25px;
}
.pages p {
    font-size: 16px;
}
.mob-on{
    display: block;
}
.desk-on{
    display: none;
}
}
@media (max-width:576px){
    .header .van{font-size: 21px;}
.header {
    padding: 5px 0;
    background-color: #FFFFFF;
}
.no-left-pad{
    background: #e2e2e2;
    margin-top: 5px;
}
.no-right-pad{
    background: #e2e2e2;
    margin-top: 5px;
}
.head-email, .head-contact {
    padding: 4px 0;
}
.logo{
    text-align: center;
}
.head-login{
    display: none;
}
.nav-login{
    display: block !important;
}

}
@media (max-width:350px){
.head-email, .head-contact, .head-login {
    font-size: 10px;
}
.header .van{font-size: 19px;}
}