@font-face {
	font-family: titalfont;
	src: url(../font/AvantGarde_Book_BT.eot) /* EOT file for IE */
}
@font-face {
	font-family: titalfont;
	src: url(../font/AvantGarde_Book_BT.ttf) /* TTF file for CSS3 browsers */
}
@font-face {
	font-family: seroptfont;
	src: url(../font/Arimo-Regular.eot) /* EOT file for IE */
}
@font-face {
	font-family: seroptfont;
	src: url(../font/Arimo-Regular.TTF) /* TTF file for CSS3 browsers */
}

::-moz-selection {
color:#FFFFFF;
background:#a0b500;
}
::selection {
	color: #FFFFFF;
	background: #a0b500;
}
body {
	margin: 0px;
	background: #FFFFFF;
}
a {
	text-decoration: none;
	text-outline: none
}
.wraper {
	width: 100%;
	min-width: 1000px
}
.header_div {
	width: 100%;
	height: 150px;
	background-color: #fff;
	min-width: 1000px
}
.samatalogo_div {
	width: 125px;
	float: left;
	height: auto;
	margin-left: 25px
}
.samata_nmlogo {
	width: 400px;
	float: left;
	height: 150px;
	margin-left: 14%;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
}
.hdr_right_div {
	width: 387px;
	height: 150px;
	float: right;
	background-image: url(../images/website-final-cutting_02.png);
	background-repeat: no-repeat;
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-moz-transition-delay: 2s;
	-o-transition-delay: 2s;
}
.int_elock_div {
	width: 100%;
	height: 41px;
	margin-top: 11px
}
.intbnk_div {
	width: 150px;
	height: 41px;
	background-color: rgba(0,0,0,0.7);
	float: left;
	margin-left:55px;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.intbnk_div:hover {
	background: rgba(160, 181, 0, 0.8);
}
.elock_div {
	width: 179px;
	height: 41px;
	background-color: rgba(0,0,0,0.7);
	float: left;
	margin-left: 1px;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.elock_div:hover {
	background: rgba(160, 181, 0, 0.8);
}

.parallax { 
    /* The image used */
    /* Set a specific height */
    height: 105px;
	padding-top:45px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 1204px) {
.samata_nmlogo {
	width: 400px;
	float: left;
	height: 150px;
	margin-left: 16%
}

}
 @media screen and (max-width: 1118px) {
.samata_nmlogo {
	width: 400px;
	float: left;
	height: 150px;
	margin-left: 13%
}
}
 @media screen and (max-width: 1078px) {
.samata_nmlogo {
	width: 400px;
	float: left;
	height: 150px;
	margin-left: 11%
}
}
 @media screen and (max-width: 1057px) {
.samata_nmlogo {
	width: 370px;
	float: left;
	height: 150px;
	margin-left: 8%
}
}
 @media screen and (max-width: 1020px) {
.samata_nmlogo {
	width: 370px;
	float: left;
	height: 150px;
	margin-left: 5%
}
}

/*-----------------------------News Ticker---------------------------------------*/

			
			@keyframes ticker {
				0% { transform: translate3d(0, 0, 0); }
				100% { transform: translate3d(-100%, 0, 0); }
			}
			.tcontainer{
				width: 100%;
				overflow: hidden;
			}
			
			.ticker-wrap {
				width: 100%;
				padding-left: 100%;
				background-color: #eee;
				float:left
			}
			.ticker-move {
				display: inline-block;
				white-space: nowrap;
				padding-right: 100%;
				animation-iteration-count: infinite;
				animation-timing-function: linear;
				animation-name: ticker;
				animation-duration: 30s;
				padding-top:10px;
				padding-bottom:10px;
			}
			.ticker-move:hover{
				animation-play-state: paused;
			}
			.ticker-item{
				display: inline-block;
				font-size:25px;
				color:red;
				padding: 0 2rem;
			}

/*-----------------------------News Ticker---------------------------------------*/

/*-----------------------Navigation----------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
#smtmenu, #smtmenu ul, #smtmenu ul li, #smtmenu ul li a, #smtmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#smtmenu {
	box-shadow: -2px 4px 6px #0E0E0E;
	z-index: 1000;
}
#smtmenu:after, #smtmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#smtmenu #menu-button {
	display: none;
}
#smtmenu {
	width: auto;
	min-width: 1000px;
	font-family: 'Open Sans', Helvetica, sans-serif;
	background: #39b1cc;
	background: -moz-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #51bbd2), color-stop(100%, #2d97af));
	background: -webkit-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
	background: -o-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
	background: -ms-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
	background: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
}
#smtmenu > ul {
	background: url('images/bg.png');
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#smtmenu.align-right > ul > li {
	float: right;
}
#smtmenu > ul > li {
	float: left;
	display: inline-block;
}
#smtmenu.align-center > ul {
	float: none;
	text-align: center;
}
#smtmenu.align-center > ul > li {
	float: none;
}
#smtmenu.align-center ul ul {
	text-align: left;
}
#smtmenu > ul > li > a {
	padding: 18px 28px 21px 22px;
	border-right: 1px solid rgba(80, 80, 80, 0.12);
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	color: #5a5a5a;
	text-transform: uppercase;
	letter-spacing: 0px;
}
#smtmenu > ul > li:hover > a, #smtmenu > ul > li > a:hover, #smtmenu > ul > li.active > a {
	color: #000;
	background: #32a9c3;
	background: rgba(0, 0, 0, 0.1);
}
#smtmenu > ul > li.has-sub > a {
	padding-right: 32px;
}
#smtmenu > ul > li.has-sub > a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #999;
	right: 10px;
	top: 22px;
}
#smtmenu > ul > li.has-sub.active > a::after, #smtmenu > ul > li.has-sub:hover > a {
	border-top-color: #ffffff;
}
#smtmenu ul ul {
	position: absolute;
	left: -9999px;
	top: 60px;
	padding-top: 6px;
	font-size: 13px;
	opacity: 0;
	-webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
	-moz-transition: top 0.2s ease, opacity 0.2s ease-in;
	-ms-transition: top 0.2s ease, opacity 0.2s ease-in;
	-o-transition: top 0.2s ease, opacity 0.2s ease-in;
	transition: top 0.2s ease, opacity 0.2s ease-in;
}
#smtmenu.align-right ul ul {
	text-align: right;
}
#smtmenu > ul > li > ul::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: #ffffff;
	top: -4px;
	left: 20px;
}
#smtmenu.align-right > ul > li > ul::after {
	left: auto;
	right: 20px;
}
#smtmenu ul ul ul::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right-color: #ffffff;
	top: 11px;
	left: -4px;
}
#smtmenu.align-right ul ul ul::after {
	border-right-color: transparent;
	border-left-color: #ffffff;
	left: auto;
	right: -4px;
}
#smtmenu > ul > li > ul {
	top: 120px;
}
#smtmenu > ul > li:hover > ul {
	top: 44px;
	left: 0;
	opacity: 1;
}
#smtmenu.align-right > ul > li:hover > ul {
	left: auto;
	right: 0;
}
#smtmenu ul ul ul {
	padding-top: 0;
	padding-left: 6px;
}
#smtmenu.align-right ul ul ul {
	padding-right: 6px;
}
#smtmenu ul ul > li:hover > ul {
	left: 295px;
	top: 0;
	opacity: 1;
}
#smtmenu.align-right ul ul > li:hover > ul {
	left: auto;
	right: 100%;
	opacity: 1;
}
#smtmenu ul ul li a {
	text-decoration: none;
	font-weight: 400;
	padding: 11px 25px;
	width: 300px;
	color: #777777;
	background: #ffffff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#smtmenu ul ul li:hover > a, #smtmenu ul ul li.active > a {
	color: #333333;
}
#smtmenu ul ul li:first-child > a {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#smtmenu ul ul li:last-child > a {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#smtmenu > ul > li > ul::after {
	position: absolute;
	display: block;
}
#smtmenu ul ul li.has-sub > a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left-color: #777777;
	right: 17px;
	top: 14px;
}
#smtmenu.align-right ul ul li.has-sub > a::after {
	border-left-color: transparent;
	border-right-color: #777777;
	right: auto;
	left: 17px;
}
#smtmenu ul ul li.has-sub.active > a::after, #smtmenu ul ul li.has-sub:hover > a::after {
	border-left-color: #333333;
}
#smtmenu.align-right ul ul li.has-sub.active > a::after, #smtmenu.align-right ul ul li.has-sub:hover > a::after {
	border-right-color: #333333;
	border-left-color: transparent;
}
/*-------------------------------------End Navigation-------------------------------------*/
/*----------------------------------------modal pop us----------------------------------*/
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1001; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	min-width: 975px;
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 80%;
	min-width: 900px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
 from {
top:-300px;
opacity:0
}
to {
	top: 0;
	opacity: 1
}
}
 @keyframes animatetop {
 from {
top:-300px;
opacity:0
}
to {
	top: 0;
	opacity: 1
}
}
/* The Close Button */
.close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.modal-header {
	padding: 2px 16px;
	background-color: #2d3a56;
	color: white;
}
.modal-body {
	padding: 2px 16px;
}
.modal-footer {
	padding: 2px 8px;
	height: 12px;
	background-color: #ff9c00;
	color: white;
}
.modal_content_part {
	width: 110px;
	height: 133px;
	margin-left: 30px;
	float: left;
	margin-top: 15px;
	text-align: center;
	font-family: seroptfont;
	color: #333;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.modal_content_part:hover {
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
/*----------------------------------------end modal pop us----------------------------------*/

/*-------------------------------------Wel Content div----------------------------------------*/

.wel_div {
	width: 100%;
	height: auto;
	text-align: center;
	font-family: seroptfont;
	font-size: 24px;
	color: #1a5e89;
}
.welbold_div {
	width: 100%;
	height: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 20px;
	margin-top: 10px
}
.welcont_div {
	width: 100%;
	height: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #868686;
	font-size: 17px;
	margin-top: 10px;
	padding-bottom:15px;	
	}
/*-------------------------------------End Wel Content div----------------------------------------*/
/*-------------------------------------Service icon div----------------------------------------*/
.seroptn_div {
	width: 100%;
	height: 297px;
	background-image: url(../img/background_strip.png);
	background-repeat: repeat-x;
	
}
.samataservice_div {
	width: 100%;
	height: auto;
	text-align: center;
	font-family: seroptfont;
	font-size: 28px;
	color: #fff;
	padding-top: 12px;
}
.sermainverti_div {
	max-width: 1100px;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s
}
.sermainverti_div2 {
	max-width: 1100px;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-moz-transition-delay: 2s;
	-o-transition-delay: 2s
}
.ser_optn_div {
	float: left;
	width: 320px;
	height: 96px;
	margin-top: 15px;
	margin-left: 10px;
	float: left;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.ser_optn_div:hover {
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.ser_optn_div:active {
	position: relative;
	transform: scale(1);
	position: relative;
	transform: scale(1);
}
.ser_icon_div {
	width: 80px;
	height: auto;
	margin-top: 4px;
	float: left;
}
.sername_div {
	font-family: seroptfont;
	font-size: 20px;
	color: #fff;
	margin-left: 2px;
	width: 230px;
	height: 27px;
	border-bottom: 1px solid #FFF;
	float: left;
	padding-top: 18px
}
.serreadmore_div {
	font-family: seroptfont;
	font-size: 17px;
	color: #fff;
	margin-left: 2px;
	width: 158px;
	height: 27px;
	float: left;
	padding-top: 5px
}
.btn2 {
	background: #f5f5f5;
	background-image: -webkit-linear-gradient(top, #f5f5f5, #e0e0e0);
	background-image: -moz-linear-gradient(top, #f5f5f5, #e0e0e0);
	background-image: -ms-linear-gradient(top, #f5f5f5, #e0e0e0);
	background-image: -o-linear-gradient(top, #f5f5f5, #e0e0e0);
	background-image: linear-gradient(to bottom, #f5f5f5, #e0e0e0);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #212121;
	font-size: 19px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	width: 241px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	box-shadow: 0px 2px 10px #000;
}
.btn2:hover {
	background: #cccccc;
	background-image: -webkit-linear-gradient(top, #cccccc, #fafafa);
	background-image: -moz-linear-gradient(top, #cccccc, #fafafa);
	background-image: -ms-linear-gradient(top, #cccccc, #fafafa);
	background-image: -o-linear-gradient(top, #cccccc, #fafafa);
	background-image: linear-gradient(to bottom, #cccccc, #fafafa);
	text-decoration: none;
}
/*-------------------------------------End Service icon div----------------------------------------*/
/*-------------------------------------Other info div-----------------------------------------------*/

.oter_info_div {
	width: 1000px;
	height: 315px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-bottom: 35px;
	padding-top:35px;
	}
.info_div {
	width: 288px;
	height: auto;
	margin-left: 25px;
	float: left;
}
.info_img_div {
	width: 288px;
	height: 218px;
	margin-top: 5px;
}
.info_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6C6C6C;
	width: 288px;
	text-align: center;
}
.info_cont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #353535;
	width: 288px;
	text-align: center;
	margin-top: 8px;
	line-height: 20px
}
/*-------------------------------------End Other info div-------------------------------------------*/
/*-------------------------------------parallax_video-----------------------------------------------*/

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* ----------------------------------------------------
	TOPBAR
------------------------------------------------------- */
.cctop {
	background: #2581e8;
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.75em;
	line-height: 3.2;
}
.cctop a {
	display: inline-block;
	padding: 0 1.5em;
	text-decoration: none;
	letter-spacing: 1px;
	color: #FFF;
}
.cctop a:hover {
	background: #FFF;
	color: #000;
}
.cctop span.right {
	float: right;
}
.cctop span.right a {
	display: block;
	float: left;
}
/* ----------------------------------------------------
	HEADER
------------------------------------------------------- */

.ccheader {
	background: none repeat scroll 0 0 #2581e8;
	border-top: 1px solid #053f80;
	margin: 0 auto;
	padding: 2em;
	text-align: center;
}
.ccheader .heading {
	border-bottom: 4px solid #f04a08;
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.6px;
	margin-top: 12px;
	padding-bottom: 12px;
	position: relative;
	text-rendering: optimizespeed;
	z-index: 999;
}
.ccheader h1 {
	font-size: 2.5em;
	line-height: 1.3;
	margin: 0;
	font-family: "PT Sans", sans-serif;
	font-weight: 700px;
	color: #FFF;
	text-rendering: optimizespeed;
	text-transform: uppercase;
}
.ccheader hr {
	background: none repeat scroll 0 0 #053f80;
	border: 2px solid;
	color: #053f80;
	margin-bottom: 0;
	margin-top: 0;
	width: 30px;
}
.ccheader h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 60%;
	opacity: 0.7;
}
/* ----------------------------------------------------
	DEMO BUTTONS
------------------------------------------------------- */
.codeconvey-demo {
	padding-top: 1em;
	font-size: 0.8em;
}
.codeconvey-demo a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	outline: none;
	border: 2px solid #fff;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}
.codeconvey-demo a:hover, .codeconvey-demo a.current-demo, .codeconvey-demo a.current-demo:hover {
	border-color: #333;
	color: #333;
}
.crt-parallaxvideo {
	height: 300px;
	padding-bottom: 50px;
	padding-top: 50px;
	background-image: url(../images/slbg.png); 
	background-color: rgba(0, 0, 0, 0.4)
}
.crt-parallaxvideo video {
	min-width: 100%;
	position: fixed;
	top: 0;
	z-index: -100;
}
.crt-parallaxvideo h1 {
	color: #fff;
	font-size: 45px;
	margin-top:0px;
	font-weight: 700;
	text-align: center;
	text-shadow:2px 8px 4px #000;
}

.crt_watch_video {
	color:#fff; text-align:center; font-size:35px; font-family:seroptfont; text-shadow:2px 8px 4px #000;
}
.plax:last-child {
	margin-bottom: 0;
}
.plax.ccparallax {
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 50px;
	padding-top: 50px;
}
.plax.content {
	background: none repeat scroll 0 0 #2581e8;
	padding: 42px 0;
}
.plax .headlines p {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	color: #f6f3f3;
	text-align: center;
}
.plax .contentarea, .plax .contentarea h2 {
	color: #FFF;
}


.hovicon {
    display: inline-block;
    font-size: 35px;
    line-height: 90px;
    cursor: pointer;
    margin: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}

.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
/* Effect 1 */
 .hovicon.effect-1 {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.hovicon.effect-1:after {
    top: -7px;
    left: -7px; 
    padding: 7px;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

/* Effect 1b */
 .hovicon.effect-1.sub-b:hover {
    background: rgba(255, 255, 255, 1);
    color: #a0b500;
}
.hovicon.effect-1.sub-b:hover i {
    color: #41ab6b;
}
.hovicon.effect-1.sub-b:after {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.hovicon.effect-1.sub-b:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


/*-------------------------------------end parallax video---------------------------------------*/

/*-------------------------------------Quick links div-------------------------------------------*/

.quk_top_border {
	width: 100%;
	height: 7px;
	background-color: #e7e7e7;
}
.quk_items_div {
	width: 100%;
	height: 291px;
	min-width: 1000px;
	background-color: #f7f7f7;
}
.first_quk_linkdiv {
	max-width: 25%;
	min-width: 250px;
	padding-left: 5%;
	padding-top: 15px;
	height: auto;
	float: left;
}
.quk_title {
	width: auto;
	font-family: seroptfont;
	font-size: 24px;
	height: 45px;
	margin-left: 25px;
	color: #1a5e89;
}
.links_div {
	width: 100%;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #626262;
	list-style-image: url(../images/list_bullet.png);
	line-height: 30px;
	text-decoration: underline;
	
}
.lnk_color {
	color: #333;
}
.news_title {
	width: 75%;
	min-width:750px;
	font-family: seroptfont;
	font-size: 32px;
	height: auto;
	color: #fff;
	text-align: center;
	float: right;
	height:291px;
	background-image: url(../img/website-final-temp1212_34.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:right;
	
}
@media screen and (max-width: 1267px) {

.news_title {
	Width:73%
	
}

}

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

.news_title {
	Width:74%
	
}

}

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

.news_title {
	Width:70%
	
}

}

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

.news_title {
	Width:74%
	
}

}

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

.news_title {
	Width:70%;
	background-position:right;
	
}

}


 @media screen and (max-width: 1075px) {
.news_title {
	margin-left: 0%
}
}
 @media screen and (max-width: 1035px) {
.news_title {
	margin-left:0%
}
}
.newsbtn {
	border: none;
	font-family: inherit;
	font-size: 15px;
	color: #666;
	background: none;
	cursor: pointer;
	padding: 15px 60px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.newsbtn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.newsbtn-1 {
	border: 3px solid #1ba99a;
	color: #666;
}
.newsbtn-1b:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #fff;
}
.newsbtn-1b:hover, .newsbtn-1b:active {
	color: #fff;
	background: #31495a;
	border: 3px solid #699bbe
}
.newsbtn-1b:hover:after, .nesbtn-1b:active:after {
	height: 100%;
}
/*-------------------------------------End Quick links div-------------------------------------------*/

/*-------------------------------------footer-------------------------------------------*/

.footer {
	width: 100%;
	min-width: 1000px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	font-size: 14px;
	height: 53px;
	padding-top: 10px
}
/*-------------------------------------End footer-------------------------------------------*/

/*-------------------------------------About us page-------------------------------------------*/

.path_streep {
	width: 90%;
	padding-left: 10%;
	background-color: #f7f7f7;
	color: #6c6c6c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	height: 30px;
	padding-top: 15px;
	margin-top: 20px
}
.full_banner_div {
	max-width: 100%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: 12px;
}
.content_div {
	max-width: 100%;
	width: 100%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.left_side_div {
	max-width: 25%;
	padding-left: 25px;
	min-width: 225px;
	height: auto;
	float: left
}
.abtaddress_div {
	width: 205px;
	height: auto;
	font-family: seroptfont, Arial, Helvetica, sans-serif;
	background-color: #1d859e;
	color: white;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: -35px
}
.address_div {
	width: 205px;
	height: auto;
	font-family: seroptfont, Arial, Helvetica, sans-serif;
	background-color: #1d859e;
	color: white;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: 35px
}
.abtuslink_div {
	width: 205px;
	height: auto;
	font-family: seroptfont, Arial, Helvetica, sans-serif;
	background-color: #f7f7f7;
	color: #333;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: 35px
}
.abt_opt {
	width: 180px;
	height: 24px;
	border-bottom: dashed 1px #666;
	color: #333;
}
.abt_opt:hover {
	color: #278FCD;
}
.abtus_cont_div {
	width: 70%;
	min-width: 725px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: seroptfont, Arial, Helvetica, sans-serif;
	color: #333;
	height: auto;
	float: left
}
.abtustitle {
	width: 94%;
	height: 35px;
	font-family: seroptfont, Arial, Helvetica, sans-serif;
	color: #1a5e89;
	font-size: 30px;
	padding-left: 6%
}
.abtcont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 25px;
	width: 94%;
	padding-left: 6%;
}
.img_cont_div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 25px;
	width: 100%;
}
/*-------------------------------------End About us page-------------------------------------------*/

/*-------------------------------------Start Our Partners page-------------------------------------------*/

.ourpartner_div {
	max-width: 94%;
	height: auto;
 min-width:700px;
  font-family:seroptfont, Arial, Helvetica, sans-serif;
	color: #1a5e89;
	font-size: 30px;
	padding-left: 6%
}
.our_partner_img_stl {
	width: 290px;
	height: 88px;
	border: 1px solid #333333;
	padding: 10px;
	float: left;
	margin-top: 25px;
	margin-left: 22px;
	margin-bottom: 15px;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.our_partner_img_stl:hover {
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.05);
}
/*-------------------------------------End Our Partners page-------------------------------------------*/
/*-------------------------------------Start all Services page-------------------------------------------*/

.serleft_side_div {
	max-width: 25%;
	width: 25%;
	min-width: 225px;
	padding-left: 25px;
	height: auto;
	float: left
}
.ser_cont_div {
	width: 71%;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	float: left
}
 @media screen and (max-width: 1250px) {
.ser_cont_div {
	width: 70%;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	float: left
}
.aanddepo_link_div {
	margin-top: 80px
}
}
.ser_link_div {
	width: 87%;
	height: auto;
	font-family: seroptfont, Arial, Helvetica, sans-serif;
	background-color: #1d859e;
	color: white;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: 35px
}
.ser_quk_title {
	width: auto;
	font-family: seroptfont;
	font-size: 21px;
	height: 30px;
	margin-left: 25px;
	color: #fff;
}
.ser_links_div {
	width: 100%;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	list-style-image: url(../images/list_bullet_white.png);
	line-height: 30px;
}
.aanddepo_link_div {
	width: 87%;
	height: auto;
	font-family: seroptfont, Arial, Helvetica, sans-serif;
	background-color: #4886ae;
	color: white;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: 120px
}
.emicalc_link_div {
	width: 93%;
	height: auto;
	color: white;
	padding-top: 10px;
	margin-top: 15px;
	margin-bottom: 15px
}
 @media screen and (max-width: 1250px) {
.aanddepo_link_div {
	margin-top: 80px
}
}
 @media screen and (max-width: 1024px) {
.aanddepo_link_div {
	margin-top: 42px
}
}
.sertitle {
	width: 94%;
	height: auto;
	font-family: seroptfont, Arial, Helvetica, sans-serif;
	color: #1a5e89;
	font-size: 24px;
	margin-top: 15px;
}
.ser_sub_ttl {
	width: 94%;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #262626;
	font-size: 17px;
	margin-top: 3px
}
.req_div {
	width: 100%;
	margin-top: 20px;
	height: 40px;
}
.req_opt_div {
	width: 30%;
	min-width: 230px;
	height: 40px;
	float: left;
}
.alpha_div {
	width: 24px;
	height: 30px;
	padding-top: 10px;
	padding-left: 16px;
	background-color: #3392a8;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
.req_opt {
	width: auto;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1a5e89;
	height: 30px;
	padding-top: 10px;
	float: left
}
.req_opt_div:hover .req_opt {
	color: #ffa23e;
}
.req_opt_div:hover .alpha_div {
	background-color: #ffa23e;
}
.req_div_anim1 {
	animation-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.req_div_anim2 {
	animation-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}
.req_div_anim3 {
	animation-delay: 1.1s;
	-moz-transition-delay: 1.1s;
	-o-transition-delay: 1.1s;
	-webkit-animation-delay: 1.1s;
}
.req_div_anim4 {
	animation-delay: 1.4s;
	-moz-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
	-webkit-animation-delay: 1.4s;
}
.req_div_anim5 {
	animation-delay: 1.7s;
	-moz-transition-delay: 1.7s;
	-o-transition-delay: 1.7s;
	-webkit-animation-delay: 1.7s;
}
.deposit_cont_div {
	width: 100%;
	margin-top: 20px;
	height: auto;
}
.depo_tbl {
	margin-left: 120px;
	margin-top: 25px;
	border: 1px solid #000;
}
.depo_tbl_ttl1 {
	border: 1px solid #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 250px;
	background-color: #f7f7f7
}
.depo_tbl_ttl2 {
	border: 1px solid #000;
	width: 168px;
	background-color: #f7f7f7
}
.depo_tr {
	border: 1px solid #000;
}
/*-------------------------------------End all Services page-------------------------------------------*/
/*-------------------------------------news & event page-------------------------------------------*/

.news_div {
	width: 100%;
	margin-top: 20px;
	height: 180px;
}
.pdf_file_div {
	width: 30%;
	min-width: 230px;
	height: 180px;
	float: left;
}
.pdficondiv {
	width: auto;
	height: auto;
	text-align: center
}
.pdf_name {
	width: 100%;
	min-width: 230px;
	height: 25px;
	text-align: center;
	font-family: seroptfont, Arial, Helvetica, sans-serif;
	color: #234c97;
	font-size: 16px;
	padding-top: 15px
}
.career_div {
	width: 205px;
	height: auto;
	font-family: seroptfont, Arial, Helvetica, sans-serif;
	background-color: #1d859e;
	color: white;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: 10px
}
.careers_ablt {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	margin-left: 25px;
	padding: 10px;
	text-align: center;
}
.crr_ani_late1 {
	animation-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.crr_ani_late2 {
	animation-delay: 1.5s;
	-moz-transition-delay: 1.5s;
	-o-transition-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}
.crr_ani_late3 {
	animation-delay: 2.5s;
	-moz-transition-delay: 2.5s;
	-o-transition-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
/*------------------------------------- end news & event page -------------------------------------------*/

.int_tr {
	background: white;
	transition-duration: 0.4s;
}
.int_tr:hover {
	background: #3797ad;
	color: white;
}
.int_tr2 {
	background: white;
	transition-duration: 0.4s;
}
.int_tr2:hover {
	background: #f7f7f7;
}
.int_tr3 {
	background: white;
	transition-duration: 0.4s;
}
.int_tr3:hover {
	background: #e6e6e6;
}
/*------------------------------------------our network page------------------------*/

.main_br_div {
	width: 320px;
	margin-left: 215px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	background-color: #2d3a56;
}
.br_title_div {
	width: 300px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	background-color: #fff
}
.br_image_div {
	width: 300px;
	margin-top: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff
}
.br_add_div {
	width: 300px;
	margin-top: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
.othr_br_main_div {
	width: 220px;
	margin-left: 21px;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	background-color: #2d3a56
}
.othr_br_main_div_footer {
	width: 220px;
	margin-left: 262px;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	background-color: #2d3a56
}
.othr_br_title_div {
	width: 200px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	background-color: #fff;
}
.othr_br_image_div {
	width: 200px;
	margin-top: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
.othr_add_div {
	width: 218px;
	margin-top: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff
}

/*--------------- scheme page style ------------------*/ 
.scheme_title {

margin-top:15px; width:400px; height:30px; padding-top:15px; background-color:#4384d5; color:white;
border:4px solid rgba(0,0,0,0.3)

}

.scheme_title:hover {
	background-color:#0C233A;
	border:4px solid rgba rgba(255,255,255,0.3)
}

.table-1 {
    border-bottom:5px solid #072540;
    float:left;
    font-family:'Roboto';
    font-size:14px;
    font-weight:normal;
    margin-bottom:30px;
    width:100%;
}
.table-1 th, .table-1 td {
    border-bottom:1px solid #EEEEEE;
}
.table-1 th {
    background:none repeat scroll 0 0 #072540;
    color:#FFFFFF;
    padding:10px 5px;
    text-align:center;
    text-transform:capitalize;
}
.table-1 td {
    padding:5px;
    text-align:center;
}
/*.table-1 tr:hover {
    background:none repeat scroll 0 0 #FFF9D4;
}*/

.list-2 {
    float:left;
    margin-bottom:15px;
   
    padding-left:15px;
    width:985px;
}
.list-2 li {
    display:list-item;
    float:left;
    font-size:14px;
    line-height:25px;
    list-style:square outside none;
    margin:3px 0;
    width:100%;
}

/*-------------------------Branch------------------------*/
.table-2 {
    border-bottom:5px solid #072540;
    float:left;
    font-family:'Roboto';
    font-size:14px;
    font-weight:normal;
    margin-bottom:30px;
    width:100%;
}

.table-2 th, .table-2 td {
    border-bottom:1px solid #EEEEEE;
}
.table-2 th {
    background:none repeat scroll 0 0 #072540;
    color:#FFFFFF;
    padding:10px 5px;
    text-align:left;
    text-transform:capitalize;
}
.table-2 td {
    padding:5px;
    text-align:left;
}
.table-2 tr:hover {
    background:none repeat scroll 0 0 #FFF9D4;
}

/*------------------contact page----------------*/
.grid-10 {
    float:left;
    margin-right:20px;
    overflow:hidden;
    width:320px;
}

#grid-11 {
    float:left;
    overflow:hidden;
    width:250px;
}
#grid-11 h3 {
    background:none;
    color:#1a5e89;
    float:left;
    font-size:15px;
    margin:0 0 5px;
    overflow:hidden;
    padding:0;
    text-transform:capitalize;
    width:100%;
}
#grid-12 {
    float:right;
    overflow:hidden;
    width:345px;
}
#grid-12 h3 {
    background:none;
    color:#CF0000;
    float:left;
    font-size:14px;
    margin-bottom:15px;
    overflow:hidden;
    padding:0;
    text-transform:capitalize;
    width:100%;
	color:#141414;
}
#grid-12 h4 {
    float:left;
    font-size:13px;
    margin-bottom:5px;
    padding:5px 0;
    width:100px;
}
#grid-12 input[type="text"] {
    border:1px solid #DDDDDD;
    float:left;
    margin-bottom:5px;
    padding:5px;
    width:233px;
}
#grid-12 textarea {
    border:1px solid #DDDDDD;
    float:left;
    margin-bottom:5px;
    padding:5px;
    width:233px;
}
#grid-12 input[type="submit"] {
    background:#A01A00;
    border:0 none;
    color:#FFFFFF;
    cursor:pointer;
    float:left;
    font-family:"Roboto";
    font-size:13px;
    margin-left:100px;
    padding:5px 22px;
}
#grid-12 input[type="submit"]:hover {
    background:#141414;
    color:#FFFFFF;
}

.error-1 {
    background:#FFE5E5;
    border:1px solid #FFCACA;
    color:#FF0000;
    float:left;
    margin-bottom:5px;
    margin-left:100px;
    padding:6px 0;
    text-align:center;
    text-transform:capitalize;
    width:243px;
}

.sub_btn {
	width:210px; float:left; margin-left:102px; text-align:center; padding:16px; background:#06C; color:white
}

.sub_btn:hover {
	background:#036;
}


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index:9999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/*------------Career page new changes  -----*/

.career-link {
	position: relative;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	transition: color 0.3s ease;
}


.career-link .new-badge {
	position: absolute;
	top: 2px;
	right:0px;
	background-color: #ff4500;
	color: white;
	font-size: 10px;
	padding: 2px 5px;
	border-radius: 10px;
	animation: pulse 1.5s infinite;
}


@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 0.7;
	}
	50% {
		transform: scale(1.1);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0.7;
	}
}


.career-link:hover {
	color: #0066cc;
}
