@import url(//cdn.rawgit.com/rtaibah/dubai-font-cdn/master/dubai-font.css);
a{
	cursor:pointer;
	}
.glyphicon-chevron-right::before {
  content: "\e080";
  cursor: pointer;
}
.boosaass img {
  cursor: pointer;
}
.bannerButton{
	color:#fff;
	background:#F86B0B;
	border:2px solid #fff;
	border-radius:5px;
	display:inline-block;
	padding:10px 15px;
	}
.carousel-control{
	width:5% !important;
	}
a:focus, a:hover {
  color:#F96 !important;
}
.mySHead img {
  margin-bottom: 25px;
}
.myuL {
  list-style: disclosure-closed;
  padding-left: 40px;
}
.myuL li {
  line-height: 28px;
  color: #555;
  font-style: italic;
}
.szsfsfg {
  line-height: 30px;
  color: #555;
  margin-bottom: 25px;
}
.lsflsdfsd {
  color: #F86B0B !important;
  margin-bottom: 20px;
}
.captionnnns {
  position: absolute;
  z-index: 999;
  top: 120px;
  width: 350px;
  text-align: right;
  right: 140px;
}
.owl-nav.disabled {
  display: none;
}
.captionnnns h1 {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
.captionnnns p {
  font-size: 18px;
  color: #eee;
}
.captionnnns2 {
  position: absolute;
  z-index: 999;
  top: 119px;
  width: 350px;
  text-align: right;
  right: 141px;
}
.captionnnns2 h1 {
  font-size: 50px;
  font-weight: 900;
  color: #f86b0b;
  text-transform: uppercase;
}
.captionnnns2 p {
  font-size: 18px;
  color: #333;
}

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}

html {
    width: 100%;
    height: auto;
}

body {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-family: Dubai-Light;
		background: rgba(30,30,30);
}
.testim {
		width: 100%;
		 
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 20px 20px;
    margin: auto;
	border: 1px solid #eee;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: #ea830e;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #333;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #f86b0b;
    border-color: #f86b0b;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 30%;
}

.testim .cont div h2 {
    color: #f86b0b;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 14px;
    color: #333;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}

.MoreDetails1 a {
  color: #333;
  \margin: 0 auto;
    margin-top: 0px;
    margin-left: auto;
  margin-top: 0px;
  font-size: 20px;
  display: inline-block;
  margin-top: 10px;
  margin-left: 15px;
}
.MoreDetails1 a:hover {
 color:#fff;
 text-decoration:none;
 }
.MoreDetails2 {
	opacity: .8;
	position: absolute;
	top: 0;
	background: #fff;
	width: 0% !important;
	transition: .2s;
	padding: 15px;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	height: 0;
	padding: 15px;
	overflow: hidden;
	padding-bottom: 20px;
	color: #fff;
}
.MoreDetails1:hover .MoreDetails2 {
	opacity: 9;
	background: #0C6;
	width: 87% !important;
	transition: .2s;
	cursor: pointer;
	height: 100%;
	top:80px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	border: 2px solid #eee;
}
.mySlides img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 100%;
	clear: both;
	margin-bottom: 10px;
}
.slideshow-container {
	padding: 15px;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.author {
	color: #F66;
}
.myCetre h4 {
  font-size: 15px;
}
.myLast {
	padding: 50px 0;
}
.turboAbout p {
	line-height: 25px;
}
.mySet {
	height: 150px !important;
	width: 100% !important;
	object-fit: cover;
}
.carousel-control.right, .carousel-control.left {
	background-image: none !important;
}
.myCetre {
	margin-top: 20px;
}
.myCetre img {
	width: 100%;
	border-radius: 5px;
	margin-bottom: 20px;
	border: 2px solid #fff;
	box-shadow: 0 5px 8px rgba(0,0,0,.2);
}
.mYPolicy {
	padding: 50px 0;
	border-bottom: 1px solid #ddd;
}
.myCetre .fa {
	font-size: 50px;
	color: #FA9F1D;
}
.myCetre h4 {
	color: #333;
}
.myCetre p {
	color: #555;
	line-height: 23px;
	font-size: 13px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 15px 15px 0 15px;
}
.dropdown-menu > li > a {
	padding: 10px 20px !important;
	border-bottom: 1px solid #eee;
}
.insuRanceForm {
	position: absolute;
	right: 150px;
	top: 30px;
	width: 550px;
	padding: 20px;
}
.insuRanceForm input, .insuRanceForm button {
	padding: 13px;
	border: 1px solid #ccc;
	border-radius: 50px;
	margin-bottom: 10px;
}
.insuRanceForm button {
	background: #f86b0b;
	color: #fff;
	padding: 13px 50px;
}
.insuRanceForm h3 {
	color: #eeee;
	background: #f86b0b;
	padding: 9px 20px;
	display: inline-block;
	border-radius: 50px;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
}
.insuRanceForm p {
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 15px;
	background: #fa9f1d;
	padding: 8px 10px;
	border-radius: 10px;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
}
.viewGallery {
	background: rgba(0,0,0,0.7);
	display: inline-block;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	top: 128px;
	left: 43%;
	padding-top: 59px;
	color: #fff;
	font-size: 19px;
	box-shadow: 0 0 0 12px rgba(255,255,255,.6);
}
video {
	width: 100%;
	height: auto;
}
.fixedBtn {
	position: fixed;
	left: -50px;
	top: 50%;
	font-size: 20px;
	background: #f86b0b;
	width: 150px;
	line-height: 50px;
	border-radius:5px 5px 0 0;
	height: 50px;
	text-align: center;
	color: #fff;
	z-index: 999;
	transform: rotate(90deg);
}
.fixedBtn:hover {
	color: #fff;
	background: #069;
}
.popUpForm {
	display: inline-block;
	width: 32%;
	padding: 12px;
	border: none;
	background: #fff;
	text-align: center;
	border-radius: 5px;
	margin: 5px 0 10px 0;
	border: 2px solid #000000;
	color: #000;
}
.popUpFormSub {
	display: block;
	width: 100%;
	padding: 12px;
	border: none;
	background: #000000;
	text-align: center;
	border-radius: 5px;
	margin: 5px 0 14px 0;
	color: #fff;
}
.popUpclass {
	font-size: 12px;
	color: #777;
	line-height: 20px;
}
.newClsss {
	width: 100%;
}
.inner-iem {
	text-align: center;
}
.frechHead {
	font-weight: bold;
	color: #000000 !important;
	font-size: 20px;
}
.frenchBtn a {
	padding: 15px;
	font-size: 15px;
	margin-top: 25px;
}
hr {
	margin-top: 14px !important;
	margin-bottom: 10px !important;
}
.web-buttns {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: #000000;
	padding: 10px 10px;
	margin: 15px 0;
	width: 45%;
	border-radius: 5px;
	background: #1f172b;
}
.web-buttnsColor {
	background: #f86b0b !important;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: #000000;
	padding: 10px 10px;
	margin: 15px 0;
	width: 45%;
	border-radius: 5px;
}
.turboAbout {
	text-align: center;
}
.turboAbout h3 {
  color: #f86b0b;
  margin-bottom: 20px;
  font-size: 31px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}
.turboAbout a {
	display: inline-block;
	padding: 12px 25px;
	font-size: 18px;
	color: rgba(255,255,255,.9);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
	margin-top: 15px;
	transition: .3s;
	color: #fff;
	background: #000000;
	border-radius: 5px;
}
.blackColor {
	color: #333;
}
.websColor {
	color: #000000;
}
.navbar-brand {
	padding: 0 !important;
	position: relative;
	top: -20px;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 12px 14px !important;
}
.navbar-brand img {
  position: absolute;
  top: 5px;
  left: 0;
  width: 510px;
}
.MaainServices {
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	padding: 20px;
	display: table;
	margin-bottom: 25px;
	background: #fff;
	width: 100%;
}
.example-image-link {
	margin-bottom: 30px;
	display: inline-flex;
	background: #fff;
	padding: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	overflow: hidden;
}
.PropImg {
	width: 225px;
	height: 200px;
	float: left;
	margin-right: 15px;
	overflow: hidden;
	position: relative;
	border-radius: 15px;
}
.mySHead h3 {
	font-weight: normal;
	color: #666;
	font-size: 20px;
	margin-top: 0;
}
.info-headings {
	font-weight: normal;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	display: inline-block;
	background: #f86b0b;
	margin: 0;
	padding: 0 10px;
	text-shadow: 0 1px 1px #333;
	margin-right: 15px;
	border-radius: 0 15px 15px 0;
}
.MDhrd {
	margin: 5px 0;
}
.PropImg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
}
.InnerPage {
	background: #eee;
	padding: 00px 0;
	border-bottom: 1px solid #ddd;
	margin-top: -50px;
}
.InnerHeading h3 {
	text-transform: uppercase;
	font-weight: normal;
	color: #555;
	font-size: 20px;
}
.InnerHeadingMain h3 {
	text-transform: uppercase;
	font-weight: normal;
	color: #f86b0b;
	font-size: 20px;
	line-height: 50px;
	display: inline-block;
	background: #eee;
	margin: 0;
	padding: 0 15px;
	border-radius: 10px 10px 0 0;
	box-shadow: 0px -2px 1px rgba(0,0,0,.5);
}
.formWebs {
	background: #fff;
	padding: 15px;
}
.main-text p {
	color: #333;
	font-size: 14px;
	line-height: 30px;
}
.footer-logo img {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 15px;
	display: block;
	padding: 5px 5px;
	background: #fff;
}
.ApFootr a:hover {
	text-decoration: none;
	color: lightgreen;
}
.lastFooter {
	background: #000000;
	padding: 15px 0;
}
.lastFooter p {
	color: rgba(255,255,255,.5);
	font-size: 10px;
	margin: 0;
	line-height: 25px;
}
.Lleft {
	text-align: left;
}
.Rright {
	text-align: right;
}
.ApAdjust {
	text-align: right;
}
.widget-title {
	color: #f86b0b;
}
.ApFootr {
	list-style: none;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding-bottom: 15px;
	padding: 0;
}
.ApFootr li {
	line-height: 25px;
	margin-bottom: 15px;
}
.ApMaarg {
	margin: 0;
}
.newPads {
	padding: 50px 0
}
.noPads {
	padding: 0 !important;
}
.prop-img {
	width: 120px;
	height: 113px;
	float: left;
	margin-right: 15px;
	overflow: hidden;
	position: relative;
	border-radius: 15px;
}
.prop-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
}
.ApServices {
	padding: 50px 0 10px 0;
}
.ApMainServices {
	background: url(../packnMov/background.jpg);
	padding: 40px 0 25px 0
}
.contact-home {
	padding: 20px 0 30px 0;
}
.project-NameHere {
	font-size: 20px;
}
.IMG01 {
	background: url(../img/s1.jpg);
	display: table;
	height: 160px;
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}
.IMG02 {
	background: url(../img/s2.jpg);
	display: table;
	height: 160px;
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}
.IMG03 {
	background: url(../img/s3.jpg);
	display: table;
	height: 160px;
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}
.IMG04 {
	background: url(../img/s4.jpg);
	display: table;
	height: 160px;
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}
.IMG05 {
	background: url(../img/s5.jpg);
	display: table;
	height: 160px;
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}
.IMG06 {
	background: url(../img/s6.jpg);
	display: table;
	height: 160px;
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}
.IMG07 {
	background: url(../img/s7.jpg);
	display: table;
	height: 160px;
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}
.IMG08 {
	background: url(../img/s8.jpg);
	display: table;
	height: 160px;
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}
.my-services-heading {
	position: absolute;
	top: -58px;
	left: 305px;
	width: 250px;
	color: #fff;
}
.borderOne {
	border-top: 1px solid rgba(255,255,255,.9);
	display: block;
	transform: rotate(-18deg);
	position: relative;
	top: 21px;
	left: -140px;
	background: rgba(255,255,255,.5);
}
.borderTwo {
	border-top: 1px solid rgba(255,255,255,.9);
	display: block;
	transform: rotate(18deg);
	position: relative;
	top: 25px;
	left: 61px;
}
.main-service-headng {
	font-size: 22px;
}
body {
	font-family: 'Merriweather Sans', sans-serif !important;
}
.ApSlider {
	width: 100%;
	position: relative;
	margin-top: 130px;
}
nav {
	z-index: 9;
	position: sticky;
	top: 0;
	border-radius: 0 !important;
}
.ApTop {
	z-index: 9;
	position: absolute;
	border: 1px solid rgba(255,255,255,0.1);
	background: #f86b0b;
	width: 100%;
}
.ExtraMenu {
	margin: 0;
	list-style: none;
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
.ExtraMenu li {
	display: inline-block;
}
.ExtraMenu .fa {
  font-size: 17px !important;
  margin-right: 10px;
}
.ExtraMenu li a {
	display: block;
	line-height: 25px;
	color: #fff;
	padding: 0 5px;
	opacity:.9;
	letter-spacing: .2px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.ApRightMenu {
	float: right;
}
.ApMM {
	padding: 20px 0;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	position: absolute;
	width: 100%;
	top: 42px;
}
.navbar-brand {
	font-size: 26px !important;
	color: #fff;
	letter-spacing: 0px;
	font-weight: bold;
	letter-spacing: -.5px;
	text-shadow: 0 1px 1px #000;
	text-transform: uppercase;
	margin-right: 25px;
}
.navbar-brand span {
	font-weight: lighter;
	font-size: 10px;
	background: #fff;
	color: #333;
	border-radius: 15px;
	padding: 2px 8px 0;
	display: inline-block;
	line-height: 15px;
	text-shadow: none;
}
.nav > li > a {
	color: #000000 !important;
}
.nav > li > a:hover {
	opacity: .7;
	background: none !important;
}
a:hover {
	text-decoration: none !important;
	opacity: .8 !important;
}
.ApRightMenu .fa {
	font-size: 14px;
	margin: 0 10px;
}
.main-navss a {
	font-size: 16px;
	letter-spacing: .1px;
}
.overslayers {
	background: rgba(0,0,0,.2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contact-homeimg {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
}
.APcarousel-caption {
	position: absolute;
	left: 15%;
	top: 40%;
	width: 40%;
	text-align: left;
}
.APcarousel-caption h6 {
	font-size: 25px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
	display: block;
	line-height: 35px;
	margin-bottom: 0;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255,255,255,.3);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.APcarousel-caption p span {
	font-size: 16px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
	display: block;
	line-height: 25px;
}
.bannerlin a {
	display: inline-block;
	padding: 12px 15px;
	font-size: 18px;
	color: rgba(255,255,255,.9);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
	margin-top: 15px;
	transition: .3s;
	color: #fff;
	background: #000000;
	border-radius: 5px;
}
.bannerlin a:hover {
	color: rgba(255,255,255,.9);
	background: rgba(0,0,0,.3);
	border-radius: 0 15px 0 0;
	transition: .3s;
}
.smart-info h3 {
	font-size: 16px;
	color: #000000;
}
.smart-info p {
	font-size: 13px;
	color: #666;
	opacity: .8;
	line-height: 20px;
}
.smart-info {
	padding: 0 15px;
}
.dividers {
	border: 1px solid rgba(255,255,255,.2);
	border-left: 4px double rgba(0,0,0,.1);
	border-right: 4px double rgba(0,0,0,.1);
}
.contNum {
	position: absolute;
	top: -50px;
	right: 90px;
	background: rgba(255,255,255,.95);
	color: #000000;
	padding: 5px 20px 10px 10px;
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.contNum img {
	width: 40px;
	margin-right: 10px;
	filter: grayscale(90%);
}
.websicon {
	border: 1px dashed #000000 !important;
	margin: 0 10px;
	width: 60px;
	text-align: center;
}
.websicon {
	border: 1px solid rgba(255,255,255,.5);
	margin: 0 10px;
	width: 50px;
	text-align: center;
}
.websicon .fa {
	font-size: 20px;
	padding: 0 !important;
	color: #333 !important;
}
.smart-info h3 .fa {
	font-size: 25px;
	font-weight: bold;
	position: relative;
	top: 5px;
}
.boosaass {
	position: absolute;
	bottom: -52px;
	right: 112px;
}
.websicon:hover {
	background: rgba(0,0,0,.5) !important;
}
.manage-abbs {
	margin-top: 300px;
}
.servicess {
	background-color: #fdfdfd;
	border-top: 1px solid #eee;
	padding: 00px 0;
	position: relative;
}
.inServices {
	background: #F9F8F8;
	background-attachment: fixed;
	width: 100%;
	background-size: 100%;
	padding-bottom: 25px;
}
.inServices a {
	display: block;
	color: #000000;
	padding: 15px 20px;
}
.inServices h3 {
	margin: 0;
	padding: 15px 20px;
	color: #F9F8F8;
	background: #000000;
	margin-bottom: 20px;
	font-size: 20px;
}
.inServices a:hover {
	color: #F9F8F8;
	background: #000000;
}
.ApOwl .item {
	margin: 0 !important;
	border: 1px solid #eee;
	padding: 10px;
	background: #F9F8F8;
}
.ApOwl .item h3 {
	color: #000000;
}
.ApOwl .item p {
	color: rgba(20,71,87,.5);
	font-size: 15px;
	line-height: 24px;
	height: 77px;
	overflow: hidden;
}
.ApOwl .item p:hover {
    height: auto;
	transition:.2s;
}
.web-buttns:hover {
	color: #fff !important;
}
.Apspaecaility {
	padding-bottom: 40px;
	text-align: center;
}
.Apspaecaility .fa {
	font-size: 40px;
}
.in-services p {
	font-size: 14px;
	color: rgba(20,71,87,.5);
	line-height: 22px;
}
.in-services .fa {
	color: #000000;
}
.media {
	height: 70px;
}
.media-object {
	width: 70px !important;
	height: 70px;
}
.testMonials {
	background: #fff;
	padding: 35px 25px;
	height: 135px;
}
.testMonials em {
	font-size: 40px;
	color: #000000;
	position: relative;
	top: 15px;
}
.Apclientsays {
	background: #eee;
	background-attachment: fixed;
	background-size: 100%;
	padding: 40px 0 50px 0;
}
.media-heading {
	font-size: 25px;
	color: #fff;
}
.media-body p {
	color: rgba(255,255,255,.5);
	font-size: 12px;
}
.mediOne {
	background: #FA9F1D;
}
.mediTwo {
	background: #f86b0b;
}
.mediThree {
	background: #3065B5;
}
leftheadingg {
	text-align: left;
}
.centerhead {
	text-align: center;
}
.WhiteColr {
	color: #fff;
}
.webColr {
	color: #000000;
}
.WebMainHeading p {
	margin: 0;
	font-size: 20px;
	text-transform: uppercase;
}
.WebMainHeading h3 {
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 0 30px;
}
.TEamDoctors {
	background: url(../img/bacs.jpg);
	padding: 40px 0;
	border-bottom: 1px solid #ddd;
}
.teamImg {
	width: 100%;
	height: 180px;
	position: relative;
	overflow: hidden;
}
.teamImg img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}
.TeamOne {
	border: 1px solid #eee;
	background: #fff;
	margin-bottom: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	padding: 10px;
}
.TeamName h4 {
	color: #000000;
	margin: 00;
}
.AboutTeam p, .TeamContact p {
	font-size: 12px;
	padding: 0 15px;
	color: rgba(20,71,87,.5);
	margin: 0;
	line-height: 25px;
}
.AboutTeam, .TeamContact {
	padding: 20px 0;
	border-top: 1px solid #ddd;
}
.TeamName {
	padding: 15px;
}
.TeamName p {
	font-size: 12px;
	color: rgba(20,71,87,.5);
	margin: 0;
	line-height: 25px;
}
.FormInput {
	display: table;
	width: 100%;
}
.span1 {
	background: #2F64B4;
}
.span2 {
	background: #3EB8D7;
}
.span3 {
	background: #0291CD;
}
.span4 {
	background: #768ACE;
}
.FormInput span {
	width: 15%;
	float: left;
	height: 55px;
	color: #fff;
	font-size: 25px;
	text-align: center;
	line-height: 55px;
}
.FormInput {
	margin-bottom: 15px;
}
.FormInput input {
	width: 85%;
	float: right;
	height: 55px;
	border: none;
	background: #eee;
	padding-left: 25px;
	color: rgba(20,71,87,.5);
}
.textArea textarea {
	height: 100px;
	width: 85%;
	float: right;
	border: none;
	background: #eee;
	padding-left: 25px;
	padding-top: 15px;
	color: rgba(20,71,87,.5)
}
.textArea span {
	width: 15%;
	float: left;
	height: 100px;
	color: #fff;
	font-size: 25px;
	text-align: center;
	line-height: 100px;
}
.bOOApp {
	width: 100%;
	height: 55px;
	border: none;
	background: #fff;
	padding-left: 25px;
	color: rgba(20,71,87,.5);
	background: #0C9;
	margin-top: 15px;
	color: #fff;
}
.formWeb {
	border: 1px solid #ddd;
	padding: 15px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.mt-0 {
	margin-top: 0 !important;
}
.pr-0 {
	padding-right: 0 !important;
}
.footer-box.icon-box {
	margin-bottom: 0;
}
.media:first-child {
	margin-top: 0;
}
.footer-box {
	padding: 20px 15px;
}
.mr-30 {
	margin-right: 30px !important;
}
.icon-box i {
	display: inline-block;
	font-size: 40px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer-box-one > div {
	background: #f86b0b;
}
.footer-box-two > div {
	background: #FA9F1D !important;
}
.footer-box-three > div {
	background: #f86b0b !important;
}
.footer-box {
	height: 100px;
	padding: 20px 15px;
}
.pl-0 {
	padding-left: 0 !important;
}
.pdl-0 {
	padding-left: 0 !important;
}
.text-white {
	color: #fff !important;
}
.footer-box p i {
	color: #fff;
	margin-left: 10px;
}
.font-14 {
	font-size: 14px !important;
}
.bg-black-111 {
	background: url(../img/footer.jpg) !important;
	background-attachment: fixed !important;
	background-position: center center;
	background-size: 100% !important;
}
.border-right-black {
	border-right: 1px solid #222222;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pt-120 {
	padding-top: 120px !important;
}
.widget {
	margin-bottom: 40px;
}
.footer .widget .widget-title {
	margin-top: 0px;
}
.widget.dark .widget-title {
	color: #fff;
}
.widget .widget-title {
	margin-bottom: 25px;
	text-transform: uppercase;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 25px;
}
.widget ul {
	margin-left: 0;
	padding: 0;
}
.widget ul li {
	list-style: none;
	margin-bottom: 15px;
}
.footer a {
	color: #808080;
}
.pl-60 {
	padding-left: 60px !important;
}
.pr-60 {
	padding-right: 60px !important;
}
.pt-70 {
	padding-top: 70px !important;
}
.p-20 {
	padding: 20px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.border-bottom-dot-1px {
	border-bottom: 1px dashed #333333;
}
.widget.dark .widget-title {
	color: #f86b0b;
}
.social-icons li {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 0;
}
.social-icons.icon-sm a {
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	margin-bottom: 0px;
	width: 30px;
}
.bg-black-222 {
	background-color: #222222 !important;
}
.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.font-11 {
	font-size: 11px !important;
}
.social-icons.icon-gray a {
	background-color: #eeeeee;
	color: #555555;
	display: block;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	width: 36px;
	border-radius: 50px;
}
.social-icons a {
	color: #333333;
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	width: 32px;
	float: left;
	margin: 5px 7px 5px 0;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mt-10 {
	margin-top: 10px !important;
}
.footer-news-letter .newsletter-form .form-control {
	background: #333333;
	border: medium none;
	height: 42px;
	margin-right: 10px;
}
.btn-theme-colored {
	color: #fff;
	background-color: #000000;
	border-color: #00a3c8;
}
.fAbut {
	color: #808080 !important;
	line-height: 25px;
	margin: 15px 0;
	text-align: center;
}
.pppd {
	padding-top: 10px;
}
.navbar-brand img {
  padding: 10px;
  border-radius: 20px;
}
.ForLarge {
	display: block !important;
}
.ForSmalls {
	display: none !important;
}
 @media screen and (max-width:1199px) {
.navbar-brand img {
	width: 300px;
}
.smart-info h3 .fa {
	font-size: 20px;
	font-weight: bold;
}
.smart-info h3 {
	font-size: 16px;
}
.IMG01, .IMG02, .IMG03, .IMG04, .IMG05, .IMG06, .IMG07, .IMG08 {
	height: 115px;
}
.inServices h3 {
	font-size: 15px;
	margin-bottom: 0;
}
.inServices a {
	padding: 10px 12px;
}
.ApOwl .item p {
	font-size: 12px;
	line-height: 20px;
}
}
 @media screen and (max-width:991px) {
.navbar-brand img {
	width: 225px !important;
}
.main-navss a {
	font-size: 13px;
}
.ApMM {
	padding: 5px 0;
}
.APcarousel-caption {
	left: 10%;
}
.APcarousel-caption h6 {
	font-size: 20px;
	line-height: 20px;
}
.my-services-heading {
	display: none;
}
.contNum {
	top: -39px;
	padding: 0px 20px 3px 10px;
	font-size: 15px;
}
.smart-info h3 {
	font-size: 13px !important;
}
.smart-info p {
	font-size: 12px;
	line-height: 20px;
}
.APcarousel-caption p span {
	font-size: 13px;
	line-height: 13px;
}
}
 @media screen and (max-width: 767px) {
.insuRanceForm {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 60%;
    padding: 20px;
}
.ApSlider {
	margin-top: 102px;
}
.ApMM {
	padding: 5px 0;
	background: #fff;
}
.APcarousel-caption p span {
	font-size: 13px;
	line-height: 21px;
}
.APcarousel-caption h6 {
	font-size: 20px;
	line-height: 35px;
}
.ApTopHeader {
	text-align: center;
}
.ApRightMenu {
	float: none;
}
.for-larg {
	display: none;
}
.forsmall {
	display: block;
}
.navbar-brand img {
	width: 200px;
}
.ApMM {
	padding: 0px 0;
}
.APcarousel-caption {
	width: 75%;
	left: 7%;
	top: 15%;
}
.APcarousel-caption h6 {
	font-size: 25px;
	padding-bottom: 10px !important;
	margin-bottom: 12px !important;
}
.APcarousel-caption p span {
	font-size: 15px;
	line-height: 27px;
}
.carousel-indicators {
	display: none;
}
.navbar-toggle {
	background: #F86B0B !important;
}
.icon-bar {
	border-color: #fff !important;
	background: #fff;
}
.contact-homeimg {
	display: none;
}
.contNum {
	position: static;
	top: 0px;
	right: 0px;
	color: #000000;
	padding: 5px 20px 10px 10px;
	font-size: 20px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	background: #fff;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.my-services-heading {
	position: static;
	top: 0;
	left: 305px;
	width: 250px;
	color: #555;
}
.dividers {
	border: none;
}
.myBorders {
	padding: 0 15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
}
.ApTop {
	z-index: 9;
	position: absolute;
	border: 1px solid rgba(255,255,255,0.1);
	background: #F86B0B;
	width: 100%;
}
.ExtraMenu {
	padding: 2px 0;
}
.glyphicon-chevron-left, .glyphicon-chevron-right {
	top: 90% !important;
}
.APcarousel-caption h6 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.inServices h3 {
	margin-bottom: 0;
}
.owl-carousel.ApOwl.owl-loaded.owl-drag {
	margin-top: 25px;
}
.pt-120 {
	padding-top: 40px !important;
}
.pr-60 {
	padding-right: 15px !important;
}
.pl-60 {
	padding-left: 15px !important;
}
.pb-30 {
	padding-bottom: 00px !important;
}
.pt-70 {
	padding-top: 00px !important;
}
.p-20 {
	padding: 0px !important;
}
.footer-nav.bg-black-222.p-20 {
	text-align: right;
}
.font-11.pull-right.text-right.list-inline.sm-text-center.sm-pull-none {
	text-align: center;
	float: none;
}
.ForLarge {
	display: none !important;
}
.ForSmalls {
	display: block !important;
}
.ApSlider {
  margin-top: 45px;
}
.WhereSee {
	display: block !important;
}
.navbar-brand {
	margin-right: 0px;
}
.ApMaarg {
	margin: 25px 0;
}
.ApAdjust {
	text-align: left;
}
.fAbut {
	color: #808080 !important;
	line-height: 25px;
	margin: 15px 0;
	text-align: left;
}
.social-icons {
	padding: 0;
}
.Lleft {
	text-align: center;
}
.Rright {
	text-align: center;
}
.InnerPage {
	background: #FCFCFC;
	padding: 00px 0;
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
}
.InnerBanner {
	margin-top: 90px;
}
.PropImg {
	width: 100%;
	height: 160px;
	margin-right: 0px;
	overflow: hidden;
	position: relative;
	border-radius: 15px;
	margin-bottom: 15px;
}
.navbar-brand {
	top: 0;
}
.navbar-brand img {
	width:240px !important;
	padding: 8px 5px;
}
.bannerlin a {
	padding: 8px 10px;
	font-size: 12px;
	color: rgba(255,255,255,.9);
	margin-top: 0px;
	transition: .3s;
	color: #fff;
	background: #000000;
	border-radius: 5px;
}
.fixedBtn {
	top: 40%;
	font-size: 15px;
	background: #F86B0B;
	width: 130px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	z-index: 999;
	transform: rotate(90deg);
}
.carousel-inner img {
  height: 450px !important;
  object-position: left;
  object-fit:cover;
}
.captionnnns2 {
  background: rgba(255,255,255,.8);
  position: absolute;
  z-index: 999;
  top: 250px;
  width: 90%;
  right: 5%;
  padding: 0px 25px 25px 25px;
  text-align: center;
  border-radius: 10px;
}
.captionnnns2 h1 {
  font-size: 25px;
  font-weight: 900;
  color: #f86b0b;
  text-transform: uppercase;
}
.captionnnns {
	 
  position: absolute;
  z-index: 999;
  top: 120px;
  width: 350px;
  text-align: right;
  right: 0px;
  padding:0 25px
}
.captionnnns h1 {
  font-size: 35px;
  font-weight: 900;
  color: #f86b0b;
  text-transform: uppercase;
}
.ApMM {
	top: 0px;
}
}
 @media screen and (max-width:400px) {
.bannerlin a {
	padding: 10px 20px;
	font-size: 13px;
	border: 1px solid rgba(255,255,255,.5);
	margin-top: 0;
}
.carousel-inner img {
  height: 450px !important;
  object-position: left;
  object-fit:cover;
}
.viewGallery {
	left: 27%;
}
.ApMM {
	top: 0px;
}
.ApSlider {
  margin-top: 45px;
}
}
