@charset "utf-8";
/* CSS Document */
body{ font-family: 'Open Sans', sans-serif; padding:0; margin:0;}
a, a:focus, a:hover{ text-decoration:none; outline:none; }
@media screen and (min-width:1366px){
  .container{ max-width:1230px}
}
.no-padding {
    padding: 0 !important;
}
.t-c{
	text-align: center !important;
}
.t-l{
	text-align: left !important;
}
.t-r{
	text-align: right !important;
}
.mar_1{
	margin-top: 5px;
}
.mar_2{
	margin-top: 10px;
}

.mar_3{
	margin-top: 15px;
}
.mar_4{
	margin-top: 20px;
}
.mar_5{
	margin-top: 25px;
}
.mar_6{
	margin-top: 30px;
}
.mar_7{
	margin-top: 35px;
}
.mar_8{
	margin-top: 40px;
}
.mar_9{
	margin-top: 45px;
}
.mar_10{
	margin-top: 50px;
}
.mar_11{
	margin-top: 55px;
}
.mar_12{
	margin-top: 60px;
}
.mar_13{
	margin-top: 65px;
}
.mar_14{
	margin-top: 70px;
}
.mar_15{
	margin-top: 75px;
}
.mar_16{
	margin-top: 80px;
}
.mar_17{
	margin-top: 85px;
}
.mar_18{
	margin-top: 90px;
}
.mar_19{
	margin-top: 95px;
}
.mar_20{
	margin-top: 100px;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    float: left;
    color: #f8ea01;
    width: 100%;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    float: left;
    color: #f8ea01;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    width: 100%;
    float: left;
}
/*------------------------------*/
.mar_left1 {margin-left:10px;}
.mar_left2 {margin-left:15px;}
.mar_left3 {margin-left:20px;}
.mar_left4 {margin-left:25px;}
.mar_left5 {margin-left:-37px;}
.mar_left6 {margin-left:35px;}
.mar_left7 {margin-left:40px;}
.mar_left8 {margin-left:45px;}
.mar_left9 {margin-left:50px;}
.mar_left10 {margin-left:55px;}
/*==== Header Start ====*/
.navbar-default{
    background: rgba(89,89,89,0.8);
    border:0;
    border-radius:0;
    padding:0;
    transition:all 600ms ease-in-out;
}
.navbar-default .nav_mid{
    width:100%;
    margin:0 auto;
    padding:25px 0 20px;
    transition:all 600ms ease-in-out;
}
.navbar-default .nav_mid .logo{
    float:left;
    width:333px;
    padding:0;
    margin:0;
    transition:all 600ms ease-in-out;
}
.navbar-default .nav_mid .logo a{
    display:block;
}
.navbar-default .nav_mid .logo a img{
    width:100%;
    height:auto;
}
.navbar-default .nav_mid .rt-side{
    float:right;
    padding-top:10px;   
    transition:all 600ms ease-in-out;
}
.navbar-default .nav_mid .rt-side .navigation{
    float:left;
    padding-right:25px;
    padding-top:4px;
}
.navbar-default .nav_mid .rt-side .navigation ul{
    padding:0;
    margin:0;
    list-style:none;
}
.navbar-default .nav_mid .rt-side .navigation ul li{
    font-family: 'Lato', sans-serif;
    font-size:16px;
    font-weight:700;
    display:inline-block;
    text-transform:uppercase;
}
.navbar-default .nav_mid .rt-side .navigation ul li a{
    padding:2px 20px;
    color:#fff;
    transition:all 600ms ease-in-out;
}
.navbar-default .nav_mid .rt-side .navigation ul li.active a{
    color:#fff000;
}
.navbar-default .nav_mid .rt-side .navigation ul li a:hover{
    color:#fff000;
}
.navbar-default .nav_mid .rt-side .ph-block{
    float:right;
}
.navbar-default .nav_mid .rt-side .ph-block a{
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    font-weight:600;
    color:#fff;
    display:inline-block;
    transition:all 600ms ease-in-out;
}
.navbar-default .nav_mid .rt-side .ph-block a span{
    padding-right:10px;
}
.navbar-default .nav_mid .rt-side .ph-block a:hover{
    color:#fff000;
}

@media screen and (min-width:768px){
    .navbar-default.navbar-shrink{
        box-shadow:0px 5px 5px 0px rgba(50, 50, 50, 0.2);
        background: #313131;
    }
    .navbar-default.navbar-shrink .nav_mid{
        padding:20px 0 15px;
    }
    .navbar-default.navbar-shrink .nav_mid .logo{
        width:280px;
    }
    .navbar-default.navbar-shrink .nav_mid .rt-side {
    padding-top: 5px;
    }
}
/*==== Banner Start ====*/
.banner{
    /*overflow:hidden;*/
}

/*==== Safety Start ====*/
.safety {
    background: #dddddd;
    margin-top: 38px;
    width: 100%;
    float: left;
}
.safety .box{
    padding:30px 0 30px;
    height: 150px;
}
.safety .boxbor {
    border-right: 1px solid #c5c5c5;
    transform: skew(-34deg);
    height: 150px;
    margin-top: -30px;
    margin-right: 42px;
}
.safety .col-md-4:last-child .box{
    border-right:0;
}
.safety .box img{
    max-width:100%;
}
.safety .box h4{
    font-family: 'Lato', sans-serif;
    font-size:26px;
    font-weight:700;
    color:#000;
    padding:10px 0 8px;
    margin:0;
}
.safety .box p{
    font-family: 'Lato', sans-serif;
    font-size:18px;
    font-weight:400;
    color:#000;
    padding:0;
    margin:0;
}

/*==== Complete Start ====*/
.complete {
    background: #232323;
    padding: 70px 0 50px;
    margin: 0;
    float: left;
    width: 100%;
}
.complete .top-block{
    padding:0 0 60px;
}
.complete .top-block h2{
    font-family: 'Open Sans', sans-serif;
    font-size:29px;
    font-weight:700;
    color:#fff;
    text-transform:uppercase;
    padding:0 0 0 18px;
    margin:10px 0 0;
    position:relative;
}
.complete .top-block h2:after{
    content:"";
    position:absolute;
    width:10px;
    height:60px;
    background:#fff000;
    left:0;
    top:-12px;
}
.complete .top-block p{
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
    line-height:25px;
    font-weight:600;
    color:#fff;
    padding:0;
    margin:0;
}
.complete .btm-block{
    padding:0;
    margin:0;
}
.complete .btm-block .gap_less{
    padding:0 15px;
}
.complete .btm-block .col-md-3{
    padding:0 4px;
}
.complete .btm-block .box{
    background:#fff;
    padding:0;
    margin:0 0 10px;
}
.complete .btm-block .box .image_block {
    padding: 0;
    margin: 0;
    overflow: hidden;
    clip-path: polygon(101% 0%, 112% 69%, 70% 93%, 0 82%, 0% 0%, 76% 0%);
}

.complete .btm-block .box .image_block img {
    width: 100%;
    transition: all 600ms ease-in-out;
    height: 250px;
    object-fit: cover;
}
.complete .btm-block .box .image_block img:hover{
    transform:scale(1.1);
}
.complete .btm-block .box .text-block{
    padding:20px;
    text-align:center;
}
.complete .btm-block .box .text-block h4{
    font-family: 'Lato', sans-serif;
    font-size:21px;
    font-weight:700;
    color:#222222;
    text-transform:capitalize;
    padding:0 0 10px;
    margin:0;
}
.complete .btm-block .box .text-block a{
    font-family: 'Lato', sans-serif;
    font-size:12px;
    font-weight:700;
    color:#fff;
    text-transform:uppercase;
    background:#090509;
    display:inline-block;
    border-radius:25px;
    padding:7px 25px;
    margin:0;
}

/*==== Fleet Start ====*/
.fleet {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}
.fleet .top-block{
    padding:30px 0 0;
    margin:0;
}
.fleet .top-block h2{
    font-family: 'Open Sans', sans-serif;
    font-size:39px;
    font-weight:700;
    color:#1f1f1f;
    padding:0 0 0 25px;
    margin:0;
    text-transform:uppercase;
    position:relative;
}
.fleet .top-block h2:after{
    content:"";
    position:absolute;
    width:10px;
    height:60px;
    background:#fff000;
    left:0;
    top:-12px;
}
.fleet .no_gap{
    padding:0;
}
.fleet .nav-tabs {
    background: #1f1f1f;
    padding-left: 110px;
    clip-path: polygon(0 0, 100% 0%, 100% 98%, 7% 100%);
    border: 0;
}
.fleet .nav-tabs li{
    font-family: 'Open Sans', sans-serif;
    font-size:20px;
    font-weight:700;
    padding:0;
    margin:0; 
}
.fleet .nav-tabs li a{
    color:#a7a7a7;
    padding:25px 0 25px;
    margin:0 35px;
    display: inline-block;
    position:relative;
}
.fleet .nav-tabs li a:after{
    content: ""; 
    position:absolute; 
    width:0; 
    height:4px;
    left:0;
    bottom:-2px;
    transition:all 600ms ease-in-out; 
    background: #ff8f23;
}
.fleet .nav-tabs li a:hover:after{ width:100%; } 
.fleet .nav-tabs>li>a:hover {
    background: 0;
    border: 0;
    color:#fff;
}
.fleet .nav-tabs>li.active>a{
    color:#fff;
    background:0;
    border:0;
}
.fleet .btm-block{
    background:#f2f2f2;
    padding:50px 0 0 0;
}
.fleet .btm-block .tab-content{
    border:0;
}
.fleet .btm-block .tab-content .box{
    background:#fff;
    margin-bottom:50px;
    padding:40px;
    box-shadow:-2px 4px 5px 0px rgba(0, 0, 0, 0.51);
}
.fleet .btm-block .tab-content .box .img-block{
    padding:0;
    margin:0;
}
.fleet .btm-block .tab-content .box .img-block img{
    max-width:100%;
    height:auto;
}
.fleet .btm-block .tab-content .box .text{
    padding:0;
    margin:0;
    position: relative;
    right: 60px;
}
.fleet .btm-block .tab-content .box .text h3{
    font-family: 'Open Sans', sans-serif;
    font-size:27px;
    font-weight:700;
    color:#1f1f1f;
    text-transform:capitalize;
    padding:0 0 15px;
    margin:0;
}
.fleet .btm-block .tab-content .box .text p{
   font-family: 'Lato', sans-serif;
    font-size:16px;
    font-weight:600;
    color:#1f1f1f;
    padding:0 0 20px;
    margin:0;
}
.fleet .btm-block .tab-content .box .text a{
   font-family: 'Lato', sans-serif;
    font-size:14px;
    font-weight:600;
    color:#fff;
    background:#1f1f1f;
    display:inline-block;
    text-transform:capitalize;
    padding:7px 22px;
    margin:0;
    transition:all 600ms ease-in-out;
}
.fleet .btm-block .tab-content .box .text a:hover{
    color:#fff000;
}

/*==== Questaion Start ====*/
.questaion {
    background: url(../images/qesetainbg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    padding: 130px 0;
    float: left;
    width: 100%;
}
.questaion h2{
    font-family: 'Open Sans', sans-serif;
    font-size:49px;
    font-weight:700;
    color:#fff;
    padding:0 0 40px;
    margin:0;
}
.questaion a{
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    font-weight:600;
    color:#000;
    background:#fff000;
    display:inline-block;
    padding:13px 50px;
    margin:0;
    transition:all 600ms ease-in-out;
}
.questaion a:hover{
    color:#fff;
    background:#c7bc05;
}

/*==== Our Blog Start ====*/
.our-blog {
    background: #f2f2f2;
    padding: 40px 0 45px;
    margin: 0;
    float: left;
    width: 100%;
}
.our-blog .blog_main{
    width:96%;
    margin:0 auto;
}
.our-blog .blog_main h3{
    font-family: 'Open Sans', sans-serif;
    font-size:40px;
    font-weight:700;
    color:#12110f;
    text-align:center;
    text-transform:capitalize;
    padding:0 0 40px;
    margin:0;
}
.our-blog .box{
    background:#fff;
    padding:0;
    margin:0 0 20px;
    box-shadow:-2px 4px 5px 0px rgba(0, 0, 0, 0.29);
}
.our-blog .box .blog-img{
    overflow:hidden;
}
.our-blog .box .blog-img img{
    width:100%;
    height:auto;
    transition:all 600ms ease-in-out;
}
.our-blog .box .blog-img img:hover{
    transform:scale(1.1);
}
.our-blog .box .blog-text {
    padding: 18px 12px 40px;
    margin: 0;
    height: 110px;
}
.our-blog .box .blog-text h2{
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    font-weight:700;
    color:#010101;
    text-transform:capitalize;
    padding:0 0 15px;
    margin:0;
}
.our-blog .box .blog-text h5{
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    font-weight:600;
    padding:0;
    margin:0;
}
.our-blog .box .blog-text h5 a{
    color:#959595;
    padding-right:10px;
}

/*==== Footer Start ====*/
.footer {
    padding: 0;
    margin: 0;
    background: #3c3c3c;
    width: 100%;
    overflow: hidden;
    float: left;
}
.footer .lt-panel{
    float:left;
    width:50%;
    padding:0;
    margin:0;
    box-sizing:border-box;
}
.footer .lt-panel .map {
    width: 100%;
    height: 505px;
    border: none;
    margin-bottom: -5px;
}
    
.footer .rt-panel{
    float:right;
    width:50%;
    padding:100px 10px 10px 35px;
    margin:0;
    box-sizing:border-box;
}
.footer .rt-panel h3{
    font-family: 'Open Sans', sans-serif;
    font-size:24px;
    font-weight:700;
    color:#fff;
    padding:0 0 25px;
    margin:0;   
}
.footer .rt-panel h5{
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    font-weight:700;
    color:#fff;
    padding:0 0 30px;
    margin:0;   
}
.footer .rt-panel p{
    margin:0;
}
.footer .rt-panel p a{
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    font-weight:600;
    color:#fff;
    display:block;
    padding:0 0 20px;
    margin:0;   
    transition:all 600ms ease-in-out;
}
.footer .rt-panel p a:hover{
    color:#fff000;
}
.footer .rt-panel p a span{
    color:#fff000;
}
.footer .rt-panel .email_block{
    margin:30px 0 50px;
    position:relative;
}
.footer .rt-panel .email_block .field{
    font-family: 'Open Sans', sans-serif;
    width:74%;
    height:55px;
    background:#535353;
    border:0;
    box-sizing:border-box;
    padding:0 15px;
    font-size:15px;
    color:#e7e7e7;
}
.footer .rt-panel .email_block .field::-webkit-input-placeholder {
  color: #e7e7e7;
}

.footer .rt-panel .email_block .field:-ms-input-placeholder {
  color: #e7e7e7;
}

.footer .rt-panel .email_block .field::placeholder {
  color: #e7e7e7;
}
.footer .rt-panel .email_block .subscribe {
    font-family: 'Open Sans', sans-serif;
    float: right;
    width:25%;
    display: inline-block;
    border: 0;
    height: 55px;
    background:#fff000;
    color:#000;
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
    transition:all 600ms ease-in-out;
}
.footer .rt-panel .email_block .subscribe:hover{
    background:#cec203;
}
.footer .rt-panel h6{
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
    font-weight:600;
    color:#fff;
    padding:0;
    margin:0;
}
.footer .rt-panel h6 a{
    color:#fff;
    transition:all 600ms ease-in-out;
}
.footer .rt-panel h6 a:hover{
    color:#fff000;
}
.footer .rt-panel .share{
    text-align:center;
}
.footer .rt-panel .share h4{
    font-family: 'Open Sans', sans-serif;
    font-size:24px;
    font-weight:700;
    color:#fff;
    padding:0 0 5px;
    margin:0;
}
.footer .rt-panel .share ul{
    padding:0;
    margin:0;
    list-style-type:none;
}
.footer .rt-panel .share ul li{
    margin-top:25px;
}
.footer .rt-panel .share ul li a {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    background: #464646;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 50px;
    transition:all 600ms ease-in-out;
}
.footer .rt-panel .share ul li a:hover{
    background:#4e4b4b;
}

/*----bann_er_panel------*/

.bann_er_panel {
    width: 100%;
    float: left;
    overflow: hidden;
    height:700px;
    margin-top: -31px;
}
.da-slider{
	width: 100%;
	min-width: 520px;
	height: 550px;
	position: relative;
	margin: 30px auto;
	background: url('../images/bannerbg.jpg') repeat 0% 0%;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -2px 1px #fff;
	-webkit-transition: background-position 1s ease-out 0.3s;
	-moz-transition: background-position 1s ease-out 0.3s;
	-o-transition: background-position 1s ease-out 0.3s;
	-ms-transition: background-position 1s ease-out 0.3s;
	transition: background-position 1s ease-out 0.3s;
}
.da-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	text-align: left;
}
.da-slide-current{
	z-index: 1000;
}
.da-slider-fb .da-slide{
	left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
	left: 0px;
}
.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
	position: absolute;
	opacity: 0;
	left: 110%;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link{
	left: 10%;
	opacity: 1;
}
.da-slider-fb .da-slide .da-img{
	left: 60%;
	opacity: 1;
}
.da-slide h2 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 50px;
    top: 60px;
    z-index: 10;
    font-weight: 800;
    text-transform: uppercase;
    width: 60%;
    margin-top: 140px;
    line-height: 79px;
}
.da-slide p{
	width: 45%;
	top: 155px;
	color: #916c05;
	font-size: 18px;
	line-height: 26px;
	height: 80px;
	overflow: hidden;
	font-style: italic;
	font-family: 'Economica', Arial, sans-serif;
	font-weight: 400;
	font-style: italic;
}
.da-slide .da-img{
	text-align: center;
	width: 30%;
	top: 70px;
	height: 256px;
	line-height: 320px;
	left: 110%; /*60%*/
}
.da-slide .da-link {
    font-family: 'Open Sans', sans-serif;
    top: 383px;
    color: #000000;
    padding: 4px 20px 6px;
    font-size: 19px;
    font-weight: 600;
    width: 200px;
    text-align: center;
    background: #fff000;
    margin-left: 10px;
}
.da-slide .da-link:hover{
	background: rgba(255,255,255,0.3);
}
.da-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 20px;
	z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #e4b42d;
	margin: 3px;
	cursor: pointer;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
		display: none;
}
.da-dots span.da-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span{
	position: absolute;
	top: 50%;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #e4b42d;
	cursor: pointer;
	z-index: 2000;
	opacity: 0;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
	-webkit-transition: opacity 0.4s ease-in-out-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out-out 0.2s;
	transition: opacity 0.4s ease-in-out-out 0.2s;
}
.da-slider:hover .da-arrows span{
	opacity: 1;
}
.da-arrows span:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	left: 5px;
	background: transparent url(../images/arrows.png) no-repeat top left;
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.da-arrows span:hover:after{
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.da-arrows span:active:after{
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.da-arrows span.da-arrows-next:after{
	background-position: top right;
}
.da-arrows span.da-arrows-prev{
	left: 15px;
}
.da-arrows span.da-arrows-next{
	right: 15px;
}

.da-slide-current h2,
.da-slide-current p,
.da-slide-current .da-link{
	left: 10%;
	opacity: 1;
}
.da-slide-current .da-img {
    left: 61%;
    opacity: 1;
}
.da-slider .hyt {
    margin-left: -130px;
    width: 658px;
    margin-top: 130px;
}
/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2{
	-webkit-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright p{
	-webkit-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright .da-link{
	-webkit-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	-moz-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	-o-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	-ms-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromright .da-img{
	-webkit-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
}
@-webkit-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
/* Slide in from the left*/
.da-slide-fromleft h2{
	-webkit-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft p{
	-webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft .da-link{
	-webkit-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	-moz-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	-o-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	-ms-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromleft .da-img{
	-webkit-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
}
@-webkit-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
/* Slide out to the right */
.da-slide-toright h2{
	-webkit-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	-moz-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	-o-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	-ms-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	animation: toRightAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-toright p{
	-webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-moz-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-o-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-ms-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	animation: toRightAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toright .da-link{
	-webkit-animation: toRightAnim3 0.4s ease-in-out both;
	-moz-animation: toRightAnim3 0.4s ease-in-out both;
	-o-animation: toRightAnim3 0.4s ease-in-out both;
	-ms-animation: toRightAnim3 0.4s ease-in-out both;
	animation: toRightAnim3 0.4s ease-in-out both;
}
.da-slide-toright .da-img{
	-webkit-animation: toRightAnim4 0.6s ease-in-out both;
	-moz-animation: toRightAnim4 0.6s ease-in-out both;
	-o-animation: toRightAnim4 0.6s ease-in-out both;
	-ms-animation: toRightAnim4 0.6s ease-in-out both;
	animation: toRightAnim4 0.6s ease-in-out both;
}
@-webkit-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-moz-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-ms-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
/* Slide out to the left*/
.da-slide-toleft h2{
	-webkit-animation: toLeftAnim1 0.6s ease-in-out both;
	-moz-animation: toLeftAnim1 0.6s ease-in-out both;
	-o-animation: toLeftAnim1 0.6s ease-in-out both;
	-ms-animation: toLeftAnim1 0.6s ease-in-out both;
	animation: toLeftAnim1 0.6s ease-in-out both;
}
.da-slide-toleft p{
	-webkit-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	-moz-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	-o-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	-ms-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toleft .da-link{
	-webkit-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	-moz-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	-o-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	-ms-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
}
.da-slide-toleft .da-img{
	-webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
}
@-webkit-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
.codrops-top{
	line-height: 24px;
	font-size: 11px;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	float: left;
}
.codrops-top a:hover{
	background: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: left;
	display: block;
}

p.codrops-demos{
	text-align:center;
	display: block;
	padding: 14px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #b19099;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 0px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #b19099;
	background: -moz-linear-gradient(top, #b19099 0%, #936975 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b19099), color-stop(100%,#936975));
	background: -webkit-linear-gradient(top, #b19099 0%,#936975 100%);
	background: -o-linear-gradient(top, #b19099 0%,#936975 100%);
	background: -ms-linear-gradient(top, #b19099 0%,#936975 100%);
	background: linear-gradient(top, #b19099 0%,#936975 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b19099', endColorstr='#936975',GradientType=0 );
}
p.codrops-demos a:hover{
	background: #b19099;
}
p.codrops-demos a:active{
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #443132;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
}
#testSlide3 {
	display: inline-block;
	border: 1px solid #b19099;
	padding: 4px 10px 3px;
	margin: 0px 3px;
	color: #fff;
	background: #111;
}
/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}
/*-----------------------*/
.tetimonial {
    width: 100%;
    float: left;
    padding-bottom: 48px;
    padding-top: 20px;
}

#testimonial4 {
    overflow: hidden;
    position: relative;
    float: left;
    padding-bottom: 22px;
    width: 100%;
}
#testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#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: 80px;
  bottom: 0px;
  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{

    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.gtyu {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: 1001px;
}
.carousel-indicators li {
    border: none;
}
.carousel-indicators .active {

    background-color: transparent;
}
.testimonial4_indicators .carousel-indicators .active{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.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%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  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;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #242323;
  font-size: 38px;
  font-weight: 700;
  position: relative;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.testimonial4_header h4 span{
  color: #B7026D;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 75px;
  height: 75px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
    font-family: 'Open Sans', sans-serif;
    color: #0f0f0f;
    font-size: 15px;
    margin: -20px 0 38px 0;
    line-height: 33px;
}
.testimonial4_slide h4 {
    font-family: 'Open Sans', sans-serif;
    color: #ff9000;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 50px;
    text-transform: uppercase;
}


@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
/*--------inner_baner----------*/

.inner_banner {
    width: 100%;
    float: left;
    background-size: cover !important;
    background-position: center !important;
    padding-top: 147px;
    padding-bottom: 43px;
}


.inner_banner h1 {
    font-family: 'Lato', sans-serif;
    font-size: 44px;
    color: #ffffff;
    text-align: left;
    width: 100%;
    font-weight: 700;
    padding-top: 20px;
    text-transform: uppercase;
}
.inner_banner h2 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #fed73f;
    text-align: left;
    width: 100%;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 31px;
    margin-top: 0px;
    text-transform: uppercase;
}
.inner_banner h2 a {
    color: #f7f7f7;
    text-decoration: none;
}
/*-----------body_panel_inner2------------*/
.body_panel_inner2 {
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-bottom: 45px;
}
.body_panel_inner2 .serviceerty {
    width: 68%;
    margin-top: -60px;
}
.body_panel_inner2  h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 34px;
    color: #002232;
    text-align: center;
    width: 100%;
    float: left;
    font-weight: 700;
    text-transform: uppercase;
}
.body_panel_inner2 h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #002232;
    text-align: center;
    width: 100%;
    float: left;
    font-weight: 400;
    margin-top: 0px;
}

.body_panel_inner2 .service {
    width: 100%;
    padding: 4px;
}

.body_panel_inner2 h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #373637;
    text-align: left;
    width: 100%;
    float: left;
    margin-top: 38px;
    margin-bottom: 20px;
}
.body_panel_inner2 h4 span {
    color: #373637;
}

.body_panel_inner2 p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #282828;
    text-align: left;
    width: 100%;
    float: left;
    font-weight: 400;
    margin-top: 0px;
    line-height: 32px;
    margin-bottom: 0px;
}

.body_panel_inner2 .button1 {
    background-color: #090909;
    color: #ffffff;
    padding: 8px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    float: left;
    width: 34%;
    font-weight: 700;
    border: none;
    margin-top: 16px;
    text-transform: uppercase;
}
.body_panel_inner2  .button1 a {
    color: #ffffff;
    text-decoration: none;
}

.body_panel_inner2 .button12 {
    background-color: #00d63c;
    color: #ffffff;
    padding: 8px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    float: left;
    width: 60%;
    font-weight: 700;
    border: none;
    margin-top: 16px;
    text-transform: uppercase;
    margin-left: 9px;
}

.body_panel_inner2  .button12 a {
    color: #ffffff;
    text-decoration: none;
}
.body_panel_inner2 .midd_na {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #282828;
    text-align: left;
    width: 100%;
    float: left;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}
.body_panel_inner2 .midd_na ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.body_panel_inner2 .midd_na ul li {
    float: left;
    padding: 6px 0px;
    width: 48%;
}
.body_panel_inner2 h5 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #000000;
    text-align: left;
    width: 100%;
    float: left;
    font-weight: 600;
    margin-top: 17px;
}

.body_panel_inner2 .send_btnnowq {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    width: 29%;
    display: block;
    padding: 8px;
    border-radius: 25px;
    border: 0;
    transition: all 600ms ease-in-out;
    margin-top: 22px;
    background-color: #484748;
}
.body_panel_inner2 .send_btnnowq:hover {
    color: #ffffff;
    background-color: #0c0c0c;
    background-image: none;
}
/*------body_pane_bottom3--------*/

.star_body_panel {
    width: 100%;
    float: left;
    padding-top: 25px;
    padding-bottom: 40px;
    background-color: #d4d1d1;
}

.star_body_panel h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 52px;
    color: #0d0d0d;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 700;
}
.star_body_panel h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #0d0d0d;
    float: left;
    width: 100%;
    margin-top: 23px;
    text-align: center;
    font-weight: 400;
    padding: 0px 210px;
    line-height: 30px;
}
.star_body_panel .box_pa {
    width: 100%;
    float: left;
    border: 1px solid #e7e7e7;
    padding: 12px;
    background-color: #313131;
}
.star_body_panel .box_pa:hover {
    background-color: #00000f;
    transition: 2s;
}
.star_body_panel h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #ffffff;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
}
.star_body_panel p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #ffffff;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
    line-height: 22px;
    padding: 0px 20px;
}
.star_body_panel .bord {
	
}
.star_body_panel .ser_icone {
    margin-top: -44px;
    margin-bottom: 12px;
}
.mid_pic {
    width: 100%;
}


/*----------blog_panel--------------*/

.blog_panel {
	width:100%;
	float: left;
	padding-top:30px;
	padding-bottom: 30px;
}
.blog_panel h2 {
    color: #0b1521;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    text-align: left;
    width: 100%;
    margin-top: 13px;
    font-weight: 700;
}
.blog_panel h5 {
    color: #3c3b3b;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-align: left;
    width: 100%;
    margin-top: 9px;
    font-weight: 600;
}
.blog_panel h5 span {
    color: #0a4737;
    font-weight: 700;
}
.blog_panel .blog_ima {
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 10px;
    height: 303px;
    object-fit: cover;
}

.blog_panel p {
    color: #616161;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-align: justify;
    width: 100%;
    margin-top: 13px;
    font-weight: 400;
    line-height: 25px;
}
.blog_panel .button2 {
    border: none;
    color: #39393a;
    padding: 2px 3px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 17px 0px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    float: left;
    border-radius: 1px;
    width: auto;
    background-color: transparent;
    font-weight: 600;
    border-bottom: 1px solid #dad8d8;
}
.blog_panel .button2 a {
    color: #39393a;
    text-decoration: none;
}
.blog_panel .aconatct_star {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    float: right;
    margin-top: 22px;
}
.blog_panel .aconatct_star ul  {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.blog_panel .aconatct_star ul li {
    float: left;
    padding: 0px 2px;

}

.blog_panel .aconatct_star ul li a  {
    color: #000000;
    text-decoration: none;

}
/*-----------------aconatct_starright----------------*/
.blog_panel h3{
    color: #0b1521;
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    text-align: left;
    width: 100%;
    margin-top: 13px;
    font-weight: 700;
}
.blog_panel .aconatct_starright {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    float: left;
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
}
.blog_panel .aconatct_starright ul  {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.blog_panel .aconatct_starright ul li {
    float: left;
    padding: 10px 2px;
    width: 100%;
    border-bottom: 1px solid #dcd6d6;
}

.blog_panel .aconatct_starright ul li a  {
    color: #000000;
    text-decoration: none;

}

.blog_panel .fp {
	width: 100%;
}
.blog_panel h4 {
    color: #0b1521;
    font-family: 'Raleway', sans-serif;
    font-size: 27px;
    text-align: left;
    width: 100%;
    margin-top: 8px;
    font-weight: 600;
    float: left;
}

.blog_panel .button3 {
    border: none;
    color: #39393a;
    padding: 2px 3px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 17px 0px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    float: left;
    border-radius: 1px;
    width: auto;
    background-color: transparent;
    font-weight: 600;
    border-bottom: 1px solid #dad8d8;
}
.blog_panel .button3 a {
    color: #39393a;
    text-decoration: none;
}

.blog_panel .servicedetailsbox_red {
    border: 1px solid #181818;
    float: left;
    padding: 21px;
    background-color: #181818;
}
.blog_panel .form_booking {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #403f3d;
    text-align: left;
    font-weight: 400;
    width: 98%;
    margin-bottom: 5px;
    margin-top: 3px;
    padding: 8px 9px;
    border-radius: 2px;
    border: 1px solid #a9a6a6;
}
.blog_panel .form_booking1 {
    font-size: 14px;
    color: #403f3d;
    text-align: left;
    font-weight: 400;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 3px;
    padding: 8px 9px;
    border-radius: 2px;
    border: 1px solid #a9a6a6;
}
.blog_panel .form_booking2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #403f3d;
    text-align: left;
    font-weight: 400;
    width: 99%;
    margin-bottom: 5px;
    margin-top: 3px;
    padding: 6px 9px;
    border-radius: 2px;
    border: 1px solid #a9a6a6;
    height:150px;
}
.blog_panel .button3 {
    background-color: #f8ea01;
    color: #030202;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 0px 0px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    float: left;
    border-radius: 1px;
    width: 100%;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
}
.blog_panel .button4 {
    background-color: #ffbe00;
    color: #1f1d1d;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 0px 0px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    float: left;
    border-radius: 1px;
    width: 99%;
    border: none;
    font-weight: 600;
}


.blog_panel h6 {
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    text-align: center;
    width: 100%;
    margin-top: 0px;
    font-weight: 700;
}

/*----------jonas_contact_page-----------*/

.jonas_contact_page {
    width: 100%;
    float: left;
    padding: 25px 0px;
}
.jonas_contact_page h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: #373637;
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.jonas_contact_page h2 a {
    color: #373637;
}
.jonas_contact_page p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #373637;
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.jonas_contact_page .con_pi {
	
}

/*------star_body_panel6--------*/

.star_body_panel6 {
    width: 100%;
    float: left;
    padding-top: 35px;
    padding-bottom: 48px;
    background-color: #313131;
}
.star_body_panel6 .app_box {
    width: 100%;
    float: left;
    background-color: #ffffff;
    padding: 20px 30px 40px 30px;
}
.star_body_panel6 h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    color: #2b2f3a;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.star_body_panel6 h2 span {
    color: #e1d400;
}

.star_body_panel6 p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #2b2f3a;
    float: left;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    font-weight: 400;
    padding: 0px 46px;
    line-height: 23px;
}
.star_body_panel6 .in_form {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 400;
    float: left;
    width: 95%;
    background-color: #f6f3f3;
    padding: 9px;
    border: none;
}
.star_body_panel6 .in_form2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 400;
    float: left;
    width: 98%;
    background-color: #f6f3f3;
    padding: 9px;
    border: none;
    height: 135px;
}

.star_body_panel6 .readmore1 {
    font-family: 'Open Sans', sans-serif;
    background-color: #313131;
    border: none;
    color: #ffffff;
    width: 28%;
    font-size: 22px;
    font-weight: 600;
    padding: 6px 0 6px 0;
    cursor: pointer;
    margin-top: 15px;
    text-transform: uppercase;
    float: left;
    margin-left: 37%;
}

.star_body_panel6 .readmore1:hover{
    background-color: #fff000;
    color: #000000;
    transition: 2s;
}


#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 40px;
  position: relative;
  margin:0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float:right;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height:5px;
  width: 100%;
  background: #fff;
  border-radius:5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;

}

#nav-icon1 span:nth-child(1) {
  top:8px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top:29px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.mobile_menu{
    display:none;
}
.con_t_in {
	display: none;

}
.icon-bara {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  display: none;
}
/*=============================================================*/
                    /*RESPONSIVE START*/
/*=============================================================*/
@media screen and (max-width:1199px){
.navbar-default .nav_mid .rt-side .navigation ul li{
    font-size:14px;
}
.navbar-default .nav_mid .rt-side .navigation ul li a {
    padding: 7px 12px;
}
.navbar-default .nav_mid .logo {
    width: 210px;
}
.navbar-default .nav_mid .rt-side{
    padding:0;
}
.safety .box p{
    font-size:16px;
}
.complete .btm-block .box .text-block h4{
    font-size:17px;
}
.fleet .nav-tabs li {
    font-size: 17px;
}
.fleet .nav-tabs li a {
    margin: 0 25px;
}
.fleet .btm-block .tab-content .box .text {
    right: 0;
}
.our-blog .box .blog-text h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}
.da-slider .hyt {
    margin-left: -130px;
    width: 578px;
    margin-top: 130px;
}
.da-slide h2{
    font-size:45px;
}
.footer .rt-panel .email_block .field {
    width: 65%;
}
.footer .rt-panel .email_block .subscribe{
    width:35%;
}
.navbar-default.navbar-shrink .nav_mid .logo{
        width:200px;
}
.navbar-default .nav_mid .rt-side .navigation{
    padding-top:0;
}
.navbar-default .nav_mid .rt-side .ph-block {
    float: right;
    margin-top: -5px;
}

}
@media screen and (max-width:991px){
.navbar-default .nav_mid .rt-side .ph-block{
    display:none;
}
.navbar-default .nav_mid .rt-side .navigation{
    padding-right:0;
}
.da-arrows span.da-arrows-prev{
    display:none;
}
.da-arrows span.da-arrows-next{
    display:none;
}
.da-slide h2 {
    font-size: 35px;
    line-height: 45px;
}
.da-slider .hyt {
    margin-left: -130px;
    width: 418px;
    margin-top: 130px;
}
.bann_er_panel{
    height:auto;
}
.safety .boxbor{
    display:none;
}
.fleet .nav-tabs li {
    font-size:15px;
}
.fleet .nav-tabs li a {
    margin: 0 15px;
}
.fleet .nav-tabs{
    padding-left:80px;
}
.questaion h2{
    font-size:40px;
}
.footer .rt-panel .email_block {
    margin: 20px 0 30px;
}
.footer .rt-panel .share {
    padding-top: 20px;
}
.footer .rt-panel .share ul li {
    margin-top: 25px;
    display: inline-block;
}
.footer .rt-panel {
    padding: 30px 10px 10px 30px;
}




}
@media screen and (max-width:767px){
.mobile_menu {
    display: block;
    position:relative;
    top:-6px;
}
.mobile_menu a{
    display:block;
}
.navbar-default .nav_mid .logo{
    width:200px;
}
.navbar-default .nav_mid .rt-side{
    float:none;
    clear:both;
}
.navbar-default .nav_mid .rt-side .navigation {
    float: left;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
    background:#5f5e5e;
    padding:10px;
    display:none;
}
.navbar-default .nav_mid .rt-side .navigation ul li{
    display:block;
}
.navbar-default .nav_mid .rt-side .navigation ul li a{
    display:block;
    text-align:center;
}
.navbar-default .nav_mid .rt-side .ph-block{
    display:none;
}
.da-arrows span.da-arrows-prev{
    display:none;
}
.da-slide h2{
    font-size:20px;
    line-height:26px;
    top:0;
}
.da-slide .da-link {
    top:220px;
    width: 200px;
    margin-left: 0;
}
.da-slider .hyt {
    margin-left: -460px;
    width: 300px;
    margin-top: 220px;
}
.safety .boxbor{
    display:none;
}
.bann_er_panel{
    height:auto;
}
.safety{
    margin-top:0;
}
.safety .box h4 {
    font-size:20px;
    padding: 4px 0 4px;
}
.safety .box {
    padding: 20px 0 20px;
    height: auto;
    border-bottom: 1px solid #c5c5c5;
}
.complete {
    background: #232323;
    padding:40px 0 30px;
    margin: 0;
    float: left;
    width: 100%;
}
.complete .top-block h2 {
    font-size:20px;
    margin: 10px 0 30px;
}
.complete .top-block h2:after{
    top:-7px;
}
.complete .top-block {
    padding: 0 0 30px;
}
.fleet .nav-tabs {
    background: #1f1f1f;
    padding-left: 0;
    clip-path: none;
    border: 0;
    text-align: center;
}
.fleet .top-block h2{
    margin-bottom:20px;
}
.fleet .nav-tabs li a {
    display:block;
    padding:5px 0;
    margin: 0 0;
}
.fleet .nav-tabs li{
    float:none;
}
.fleet .btm-block .tab-content .box .text{
    right:0;
}
.fleet .btm-block .tab-content .box{
    padding:15px;
    margin-bottom:20px;
}
.questaion{
    padding:50px 0;
}
.questaion h2 {
    font-size:20px;
    padding-bottom:20px;
}
.questaion a{
    padding:8px 40px;
}
.testimonial4_slide p{
    margin:0;
}
.tetimonial{
    padding-bottom:20px;
}
.our-blog .blog_main h3 {
    font-size: 30px;
    padding: 0 0 30px;
}
.footer .lt-panel{
    width:100%;
}
.footer .rt-panel{
    width:100%;
}
.footer .rt-panel {
    width:100%;
    padding:30px 10px 10px 15px;
}
.footer .rt-panel .email_block .field{
    width:65%;
}
.footer .rt-panel .email_block .subscribe{
    width:35%;
    font-size: 15px;
}
.footer .rt-panel .email_block {
    margin: 10px 0 20px;
    position: relative;
}
.footer .rt-panel h6{
    text-align:center;
}
.footer .rt-panel .share ul li {
    margin: 20px 4px;
    display: inline-block;
}
.footer .rt-panel .share {
    text-align: center;
    padding-top: 20px;
}
.footer .rt-panel .share ul li a {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.star_body_panel h4 {
    padding: 0px 0px;
}

.body_panel_inner2 .send_btnnowq {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding: 8px;
    border-radius: 25px;
    border: 0;
    transition: all 600ms ease-in-out;
    margin-top: 21px;
    background-color: #484748;
    float: left;
}

.body_panel_inner2 p {
    text-align: center;
    width: 100%;
    float: left;
    padding: 0px 10px;
}
.body_panel_inner2 h4 {
    text-align: center;
    width: 100%;
    float: left;
}

.footer .lt-panel .map {
    width: 100%;
    height: auto;
    border: none;
    margin-bottom: -5px;
}

.inner_banner h1 {
    font-size: 30px;
    text-align: center;
    width: 100%;
}
.inner_banner h2 {
    text-align: center;
    width: 100%;
    font-weight: 700;

}

.blog_panel .blog_ima {
    width: 100%;
    height: auto;
}

.star_body_panel6 .app_box {
    width: 100%;
    float: left;
    background-color: #ffffff;
    padding: 10px 0px 25px 10px;
}

.star_body_panel6 h2 {
    font-size: 25px;
}
.star_body_panel6 .readmore1 {
    width: 97%;
    font-weight: 600;
    padding: 6px 0 6px 0;
    margin-top: 15px;
    float: left;
    margin-left: 0px;
}
.star_body_panel6 p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #2b2f3a;
    float: left;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    font-weight: 400;
    padding: 0px 0px;
    line-height: 23px;
}


/*----------*/
.con_t_in {
	display: block;
	width: 100%;
	float: left;
	position: fixed;
	bottom: 0;
	z-index: 9999;

}
.con_t_in .send_btnnowrty {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding: 8px;
    border: 0;
    transition: all 600ms ease-in-out;
    border-left: 1px solid #fff;
    background-color: #feef00;
}
.icon-bara {
    position: fixed;
    top: 66%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
        z-index: 9999;
    display: block;
}
.icon-bara a {
  display: block;
  text-align: center;
  padding: 7px;
  transition: all 0.3s ease;
  color: white;
  font-size: 14px;
}

.icon-bara a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #ab00e2;
  color: white;
}

.google {
  background: #8ec340;
  color: white;
}
.youtube {
  background: #0a7dff;
  color: white;
}

.star_body_panel p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #ffffff;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
    line-height: 22px;
    padding: 0px 0px;
}

.body_panel_inner2 .serviceerty {
   display: none;
}


}
