body {
    font-family: 'Mukta', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    overflow-x:hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    margin: 0 0 10px 0;
    font-family: 'Mukta', sans-serif;
    font-weight: 600;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 40px;
    color: #FDAF17;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 16px;
}
p{
    color:#fff;
}


ul/ol {
    margin: 0 0 0 10px;
}

li {
    margin: 0 0 10px 0;
}

button {
    display: block;
}

a {
    text-decoration: none;
}

/* ============== Home Page Css starts ============== --*/
header{
    position:fixed;
    z-index:90;
    width:100%;
}
nav {
    background: #42a0e7;
}
.menu ul li{
    margin:0 10px 0 0;
}
.menu ul li:last-child{
    margin:0;
}
.menu ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
.menu ul li a:hover {
    color: #fdaa09;
}
.menu ul .track-btn{
    background: #003d90;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    height:50px;
}
.navbar-nav{
    align-items:center;
}
.home-banner .carousel-inner{
    height:100vh;
}
.banner-wrap img {
    width: 100%;
    height:100vh;
    object-fit: cover;
}

.banner-wrap h1 {
    font-size: 72px;
    font-weight: 700;
    line-height: 80px;
    color: #151515;
    width: 680px;
}

.banner-wrap p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    width: 600px;
}

.banner-wrap .carousel-caption {
    top: 150px;
    left: 0;
    right: 0;
    max-width: 1097px;
    align-items: center;
    align-content: center;

    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
.banner-wrap .carousel-inner{
position: relative;
}
.banner-wrap .carousel-inner video {
    pointer-events: none;
    inset: 50% 0px 0px 50%;
    border: none;
    outline: none;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 170.77vh;
    position: absolute;
    transform: translate(-50%, -50%);
}

.banner-wrap a.btn {
    background: #0C4DA1;
    font-weight: 500;
    font-size: 20px;
    border-radius: 0;
    border: 1px solid #0C4DA1;
}
.banner-wrap a.btn:hover{
    background:#fdaa09;
    border: 1px solid #fdaa09;
}
.banner-wrap i{
   font-size: 35px;
   color: #000;
}
.tracking-wrapper{
    position:absolute;
    top: 50%;
    right: 15%;
    transform:translate(-50%, -50%);
    background:#fff;
    z-index: 10;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 350px;
}
.tracking-box{
  padding: 27px 30px 0 30px;  
}
.tracking-wrapper h2{
    color: #0c4da1;
    font-size: 22px;
    padding-bottom: 10px;
}
.tracking-wrapper form input{
    width: 100%;
    height: 50px;
    border-radius: 0px;
    border: 1px solid #e2e2e2;
    padding: 0px 16px;
    outline: 0px;
}
.tracking-wrapper form button{
    display: block;
    height: 64px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 64px;
    border: none;
    background: #003d90;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    margin-top: 20px;
}
.about-wrap {
    background: #3983bb;
    padding: 100px 0 100px;
}

.about-wrap span {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.about-wrap h2 {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 45px;
    margin-top: 20px;
}

.about-wrap p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 25px;
}

.abt-btm {
    border-top: 1px solid #fff;
}

.abt-btm h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
      width: 344px;

}

.about-wrap img {
    width: 100%;
    position: relative;
}

.about-wrap img.img1 {
    position: absolute;
    left: -141px;
    bottom: -216px;
}

.about-wrap img.img2 {
    height: 540px;
    object-fit: cover;
}

.about-wrap img.img3 {
    width: auto;
    position: absolute;
    bottom: 17px;
    left: -71px;
}

.our-achivements {
    padding: 80px 0;
    background: url(../images/achievement.png);
    background-size: cover;
    position: relative;
}

.our-achivements h2 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.our-achivements p {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.achivement-overlay:after {
    position: absolute;
    content: '';
    display: block;
    background: #143764;
    width: 100%;
    height: 100%;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -999;
}

.counter h2 {
    margin-bottom: 0;
}

.common span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.service-wrap {
    background: #3983bb;
    padding: 100px 0;
}

.service-wrap h2 {
    width: 58%;
    margin: 10px auto 25px;
}

.service-wrap img,.news-blog img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.service-slider h4 a {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.service-slider h4 a:hover {
    text-decoration: none;
    color: #fdaa09;
}
.service-slider h4 {
    margin: 20px 0;
}

.service-slider .slick-prev::before,
.service-slider .slick-next::before {
    content: '\f104';
    font: normal normal normal 14px/1 FontAwesome;
    color: #6F6F6F;
    font-size: 30px;
}

.service-slider .slick-next::before {
    content: '\f105';
}

.service-slider .slick-prev,
.service-slider .slick-next {
    opacity: 1;
    top: 30%;
}



.our-partners {
    background: #d1d1d1;
    padding: 40px 0;
}

.partners h2{
    color:#084a9f;
    padding-bottom: 20px;
    text-transform: capitalize;
    text-align:center;
}

.news-blog span {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    text-transform: uppercase;
}

.news-blog {
    padding: 100px 0;
    background: url(../images/news-wrap.png);
    background-size: cover;
    position: relative;
}

.news-blog h6 a {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
.news-blog h6 a:hover{
    color: #fdaa09;
}
.news-blog img {
    height: 200px;
    object-fit: contain;
    margin-bottom: 10px;
    width:100%;
}

.news-blog-overlay:after {
    opacity: 0.9;
    background: #42a0e7!important;
}

.partner-slider .slick-dots li button::before {
    font-size: 20px;
    opacity: 1;
    color: #333333;
}

.partner-slider .slick-dots {
    bottom: -50px;
}

.partner-slider .slick-dots li.slick-active button::before {
    color: #fff;
}

.partner-slider .slick-prev::before,
.partner-slider .slick-next::before {
    display: none !important;
}

.partner-slider a {
    margin-right: 10px;
}

.partner-slider img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}

.common-bg {
    background: #42a0e7;
    padding: 20px 0;
}

.faq .card {
    background: #FCFCFB;
    border: none!important;
    border-radius:0px!important;
}
.faq .card .card-header{
    background: #FCFCFB!important;
    padding: 20px 0px;
    border-top:1px solid #e9e8e7;
}
.faq .card .card-header a:hover{
    text-decoration:none;
}
.faq .card .card-body{
    padding:20px 0px;
}
.faq .md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.faq .md-accordion .card .fa-angle-down {
    float: right;
    color: #151515;
}

.faq h6 {
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0px;
    color: #151515;
}

.faq h5 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #151515;
}
.team-wrap{
    padding:80px 0;
    background: #f4f6f9;
    overflow:hidden;
}
.team-wrap img {
    margin-bottom: 20px;
    height: 254px;
    object-fit: cover;
    object-position:top;
    width:100%;
}

.team-wrap h5 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 8px;
    color: #151515;
}

.team-wrap h6 {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.team-wrap h2 {
    margin-bottom: 25px;
}

.image-slider img {
    height: 240px;
    object-fit: contain;
    width: 100%;
}

.randomimages {
    overflow: hidden;
}

.image-slider .slick-prev::before,
.image-slider .slick-next::before {
    display: block !important;
}

.image-slider .slick-next {
    right: 40px;
    opacity: 1;
}

.image-slider .slick-prev {
    left: 40px;
    opacity: 1;
    z-index: 1;
}

.image-slider .slick-prev::before,
.image-slider .slick-next::before {
    content: '\f104';
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-size: 30px;
}

.image-slider .slick-next::before {
    content: '\f105';
}

.testimonial-box {
    background: #d1d1d1;
    padding: 25px;
    min-height: 300px;
}

.testimonial-box p {
    font-weight: 400;
    font-size: 18px;
    color:#111;
}

.testimonial-box h5 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 8px;
    color:#111;
}

.testimonial-box h6 {
    font-weight: 400;
    font-size: 16px;
    color:#111;
}

.testimonial-slider .slick-prev::before,
.testimonial-slider .slick-next::before {
    content: '\f104';
    font: normal normal normal 14px/1 FontAwesome;
    color: #626262;
    font-size: 30px;
}

.testimonial-slider .slick-next::before {
    content: '\f105';
}

.testimonial-wrap {
    position: relative;
    padding: 80px 0px;
    background: #9ad2fd;
}

.testimonial-wrap h2 {
    margin-bottom: 30px;
    color:#084a9f;
    text-transform: capitalize;
}

.testimonial-wrap .slick-prev,
.testimonial-wrap .slick-next {
    top: -37px;
    opacity: 1;
}

.testi-image img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.testimonial-slider {
    margin-bottom: 30px;
}

.quoation-wrap {
    background: url(../images/quoation.png) no-repeat;
    position: relative;
    padding: 30px 0;
    height: 260px;
    background-size: cover;
}

.quoation-detail {
    padding-top: 30px;
}

.quoation-button {
    padding-top: 55px;
}

.quoation-button input,
.quoation-button button {
    border-radius: 0;
}

.quoation-button button {
    width: 100%;

    background: #0c4da1;
    border: 1px solid #0c4da1;
}
.quoation-button button:hover{
    background:#fdaa09;
    border: 1px solid #fdaa09;
}
.quoation-button .form-control::placeholder {
    font-size: 14px;
    color: #6F6F6F;
}

footer {
    padding: 60px 0 20px !important;
}

.footer-logo img {
    margin-bottom: 10px;
}

.footer-logo p {
    font-weight: 400;
    font-size: 14px;
}

footer h6 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}

footer ul,
.footer-socail-media ul {
    padding-left: 0;
}

footer ul li,
.footer-socail-media ul li {
    list-style: none;
}

footer ul li a {

    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

footer ul li a:hover {
    text-decoration: none;
    color: #fdaa09;
}

.footer-socail-media ul li {
    display: inline-block;
    margin-right: 8px;
}

.f4 {
    padding: 0
}
.service-slider .slick-prev::before, .service-slider .slick-next::before{
    color:#fff!important;
}

/* ============== Home Page Css ends ============== --*/
/* ============== About Page Css starts ============== --*/
.inner-page{
    position: relative;
}
.inner-page img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.inner-overlay{
    position: absolute;
    left: 0;
    background: #000;
    content: '';
    height: 100%;
    width: 100%;
    opacity: 0.6;
    top:0;
}
.breadcrumb-wrap{
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 188px
}
.breadcrumb{
    background: none;
}
.breadcrumb-wrap ol li a{
    color: #fff;
    font-size: 23px;
}
.breadcrumb-wrap .breadcrumb-item.active{
    color: #fdaa09;
    font-size: 23px;
}
.breadcrumb-wrap .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
.mission{
    background: #f4f6f9;
    padding:100px 0px;
}
.mission h3, .mission p{
    color:#000;
}
.mission ul{
  padding-left: 20px;
}
/* ============== About Page Css ends ============== --*/
/* ============== Service Page Css starts ============== --*/
.inner-service h4 a{
    color:#fff;
    

}
.inner-service img{
    margin-bottom: 15px;
}
.inner-service h4 a:hover{
    text-decoration: none;
    color: #fdaa09;
}
.service-detail img{
    height: 350px;
    margin-bottom: 20px;
    object-fit:fill;
    border-radius:5px;
}
.service-detail{
    padding: 30px 0;
}
/* ============== Service Page Css ends ============== --*/
/* ============== Contact Page Css starts ============== --*/
.contact-box{
    background: #111111;
    padding: 20px;
    text-align: center;
    border: 1px solid #333;
}
.contact-box i{
font-size: 35px;
color:#fdaa09;
display: block;
margin-bottom: 15px;
}
.contact-box a:hover{
    color:#fdaa09;
    text-decoration: none;
}
.contact-box a{
    color: #fff;
}
#btnContactUs{
    background: #0C4DA1;
font-weight: 500;
font-size: 20px;
border-radius: 0;
border: 1px solid #0C4DA1;
}
#btnContactUs:hover{
    background: #fdaa09;
    border: 1px solid #fdaa09;
}
.contact-form input,.contact-form textarea{
  border-radius: 0;
}
.animate__animated {
    animation-duration: 3s;
}
.tt{
    padding:50px 0;
}
.tt .testimonial-box{
    border:1px solid #ccc;
}
.sidebar img{
    height:120px;
    object-fit:cover;
}
.sidebar{
    border:1px solid #ccc;
    padding:15px;
}
.sidebar h5 a{
    color:#fff;
    text-decoration:none;
}
.sidebar h5{
    font-size:20px;
}
.sidebar p{
    font-size:15px;
    line-height:20px;
}
.sidebar h5 a:hover{
    color:#fdaa09;
}
.sidebar-list{
   border-bottom:1px dashed #ccc; 
   margin-bottom:20px;
}
.sidebar-list:last-child{
    border:none;
}
.sidebar-list:last-child{
    margin:0;
}
.menu ul li ul{
   background:#191a1c;
}
.inner-abt .img2{
    padding-top:55px!important;
}
.dropdown-menu.sm-menu{
    background:#191a1c;
    border:1px solid #fdaa09;
    margin-top: 18px;
    border-radius:0;
    left:-50px;
}
.dropdown-menu.sm-menu a:hover{
    background:none;
    
}
.storetext{
  left: 0;
}
.storestop{
  background: #F8F8F8;
  padding:8px 10px;
}
.storestop h6{
  font-size: 18px;
  color: #152644;
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 6px;
}
 #custom-search-form .search-query {
  padding-right: 3px;
  padding-left: 30px;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #152644;
  width: 200px;
  height: 35px;
}
#custom-search-form button {
  border: 0;
  background: none;
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -200px;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.search-query:focus + button {
  z-index: 3;   
}
.search::-webkit-input-placeholder { /* Edge */
  color: #6A6A6A;
  font-size: 14px;
}

.search:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6A6A6A;
  font-size: 14px;
}

.search::placeholder {
  color: #6A6A6A;
  font-size: 14px;
}
.search .btn{
  color: #6A6A6A;
}
.storetab{
  padding-top: 50px!important;
}
.storetab img{
  width: auto;
  padding-right: 5px;
}
.store-detail h6{
  margin-bottom: 20px;
}
.store-detail h6 a{
  font-weight: 600;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
}
.store-detail a{
  font-weight: normal;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}
.store-detail a:hover{
  text-decoration: none;
   color:#F02839;
}
.store-detail a.btn{
  background: #0C4DA1;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #0C4DA1;
    text-transform: uppercase;
    padding: 7px 33px;
}
.store-detail a.btn:hover{
background: #fdaa09;
border: 1px solid #fdaa09;
} 
.store-detail{
      
    border-bottom: 1px solid #CACACA;
    padding: 20px 20px 20px 0;
    position: relative;
}
.store-detail:after{
  position: absolute;
  content: '';
  border-right: 1px solid #CACACA;
  right: -16px;
    height: 200px;
    top: 0;

}
.store-detail ul li{
  list-style: none;
}
.store-detail ul{
  padding-left: 0;
}
.store-detail::last-child{
  border-bottom:none;
}
.producttab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  color: #fff;
  background-color: #01459c;  
}
.producttab .nav-tabs .nav-link{
    color:#fff;
}
.faq-wrap{
   padding:100px 0;
   background:#FCFCFB;
}
.team-sec{
    margin-bottom:20px;
}
/* ============== Contact Page Css ends ============== --*/

/* ============== Responsive Page Css starts ============== --*/
@media (max-width:1600px){
    .tracking-wrapper{
        width:300px;
    }
    .tracking-wrapper form button{
        height:50px;
    }
}
@media (max-width: 992px) {
   .navbar-toggler{
    background:#fdaa09;
    padding: 0px 8px;
    line-height: 30px;
    right: 0px;
    position: relative;
    }
    .menu{
    width: 100%;
   } 
   .banner-wrap h1{
       font-size:40px
   }
   .banner-wrap .carousel-caption{
       left:65px;
   }
   .about-wrap h2{
       font-size:30px;
       margin-bottom:20px;
       line-height:35px;
   }
   .about-wrap img.img3{
       display:none;
   }
   .about-wrap img.img1{
       position:static;
   }
   .service-wrap img, .news-blog img{
       height:auto;
   }
   .partner-slider img{
       height:auto;
       width:auto;
   }
   .team-wrap img{
       height:auto;
       width:100%;
   }
   .quoation-text h2{
       font-size:25px;
   }
   .quoation-button button{
       padding:6px;
   }
   .quoation-button{
       padding-top:15px;
   }
   .about-wrap{
       padding:50px 0;
   }
   .service-wrap h2{
       width:100%;
   }
   .faq-wrap img{
       width:100%;
   }
   .abt-btm h6{
       width:100%;
   }
   .footer h6{
     font-size:13px;   
   }
   .footer ul li a{
       font-size:12px;
   }
   .footer ul li, .footer-socail-media ul li{
       margin:10px;
   }
   .mission{
       padding:50px 0px;
   }
}

.sticky-icon  {
	z-index:1;
	position:fixed;
	top:55%;
	left:0%;
	width:60px;
	display:flex;
	flex-direction:column;}  
.sticky-icon a  {
	transform: translate(-5px,0px);
    border-radius: 0px 30px 30px 0px;
	text-align:left;
	margin:2px;
	text-decoration:none;
	text-transform:uppercase;
	padding:10px;
	font-size:22px;
	font-family:'Oswald', sans-serif;
	transition:all 0.3s;}
.Facebook  {
	background-color:#2C80D3;
	color:#FFF;}
	
.Instagram  {
	background-color:#CC3680 ;
	color:#FFF;}
.whatsapp{
    background-color:#1BD741;
    color:#fff;
}
.phone{
    background-color:#009184;
    color:#fff;
}
						
.sticky-icon a i {
	background-color:#FFF;
	height:40px;
	width:40px;
	color:#000;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	margin-left: -2px;
	transition:all 0.5s;
    font-size: 26px;
}
.sticky-icon a i.fa-facebook-f  {
	background-color:#FFF;
	color:#2C80D3;}
	
	
.sticky-icon a i.fa-instagram  {
	background-color:#FFF;
	color:#FD1D1D;}
	.sticky-icon a i.fa-whatsapp  {
	background-color:#FFF;
	color:#1BD741;}
	
	.sticky-icon a i.fa-phone  {
	background-color:#FFF;
	color:#009184;}
    .abt-btm img{
        width:auto!important;
    }
	
#myBtn {
	height:50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
	line-height:40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
	font-size:30px;}

#myBtn:hover {
  background-color: #555;
}			
.footer-copyright{
    display:none;
}


@media (max-width: 767px) {
   .navbar-toggler{
    background:#fdaa09;
    padding: 0px 8px;
    line-height: 30px;
   }
   .menu{
    width: 100%;
   } 
   .menu ul{
    padding-left: 20px;
   }
   .home-banner{
       height:100vh;
   }
   .home-banner .carousel, .home-banner .carousel img{
      height:100vh; 
      object-fit:cover;
   }
   .home-banner .carousel-caption{
    top:30%;
    
   }
   .home-banner .carousel-control-prev, .home-banner .carousel-control-next{
       display:none!important;
   }
   .tracking-wrapper {
    position: absolute;
    top: 70%;
    right: 0%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 10;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 291px;
    left: 53%;
   }
   .tracking-box {
    padding: 20px 20px 0 20px;
   }
   .tracking-wrapper form button{
      height: 48px;
      font-size: 18px;
     line-height: 48px;
   }
   .tracking-wrapper h2 {
        font-size: 20px;
        padding-bottom: 5px;
    }
   .sticky-icon  {
    top: 34%;
   }
    .banner-wrap h1{
       font-size:25px;
       line-height: 17px;
    }
      .banner-wrap p{
        font-size: 15px;
        line-height: 20px;
        width: 100%;
      }
      .banner-wrap a.btn{
        font-size: 15px;
      }
      .about-wrap img.img2{
        padding-top: 10px;
        margin-bottom:20px;
        max-height:300px;
        object-fit:cover;
      }
      .about-wrap img.img1{
        position: static;
        display:none;
      }
      .about-wrap img.img3{
        display: none;
      }
      .about-wrap{
        padding: 50px 0;
      }
      .achivement-icon{
          display:none;
      }
      .counter .col-md-3{
        width: 28%;
        float: left;
        margin-left:70px;
      }
      .counter .col-md-9{
        width: 50%;
        float: right;
      }
      .service-wrap,.news-blog{
        padding: 20px 0;
      }
      .service-wrap h2{
        width: 100%;
      }
      .service-slider .slick-prev, .service-slider .slick-next,.testimonial-wrap .slick-prev, .testimonial-wrap .slick-next{
        display: none;
      }
      .news-blog .col-md-3{
         margin-bottom: 20px;
         width:50%;
      }
      .team-wrap img{
        height: 350px;
        width: 100%;
      }
      .quoation-wrap{
        height: auto;
      }
      /*.quoation-button button{*/
      /*  text-align: left;*/
      /*}*/
      .quoation-button{
        padding: 0 25px;
        margin-left:0;
      }
      .f1{
        margin: 0;
        width: 50%;
      }
      .f4{
        padding: 0 20px
      }
      footer h6{
        font-size: 18px;
        margin-bottom:10px;
      }
      footer{
        padding: 20px 0!important;
      }
      .service-wrap{
        overflow: hidden;
      }
      .inner-page img{
        height: auto;
      }
      .contact-box{
        margin-bottom: 20px;
      }
      #btnContactUs{
        float: left;
      }
      .service-detail img{
        height: auto;
      }
      .partner-slider a,.partner-slider img{
          /*height:auto;*/
      }
      .partner-slider img{
          width:100%;
      }
      .testimonial-wrap,.our-partners{
          overflow:hidden;
      }
      .quoation-button button{
          margin-top:10px;
      }
      footer ul li, .footer-socail-media ul li{
          margin:10px;
          margin-left: 0px;
      }
      .footer-logo{margin-bottom:20px;}
      #btnContactUs{
          width:100%;
      }
      .our-achivements{
          padding:40px 0;
          overflow:hidden;
      }
      .team-wrap .col-md-3{
          width:50%;
      }
      .testi-image img{
          display:none;
      }
      .testimonial-wrap{
          padding-bottom:0;
      }
      .testimonial-box{
          min-height:auto;
      }
}
@media (max-width:600px){
    .our-achivements .text-center h2{
        font-size:32px;
        margin-bottom: 20px;
    }
    .counter{
        justify-content:center;
    }
    .counter .col-md-3{
        display:none;
    }
    .counter .col-md-9{
        text-align:center;
    }
    .counter .col-md-9 h2{
        font-size:18px!important;
        padding-bottom:7px;
    }
    .our-achivements .slick-dotted.slick-slider{
        margin-bottom:0px!important;
    }
   .our-achivements .slick-dots{
       display:none!important;
   }
   .our-achivements p{
       margin-bottom:0px;
   }
   .footer-logo p{display:none;}
   .footer-copyright{
        display:block;
        background: #1180d3;
        padding:15px 0;
        text-align:center;
    }
    .footer-copyright p{
        font-size:16px;
        line-height:1.6rem;
        color:#fff;
        margin-bottom: 0px;
    }
    footer{
        padding-bottom:0px!important;
    }
}
/* ============== Responsive Page Css ends ============== --*/