@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-family: 'POPPINS';  
    font-weight: 300;
    font-size:17px;
    line-height: 1.75;
    color: #1e1e1e;
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

a{
    outline:none;
}

h1,h2,h3,h4{
    font-family: 'POPPINS';
    color: #000;
}

.no_padding {
    padding: 0px;
}

.cont-hight
{
    font-size: 16px;
}

.cont-hight th
{
    font-weight: 600;
}

.hr{height: 5px; background-color: #0982e6; width: 100%; clear: both; }

/*================header-start=================*/
.header_bg{width: 100%;}
.navbar-brand {
    height: 80px;
    font-size: 30px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 400;
    padding: 35px 0 0 0;
    font-family: 'POPPINS' !important;
}

.navbar-brand span{color: #0982e6;}
.navbar-wrapper {
	margin: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    z-index: 99999999;
}

.navbar-inverse {background-color: inherit; border-bottom:inherit;  }

.navbar{margin-bottom: 0px; position: inherit; border-radius:inherit ;}
.navbar-nav {
    float: right;
}

nav{
    margin:0px !important;
}

.navbar-wrapper .container{
    padding: 0px !important;
}

.navbar-nav li{
    padding:20px 0 20px 0;
}

.navbar-nav li.mnutrack{
    padding:20px 0 20px 0;
    background-color: #f38121;
}

.navbar-nav li.mnutrack a
{
    color: #fff !important;
    width: 100%;
    text-align: center;
}

.navbar-nav li.mnulogin{
    padding:20px 0 20px 0;
    background-color: #2d3f5b;
}

.navbar-nav li.mnulogin a
{
    color: #fff !important;
    width: 100%;
    text-align: center;
}

.mnulogin .dropdown-menu {
    left: -100px;
}

.navbar-nav li.mnulogin .mnusubmenu a {
    color: #000 !important;
    text-align: left;
}

.navbar-nav>li>a{padding-top: 10px; padding-bottom: 10px; margin-right:8px;   }

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{color: #fff;   padding-top: 10px; padding-bottom: 10px;}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover
{
	color: #000;
	background-color:transparent;
	text-transform: uppercase;
	font-weight: bold;
}

.navbar-toggle{background-color: #333; margin-top: 35px; margin-bottom: 35px;z-index: 2;}
.navbar-inverse .navbar-nav>li>a {
    color: #485b69;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}


.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
    width: 30px;
    height: 30px;
    margin-top: 50px;
    font-size: 30px;
}
.dropdown-menu{
	padding: 12px;
	border-left: 8px solid #ff7a09;
}

.dropdown-menu > li > a
{
	padding: 18px 53px 10px 10px;
	font-weight: 450;
}


.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover
{
	background-color: transparent !important;
	font-weight: bold;
    color: #452896;
}

.dropdown-menu > li
{
	border-bottom: 1px solid rgba(72, 91, 105,0.3) !important;
    padding:0px;
}

.dropdown-menu > li:hover
{
	border-bottom: 2px solid #e2e2e2 !important;
}

.track-panel{
    background-color: #ebebeb;
    padding-block: 50px;
    overflow: auto;
}

.track-panel-inner
{
    padding-block: 50px;
    overflow: auto;
}

.track-padding{
    margin-bottom: 50px;
}

.track-inner-panel{
    width: 40%;
    text-align: center;
    margin: 0px auto;
}

.track-inner-panel input{
    font-size: 18px;
    font-weight: bold;
    padding:22px;
}

.track-inner-panel button
{
    padding: 12px;
    font-weight: 600;
    background-color: #ff7a09 !important;
    border: 1px solid #ff7a09;
    color: #fff;
    text-transform: uppercase;
}


/*================banner-start=================*/95
.banner_bg{width: 100%;}
.carousel{height:450px; margin-bottom: 0px;}
.carousel-inner > .item > img{max-width:100%;   height:450px;}
.carousel-inner{height: 450px;}
.carousel .item{height: 450px;background-color: transparent;}
.carousel-control.left{background:none; }
.carousel-control.right{background:none; }
.carousel-indicators{display: none;}

.carousel-caption{
    left: 150px;
    text-align: left;
    top: 120px;
}

.carousel-control{
    width: 10%;
}

.carousel_rightsite{width: 100%;}
.carousel-caption h1 {
    font-size: 56px !important;
    color: #ffffff;
    line-height: 66px !important;
    font-weight: bold;
    font-family: 'POPPINS' !important;
    text-transform: uppercase;
}

.carousel-caption h6{
    font-size: 24px !important;
    color: #ffffff;
    line-height: 36px;
    font-weight: 300;
    font-family: 'Georgia'; 
}

.carousel-caption .btn-primary {
color: #fff;
font-size: 15px;
background-color: #0982e6;
border-color: #0982e6;
border-radius: 0px;
}

.carousel-caption .btn-primary:hover {
color: #fff;
font-size: 15px;
background-color: #000;
border-color:#000;
border-radius: 0px;
}

.track-page {
    margin-block: 80px;
    border: 10px solid #452895;
    padding: 30px;
    text-align: center;
}

.track-page textarea{
    font-size: 16px;
    font-weight: 600;
}


.ratecalculator .col_panel {
    width: 60% !important;
    float: unset;
    margin: 0px auto;
}

.pincode-content-block{
    text-align: center;
}

.pincode-result {
    width: 100%;
}

.pincode-result p{
    font-weight: 600;
    text-align: center;
}

.volumetricweight .measures{
    font-weight: 500;
    padding-block: 30px;
}

.volumetricweight input[type=text]{
    font-size: 16px;
}

@media all and (min-width: 1024px){
    nav {
    margin: 0px 18px 0px 42px;
    }
}

@media all and (max-width: 1280px){
	.carousel{height:450px;}
	.carousel-inner > .item > img{height:450px;}
	.carousel-inner{height: 450px;}
	.carousel .item{height: 450px;}
    
    .nav>li>a {
        padding: 4px 14px;
        font-size: 14px;
    }
}


@media all and (max-width:1024px) {

    .message-panel ul {
      margin: 0px auto;
      width: 80%;
    }

    .message-panel li {width: 75% !important;border: 1px solid #000 !important;}

    .track-panel{padding-block: 20px;}
    .track-inner-panel{width: 70%;padding-block: 20px}
	.carousel{height: auto;} 
	.carousel-inner > .item > img{height:450px; max-width:100%;  }
	.carousel-inner{height: auto;}   
	.carousel-control.left{background:none; }
	.carousel-control.right{background:none; }
	.carousel .item{height: 300px;}
	    .carousel-caption {
	    bottom: 70px;
	    text-shadow: none;
	}   

	.navbar-nav {
		float: right;
	}  


	.navbar-brand > img {
		display: block;
		max-width: 100px !important;
		padding: 30px 0px;
	}
}

@media all and (max-width:767px) {
    

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	    margin-top: 0px !important; 
	}    

    .about-us{
    	margin-top: 0px !important;
    }

	.header-content h1{
		font-size: 25px;
		margin: -20px;
	}

    .navbar-wrapper {position: relative;}
    .navbar-inverse {
	    background-color: #fff;
	    border-bottom: inherit;
	}

	.navbar-brand img{
		margin: -65px 0px 0px 0px !important;
	}
	    
	   .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	    padding-top: 10px;
	    padding-bottom: 10px;
	} 
	    
	.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	    padding-top: 10px;
	    padding-bottom: 10px;
	} 
	.navbar-nav>li>a {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}    

    .navbar-brand > img {
        display: block;
        max-width: 130px !important;
        padding: 43px 0px;
    }

    .bottom-panel h2 
    {
          color: #fff;
          padding-block: 15px !important;
          font-size: 18px !important;
    }

	.ordertitle {
        font-size: 40px;
        font-weight: 600;
        margin: 0px auto;        
        color: #2d3f5b;
	}


	    
	.navbar-nav {
	float: left;
	width: 100%;
	}
	}
	@media all and (max-width:640px) {}
	@media all and (max-width:360px) {

	.navbar-brand{
	max-width:79%;
	}



	.carousel-inner > .item > img{height:350px; max-width:100%;  }  
	.carousel .item {
	height: 350px;
	}
	    .carousel-caption {
	    bottom: 70px;
	    text-shadow: none;
	}
	    .carousel-caption h1 {
	    font-size: 30px !important;
	        line-height: 30px !important;    
	}
	    .carousel-caption h6 {
	    font-size: 18px !important;
	    line-height: 24px;
	}
	    
	

}


@media all and (max-width:640px) {
	.carousel-inner > .item > img{height:100%; max-width:100%;  } 
	.carousel .item {
		height: 250px;
	}
	       .carousel-caption {
	    bottom: 80px;
	}
}


@media all and (max-width:360px) {
	.carousel-caption h1 {
	    font-size: 14px !important;
	    line-height: 18px !important;
	}
}

@media all and (max-width:320px) {

.carousel-inner > .item > img{height:100%; max-width:100%;  } 
.carousel .item {
height: 150px;
}
    .carousel-caption  .btn-primary{font-size: 9px;}
    .carousel-caption  .btn-primary:hover{font-size: 9px;}
    .carousel-caption {
    bottom: -10px;
}
    
}


/*================Gride=================*/
    
    
.working_gride_info_bg{
    position: relative;
    z-index: 98;
    background-color: #f7f7f7;
}
.working_gride_info{
    position: absolute;
    top: 0;
    margin: 0 !important;
    left: 50%;
    -webkit-transform: translate(-50%,-51%) scale(1,1);
    -ms-transform: translate(-50%,-51%) scale(1,1);
    transform: translate(-50%,-51%) scale(1,1);
    z-index: 54;
    width: 1170px !important;
    max-width: 1170px !important;
}



.working_gride{
    background-image: url(../images/info_bg.jpg); background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px;
}

.inner-wrap{border:1px solid #6e6e6e; }

.gride_block {
    border-right: 1px solid #6e6e6e;
    display: inline-block;
    width: 280px;
}
.gride_block:last-child {
    border-right: none ;
    display: inline-block;
    width: 284px;
}
.gride_icon {
    width: 20%;
    float: left;
    height: 90px;

}


.gride_icon i {
    width: 20%;
    height: 90px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    font-size: 36px;
    color: #0982e6;
}

.gride_dital {
    width: 80%;
    padding: 18px 0px;
    overflow: hidden;
}
.gride_dital h4 {
    color: #fff;
    font-family: 'POPPINS';
    font-size: 18px;
    line-height: 48px;
    margin: 0px;
    padding: 0px;
}

.gride_dital p{
    font-family: POPPINS;
    color: #fff;
    margin-bottom: 0;
}


@media all and (max-width:1024px) {
  .working_gride_info{
  width: 1170px !important;
    max-width: 1170px !important;  
            transform: translate(-50%,-51%) scale(0.82,0.82);
    }
    
    .gride_dital h4 {    line-height: 28px;}
    .gride_block {
    padding: 30px 20px;
}
    
    .gride_icon {
    width: 30%;
}
    .gride_dital {
    width: 70%;
}

    .banner-inner{
        min-height: 100px;
    }
    
}


@media all and (max-width:1023px) {
    .working_gride_info{
  width: 720px !important;
    max-width: 720px !important;  
            transform: translate(-50%,0%) scale(1,1);
    }
    
     .gride_icon i{width: 7%;}
    
       .gride_block {
    display: inline-block;
    width: 100%;
           border-bottom: 1px solid #6e6e6e; 
}
    .gride_block:last-child {
    display: inline-block;
        border-bottom: none; 
    width: 100%;
}
 
    
}


@media all and (max-width:800px) {
  .working_gride_info{
		width: 480px !important;
		max-width: 480px !important;  
    }
    
    .gride_icon i{width: 15%;}
    
       .gride_block {
    display: inline-block;
    width: 100%;
           border-bottom: 1px solid #6e6e6e; 
}
    .gride_block:last-child {
    display: inline-block;
        border-bottom: none; 
    width: 100%;
}
}

@media all and (max-width:768px) {
  
    .working_gride_info{
  width: 480px !important;
    max-width: 480px !important;  
    }
}

@media all and (max-width:640px) {
  
    .working_gride_info{
  width: 400px !important;
    max-width: 400px !important;  
    }
    }

.header-content h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
}

@media all and (max-width:480px) {
  

	.carousel-inner > .item > img{height:100%; max-width:100%;  } 
	.carousel .item {
	   height:155px;
	}
	    
	.carousel-caption h1 {
	    font-size: 24px !important;
	    line-height: 24px !important;
	} 
	    .carousel-caption h6 {
	    font-size: 14px !important;
	    line-height: 10px;
	}
	    .carousel-caption {
	    bottom: 10px;
	    text-shadow: none;
	}
	    .carousel-caption  .btn-primary{font-size: 11px;}
	    .carousel-caption  .btn-primary:hover{font-size: 11px;}
	    
	    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
	        display: none;
	        
	    }
	    
    .navbar-brand{font-size: 18px;width:83%;position: absolute;padding:30px 0px 0px 0px;}


    .working_gride_info{
		width: 300px !important;
		max-width: 300px !important;  
    }

	.header-content h1{
		font-size: 18px;
		color: #fff;
		margin-top:15px;
	}

}

@media all and (max-width:380px) 
{
  
    .working_gride_info{
		width: 200px !important;
		max-width: 200px !important;  
    }

	.navbar-brand{
		max-width:305px !important;
	}
}
    
@media all and (max-width:320px) 
{
	.navbar-brand{
	max-width:79%;
	}

	.header-content h1{
		font-size: 28px;
		color: #5a5a5a;
		margin-top: 5px;
	}    
}
    



/*================Gride=================*/



/*================service-cnt-start=================*/
.service_info_bg {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 20px;
    background: #f7f7f7;
    display: none;
}
.service_info{width: 100%;}
.service_info_tital{width: 100%;}
.service_info_tital h1{
    text-align: center; 
    color: #333;
    margin-top: 30px;
    margin-bottom: 30px;
}

.service_info_tital h3{    text-align: center;
    color: #999999;
    font-size: 26px;
    line-height: 36px;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-style: italic;}
.service_info_tital img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    margin-bottom: 30px;
}
.service_block_bg{width: 100%;position: relative;margin-bottom: 30px;}
.service_block {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    color: #fff;
    background-color: rgba(0,0,0, 0.7);
    width: 100%;
}
.service_block img{ border: 0px; outline: none; }
.box_title {
    width: 100%;
    text-align: center;
    margin:0px;
    min-height: 125px;
    padding: 10px;
}
.box_title span{display: inline-block; color: #e0e0e0; font-size: 36px; }
.box_title h3{
font-size: 24px; display: inline-block;
    line-height: 34px;
    padding-left: 5px;
}
.box-content {
text-align: center;
}
.box-content p{
    font-size: 16px;
    line-height: 26px;
        margin: 30px 0px;
}

.grey.button-ghost {
    box-shadow: inset 0 0 0 2px #c3c3c3;
    color: #999999;
    padding: 10px 24px;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0px 5px 0;
    overflow: hidden;
    text-align: center;
    
}

.grey.button-ghost:hover {
   background-color: #c3c3c3;
    color: #fff;
    text-decoration: none;
}

@media all and (max-width:1024px) {    
.working_gride_info_bg{ margin-top: 50px; } 

}




/*================tab-menu-start=================*/


.tabmaster_info_bg {
    width: 100%;
    float: left;
    background: #f7f7f7;
    clear: both;
    padding-bottom: 100px;
}

.tabmaster_info{width: 100%; margin-top: 30px;}
.tabmaster_info h1{text-align: center; color: #333;}

.tabmaster_info h3{    text-align: center;
    color: #999999;
    font-size: 26px;
    line-height: 36px;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-style: italic;}
.tabmaster_info_tital{width: 100%;}
.tabmaster_info_tital img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    margin-bottom: 30px;
}


/*------------------menu-------------------*/
.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #0982e6 !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: #0982e6; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; height: 350px;}

/*------------------menu-end------------------*/




/*====================================================slider-fade========================================*/

.banner_bg {
	width: 100%;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.fade-carousel {
	position: relative;
	height: 450px;
}
.fade-carousel .carousel-inner .item {
	height: 450px;
}
.fade-carousel .carousel-indicators > li {
	margin: 0 2px;
	background-color: #f39c12;
	border-color: #f39c12;
	opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
	width: 10px;
	height: 10px;
	opacity: 1;
}
/********************************/

/*          Hero Headers        */

/********************************/

.hero {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	display: none;
}
.hero h1 {
	font-size: 6em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.fade-carousel .carousel-inner .item .hero {
	opacity: 0;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
	opacity: 1;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}
/********************************/

/*            Overlay           */

/********************************/

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: inherit;
	opacity: .7;
}
/********************************/

/*          Custom Buttons      */

/********************************/

.btn.btn-lg {
	padding: 10px 12px;
}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
	color: #f5f5f5;
	background-color: #1abc9c;
	border-color: #1abc9c;
	outline: none;
	margin: 20px auto;
}
/********************************/

/*       Slides backgrounds     */

/********************************/

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
	background-repeat: no-repeat;
}
/********************************/

/*          Media Queries       */

/********************************/
.fade-carousel .carousel {
    height: 450px;
    margin-bottom: 0px;
}



@media screen and (min-width: 765px){
        .banner-inner{
        min-height: 400px;
    }
}


@media screen and (min-width: 980px){
	.hero {
		width: 980px;
	}


.fade-carousel .carousel-inner .item {
height: 350px;
max-width: 100%;
}
.fade-carousel {
position: relative;
height: 350px;
}
    
}
@media screen and (max-width: 800px) {

.fade-carousel .carousel-inner .item {
height: 300px;
max-width: 100%;
}
.fade-carousel {
position: relative;
height: 300px;
}
    
}

@media screen and (max-width: 768px) {

.fade-carousel .carousel-inner .item {
height: 250px;
max-width: 100%;
}
.fade-carousel {
position: relative;
height: 250px;
}
    
}

@media screen and (max-width: 640px) {
	.hero h1 {
		font-size: 4em;
	}
    
.fade-carousel .carousel-inner .item {
height: 200px;
max-width: 100%;
}
.fade-carousel {
position: relative;
height: 200px;
}
    
}
@media screen and (max-width:480px) {
.fade-carousel .carousel-inner .item {
height: 140px;
max-width: 100%;
}
.fade-carousel {
position: relative;
height: 140px;
}
    
}

/*====================================================slider-fade-end========================================*/


/*================tab-menu-end=================*/










/*====================================================client-logo-start========================================*/

.logo_slider_bg {
    width: 100%;
    background-color: #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    clear: both;
}
.logo_slider_bg h3{color: #000; font-family: 'Open Sans'; border-bottom: 1px dotted #666; padding-bottom:5px; margin-bottom:20px;}
.owl-prev {
top: 50px;
left: -40px;
position: absolute;
}
.owl-next {
top: 50px;
right: -40px;
position: absolute;
}
.owl-buttons{display: none;}

img.lazyOwl {
border: 0px solid rgba(75, 128, 25,0.2);
}
#owl-demo .item {
    margin: 3px;
    padding: 15%;
    background-color: #fff;
}

#owl-demo .item img {
display: block;
width: 100%;
height: auto;
}

/*====================================================client-logo-end========================================*/

.footer_info_bg{width: 100%;margin-top: 50px;}
.footer_info{width:100%;background-color: #2a2a2a;}
.footer_info_left {
    background-color: #232323;
    padding-top: 30px;
    display: block;
    float: left;
    width: 50%;
    padding-left: 100px;
}




.footer_address {
    background-color: #232323;
    display: block;
    padding-right: 50px;
    padding-top: 50px;
    text-align: right;
}
.footer_address img {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.footer_address p {
    text-decoration: none;
    text-align: left;
    padding: 30px 0 10px 0px;
    font-family: 'POPPINS';
    font-weight: 300;
    color: #959595;
    display: inline-block;
    font-size: 15px;
}
.footer_address h5 {
    text-decoration: none;
    text-align: left;
    padding: 0px 0px;
    font-family: 'Roboto';
    font-weight: 200;
    color: #fff;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}

.footer_info_right {
    background-color: #2a2a2a;
    padding: 80px 0 40px 60px;
    display: block;
    float: left;
    width: 50%;
}
.footer_ourinfo{width: 100%;  }
.footer_ourinfo h6 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-family: 'Roboto';
    font-weight: 200;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 15px;
}
.footer_ourinfo ul{margin: 0px; padding: 0px;}
.footer_ourinfo li{list-style: none;}
.footer_ourinfo li a {
    text-decoration: none;
    text-align: left;
    padding: 5px 0px;
    font-family: 'Roboto';
    font-weight: 200;
    color: #959595;
    display: inline-block;
}
.footer_ourinfo li a:hover{color: #fff;}



.social_info {
    width: 100%;
    margin-bottom: 36px;
}
.social_info ul{margin: 0px; padding: 0px;}
.social_info li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}


/*=================================================social_hover-part-start=====================================*/

@font-face {
    font-family: 'icomoon';
    src:url('http://fontmagnet.com/fonts/icomoon.eot');
    src:url('http://fontmagnet.com/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('http://fontmagnet.com/fonts/icomoon.woff') format('woff'),
        url('http://fontmagnet.com/fonts/icomoon.ttf') format('truetype'),
        url('http://fontmagnet.com/fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

a{
  text-decoration: none;
}

.social {
    position: relative;
    margin: 6px auto 17px auto;
    text-align: center;
}
.social a{
    position: relative;
    display: inline-block;
    font-family: "icomoon";
    font-size: 14px;
    width: 10px;
    height: 10px;
    color: white;
    text-align: center;
    margin-right: 14px;
    color: #452896;
}
.social .fb{
    background: #46629E;
}
.social .fb:before,
.social .fb:after{
    border-color: #46629E;
}

.social .tw{
    background: #00ACEE;
}
.social .tw:before,
.social .tw:after{
    border-color: #00ACEE;
}

.social .gp{
    background: #DD4B39;
}
.social .gp:before,
.social .gp:after
{
    border-color: #DD4B39;
}

.social .in{
    background: #0083be;
}
.social .in:before,
.social .in:after
{
    border-color: #0083be;
}

.social a:hover:after{
   -webkit-transform: scale(1.5);
}
.social a:hover:before{
    -webkit-transform: scale(2);
    transition: .3s all;
    opacity: 0;
}


@media screen and (max-width: 800px) {
    .footer_info_left{width: 100%;}
     .footer_info_right{width: 100%;}
}

@media screen and (max-width: 768px) {
.footer_ourinfo {
    width: 100%;
    margin-bottom: 20px;
}
    
    
    
.footer_info_left {
 padding-left: 30px;
}    
.footer_info_right {
    padding: 80px 0 40px 30px;
}    
    
}

/*=================================================social_hover-part-end=====================================*/

/*----------back-to-top-btn-css-start-----------------*/

.temp .back-to-top {
cursor: pointer;
position: fixed;
bottom: 20px;
right: 20px;
display: none;
}
.temp .btn-primary {
	color: #fff;
	font-size: 15px;
	background-color: #302c2c !important;
	border-color: #302c2c !important;
	border-radius: 0px;
	padding: 10px 20px;    
}
.temp .btn-primary:hover {
	color: #fff;
	font-size: 15px;
	background-color: #302c2c !important;
	border-color: #302c2c !important;
}
/*----------back-to-top-btn-css-end-----------------*/




/*=================================================inner-part-start=====================================*/
.inner_nav{width: 100%;}


.inner_nav.navbar-wrapper {
    position: absolute;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #333;
    border-bottom: 1px solid #ff8800;
}
.inner_nav .navbar-inverse .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
}





.banner_inner_bg {
    width: 100%;
    margin-top: 0px;
    position: relative;
    margin-bottom: 50px;
}

.inner_pages_bg {
    width: 100%;
  background-color: #fcfcfc;
}
.inner_page_info {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    display: inline-block;
}

.contact_left {
    width: 100%;
    background-color: #e8e8e8;
    padding: 20px;
}
.work {
    width: 100%;
    display: inline-block;
    margin-bottom:20px;
}
.work_icon_bg {
    float: left;
    margin-right: 10px;
}
.work_icon {
    vertical-align: middle;
    text-align: center;
    background-color: #333;
    width: 60px;
    height: 60px;
    display: table-cell;
    border-radius: 50%;
}

.work_hdg {
    overflow: hidden;
    margin: 5px 0 0 10px;
}
.work_hdg h4 {
    color: #0982e6;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Roboto';
    margin: 0px;
    padding: 0px;
}
.work_hdg p{font-family: 'Open Sans';
    color:#5a5a5a;
    margin: 0px;
    padding: 0px;

}

.contact_right{width: 100%;}
.contact_tital{width: 100%;}
.contact_tital h2 {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto';
    font-size: 30px;
    color: #333;
    font-weight: lighter;
}

.contact_tital h3{
    margin: 10px 0px; padding: 0px; 
    display: inline-block;
    color: #999;
    font-size: 18px;
    font-style: italic;
    font-family: Georgia,'Times New Roman',Times,serif;
}
.line_boder{
    border-bottom-color: #eeeeee;
    width: 100px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contact-right-input {
	width: 100%;
	margin-top: 30px;
}
.field {
	min-height: 18px;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	float: left;
	color: #ccc;
	font-size: 14px;
}
.field input {
    width: 100%;
    padding: 7px 0 10px 7px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
}
.field textarea {
	resize: none;
	width: 100%;
	padding: 7px 0 7px 5px;
	border: 1px solid #ccc;
	border-radius: 2px;
    background-color: #fff;
}
.learnmore {
    border: 2px solid #0982e6;
    color: #0982e6;
    width: 100px;
    padding: 8px 0px;
    font-size: 14px;
}

.learnmore:focus, .learnmore:hover {
    color: #2a2a2a;
    border: 2px solid #2a2a2a;
    text-decoration: none;
}

.contact-right-input button {
	float: left;
}
@media all and (max-width:1024px) {
	.contact-margen {
		margin-bottom: 24px;
	}

}

.client-home{
	padding-left: 100px;
	padding-right: 100px;
	padding-block: 20px;
	text-align: center;
}

.client-home .owl-item h4{
	text-align: center !important;
}

.client-home .owl-item img{
	max-width: 225px;
	margin: 0px auto;
}

.client-home h5{
    text-align: center;
    padding-block: 30px;
    font-size: 24px;
    font-weight: 400;
}

.owl-carousel .owl-stage-outer {
    border-top: 1px solid #e2e2e2;
    padding-top: 30px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 30px;
}


.inner-box 
{
  margin: 10px;
  font-weight: bold;
  text-align: left;
  color: #000;
}

.inner-box a
{
    color: #452896;
    text-decoration: none;
    padding: 9px;
    border-bottom: 1px solid #452896;
}

.inner-box p {
  padding-block: 20px;
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
  line-height: 24px;
}

.message-panel{
    padding-block: 100px;
    background-color: #eaeaea;
}

.message-panel li {
  list-style: none;
  width: 32%;
  border: 1px solid #333;
  float: left;
  font-size: 15px;
  font-weight: 500;
  padding: 50px;
  border-right: 0px;
}

.message-panel li:nth-child(3) 
{
  border-right: 1px solid #333;
}

.about-us .welcome-title-wrapper 
{
  padding-block: 35px;
}

.about-us {
    margin-block: 50px;
}

.about-us img{
    width: 100%;
}

.about-us h5 {
    text-align: center;
    padding-block: 30px;
    font-size: 24px;
    font-weight: 500;
}


.about-us h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}

.about-us h4 {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 3px solid #452896;
  display: table;
  margin: 0px auto;
  padding-bottom: 6px;
  text-transform: uppercase;
}


.client_data .client-image-item {
    padding-block: 40px;
    text-align: center;
    border:1px solid #e2e2e2;
}

.client_data .client-image-item img {
    max-width: 330px;
    margin: 0px auto;
}


.client_data .client-image-item h3{
	font-size: 22px;
}


/*----------inner-contact-us-css-end-----------------*/

/*----------inner-abouts-us-css-end-----------------*/
.shippiing{width: 100%;}

.shpping_blick {
    background-color: #fff;
    padding: 20px 0px;
}
.bgcolor_none{background-color: inherit;}

.box-icon-wrap {
    position: absolute;
    margin: 0;
    height: 50px;
    width: 50px;
    border-radius: 60px;
    left: 30px;
    top: 45px;
}

.box-icon {
    color: #0982e6;
}



.box-data {
    padding-left: 80px;
}

.box-data h3 {
    font-size: 20px;
    line-height: 30px;
    color: #333;
}

.had_inner {
    width: 100%;
    margin: 20px 0px;
    display: inline-block;
    text-align: center;
}
.had_inner h2 {
    margin: 0px 0 10px 0px;
    padding: 0px;
    color: #333;
    font-size: 36px;
    font-family: 'Roboto';
}

.full_abouts{width: 100%; background-color: #fff; padding: 20px;}

.full_abouts h4{margin: 0px; padding: 0px; color: #333;  font-family: 'Roboto'; font-size: 24px; margin-bottom:10px; }
.full_abouts p{margin: 0px; padding: 0px;  font-family: 'Roboto'; font-size: 14px; margin-bottom:10px; line-height: 24px; text-align: justify; }


.service_data{width: 100%; display: flex;}
.service_data h4{margin: 0px; padding: 0px; font-size: 24px; color: #333; font-family: 'Roboto'; margin-bottom:15px; }
.service_data p{margin-bottom: 20px; padding: 0px; font-size: 16px; text-align: justify; }

.service_data h3 {
    padding-block: 20px;
    text-align: left;
    color: #f67509;
}


.track{width: 100%}
.inner_track {
    width: 100%;
}
form {
    display: block;
    margin-top: 0em;
}
.inner_trackaira {
    margin: 0px;
}
.inner_trackaira textarea {
    border-radius: 0px;
    height: 50px;
    color: #333; font-family: 'Roboto';
}

.btn-ineer{width: 100%;}
.btn-ineer.btn-ineer .btn-primary {
    color: #fff;
    background-color: #f67608;
    border-color: #f67608;
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #fff;
    font-family: 'Roboto';
    font-size: 15px;
    padding: 10px 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.thanks{width: 100%; text-align: center;}
.thanks h1{margin: 0px; padding: 0px; color:#f77926; font-family: 'Roboto'; font-size:100px; border: 1px solid #ccc; }

.fixed-theme{
    background-color: rgba(255,255,255,0.9);
    position: fixed;    
	margin: 0px;
}

.header-overlay{
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    top: 0;
    overflow: hidden;
}

.header-content {
    position: absolute;
    left: 0%;
    top: 45%;
    color: #fff;
    padding: 0px 15px;
    text-align: center;
    width: 100%;
}

.service_data img {
    margin-block: 30px;
    object-fit: fill;
    max-width: 90%;
}

.navbar-brand img {
    max-width: 150px;
    margin: -45px 0px 0px 30px;
    position: absolute;
}

.col_full{
    padding-left:0px;
    padding-right: 0px;
}

.full-quote{
    background-color: #007ce4;
    width: 100%;
    height: : 100%;
    overflow: hidden;
}

.right-quote-panel img{
    width: 100%;
}

.left-quote-panel {
    height: 100%;
    color: #fff;
    padding: 4px 20px 20px 20px;
}

@media all and (min-width: 1280px){
    .left-quote-panel {
        padding: 120px 20px 20px 20px;
        line-height: 40px;
    }
}

.left-quote-panel .service_info_tital h3 {
    color: #fff !important;
}

.left-quote-panel .service_info_tital h1 {
    color: #fff !important;
}

.left-quote-panel .form-control {
    border: 0px;
    min-height: 51px;
}

.left-quote-panel p {
    margin: 32px;
    text-align: center;
    color: #fff;
}


.stats_wrapper {
	background-image: url("../images/stats_bg.jpg");
	background-attachment: fixed;
	min-height: 300px;
	background-size: cover;
    position: relative;
}

.stat-content {
	border-top: 5px solid #0982e6;
    background-color: #fff;
    margin: 89px 0px 0px 28px;
    width: 90%;
    padding: 30px 0px 10px 50px;
}

.stat-content .stat-counter {
    font-size: 35px;
    font-weight: 400;
}


.article-image {
    margin-top: 24px;
}

.article-image-item {
    margin-bottom: 21px;
}


.service-img-overlay {
    position: absolute;
    background-color: transparent;
    z-index: 99999;
    top: 0;
    width: 0%;
    height: 0%;
    display: none;
}

.service-img-overlay a{
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.service-overlay-data {
    position: absolute;
    color: #fff;
    font-size: 66px;
    width: 100%;
    text-align: center;
    top: 34%;
}

.service_img_block{
    width: 100%;
    height: 100%;
    position: relative;
}

.service_img_block:hover .service-img-overlay{
    cursor: pointer;
    display: block;
    width:100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}

.network-item-wrapper {
    min-height: 250px;
    margin: 0px 25px 0px 0px;
}

.gallery-wrapper {
    margin: 30px 0px 0px 0px;
}

.gallery-wrapper img{
    width: 100%;
    padding:1px;
    height: 250px;
}

.photo-gallery .service_info_tital h1 {
    margin: 50px 10px 50px 10px;
}

.photo-gallery h2 {
    text-align: center;
    font-size: 25px;
    padding: 12px;
    position: absolute;
    z-index: 999;
    bottom: 0px;
    color: #fff;
    left: 5px;
    background-color: rgba(0,0,0,0.6);
}


    .swiper-container {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-left:10px;
        margin-right: 10px;
    }
    .swiper-slide {
        background-size: 100%;
        width: 850px;
        height: 450px;
    }


footer .copy {
  line-height: 75px;
  padding-right: 15px;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: #1c1a1a !important;
  bottom: 0;
  background-color: transparent !important;
  border-top: 1px solid #e2e2e2;
}

footer .copy a{
    text-decoration: none;
    color: #000;
}

footer .footer-content {
    margin-bottom: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}

footer .footer-section-content ul li {
    padding-top: 10px;
}

footer .footer-section-content ul li a {
    color: #c3bebe;
    font-size: 15px;
    font-weight: 400;
}

footer .contact-info span {
    display: block;
    color: #c3bebe;
    font-size: 15px;
    line-height: 26px;
    padding: 15px 0px 12px 0px;
    width: 90%;
}

footer .contact-info span p {
    margin-left: 30px;
}

footer .contact-info span i {
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 32px;
    font-size: 20px;
}

footer .footer-section-head {
    font-size: 20px;
    color: #fff;
}

#map-canvas-footer {
    margin: 10px 0px 0px 0px;
}


.stats_wrapper {
    background-image: url(../images/stats_bg.jpg);
    background-attachment: fixed;
    min-height: 300px;
    background-size: cover;
}

.gallery-button {
    text-align: center;
    margin: 30px 0px 30px 0px;
}

.gallery-button a {
    background-color: #0982e6;
    padding: 10px 20px 10px 20px;
}


.clssubscribe {
    text-align: center;
    padding: 60px 30px;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

.clssubscribe h2 {
    font-size: 26px;
}

.newletter_form form input {
    width: 98%;
    height: 50px;
    border: none;
    background: #fff;
    float: left;
    font-size: 15px;
    line-height: 25px;
    color: #363c42;
    padding: 0px 0px 0px 30px;
    border-radius: 3px 0px 0px 3px;
    box-shadow: none;
    outline: none;
    margin-bottom: 5px;
}

.newletter_form form .submit_button {
    width: 98%;
    background: #0982e6;
    color: #fff;
    padding: 0;
    border-radius: 0px 3px 3px 0px;
    transition: all 300ms linear 0s;
}

.stats_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0,0.7);
}

.gallery-main {
    padding: 20px 80px;
}

.gallery-text{
    background: rgba(255, 255, 255, 0.3);
    padding: 40px 40px;
    position: relative;
    min-height: 280px;
    border: 5px solid #e2e2e2;
}

.thumb .thumb-title {
    padding: 10px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

.thumb-title {
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
    padding: 14px;
}

.service-img .img-responsive {
    width: 100%;
}

@media all and (max-width: 732px){
    .clssubscribe {
        padding: 50px 30px;
    }

    .newletter_form form input {
        width: 100%;
        height: 40px;
    }

    .newletter_form form .submit_button{
        width: 100%;
    }
}


.swiper-slide img {
    width: 100%;
    height: auto;
}


.inner_info_details img {
    width: 50%;
}

.footer-sociallinks img {
    max-width: 120px;
    height: auto;
    margin-bottom: 5px;
}

#myCarousel_inner {
    width: 50%;
    margin: 0px auto;
}

@media all and (max-width: 1024px){

    #myCarousel_inner {
        width: 80%;
        margin: 0px auto;
    }
}

@media all and (max-width: 1024px){
    .gallery-main{
        padding:20px;
    }
    .gallery-text{
        background: rgba(174, 182, 185,0.3);
        padding: 10px 10px;
        position: relative;
        min-height: 220px;
    }
}

#myCarousel_inner .carousel-control .glyphicon-chevron-left, #myCarousel_inner .carousel-control .glyphicon-chevron-right,#myCarousel_inner .carousel-control .icon-next,#myCarousel_inner .carousel-control .icon-prev{
    width: 30px;
    height: 30px;
    margin-top: 0px;
    font-size: 30px;
    background-color: rgba(0,0,0,0.5);
}


.div-controls {
    text-align: center;
    margin: 10px;
}

.bottom-panel
{
    background-color: #452896;
}

.bottom-panel .input-group {
  width: 85%;
}

.bottom-panel h2{
    color: #fff;
    padding-block: 30px;
    font-size: 25px;
}

.socialbar{
    position: fixed;
    z-index: 1000000;
    top:40%;
    width: 60px;
    height: 150px;
    right:0px;
}

.socialbar .social-list {
    margin: 0px;
    padding: 0px;
}

.socialbar ul li{
    list-style: none;
    width: 60px;
    height: 50px;
}


.socialbar .social-block a {
    display: block;
    text-align: center;
    color: #ffff;
    text-decoration: none;
    font-size: 20px;
    line-height: 45px;
    padding: 3px;
    margin: 0px;
    cursor: pointer;
}

.socialbar .social-fb{
    background-color: #3b5998;
}

.socialbar .social-instagram{
    background-color: #305777;
}

.socialbar .social-youtube{
    background-color: #C4302B;
}

.socialbar .social-phone{
    background-color: #ef7021;
}

.socialbar .social-twitter{
    background-color: #00aced;
}


@media all and (max-width: 767px){
    .socialbar{
        display: none;
    }

  /*  .socialbar{
        bottom:0px;
        width: 80%;
        height: 50px;
        left:0px;
        padding: 0px;
        top:auto;
    }
    .socialbar .social-block{
        list-style: none;
        float:left;
    }*/
}


.section-travel {
    width: 100%;
    background-color: #0292e6;
    position: relative;
    background-image: url(../images/travel.jpg);
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    margin: 0px 0px 20px 0px;
}

.section-travel-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0px;
    margin: 0px;
}

.section-travel-content {
    font-size: 32px;
    padding: 180px;
    position: relative;
    color: #fff;
    font-family: 'POPPINS';
    font-weight: 800;
    text-align: center;
}

.section-travel-footer {
    width: 100%;
    background-color: #fff;
    position: relative;
    margin: 0px 0px 0px 0px;
}

.section-travel-footer-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.section-travel-footer-content {
    font-size: 32px;
    padding: 60px 0px;
    position: relative;
    color: #fff;
    font-family: 'POPPINS';
    font-weight: 800;
}

footer .footer-section-head {
    font-size: 20px;
    color: #000;
    margin-bottom: 25px;
    font-weight: 400;
}

footer .footer-section-content ul li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    width: 60%;
}

footer .footer-section-content ul li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 0 0 7px;
}

footer .contact-info span, footer .footer-section-content ul li a {
    color: #333;
    font-family: POPPINS;
    display: block;
}

footer .contact-info span {
    line-height: 26px;
    padding: 15px 0 12px;
    width: 90%;
}

footer .contact-info span i {
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 32px;
    font-size: 20px;
}

footer .contact-info span, footer .footer-section-content ul li a {
    color: #333;
    font-family: POPPINS;
    display: block;
}

footer .footer-section-head::after {
    content: " ";
    display: block;
    background-color: #452896;
    height: 4px;
    width: 100px;
    margin: 5px 0 5px 2px;
    border-radius: 40px;
}

.footer-contact-address h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.footer-contact-address, .footer-contact-mobile, .footer-contact-email {
    font-size: 15px;
    color: #333;
    width: 80%;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
}


.content_first_head h2 span {
    color: #0982e6;
}

.content_first_head h2 {
    font: 500 34px/40px "POPPINS", sans-serif;
    letter-spacing: 1.2px;
    color: #242424;
    text-transform: uppercase;
}

.content_first_head {
    text-align: center;
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
    margin-bottom: 0px;
    margin-top: 80px;
}

.content_first_head p {
    font: 300 16px/30px "POPPINS", sans-serif;
    letter-spacing: 0.36px;
    color: #242424;
    padding-top: 18px;
}


/*tours panel for domestic intenrational */

.tours-panel {
    background-image: url("../images/travel-bg.jpg");
    padding: 120px;
    position: relative;
}

.tours-panel .item-cost {
    position: absolute;
    background-color: rgba(224, 113, 19,0.8);
    left: 0px;
    top: 145px;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
}

.tours-panel img {
    width: 100%;
    height: 100%;
}

.tours-panel h1{
    color: #fff;
    position: absolute;
    top: 15px;
    left: 42%;
}

.tours-panel .owl-next {
    position: absolute;
    top: -20%;
    background-color: transparent;
    padding: 10px 20px;
    right: 0px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
}

.tours-panel .owl-prev {
    position: absolute;
    top: -20%;
    background-color: transparent;
    padding: 10px 20px;
    left: 87%;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
}


.tours-panel .item-img{
    width: 100%;
    height: 200px;
    background-color: blue;
}

.tours-panel .item-content{
    border:1px solid #e2e2e2;
    padding:15px 17px;
    background-color: #fff;
}

.tours-panel .item-content h2{
    font-size: 20px;
    min-height: 44px;
}

.inquiry-wrapper{
    background-color: transparent;
    padding: 4px 0px;
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.inquiry-panel {
    padding:0px;
    margin: 0px;
}

.inquiry-panel .form-group{
    margin-bottom: 0px !important;
}

.kailash-panel {
    margin: 100px 0px 40px 0px;
}

.kailash-panel h1 {
    margin-bottom: 30px;
}

.kailash-panel .item-kailash-wrapper{
    padding:10px;
}

{

}

.kailash-panel .item-kailash-frame:hover
{
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}

.kailash-panel .item-kailash-frame:hover img
{
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}


.kailash-panel .item-kailash-frame:hover .item-cost
{
    left: 10px;
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.kailash-panel .item:first-child .item-kailash-wrapper {
    padding-left: 20px;
}

.kailash-panel .item:last-child .item-kailash-wrapper {
    padding-right: 20px;
}

.kailash-panel .item-kailash-frame{
    cursor: pointer;
    border: 1px solid #e2e2e2;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;    
}

.kailash-panel .item-kailash-frame h2{
    font-size: 17px;
    padding: 0px 0px 14px 10px;
    text-align: center;
    line-height: 30px;
    font-family: 'POPPINS';
    color: ##a71323;
}

.kailash-main .item-img img {
    width: 100%;
}

.kailash-panel .item-cost {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    background-color: rgba(224, 113, 19,0.8);
    padding: 10px;
    position: absolute;
    top: 200px;
   -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;        
}

.contact-right-input {
    width: 100%;
    margin-top: 30px;
}

.inner-tours-list{
    margin:0px;
}

.header-tours{
    display: none !important;
}

.tour-wrapper h1 {
    font-size: 30px;
    color: #e07113;
}

.tour-wrapper h2 {
    font-size: 25px;
    border-bottom: 2px solid #d5cfcf;
    text-transform: uppercase;
    color: #e07113;
}

.tour-wrapper h3 {
    font-size: 15px;
    font-weight: 400;
}

.tour-wrapper h4 {
    font-size: 12px;
    font-weight: 500;
    color: #e07113;
}

.tour-packinglist-wrapper ul li {
    list-style: none;
    margin: 0px;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px 10px 0px;
}

.tour-packinglist-wrapper ul {
    margin: 0px;
    padding: 0px;
}

.rightmenu-wrapper 
{
    margin: 0px;
    padding: 0px;
    border: 3px dashed #e2e2e2;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}


.rightmenu-wrapper ul
{
    margin: 0px;
    padding: 0px;
}

.rightmenu-wrapper ul li{
    list-style: none;
    border-bottom: 1px solid #e2e2e2;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
}

.rightmenu-wrapper li a{
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 15px 0 15px 12px;
    color: #e07113;
}

.tour-wrapper {
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.btninquiry {
    background-color: #e07113;
    font-weight: 400;
    padding: 8px 20px;
}

.rightmenu-inquiry{
    margin-top: 20px;
}

.rightmenu-inquiry .inquiry-head {
    background-color: #e07113;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}

.rightmenu-inquiry .contact-right-input{
    margin-top:10px;
}

.rightmenu-inquiry .btninquiry{
    background-color: #3c3a3a;
    color: #fff;
}

.fleet-kailash a{
    text-decoration: none !important;
}

.supportnumber {
    color: #c6212f;
    border-radius: 10px;
    border: 3px solid #c6212f;
    font-weight: 400;
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    margin: -2px 0px 0px 0px;
        margin-left: 0px;
    margin-left: 0px;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: 200% 100%;
    background-position: right bottom;
    margin-left: 10px;
    transition: all 2s ease;
}


.modal {
     height: 100vh;
     display: flex;
     flex-direction: column;
     align-items: center; 
     justify-content: center;    
    z-index: 999999999;
}

.modal-header{
    background-color: #272c30;
    color: #fff !important;
}

.modal-header h2{
    color: #fff;
}

.modal-header button{
    color: #fff;
}

.table img {
    width: 20%;
}

.table > tbody > tr > td {
    vertical-align: middle;
    font-size: 14px;
}

.table th {
    font-size: 16px;
    font-weight: 500;
}

.rightmenu-forms ul {
    margin: 40px 0px 40px 0px;
    padding: 0px;
    width: 100%;
    text-align: left;
}

.rightmenu-forms ul li{
    list-style: none;
}

.rightmenu-forms ul li.forms1 a {
    text-decoration: none;
    cursor: pointer;
    background-color: #3a3c3c;
    display: block;
    padding: 10px 16px;
    margin-bottom: 2px;
    color: #fff;
    font-weight: 500;
    z-index: 999999;
}

.rightmenu-forms ul li.forms2 a, .rightmenu-forms ul li.forms3 a  {
    text-decoration: none;
    cursor: pointer;
    background-color: #c4302b;
    display: block;
    padding: 10px 16px;
    margin-bottom: 2px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    z-index: 999999;
}

.rightmenu-forms ul li.forms3 a{
    background-color: #f57021 !important;
}

.rightmenu-forms .forms1 .form-icon, .rightmenu-forms .forms2 .form-icon,  .rightmenu-forms .forms3 .form-icon {
    float: left;
    width: 30px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    margin: 7px 12px;
    border-radius: 50%;
    cursor: pointer;
    right: 17px;
}

.forms1 .form-icon i {
    padding: 7px 9px;
    color: #c4302b;
    cursor: pointer;
}

.forms2 .form-icon i {
    padding: 7px 9px;
    color: #3a3c3c;
    cursor: pointer;
}

.forms3 .form-icon i {
    padding: 7px 6px;
    color: #f57021;
    cursor: pointer;
}


.rightmenu {
    margin: 0px;
        margin-top: 0px;
    padding: 0px;
    margin-top: -40px;
}

.client-states {
    margin: 11px 0px 30px 0px;
    padding: 0px;
}

.client-states a {
    background-color: #e07113;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    line-height: 46px;
}


.activestate {
    background-color: #1c1d1d !important;
}

.tour-map-wrapper img {
    max-width: 100%;
}

.supportnumber i{
    font-size: 20px;
}

.img-wrapper img {
    max-width: 100px;
    float: left;
    display: block;
    margin-right: 22px;
}

#map-canvas-footer img {
    width: 400px;
    height: 200px;
}
.inquiry-class {
    position: absolute;
    background-color: rgba(224, 113, 19,0.8);
    padding: 7px 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 0px 20px 20px 0px;
}
.inquirybar {
    cursor: pointer;
    position: fixed;
    bottom: 25px;
    right: 84px;
    z-index: 1000;
}
a.inquiry-bar {
    color: white;
}
.inquiry-bar {
    background: #1b1c1c;
    padding: 8px;
    width: 111px;
    height: 43px;
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none !important;
    text-transform: uppercase;
}


.intro-content 
{
	min-height: 180px;
	font-size: 36px;
	padding: 80px 0 0;
	color: #fff;
	font-family: POPPINS;
	text-align: center;
	font-weight: 400;
}

@media all and (max-width: 767px){

    .inquiry-class {
    display: none;
    }

}


.home-intro 
{
	-webkit-transform: rotate(1.2deg);
	-moz-transform: rotate(1.2deg);
	-o-transform: rotate(1.2deg);
	-ms-transform: rotate(1.2deg);
	transform: rotate(1.2deg);
	background: #443838;
	position: relative;
	margin-top: -32px;
	z-index: -100 !important;
	margin-left: -10px;
}

/*footer{
    -webkit-transform: rotate(-0.6deg);
    -moz-transform: rotate(-0.6deg);
    -o-transform: rotate(-0.6deg);
    -ms-transform: rotate(-0.6deg);
    transform: rotate(-0.6deg);
    background: #e2e6e8;
    position: relative;
    z-index: -100 !important;
    margin-left: -10px;
}*/

.kailash-panel{
    width: 90%;
    margin:0px auto;
    margin-top: 50px;
}

footer a {
    color: #fff;
}

.inner_section, .inner_section_vision_wrapper, .inner_section_food_person {
    background-color: #fafafa;
}

.inner_info ul li {
    list-style: none;
    padding: 20px 0 10px 20px;
    border-bottom: 1px solid #e2e2e2;
}

.inner_info img {
    max-width: 100%;
}

.inner_section {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 100px 0;
}

.inner_section_vision, .inner_section_vision_wrapper, .inner_section_food_person {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 50px 0;
}

.inner_section h2, .inner_section_vision h2, .inner_section_vision_wrapper h2 {
    margin-bottom: 50px;
    font-weight: 500;
}

.inner_section_middle {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6,24,42,.6);
    z-index: 3;
}


.inner_section_middle_wrapper {
    position: relative;
    padding-top: 120px;
    padding-bottom: 250px;
    margin-top: 20px;
    background: url(../images/gallery_bg.jpg) center center no-repeat;
    background-attachment: scroll;
    background-size: auto;
    background-attachment: fixed !important;
    background-size: cover;
}


.inner_section_food {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6,24,42,.6);
    z-index: 3;
}


.inner_section_food_wrapper {
    position: relative;
    padding-top: 120px;
    padding-bottom: 250px;
    margin-top: 20px;
    background: url(../images/food_bg.jpg) center center no-repeat;
    background-attachment: scroll;
    background-size: auto;
    background-attachment: fixed !important;
    background-size: cover;
}


#about-carousel-item-wrapper .about-item {
    text-align: center;
    color: #fff;
    margin-top: 150px;
    font-size: 28px;
    line-height: 40px;
}

.inner_info h3 {
    margin: 30px 0px !important;
}

.inner_info {
    line-height: 1.75;
}

.inner_section_vision_wrapper ul 
{
    margin: 0px !important;
    padding: 0px !important;
}

.inner_gallery h3 {

    margin-bottom: 40px;
    margin-top: 40px;

}

.img-responsive.album-img {
    width: 100%;
    text-align: center;
    padding: 15px 0px;
}

.img-responsive.album-img img {
    border: 1px solid #e2e2e2;
}

.projects .kailash-main .item-img img{
    height: auto !important;
    max-height: 450px;
}

.projects .kailash-panel{
    width: 95% !important;
}




.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .9s;
	transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}


.box_icon {
    width: 80px;
    height: 80px;
    float: left;
    background-color: #ee7b01;
    border-radius: 50%;
    text-align: center;
}

.box_dital {
    margin-left: 100px;
}

.box_icon i {
    font-size: 32px;
    line-height: 75px;
    color: #fff;
}

.contact-title-bonus-page label {
    color: #000;
    font-weight: 500;
}

.ordertitle {
    font-size: 40px;
    font-weight: 600;
    margin: 0px auto;        
    color: #000;
    text-shadow: 5px 4px 5px #fff;
}

.field_header {
    border-bottom: 2px solid #8d8d8d;
    padding: 5px;
    color: #2d3f5b;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 30px;
}


.track-home {
    padding: 30px;
    text-align: center;
    background-color: #a71323;
    width: 100%;
    color: #fff;
    font-weight: bold;
}

.track-home input{
	color: #000;
	font-weight: 500;
	padding: 8px;
}

#btnsubmit{
	background-color: #2b2a28;
	border-color:  #2b2a28;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}


.dvtop{
	background-color: #0c0a15;
	float: right;
	width: 55%;
	height: 60px;
	-moz-transform: skew(34deg, 0deg);
	-webkit-transform: skew(34deg, 0deg);
	-o-transform: skew(34deg, 0deg);
	-ms-transform: skew(34deg, 0deg);
	transform: skew(34deg, 0deg);
}

.dvright{
	right: -1px;
	width: 20%;	
	background-color: #0c0a15;
	-moz-transform: skew(-34deg, 0deg);
	-webkit-transform: skew(-34deg, 0deg);
	-o-transform: skew(-34deg, 0deg);
	-ms-transform: skew(-34deg, 0deg);
	transform: skew(-34deg, 0deg);
	height: 60px;
	position: absolute;
}

.dvright a {
    text-decoration: none;
    color: #fff;
    right: 20px;
    position: absolute;
    top: 18px;
    font-weight: 500;
}

.dvtopleft{
	background-color: #2b2a28;
	float: left;
	width: 45%;
	height: 15px;
}


.navbar-fixed-top{
	transition: all 300ms ease;
    transition-delay: 50ms;    
}

.navbar-fixed-top img {
    margin: -30px 0px 0px 30px;
    max-width: 110px;
    opacity: 1;
    transition: all 500ms linear;
    transition-delay: 100ms;    
}

.track-inner{
	margin-top: -60px;
}

.pincode-wrapper h1 {
    font-size: 23px;
    line-height: 35px;
}



@media (max-width: 1024px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}