/*--Author: Pawan Yadav
 --*/

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
	color:#000;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Playfair Display', serif;
	color:#000000;
}

h1,
h2,
h3,
h4{
    margin-bottom: 20px;
}

h5,
h6 {
    margin-bottom: 10px;
}

p {
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
}

ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

body button,
.btn,
body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.btn:hover,
body button:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	text-decoration: none;
}

body a:hover {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

body a:focus {
    outline: none;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}


.list-group-item {
    background-color: transparent;
}

/*-- bottom-to-top --*/

.novisible {
	display:none;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../../images/home/move-top.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //bottom-to-top --*/

@media only screen and (min-width:1280px) {
	.container {
		max-width: 1170px;
	}
}

.full-width-container{
	margin: 0;
	padding-left: 40px;
	padding-right: 40px;
}

.full-width-container > .row{
	margin:0;
}


/* colors code */
.text-bl {
    color: #343a40;
}

.text-wh {
    color: #fff;
}

.text-li {
    color: #f8f9fa;
}

.bg-li {
    background: #f8f9fa;
}

.bg-wh {
    background: #fff;
}

.let {
    letter-spacing: 1px;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none !important;
}

/* //colors code */

/* left slide menu */

.header {
	/*background-color: #1e2024;*/
	/*position: absolute;*/
	z-index: 4
}
@media (max-width:991px) {
	.header {
		z-index: 103;
		position: absolute;
	}
}
.header__top-bar {
	background-color: #292c31;
	display: none
}
@media (min-width:992px) {
.header__top-bar {
	display: block
}
}
.nav-account {
	display: none
}
@media (min-width:992px) {
.nav-account {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	float: right
}
.nav-account .nav-account__item {
	display: inline-block;
	float: right;
	font-size: 9px;
	line-height: 1.5em;
	text-transform: uppercase;
	font-weight: 700;
	font-family: Montserrat, sans-serif
}
.nav-account .nav-account__item:before {
	content: "\2F";
	display: inline-block;
	color: #6b6d70;
	margin: 0 16px 0 14px
}
.nav-account .nav-account__item>a {
	color: #fff;
	transition: all .3s ease;
	display: inline-block;
	height: 48px;
	line-height: 48px
}
.nav-account .nav-account__item>a:hover {
	color: #03a9f4
}
.nav-account .nav-account__item>a:focus {
	outline: 0
}
.nav-account .nav-account__item>a .highlight {
	color: #03a9f4
}
.nav-account .nav-account__item:last-child:before {
	display: none
}
.nav-account .nav-account__item.has-children {
	position: relative
}
.nav-account .nav-account__item.has-children:after {
	content: "";
	display: inline-block;
	margin-left: 9px;
	width: 6px;
	height: 4px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%23fff' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
	background-size: 6px 4px;
	background-repeat: no-repeat;
	background-position: 50%;
	top: -2px;
	position: relative
}
.nav-account .nav-account__item.has-children ul {
	list-style: none;
	top: 40px;
	right: 0;
	min-width: 110px;
	padding: 14px 0;
	margin: 0;
	border: 1px solid #e4e7ed;
	box-shadow: none;
	background-color: #fff;
	transform-style: preserve-3d;
	transform: translateX(50%) rotateX(-75deg);
	visibility: hidden
}
.nav-account .nav-account__item.has-children ul li a {
	font-size: 9px;
	padding: 6px 24px;
	border-bottom: none;
	color: rgba(49,64,75,.4);
	transition: color .2s ease
}
.nav-account .nav-account__item.has-children ul li a:hover {
	color: #31404b;
	background-color: transparent
}
.nav-account .nav-account__item.has-children:hover ul {
	display: block;
	transform: translateX(50%) rotateX(0);
	opacity: 1;
	visibility: visible
}
.nav-account .nav-account__item--logout>a {
	color: #6b6d70
}
}
.header__secondary {
	background-color: #1e2024;
	display: none
}
@media (min-width:992px) {
.header__secondary {
	display: block;
	text-align: right
}
}
.header__primary {
	/*background-color: #1e2024;*/
	position: relative
}
/*.header__primary:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #292c31;
	width: 50%
}*/
.header__primary-inner {
	position: relative;
	z-index: 1;
	/*background-color: #292c31*/
	border-bottom: 1px solid rgba(225, 225, 225, 0.5);
	padding:15px 0px;
}
/*.header__primary-inner:before {
	content: "";
	position: absolute;
	display: none;
	top: 0;
	bottom: 0;
	width: 210px;
	background-color: #1e2024;
	left: -25px;
	margin-left: 0;
	transform: skew(-25deg);
}*/
@media (min-width:768px) {
.header__primary-inner:before {
	display: block
}
}
@media (max-width:991px) {
	.header__primary-inner:before {
		width: 80px	
	}
	.header__primary-inner {
		padding:0px;
	}
}
@media (max-width:991px) {
.main-nav .social-links--main-nav {
	display: none
}
}
.header-logo {
	position: absolute;
	z-index: 3;
	/*bottom: 21px;*/
	left: 0;
	display: block
}
@media (max-width:991px) {
.header-logo {
	display: none
}
}
.header-logo__img {
	position: relative
}
.header-mobile {
	display: none;
	background-color: #1e2024
}
.header-search-form {
	padding: 24px 0;
	overflow: hidden;
	transition: all .4s ease-in-out;
	position: relative;
	z-index: 1;
	background-color: #1e2024;
	vertical-align: top
}

.header-mobile .header-search-form:nth-last-child(1) {
	display:none;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] 
 {
	 height:42px;
 }

@media (min-width:992px) {
.header-search-form {
	display: inline-block;
	width: 360px
}
}
@media (min-width:992px) and (max-width:1199px) {
.header-search-form {
	width: 200px
}
}
.header-search-form .search-form {
	position: relative
}
.main-nav .header-search-form {
	padding: 11px 0;
	background-color: transparent
}
.main-nav .header-search-form.header-search-form--right {
	float: right
}
input.header-mobile__search-control {
	background-color: #292c31;
	border-color: #292c31;
	border-radius: 20px;
	height: 38px;
	padding: 6px 60px 6px 20px;
	font-size: 12px
}
@media (min-width:992px) {
input.header-mobile__search-control {
	background-color: #292c31;
	border-color: #292c31
}
}
input.header-mobile__search-control:focus {
	color: #fff;
	background-color: #292c31;
	border-color: #292c31
}
@media (min-width:992px) {
input.header-mobile__search-control:focus {
	background-color: #292c31;
	border-color: #292c31
}
}
.header-mobile__search-submit {
	background: 0 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 51px;
	height: 38px;
	line-height: 38px;
	padding: 0;
	border: none;
	font-size: 16px;
	color: #03a9f4;
	transition: color, background-color .3s ease;
	border-radius: 0 20px 20px 0
}
.header-mobile__search-submit:hover {
	background-color: hsla(0,0%,100%,.1)
}
@media only screen and (max-width:991px) {
.header-mobile {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3
}
.header-mobile__inner {
	overflow: hidden;
	position: relative;
	z-index: 2;
	height: 100px;
	background-color: #1e2024;
	transition: all .4s ease-in-out
}
.header-mobile__logo {
	text-align: center;
	position: absolute;
	z-index: 3;
	left: 50%;
	transform: translate(-50%);
	top: 18px;
}
.header-mobile__logo-img {
	width: 97px;
	height: auto
}
.burger-menu-icon {
	z-index: 102;
	transition: all .4s ease-in-out;
	display: block;
	position: absolute;
	top: 40px;
	left: 34px;
	cursor: pointer;
	width: 26px;
	height: 19px
}
.burger-menu-icon__line, .burger-menu-icon__line:after, .burger-menu-icon__line:before {
	content: "";
	cursor: pointer;
	height: 3px;
	width: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	display: block;
	border-radius: 1px
}
.burger-menu-icon__line:before {
	top: 8px
}
.burger-menu-icon__line:after {
	top: 16px
}
.header-mobile__search-icon {
	display: block;
	position: absolute;
	right: 34px;
	top: 39px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 22px;
	color: #fff;
	text-align: center
}
.header-mobile__search-icon:after, .header-mobile__search-icon:before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s ease-in-out
}
.header-mobile__search-icon:before {
	content: "\f002";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: FontAwesome
}
.header-mobile__search-icon:after {
	content: "";
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Cpath transform='translate(-267.219 -40.219)' fill='%23fff' d='M267.62,56.258L283.258,40.62a1.5,1.5,0,0,1,2.121,2.121L269.741,58.379A1.5,1.5,0,0,1,267.62,56.258Zm15.638,2.122L267.62,42.742a1.5,1.5,0,0,1,2.121-2.121l15.638,15.638A1.5,1.5,0,0,1,283.258,58.38Z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 19px 19px;
	background-repeat: no-repeat
}
.header-mobile__search-icon.header-mobile__search-icon--close:before, .header-mobile__search-icon:after {
	transform: translate(-50%, -50%), scale(0);
	opacity: 0
}
.header-mobile__search-icon.header-mobile__search-icon--close:after {
	transform: translate(-50%, -50%), scale(1);
	opacity: 1
}
.header-mobile__search-icon:hover {
	cursor: pointer
}
.header-search-form {
	padding: 0 25px;
	height: 0;
	top: -62px
}
.header-mobile--expanded .header-search-form {
	top: 0;
	height: 63px
}
input.header-mobile__search-control {
	margin-top: 12px


}
}
.header-banner {
	display: inline-block;
	vertical-align: middle;
	margin-left: 38px
}
@media (min-width:992px) {
.header-banner {
	margin-left: 15px
}
}
@media (min-width:992px) and (max-width:1199px) {
.header-banner img {
	width: 254px;
	height: auto
}
}
@media (min-width:1200px) {
.header-banner {
	margin-left: 38px
}
}
.main-nav {
	position: relative;
	text-align: right
}
.main-nav .header-mobile__logo {
	display: none
}
.main-nav__list {
	display: inline-block;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style: none
}
@media (min-width:992px) {
.main-nav__list {
	border-left: none
}
}
.main-nav__list>li {
	text-align: center;
	display: inline-block;
	padding: 0
}
@media (min-width:992px) {
.main-nav__list>li {
	margin-left: -.25em;
	border-right: none
}
.main-nav__list>li:first-of-type {
	margin-left: 0
}
}
.main-nav__list>li>a {
	display: block;
	color: #fff;
	padding: 0 10px;
	line-height: 45px;
	text-decoration: none;
	position: relative;
	font-family:'Montserrat', sans-serif;
	/*font-size: 12px;*/
	/*font-weight: 700;*/
	text-transform: capitalize;
	transition: color .3s ease
}
@media (min-width:992px) and (max-width:1199px) {
.main-nav__list>li>a {
	padding-left: 20px;
	padding-right: 20px
}
}
.main-nav__list>li>a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background-color: transparent;
	transition: background-color .3s ease
}
.main-nav__list>li>a:hover {
	color: #d4aa52;
	/*background-color: transparent;
	text-decoration: none*/
}
/*.main-nav__list>li>a:hover:before {
	background-color: #03a9f4
}*/
.main-nav__list>li.active>a {
	color: #d4aa52;
	text-decoration: none;
	background-color: transparent
}
.main-nav__list>li.active>a:before {
	/*background-color: #03a9f4*/
	display:none;
}
.main-nav__list>li.has-children>a:after {
	content: "";
	display: inline-block;
	margin-left: 9px;
	width: 6px;
	height: 4px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%23fff' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
	background-size: 6px 4px;
	background-repeat: no-repeat;
	background-position: 50%;
	top: -2px;
	position: relative
}
.main-nav__megamenu {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	left: 0;
	position: absolute;
	top: 62px;
	z-index: 1000;
	margin: 0;
	text-align: left;
	padding: 43px 55px;
	font-size: 15px;
	border: 1px solid #e4e7ed;
	background-color: #fff;
	opacity: 0;
	transform-origin: 0 0;
	transition: transform .3s, opacity .3s
}
.main-nav__megamenu .main-nav__title {
	font-size: 14px;
	letter-spacing: -.03em;
	padding: 3px 0;
	margin-bottom: 19px;
	color: #31404b;
	text-align: left;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
	font-weight: 700
}
.main-nav__ul li {
	display: block;
	white-space: nowrap;
	text-align: left;
	text-transform: uppercase
}
.main-nav__ul li a {
	display: block;
	font-size: 11px;
	line-height: 18px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	text-align: left;
	padding: 5px 0;
	color: rgba(49,64,75,.4);
	transition: color .3s ease
}
.main-nav__ul li a:hover {
	color: #31404b;
	text-decoration: none
}
.main-nav__list li>.main-nav__megamenu, .main-nav__list li>.main-nav__sub, .main-nav__list li>.main-nav__sub-2, .main-nav__list li>.main-nav__sub-3 {
	transform-style: preserve-3d;
	transform: rotateX(-75deg);
	visibility: hidden
}
.main-nav__list li:hover>.main-nav__megamenu, .main-nav__list li:hover>.main-nav__sub, .main-nav__list li:hover>.main-nav__sub-2, .main-nav__list li:hover>.main-nav__sub-3 {
	transform: rotateX(0);
	opacity: 1;
	visibility: visible
}
.main-nav__sub {
	position: absolute;
	top: 62px;
	z-index: 1000;
	margin: 0;
	padding: 0;
	min-width: 240px;
	background-color: #fff;
	border: 1px solid #e4e7ed;

	opacity: 0;
	transform-origin: 0 0;
	transition: transform .3s, opacity .3s
}
.main-nav__sub>li>a {
	text-decoration: none
}
.main-nav__sub>li.has-children>a:after {
	content: "";
	display: block;
	position: absolute;
	right: 24px;
	top: 50%;
	margin-top: -2px;
	width: 6px;
	height: 4px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%2331404b' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
	background-size: 6px 4px;
	background-repeat: no-repeat;
	background-position: 50%;
	transform: rotate(-90deg)
}
.main-nav__sub li a {
	display: block;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	/*font-weight: 700;*/
	font-size: 11px;
	color: #31404b;
	text-align: left;
	line-height: 1.5em;
	padding: 16px 30px;
	letter-spacing: normal;
	border-bottom: 1px solid #e4e7ed;
	transition: background-color .3s ease
}
.main-nav__sub li a:hover {
	color: #31404b;
	background-color: rgba(228,231,237,.2)
}
.main-nav__sub li:last-child>a {
	border-bottom: none
}
.main-nav__sub>li.active>a {
	color: #31404b;
	background-color: rgba(228,231,237,.2)
}
.main-nav__list li:hover .main-nav__sub {
	display: block
}
.main-nav__sub li {
	position: relative;
	padding: 0;
	margin: 0;
	display: block
}
.main-nav__sub li:hover .main-nav__sub-2 {
	display: block;
	opacity: 1;
	list-style: none;
	padding: 0;
	background-color: #fff
}
.main-nav__sub-2 {
	min-width: 240px;
	border: 1px solid #e4e7ed;
	position: absolute;
	left: 100%;
	top: -1px;
	margin: 0;
	padding: 0;
	opacity: 0;
	transform-origin: 0 0;
	transition: transform .4s, opacity .4s
}
.main-nav__sub-2 li:hover .main-nav__sub-3 {
	opacity: 1;
	list-style: none;
	padding: 0;
	border: 1px solid #e4e7ed;
	background-color: #fff
}
.main-nav__sub-3 {
	min-width: 240px;
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	transform-origin: 0 0;
	transition: transform .4s, opacity .4s
}
.main-nav__toggle, .main-nav__toggle-2 {
	display: none
}
@media only screen and (min-width:992px) {
.main-nav__list li:hover>.main-nav__sub, .main-nav__sub li:hover>.main-nav__sub-2, .main-nav__sub-2 li:hover>.main-nav__sub-3 {
	display: block
}
.main-nav__list li:hover>.main-nav__megamenu {
	display: -ms-flexbox;
	display: flex
}
.main-nav .main-nav__item--shopping-cart, .main-nav__list .main-nav__item--social-links, .main-nav__list .nav-account__item, .main-nav__list .social-links__item {
	display: none
}
}
@media only screen and (max-width:991px) {
.main-nav {
	width: 270px;
	left: 0;
	transform: translateX(-270px);
	height: 100vh;
	position: fixed;
	top: 0;
	margin: 0;
	z-index: 103;
	overflow: auto;
	transition: all .4s ease-in-out;
	background-color: #1e2024
}
.site-wrapper--has-overlay .main-nav {
	transform: translateX(0);
	transition: all .4s ease-in-out
}
.main-nav .header-mobile__logo {
	position: relative;
	padding: 5px 0 18px;
	display: block;
	border-bottom: 1px solid #292c31
}
.main-nav .main-nav__item--shopping-cart .info-block__link-wrapper {
	overflow: hidden;
	font-size: 11px;
	line-height: 1.5em;
	padding-right: 20px
}
.main-nav .main-nav__item--shopping-cart .df-icon-stack--bag {
	display: none
}
.main-nav .main-nav__item--shopping-cart .info-block__heading {
	margin-bottom: 0;
	float: left;
	font-size: 11px;
	line-height: 1.5em
}
.main-nav .main-nav__item--shopping-cart .info-block__cart-sum {
	float: right;
	font-size: 11px;
	line-height: 1.5em;
	color: #03a9f4
}
.main-nav .main-nav__back {
	width: 49px;
	height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8'%3E%3Cpath transform='translate(-238.75 -17.75)' fill='%23fff' d='M240,21h12v2H240V21Zm0.171-.415,4.243,4.243L243,26.242,238.757,22Zm4.243-1.414-4.243,4.242L238.757,22,243,17.757Z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 13px 8px
}
.main-nav .main-nav__back:hover {
	cursor: pointer
}
.main-nav .main-nav__list>li>a:before {
	top: 0;
	bottom: 0;
	width: 4px;
	height: auto
}
.main-nav .main-nav__list>li>a .highlight {
	color: #03a9f4
}
.main-nav .main-nav__list>li.has-children>a:after {
	display: none
}
.main-nav .main-nav__list>li.nav-account__item--logout>a {
	color: #6b6d70
}
.main-nav .main-nav__list>li.nav-account__item--wishlist>a {
	padding-right: 20px
}
.main-nav .main-nav__list>li.nav-account__item--wishlist .highlight {
	float: right
}
.main-nav .main-nav__list>li.main-nav__item--social-links {
	text-align: left;
	padding: 0 15px 20px
}
.main-nav .main-nav__list>li.main-nav__item--social-links>a {
	display: inline-block;
	border-bottom: none;
	padding: 15px
}
.main-nav .main-nav__list>li.main-nav__item--social-links>a:before, .main-nav__list .main-nav__sub .main-nav__sub-2 li:hover .main-nav__sub-3, .main-nav__list .main-nav__sub li.has-children>a:after, .main-nav__list li:hover .main-nav__sub, .main-nav__list li:hover .main-nav__sub .main-nav__sub-2 {
	display: none
}
.main-nav__toggle {
	width: 30px;
	height: 30px;
	top: 8px;
	right: 10px
}
.main-nav__toggle, .main-nav__toggle-2 {
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 1;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%23fff' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
	background-size: 6px 4px;
	background-repeat: no-repeat;
	background-position: 50%;
	transition: all .4s ease
}
.main-nav__toggle-2 {
	width: 20px;
	height: 20px;
	top: 3px;
	right: 15px
}
.main-nav__toggle--rotate {
	transform: rotate(180deg)
}
.main-nav__sub-2 {
	width: 100%;
	position: static;
	left: 100%;
	top: 0;
	display: none;
	margin: 0;
	padding: 0!important;
	border: 0 solid;
	transform: none;
	opacity: 1;
	visibility: visible
}
.main-nav__sub-2 li {
	margin: 0;
	padding: 0;
	position: relative
}
.main-nav__sub-2 li a {
	display: block;
	padding: 10px 25px
}
.main-nav__sub-2 li:hover>a {
	color: #fff
}
.main-nav__sub-3 {
	width: 100%;
	position: static;
	left: 100%;
	top: 0;
	display: none;
	margin: 0;
	padding: 0!important;
	border: 0 solid;
	transform: none;
	opacity: 1;
	visibility: visible
}
.main-nav__sub-3 li {
	margin: 0;
	padding: 0;
	position: relative
}
.main-nav__sub-3 li a {
	display: block;
	padding: 10px 25px
}
.main-nav__sub-3 li:hover>a {
	color: #fff
}
.main-nav .main-nav__list {
	/*border-top: 1px solid #292c31;*/
	height: 100%;
	overflow-y: auto;
	display: block;
	width: 100%;
}
.main-nav .main-nav__list>li {
	width: 100%;
	display: block;
	float: none;
	border-right: none;
	background-color: transparent;
	position: relative;
	white-space: inherit
}
.main-nav .main-nav__list>li>a {
	padding: 16px 30px;
	font-size: 12px;
	text-align: left;
	border-right: 0 solid;
	background-color: transparent;
	color: #fff;
	line-height: 1.5em;
	border-bottom: 1px solid #292c31;
	position: static;
	letter-spacing:1px;
}
.main-nav .main-nav__list li.has-children>a:after {
	transform: none;
	top: 13px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%23fff' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E")
}
.main-nav__list .main-nav__sub {
	transform: none;
	opacity: 1;
	display: none;
	position: relative;
	top: 0;
	background-color: #292c31;
	border: none;
	padding: 15px 0;
	visibility: visible
}
.main-nav__list .main-nav__sub li a {
	line-height: 1.5em;
	font-size: 10px;
	padding: 7px 0 7px 40px;
	color: #9a9da2;
	transition: color .3s ease;
	border-bottom: none;
	display: block;
	text-align: left;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase
}
.main-nav__list .main-nav__sub li a:hover {
	color: #fff
}
.main-nav__list .main-nav__sub li:hover>a {
	background-color: transparent;
	color: #fff
}
.main-nav__list .main-nav__sub li:hover .main-nav__sub-2 {
	background-color: transparent
}
.main-nav__list .main-nav__sub li .main-nav__sub-2 {
	padding: 15px 0
}
.main-nav__list .main-nav__sub li .main-nav__sub-2 li a {
	padding-left: 50px
}
.main-nav__list .main-nav__sub li .main-nav__sub-2 li a:hover {
	background-color: none
}
.main-nav__list .main-nav__sub li .main-nav__sub-2 li .main-nav__sub-3 li a {
	padding-left: 60px
}
.main-nav__list .main-nav__megamenu {
	background-color: #292c31;
	color: #9a9da2;
	display: none;
	position: relative;
	top: 0;
	padding: 15px 0;
	border: none;
	transform: none;
	opacity: 1;
	visibility: visible
}
.main-nav__list .main-nav__megamenu[class^=col-] {
	padding-bottom: 15px
}
.main-nav__list .main-nav__megamenu div[class^=col-] {
	padding-left: 30px;
	padding-right: 30px
}
.main-nav__list .main-nav__megamenu .main-nav__title {
	color: #fff;
	font-size: 11px;
	padding: 10px 30px;
	margin: 0
}
.main-nav__list .main-nav__megamenu>ul {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 13px
}
.main-nav__list .main-nav__megamenu>ul>li>a {
	padding: 7px 20px 7px 40px;
	line-height: 1.5em;
	font-size: 10px;
	color: #9a9da2
}
.main-nav__list .main-nav__megamenu>ul>li>a:hover {
	color: #fff
}
.main-nav__list li:hover .main-nav__megamenu {
	display: none;
	position: relative;
	top: 0
}
.main-nav__list li:hover>.main-nav__megamenu, .main-nav__list li:hover>.main-nav__sub, .main-nav__list li>.main-nav__megamenu, .main-nav__list li>.main-nav__sub, .main-nav__sub li:hover>.main-nav__sub-2, .main-nav__sub li>.main-nav__sub-2, .main-nav__sub-2 li:hover>.main-nav__sub-3, .main-nav__sub-2 li>.main-nav__sub-3 {
	transform: none;
	visibility: visible
}
.main-nav__list li:hover>.main-nav__megamenu, .main-nav__list li>.main-nav__megamenu, .main-nav__sub li:hover>.main-nav__sub-2, .main-nav__sub-2 li:hover>.main-nav__sub-3, .main-nav__sub-2 li>.main-nav__sub-3 {
	opacity: 1
}
}

.site-overlay {
	left: 0;
	top: 0;
	z-index: 102;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: transparent;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity .4s linear
}

@media (max-width:991px) {
	.site-wrapper--has-overlay .site-overlay {
		visibility: visible;
		opacity: 1;
		background-color: rgba(0,0,0,.8)
	}

	.nav-link:hover::after, 
	.active .nav-link::after, 
	.nav-link.active::after{
		content:none;
		display:none;
	}

}


@media (min-width:992px) {
.site-wrapper--has-overlay-pushy .site-overlay {
	visibility: visible;
	opacity: 1;
	background-color: rgba(0,0,0,.8)
}


}

/* // left slide menu */

/* header */

.header-standard {
    height: 100px;
    position: absolute;
}

.header-standard .fixed-top{
	height: 130px;
}

.logo-grid{
	position:relative;
	z-index:10;
}

.logo-grid a,
.header-logo a {
	left: 80px;
	top: -50px;
	position: absolute;
}

#mainnavbar{
	position:relative;
}

.top-header-grid.text-md-right {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 10;
}

.top-header-grid i {
	position: absolute;
	top: 17px;
	left: -30px;
	z-index: 10;
}

.top-header-grid .phone-grid {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.top-header-grid .phone-grid a {
	color: #fff;
	font-size:13px;
	line-height:15px;
	position:relative;
	padding-left: 70px;
	text-align: justify;
	display: inline-block;
	margin-top: 11px;
}

.top-header-grid .phone-grid a:before {
	position:absolute;
	content:"(866)";
	color:#fff;
	font-size:24px;
	display:block;
	left:0;
	top:6px;
}

.top-header-grid .phone-grid .fa-phone::before{
	content:url('../../images/home/phone-icon.png');
}

.header-right-btn{
	margin-top: 22px;
	margin-left: 0px !important;
}

#mainnavbar{
	position:relative;
}

#mainnavbar::before{
	content: "";
	display: block;
	position: absolute;
	right: 200px;
	top: 75px;
	background-color: rgba(255, 255, 255, 0.5);
	width: 70%;
	height: 2px;
}

#mainnavbar .navbar-nav {
	margin-top: 74px;
	padding-top: 0;
}

.logo-grid img,
.header-logo img {
	max-width:164px !important;
}

.top-nav-collapse .logo-grid img,
body#inner-page .logo-grid img,
.top-nav-collapse .header-logo img {
	max-width:86px !important;
}


.navbar-light .navbar-brand {
    font-family: Apercu Bold;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.7em;
    letter-spacing: 1px;
    color: #3361d1;
}

nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top {
    background: none;
    border: none;
    padding: 1em 4.5em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    border-bottom: none;
}

body#inner-page nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top {
	 background: #000;
}

/*
nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse{
	border-bottom: 1px solid rgba(238, 238, 238, 0.09);
}
*/

/*.fixed-top {
    z-index: 11;
}*/

nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse {
    background: #000;
    padding: 0.5em 4.5em;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12);
}


li.nav-item {
    margin: 0 15px;
	position:relative;
}

li.nav-item:last-child {
    margin-right: 0;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
    font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	font-size: 16px;
	letter-spacing: 1.5px;
	padding: 15px 0;
	text-transform: capitalize;
}

ul.navbar-nav.ml-lg-auto.text-center {
    margin-top: 10px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #ffffff;
}

span.fa.fa-paint-brush {
    font-size: 18px;
}

.nav-link {
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    background: transparent;
	font-family: 'Montserrat', sans-serif;
    border: none;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.nav-link:hover:after,
.active .nav-link:after,
.nav-link.active:after {
    width: 100%;
    left: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    background: #3361d1;
}

.nav-link:after {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 5px;
    height: 3px;
}

.dropdown-item {
    color: #fff;
}

.dropdown-toggle::after {
    border: transparent;
}

.dropdown-item,
.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
    color: #fff;
    text-transform: capitalize;
}

.dropdown-menu {
    background-color: #000;
    -webkit-box-shadow: 4px 2px 9px 0px rgba(255, 255, 255, 0.09);
    -moz-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    margin: 1.1rem 0 0;
    border: 1px solid #b1a7a7;
    padding: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: transparent;
	text-transform: uppercase;
}

li.child-menu {
	position:relative;
	margin:0 35px 0 15px;
}

li.child-menu:before {
	position: absolute;
	content: "\f107";
	display: block;
	color: #fff;
	right: -20px;
	top: 7px;
	font-family: fontawesome;
	font-size: 22px;
}

li.child-menu:hover a.nav-link,
li.child-menu:hover:before {
	color:#e9d0a8 !important;
}

/*li.child-menu:focus {
	color:#e9d0a8;
}*/

li.nav-item .menu-level1 {
	display: none;
	position: absolute;
	background: #ffffff;
	text-align: left;
	padding: 10px;
	left: -20px;
	width: 230px;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition:0.5s all ease;
}

li.nav-item:hover .menu-level1 {
	display:block;
}

li.nav-item .menu-level1 li a {
	margin: 0;
	color: #000000;
	cursor:pointer;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	display: block;
	font-size: 14px;
	padding: 5px;
	text-decoration:none;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition:0.3s all ease;
}

li.nav-item .menu-level1 li:last-child a{
	border-bottom: none;
}

li.nav-item .menu-level1 li a:hover, li.nav-item .menu-level1 li a:focus{
	color: #e9d0a8;
}






/*-- //header --*/

/* title desc */

.title-desc p {
    letter-spacing: 2px;
    font-size: 13px;
    word-spacing: 1px;
    margin-top: 10px;
    text-transform: uppercase;
}

label {
    display: inline-block;
	margin-bottom: 5px;
	color: #000;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.4;
}

.form-control {
    background-color: transparent;
	border: 1px solid #cdd9df;
	line-height:1.6;
}

.form-control:focus {
    color: #777777;
    border-color: #cdd9df;
    box-shadow: 0 0 0 0.12rem rgba(0, 123, 255, 0.25);
}

.close {
    font-size: 1.5rem;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}



/* login */

.login-box {
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1);
}

.login-box label {
	color:#000;
}

.modal-title {
    font-size: 1.2em;
}

.modal-footer1 a {
    color: #3361d1;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border: 10px solid #fff;
    border-radius: 0.3rem;
    outline: 0;
    color: #ffffff;
}

.modal-submit input[type="submit"] {
    background: #333;
    border: none;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: Apercu Regular;
    cursor: pointer;
}

.col-form-label {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-size: 13px;
    letter-spacing: 1px;
}

.modal-header {
    color: #eee;
    border: none;
    text-transform: capitalize;
    margin: 0 auto;
    width: 100%;
    background: #3361d1;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

/* //modal */


/* banner */

.banner {
    position: relative;
    z-index: 0;
}

#slider {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0, 0, 0, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}

.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
}

ul.callbacks_tabs {
    position: absolute;
    z-index: 2;
    left: 48%;
    bottom: 20%;
    margin: 0 auto;
}

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    visibility: visible;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
}

.callbacks_here a:after {
    background: #fff;
    opacity: 1;
}


/*
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 78%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 34px;
	width: 34px;
	background: url("../images/left.png") no-repeat 0px 0px;
}
.callbacks_nav.prev {
	left: auto;
	background: url("../images/back.png") no-repeat 0px 0px;
	left: 18em;
}
.callbacks_nav.next {
	left: auto;
	background: url("../images/next.png") no-repeat 0px 0px;
	right: 18em;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks2_nav:active {
	opacity: 1.0;
} 

*/

.btn-block-grid{
	display: block;
}

.btn.btn-default,
.btn.btn-primary {
    background-color: transparent;
	border: 2px solid #3361d1;
	border-radius:0px;
    color: #3361d1;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
	font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
	margin-bottom: 10px;
    padding: 10px 38px;
    text-transform: capitalize;
	transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.btn.btn-default:hover,
.btn.btn-primary:hover {
    background-color: #3361d1;
	border: 2px solid #3361d1;
	color:#ffffff;
}

.btn.btn-default.light-btn{
    background-color: #ffffff;
	border: 2px solid #ffffff;
    color: #3361d1;
}

.btn.btn-default.light-btn:hover{
    background-color: #3361d1;
	border: 2px solid #3361d1;
    color: #ffffff;
}

.btn.btn-default.dark-blue{
    background-color: #9f4900;
	border: 2px solid #9f4900;
	color:#ffffff;
}

.btn.btn-default.dark-blue:hover{
    background-color: #ffffff;
	border: 2px solid #ffffff;
    color: #3361d1;
}


.btn.btn-outline{
	background-color: #fff;
	border: 2px solid #ffffff;
	border-radius: 0;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.4;
	margin-bottom: 10px;
	padding: 12px 30px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}

.btn.btn-outline:hover, 
.btn.btn-outline:focus{
    background-color: #3361d1;
	color:#ffffff;
	border:2px solid #3361d1;
}

.header-right-btn .btn.btn-default, 
.header-right-btn .btn.btn-outline,
.location-form-main-box .btn.btn-outline {
	padding: 10px 28px;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0;
	color: #ffffff;
	border: 2px solid rgba(255, 255, 255, 0.5);
	width: 200px;
}

.header-right-btn .btn.btn-outline {
	background:transparent;
}

.header-right-btn .btn.btn-outline:hover {
	background:#3361d1;
}

.header-right-btn .btn.btn-default:hover, 
.header-right-btn .btn.btn-default:focus{
	border:2px solid #ffffff;
	background-color: #ffffff;
	color:#3361d1;
}

.header-right-btn .btn.btn-outline:hover, 
.header-right-btn .btn.btn-outline:focus,
.location-form-main-box .btn.btn-outline:hover,
.location-form-main-box .btn.btn-outline:focus {
	color:#ffffff;
	border:2px solid #3361d1;
}

.slider-info .btn.btn-outline{
	padding: 8px 42px;
	font-size: 20px;
	font-weight: 500;
	text-transform: none;
	display: inline-block;
	cursor: pointer;
}

#slider-pager a {
    display: inline-block;
}

#slider-pager span {
    float: left;
}

#slider-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider-pager a {
    padding: 0;
}

#slider-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    left: 0%;
    top: 0;
    width: 100%;
}

.rslides li {
    position: relative;
    display: block;
    float: none;
}

.rslides img {
    height: auto;
    border: 0;
}

.callbacks_tabs li {
    display: inline-block;
}

.callbacks_tabs a {
    visibility: hidden;
    width: 20px;
    line-height: 19px;
    height: 20px;
    text-align: center;
    color: #000;
    font-weight: 600;
    display: block;
    background: #fff;
    border-radius: 50%;
}

.callbacks_tabs a:hover {
    background: #1165f3;
    color: #fff;
}

.banner1 {
    background: url('../../images/home/home-banner-01.jpg') bottom no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

/*
.banner2 {
    background: url(../images/banner2.jpg) bottom no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.banner3 {
    background: url(../images/banner3.jpg) bottom no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
*/


.inner_banner{
	background: url('../images/home-banner-01') center center no-repeat;	
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    background-size: cover !important;
	min-height:250px;
	display:flex;
	margin-top:90px;
}

.banner-overlay-black-bg{
	position:relative;
}

.banner-overlay-black-bg::before {
    position: absolute;
    content: "";
    background: rgba(37, 37, 37, 0.72);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    display: block !important;
}

/* SERVICE SLIDER */

/*CAROUSEL*/
.main-text {
    position: absolute;
    top: 100px;
    width: 96.66666666666666%;
    color: #FFF;
}

.carousel-btns {
    margin-top: 2em; 
}

.carousel-btns .btn {
	width: 150px;
}

.carousel-inner .imgOverlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 28, 38, 0.5);
}

.carousel-inner img {
   width: 100%;
}

/*CONTROL*/
.carousel-control {
    width: auto;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 47%;
  right: 0;
  z-index: 5;
  display: inline-block;
  background-color: #000;
  width: 38px;
  height: 38px;
  line-height: 40px;
  font-size: 14px;
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
  left: 0;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0 1px;
  border: 2px solid #fff;
  opacity: .8;
}

.carousel-indicators .active {
    background-color: #ebcfa7;
    border-color: #ebcfa7;
}

.carousel-control .icon-prev, .carousel-control .fa-chevron-left,
.carousel-control .icon-right, .carousel-control .fa-chevron-right {
    border-radius: 50px;
}

.carousel-control .icon-prev, .carousel-control .fa-chevron-left {
    left: 30px;
}

.carousel-control .icon-right, .carousel-control .fa-chevron-right {
    right: 30px;
}

.home_banner{
	display:block;
	padding: 0px;
	position:relative;
}

.service_banner {
	/* background: url('../../images/home/home-banner-01.jpg') center center no-repeat; */
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    background-size: cover !important;
	height:660px;
	display:block;
	padding-top: 0px;
	position:relative;
}

.home_banner_overlay {
	position:relative;
}

.home_banner_overlay::before {
    position: absolute;
    content: "";
    background: rgba(37, 37, 37, 0.72);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    display: block !important;
}

.service_banner .service-banner-overlay {
	position:relative;
}

.service_banner .service-banner-overlay::before {
    position: absolute;
    content: "";
    background: rgba(37, 37, 37, 0.72);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    display: block !important;
}

.service_banner .slider-data {
	position:absolute;
	left:150px;
	top:350px;
	z-index:5;	
}

.home_banner .slider-data {
	position:absolute;
	left:150px;
	top:280px;
	z-index:5;	
	max-width:640px;
}

.home_banner .slider-info {		
	position:relative;
	top:250px;
	z-index:5;
	max-width:640px;
}

.home_banner .slider-data h2 {
	font-size: 54px;
	text-transform: none;
	color: #ebcfa7;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 1.2;
}

.home_banner .slider-data p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px;
}

.service_banner .slider-info {		
	position:relative;
	top:290px;
	max-width: 640px;
	z-index:5;
}

.service_banner .slider-data h2 {
	font-size: 54px;
	text-transform: none;
	color: #ebcfa7;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 1.2;
}

.service_banner .slider-data p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px;
}

.service-data {
	color:#000;
	margin: 25px 0px;
}

.service-data a {
	color:#000;
}

.services-icon {
	text-align: center;
	border-right: 1px solid #565656;
	margin: 10px 0px;
}

.services-icon img {
	margin-top: 23px;
}

.service-data h3{
	font-size: 36px;
	margin-bottom: 10px;
	line-height: 1.2;
}


/* // SERVICE SLIDER */

.banner-overlay-blue-bg{
	position:relative;
}

.banner-overlay-blue-bg::before {
    position: absolute;
    content: "";
    background: rgba(18, 24, 37, 0.48);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.banner:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.bg-cover{
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    background-size: cover !important;
}

.banner-text {
    padding: 20vw 0 14vw;
    box-sizing: border-box;
    text-align: center;
}

.slider-info h2 {
    font-size: 54px;
	text-transform: none;
	color: #ebcfa7;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 1.1;
}

.slider-btn{
	background-color: #3361d1;	
    padding: 14px 35px;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    border: none;
    text-transform: capitalize;
    border-radius: 30px;
}

.page-title{
    font-size: 54px;
	text-transform: none;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom:10px;
}

.page-title-description {
    font-size: 1em;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

.request-quote-section {
    background-color: #f9f9f9;
}


.form-group {
    margin-bottom: 15px;
}

.request-form-grid .custom-radio{
	cursor:pointer;
	margin-bottom: 5px;
}

.request-quote-box{
	border-left:1px solid #3361d1;
}

.request-quote-box h6, .request-quote-box p{
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 5px;
	font-size: 20px;
	font-weight: 400;
}

.request-quote-box h5{
	color: #777777;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 5px;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
}

.request-quote-box h5 a{
	color:#000;
}

.request-quote-box h5 a:hover{
	color:#3361d1;
}

.request-quote-grid{
	display:table;
}

.request-quote-img{
	display:table-cell;
}

.request-quote-title {
    display: table-cell;
    padding-left: 27px;
    vertical-align: top;
}

.card-sep-grid span {
    line-height: 36px;
    display: inline-block;
    vertical-align: middle;
}






.video-modal .modal-lg {
    max-width: 640px;
}

.more-btn{
	background-color: #ffffff;	
    padding: 14px 35px;
    color: #3361d1;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    border: none;
    text-transform: capitalize;
    border-radius: 30px;
}

.more-btn:hover {
    color: #ffffff;
    background-color: #3361d1;
}

.slider-info p {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 10px;
}



/* stats */

.overlay-bg-black{
	position:relative;
}

.overlay-bg-black::before {
    background-color: rgba(0, 0, 0, .5);
    content: "";
    display: block;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}

.title-heading-large {
    font-size: 46px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 1px;
}

.title-heading-medium {
    font-size: 34px;
    font-weight: 700;
	line-height:1.2;
}

.title-heading-default {
    font-size: 34px;
	line-height: 1.24;
}

.sub-title-heading{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 8px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.light-heading{
	color:#ffffff;
}

.large-text-grid{
	font-size:20px;
}


#services{
	z-index: 2;
	position: relative;
}

.service-info-img{
	border-right:1px solid #3361d1;
}

.service-info-img img{
	margin-top:-160px;
}

.service-info-img .single-image-element{
	position:relative;
}

.service-info-img .single-image-element::before{
	content: "";
	display: block;
	position: absolute;
	left: -10%;
	top: -90px;
	background-color: #ebcfa7;
	height: 107%;
	width: 80%;
	z-index: -1;
}

.icon-with-text{
	margin-bottom:30px;
}

.icon-with-text-inner {
    padding: 20px 27px 24px;
    border: 1px solid transparent;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.icon-with-text:hover .icon-with-text-inner{
	border: 1px solid #3361d1;
}

.icon-with-text-inner p {
    min-height: 154px;
    margin-bottom: 5px;
}

/*

.icon-with-text-inner {
    padding: 28px 35px 24px;
	-webkit-transition: box-shadow 0.3s ease-in-out;
	-moz-transition: box-shadow 0.3s ease-in-out;
	-ms-transition: box-shadow 0.3s ease-in-out;
	-o-transition: box-shadow 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out;
	background: transparent;
}

.icon-with-text:hover .icon-with-text-inner{
	background: #fff;
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

*/


.icon-box-title{
	color: #000000;
	font-size: 24px;
	line-height: 1.2;
	margin: 10px 0 5px 0;
	font-weight: 500;
}

.icon_more_grid{
	display:block;
}

.icon_more_grid a{
	font-size:16px;
	font-weight:700;
	color:#000000;
	cursor:pointer;
}

.icon_more_grid a:hover{
	color:#3361d1;
}

.icon-with-text:hover .icon_more_grid a{
	color:#3361d1;
}

.services-list-section{
	margin-top: -20px;
	padding: 20px 0 20px;
	background-position: 80% 20px;
	background-repeat: no-repeat;
	background-size: 450px auto;
	position:relative;
}

.services-list-section::after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: -50px;
	background-color: #3361d1;
	height: 80%;
	width: 75px;
	z-index: 1;
}

.icon-with-text.grid-0 .icon-with-text-inner{
	padding:0;
	border:none;
}

.more-about-section{
	
}

.location-img-column{
	position:relative;
	z-index:2;
}

.location-img-column:before{
	position:absolute;
	content:"";
	background:#ebcfa7;
	width:70%;
	height:85%;
	right:-15%;
	top:-20%;
	z-index:-1;
}

.request-loc-icon {
	position:absolute;
	top:25%;
	left:25%;
}

.location-form-main-box {
	width:60%;
	height:auto;
	border:1px solid rgba(255, 255, 255, 0.5);	
	position: absolute;
	padding: 100px 40px;
	right: -40px;
	top: 35%;
}

.location-form-main-box p {
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	font-family: 'Playfair Display', serif;
	margin: 25px 25px 45px 20px;
}

.location-form-main-box a.btn.btn-outline {
	font-weight:bold;
}

.spec-list li{
	font-weight: 600;
	position: relative;
	padding-left: 18px;
	line-height: 1.6;
}

.spec-list li::before{
	content:"";
	background-color:#777777;
	position:absolute;
	display:block;
	left:0;
	top:12px;
	width:4px;
	height:4px;
	border-radius:4px;
}


/* TESTIMONIAL */

.testimonial-main-box {
	background:transparent url(../../images/home/testimonial-bg.jpg) 0 0 no-repeat;
	margin-top: 0px;
	position:relative;
	background-size:cover;
}

.testimonial-main-box:after {
	content:"";
	position:absolute;
	background:#3361d1;
	width:50px;
	height: 185%;
	top: -15%;
	left: 0px;
	z-index:1;
}


/*
.testimonial-main-box:before {
	content:"";
	position:absolute;
	background:rgba(0, 0, 0, 0.5);
	width:100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index:0;
}
*/


.testimonial-main-box i:before {
	color:#fff;
}


.testimonial-rating {
	font-family:FontAwesome;
}

.testimonial-rating .fa-star {
	font-size: 22px;
	margin: 0 5px 0 0;
}

.checked {
  color: #ffe40a;
}

.testimonial-text {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	max-width: 90%;
}

.testimonial-authour-data {
	color:#fff;
	font-weight:600;	
}

.client-logo-section {
	background:#fff;
}

.proud-member-grid img{
	max-width:150px;
	opacity:0.75;
	 transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.proud-member-grid img:hover{
	opacity:1;
}


.testimonials {
  overflow: hidden;
  position: relative;
  max-height: 300px;
}

.testimonials {
  background: #161d25;
}

.one-slide,
.testimonial,
.message {
  border: none !important;
  outline: none !important;
}

.icon-overlay {
  position: absolute;
  opacity: 0.3;
  right: 10%;
  top: 0;
  height: auto;
  width: 100%;
  max-width: 400px;
}

.carousel-controls .control {
  position: absolute;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 1;
  top:50%;
}

.prev {
  left: -2.25rem;
}

.next {
  right: -2.25rem;
}

@media screen and (max-width: 767px) {
  .testimonials {
    max-height: 700px;
  }
  .mobile-bottom
  {
	margin-bottom:40px;
  }
  .icon-overlay {
    height: 300px;
    top: calc(50% - 150px);
  }
  .carousel-controls .control {
    width: 25px;
    height: 25px;
    top: 45%;
  }
  
  .prev {
    left: 0;
  }
  .next {
    right: 0;
  }
  .control i {
    font-size: .7rem;
  }
  .testimonials .message {
    font-size: 1rem;
  }
  .testimonials h2 {
    font-size: 1.5rem;
  }
  
}



/* // TESTIMONIAL */

/* QUOTE */

.request-quote-footer-section {
	background:#f9f9f9 url(../../images/home/org-mm-01.png) 0 0 no-repeat;
}

/* QUOTE */


.counter {
    margin-top: 2em;
}

.count-number{
	color:#1cef67;
	font-family: 'Montserrat', sans-serif;
}


.text-green {
    color: #3361d1 !important;
}

.counter span.fa {
    color: #fff;
    font-size: 3em;
}

.timer {
    font-size: 4.5em;
	line-height: 1;
}

p.count-text {
	letter-spacing: 1px;
	font-weight: 600;
	font-family: Apercu Bold;
	font-size: 18px;
}

h4.abt-text {
    color: #333;
    line-height: 2;
    font-size: 1.9em;
    margin: 0 auto 1em;
    font-weight: 600;
}

/* //stats */


.light-bg {
    background: #efefef;
}

.call-action-title {
	font-size: 50px;
	line-height: 1.2;
	margin:0;
}

.vertical-title-grid {
    transform: rotate(270deg);
	transform-origin: center left;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 4px;
	text-transform: uppercase;
	position: absolute;
	left: -140px;
	top: 100%;
}

.section-padding{
	padding-top:4em;
	padding-bottom:4em;
}

.section-top-padding{
	padding-top:4em;
}

.section-bottom-padding{
	padding-bottom:4em;
}

.section-top-margin{
	margin-top:4em;
}

.section-bottom-margin{
	margin-bottom:4em;
}


/*-------------
Boxes CSS:
---------------*/

.box13 {
    position: relative;
    transition: all .2s ease-out 0s;
    text-align: center;
	
}

.box13 .box-content,
.box13:after {
    position: absolute;
	left: 10px;
	right: 10px;
	padding: 15px 24px;
	border-radius: 0 0 12px 12px;
	margin-bottom: 10px;
}

.box13:after {
    content: "";
	display: block;
	background: #ffffff;
	top: 0;
	bottom: 0;
	opacity: 0;
	transform: rotate3d(-1, 1, 0, 100deg);
	transition: all .4s ease-in-out 0s;
	border: 5px solid #6f88f6;
}

.box13:hover:after {
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0deg)
}

.box13 img {
    width: 100%;
    height: auto;
	border-radius: 0 0 12px 12px;
	box-shadow:2px 9px 10px 3px rgba(50, 46, 46, 0.23);
}

.box13 .box-content {
    top: 45%;
    opacity: 0;
    z-index: 1;
    -webkit-transform: translate(10%, -30%);
    transform: translate(10%, -30%);
    transition: all .2s ease-out 0s;
}

.box13:hover .box-content {
    opacity: 1;
    transform: translate(0, -50%);
    transition-delay: .2s;
}

.box13 .title {
    display: block;
	font-size: 24px;
	font-weight: 700;
	color: #3361d1;
	margin: 0 0 10px;
	text-transform: capitalize;
}

.box13 p {
    display: block;
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
}

.box13 .post {
    display: block;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.box13 .social {
    padding: 0;
    margin: 0;
    list-style: none
}

.box13 .social li {
    display: inline-block
}

.box13 .social li a {
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    font-size: 17px;
    color: #1b1462;
    line-height: 35px;
    margin-right: 5px;
    transition: all .4s ease-in-out 0s
}

.box14 .icon li,
.box14 .post {
    display: inline-block
}

.box13 .social li a:hover {
    color: #fff;
    background: #000;
}

@media only screen and (max-width:990px) {
    .box13 {
        margin-bottom: 30px
    }
	.inner_banner{		
		min-height:110px;		
	}
	.title-heading-default {
		font-size: 26px;		
	}
	.inner_banner {
		margin-top: 0px;
	}
	.bottom-logo {
		max-width:80%;
	}
}


/* testimonials */

.testi-text p {
    color: #fff;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1.4;
    font-family: Apercu Light;
}

.testi-desc span {
    font-size: 1.4em;
    margin: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    color: #3361d1;
}

.testi-text p span {
    font-size: 1.1em;
    color: #777;
    margin: 9px 10px;
}

.testi-desc {
    text-align: center;
}

.carousel-indicators li {
    background-color: #000;
    border: 1px solid #3361d1;
    cursor: pointer;
}

.carousel-indicators {
    bottom: 20px;
    z-index: 1;
}

.testi-desc h5 {
    font-weight: 600;
	color: #fff;
	font-size: 22px;
	text-transform: capitalize;
	letter-spacing: 3px;
	margin: 0;
	line-height: 1.2;
}

.testi-desc .author-destination{
	color: #3361d1;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-family: Apercu Bold;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.carousel-indicators li {
    border: 2px solid #3361d1;
    background: #fff;
}

.carousel-indicators .active {
    background: #ffffff;
}

.testi-text {
    margin-bottom: 0.5em;
}

.testimonials_grid {
    padding: 2rem 1rem;
    border-radius: 1rem;
}

.testimonials_grid .fa-quote-left::before{
	content:url('../images/quote-left.png');
}


/* //testimonials */


/* contact */

form.employment label {
	color:#777777;
}

.employment p,
.employment input[type="text"],
.employment input[type="email"],
.employment input[type="tel"],
.employment label {
	font-weight: 500;
}

textarea {
    height: 100px;
    resize: none;
}

form.register-grid .form-control {
    padding: 15px 20px;
    border: 1px solid #dbdde2;
    border-radius: 0;
    -webkit-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    -moz-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    letter-spacing: 1px;
}

.contact-form-bottom {
    padding: 2em;
    border: 20px solid #eee;
    border-radius: 20px;
}

#contact iframe {
    width: 100%;
    border: 3px solid #3361d1;
    padding: 1vw;
    min-height: 500px;
}

.contact-grid span {
    color: #3361d1;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    -moz-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    /* border-radius: 8% 37% 5% 26%; */
    /* border: 1px solid #fff; */
    text-align: center;
}

.contact-grid a,
.contact-grid address p {
    color: #000;
    font-size: 0.9em;
    letter-spacing: 0.5px;
}

h5.cont-form {
    margin: 1em 0;
    text-align: center;
    text-transform: capitalize;
    font-size: 1.7em;
    color: #3361d1;
    font-weight: 600;
}


.call-action-btn.btn{
	padding: 12px 64px 12px 30px !important;
	position: relative;
}

.call-action-btn .fa-arrow-right::before {
    content: url('../images/right-arrow.png');
}

.call-action-btn i{
    position: absolute;
    top: 5px;
    right: 7px;
}

/* //contact */

/* EMPLOYMENT-LIST */

.employment-list li {
	list-style-type:disc;
	margin:8px 0px;
	list-style-position: outside;
	color: #000;
	margin-left: 14px;
	font-size:16px;
}

.employment button {
	background:#3361d1;
	padding:6px 15px;
	height: 45px;
	cursor: pointer;
	vertical-align: middle;
	border:1px solid #000;
	text-align:center;
	position:relative;
	color:#fff;
	width:100%;
}

/* //EMPLOYMENT-LIST */


/* footer  */

.footer-section {
    background-color: #d7d7d7;
}

.footer-section .footer-column {
    margin-bottom: 20px;
}

.footer-section h5 {
	position:relative;
	display: inline-block;
	margin-bottom: 30px;
	font-size: 1.2rem;
}

.footer-section h5:before {
	position:absolute;
	content:"";
	background:#5e5e5e;
	height:1px;
	width:50%;
	left:0;
	bottom:-15px;
}

ul.footer-link {
	margin:0px;
	padding:0px;	
}

ul.footer-link li {
	list-style-type:none;
	padding:0px;
	line-height:1.4;
}

ul.footer-link.footer-area-link li {
	padding:1px 0px;
}

ul.footer-link li a {
	color:#000;
	font-size: 14px;
	padding:5px 0px;
	display:block;
	cursor:pointer;
}

ul.footer-link li a:hover {
	color:#3361d1;
	text-decoration:none;
	cursor:pointer;
}

ul.footer-contact-details li{
	color:#000;
	font-size: 14px;
	margin-bottom:10px;
	vertical-align:middle;
	display:inline-block;
	width:100%;
}

ul.footer-contact-details li i{
	vertical-align: middle;
	font-size: 20px;
	position: relative;
	top: 0;
}

.footer-contact-details a{
	color:#000;
}

.footer-contact-details a:hover, 
.footer-contact-details a:focus{
	color:#3361d1;
	text-decoration:none;
}

.widget-social ul li {
    display: inline-block;
}

.widget-social ul li.facebook { 
	background:#3c5b9c;
	border-radius:50%;
	padding:5px;
}

.widget-social ul li.linkedin { 
	background:#0080bb;
	border-radius:50%;
	padding:5px;
}

.widget-social ul li.instagram { 
	background:#3f7099;
	border-radius:50%;
	padding:5px;
}

/*
span.icon_twitter {
    background: #1da1f2;
}

span.icon_facebook {
    background: #3b5998;
}

span.icon_dribbble {
    background: #ea4c89;
}

span.icon_g_plus {
    background: #dd4b39;
}
*/

.widget-social ul li{
	margin-right:5px;
}

.widget-social ul li a {
    color: rgba(255, 255, 255, 1);
	padding: 0;
	width: 26px;
	height: 26px;
	font-size: 20px;
	text-align: center;
	display: block;
	line-height: 26px;
}

.widget-social ul li a:hover{
	color: rgba(255, 255, 255, 0.6);
}

.help-img {
	position:relative;
	z-index: 1;
}

.help-img:before {
	position:absolute;
	content:"Need help?";
	background:#3361d1;
	padding:5px;
	right: 156px;
	bottom: 40px;
	color:#fff;
	font-size:12px;
	z-index: -1;
}

.cpy-right p {
	color: #000;
	font-size: 14px;
	margin: 0;
	padding: 0 0 20px 0;
	font-weight: 600;
}

.cpy-right p a {
    color: #fff;
}

.footer-contact-details .fotter-tel {
	text-align: right;
	display: inline-block;
	padding-left: 70px;
	position: relative;
	line-height: 16px;
	font-weight: normal;
}

.footer-contact-details .fotter-tel:before {
	position: absolute;
	content: "(866)";
	color: #fff;
	font-size: 25px;
	display: block;
	left: 0;
	top: 7px;
	color: #000;
}

.footer-contact-details .fotter-tel.tel2:before {
	content: "(888)";
}



/* social */
ul.social-iconsv2 li {
    display: inline-block;
    border-radius: 50%;
}

ul.social-iconsv2 li a {
    text-decoration: none;
    font-size: 16px;
}

ul.social-iconsv2 li a i.fab {
    font-size: 18px;
    line-height: 38px;
    width: 30px;
    height: 37px;
    color: #000;
    margin-right: 15px;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

ul.social-iconsv2 li:first-child a {
    color: #3b5998;
}

ul.social-iconsv2 li:last-child {
    color: #287bbc;
}

.testimonial-box p {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	max-width: 90%;
}

/* // social */


/* ABOUT */

.about-intro-img-box {
	position: absolute;
	right: 0;
}

.about-intro-img {
	position:relative;
	top:-140px;
	z-index: 2;
	right: -11px;
}

.about-intro-img::before {
	content: "";
	background: #3361d1;
	display: block;
	position: absolute;
	width: 50%;
	height: 120%;
	right: -4px;
	top: -10%;
	z-index: -1;
}

.about-intro-thum {
	margin-top:15px;
	background:#fff;
	box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.2);
}

.about-intro-thum h4 {
	margin-bottom: 10px;
}

.about-intro-thum p {
	line-height: 24px;
	min-height: 170px;
}

.about-intro-thum .btn.btn-default {
	padding: 5px 12px;
	border-width: 1px;
	font-size: 14px;
}

.about-intro-img-box .btn-outline {
	position: absolute;
	bottom: 200px;
	z-index: 5;
	left: calc(30%);
}

.our-specialities {
	position:relative;
	margin-left: -15px;
}

.our-specialities img {
	max-width:90%;
}

.our-specialities::before {
	position: absolute;
	content: "";
	background:#ebcfa7;
	width: 50%;
	height: 120%;
	left: 0;
	top: -10%;
	z-index: -1;
	display: block;
}

/* // ABOUT */

.alert.alert-success {
	background: #fff;
	text-align: center;
	color: #000;
	width: 50%;
	margin: 5px auto 25px;
}

.alert.alert-success h3 {
	text-transform: uppercase;
	font-weight: bold;
}


/* SERVICE */

.service-first-img img,
.service-second-img img {
	max-width:100%;
}

.service-first-img,
.service-second-img {
	position:relative;
}

.service-first-img:before {
	position: absolute;
	content: "";
	background: #3361d1;
	width: 50%;
	height: 95%;
	right: -7%;
	top: -12%;
	z-index: -1;
}

.service-second-img:before {
	position: absolute;
	content: "";
	background: #ebcfa7;
	width: 50%;
	height: 95%;
	left: -8%;
	bottom: -13%;
	z-index: -1;
}

.service-list {
	margin-left:15px;
}

.service-list li {
	list-style-type:disc;
}

/* // SERVICE */

button.close {
	z-index: 5;
}

.user-roll {
	text-align:right;
}

.user-roll li {
	list-style-type:none;
}

ul.nav.navbar-nav {
	padding-top: 5px;
}

#lottie {
	position: relative;
	bottom: 25px;
}

.rocket {
	position: fixed;
	bottom: 0;
}

.rocket img {
	max-width: 100%;
	height: 200px;
}

/* --------------- 
   Responsive CSS:
----------------- */

@media screen and (min-width: 768px) {
	.service-banner-bg-img {
		background-image:none;
	}
}
	
@media screen and (max-width: 767px) {
	.service-banner-bg-img {
		background-size: cover;
		height: 300px;
		background-position: 20% 50%;
		background-repeat: no-repeat;
	}
	
}


@media screen and (max-width: 639px) {
	.service-banner-bg-img {
		height:270px;
	}
}


@media screen and (max-width: 1080px) {
    .slide-banner,
    .ab-banner {
        min-height: 537px;
    }

    h4.abt-text {
        font-size: 1.6em;
        margin: 0 auto 0.5em;
    }

    .container .column .box {
        width: 260px;
    }
	
	.page-title{
    font-size: 34px;
	}
	
}


@media screen and (max-width: 1279px) {
	.home_banner .slider-data h2,
	.service_banner .slider-data h2,
	.service_banner .slider-info h2 {
		font-size: 34px;
		margin-bottom: 10px;
	}

	.home_banner .slider-data p,
	.service_banner .slider-data p,
	.service_banner .slider-info p	{		
		font-size: 16px;
		line-height: 26px;	
	}
	
	.home_banner .slider-data {		
		left: 15%;
		top: 180px;
		width: 70%;
	}
	
	.service_banner {
		height: 460px;
	}

	.service_banner .slider-info {
		top: 200px;
	}
	
	.service-info-img img {
		margin-top: -100px;
	}
	
	.services-list-section::after,
	.testimonial-main-box::after {
		width:30px;
	}
	
	.icon-with-text-inner {
		padding:10px 15px 20px;
	}
	
	.modal-body .form-group label{
		font-size: 13px;
		line-height: 1.24;
	}
	
	.modal-body .form-group .form-control {
		font-size: 14px;
	}
	
	
	
}


@media screen and (max-width: 991px) {
    .navbar-collapse {
        background: #000;
        text-align: center;
        padding: 1rem;
    }

    li.nav-item {
        margin-right: 0;
		margin-left:0;
    }

    .navbar-light .navbar-toggler {
        background: #fff;
    }

    .title-heading-medium {
        font-size: 2.1em;
    }

	.home_banner .slider-data {		
		top: 80px;
	}

    p.count-text {
        letter-spacing: 1px;
    }

    .counter {
        margin-top: 0em;
    }
	
    .about-grids.border-left.border-right {
        border-right-color: transparent !important;
    }

    .price-row {
        padding-top: 3em;
    }

    .carousel-indicators {
        bottom: 0px;
    }

    #contact iframe {
        min-height: 400px;
    }

	.header-right-btn .btn.btn-default, .header-right-btn .btn.btn-outline {
		margin-top: 10px;
	}

	.title-heading-large {
    font-size: 34px;	
	}
	
	.timer {
    font-size: 2.5em;
	}

	.call-action-title {
    font-size: 30px;
    margin: 0 0 15px;
	}

	.testi-text p {
    font-size: 20px;
	}

	.slider-info .btn.btn-outline{
		padding: 10px 24px;
		font-size: 16px;
	}
	
	.header-standard .fixed-top {
    height: 80px;
	}

	.about-intro-img-box {
		position: relative;
	}

	.about-intro-img {
		top: 10px;
	}
	.about-intro-img-box .btn-outline {		
		bottom: 10px;
		left: calc(15%)
	}
	
	.section-padding {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	
	.service_banner {
		height: 320px;
	}

	.service_banner .slider-info {
		top: 100px;
	}

	.service-info-img .single-image-element::before {
		top: -23px;
	}
	
	.sub-title-heading {
		font-size: 18px;
		letter-spacing: 1px;
		margin-top: 20px;
	}
	
	.service-info-img img {
		margin-top: -60px;
	}
	
	.service-data h3{
		font-size: 21px;		
	}
	
	.slider-info h2 {
    font-size: 30px;
	}
	
	.about-intro-img::before {
		height: 100%;
		right: 10px;
		top: 15px;
	}
	
	.our-specialities::before{
		height: 100%;
	}
	
	
}


@media screen and (max-width: 767px) {
    .logo-grid img {
		max-width: 65px !important;
	}
	
	h1, .h1 {
	  font-size: 2rem;
	}

	h2, .h2 {
	  font-size: 1.5rem;
	}

	h3, .h3 {
	  font-size: 1.25rem;
	}

	h4, .h4 {
	  font-size: 1rem;
	}

	h5, .h5 {
	  font-size: 1rem;
	}

	h6, .h6 {
	  font-size: 0.75rem;
	}
	
	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top,
    nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse {
        padding: 0.5em 4em;
    }

    .slide-banner,
    .ab-banner {
        min-height: 400px;
    }

    .counter span.fa {
        font-size: 2em;
    }

    h4.abt-text {
        font-size: 1.2em;
    }

    .container .column .box {
        width: 220px;
    }

    .box13 .title {
        font-size: 19px;
    }

    .abt_bottom p {
        margin-bottom: 0;
		font-size: 1em;
    }
	
	.services-list-section::after,
	.testimonial-main-box::after {
		content:none;
		display:none;
	}
	
	.testimonial-main-box {
		margin-top: 0px;
	}
	
	.location-img-column::before {
		display:none;
	}

	.location-form-main-box {
		width: 100%;
		right: 0px;
		top: 0%;
		position: relative;
		background:#ebcfa7;
		padding: 20px 40px 50px;
	}

	.home_banner .slider-data {		
		left: 10%;
		top: 60px;
		width: 80%;
	}
	
	.service_banner .slider-data, .home_banner .slider-data {		
		left: 10%;
		top: 115px;
		z-index: 5;
		width: 80%;
	}
	
	.service_banner .btn.btn-outline, .home_banner .btn.btn-outline{
		padding:5px 20px;
	}
	
	.service_banner .slider-info, 
	.home_banner .slider-info{				
		top:0px;		
	}
	
	.home_banner .slider-data h2, 
	.service_banner .slider-data h2,
	.service_banner .slider-info h2	{
		font-size: 24px;
		margin-bottom: 10px;
	}

	.home_banner .slider-data p,
	.service_banner .slider-data p,
	.service_banner .slider-info p	{		
		font-size: 14px;
		line-height: 20px;	
	}
	
	.service-data {		
		margin:15px 0px;
	}	

	.services-icon {
		text-align: left;
		border-right: 0px;
		margin: 0px 0px;
	}

	.services-icon img {
		margin-top: 0px;
	}
	
	.carousel-control-prev, .carousel-control-next{
		display:none !important;
	}
	
	.bottom-logo {
		max-width:30%;
	}
	
	.icon-with-text-inner p {
		min-height: auto;
	}
	
	.service_banner {
		height: 240px;
	}
	
	.service_banner .slider-info, 
	.home_banner .slider-info {
		top: 60px;
		left: 5%;
		width: 90%;
	}
	
	.testimonial-box p{
		  font-size:15px;
	  }

	  .request-quote-box h6{
		  font-size: 18px;
	  }
  
	.proud-member-grid img {
		max-width: 100%;
	}
	
	.about-intro-thum p {
		min-height: auto;
		font-size: 14px;
	}
	
	.about-intro-thum .img-fluid {
		width: 320px;
		max-width: 100%;
	}
	
	.about-intro-img-box img {
		max-width:90%
	}
	
	
}


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

    ul.callbacks_tabs {
        bottom: 10%;
        left: 44%;
    }
	
	 #toTop {
        display: none !important;
    }
	
	.icon-with-text {
		margin-bottom: 0px;
	}
	
	.title-heading-default {
		font-size: 22px;
	}
	
	.expertmover{
		margin-top:38px;
	}
	
	.service_banner {
		height: 210px;
	}

	.service_banner .slider-info {
		top: 40px;
		left: 5%;
		width: 90%;
	}
	
	
}


@media screen and (max-width: 568px) {
    nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top,
    nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse {
        padding: 0.5em 2em;
    }

    .banner-text {
        padding: 22vw 0 16vw;
    }

    .abt-icon {
        width: 55px;
        height: 55px;
        margin: 0 0 1em;
    }

    .abt-icon span {
        font-size: 1.3em;
    }

    .abt-txt {
        margin-left: 0;
    }

    .slide-banner,
    .ab-banner {
        min-height: 320px;
    }

    .container .column .box {
        width: 60%;
        margin-bottom: 2em;
    }

    .container .column {
        width: 100%;
    }

    .box13 {
        margin-bottom: 0;
    }

    .row.flex-column {
        margin: 0;
    }

    .box13 .box-content,
    .box13:after {
        left: 32px;
        right: 32px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
    }
	
	.service_banner .slider-data {
		left:5%;
		top:30px;
		width:90%;
	}
	
	.home_banner .slider-data {
		left:5%;
		top:30px;
		width:90%;
	}
	
	.home_banner .slider-data {
		left:5%;
		top:30px;
		width:90%;
	}
	
	
}

@media screen and (max-width: 480px) {
    ul.callbacks_tabs {
        bottom: 10%;
        left: 44%;
    }

    .contact-form-bottom {
        padding: 1em;
    }

    #contact iframe {
        min-height: 300px;
    }

    .title-desc p {
        letter-spacing: 1px;
        font-size: 12px;
    }
	
	.help-img:before {
		right: 255px;
	}
	.modal-content .title-heading-default {
		font-size: 19px;
	}
	.modal-content .form-control {
		padding: 0.300rem 0.50rem;
	}
	.request-quote-box {
		border-left:0px;
	}
	.testimonial-main-box .prev {
		left: 12px;
	}
	.testimonial-main-box .next {
		right: 9px;
	}
	.service-info-img img {
		margin-top: 0px;
	}
	.service-info-img .single-image-element::before {
		top: -16px;
		height: 100%;
	}
	
	.slider-info p {
		line-height: 27px;
	}
	
	.full-width-container{		
		padding-left: 15px;
		padding-right: 15px;
	}
	
	
}

@media screen and (min-width: 1280px) {
   .slider-info{
	   padding-left:4em;
	   padding-right:0em;
   }  
   
   
   
}


@media screen and (min-width: 768px) and (max-width: 1279px) { 
	.request-quote-img {
		width: 30px;
	}
	
	.request-quote-title {
		padding-left: 8px;
	}
	
	.request-quote-title p > a{
		font-size:18px !important;
	}
	
	.request-quote-box h6, .request-quote-box p {
    font-size: 16px;
	}
	
	.location-img-column::before {
		right: -20px;
		top: -50px;
	}
	
	

}


@media screen and (min-width: 992px) and (max-width: 1279px) { 
   nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top, 
   nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse{
	   padding: 1em 2.5em;
   }
   
   .main-nav__list{
	   padding: 0 30px !important;
   }
   
   .main-nav__list > li > a {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	.main-nav__list li.nav-item {
		margin: 0 10px;
	}
	
	.header-logo img {
		max-width: 86px !important;
	}
	
	.main-nav__list > li.child-menu::before {
    right: -10PX;
	}
	
   
}


/* -- //Responsive code -- */