body{
    font-family: 'Biryani', sans-serif;
}
.toggle-btn{
  border: 1px solid #fff;
}
/* start navbar */

/* start top navbar */

.top-navbar {
  height: 35px;
  background: #085baa;
}
.top-welcome{
  padding-top: 6px;
}
.top-welcome p {
  padding: 3px;
  color: #fff;
  font-size: 15px;
}
.top-right {
  position: relative;
  float: right;
  /* padding: 0 18px; */
}
.top-right ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.contact-info {
  position: relative;
  float: left;
}
.contact-info li {
  position: relative;
  float: left;
  color: #ffff;
  font-size: 14px;
  line-height: 30px;
  padding: 6px 0;
}
.call-right1 {
  margin-right: 45px;
}
.contact-info li a {
  color: #ffff;
  padding-bottom: 3px;
}

@media screen and (min-width: 320px) and (max-width: 425px){
  .contact-info{
    display: none;
}}

/* end navbar */







/* CSS Document */

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0rem 0.5rem;
  /* background-color:  #C30; */
 
 
  
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 10px;
    padding-left: 10px;
	color: #FFF;
	}

.navbar-nav {
   display: -ms-flexbox;
   display: flex;
  -ms-flex-direction: column;
   flex-direction: column;
   padding-left:0;
   margin-bottom: 0;
  list-style: none;
 
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  /* padding-bottom: 0.3125rem; */
  margin-right: 0rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  

}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.header-nav {
  list-style: none;
  width:100%;
}

.header-nav li {
	display: inline-block;
	width:12.5%;
	text-align:center;
	border-right-width: 0.15mm;
	border-left-width: .15mm;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #eee;
	border-left-color: #eee;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
    margin-right: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width:576px) {
.header-nav {
  list-style: none;
  width:100%;
}

.header-nav li {
	display: inline-block;
	width:100%;
	padding:0;
	text-align:center;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}}

.menu-list{
  background-color: #313437;
}
.menu-list a{
  color: #fff;
  font-size: 14px;
}
.dropdown-btn{
  background: transparent;
    color: #fff;
    border: none;
    outline: transparent !important;
    cursor: pointer;
    box-shadow: none !important;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 10px;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color:#FFF;
  border-color: #FFF;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(235, 235, 235, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	font-weight: normal;
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}


.logo{
    height: 80px;
}
.logo2{
  height: 55px;
}

.logo-text{
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 0px;

}

@media screen and (min-width: 320px) and (max-width: 425px){
.logo-mob{
  height: 55px;
  margin-left: 60px;
}}


@media screen and (min-width: 768px) and (max-width: 2560px){
  .logo-mob{
    display: none;
}}

@media screen and (min-width: 320px) and (max-width: 425px){
  .logo1{
    display: none;
}
  .mob-hide{
    display: none;
  }}
  

.logo1{
  height: 80px;
}

.iso-text{
  font-size: 12px;
  margin-top: -11px;
}
/* end navbar */

/* slider form */

.right-icon{
  padding-right: 90px;
}
@media screen and (min-width: 320px) and (max-width: 425px){
  .right-icon{
    padding-right:unset;
  }}

@media screen and (min-width: 2560px) and (max-width: 768px){
.banner-section-content {
    position: absolute;
    width: 100%;
    top: 0rem;
    height: 100%;
    right: 0rem;
}}

@media screen and (min-width: 320px) and (max-width: 425px){
  .card-form{
    margin-top: unset !important;

}}

.card-form{
  margin-top: -530px;
  background: #eee;
  padding: 1em;
  line-height: 1.5em;
}
.border-primary {
  border-color: #085baa !important;
}
/* .form-width {
  width: 375px;
} */
.form-title h3 {
  font-size: 20px;
  padding: 14px 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.send-btn {
  background-color:#085baa !important;
  color: #fff !important;
  border-color: #085baa !important;
}
.bg-info {
  background-color:#085baa !important;
  color: #fff !important;
}
.text-info {
  color:#085baa  !important;
}
/* end slider form */



/* slider */

    /*search box css start here*/
.call-no{
        display: flex;
}
.call-info{
    display: grid;
    color: #fff;
    font-size: 26px;
    padding-left: 10px;
}
.call-txt{
    font-size: 12px;
    color: #fff;
}

.search-sec{
    padding: 30px;
}
.search-slt{
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: 34px;
    border-radius:4px;
}
.wrn-btn{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: 34px;
    border-radius:4px;
}
@media (min-width: 992px){
    .search-sec{
        position: relative;
        /* top: -144px; */
        /* background: rgba(26, 70, 104, 0.51); */
        /* background: rgb(227 34 34 / 37%); */
        background-color:  #C30;
    }
}

@media (max-width: 992px){
    .search-sec{
        background-color:  #C30;
    }
}
.search-btn{
    color: #fff;
    /* background-color: #e32222; */
    background-color: #333;
    border-color: #333;
}


@media screen and (min-width: 320px) and (max-width: 425px){
    .slider-height{
        height: 245px;
    }}


    .slider-height{
        /* position: relative; */
        text-align: center;
        color: white;
    }
    .slider-height img{
      height: 648px;
    }

    .banner-centere-text {
        position: absolute;
        top: 50%;
        left: 34%;
        transform: translate(-50%, -50%);
        
    background: #6561618c;
    padding: 25px;

    }

    @media screen and (min-width: 320px) and (max-width: 425px){
      .banner-centere-text h1 {
        font-size: 22px !important;
    }
  .banner-centere-text {
      left: 45%;
    }}
/* end slider */

/* start about us */
    /* .about-img img{
      border: 4px solid  #085baa;
    height: 400px;
    width: 100%;
    } */
.gallery-height{
  height:200PX;
  width: 100%;
}
    .about-img .kalokhe-video{
      border: 4px solid  #085baa;
      margin-top: 60px;
    width: 100%;
    }

     .kalokhe-video2{
   width: 100%;
    }

    @media screen and (min-width: 320px) and (max-width: 425px){
      .about-img .kalokhe-video{
        margin-top:unset;
    }}

    .our-comp{
        font-weight: 600;
        color: #313437;
       margin-bottom: 0px;
       font-size: 15px;
    }
    .abt-info{
      font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    text-align: justify;
    }

    .about-text p{
      text-align: justify;
    }

    .tag1{
        color:  #000000;
       
        text-align: center;
   
    font-size: 30px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    }
    .ser-1 i{
        font-size: 70px;
        color:  #C30;
    }
    .ser-1{
        display: flex;
    }

    .count{
        padding-left: 15px;
    }
    .count h1{
        font-size: 40px;
    line-height: 50px;
   color: #313437;
    font-weight: 700;
    margin-bottom: -4px;
    }
    .count small{
        font-size: 15px;
        line-height: 25px;
        font-weight: 600;
        color: #777;
    }
    .ser-br{
        border-right: 1px solid #ededed;
    }
/* end about us */

/* start why-us */
    .why-us{
        display: flex;
    }
    .why-us h1{
        font-size: 40px;
        color:  #C30;
    }
    .why-info{
        padding-left: 15px;
    }
    .why-info h4{
        font-size: 20px;
        line-height: 30px;
        color: #313437;
        margin-bottom: 0px;
        font-weight: 600;

    }
    .why-info p{
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #777777;
    }
    .read-more{
        color: #313437;
     font-size: 14px;

    }
    .read-more:hover{
      color:  #C30;
    }
/* end why-us */

/* start services */
.report-module {
    position: relative;
    
    z-index: 1;
    display: block;
    background: #ffffff;
    min-width: 270px;
    width: 300px\9;
    height: auto;
    -webkit-box-shadow: 0px 3px 8px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 8px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
  .report-module .thumbnail {
    background:   #C30;
    height: 371px;
    overflow: hidden;
  }
  .thumbnail {
      padding: 0;
  }
      
  .report-module:hover {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  }
  .report-module:hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .9;
  }
  .report-module .thumbnail img {
    display: block;
    width: 120%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    opacity: .2;
  }
  .report-module .post-content {
    position: absolute;
    bottom: 0;
    background: #ffffff;
    width: 100%;
    padding: 25px 20px 20px 20px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  }
  .report-module .post-content .category {
    position: absolute;
    top: -34px;
    left: 0;
    background: #333;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .report-module .post-content .title {
    margin: 0;
    padding: 0 0 10px;
    color: #333333;
    font-size: 17px;
    font-weight: 700;
  }
  
  .report-module .post-content .description {
    display:block;
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
  }
 
 .service-bg{
  
  
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   height: 546px;
 
 }

.serv-img img{

  padding: 5px;

}


.img-width{
  width: 356px;
}

@media only screen and (min-width:320px) and (max-width:425px) {

.service-bg{
  padding: unset;

}}


 @media only screen and (min-width:320px) and (max-width:425px) {
   .iq-features{
display: none;
   }}

 /* start service circle */
 .holderCircle { width: 500px; height: 500px; border-radius: 100%; margin: 10px auto; position: relative; }

.dotCircle { width: 100%; height: 100%; position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; border-radius: 100%; z-index: 20; }
.dotCircle  .itemDot { display: block; width: 60px; height: 60px; position: absolute; background: #ffffff; color:  #C30; border-radius: 20px; text-align: center; line-height: 60px; font-size: 30px; z-index: 3; cursor: pointer; border: 2px solid #e6e6e6; }
.dotCircle  .itemDot .forActive { width: 56px; height: 56px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: none; }
.dotCircle  .itemDot .forActive::after { content: ''; width: 5px; height: 5px; border: 3px solid  #C30; bottom: -31px; left: -14px; filter: blur(1px); position: absolute; border-radius: 100%; }
.dotCircle  .itemDot .forActive::before { content: ''; width: 6px; height: 6px; filter: blur(5px); top: -15px; position: absolute; transform: rotate(-45deg); border: 6px solid  #C30; right: -39px; }
.dotCircle  .itemDot.active .forActive { display: block; }
.round { position: absolute; left: 40px; top: 45px; width: 410px; height: 410px; border: 2px dotted  #C30; border-radius: 100%; -webkit-animation: rotation 100s infinite linear; }
.dotCircle .itemDot:hover, .dotCircle .itemDot.active { color: #ffffff; transition: 0.5s;   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ #C30+0,f87901+100 */ background:  #C30; /* Old browsers */ background: -moz-linear-gradient(left,  #C30 0%,  #C30 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left,  #C30 0%,  #C30 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right,  #C30 0%,  #C30 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #C30', endColorstr=' #C30', GradientType=1); /* IE6-9 */ border: 2px solid #ffffff; -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); }
.dotCircle .itemDot { font-size: 20px; }
.contentCircle { width: 250px; border-radius: 100%; color: #222222; position: relative; top: 150px; left: 50%; transform: translate(-50%, -50%); }
.contentCircle .CirItem { border-radius: 100%; color: #222222; position: absolute; text-align: center; bottom: 0; left: 0; opacity: 0; transform: scale(0); transition: 0.5s; font-size: 15px; width: 100%; height: 100%; top: 0; right: 0; margin: auto; line-height: 250px; }
.CirItem.active { z-index: 1; opacity: 1; transform: scale(1); transition: 0.5s; }
.contentCircle .CirItem i { font-size: 180px; position: absolute; top: 0; left: 50%; margin-left: -90px; color: #000000; opacity: 0.1; }
@media only screen and (min-width:320px) and (max-width:425px) {
	.holderCircle {/* width: 300px; height: 300px;*/ margin: 110px auto; }
	.holderCircle::after { width: 100%; height: 100%; }
	.dotCircle { width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
}
@media only screen and (min-width:600px) and (max-width:767px) { }
@media only screen and (min-width:768px) and (max-width:991px) { }
@media only screen and (min-width:992px) and (max-width:1199px) { }
@media only screen and (min-width:1200px) and (max-width:1499px) { }
  .title-box .title { font-weight: 600;font-size: 22px; letter-spacing: 2px; position: relative; z-index: -1; }
        .title-box span { text-shadow: 0 10px 10px rgba(0, 0, 0, .15); font-weight: 800; color:  #C30; }
        .title-box p {font-size: 17px; line-height: 2em;
          color: #fff;
       }

.banner-bg{
  background: #085baa;
}
       .accordian-bg{
       
       }

       .tag3{
        color:#000000;
        font-size: 22px;
      font-weight: 500;
       }

       .tag2{
        color: #fff;
        font-size: 35px;
       }
       .service-info p{
        color: #fff;
        text-align: justify;
       }
       .our-best{
         padding: 10px;

       }
       .our-best h5{
        padding-left: 10px;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
       }
       .our-best i{
        color: #fff;
        font-size: 22px;
        border: 2px solid #fff;
        padding: 7px;
        width: 37px;
        margin-right: 20px;
        border: 1px solid #fff;
       }
 /* end services circle */

/* end services */

/* start scroll top */  

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 99;
  font-size: 22px;
  border: none;
  outline: none;
  background-color: #555;
  color: white;
  cursor: pointer;
  padding: 7px;
  border-radius: 4px;
  width: 40px;
  height: 40px;

}

#myBtn:hover {
  background-color:  #C30;
}

/* end scroll top */

/* start clients slider */

  /* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
  height: 120px;

}

.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;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.client-border{
  border: 1px solid #000000;
}

.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* end clients slider */




/* start footer */

.bg-dark-light {
  /* background: rgb(21, 38, 56); */
  background: #313437;
}
.bg-theme, .bg-dark, .bg-dark-light, .bg-secondary {
  color: #ffffff;
}
.widgets.footer-widgets .widget-title {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 15px;
}
.footer-widgets{
  padding-top: 30px;
  padding-bottom: 30px;
}

.widgets.footer-widgets .widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100px;
  background:  #085baa;
}
.widgets.footer-widgets .widget-quick-links ul {
  margin-top: -4px;
}
.widgets.footer-widgets .single-widget ul {
  padding-left: 0;
  margin-bottom: 0;
}

.widgets.footer-widgets .widget-quick-links ul li {
  display: block;
}
.widgets.footer-widgets .widget-quick-links ul li a {
  display: block;
  font-size: 13px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 9px 0;
}

.widgets.footer-widgets .single-widget ul li {
  list-style: none;
  font-family: "Raleway", sans-serif;
}
.widgets.footer-widgets .widget-contact ul li {
  color: #000;
  font-size: 13px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widgets.footer-widgets .widget-contact ul li span {
  font-size: 14px;
  color: #ffffff;
  border: 2px solid #cccccc;
  border-radius: 3px;
  height: 32px;
  width: 32px;
  display: inline-block;
  line-height: 28px;
  text-align: center;
  margin-right: 20px;
}
.widgets.footer-widgets .widget-contact ul li.phone, .widgets.footer-widgets .widget-contact ul li.fax {
  font-size: 15px;
}

.phone a{
  color: #fff;
}
.fax a{
  color: #fff;
}
.email a{
  color: #fff;
}
.send-btn{
  
  background: #085baa;
  color: #fff;
  font-weight: 600;

}
.widgets.footer-widgets .widget-contact ul li + li {
  margin-top: 5px;
}

.footer-bottom {
  background: #E3E3E3;
  border-top: 1px solid #DDDDDD;
  padding-top: 3px;
  padding-bottom: 3px;
}
.footer-bottom p, a {
  padding-top: 12px;
  color: #000000;
  margin-bottom: 8px;
}
.footer-text{
  font-size: 12px;
  color: #000 !important;
}
.footer-text a:hover{
  color:  #C30;
}
.footer-abt{
  font-size: 15px;
}
/* end footer */

/* start about us */
  .we-do p{

    font-weight: 400;
    font-size: 14px;

    color: #777777;
  }
  .we-do p i{
    color:  #C30;
  }
/* end about us */


/* start about counter */

.sectionClass {

  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;

  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2){
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3){
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

/* end about counter */


/* start contact us */


	/* Conatct start */

  .header-title
  {
    text-align: center;
    color: #C30;
  }

  #tip 
  {
      display:none;  
  }

  .fadeIn
  {
    animation-duration: 3s;
  }

  .cont-input
  {
    border-radius:0px;
    border:1px solid #EDEDED;
  }

  .cont-input:focus
  {
    border:1px solid  #C30;
  }

  .textarea-contact
  {
    resize:none; 
  }

  .btn-send
  {
    border-radius: 0px;
    border:1px solid  #C30;
    background: #C30;
    color:#fff; 
  }

  .btn-send:hover
  {
    border:1px solid  #C30;
    background:#fff;
    color: #C30;
    transition:background 0.5s;   
  }

  .second-portion
  {
    margin-top:50px; 
  }

      @import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
@import "http://fonts.googleapis.com/css?family=Roboto:400,500";

.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background:  #C30; vertical-align: middle; }
.box > .icon:hover > .image { background: #333; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 25px 0 10px 0; min-height:163px;}
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title { font-family: "Robot",sans-serif !important; font-size: 16px; color: #222; font-weight: 700; }
.box > .icon > .info > p { font-family: "Robot",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a { font-family: "Robot",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.box .space { height: 30px; }

@media only screen and (max-width: 768px)
{
.contact-form
{
  margin-top:25px; 
}

.btn-send
{
  width: 100%;
  padding:10px; 
}

.second-portion
{
  margin-top:25px; 
}
}
/* Conatct end */
/* end contact us */


/* start team */
.box16{text-align:center;color:#fff;position:relative}
.box16 .box-content,.box16:after{width:100%;position:absolute;left:0}
.box16:after{content:"";height:100%;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.08) 69%,rgba(0,0,0,.76) 100%);top:0;transition:all .5s ease 0s}
.box16 .post,.box16 .title{transform:translateY(145px);transition:all .4s cubic-bezier(.13,.62,.81,.91) 0s}
.box16:hover:after{background:linear-gradient(to bottom,rgba(0,0,0,.01) 0,rgba(0,0,0,.09) 11%,rgba(0,0,0,.12) 13%,rgba(0,0,0,.19) 20%,rgba(0,0,0,.29) 28%,rgba(0,0,0,.29) 29%,rgba(0,0,0,.42) 38%,rgba(0,0,0,.46) 43%,rgba(0,0,0,.53) 47%,rgba(0,0,0,.75) 69%,rgba(0,0,0,.87) 84%,rgba(0,0,0,.98) 99%,rgba(0,0,0,.94) 100%)}
.box16 img{width:100%;height:auto}
.box16 .box-content{padding:20px;margin-bottom:20px;bottom:0;z-index:1}
.box16 .title{font-size:22px;font-weight:700;text-transform:uppercase;margin:0 0 10px}
.box16 .post{display:block;padding:8px 0;font-size:15px}
.box16 .social li a,.box17 .icon li a{border-radius:50%;font-size:20px;color:#fff}
.box16:hover .post,.box16:hover .title{
  /* transform:translateY(0) */
  display: none;
}
.box16 .social{list-style:none;padding:0 0 5px;margin:40px 0 25px;opacity:0;position:relative;transform:perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);transition:all .6s cubic-bezier(0,0,.58,1) 0s}
.box16:hover .social{opacity:1;transform:perspective(500px) rotateX(0) rotateY(0) rotateZ(0)}
.box16 .social:before{content:"";width:50px;height:2px;background:#fff;margin:0 auto;position:absolute;top:-23px;left:0;right:0}
.box16 .social li{display:inline-block}
.box16 .social li a{display:block;width:40px;height:40px;background: #C30;margin-right:10px;transition:all .3s ease 0s}
.box17 .icon li,.box17 .icon li a{display:inline-block}
.box16 .social li a:hover{background:#bea041}
.box16 .social li:last-child a{margin-right:0}
@media only screen and (max-width:990px){.box16{margin-bottom:30px}
}
/* end team */


/* service */
  .list{
    background: #fff;
    border: 1px solid #efefef;
    padding: 10px 0;
  }
  .list1{
    border-left: 1px solid  #C30;
    color: #d66902 !important;
  }
  .list a{
    padding: 10px 30px;
    display: block;
    position: relative;
    margin-bottom: 0px;
    font-size: 15px;
    color: #313437;
    font-weight: 700;

  }
  .list a:hover{
    border-left: 1px solid  #C30;
    color: #d66902;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    /* position: absolute; */
    
  }
  .we-help{
    background-image:linear-gradient( rgb(248 121 1 / 88%), rgb(248 121 1 / 88%)), url("../images/logo/service1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 275px;
  }
  .help-info {
    position: absolute;
    top: 30%;
    left: 14%;
   
  }

  .help-info h4{
    font-weight: 700;
    font-size: 25px;
    padding-bottom: 7px;
  }

  .help-info a{
    font-size: 18px;
  }

  
  .service1-img {
    position: relative;
    text-align: center;
   
  }
  .service-overview h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #313437;
  }
  .service-overview p{
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
    text-align: justify;
  }
  .how-work p{
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    margin-bottom: 10px;
  }
  .how-work p i{
    color:  #C30;
  }
  .ser-info{
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
    text-align: justify;
  }
  .info-ser h5{
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: #313437;
  }
  .info-ser p{
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
    text-align: justify;
  }
  .banefit-service h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #313437;
  }
  .banefit-service p{
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
    text-align: justify;
  }
/* end service */



/* START ACOORDIAN */

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color:  #C30;
  border-color:  #C30;
}

.panel-title {
  font-size: 14px;
}

.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
  font-size: 14px;
  color: #000000 !important;
  /* color: #fff; */
}

.more-less {
  float: right;
  color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
}

.item-download a {
  display: block;
  padding: 0;
  color: #313437;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #313437;
}

 .item-download .fa-file-pdf-o {
  color: #fff;
  font-size: 20px;
  padding-right: 20px;
  padding: 20px;
  background: #313437;
  display: inline-block;
  margin-right: 20px;
}
/* END ACCORDIAN */

/* start gallery */

.img-hvr {
  position: relative;
  overflow: hidden;
}
.img-hvr:hover {
  cursor: pointer;
}
.img-hvr .text {
  position: absolute;
  margin: 0 15px;
  padding: 15px;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.img-hvr .text h4 {
  color: #fff;
}
.img-hvr .text p {
  color: #fff;
}
.img-hvr.hvr-1 .text p {
  opacity: 0;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.img-hvr.hvr-8::before {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  opacity: 0;
  z-index: 9;
  -moz-transition: opacity 1.2s linear;
  -o-transition: opacity 1.2s linear;
  -webkit-transition: opacity 1.2s linear;
  transition: opacity 1.2s linear;
}
.img-hvr.hvr-8::after {
  position: absolute;
  width: 80%;
  height: 80%;
  bottom: 10%;
  left: 10%;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  content: "";
  opacity: 0;
  z-index: 9;
  -moz-transition: opacity 1.2s linear;
  -o-transition: opacity 1.2s linear;
  -webkit-transition: opacity 1.2s linear;
  transition: opacity 1.2s linear;
}
.img-hvr.hvr-8 img {
  -moz-transition: filter 1.2s linear;
  -o-transition: filter 1.2s linear;
  -webkit-transition: filter 1.2s linear;
  transition: filter 1.2s linear;
  filter: blur(0);
}
.img-hvr.hvr-8 .text {
  opacity: 0;
  padding: 35px;
  -moz-transition: opacity 1.2s linear;
  -o-transition: opacity 1.2s linear;
  -webkit-transition: opacity 1.2s linear;
  transition: opacity 1.2s linear;
}
.img-hvr.hvr-8:hover::before {
  opacity: 1;
}
.img-hvr.hvr-8:hover::after {
  opacity: 1;
}
.img-hvr.hvr-8:hover img {
  filter: blur(3px);
}
.img-hvr.hvr-8:hover .text {
  opacity: 1;
}
/* end gallery */



/* start price table */
.columns {
  margin-bottom:20px;
  cursor:pointer;
}
.columns:hover .header { background-color: #C30;border-top-left-radius: 20px;
  border-top-right-radius: 20px;}
.columns:hover .button{ background-color: #C30;}
.columns:hover .grey {font-size:30px; color: #C30; }
.columns:hover .price { color: #C30;border-top-left-radius: 20px;border-top-right-radius: 20px;}

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
  background-color: #333;
  color: white;
  font-size: 25px;
  transition: all .2s ease-in-out;
}

.price li {
  border-bottom: 1px solid #eee;
  padding:12px;
  text-align: center;

}
.highlight { transition: 0.3s;}
.highlight:hover {-webkit-transform:scale(1.5);transform:scale(1.5);}

.price .grey {
  background-color: #eee;
  font-size: 20px;
  transition: all .2s ease-in-out;
}

.button {
  background-color:  #C30;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  transition: all .2s ease-in-out;
}
.button:hover {
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .columns {
      width: 100%;
  }
}


/* end price table */

.social-media{
  display: inline;
  padding-top: 8px;
  text-align: center;
}

.social-media a{
  padding: 5px;
  font-size: 20px;
  color: #fff;
}

.social-media-footer a{
  padding-top: 4px;
  font-size: 18px;
  color: #ffffff;
  border: 2px solid #cccccc;
  border-radius: 3px;
  height: 32px;
  width: 32px;
  display: inline-block;

  text-align: center;
  margin-right: 20px;
}

/* start PRODUCT-SLIDER */
.product-info{
  padding: 10px;
}
.product-info h3{
  color:  #000000;
  font-weight: 600;
  font-size: 20px;
  padding: 6px 1px 1px 4px;
}

.product-info p{
  color:  #333;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0px;
}

.product-img img{
  border: 2px solid #085baa !important;
  padding: 4px;

}
/* end PRODUCT-SLIDER*/


/* start product new slider */
  
#ads .card-notify-badge {
  position: absolute;
  left: -10px;
  top: -20px;
  background: #C30;
  text-align: center;
  border-radius: 30px 30px 30px 30px; 
  color:#fff;
  padding: 5px 10px;
  font-size: 14px;

}

#ads .card-notify-year {
  position: absolute;
  right: -10px;
  top: -20px;
  background:  #C30;
  border-radius: 50%;
  text-align: center;
  color: #fff;      
  font-size: 14px;      
  width: 50px;
  height: 50px;    
  padding: 15px 0 0 0;
}


#ads .card-detail-badge {      
  background: #C30;
  text-align: center;
  border-radius: 30px 30px 30px 30px;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;        
}



#ads .card:hover {
      background: #fff;
      box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
      border-radius: 4px;
      transition: all 0.3s ease;
  }

#ads .card-image-overlay {
  font-size: 20px;
  
}
.new-product{
  background: #f8f8f8;
  padding-top: 30px;
  padding-bottom:30px;
}
.card-image img{
  height: 195px;
  width: 100%;
}

#ads .card-image-overlay span {
      display: inline-block;              
  }


#ads .ad-btn {
  text-transform: uppercase;
  width: 150px;
  height: 40px;
  border-radius: 80px;
  font-size: 16px;
  padding-top: 9px;
  text-align: center;
  border: 3px solid #e6de08;
  display: block;
  text-decoration: none;
  margin: 20px auto 1px auto;
  color: #000;
  overflow: hidden;        
  position: relative;
  background-color: #e6de08;
}

#ads .ad-btn:hover {
      background-color: #e6de08;
      color: #1e1717;
      border: 2px solid #e6de08;
      background: transparent;
      transition: all 0.3s ease;
      box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
  }

#ads .ad-title h5 {
  text-transform: uppercase;
  font-size: 18px;
}
/* end product new slider */


/* start demo1 */

/********************* Shopping Demo-2 **********************/
.product-grid2 .product-image2 a{
  padding-top: 0px;
}
.demo{padding:45px 0}
.product-grid2{font-family:'Open Sans',sans-serif;position:relative; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.product-grid2 .product-image2{overflow:hidden;position:relative;    height: 200px;
}
.product-grid2 .product-image2 a{display:block}
.product-grid2 .product-image2 img{width:100%;height:200px}
.product-image2 .pic-1{opacity:1;transition:all .5s}
.product-grid2:hover .product-image2 .pic-1{opacity:0}
.product-image2 .pic-2{width:100%;height:100%;opacity:0;position:absolute;top:0;left:0;transition:all .5s}
.product-grid2:hover .product-image2 .pic-2{opacity:1}
.product-grid2 .social{padding:0;margin:0;position:absolute;bottom:44px;right:25px;z-index:1}
.product-grid2 .social li{margin:0 0 10px;display:block;transform:translateX(100px);transition:all .5s}
.product-grid2:hover .social li{transform:translateX(0)}
.product-grid2:hover .social li:nth-child(2){transition-delay:.15s}
.product-grid2:hover .social li:nth-child(3){transition-delay:.25s}
.product-grid2 .social li a{color:#fff;background-color: #C30;font-size:17px;text-align:center;height:45px;width:45px;border-radius:50%;display:block;transition:all .3s ease 0s}
.product-grid2 .social li a:hover{color:#fff;background-color:#3498db;box-shadow:0 0 10px rgba(0,0,0,.5)}
.product-grid2 .social li a:after,.product-grid2 .social li a:before{content:attr(data-tip);color:#fff;background-color:#000;font-size:12px;line-height:22px;border-radius:3px;padding:0 5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px}
.product-grid2 .social li a:after{content:'';height:15px;width:15px;border-radius:0;transform:translateX(-50%) rotate(45deg);top:-22px;z-index:-1}
.product-grid2 .social li a:hover:after,.product-grid2 .social li a:hover:before{opacity:1}
.product-grid2 .add-to-cart{color:#fff;background-color:#404040;font-size:15px;text-align:center;width:100%;padding:13px 0;display:block;position:absolute;left:0;bottom:-100%;transition:all .3s}
.product-grid2 .add-to-cart:hover{background-color:#3498db;text-decoration:none}
.product-grid2:hover .add-to-cart{bottom:0}
.product-grid2 .product-new-label{background-color:#3498db;color:#fff;font-size:17px;padding:5px 10px;position:absolute;right:0;top:0;transition:all .3s}
.product-grid2:hover .product-new-label{opacity:0}
.product-grid2 .product-content{padding:20px 10px;text-align:center}
.product-grid2 .title{font-size:17px;margin:0 0 7px}
.product-grid2 .title a{color:#303030}
.product-grid2 .title a:hover{color:#3498db}
.product-grid2 .price{color:#303030;font-size:15px}
@media screen and (max-width:990px){.product-grid2{margin-bottom:30px}
}
/* end demo1 */

/* start testimonial */
.heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;

  text-transform: uppercase;
  z-index: 999;
}
.white-heading{
  color: #ffffff;
}
.heading:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(img/heading-line.png);
  background-repeat: no-repeat;
  background-position: center;
}


.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}
.white-heading span {
  color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  background: url(img/testimonial.bg-top.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: 375px;
  position: relative;
  background:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(../image-new/p7.jpeg);
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
      background-size: cover;
}
#testimonial4 .carousel-inner:hover{
cursor: -moz-grab;
cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
left: 0;
margin: 0;
width: 100%;
font-size: 0;
height: 20px;
bottom: 15px;
padding: 0 5px;
cursor: e-resize;
overflow-x: auto;
overflow-y: hidden;
position: absolute;
text-align: center;
white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
padding: 0;
width: 14px;
height: 14px;
border: none;
text-indent: 0;
margin: 2px 3px;
cursor: pointer;
display: inline-block;
background: #ffffff;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
padding: 0;
width: 14px;
height: 14px;
border: none;
margin: 2px 3px;
background-color: #9dd3af;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
background: #eeeeee;
-webkit-border-radius: 0;
border-radius: 0;
}

.testimonial4_control_button .carousel-control{
top: 175px;
opacity: 1;
width: 40px;
bottom: auto;
height: 40px;
font-size: 10px;
cursor: pointer;
font-weight: 700;
overflow: hidden;
line-height: 38px;
text-shadow: none;
text-align: center;
position: absolute;
background: transparent;
border: 2px solid #ffffff;
text-transform: uppercase;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
left: 7%;
top: 50%;
right: auto;
}
.testimonial4_control_button .carousel-control.right{
right: 7%;
top: 50%;
left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
color: #000;
background: #fff;
border: 2px solid #fff;
}

.testimonial4_header{
top: 0;
left: 0;
bottom: 0;
width: 550px;
display: block;
margin: 30px auto;
text-align: center;
position: relative;
}
.testimonial4_header h4{
color: #ffffff;
font-size: 30px;
font-weight: 600;
position: relative;
letter-spacing: 1px;
text-transform: uppercase;
}

.testimonial4_slide{
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 70%;
margin: auto;
padding: 20px;
position: relative;
text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
color: #ffffff;
font-size: 22px;
}

.testimonial .carousel {
padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}
/* ------testimonial  close-------*/
/* end tetstimonial */