
*
{
	margin:0px;
	padding:0px;

}

.services-sub-menu-clr {
    text-decoration: none;
    color: #fff;
}
/************ (min-width: 992px) and (max-width: 1199px) end******/


@media (min-width: 768px) and (max-width: 991px)
{


}


/************ (min-width: 768px) and (max-width: 991px) end******/

@media (min-width: 640px) and (max-width: 767px)
{


.menu-wrap {
	background-color: #004777;
	position:fixed;
	top: 0;
	height: 100%;
	width: 280px;
	margin-left: -280px;
	font-size: 1em;
	font-weight: 100;
	overflow:auto;
	transition: .25s;
	z-index: 10;
}
.menu-show {
	margin-left: 0;
	box-shadow: 4px 2px 15px 1px #B9ADAD;
}
.menu-sidebar {
	margin: 30px 0 80px 10px;
	position: relative;
	top: 10px;
}


.menu-sidebar ul
{
	list-style:none;
}


.menu-sidebar ul
{
	list-style:none;
}
.menu-sidebar li {
	padding: 10px 0px 10px;
	border-bottom:1px dotted rgba(251, 251, 251, 0.20);
}
.menu-sidebar li > a {
	color: #f3f3f3;
	font-size: 1.2em;
	/*position: relative;
*/}





.menu-sidebar li > a:hover::after {
	background-position: -100% 0;
}
.menu-sidebar .menu-item-has-children {
	position: relative;
}
.menu-sidebar .menu-item-has-children .sub-menu {
	display: none;
}
.sidebar-menu-arrow::after {
	content: "\f107";
	font-family: 'FontAwesome';
	padding: 10px;
	color: #FFFA3B;
	position: relative;
}
.sidebar-menu-arrow:hover::after {
	cursor: pointer;
	color: #fff;
}
.sidebar-menu-arrow:active::after {
	top: 2px;
}



/*Hamburger Button*/
.toggle-button {
	position: absolute;
	width: 60%;
	transition: .25s;
	z-index: 15;
	top:20px;
}
.toggle-button:hover {
	cursor: pointer;
}
.toggle-button .menu-bar {
	position: absolute;
	border-radius: 2px;
	width: 80%;
	transition: .5s;
}
.toggle-button .menu-bar-top {
	border: 2px solid #D42929;
	border-bottom: none;
	bottom:11px;
	top:0;
}
.toggle-button .menu-bar-middle {
	height:2px;
	background-color:#D42929;
	margin-top: 1px;
	margin-bottom: 3px;
	top: 4px;
}
.toggle-button .menu-bar-bottom {
	border: 2px solid #D42929;
	border-top: none;
	top: 10px;
}
.button-open {
	
	position:fixed;
	width:5%;
	top:20px;
	right:70%;
}

.button-open .menu-bar-top {
	border-color: #fff;
	transform: rotate(45deg) translate(0px, 1px);
	transition: .5s;
}
.button-open .menu-bar-middle {
	background-color: #fff;
	transform: translate(210px);
	transition: .1s ease-in;
	opacity: 0;
}
.button-open .menu-bar-bottom {
	border-color: #fff;
	transform: rotate(-45deg) translate(7px, -7px);
	transition: .5s;
}



/* Text Block */
.wrapper {
	width: 100%;
}
.wrapper .text {
	padding: 30px;
}
.wrapper .text .heading {
	margin-bottom: 40px;
	font-size: 2em;
}
.wrapper .text p {
	line-height: 1.6em;
}
.wrapper .text .buttons {
	margin-top: 40px;
}

/* Buttons */
.wrapper .buttons .button {
	display: inline-block;
	margin-right: 20px;
	padding: 20px 25px;
	border-radius: 2em;
	background-color: #70CE64;
	color: #fff;
	font-size: .9em;
	font-weight: 700;
	transition: background-color .3s;
}
.wrapper .buttons .button-secondary {
	background-color: #FF6746;
}
.wrapper .buttons .button-primary:hover {
	background-color: #84D07A;
}
.wrapper .buttons .button-secondary:hover {
	background-color: #FF7D60;
}

/*Active state for the buttons*/
.wrapper .buttons .button-primary:active {
	background-color: #70CE64;
}
.wrapper .buttons .button-secondary:active {
	background-color: #FF6746;
}

/*Icons*/
.wrapper .buttons .button span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
.wrapper .buttons .button span::after {
	position: absolute;
	font-family: "FontAwesome";
	right: -3px;
	font-size: 14px;
	top: 0;
	transition: top .3s, right .3s;
}
.wrapper .buttons .button-primary span::after {
	content: "\f019";
}
.wrapper .buttons .button-secondary span::after {
	content: "\f178";
}
/*Slight icons animation*/
.wrapper .buttons .button-primary:hover span::after {
	top: 4px;
}
.wrapper .buttons .button-secondary:hover span::after {
	right: -6px;
}





}


/************ (min-width: 640px) and (max-width: 767px) end******/



@media (min-width: 480px) and (max-width: 766px)
{



.menu-wrap {
	background-color: #004777;
	position:fixed;
	top: 0;
	height: 100%;
	width: 200px;
	margin-left: -280px;
	font-size: 1em;
	font-weight: 100;
	overflow: auto;
	transition: .25s;
	z-index: 10;
}

.menu-show {
	margin-left: 0;
	box-shadow: 4px 2px 15px 1px #B9ADAD;
}
.menu-sidebar {
	margin: 30px 0 80px 10px;
	position: relative;
	top: 10px;
}

.menu-sidebar ul
{
	list-style:none;
}/*
.menu-sidebar li {
	padding: 10px 17px 0;
}*/
.menu-sidebar li {
	padding: 10px 0px 10px;
	border-bottom:1px dotted rgba(251, 251, 251, 0.20);
}
.menu-sidebar li > a {
	color: #f3f3f3;
	font-size: 1.2em;
	/*position: relative;
*/}
/*.menu-sidebar li > a::after {
	content: "";
	display: block;
	height: 0.15em;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 50%;
	transform: translate(-50%);
	background-image: linear-gradient(to right, transparent 50.3%, #981824 50.3%);
	transition: background-position .2s .1s ease-out;
	background-size: 200% auto;
}*/
.menu-sidebar li > a:hover::after {
	background-position: -100% 0;
}
.menu-sidebar .menu-item-has-children {
	position: relative;
}
.menu-sidebar .menu-item-has-children .sub-menu {
	display: none;
}
.sidebar-menu-arrow::after {
	content: "\f107";
	font-family: 'FontAwesome';
	padding: 10px;
	color: #FFFA3B;
	position: relative;
}
.sidebar-menu-arrow:hover::after {
	cursor: pointer;
	color: #fff;
}
.sidebar-menu-arrow:active::after {
	top: 2px;
}



/*Hamburger Button*/
.toggle-button {
	position: absolute;
	width: 100%;
	transition: .25s;
	z-index: 15;
	top:20px;
}
.toggle-button:hover {
	cursor: pointer;
}
.toggle-button .menu-bar {
	position: absolute;
	border-radius: 2px;
	width: 80%;
	transition: .5s;
}
.toggle-button .menu-bar-top {
	border: 2px solid #D42929;
	border-bottom: none;
	bottom:11px;
	top:0;
}
.toggle-button .menu-bar-middle {
	height:2px;
	background-color: #D42929;
	margin-top: 1px;
	margin-bottom: 3px;
	top: 4px;
}
.toggle-button .menu-bar-bottom {
	border: 2px solid #D42929;
	border-top: none;
	top: 10px;
}
.button-open {
	
	position:fixed;
	width:8%;
	top:20px;
	right:60%;
}
.button-open .menu-bar-top {
	border-color: #fff;
	transform: rotate(45deg) translate(0px, 1px);
	transition: .5s;
}
.button-open .menu-bar-middle {
	background-color: #fff;
	transform: translate(210px);
	transition: .1s ease-in;
	opacity: 0;
}
.button-open .menu-bar-bottom {
	border-color: #fff;
	transform: rotate(-45deg) translate(7px, -7px);
	transition: .5s;
}




/* Text Block */
.wrapper {
	width: 100%;
}
.wrapper .text {
	padding: 30px;
}
.wrapper .text .heading {
	margin-bottom: 40px;
	font-size: 2em;
}
.wrapper .text p {
	line-height: 1.6em;
}
.wrapper .text .buttons {
	margin-top: 40px;
}

/* Buttons */
.wrapper .buttons .button {
	display: inline-block;
	margin-right: 20px;
	padding: 20px 25px;
	border-radius: 2em;
	background-color: #70CE64;
	color: #fff;
	font-size: .9em;
	font-weight: 700;
	transition: background-color .3s;
}
.wrapper .buttons .button-secondary {
	background-color: #FF6746;
}
.wrapper .buttons .button-primary:hover {
	background-color: #84D07A;
}
.wrapper .buttons .button-secondary:hover {
	background-color: #FF7D60;
}

/*Active state for the buttons*/
.wrapper .buttons .button-primary:active {
	background-color: #70CE64;
}
.wrapper .buttons .button-secondary:active {
	background-color: #FF6746;
}

/*Icons*/
.wrapper .buttons .button span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
.wrapper .buttons .button span::after {
	position: absolute;
	font-family: "FontAwesome";
	right: -3px;
	font-size: 14px;
	top: 0;
	transition: top .3s, right .3s;
}
.wrapper .buttons .button-primary span::after {
	content: "\f019";
}
.wrapper .buttons .button-secondary span::after {
	content: "\f178";
}
/*Slight icons animation*/
.wrapper .buttons .button-primary:hover span::after {
	top: 4px;
}
.wrapper .buttons .button-secondary:hover span::after {
	right: -6px;
}


}

/************ (min-width: 480px) and (max-width: 766px) end******/





@media (min-width: 360px) and (max-width: 479px)
{
	
	.menu-sidebar li {
    color: #f3f3f3;
    font-size: 1.2em;
    position: relative;
    text-decoration: none;
}
.service-off-menu1 {
    background-color: #6b873c !important;
    width: 90%!important;
    padding-left: 13px!important;
    margin-left: 7px!important;
    margin-top: 19px!important;
}
.menu ul li {
    float: none;
    list-style-type: none;
    line-height: 32px!important;
    padding: 0px 18px;
    cursor: pointer;
}

.menu-wrap {
	background-color: #004777;
	position:fixed;
	top: 0;
	height: 100%;
	width: 280px;
	margin-left: -280px;
	font-size: 1em;
	font-weight: 100;
	overflow: auto;
	transition: .25s;
	z-index: 10;
}
.menu-show {
	margin-left: 0;
	box-shadow: 4px 2px 15px 1px #B9ADAD;
}
.menu-sidebar {
	margin: 30px 0 80px 10px;
	position: relative;
	top: 10px;
}

.menu-sidebar ul
{
	list-style:none;
}/*
.menu-sidebar li {
	padding: 10px 17px 0;
}*/
.menu-sidebar li {
	padding: 10px 0px 10px;
	border-bottom:1px dotted rgba(251, 251, 251, 0.20);
}
.menu-sidebar li > a {
	color: #f3f3f3;
	font-size: 1.2em;
	/*position: relative;
*/}
.menu-sidebar li > a:hover::after {
	background-position: -100% 0;
}
.menu-sidebar .menu-item-has-children {
	position: relative;
}
.menu-sidebar .menu-item-has-children .sub-menu {
	display: none;
}
.sidebar-menu-arrow::after {
	content: "\f107";
	font-family: 'FontAwesome';
	padding: 10px;
	color: #FFFA3B;
	position: relative;
}
.sidebar-menu-arrow:hover::after {
	cursor: pointer;
	color: #fff;
}
.sidebar-menu-arrow:active::after {
	top: 2px;
}


/*Hamburger Button*/
.toggle-button {
	position: absolute;
	width: 56%;
	transition: .25s;
	z-index: 15;
	top:20px;
	margin-top: -9px;
}
.toggle-button:hover {
	cursor: pointer;
}
.toggle-button .menu-bar {
	position: absolute;
	border-radius: 2px;
	width: 80%;
	transition: .5s;
}
.toggle-button .menu-bar-top {
	border: 2px solid #D42929;
	border-bottom: none;
	bottom:11px;
	top:0;
}
.toggle-button .menu-bar-middle {
	height:2px;
	background-color:#D42929;
	margin-top: 1px;
	margin-bottom: 3px;
	top: 4px;
}
.toggle-button .menu-bar-bottom {
	border: 2px solid #D42929;
	border-top: none;
	top: 10px;
}
.button-open {
	
	position:fixed;
	width:10%;
	top:20px;
	right:42%;
}
.button-open .menu-bar-top {
	border-color: #fff;
	transform: rotate(45deg) translate(0px, 1px);
	transition: .5s;
}
.button-open .menu-bar-middle {
	background-color: #fff;
	transform: translate(210px);
	transition: .1s ease-in;
	opacity: 0;
}
.button-open .menu-bar-bottom {
	border-color: #fff;
	transform: rotate(-45deg) translate(7px, -7px);
	transition: .5s;
}



/* Text Block */
.wrapper {
	width: 100%;
}
.wrapper .text {
	padding: 30px;
}
.wrapper .text .heading {
	margin-bottom: 40px;
	font-size: 2em;
}
.wrapper .text p {
	line-height: 1.6em;
}
.wrapper .text .buttons {
	margin-top: 40px;
}

/* Buttons */
.wrapper .buttons .button {
	display: inline-block;
	margin-right: 20px;
	padding: 20px 25px;
	border-radius: 2em;
	background-color: #70CE64;
	color: #fff;
	font-size: .9em;
	font-weight: 700;
	transition: background-color .3s;
}
.wrapper .buttons .button-secondary {
	background-color: #FF6746;
}
.wrapper .buttons .button-primary:hover {
	background-color: #84D07A;
}
.wrapper .buttons .button-secondary:hover {
	background-color: #FF7D60;
}

/*Active state for the buttons*/
.wrapper .buttons .button-primary:active {
	background-color: #70CE64;
}
.wrapper .buttons .button-secondary:active {
	background-color: #FF6746;
}

/*Icons*/
.wrapper .buttons .button span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
.wrapper .buttons .button span::after {
	position: absolute;
	font-family: "FontAwesome";
	right: -3px;
	font-size: 14px;
	top: 0;
	transition: top .3s, right .3s;
}
.wrapper .buttons .button-primary span::after {
	content: "\f019";
}
.wrapper .buttons .button-secondary span::after {
	content: "\f178";
}
/*Slight icons animation*/
.wrapper .buttons .button-primary:hover span::after {
	top: 4px;
}
.wrapper .buttons .button-secondary:hover span::after {
	right: -6px;
}


.new-bar{margin-top: 25px!important;}


}




@media (min-width: 320px) and (max-width: 359px)
{
	.new-bar{margin-top: 20px!important;}
	.menu ul li {
    float: none;
    list-style-type: none;
    line-height: 32px!important;
    padding: 0px 18px;
    cursor: pointer;
}
.menu-sidebar li {
    color: #f3f3f3;
    font-size: 1.2em;
    position: relative;
    text-decoration: none;
}
.service-off-menu1 {
    background-color: #6b873c !important;
    width: 90%!important;
    padding-left: 13px!important;
    margin-left: 7px!important;
    margin-top: 19px!important;
}

.menu-wrap {
	background-color: #004777;
	position:fixed;
	top: 0;
	height: 100%;
	width: 280px;
	margin-left: -280px;
	font-size: 1em;
	font-weight: 100;
	overflow:auto;
	transition: .25s;
	z-index: 10;
}
.menu-show {
	margin-left: 0;
	box-shadow: 4px 2px 15px 1px #B9ADAD;
}
.menu-sidebar {
	margin: 30px 0 80px 10px;
	position: relative;
	top:10px;
}

.menu-sidebar ul
{
	list-style:none;
}
.menu-sidebar li {
	padding: 10px 0px 10px;
	border-bottom:1px dotted rgba(251, 251, 251, 0.20);
}
.menu-sidebar li > a {
	color: #f3f3f3;
	font-size: 1.2em;
	position: relative;
	text-decoration:none;
}
/*.menu-sidebar li > a::after {
	content: "";
	display: block;
	height: 0.15em;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 50%;
	transform: translate(-50%);
	background-image: linear-gradient(to right, transparent 50.3%, #981834 50.3%);
	transition: background-position .2s .1s ease-out;
	background-size: 200% auto;
}
.menu-sidebar li > a:hover::after {
	background-position: -100% 0;
}*/
.menu-sidebar .menu-item-has-children {
	position: relative;
}
.menu-sidebar .menu-item-has-children .sub-menu {
	display: none;
}
.sidebar-menu-arrow::after {
	content: "\f107";
	font-family: 'FontAwesome';
	padding: 10px;
	color: #FFFA3B;
	position: relative;
}
.sidebar-menu-arrow:hover::after {
	cursor: pointer;
	color: #fff;
}
.sidebar-menu-arrow:active::after {
	top: 2px;
}


/*Hamburger Button*/
.toggle-button {
	position: absolute;
	width:56%;
	transition: .25s;
	z-index: 15;
    margin-top:10px;

}
.toggle-button:hover {
	cursor: pointer;
}
.toggle-button .menu-bar {
	position: absolute;
	border-radius: 2px;
	width: 80%;
	transition: .5s;
}
.toggle-button .menu-bar-top {
	border: 2px solid #D42929;
	border-bottom: none;
	bottom:11px;
	top:0;
}
.toggle-button .menu-bar-middle {
	height:2px;
	background-color:#D42929;
	margin-top: 1px;
	margin-bottom: 3px;
	top: 4px;
}
.toggle-button .menu-bar-bottom {
	border: 2px solid #D42929;
	border-top: none;
	top: 10px;
}
.button-open {
	
	position:fixed;
	width:10%;
	top:10px;
	right:22%;
}
.button-open .menu-bar-top {
	border-color: #fff;
	transform: rotate(45deg) translate(0px, 1px);
	transition: .5s;
}
.button-open .menu-bar-middle {
	background-color: #fff;
	transform: translate(210px);
	transition: .1s ease-in;
	opacity: 0;
}
.button-open .menu-bar-bottom {
	border-color: #fff;
	transform: rotate(-45deg) translate(7px, -7px);
	transition: .5s;
}



/* Text Block */
.wrapper {
	width: 100%;

}
.wrapper .text {
	padding: 30px;
}
.wrapper .text .heading {
	margin-bottom: 40px;
	font-size: 2em;
}
.wrapper .text p {
	line-height: 1.6em;
}
.wrapper .text .buttons {
	margin-top: 40px;
}

/* Buttons */
.wrapper .buttons .button {
	display: inline-block;
	margin-right: 20px;
	padding: 20px 25px;
	border-radius: 2em;
	background-color: #70CE64;
	color: #fff;
	font-size: .9em;
	font-weight: 700;
	transition: background-color .3s;
}
.wrapper .buttons .button-secondary {
	background-color: #FF6746;
}
.wrapper .buttons .button-primary:hover {
	background-color: #84D07A;
}
.wrapper .buttons .button-secondary:hover {
	background-color: #FF7D60;
}

/*Active state for the buttons*/
.wrapper .buttons .button-primary:active {
	background-color: #70CE64;
}
.wrapper .buttons .button-secondary:active {
	background-color: #FF6746;
}

/*Icons*/
.wrapper .buttons .button span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
.wrapper .buttons .button span::after {
	position: absolute;
	font-family: "FontAwesome";
	right: -3px;
	font-size: 14px;
	top: 0;
	transition: top .3s, right .3s;
}
.wrapper .buttons .button-primary span::after {
	content: "\f019";
}
.wrapper .buttons .button-secondary span::after {
	content: "\f178";
}
/*Slight icons animation*/
.wrapper .buttons .button-primary:hover span::after {
	top: 4px;
}
.wrapper .buttons .button-secondary:hover span::after {
	right: -6px;
}





}
@media (max-width: 767px)
{
	


.button-open {
    position: fixed;
    width: 10%;
    top: 20px;
    right: 24%!important;
}
}
