 @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
 @import url('//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
 @font-face {
 font-family:'HelveticaNeueLT Std Med Cn';
 src:url('../fonts/HelveticaNeueLTStd-MdCn.eot');
 src:url('../fonts/HelveticaNeueLTStd-MdCn?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTStd-MdCn.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-MdCn.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-MdCn.svg') format('svg');
}
 @font-face {
 font-family:'Aquaduct (full set)';
 src:url('../fonts/aquaduct.eot');
 src:url('../fonts/aquaduct?#iefix') format('embedded-opentype'), url('../fonts/aquaduct.woff') format('woff'), url('../fonts/aquaduct.ttf') format('truetype'), url('../fonts/aquaduct.svg') format('svg');
}
 @font-face {
 font-family:'Pristina';
 src:url('../fonts/pristina.eot');
 src:url('../fonts/pristina?#iefix') format('embedded-opentype'), url('../fonts/pristina.woff') format('woff'), url('../fonts/pristina.ttf') format('truetype'), url('../fonts/pristina.svg') format('svg');
}
body {
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}
.header h1, nav h2 {
	position:absolute;
	visibility:collapse;
	text-indent:-2000em;
}
.navbar-nav {
	float:right;
}
.navbar {
	background: #fff;
	border: 0;
	margin: 0;
	padding: 0;
}
.navbar .container-fluid .navbar-header {
	padding:0;
	width:auto;
}
.navbar-default .navbar-nav>li>a {
	line-height: 37px;
	font-size: 16px;
	color: #333;
	padding: 15px 10px;
	border-bottom: 3px solid #fff;
}
.header .navbar-default .navbar-nav>li>a img
{
	width:26px;	
}

.navbar-default .navbar-nav>li>a:hover {
	background:#1a5b85;
	color:#fff;
	border-bottom: 3px solid #61a840;
}
.navbar-default .navbar-nav>li.active {
	background:#1a5b85;
	color:#fff;
	border-bottom: 3px solid #61a840;
}
.navbar-default .navbar-nav>li.active a {
	border:0;
	background:#1a5b85;
	color:#fff;
}
.header .navbar-header
{
	margin-top: 11px;
}

.navbar-header img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	padding:0;
	height:auto;
}
.navbar-collapse.collapse {
	padding:0;
}
.darkHeader .navbar {
	min-height:auto;
	border-bottom: 3px solid #61a840;
	text-transform:capitalize;
}
.darkHeader .navbar-default .navbar-nav>li>a {
	line-height:30px;
}
.darkHeader .navbar-default .navbar-brand {
}
.darkHeader .navbar-header {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 3px 18px;
}
.darkHeader .navbar-default .navbar-brand img {
	margin-bottom:0px;
}
aside .row {
	position:relative;
}
aside p {
	text-align: center;
	padding: 3em 1em 0 1em;
	color: #adadad;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -15px;
}
.item .ban-div {
	position: absolute;
	top: 0;
	margin: 16em auto 0 auto;
	width:100%;
}
.item .ban-div .div-1 {
	margin: 0 auto;
	width: 60%;
	background: rgba(255, 255, 255, .8);
	padding: 20px 40px;
	border-top: 3px solid #61a840;
}
.bit-img {
	height:142px;
}
.my-web2 {
	visibility:hidden;
	text-indent:-2000em;
	position:absolute;
}
.item .ban-div h3 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 200;
	color: #1a5b85;
	margin-bottom:20px;
}
.item .ban-div p {
	color:#242424;
	font-size:15px;
}
.item img {
	width:100%;
}

#about {
	background: url(../images/about-bg.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.main-con {
	padding:2em 0;
}
.main-con h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	color:#fff;
	padding:10px 0;
	margin-top:0;
	padding-top:0;
}
.main-con h4 {
	font-size: 35px;
	background: #fff;
	text-transform: uppercase;
	font-weight: 300;
	float: left;
	padding: .5em 2em .5em 2.5em;
}
.main-con h5 {
	font-size: 35px;
	background: #17567f;
	text-transform: uppercase;
	font-weight: 300;
	color:#fff;
	float: right;
	padding: .5em 2.5em .5em 2em;
}
.main-con p {
	font-size: 14px;
	color: #fff;
	text-align:justify;
}
.baner {
	height: 425px;
}
#process p {
	font-size: 16px;
	color: #717171 !important;
	padding: 1em 0 0em 0;
}
#process p strong {
	color:#61a840;
}
.frame {
	background:rgba(29, 29, 29, 0.8) !important;
	color:#fff;
	text-align:center;
	padding:5px;
	margin-bottom:30px;
}
.frame span {
	text-align: center;
	display: block;
	font-size: 17px;
	text-transform: uppercase;
	padding: 1em 0;
	font-weight: 300;
}
.main-con ul.ab-1 {
	position: relative;
	margin: 4em 0 3em 0;
}
.main-con ul.ab-1 li {
	text-transform: uppercase;
	display:inline-block;
	color:#fff;
	font-size:20px;
	font-weight:300;
}
.main-con ul.ab-1 li.title {
	font-size: 44px;
	text-transform: uppercase;
	font-weight: bolder;
}
.main-con ul.ab-1 li.title span {
	background: #fff;
	color: #61a840;
	padding: .5em .7em;
}
.main-con ul.ab-1 li.arrow {
	position:absolute;
	top:-30px;
}
.main-con ul.ab-1 li.content {
	float: right;
	line-height: 66px;
	text-transform: capitalize;
	font-size: 15px;
}
#about .read-more {
	padding:0 0;
	color:#fff;
	border:1px solid #fff;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-ms-border-radius:25px;
	-ms-border-radius:25px;
	padding:10px 40px;
	text-transform:uppercase;
	margin:1em auto;
	display:inline-block;
}
.main-con ul.ab-1 li.content .coll-2 {
	padding:0 7px;
}
.read-more:hover {
	background:#333;
	color:#fff;
}
/*=== Trigger  ===*/

.animate {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.two {
 -webkit-animation-delay: .5s;
 -moz-animation-delay: .5s;
 animation-delay: .5s;
}
.parallax {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 0;
 -webkit-transition: background-position .2s ease-in;
 -moz-transition: background-position .2s ease-in;
 -o-transition: background-position .2s ease-in;
 transition: background-position .2s ease-in;
	-webkit-background-size: cover;
	background-size: cover;
}

/*=== FADE IN DOWN ===*/

@-webkit-keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.main-con ul.ab-2 {
	position: relative;
	margin: 0em 0 3em 0;
}
.main-con ul.ab-2 li {
	display:block;
	background:url(../images/li-icon.png) no-repeat 0px 0px;
	font-size: 15px;
	font-weight: 300;
	color: #5b5b5b;
	text-transform: none;
	padding: 0px 0 8px 25px;
    margin: 20px 0 0px 0px;
    line-height: 30px;
}
.main-con ul.ab-3 {
	position: relative;
	margin: 0em 0 3em 0;
}
.main-con ul.ab-3 p {
	color: #8fff5a;
	font-weight: 700;
	margin: 21px;
	letter-spacing: 2px;
}
.main-con ul.ab-3 li {
	display:block;
	background:url(../images/li-icon.png) no-repeat 0px 0px;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	text-transform: none;
	padding: 0 0 0 27px;
	margin: 20px 0 0px 0px;
}
.down {
	text-align:center;
}
.down a i {
	font-size:25px;
	padding-bottom:20px;
}
.down a {
	border: 1px solid #ccc;
	display: inline-block;
	color: #ccc;
	text-transform:uppercase;
	text-align: center;
	padding: 2em;
	background:#211d1c;
}
.down a:hover {
	background:#211d1c;
}
.main-con ul.ab-3 li a {
	color:#fff;
	text-decoration:none;
}
.main-con ul.ab-2 li.title {
	font-size:35px;
	text-transform:uppercase;
	font-weight:300;
	color:#61a840;
	background:none;
	padding:0;
	margin:1.2em 0;
}
.main-con ul.ab-2 li.title span {
	background: #17567f;
	color: #fff;
	padding: .5em .7em;
}
.read-more2 {
	color: #2d2d2d;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
	padding: 12px;
	display: block;
	font-weight: 300;
}
.read-more2 .read-more3 {
	position: relative;
	top: 34px;
}

.hh1 {
}
.hh1 .row {
	padding:30px;
}
.hh1 h5 {
	font-size: 35px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
}
.white-line {
	background:#fff;
	height:1px;
}
.hh1 ul {
	margin: 2em 0;
	min-height:200px;
}
.hh1 ul li {
	background: url(../images/li-cirlce.png) no-repeat 0px 1px;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	text-align: justify;
	padding: 0 0 1em 2em;
}
.hh1 .read {
}
.item .ban-div .hh1 .read a {
	color:#333;
}
.hh1 .read a {
	background: url(../images/right-blue-arrow.png) no-repeat 128px 10px;
	min-height: 40px;
	color: #fff;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 0 0 0 0;
	display: block;
}
.hh1 .read a:hover {
	background: url(../images/right-white-arrow.png) no-repeat 128px 10px;
}
.hh1 .read a:hover span.blue {
	background:#fff;
	color: #2d2d2d;
}
.hh1 .read a span.blue {
	background: #17567f;
	color: #fff;
	padding: .2em .7em;
}
.hh4 .read a {
	background: url(../images/right-blue-arrow.png) no-repeat 128px 10px;
	min-height: 40px;
	color: #fff;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 0 0 0 0;
	display: block;
}
.hh4 .read a:hover {
	background: url(../images/right-white-arrow.png) no-repeat 128px 10px;
}
.hh4 .read a:hover span.blue {
	background:#fff;
	color: #2d2d2d;
}
.hh4 .read a span.blue {
	background: #17567f;
	color: #fff;
	padding: .2em .7em;
}
#hom1 {
	background: url(../images/h-1.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
#hom2 {
	background: url(../images/h-2.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
#hom3 {
	background: url(../images/h-3.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
#hom4 {
	background: url(../images/h-4.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
#hom5 {
	background: url(../images/h-5.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
#hom6 {
	background: url(../images/h-6.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
#hom7 {
	background: url(../images/h-7.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.bot-up {
	text-align:center;
	margin:3em 0;
}
.main-con .spo12 {
}
.main-con .spo12 li {
	margin-bottom: 30px;
}
.main-con .spo12 li img {
	border: 2px solid #fff;
	box-shadow: 2px 3px 5px #333a3e;
	border-radius: 10px;
}
#back-to-top:hover {
	background: #f35822;
}
#back-to-top.show {
	opacity: 1;
}
#back-to-top {
	position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 50px;
    background: #000;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    border: 0;
    border-radius: 100%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
.bot-up .row {
	margin:0 4em;
}
.bot-up .row h6 {
	color:#32749f;
	font-size:25px;
	font-weight:bolder;
}
.bot-up .row p {
	color:#656565;
	font-size:16px;
}
.footer {
	padding:0em 0 0em 0;
}
.footer h5 {
	font-size: 35px;
	background: #fff;
	text-transform: uppercase;
	font-weight: 300;
	padding: 1em 0 20px 0;
	text-align: center;
	color: #1a5b85;
}
#dark-grey {
	background:#0A185F;
	padding: 3em 0 3em 0;
	color: #fff;
}
.main-con .text-center p {
	text-align:center;
}
.footer .left {
}
.c-white li {
	color:#fff !important;
}
ul.contact-con {
}
ul.contact-con li {
	margin-bottom:25px;
}
ul.contact-con li .row {
	margin: 0;
}
ul.contact-con li .row label {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	color:#fff;
}
ul.contact-con li .row label span {
	color: #ff0000;
}
ul.contact-con li .row .text {
}
ul.contact-con li textarea {
	min-height:180px;
}
ul.contact-con li .row .submit {
	background: #000;
	color: #fff;
	padding: 10px 30px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border: 0;
}
.form-control {
	height:45px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
.footer .right {
}
.footer .right .baner {
}
aside {
	padding: 2em 0 7em 0;
	background: #fff;
	position: relative;
}
.footer .bot {
	/*background:#0A185F;*/
	padding:40px;
	border-top:solid 1px #32749f;
	
}
.footer .bot p {
	color:#fff;
	margin:0;
	padding:0;
}
.breadcrumb {
	padding: 0;
	margin: 0;
	border: 0;
	background: #1a5b85;
	color: #fff;
	border-radius: 0;
}
.breadcrumb ul {
}
.breadcrumb ul li {
	line-height: 40px;
}
.breadcrumb ul li a {
	display: block;
	color: #000;
}
.breadcrumb ul li a i {
	background: #fff;
	color: #333;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	line-height: 26px;
}
.breadcrumb ul li.active {
}
/* CSS Code */

.popScroll {
	position:fixed;
	z-index:10;
	top:0;
	display:    table;
	text-align: center;
	width:      100%;
	height:     100%;
}
.popup {
	z-index: 10;
	width:450px;
	height:480px;
	position:relative;
	margin:20px auto;
	display:block;
	text-align:center;
	-moz-background-clip: padding;
	-o-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #fff; /* layer fill content */
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .18); /* drop shadow */
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .18); /* drop shadow */
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, .18); /* drop shadow */
	box-shadow: 0 0 10px rgba(0, 0, 0, .18); /* drop shadow */
	-webkit-transform-origin:top center;
	-moz-transform-origin:top center;
	-o-transform-origin:top center;
	transform-origin:top center;
	-webkit-animation: iconosani 1.2s forwards;
	animation: iconosani 1.2s forwards;
	-moz-animation: iconosani 1.2s forwards;
	-o-animation: iconosani 1.2s forwards;
}
 @-webkit-keyframes iconosani {
 0% {
 -webkit-transform: perspective(800px) rotateX(-90deg);
 -moz-transform: perspective(800px) rotateX(-90deg);
 -o-transform: perspective(800px) rotateX(-90deg);
 opacity: 1;
}
 40% {
 -webkit-transform: perspective(800px) rotateX(30deg);
 -moz-transform: perspective(800px) rotateX(30deg);
 -o-transform: perspective(800px) rotateX(30deg);
 opacity: 1;
}
 70% {
 -webkit-transform: perspective(800px) rotateX(-10deg);
 -moz-transform: perspective(800px) rotateX(-10deg);
 -o-transform: perspective(800px) rotateX(-10deg);
}
 100% {
 -webkit-transform: perspective(800px) rotateX(0deg);
 -moz-transform: perspective(800px) rotateX(0deg);
 -o-transform: perspective(800px) rotateX(0deg);
 opacity: 1;
}
}
.popScroll h1 {
	height: 60px;
	position: relative;
	color: #fff;
	font: 25px/60px sans-serif;
	text-align: center;
	text-transform: uppercase;
	background: #3D79D0;
}
.popScroll form {
	margin:10px auto;
}
.subscribe-widget .email-form {
	font-size: 13px;
	color: #999999;
	padding-left: 6px;
	width: 270px;
	border: 1px solid #e0e0e0;
	padding: 5px 0 5px 5px;
	line-height: 25px;
}
.subscribe-widget .button {
	background: #3D79D0;
	padding: 6px 15px;
	color: #fff;
	border: none;
	line-height: 25px;
	margin-left:0;
	cursor:pointer;
}
input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	-o-appearance: button;
	cursor: pointer;
}
.popScroll p {
	padding: 1px 5px;
	font-family: 'Open Sans';
	font-size: 17px;
	margin-bottom: 10px;
}
#option {
	position: relative;
}
.boxi {
	display: inline-block;
	width: 169px;
	line-height: 42px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
}
#home {
	background: #3D79D0;
}
#close {
	background: #D21111;
}
.popScroll em {
	width: 42px;
	display: inline-block;
	position: relative;
	margin: 0 -20px;
	line-height: 42px;
	background: #fff;
	color: #777;
	text-align: center;
	border-radius: 50px;
}
#home:hover {
	background: #1852C7;
}
#close:hover {
	background: #B30E0E;
}
body.overlay:after {
	content:'';
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:0;
	opacity:.8;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#000;
}
body.overlay { /* Prevents scrolling */
	overflow:hidden;
	max-height:100%;
	max-width:100%;
}
.ribbon {
	position: absolute;
	z-index: 100;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
.ribbon.top-left {
	top: -2.6px;
	left: -5px;
}
.ribbon.top-left.ribbon-primary > small {
 *zoom: 1;
 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF428BCA', endColorstr='#FF2A6496');
	background-image: -moz-linear-gradient(top, #428bca 0%, #2a6496 100%);
	background-image: -webkit-linear-gradient(top, #428bca 0%, #2a6496 100%);
	background-image: linear-gradient(to bottom, #428bca 0%, #2a6496 100%);
	position: absolute;
	display: block;
	width: 100%;
	padding: 8px 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 65%;
	color: white;
	background-color: #428bca;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
	top: 16px;
	left: -27px;
}
.ribbon.top-left.ribbon-primary > small:before, .ribbon.top-left.ribbon-primary > small:after {
	position: absolute;
	content: " ";
}
.ribbon.top-left.ribbon-primary > small:before {
	left: 0;
}
.ribbon.top-left.ribbon-primary > small:after {
	right: 0;
}
.ribbon.top-left.ribbon-primary > small:before, .ribbon.top-left.ribbon-primary > small:after {
	bottom: -3px;
	border-top: 3px solid #0e2132;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
}
.banner {
	width:300px;
	height:250px;
	position:relative;
	margin:10px auto;
	display:block;
	text-align:center;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #fff; /* layer fill content */
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .18); /* drop shadow */
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .18); /* drop shadow */
	box-shadow: 0 0 10px rgba(0, 0, 0, .18); /* drop shadow */
}
.adstext {
	margin-top:20px;
	color:#000;
	position:relative;
}
 @media screen and (max-width: 600px) {
 .popup {
 width:370px;
 height:480px;
}
 .popScroll h1 {
 height: 40px;
 font: 18px/40px sans-serif;
}
 .subscribe-widget .email-form {
 width:210px;
}
 .adstext {
 margin-top:20px;
}
}
 @media screen and (max-width: 400px) {
 .popup {
 width:350px;
 height:480px;
}
 .popScroll h1 {
 height: 40px;
 font: 18px/40px sans-serif;
}
 .subscribe-widget .email-form {
 width:210px;
}
 .banner {
 margin:10px auto;
}
 .adstext {
 margin-top:20px;
}
}
input.email-form:active, input.email-form:focus {
	-webkit-animation: fade 0.55s ease-in;
	-moz-animation: fade 0.55s ease-in;
	animation: fade 0.55s ease-in;
}
 @-webkit-keyframes fade {
 0% {
 box-shadow: 0 0 0 0 transparent;
}
 66% {
 box-shadow: 0 0 0 10px #3D79D0, 0 0 0 12px white;
}
 100% {
 box-shadow: 0 0 0 20px transparent, 0 0 0 22px transparent;
}
}
 @-moz-keyframes fade {
 0% {
 box-shadow: 0 0 0 0 transparent;
}
 66% {
 box-shadow: 0 0 0 10px #3D79D0, 0 0 0 12px white;
}
 100% {
 box-shadow: 0 0 0 20px transparent, 0 0 0 22px transparent;
}
}
 @-o-keyframes fade {
 0% {
 box-shadow: 0 0 0 0 transparent;
}
 66% {
 box-shadow: 0 0 0 10px #3D79D0, 0 0 0 12px white;
}
 100% {
 box-shadow: 0 0 0 20px transparent, 0 0 0 22px transparent;
}
}
 @keyframes fade {
 0% {
 box-shadow: 0 0 0 0 transparent;
}
 66% {
 box-shadow: 0 0 0 10px #3D79D0, 0 0 0 12px white;
}
 100% {
 box-shadow: 0 0 0 20px transparent, 0 0 0 22px transparent;
}
}
/* POPUP */



.box {
	display: table;
	top: 0;
	visibility: hidden;
	-webkit-transform: perspective(1200px) rotateY(180deg) scale(0.1);
	-ms-transform: perspective(1200px) rotateY(180deg) scale(0.1);
	-moz-transform: perspective(1200px) rotateY(180deg) scale(0.1);
	transform: perspective(1200px) rotateY(180deg) scale(0.1);
	top: 0;
	left: 0;
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 1s all;
}
.box .close {
	display:block;
	cursor:pointer;
	border:3px solid rgba(255, 255, 255, 1);
	border-radius:50%;
	position:absolute;
	top:50px;
	left:50px;
	width:50px;
	height:50px;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
 transition: .2s;
	-webkit-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
	opacity:0;
}
.box .close:active {
	top:51px;
}
 .box .close::before {
 content: "";
 display: block;
 position: absolute;
 background-color: rgba(255, 255, 255, 1);
 width: 80%;
 height: 6%;
 left: 10%;
 top: 47%;
}
 .box .close::after {
 content: "";
 display: block;
 position: absolute;
 background-color: rgba(255, 255, 255, 1);
 width: 6%;
 height: 80%;
 left: 47%;
 top: 10%;
}
.box.open {
	left: 0;
	top: 0;
	visibility: visible;
	opacity: 1;
	z-index: 999;
	-webkit-transform: perspective(1200px) rotateY(0deg) scale(1);
	-moz-transform: perspective(1200px) rotateY(0deg) scale(1);
	-ms-transform: perspective(1200px) rotateY(0deg) scale(1);
	transform: perspective(1200px) rotateY(0deg) scale(1);
	width: 100%;
	height: 100%;
}
.box.open .close, .box.open p {
	opacity: 1;
}
#card {
	font-family: Georgia;
	background: #fff;
	width: 450px;
	height: 185px;
	margin: 200px auto;
	padding: 10px 25px 30px 25px;
	border: 1px solid white;
	-webkit-box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
	-o-box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
	-khtml-box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.1);
	text-align: center;
}
 @media only screen and (max-width : 1250px) {
 .navbar-default .navbar-nav > li > a {
 font-size: 12px;
 padding: 15px 12px;
}
}
 @media only screen and (max-width : 1200px) {
 .main-con ul.ab-1 li.title {
 font-size:24px;
}
 .main-con ul.ab-1 li {
 font-size:15px;
}
 hr {
 clear:both;
}
 .main-con ul.ab-1 li.arrow {
 position: relative;
 top: 0;
 float: right;
 transform: rotateY(180deg);
}
 .main-con ul.ab-1 li.content {
 width:100%;
}
 .main-con .row {
 margin:0;
}
}
 @media only screen and (max-width : 1100px) {
 .navbar-header {
 float: none;
}
 .navbar-toggle {
 display: block;
}
 .navbar-collapse {
 border-top: 1px solid transparent;
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
 .navbar-collapse.collapse {
 display: none!important;
}
 .navbar-nav {
 float: none!important;
 margin: 7.5px -15px;
}
 .navbar-nav>li {
 float: none;
}
 .navbar-nav>li>a {
 padding-top: 10px;
 padding-bottom: 10px;
}
 .navbar-collapse.collapse.in {  /* NEW */
 display: block!important;
 border:0;
}
 .navbar-header {
 width:100%;
}
 .navbar-default .navbar-brand img {
}
 .navbar-default .navbar-toggle {
 margin: 0;
 padding: 20px;
 background: #17567f;
 border-radius: 0px;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 -ms-border-radius: 0px;
 -o-border-radius: 0px;
}
 .navbar-default .navbar-toggle .icon-bar {
 background-color: #fff;
}
 .navbar-nav, .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
 margin: 0;
 padding: 0px;
}
 .navbar .container-fluid {
 padding: 0 15px;
}
 .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
 color: #555;
 background-color: #61a840;
}
 .darkHeader .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
 line-height: 23px;
 padding: 8px 12px;
}
 .navbar-fixed-top, .navbar-fixed-bottom {
 position:relative;
}
 .slider {
 margin-top: 0;
}
 .navbar-nav {
 margin-top:20px !important;
}
 .navbar {
 padding:10px;
 min-height:77px;
}
 .item .ban-div {
 margin: 12em auto 0 auto;
}
 .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
 margin-left: 0;
}
 .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
 max-height: 540px;
}
 .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
 background-color: #000;
}
 .hh1 .read a, .hh1 .read a:hover {
 background:#61a840;
 padding:10px 15px;
 display:inline-block;
}
 .hh1 .read a span.blue, .hh1 .read a span.blue:hover, .hh1 .read a:hover span.blue {
 background:none;
 padding:0;
}
 .hh1 .read a {
 font-size:15px;
}
 aside p {
bottom: -33px;
}

 .slider-inner {
margin-top:0 !important;
}
}
 @media only screen and (max-width : 991px) {
 .down {
 text-align: center;
 margin-bottom: 14px;
}
 .bit-img {
 height: 142px;
 margin: 0 auto;
}
 .item .ban-div {
 margin: 4em auto 0 auto;
}
 .item .ban-div h3 {
 font-size: 35px;
 margin: 0 0 10px 0;
}
 .item .ban-div p {
 font-size: 13px;
}
}
 @media only screen and (max-width : 768px) {
 .item .ban-div .div-1 h3 {
font-size:25px !important;
}
 .item .ban-div .div-1 h3 {
background:rgba(97, 168, 64, .7) !important;
text-align:left !important;
}
 .breadcrumb {
padding: .5em .7em;
}
 .breadcrumb ul li a i {
text-align: center;
 line-height: 30px;
}
 .breadcrumb ul li {
 display: inline-block;
}
 .breadcrumb ul, .item .ban-div .div-1 h3 {
 text-align: left;
}
 .main-con {
 padding: 5em 0 3em 0 !important;
}
 .item .ban-div .div-1 {
 width: 100% !important;
 padding: 10em 0em 0 0 !important;
min-height:inherit !important;
}
 #dark-grey .container .row .col-md-4, #dark-grey .container .row .col-md-2 {
padding-bottom:3em;
}
 .item img {
 height: 400px;
 margin: 0;
 width: auto;
 padding: 0;
 display: block;
 min-width: 100%;
 max-width: none;
 border: 0;
}
 .item .ban-div .div-1 {
 width:80%;
}
 .read-more2 .read-more3 {
 position: relative;
 top: -34px;
 transform: rotateY(180deg);
}
 .hh1 ul {
 min-height:inherit;
}
 .main-con h4, .main-con h5, .hh1 h5 {
 font-size:30px;
}
 .hh1 ul li {
 text-align:left;
}

}
 @media only screen and (max-width : 650px) {
 .main-con ul.ab-1 li.content {
 line-height:30px;
 padding-top:20px;
}
 .main-con ul.ab-1 li.content .coll-1 {
 display:inline-block;
}
 .main-con ul.ab-1 li.content .coll-2 {
 display:inline-block;
}
 .main-con ul.ab-1 li.arrow {
 display:none;
}
 .main-con h4, .main-con h5, .hh1 h5 {
 font-size:25px;
}
}
 @media only screen and (max-width : 600px) {
 .navbar-default .navbar-brand img {
 width: 150px;
}
 .navbar-default .navbar-toggle {
 padding:15px;
}
 .navbar {
 min-height: 70px;
}
}
 @media only screen and (max-width : 480px) {
 .navbar .container-fluid {
 padding: 0 0px;
}
 .main-con .spo12 li {
 margin-bottom: 0px;
 padding: 4px;
}
 aside {
 padding: 2em 0 8em 0;
}
 .read-more2 {
 background:#fff;
 color:#333;
}
 .read-more2 .read-more3 {
 display:none;
}
 .item .ban-div {
 margin: 2em auto 0 auto;
}
 .item .ban-div h3 {
 font-size: 25px;
 font-weight: 500;
}
 .item .ban-div .div-1 {
 padding:15px;
}
}
 @media only screen and (max-width : 320px) {
}
