body{
	font-size: 14px;
	font-family: 'Montserrat';
  	color: #000;
  	background: #fff;
}
h1,h2,h3,h4,h5,h6
{
	font-family: 'Cormorant';
}
a
{
	color: var(--primary-color);
}
.social-links a
{
	color: #fff;
}
.social-links a:hover
{
	color: var(--primary-color);
}
.btn-outline-secondary
{
	border-color: #fff;
	color: #fff;
	border-radius: 0;
	padding-left: 30px;
	padding-right: 30px;
	font-weight:300;
}
.btn-outline-primary
{
	border-color: #000;
	color: #000;
	border-radius: 0;
	padding-left: 30px;
	padding-right: 30px;
	font-weight:300;
}
/*btn-hover*/
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white;
}
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn-outline-primary:hover
{
	background: transparent;
	border-color: #000;
}
/*btn-hover end*/
.toggle-wrap {
  padding: 10px;
  position: relative;
  cursor: pointer;
  float: left;
  
  /*disable selection*/
  -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.toggle-bar {
	width: 38px;
	margin: 10px 0;
	position: relative;
	border-top: 1px solid #fff;
	display: block;
	z-index: 99999;
}
.toggle-bar::before,
.toggle-bar::after {
	content: "";
	display: block;
	background: #fff;
	height: 1px;
	width: 38px;
	position: absolute;
	top: -10px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-ms-transform-origin: 10%;
	-webkit-transform-origin: 10%;
	transform-origin: 10%;
}
.toggle-bar::after {
  top: 7px;
}
.toggle-wrap.active .toggle-bar {
  border-top: 6px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
	-ms-transform: rotate(48deg);
	-webkit-transform: rotate(48deg);
	transform: rotate(48deg);
}
.toggle-wrap.active .toggle-bar::after {
	-ms-transform: rotate(-48deg);
	-webkit-transform: rotate(-48deg);
	transform: rotate(-48deg);
}
.toggle-wrap
{
	height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
}
.logo img
{
	width: 100px;
}
.logo{
	height: 100px;
	background: #fff;
}
.navbar-toggle{
	background: var(--primary-color);
}
.nav-contact{
	height: 100px;
	background: var(--primary-color);
	padding: 15px;
	color: #fff;
}
.sticky-header
{
	position: sticky;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	box-shadow: 0 0 2px 1px rgb(0 0 0 / 32%);
}
.slider .carousel-item
{
	position: relative;
}
/*slider-style*/
.slider .carousel-item::before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 48%);
}
.carousel-indicators
{
	display: none;
}
.slider-controlls
{
	position: absolute;
    left: 0;
    bottom: 30px;
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 9;
}
.controll-icons
{
	border: solid 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.controll-icons a:nth-child(1)
{
	border-right:solid 1px #fff;
}
.controll-icons a
{
	display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    opacity: 0.8;
}
.controll-icons a:hover
{
	color:#fff;
	opacity: 1;
	text-decoration: none;
}
.carousel-caption
{
	transform: translate(-50%, -50%);
    top: 50% !important;
    left: 50%;
    text-align: left;
    width: 70%;
    bottom: unset;
}
.owl-prev::before
{
	content: "\f530"
}
.owl-next::before
{
	content: "\f532"
}
.owl-prev,.owl-next
{
	display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons" !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.owl-prev span,.owl-next span
{
	display: none;
}
/*slider-style-end*/
/*side-menu*/
.slide-nav .close
{
  position: absolute;
  right: 0;
  top: 0;
}
.user-nav
{
  cursor: pointer;
}
.slide-nav
{
  position: fixed;
  z-index: 200;
  background-color: #fff;
  transition: transform 0.5s;
  height: 100%;
  top: 0;
  width: 375px;
  transform: translateX(-100%);
  box-shadow: 1px -1px 8px 0 rgb(0 0 0 / 35%);
  background: #000;
  color: #fff;
}
.slide-nav.is-active {
    transform: translateX(0);
}
.slide-nav img
{
  width: 100px;
  height: 100px;
}
.slide-nav .active
{
  background: var(--light-blue);
  border-color: #fff;
  color: var(--primary-color);
}
.slide-nav ul li:hover
{
  color: var(--primary-color);
  cursor: pointer;
}
.close:focus
{
  outline: 0;
}
/*side-menu-end*/
.carousel-caption
{
	z-index: 1!important;
}
.navbar
{
	background: #fff;
}
.tiny-head
{
	text-transform: uppercase;
	padding-left:40px;
	position: relative;
}
.slider .tiny-head::before,.our-specialities .tiny-head::before
{
	border-color: #fff !important;
}
.tiny-head::before
{
	position: absolute;
	content: "";
	width: 30px;
	left: 0;
	border:solid 1px;
	border-color: #000;
	top: 10px;
}
.tiny-head.right-aligned
{
	text-align: right;
	padding-right: 40px;
	padding-left: 0;
}
.tiny-head.right-aligned::before
{
	border:0 !important;
}
.tiny-head.right-aligned::after {
    position: absolute;
    content: "";
    width: 30px;
    right: 0;
    border: solid 1px;
    border-color: #000;
    top: 10px;
}
.px-100
{
	padding-right: 100px;
	padding-left: 100px;
}
.py-100
{
	padding-bottom: 100px;
	padding-top: 100px;
}
.about h1
{
	font-weight: 300;
}
.about-img img
{
	width: 100%;
	position: relative;
	z-index: 2;
}
.about-img span
{
	width: 93%;
	position: relative;
}
.about-img span::before
{
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: var(--primary-color);
    z-index: 1;
    left: 50px;
    top: 50px;
}
.slide-nav .nav
{
	padding-top: 90px;
    padding-left: 10px;
    font-size: 2em;
    color: #fff;
}
.slide-nav .nav a
{
    color: #fff;
}
.slide-nav .nav a:hover
{
    color: var(--primary-color);
}
.slide-nav .nav .active
{
    color: var(--primary-color);
}
.f-300
{
	font-weight: 300;
}
.owl-theme .owl-nav{
	font-size: 30px;
}
.owl-theme .owl-nav button:hover,.owl-theme .owl-nav button:focus{
	background: transparent !important;
	outline: 0 !important;
	color:#000 !important;
}
.owl-dots
{
	display: none;
}
.services-content
{
	background: var(--primary-color);
	width: 80%;
	color: #fff;
	padding: 15px;
	position: absolute;
	z-index: 9;
	bottom: 0;
	right: 0;
	transform: translateY(100%);
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.services-content h5
{
	font-weight: 900;
}
.service-hvr
{
	cursor: pointer;
}
.service-hvr:hover .services-content
{

	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transform: translateY(0);
    cursor: pointer;
}
.our-specialities
{
	position: relative;
	color: #fff;
}
.our-specialities::before
{
	position: absolute;
	content: "";
	height: 100%;
	width: 80%;
	background: #19232d;
	left: 0;
	top: 0;
}
.q-banner
{
	background: url('../images/slide-1.jpg');
	height: 350px;
	background-attachment: fixed;
	position: relative;
	color: #fff;
}
.q-banner::before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--primary-color);
	opacity: 0.5;
	left: 0;
	top: 0;
}
.footer-bg
{
	background: #fdfdfa; 
}
.footer-img
{
	width: 100px;
}
.footer-bg-2
{
	background: #000;
	color: #fff;
}
.sub-head
{
	background: url('../images/sub-head-1.jpg');
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	background-position: center;
}
.form-control
{
	border-color: #000;
	border-radius: 0;
}
.social-links ul li
{
	list-style: none;
}
.social-links ul li
{
	color: #fff;
	font-size: 50px;
	display: inline-block;
}
.footer-links ul li
{
	font-size: 30px;
}
.services-page .services-content {
    right: 15px !important;
    transform: unset!important; 
}
.services-page img {
    width: 100%;
}
.slider .carousel-inner h1
{
	font-size: 1.8em;
}
.services-content h5
{
	border-bottom: solid 2px;
	display: inline-block;
	font-weight: 700;
}
.nav-contact span
{
	color: #fff;
}
.g-tabs
{
	border: none;
}
.g-tabs .nav-link
{
	border-top: none;
	border-left: none;
	border-right: none;
	color: #000;
}
.g-tabs .nav-link.active
{
	border-bottom: solid 2px var(--primary-color);
	color: var(--primary-color);
	font-weight: 700;
}

/*media queries*/
@media (max-width: 992px)
{
	.about .btn-outline-primary
	{
		margin-bottom: 30px;
	}
}
@media (max-width: 768px)
{
	.toggle-wrap {
    	height: 60px;
    	width: 60px;
	}
	.logo img {
    	width: 60px;
	}
	.logo {
    	height: 60px;
   	 	background: #fff;
	}
	.nav-contact {
    	height: 60px;
	}
	.container-fluid
	{
		padding-left: 60px;
		padding-right: 60px;
	}
	.py-100
	{
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.about-img span::before {
    left: 15px;
    top: 15px;
	}

}
@media (max-width: 576px)
{
	.slider-controlls {
	    bottom: 10px;
	    font-size: 26px;
	}
	.ftr-logo img
	{
		margin:auto;
	}
	.ftr-address address
	{
		text-align: center;
		margin-top: 15px;
	}
	.footer-links ul
	{
		padding-left: 0 !important;
	}
	.footer-links ul
	{
		padding-left: 0 !important;
	}
	.ftr-grid 
	{
		justify-content: center;
	}
	.copy-right
	{
		text-align: center;
	}
	footer small
	{
		display: block;
		text-align: center;
	}
	.container-fluid {
	    padding-left: 30px;
	    padding-right: 30px;
	}
	h1
	{
		font-size: 22px;
	}
	.ftr-address
	{
		justify-content: center !important;
	}
	.our-team img
	{
		margin-bottom: 30px;
	}
}
@media (max-width: 414px)
{
	.nav-contact {
	    height: 50px;
	    font-size: 10px;
	}
	.toggle-wrap {
	    height: 50px;
	    width: 60px;
	}
	.logo img {
    	width: 50px;
	}
	.logo {
    	height: 50px;
    	background: #fff;
	}
}
@media (max-width: 375px)
{
	.slide-nav
	{
		width: 320px;
	}
}