@charset "utf-8";
/* CSS Document */

* {
	box-sizing        : border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing     : border-box;
	-ms-box-sizing    : border-box;
	-moz-box-sizing   : border-box;

	margin : 0;
	padding: 0;
	outline: none;
}

*::-moz-selection {
	background: #373d74;
	color     : #fff;
}

*::-o-selection {
	background: #373d74;
	color     : #fff;
}

*::-ms-selection {
	background: #373d74;
	color     : #fff;
}

*::-webkit-selection {
	background: #373d74;
	color     : #fff;
}

p {
	font-size  : 13px;
	color      : #3a3a3a;
	line-height: 20px;
	text-align : justify;

	transition        : all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition     : all 0.3s linear 0s;
	-moz-transition   : all 0.3s linear 0s;
	-ms-transition    : all 0.3s linear 0s;

	font-family: 'montserratregular';
}


.l_italic {
	font-style        : normal;
	transition        : all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition     : all 0.3s linear 0s;
	-moz-transition   : all 0.3s linear 0s;
	-ms-transition    : all 0.3s linear 0s;
}

.b_italic {
	font-style: normal;

	transition        : all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition     : all 0.3s linear 0s;
	-moz-transition   : all 0.3s linear 0s;
	-ms-transition    : all 0.3s linear 0s;
}

a,
a:hover {
	text-decoration: none;

	transition        : all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition     : all 0.3s linear 0s;
	-moz-transition   : all 0.3s linear 0s;
	-ms-transition    : all 0.3s linear 0s;
}

a:link,
a:visitied,
a:hover,
a:active {
	outline: none;
}

ul,
li {
	list-style-type: none;
	display        : block;
	margin         : 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-family: 'lailamedium';
}

img {
	border   : none;
	max-width: 100%;
	outline  : none;
}

body {
	margin     : 0;
	padding    : 0;
	max-width  : 100%;
	width      : 100%;
	display    : block;
	background : #fff;
	font-family: 'lailaregular';
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content    : "";
	display    : table;
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}

.double {
	display: block;
	margin : 2em 0;

	width        : 100%;
	height       : 5px;
	border       : 0;
	border-top   : 1px solid #e0dede;
	border-bottom: 1px solid #e0dede;
}

/*************************************************************************************************************************/
/*------------------------------------------------------NAVIGATION------------------------------------------------------*/
/***********************************************************************************************************************/

header {
	padding: 0;
	display: block;
}

.hdr_top {
	display   : block;
	background: #080c30;
	text-align: right;
}

.hdr_top ul {
	display: block;
	padding: 10px 0;
}

.hdr_top ul li {
	display : inline-block;
	*display: inline;
	zoom    : 1;

	vertical-align: middle;
}

.hdr_top ul li a {
	display  : block;
	margin   : 0 10px;
	font-size: 13px;
	color    : #ddd;
}

.hdr_top ul li a:hover {
	color: #fff;
}

.logo {
	display: block;
	padding: 10px 0;
}

.logo img {
	display  : block;
	margin   : 0;
	width    : auto;
	max-width: 100%;
}

/*************************************************************************************************************************/
/*------------------------------------------------------NAVIGATION------------------------------------------------------*/
/***********************************************************************************************************************/

.main-menu {
	display   : block;
	height    : 60px;
	width     : 100%;
	margin    : 0;
	position  : relative;
	z-index   : 250;
	text-align: right;
}

.main-menu i {
	margin-right: 5px;
}

.mnav {
	display: none;
}

.sf-menu {
	width: 100%;
}

.sf-menu,
.sf-menu * {
	margin    : 0;
	padding   : 0;
	list-style: none;
}

.sf-menu ul {
	position  : absolute;
	top       : -999em;
	width     : 230px;
	/* left offset of submenus need to match (see below) */
	text-align: left;
}

.sf-menu ul li {
	width   : 100%;
	position: relative;
}

.sf-menu li:hover {
	visibility: inherit;
	/* fixes IE7 'sticky bug' */
}

.sf-menu li {
	position: relative;
	display : inline-block;
	*display: inline;
	zoom    : 1;


}

.sf-menu a {
	display : block;
	position: relative;
}


.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left   : 0;
	top    : 100%;
	/* match top ul list item height */
	z-index: 99999;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	top : 0;
	left: 100%;
}

/*** SKIN ***/

.sf-menu a {
	color             : #666;
	display           : block;
	font-size         : 13px;
	text-transform    : uppercase;
	position          : relative;
	-moz-box-sizing   : border-box;
	box-sizing        : border-box;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition   : all .3s ease-in-out;
	-o-transition     : all .3s ease-in-out;
	-ms-transition    : all .3s ease-in-out;
	transition        : all .3s ease-in-out;

	text-align: left;
}

.sf-menu a em {
	font-size : 90%;
	font-style: normal;
}

.sf-menu li {
	text-transform: capitalize;
}

.sf-menu li:first-child {
	margin-right: 0;
	border-left : 0;
}

.sf-menu li:last-child {
	margin-right: 0;
	border-right: 0;
}

.sf-menu li:hover a {
	color: #080c30;
}

.current-menu-item a {
	color: #080c30;
}

/* dropdown active */
.sf-menu li.sfHover a {
	color: #080c30;
}

.sf-menu li.sfHover li a {
	/*border-bottom: 2px solid #ef7c00;*/
	color: #333;
}

/* SUBMENU 1 */

.sf-menu li ul {
	background : #fff;
	margin     : 0;
	padding    : 0;
	text-indent: 0;
	width      : 230px;
	z-index    : 99999;
	text-align : left;
	border-top : 2px solid #080c30;

	box-shadow: 0px 0px 1px #4a4a4a;
}

.sf-menu li ul .current-menu-item a {
	margin    : 0;
	padding   : 0 10px;
	border-top: none;

}

.sf-menu li li {
	background    : none;
	text-transform: capitalize;
	width         : 100%;
	border        : none;
	margin        : 0;
	float         : left;
	text-align    : left;
	padding       : 0;
	border-right  : 0;
	border-bottom : 1px solid #ccc;
}

.sf-menu li li:last-child {
	border-bottom: 0;
}

.sf-menu li li a {
	color             : #444;
	font-size         : 14px;
	font-weight       : 300;
	line-height       : 22px;
	margin            : 0;
	padding           : 10px;
	text-transform    : capitalize;
	-webkit-transition: all .5s linear 0s;
	-moz-transition   : all .5s linear 0s;
	-ms-transition    : all .5s linear 0s;
	-o-transition     : all .5s linear 0s;
	transition        : all .5s linear 0s;
	border-bottom     : 0 !important;
	text-align        : left;

}

.sf-menu li li a:hover,
.sf-menu li li a.active-sub-men {
	color     : #080c30;
	margin    : 0;
	transition: all 0.01s linear 0s;
}

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
	outline: 0;
}

.sf-sub-indicator {
	display: none;
}

/* Effect 9: second text and borders */
.cl-effect-9 li a {
	margin  : 0;
	padding : 32px 18px 15px;
	position: relative;
}

.cl-effect-9 ul li a::before,
.cl-effect-9 ul li a::after {
	position          : absolute;
	top               : 0;
	left              : 0;
	width             : 100%;
	height            : 1px;
	background        : #080c30;
	content           : '';
	opacity           : 0.2;
	-webkit-transition: opacity 0.3s, height 0.3s;
	-moz-transition   : opacity 0.3s, height 0.3s;
	transition        : opacity 0.3s, height 0.3s;
}

.cl-effect-9 ul li a::before {
	height: 0;
}

.cl-effect-9 ul li a::after {
	top               : 100%;
	opacity           : 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition   : -moz-transform 0.3s, opacity 0.3s;
	transition        : transform 0.3s, opacity 0.3s;
	-webkit-transform : translateY(-10px);
	-moz-transform    : translateY(-10px);
	transform         : translateY(-10px);
}

.cl-effect-9 a span:first-child {
	z-index    : 2;
	display    : block;
	font-weight: 300;
}

.cl-effect-9 a em {
	z-index           : 1;
	display           : block;
	padding           : 10px 0 0 0;
	color             : rgba(0, 0, 0, 0.7);
	text-shadow       : none;
	text-transform    : none;
	font-style        : italic;
	opacity           : 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition   : -moz-transform 0.3s, opacity 0.3s;
	transition        : transform 0.3s, opacity 0.3s;
	-webkit-transform : translateY(-100%);
	-moz-transform    : translateY(-100%);
	transform         : translateY(-100%);
}

.cl-effect-9 a:hover::before,
.cl-effect-9 a.active::before,
.cl-effect-9 a:focus::before,
.cl-effect-9 li:hover>a::before,
#service li.srvc>a::before {
	height: 6px;
}

.cl-effect-9 a:hover::before,
.cl-effect-9 a.active::before,
.cl-effect-9 a:hover::after,
.cl-effect-9 a.active::after,
.cl-effect-9 a:focus::before,
.cl-effect-9 a:focus::after,
.cl-effect-9 li:hover>a::before,
.cl-effect-9 li:hover>a::after,
#service li.srvc>a::before,
#service li.srvc>a::after {
	opacity          : 1;
	-webkit-transform: translateY(0px);
	-moz-transform   : translateY(0px);
	transform        : translateY(0px);
}

.cl-effect-9 a:hover em,
.cl-effect-9 a:focus em,
.cl-effect-9 a.active em,
.cl-effect-9 li:hover>a em,
#service li.srvc>a em {
	opacity          : 1;
	-webkit-transform: translateY(0%);
	-moz-transform   : translateY(0%);
	transform        : translateY(0%);
}

@media screen and (max-width:800px) {
	.main-menu {
		height: auto;
	}

	#menu-nav {
		display: none;
	}

	.mnav {
		display     : block;
		height      : 35px;
		padding-left: 2%;
		margin      : 2% auto;
		width       : 96%;
		background  : #f4f4f4;
		color       : #00254e;
		font-size   : 16px;
		border      : 0;
	}
}

/**********************MID***************************/

#mid {
	display: block;
	padding: 3em 0 0;
}

.major {
	display   : block;
	margin    : 0 0 1em;
	text-align: center;
}

.major h2 {
	font-size: 2em;
	color    : #333;
}

.major h2 span {
	color    : #36648b;
	font-size: 120%;
}

.title {
	display : block;
	margin  : 1.2em 0;
	overflow: hidden;
}

.title h3 {
	overflow: hidden;
}

.title h3 span {
	display       : inline-block;
	*display      : inline;
	zoom          : 1;
	vertical-align: middle;
	font-size     : 20px;
	color         : #333;
	text-transform: uppercase;
	font-family   : 'montserratregular';
	position      : relative;
}

.title h3 span i {
	color: #ddd;
}

.title h3 .mrl {
	margin-right: 10px;
}

.title h3 .mrt {
	margin-left: 10px;
}

.title h3 span:before {
	display       : inline-block;
	vertical-align: middle;
	content       : "";
	top           : 45%;
	position      : absolute;
	left          : -1000px;
	width         : 1000px;
	border-bottom : 1px solid #ddd;
	height        : 1px;
}

.title h3 span:after {
	display       : inline-block;
	vertical-align: middle;
	content       : "";
	top           : 45%;
	position      : absolute;
	right         : -1000px;
	width         : 1000px;
	border-bottom : 1px solid #ddd;
	height        : 1px;
}



#feature {
	display : block;
	position: relative;
	height  : 100%;
	width   : 100%;
}

.feature_img {
	display: block;
	padding: 15% 0 0;
}

.feature_img img {
	display: block;
	margin : 0 auto 2em;
	padding: 0;
}

.pointer {
	display   : block;
	margin    : 0 auto;
	padding   : 0;
	max-height: 100%;
}

.what_we_bg {
	background : url("../images/responsive/what_we_bg.png") no-repeat scroll center top rgba(0, 0, 0, 0);
	color      : #ffffff;
	height     : 100%;
	text-align : center;
	white-space: nowrap;
	position   : relative;
}

.features_img_box {
	display : block;
	position: absolute;
	top     : 0;
	margin  : 0 auto;
}

.domain_img {
	left  : 16%;
	height: 53%;
}

.responsive_img {
	left  : 28%;
	height: 35%;
}

.server_img {
	left  : 44%;
	height: 35%;
}

.support_img {
	left  : 57%;
	height: 53%;
}

.renew_img {
	left  : 72%;
	height: 53%;
}

.features_img_box i {
	font-size  : 30px;
	text-align : center;
	line-height: 50px;
	color      : #555;
	height     : 53px;
	width      : 53px;

	border-radius        : 50%;
	-webkit-border-radius: 50%;
	-o-border-radius     : 50%;
	-ms-border-radius    : 50%;
	-moz-border-radius   : 50%;

	border: 3px double #aaa;

	transform        : scale(1);
	-webkit-transform: scale(1);
	-o-transform     : scale(1);
	-ms-transform    : scale(1);
	-moz-transform   : scale(1);

	transition        : all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition     : all 0.3s linear 0s;
	-ms-transition    : all 0.3s linear 0s;
	-moz-transition   : all 0.3s linear 0s;
}

.what_we_bg:after {
	display : block;
	position: absolute;
	bottom  : 0;
	left    : 45%;

	content   : "";
	background: #fff;

	border-radius        : 50%;
	-webkit-border-radius: 50%;
	-o-border-radius     : 50%;
	-ms-border-radius    : 50%;
	-moz-border-radius   : 50%;

	border: 2px solid #111;
	width : 15px;
	height: 15px;
}

.domain_img .what_we_bg::after {
	left: 42%;
}

.server_img .what_we_bg::after {
	left: 43%;
}


.features h4 {
	font-size  : 16px;
	color      : #444;
	margin     : 5px 0;
	padding    : 0;
	line-height: 22px;
}

.features p {
	color      : #777;
	font-size  : 12px;
	font-weight: normal
}

.features_img_box:hover a i {
	border-color: #8CBE45;
	color       : #8CBE45;

	transform        : scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform     : scale(1.1);
	-ms-transform    : scale(1.1);
	-moz-transform   : scale(1.1);
}

.features_img_box:hover a h4 {
	color: #8CBE45;
}

#expertise {
	padding   : 3em 0;
	background: #eee;
}


.box {
	cursor    : pointer;
	padding   : 22px 0;
	text-align: center;
	background: center center;
}

.box li,
.box li a {
	display: block;
}

.box .image {
	width : 100%;
	height: 130px;
	cursor: pointer;
}

.box li img {
	display  : block;
	margin   : 0 auto;
	width    : auto;
	max-width: 100%;
	pading   : 0;
}

.box h5 {
	font-size     : 16px;
	color         : #36648b;
	padding-top   : 10px;
	text-align    : center;
	text-transform: uppercase;
}

.box li:hover h5 {
	color: #8CBE45;
}

.box p {
	font-size : 13px;
	color     : #747474;
	text-align: center;
	padding   : 0;
	margin    : 10px 0;
	height    : 50px;
}

.box:hover p {
	color: #444;
}

/****FOOTER*****/
#footer {
	padding   : 20px 0 10px 0;
	margin    : 0;
	background: #080c30;
}

#footer .disclaimer {
	border-bottom: 1px solid #000;
	border-top   : 1px solid #000;
	padding      : 10px 0;
	margin       : 10px 0;
	font-size    : 12px;
	color        : #999CB5;
}

#footer ul.cont_info {
	display   : block;
	margin    : 0;
	padding   : 0;
	text-align: center;
}

#footer ul.cont_info li {
	display       : inline-block;
	*display      : inline;
	zoom          : 1;
	vertical-align: middle;

	font-size  : 14px;
	color      : #fff;
	margin     : 0 30px 0 0;
	font-family: 'lailalight';
}

#footer ul.cont_info li a {
	display: block;

	font-size: 14px;
	color    : #fff;
}

#footer ul.cont_info li i {
	font-size   : 18px;
	margin-right: 5px;
	color       : #fff;
}

#footer ul.cont_info li span {
	color: #8CBE45;

}

#footer .links {
	display   : block;
	text-align: right;
}

#footer .links li {
	display : inline-block;
	*display: inline;
	zoom    : 1;

	vertical-align: middle;
	margin        : 0;
	padding       : 0;
}

#footer .links li a {
	font-size  : 12px;
	color      : #fff;
	font-family: 'lailalight';
	font-weight: normal;

	padding     : 0 5px 0 0;
	margin-right: 5px;

	border-right: 1px solid #000;
}

#footer .links li:last-child a {
	padding-right: 0;
	margin-right : 0;
	border-right : 0;
}

#footer .links li a:hover {
	color: #8CBE45;
}

#footer p {
	font-size  : 12px;
	color      : #fff;
	font-family: 'montserratregular';
}


#totop {
	display   : block;
	text-align: center;
	position  : relative;
}

.totop {
	position: absolute;
	top     : -40px;
	left    : 47%;
	left    : calc(50%-40px);
	width   : 40px;
	height  : 40px;
	display : inline-block;
	*display: inline;
	zoom    : 1;

	background: #080c30;

	border-radius        : 50%;
	-webkit-border-radius: 50%;
	-o-border-radius     : 50%;
	-moz-border-radius   : 50%;
	-ms-border-radius    : 50%;
	text-align           : center;
}

.arrow-up {
	width       : 0;
	height      : 0;
	border-left : 10px solid transparent;
	border-right: 10px solid transparent;

	border-bottom: 10px solid #8CBE45;
	display      : block;
	margin-left  : 10px;
	margin-top   : 10px;
}

.arrow-up:hover {
	border-bottom-color: #fff;
}

/***************INNER_PAGE_STYLING****/

#page_head {
	display   : block;
	margin    : 0;
	padding   : 0;
	background: #080c30;
}

#page_head img {
	display  : block;
	position : relative;
	z-index  : 0;
	margin   : 0;
	padding  : 0;
	width    : auto;
	height   : auto;
	max-width: 100%;
}

#page_head.cutbox {
	position     : relative;
	margin-bottom: 80px;
}

.cutbox svg {
	position  : absolute;
	display   : block;
	z-index   : 100;
	height    : 50px;
	width     : 100%;
	background: #8CBE45;
}

.cutbox svg path {
	fill: #fff;
}

.cutbox svg:last-of-type {
	bottom: -50px;
}

.page_title h2 {
	font-size: 44px;
	position : absolute;
	color    : #fff;
	top      : 36%;
	left     : 10%;
	z-index  : 99;
}

#inner_wrap {
	padding: 0;
	margin : 7em 0 5em 0;
	display: block;
}

#inner_wrap p {
	margin-bottom: 20px;
	line-height  : 160%;
}

.sub_head {
	font-size    : 20px;
	margin       : 0 0 15px;
	border-bottom: 3px double #eee;
	padding      : 0 0 5px;
	color        : #36648b;
	font-family  : 'lailamedium';
}

.margin30 {
	margin-top: 30px;
	display   : block;
}

.punchLine {
	display    : block;
	margin     : 5px 0;
	font-size  : 20px;
	font-family: 'lailamedium';
	line-height: 150%;
	color      : #36648b;
}

#inner_wrap .progress_box p {
	margin-bottom: 5px;
	line-height  : 100%;
}

.greybg {
	background   : #eee;
	padding      : 20px;
	border-radius: 4px;
}

.ico_box {
	display: block;
	height : 60px;
	width  : 60px;
	margin : 20px auto;

	border-radius        : 50%;
	-webkit-border-radius: 50%;
	-o-border-radius     : 50%;
	-moz-border-radius   : 50%;
	-ms-border-radius    : 50%;

	background: #1D4299;
	text-align: center;

	transition        : all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition     : all 0.3s linear 0s;
	-ms-transition    : all 0.3s linear 0s;
	-moz-transition   : all 0.3s linear 0s;
}

.ico_box i {
	color      : #fff;
	font-size  : 2em;
	line-height: 60px;
}

.greybg p {
	height: 120px;
}

.greybg:hover .ico_box {
	background: #8CBE45;
}

.style1 {
	list-style-type: disc;
}

.style1 li {
	list-style-type: disc;
	font-size      : 13px;
	margin         : 0 0 10px;
	color          : #3a3a3a;
	font-family    : "montserratregular";
	line-height    : 150%;
	text-align     : justify;

	position    : relative;
	padding-left: 20px;
}

.style1 li:before {
	position             : absolute;
	top                  : 7px;
	left                 : 0;
	content              : "";
	width                : 5px;
	height               : 5px;
	border-radius        : 50%;
	-webkit-border-radius: 50%;
	-o-border-radius     : 50%;
	-moz-border-radius   : 50%;
	-ms-border-radius    : 50%;

	background: #1D4299;
}

/*****PORTFOLIO****/
/* 2.1 =Splitter
---------------------------------------------------------------------- */
#filter {
	margin-top: 20px;
}

.splitter {}

.splitter:after {
	content : "";
	display : block;
	height  : 0;
	overflow: hidden;
	clear   : both;

}

.splitter ul li a {
	padding: 10px 16px;

}

.splitter li,
.splitter ul,
.splitter ul li a {
	display     : inline;
	display     : inline-block;
	line-height : 1;
	float       : left;
	margin-right: 2px;
	font-size   : 14px;

}


.splitter ul li a {
	color           : #fff;
	background-color: #333;
}

.splitter ul li a:hover {
	color           : #fff;
	background-color: #8cbe45;
}


.splitter ul li a.active {
	color           : #fff;
	background-color: #8cbe45;
}

.splitter ul li.selected-0 a,
.splitter ul li.selected-1 a,
.splitter ul li.selected-2 a,
.splitter ul li.selected-3 a,
.splitter ul li.selected-4 a,
.splitter ul li.selected-5 a,
.splitter ul li.selected-6 a,
.splitter ul li.selected-7 a,
.splitter ul li.selected-8 a,
.splitter ul li.selected-9 a {
	color           : #fff;
	background-color: #8cbe45;
}

.splitter ul li {
	position: relative;

}


/* 3.2 =Image Grid 4 col
---------------------------------------------------------------------- */
.clearfix:after {
	background-color: #333333;
	clear           : both;
	content         : ".";
	display         : block;
	height          : 0;
	visibility      : hidden;
}

.image_grid {
	float     : left;
	overflow  : hidden;
	width     : 100%;
	position  : relative;
	margin-top: 2%;
}

.image_grid li {
	float             : left;
	line-height       : 17px;
	color             : #686f74;
	list-style        : none;
	overflow          : hidden;
	margin-bottom     : 3%;
	margin-right      : 2%;
	width             : 23%;
	box-shadow        : 1px 1px 4px #e2e2e2;
	-moz-box-shadow   : 1px 1px 4px #e2e2e2;
	-webkit-box-shadow: 1px 1px 4px #e2e2e2;
	-o-box-shadow     : 1px 1px 4px #e2e2e2;
	-ms-box-shadow    : 1px 1px 4px #e2e2e2;

}

.description {
	display      : block;
	overflow     : hidden;
	margin-bottom: 2%;
}

.description i {
	float        : left;
	color        : #fff;
	margin-right : 5%;
	margin-bottom: 1em;
	background   : #242424;
	border-radius: 50%;
}

.description p,
.description p a {
	font-size: 13px;
	color    : #747474;
	float    : left;
}

.description p a:hover {
	color: #333;
}

.map_ico {
	padding: 2% 2.7%;
}


.mob_ico {
	padding: 2% 3%;
}

.mail_ico {
	padding: 2%;
}

.frm_row {
	margin-bottom: 20px;
}

label {
	display       : block;
	margin        : 0 0 5px;
	font-size     : 12px;
	color         : #666;
	text-transform: uppercase;
	font-family   : 'montserratregular';
}

input,
select,
textarea {
	display  : block;
	margin   : 0;
	font-size: 13px;
	color    : #666;
	width    : 100%;
	height   : 40px;
	border   : none;

	border : 1px solid rgba(0, 0, 0, 0.2);
	padding: 2px;
}

textarea {
	height: 100px;
}

input[type="submit"] {
	width : auto;
	height: auto;
}

.form-submit {
	text-align: center;
}

.button {
	display : inline-block;
	*display: inline;
	zoom    : 1;

	vertical-align: middle;

	padding       : 18px 30px 15px;
	font-size     : 16px;
	text-transform: uppercase;
	font-family   : 'montserratregular';
	color         : #fff;
	margin        : 0;
	line-height   : 16px;

	background: #8cbe45;
	border    : none;
	cursor    : pointer;

	border-radius        : 2px;
	-webkit-border-radius: 2px;
	-o-border-radius     : 2px;
	-moz-border-radius   : 2px;
	-ms-border-radius    : 2px;

	transition        : all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition     : all 0.3s ease-in-out 0s;
	-ms-transition    : all 0.3s ease-in-out 0s;
	-moz-transition   : all 0.3s ease-in-out 0s;
}

.button:hover {
	background: #080c30;
}


/*****LOGIN**********/

#modal:target {
	opacity   : 1;
	top       : 100px;
	visibility: visible;
}

#modal {
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	left      : 50%;
	margin    : 0 0 0 -20%;
	opacity   : 0;
	position  : absolute;
	top       : -100px;
	transition: all 0.4s ease-in-out 0s;
	visibility: hidden;
	width     : 40%;
	z-index   : 99999;
}

#modal .header,
#modal .footer {
	border-bottom: 1px solid #e7e7e7;
	border-radius: 0;
}

#modal .header {
	background: #8cbe45;
	text-align: center;

}

#modal .footer {
	border       : none;
	border-top   : 1px solid #e7e7e7;
	border-radius: 0;
}

#modal h2 {
	margin : 0;
	padding: 10px 0;
}

#modal .btn {
	float: right;
}

#modal .copy,
#modal .header,
#modal .footer {
	padding: 5px 0px;
}

.modal-content {
	background   : #f7f7f7;
	position     : relative;
	z-index      : 20;
	border-radius: 0px;
	padding      : 2%;
}

#modal .copy {
	background: #fff;
}

#modal .overlay {
	background-color: #000;
	background      : rgba(0, 0, 0, .7);
	height          : 100%;
	left            : 0;
	position        : fixed;
	top             : 0;
	width           : 100%;
	z-index         : 10;
}

#modal label,
#modal input {
	text-align: left;
}

.btn {
	background-color     : #000;
	background-image     : -webkit-gradient(linear, left top, left bottom, from(rgb(246, 246, 246)), to(rgb(225, 225, 225)));
	background-image     : -webkit-linear-gradient(top, rgb(246, 246, 246), rgb(225, 225, 225));
	background-image     : -moz-linear-gradient(top, rgb(246, 246, 246), rgb(225, 225, 225));
	background-image     : -o-linear-gradient(top, rgb(246, 246, 246), rgb(225, 225, 225));
	background-image     : -ms-linear-gradient(top, rgb(246, 246, 246), rgb(225, 225, 225));
	background-image     : linear-gradient(top, rgb(246, 246, 246), rgb(225, 225, 225));
	filter               : progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f6f6f6', EndColorStr='#e1e1e1');
	border               : 1px solid #ccc;
	color                : #555;
	display              : inline-block;
	padding              : 5px 15px;
	text-decoration      : none;
	text-shadow          : 0 2px rgba(255, 255, 255, .9);
	border-radius        : 20px;
	-moz-border-radius   : 20px;
	-webkit-border-radius: 20px;
	box-shadow           : 0 1px rgba(0, 0, 0, .35);
	-moz-box-shadow      : 0 1px rgba(0, 0, 0, .35);
	-webkit-box-shadow   : 0 1px rgba(0, 0, 0, .35);
}

.btn:active {
	background-color: #f6f6f6;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(246, 246, 246)), to(rgb(225, 225, 225)));
	background-image: -webkit-linear-gradient(bottom, rgb(246, 246, 246), rgb(225, 225, 225));
	background-image: -moz-linear-gradient(bottom, rgb(246, 246, 246), rgb(225, 225, 225));
	background-image: -o-linear-gradient(bottom, rgb(246, 246, 246), rgb(225, 225, 225));
	background-image: -ms-linear-gradient(bottom, rgb(246, 246, 246), rgb(225, 225, 225));
	background-image: linear-gradient(bottom, rgb(246, 246, 246), rgb(225, 225, 225));
	filter          : progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f6f6f6', EndColorStr='#e1e1e1');
}



blockquote {
	display    : block;
	margin     : 2em 0;
	font-family: "montserratregular";
	padding    : 10px 20px;
	font-size  : 17px;
	border-left: 4px solid #ddd;
}

#chatCont>.zopim:first-child {
	display: none !important;
}

.alert {
	position     : relative;
	padding      : .75rem 1.25rem;
	margin-bottom: 1rem;
	border       : 1px solid transparent;
	border-radius: .25rem;
}

.alert-success {
	color           : #155724;
	background-color: #d4edda;
	border-color    : #c3e6cb;
}

.alert-close {
	float      : right;
	font-size  : 21px;
	font-weight: 700;
	line-height: 1;
	color      : #000;
	text-shadow: 0 1px 0 #fff;
	filter     : alpha(opacity=20);
	opacity    : .2;

}

.line {
	display      : block;
	margin       : 10px 0;
	padding      : 0;
	width        : 100%;
	border       : 0;
	border-bottom: 1px solid #eee;
	height       : 0;
}

/*.show-hide-text .show-hide-checkbox{
	margin:16px 0;
}
.show-hide-text .show-hide-checkbox input[type="checkbox"]{
	display: inline-block;
	*display:inline;
	zoom:1;
	width: 20px;
	height:20px;
	margin:0 10px 0 0;
	vertical-align: middle;
}
*/

.payment-online-form-left.billing-form ul li:first-child input[type="text"] {
	margin-right: 10px;
}

.show-hide-text {
	position: relative;
}

.iconview:before {
	content    : "\f06e";
	font-family: 'FontAwesome';
	position   : absolute;
	z-index    : 10;
	right      : 5px;
	top        : 20px;
}

/*.payment-online-form-left.billing-form .show-hide-input{
    width:90%;
    float:none;
    clear:both;
    display:inline-block;
    *display:inline;
    zoom:1;
    vertical-align:middle;
    margin-right:10px;
}*/

.payment-online-form-left.billing-form span {
	margin-right: 0 !important;
}

.details-ctrl {
	background: #080C30;
	background: #8CBE45;
	padding   : 10px;
	display   : block;
	margin    : 0;
	color     : #fff;
	cursor    : pointer;
}

.details-ctrl:hover,
.details-ctrl-open {
	background: #6e9a30;
}

.details-ctrl h2 {
	font-size     : 18px;
	display       : inline-block;
	*display      : inline;
	zoom          : 1;
	vertical-align: middle;
	text-transform: uppercase;
}

.details-ctrl .plus-minus-ico {
	float    : right;
	clear    : right;
	margin   : 0;
	padding  : 0;
	font-size: 18px;

	transition        : all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition   : all 0.2s linear 0s;
	-ms-transition    : all 0.2s linear 0s;
	-moz-transition   : all 0.2s linear 0s;
}

.details-ctrl .plus-minus-ico.ico-rotate {
	transform        : rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform   : rotate(180deg);
	-ms-transform    : rotate(180deg);
	-o-transform     : rotate(180deg);
}


.flex {
	display        : flex;
	justify-content: center;
	align-items    : center;
}

.mod img{
	max-height: 100px;
}

.align-center{
	display: block;
	margin: 0 auto;
}

@media screen and (max-width:769px) {

	.flex {
		display: block;
	}

	.flex img {
		display: none
	}
}