*{
	margin:0;
	padding: 0;

}
body{
	background: url('image/bg1.jpg');	
}
.top_header{
	background-image: url('../image/bg2.jpg') !important;
	color: #fff;
	padding: 10px 0px 10px 0px; 
}
.top_header p{
	margin-bottom: 0 !important;
}
.top_header ul{
	list-style: none;
	display: inline-block;
	margin-bottom: 0 !important;
}
.top_header ul li{
	display: inline;
	margin-left: 10px;
}
/*custom_sidebar*/
.custom_sidebar{
	background-color: #F7931E;
	border: none;
	min-height: 0px;
	
}
.navbar-toggle {
    position: absolute;
    float: none; 
    padding: 9px 10px;
    margin-top: -74px;
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border:none;
    border-radius: 4px;
    transition: .9s;
}
.navbar-toggle:hover{
	background-color: none !important;
}
button.navbar-toggle:focus{
	background-color: none !important;

}
.overlay {
	display: none !important;
    top: 100px !important;
    left: -100%;
    right: 100%;
    margin: auto;
    background-color: rgba(0,0,0,.4);
    z-index: 0;
    transition: all ease 20ms;
}
.sideMenu {
	-webkit-box-shadow: 0px 0.5px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0.5px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0.5px 5px -1px rgba(0,0,0,0.75);
	text-align: left;
	background-image: linear-gradient( 109.6deg,  rgba(90,209,243,1) 11.2%, rgba(254,135,245,1) 91.1% );
    left: -100%;
    top: 0!important;
    transition: all ease-in-out .4s;
    overflow: hidden;
    max-width: 70% !important;
    padding-top: 70px;
    height: 700px;
    z-index: 0;
}
.sideMenu a{
	margin-top: 20px;
	font-family: monospace;
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
	color: #fff !important;
}
.sideMenu a:hover{
	color: #fff !important;
}
.custom_logo{
	 padding-top: 15px;
	 padding-bottom: 18px;
	 text-align: center;
	 margin-left: 0px;
	 width: 200px;
	 height: 100px;

}

/*custom_navbar*/
.custom_navbar{
	padding:
	min-height: 100px;
	margin-bottom: 0;
	background-image: linear-gradient( 109.6deg,  rgba(90,209,243,1) 11.2%, rgba(254,135,245,1) 91.1% );
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	width: 100%;
	z-index: 8888;
	top: 0;

}

.logo {
    line-height: 100px;
    padding: 0;
    height: 100px;
    vertical-align: middle;
}

@media(max-width: 768px){
	.custom_navbar{
		position: fixed;
		z-index: 888;
		width: 100%;

	}

	.custom_logo{
	 padding-top: 15px;
	 padding-bottom: 18px;
	 text-align: center;
	 margin-left: 100px;
	 width: 200px;
	 height: 100px;

}


}
#ui_nav li a{
	color: #fff;
    font-size: 13px;
    position: relative;
    height: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 60px;
    line-height: 20px;
    font-family: Belgrano;
    transition: ease  0.3s;
    
}

#ui_nav li a:hover{
	border-bottom: 5px solid #46a5e5;
	border-radius: 5px;
}
#ui_nav li a:hover .menu-description{
	color: #fff;
}

.menu-description{
	display: block;
    font-style: italic;
    color: rgba(255,255,255,.5);
    font-size: 13px;
    transition: all .2s;
    -webkit-transition: all .2s;
   
}
.vl {
    border-left: 1px dotted;
    border-color:rgba(255,255,255,.5);
    height:50px;
    margin-top: 25px;
    position: absolute;
}


/*Marquee_sec*/
.marquee_sec{	
			background: #6441A5;  /* fallback for old browsers */  /* Chrome 10-25, Safari 5.1-6 */
		background: -webkit-linear-gradient(right, #2a0845, #6441A5);
		background: -o-linear-gradient(right, #2a0845, #6441A5);
		background: linear-gradient(to left, #2a0845, #6441A5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
			
			padding:10px;
		}	

.marquee_sec h4{
	color: #fff !important;
	margin-bottom: 2px;
	font-family: Belgrano;
	font-size: 15px;

}

@media(max-width: 768px){
	.marquee_sec{
		margin-top: 100px;
	}

}

/*Welcome_section*/
.welcome_sec{

	background-color: #fff;
	padding: 20px 20px 20px 20px;
}
.welcome_sec h2{

	font-family: Belgrano;
	font-weight: bold;
}
.welcome_sec h4{
	padding-top: 5px;
	font-family: Montserrat;
	font-weight: bold;

}
.welcome_sec p{
	font-family: Montserrat;
	font-size: 17px;
}
.welcome_sec a{
	margin-top: 0px;
	width: 170px;
	border-radius: 0;
	border: 1px solid #000;
	background-color: #fff  !important;
	height: 40px;
	color: #000;
	padding-top: 9px;
	text-transform: uppercase;
	font-family: Montserrat;
	font-weight: bold;

}
.welcome_sec a:hover{

	background-color: #2F2F2F !important;
	color: #fff;
	border: 1px solid #000;	

}
.welcome_sec a:focus{
	background-color: #2F2F2F !important;
	color: #fff;
	border: 1px solid #000;	
}





/*Slider*/

.slider_sec{
	
}
.bg-overlay1 {
	
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url("img/bg5.jpg") ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #f7f7f7;
    font-weight: bold !important;
    padding: 50px 0px 20px 0px;
    font-family: Montserrat;
}
.item {
	height: 300px !important;
	background-color: #fff;
	overflow: hidden;
}
.item img{
	height: 100% !important;
	overflow: hidden;
	transition: .5s;
}
.item img:hover {
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	overflow: hidden;
	height: 100% !important;
}


.slider_sec h2{
	font-family: Montserrat;
	
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    height: 40px;
    width: 40px;
    background: #313131 !important;
    color: #fff !important;
    border: none;
    border-radius: 0%;
    padding: 10!important;
    font: inherit;
    font-size:15px !important;
    
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev:focus{
	background-color: none !important;
	outline: none !important;

}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
	background-color: #ccc !important;

}
@media(max-width: 768px){
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
		display: none;
	}
	.owl-carousel img{
		width: 100%;
	}

}
.owl-dots{
	margin-top: 30px !important;
}
button.owl-prev{
	position: absolute;
    left: -20%;
    top: 40%;
}
button.owl-next{
	position: absolute;
    right: -20%;
    top: 40%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ef9017 !important;
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot:focus {
	outline: none !important;
}

#description{
	background-color: #000;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: left;
	padding-left: 30px;
	height: 25%;
	background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)) ;
	padding-top: 5%;
	z-index: 22222;
}

#description h4{
	color: yellow;
}

/*About us section*/
.aboutus-section {
	padding-top: 120px;
    padding-bottom: 0px;
    -webkit-box-shadow: 0px 0.5px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0.5px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0.5px 5px -1px rgba(0,0,0,0.75);
}
@media(max-width: 768px){
	.aboutus-section{
		padding-top: 50px;
	}

}
hr.hr1{
  border:2px solid orange;
  width:40px;
  margin-top: 0px;
  border-radius:30px;
  margin-top: -30px;
}
.aboutus-title {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 39px;
    padding: 0 0 11px;
    position: relative;
    text-transform: uppercase;
    color: #000;
    font-family: Belgrano;
}

.aboutus-text {
    color: #606060;
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 35px;
    font-family: lato;

}

a:hover, a:active {
    color: #ffb901;
    text-decoration: none;
    outline: 0;
}
.aboutus-more {
    border: 1px solid #fdb801;
    border-radius: 25px;
    color: #fdb801;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 7px 20px;
    text-transform: uppercase;
}
.aboutus-more:hover{
	background-color: #ccc;
	border: none;
	color: #fff;
}
.aboutus-more:focus{
	background-color: #ccc;
	border: none;
	text-decoration: none;
	color: #fff;
}
.feature .feature-box .iconset {
    background: #fff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 18%;
}
.iconset {
	margin-top: 20px;
}
.feature{
	margin-top: 20px;
	margin-bottom: 90px;
}
.feature .feature-box .iconset:after {
    background: #fdb801 none repeat scroll 0 0;
    content: "";
    height: 90px;
    left: 35px;
    position: absolute;
    top: 100%;
    width: 1px;
}

.feature .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0 0 5px;
    padding-top: 25px;
}


.feature .feature-box .feature-content {
    float: left;
    padding-left: 28px;
    width: 78%;
}
.feature .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}
.feature .feature-box .feature-content p {
    color: #606060;
    font-size: 15px;
    line-height: 22px;
    font-family: loto;
}
@media(max-width: 768px){
	.feature .feature-box .feature-content p{
		font-size: 15px;
	}
	.feature .feature-box .iconset:after {

	}

}

.icon {
    color : #f4b841;
    padding:0px;
    font-size:40px;
    border: 1px solid #fdb801;
    border-radius: 100px;
    color: #fdb801;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}
/*Appoinment Section*/
.appointment{
	background-color: #EBEBEB;
	-webkit-box-shadow: 0px 0.5px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0.5px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0.5px 5px -1px rgba(0,0,0,0.75);
	padding:32px 40px 30px 40px;

}
#sqid3{
	height: 40px;
	width: 40px;
	border: 1px solid #000;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 15px;
	color: #000;
	margin-right: 30px;
	
}
.appointment h3{
	margin-top: 7px;
	font-family: Montserrat;
	color: #000;
}
.appointment a{
	width: 150px;
	border-radius: 0;
	height: 40px;
	border: none;
	background-color: #E9A120;
	font-family: Montserrat;
	font-weight: bold;
	padding-top:10px;
	transition: 500ms;
}
.appointment a:hover{
	background-color: #174873;

}

/*Footer Setion*/
.bg-overlay {
	
    background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)), url("../image/bg3.jpg") ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #f7f7f7;
    font-weight: bold !important;
    padding: 40px 45px 40px 45px;
    font-family: Montserrat;
}
@media(max-width: 768px){
	.bg-overlay{
		 padding: 40px 10px 40px 10px;
	}
	#mid-div{
		margin-top: 60px;
		margin-bottom: 60px;
	}

}

hr.style1{
  border:2px solid orange;
  width:40px;
  margin-top: 0px;
  border-radius:30px;
}
.bg-overlay ul{
	list-style: none;
	font-weight: 300;

}
#sqid{
	height: 40px;
	width: 40px;
	border: 2px solid #fff;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 15px;
	color: orange;
}
#sqid1{
	height: 40px;
	width: 40px;
	border: 2px solid #fff;
	padding-left: 14px;
	padding-top: 11px;
	font-size: 15px;
	color: orange;
	border-radius: 50%;
}

#add_logo{
	background-color: transparent;
	height: 40px;
	color: orange;
	border: 1px solid #fff;
	border-radius: 0;
}
.add_form{
	background-color: transparent;
	height: 40px;
	color: #ccc;
	border: 1px solid #fff;
	border-radius: 0;
	border-left: none;

}
.add_form:focus{
	box-shadow:  none !important;
	border-color: orange;
}
.bg-overlay button{

	background-color: transparent;
	color: orange;
	border-radius: 0;
	border-color: #fff;
}
.bg-overlay button:hover{
	background-color: #313131;
	border-color: #313131;
}
.copyright{
	padding: 10px 0px 10px 0px;
	background-color: #2F2F2F;
	color: #fff;
	font-family: lato;
	-webkit-box-shadow: 0px 0.5px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0.5px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0.5px 5px -1px rgba(0,0,0,0.75);
}
@media(max-width: 768px){
	.copyright h5{
		font-size: 12px !important;
	}

}

.successdiv {
	padding-bottom: 80px;
	background-color: #E1E1E1;
}
.successdiv h1{
	margin-top: 100px;
}

.successdiv .card{
	padding: 20px;
	background-color: #fff;
}

.successdiv .card h4{
	font-size: 20px;
	color: #000;
	font-family: Belgrano;
}
.successdiv .card h5{
	font-family: roboto;
	color: #000;
	font-weight: bold;
}

.successdiv .card p{
	font-family: Montserrat;
	font-size: 14px;

}

 @-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
.blink-image {
  position: fixed;
    bottom: 0;
    right: 0;
  width:50px;
  height:50px;
                margin:20px;
   z-index: 1111111111;
  animation: bounce 3.5s case-in infinite;
}
  @keyframes bounce
        {
        
        
          0%{
            margin:29% transform:rotate(0deg);
          }
          25%{
            margin:5%;
          }
          50%{
            margin:29%;
          }
          75%{
            margin:6%;
          }
          100%
          {
            margin:29%
          }
        
        }
        
left-image {
  position: fixed;
    bottom: 0;
    left: 0;
  width:50px;
  height:50px;
  z-index: 1111111111111111;
  margin:20px;
   
}

      </style>
      
      <style>
      
.phonelink{
    position: fixed; /* Lock location always on the scree */
    bottom: 0; /* Set to the bottom */
    left:  0; /* Set to the right */
    margin: 20px; /* Add space around background */
      z-index: 1111111111111111;
}

.phoneicon{
    width: 50px; /* Set width of icon */
    height: 50px; /* Set height of icon */
                margin:20px;
                  z-index: 1111111111111111;
                }
                
                */
@media screen and (max-width: 480px){
    .lgscreenphone{
        display: none;  /* On small screens make phone icon disappear */
                margin:20px;
    }
    .mbscreenphone{
        display: block; /* On small screens make phone icon appear */
                margin:20px;
    }
}
@media screen and (min-width: 481px){
    .mbscreenphone{
        display: none; /* On large screens make phone icon disappear */
                margin:20px;
    }
    .lgscreenphone{
        display: block; /* On large screens make phone icon appear */
                margin:20px;
                  z-index: 1111111111111111;
    }
}