@import url('https://fonts.googleapis.com/css?family=Roboto');

body{
	width:100%;
	font-family:Arial Verdana;

	margin:0px auto;
	background:#fff;
}
p{
	color:#000;
	font-size:16px;
}
h1{
	font-size:24px;
}
h2{
	font-size:26px;
}
h3{
	font-size:24px;
}
h4{
	font-size:22px;
}
h5{
	font-size:18px;
}
h6{
	font-size:16px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ccc;
}
::selection{
	background:#09f;
	color:#fff;
}
header{
	background: #000428;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #004e92, #000428);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #004e92, #000428); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.logo{
	margin:10px auto;
}
.header-right{
	float:right;
	margin-top:3px;
	margin-right:20px;
}
.right{
	float:right;
}
.strip{
	    width: 100%;
    padding: 10px 40px;
    color: #fff;
    top: 0px;
    height: auto;
    background: #328cda;
    position: absolute;
    z-index: 999;
    margin: -36px auto;
}
nav {
	position:absolute;
	top:50px;
	left:0;
	right:0px;
	width:100%
	z-index:9999;
}
.sticky {
	width: 100%;
	position: fixed;
	top: 30px;
	left: 0;
	right: 0;
	padding:0;
	z-index: 1;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.120);
	background:url(../images/nav-banner.png) no-repeat;
	background-size:cover;
}
.nav-list{
	float:right;
}
.nav-list ul{
	list-style:none;
}
.clear-fix{
	clear:both;
}
.nav-list ul li{
	float:left;
}
.nav-list ul li a{
	display: block;
    padding: 20px 18px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.6s;
}
.sticky ul li a{
	display:block;
	padding:20px 18px;
	color:#022169;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
	transition:0.6s;
}
.nav-list ul li a:hover{
	color:022169;
	transition:0.6s;
}
.nav-list ul li a::after{
	content:'';
	display:block;	
	width:0;
	height:2px;
	background:#022169;
	transition:0.5s;
}
.nav-list ul li a:hover::after{
	width:25px;
	transition:0.5s;
	margin-left:0px;
}
.nav-list ul li.active a {
	color: 0f6d02;
}
.nav-list ul li.active a:after {
	width: 20px;
}
.nav-list ul li:hover ul{
	display:inline-block;
	visibility:visible;
}
.nav-list ul li ul{
	list-style:none;
	display:none;
	position:absolute;
	z-index:999;
	top: 40px;
}
.nav-list ul li ul li{
	position:relative;
	float:none;
	top:10px;
	left:-30px;
}
.nav-list ul li ul li a{
	color: #000;
    padding: 6px 15px;
    letter-spacing: 0px!important;
    display: block;
    width: 300px;
    font-weight: bold;
    background: #fff;
    border-bottom: 1px solid #000;
	font-family: calibri;
}
.nav-list ul li ul li a:hover{
	color:#fff;
	background:#bf0606;
}
.nav-list ul li ul li a::after{
	background:none;
}
.nav-list-1 ul{
	list-style:none;
}
.nav-list-1 ul li{
	float:left;
}
.nav-list-1 ul li a{
	display: block;
    padding: 8px 15px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.6s;
}
.sticky ul li a{
	display:block;
	padding:30px 18px;
	color:#022169;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
	transition:0.6s;
}
.nav-list-1 ul li a:hover{
	color:022169;
	transition:0.6s;
}
.header-right p{
    letter-spacing: 1px;
    color: #fff;
}
.header-left p{
	color:#fff;
	padding:0;
	margin-top:5px;
	font-size:16px;
}
.sub-nav{
	background:#000;
}
.sub-nav-left ul{
	list-style:none;
}
.sub-nav-left ul li{
	float:left;
}
.sub-nav-left ul li a{
	color:#fff;
	display:block;
	text-decoration:none;
	padding:0px 5px 8px 10px;
}
.sub-nav-right{
	float:right;
	width:290px;
	height:30px;
	background:#fff;
	margin:5px 10px;
	border-radius:5px;
}
.sub-nav-right input{
	width:80%;
	padding:5px 20px;
	border:none;
	margin-left:5px;
}
.sub-nav-right input:focus{
	outline:none;
}
.sub-nav-right button{
	background:#cc0000;
	border:#000;
	padding:3px 15px;
	color:#fff;
}
.sub-nav-right button:focus{
	outline:none;
}
.banner{
	width:100%;
	padding:85px 0 0 0;
}
.welcome{
	background:url(../images/laser.png) no-repeat;
	background-attachment:fixed;
	background-position:100%;
	padding:50px 0;
}
.welcome h3{
	color: #fff;
    text-transform: uppercase;
    padding: 10px 10px;
    display: inline-block;
    background: #318bd9;
}
.welcome p{
	color: #333;
    padding:10px 0px;
	line-height:22px;
	text-align:justify;
}
.list9 ul li{
	font-size: 15px;
    line-height: 36px;
}
.welcome-img{
	margin:0 auto;
}
.index-1{
	background: url(../images/bg-services.jpg);
	background-size:cover;
	background-attachment:fixed;
	padding:40px 0px;
	border-radius:8px;
	/* box-shadow:0 -30px 21px -16px #ccc inset; */
}
.index-1 h3{
	color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    padding: 10px 10px;
    display: table;
    background: #328cda;
}
.index-1-left ,.index-1-mid ,.index-1-right {
	border:2px solid #fbfbfb;;
	padding:10px 20px;
	margin:20px 0px;
}
.index-1-left h6,.index-1-mid h6,.index-1-right h6{
	text-align:center;
	margin:20px 0px;
}
.index-1-left h6 a,.index-1-mid h6 a,.index-1-right h6 a{
	font-size:12px;
	letter-spacing:1px;
	border:1px solid #ffffff;
	text-align:right;
	display:inline-block;
	padding:6px 15px;
	text-decoration:none;
	color:#fff;
	transition:0.5s;
}
.index-1-left h6 a:hover,.index-1-mid h6 a:hover,.index-1-right h6 a:hover{
	color: #fff;
    box-shadow: inset 0 100px 0 0 #bf0606;
    transition: 0.5s;
    border: 1px solid #bf0606;
}
.index-1-left h4,.index-1-mid h4,.index-1-right h4{
	color:#fff;
	text-transform:uppercase;
	text-align:center;
}
.index-1-left p,.index-1-mid p,.index-1-right p{
	color:#ddd;
	line-height:22px;
	text-align:center;
}
.index-1-img{
	width:75px;
	margin:20px auto;
}
.index-2{
	background:#f9f9f9;
	padding:40px 0px;
	margin:6px auto !important;
	border-radius:8px;
	box-shadow:0 35px 15px -24px #ccc inset;
}
.index-2-left h3{
	color:#cc0000;
	text-align:center;
	letter-spacing:1px;
	padding:40px 20px;
}
.index-2-left p{
	line-height:22px;
	text-align:justify;
	padding:10px 20px;
}
.index-2-left a{
	color:#000;
	letter-spacing:uppercase;
	border:1px solid #fff;
	padding:10px 20px;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	float:right;
	color:#fff;
	margin:20px 20px;
	letter-spacing:1px;
	margin-right:20px;
background: #fc5353; /* Old browsers */
background: -moz-linear-gradient(top, #fc5353 0%, #aa0000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fc5353 0%,#aa0000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fc5353 0%,#aa0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5353', endColorstr='#aa0000',GradientType=0 ); /* IE6-9 */
}
.index-2-left a:hover{
background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}
.index-2-right h3{
	color:#cc0000;
	text-align:center;
	letter-spacing:1px;
	padding:40px 20px;
}
.index-2-right p{
	line-height:22px;
	text-align:justify;
	padding:10px 20px;
}
.index-2-right a{
	color:#000;
	letter-spacing:uppercase;
	border:1px solid #fff;
	padding:10px 20px;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	float:right;
	color:#fff;
	margin:20px 20px;
	letter-spacing:1px;
	margin-right:20px;
background: #fc5353; /* Old browsers */
background: -moz-linear-gradient(top, #fc5353 0%, #aa0000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fc5353 0%,#aa0000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fc5353 0%,#aa0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5353', endColorstr='#aa0000',GradientType=0 ); /* IE6-9 */
}
.index-2-right a:hover{
background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}
.effect{
	box-shadow:0px 1px 15px 5px #ccc;
}
.index-3{
	background: url(../images/imac.jpg) no-repeat;
    background-position: 100%;
    background-attachment: fixed;
	padding:20px 0px;
}
.index-3-left h3{
	color: #00014c;
	text-transform:uppercase;
	padding:10px 10px;
}
.index-3-left p{
	color:#333;
	font-size:18px;
	text-transform:uppercase;
	padding:10px 10px;
}
.index-3-left h6{
	margin-left:10px;
	margin-top:20px;
}

.index-3-left h6 a{
	color:#000;
	padding:10px 30px;
	border:1px solid #bf0606;
	text-decoration:none;
	transition:0.5s;
}
.index-3-left h6 a:hover{
	color:#fff;
	background:#bf0606;
	border:1px solid #bf0606;
	transition:0.5s;
}

.progress{
	height:35px;
}
.progress p{
	color:#fff;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:0px 30px;
}
.training-top{
	width:100%;
	height:90px;
	background:none;
	margin:15px 0px;
	border:1px solid #000;
	transition:0.6s;
	z-index:-1;
}
.training-top p{
	color:#000;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:18px;
	text-align:center;
	padding-top:26px;
}
.training-top p:hover,.training-top:hover{
	color:#fff!important;
	box-shadow:inset 0 0 0 100px  #cc0000;
	transition:0.6s;
}
.index-4{
     background:#318bd9; 
	background-size:cover;
	background-position:100%;
	background-attachment:fixed;
	padding:0;
	/* border-radius:8px; */
	/* box-shadow:0 35px 15px -24px #ccc inset; */
}
.index-4-left h3{
	color: #ffffff;
	letter-spacing:1px;
}
.index-4-left p{
	color:#ddd;
	line-height:22px;
	text-align:justify;
	padding:5px 15px 0 0;
}
.index-4-right h3{
	color: #ffffff;
	letter-spacing:1px;
	padding:0px 18px;
}
.index-4-right p{
	color:#ddd;
	line-height:22px;
	padding:10px 20px;
}
.index-4-right ul{
	list-style:none;
}
.index-4-right ul li{
	float:none;
}
.index-4-right ul li a{
	color:#bbb;
	display:block;
	margin-left:22px;
	text-decoration:none;
	text-transform:uppercase;
	padding:3px 0;
	transition:0.5s;
}
.index-4-right ul li a:hover{
	color:#fff;
	padding-left:8px;
	transition:0.5s;
}

/* .index-4-nav ul{ */
	/* list-style:none; */
/* } */
/* .index-4-nav ul li{ */
	/* float:left; */
/* }.index-4-nav ul li a{ */
	/* color:#fff; */
	/* display:block; */
	/* padding:5px 10px; */
	/* text-decoration:none; */
/* } */
/* .index-4-nav ul li a:hover{ */
	/* color:#cc0000; */
/* } */


footer{
	background:#000;
}
footer p{
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
	padding: 15px 0;
}
.ratnis-img{
	width:100%;
	margin:0 auto;
}
.about-page{
	padding:25px 0 0 0;
    width: 100%;
   
    background: url(../images/whyratnis.jpg) no-repeat;
    background-size: cover;
}
.about-page{
	padding:40px 0;
	background:#fff;
}
.about-page p{
	color:#000;
	line-height:22px;
	padding:20px 0;
	text-align:justify;
}
.about-page-img{
	width:300px;
	margin:0px auto;
}
.about-1{
	background:#fff;
	padding:0px 0;
}
.about-1 p{
	color:#333;
	padding:0px 0 5px 10px;
}
.ratnis-page{
	padding:40px 0px!important;
	background:#f9f9f9;
}
.ratnis-page p{
	color:#000;
	line-height:22px;
	padding:5px 20px;
	text-align:justify;
}
.ratnis-otp{
	padding:30px 0px;
	background:#f1f1f1;
}
.ratnis-otp h5{
	text-transform:uppercase;
	color:#09c;
	padding:0px 30px;
}
.ratnis-otp label{
	color:#000;
	padding:0 30px;
}
.ratnis-otp input{
	height:35px;
	width:50%;
	padding:0px 10px;
	margin-left:30px;
}
.ratnis-otp input:focus{
	outline:none;
}
.example{
	padding:0px 30px;
}
.about-1 p{
	color:#000;
	line-height:36px;
	padding:5px 20px;
	text-align:justify;
}
.mission{
	background:#f9f9f9;
	padding:30px 0px!important;
}
.mission1{
	background:#f9f9f9;
	padding:5px 0px!important;
}
.mission-left h3,.mission-mid h3{
	color: #fff;
    background: #328cda;
    letter-spacing: 1px;
    display: inline-block;
    padding: 3px;
}
.mission-left p,.mission-mid p{
	color:#000;
	line-height:22px;
	padding:5px 0;
	text-align:justify;
}
.mission-right h3{
	color:#000;
	font-size:22px;
	padding-left:8px;
}
.mission-right ul{
	list-style:none;
}
.mission-right ul li{
	float:none;
}
.mission-right ul li a{
	color:#ddd;
	display:block;
	padding:4px 10px;
	background:#1a26b9;
	margin-left:8px;
	margin-top:1px;
	text-decoration:none;
	transition:0.5s;
}
.mission-right ul li a:hover{
	color:#FFF;
	padding-left:8px;
	transition:0.5s;
}
.mission-bottom{
	padding:10px 0;
}
.mission-bottom h3{
	color: #fff;
    display: inline-block;
    letter-spacing: 1px;
    margin-left: 0px;
    padding: 3px;
    background: #328cda;
}
.mission-bottom p{
	color:#000;
	line-height:22px;
	padding:5px 15px;
	text-align:justify;
}
.SERVICES-bot h4 {
    color: #fff;
    background: #bf0606;
    display: inline-block;
    padding: 3px;
    font-size: 22px;
}
.service-head{
	text-align:left;
	color:#000;
}
.SERVICES-page{
	background:#fff;
	padding:40px 0px!important;
}
.SERVICES-left h4{
    color: #fff;
    background: #bf0606;
    display: inline-block;
    padding: 3px;
    font-size: 22px;
}

.SERVICES-left h4{
	color: #ffffff;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:5px 30px;
}

.SERVICES-bot h4{
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:5px 20px;
	margin:18px;
}
.SERVICES-page h4{
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
}
.SERVICES-page h3{
	color: #ffffff;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
}
.SERVICES-1 p{
	color:#333;
	font-size:14px;
	padding:20px 30px;
	text-align:justify;
	line-height:22px;
}
.SERVICES-1-left p{
	color:#333;
	line-height:22px;
	padding:10px 0;
}
.low-left h3,.low-right h3{
	color:#cc0000;
	font-size:20px;
	text-align: left;
	letter-spacing:1px;
}
.low-left p,.low-right p{
	color:#000;
	line-height:22px;
	padding:0 10px 0 0;
	text-align:justify;
}
.SERVICES-bot{
	background:#f9f9f9;
	padding:10px 0;
}
.SERVICES-bot p{
	color:#000;
	line-height:22px;
	padding:1px 20px;
	text-align:justify;
}
.SERVICES-1{
	background:#fff;
	padding:0;
}

.SERVICES-img{
	width:100%;
	margin:0px auto;
}
.SERVICES-para{
	background:#f9f9f9;
	padding:40px 0px;
}
.SERVICES-para p{
	color:#333;
	letter-spacing:1px;
	font-size:14px;
	padding:10px 40px;
	text-align:justify;
	line-height:22px;
}
.SERVICES-1-left h3{
    color: #fff;
    background: #bf0606;
    display: inline-block;
    padding: 3px;
    font-size: 22px;
}

.SERVICES-1-page{
	padding:30px 0;
}
.SERVICES-1-left{
	padding:10px 0;
}
.SERVICES-1-page h4{
	color: #ffffff;
	font-size:28px;
	text-align:center;
}
.SERVICES-1-left p{
	color:#333;
	line-height:22px;
	text-align:justify;
}
.SERVICES-1-bottom{
	padding:10px 0;
	background:#f9f9f9;
}
.SERVICES-bot-right p{
	color:#333;
	line-height:22px;
	text-align:justify;
}

.SERVICES-2-page{
	background:#fff;
	padding:40px 0;
}
.SERVICES-2-page h4{
	color: #ffffff;
	font-size:28px;
	text-align:center;
}
.SERVICES-2-left p{
	color:#333;
	line-height:22px;
	text-align:justify;
}
.SERVICES-2-left{
	padding:10px 0;
}
.SERVICES-2-left h3{
    color: #fff;
    background: #bf0606;
    padding: 3px;
    display: inline-block;
    font-size: 22px;
}
.SERVICES-2-bottom{
	background:#f9f9f9;
	padding:10px 0;
}
.SERVICES-bot-left{
	margin:0px auto;
}
.SERVICES-2-bottom h3{
	color: #fff;
    background: #bf0606;
    padding: 3px ;
	margin-left:30px;
    display: inline-block;
    font-size: 22px;
}
.SERVICES-bot-left-img{
	margin:0px auto;
}

.SERVICES-3-page{
	background:#fff;
	padding:40px 0;
}
.SERVICES-3-page h4{
	color: #ffffff;
	font-size:28px;
	text-align:center;
}
.SERVICES-3-left p{
	color:#333;
	line-height:22px;
	text-align:justify;
}
.SERVICES-3-left{
	padding:10px 0;
}
.SERVICES-3-left h3{
    color: #fff;
    background: #bf0606;
    padding: 3px 10px;
    font-size: 22px;
    display: inline-block;
}
.SERVICES-3-bottom{
	background:#f9f9f9;
	padding:10px 0;
}
.SERVICES-3-bottom h3{
	color: #fff;
    background: #bf0606;
    padding: 3px;
    font-size: 22px;
	margin-left:30px;
    display: inline-block;
}

.SERVICES-4-page{
	background:#fff;
	padding:40px 0;
}
.SERVICES-4-page h4{
	color: #ffffff;
	font-size:28px;
	text-align:center;
}
.SERVICES-4-left p{
	color:#333;
	line-height:22px;
	text-align:justify;
}
.SERVICES-4-left{
	padding:10px 0;
}
.SERVICES-4-left h3{
    color: #fff;
    background: #bf0606;
    display: inline-block;
    padding: 3px;
    font-size: 22px;
}
.SERVICES-4-bottom{
	background:#f9f9f9;
	padding:10px 0;
}
.SERVICES-4-bottom h3{
	color: #ffffff;
    font-size: 22px;
	padding-left:28px;
}

.SERVICES-5-page{
	background:#fff;
	padding:40px 0;
}
.SERVICES-5-page h4{
	color: #ffffff;
	font-size:28px;
	text-align:center;
}
.SERVICES-5-left p{
	color:#333;
	line-height:22px;
	text-align:justify;
}
.SERVICES-5-left{
	padding:10px 0;
}
.SERVICES-5-left h3{
    color: #fff;
    background: #bf0606;
    display: inline-block;
    padding: 3px;
    font-size: 22px;
}
.SERVICES-5-bottom{
	background:#f9f9f9;
	padding:10px 0;
}
.SERVICES-5-bottom h3{
	color: #ffffff;
    font-size: 22px;
	padding-left:28px;
}
.SERVICES-5-bot-left-img{
	margin:0px auto;
}


.SERVICES-6-page{
	background:#fff;
	padding:40px 0;
}
.SERVICES-6-page h4{
	color: #ffffff;
	font-size:28px;
	text-align:center;
}
.SERVICES-6-left p{
	color:#333;
	line-height:22px;
	text-align:justify;
}
.SERVICES-6-left{
	padding:10px 0;
}
.SERVICES-6-left h3{
    color: #fff;
    background: #bf0606;
    display: inline-block;
    padding: 3px;
    font-size: 22px;
}
.SERVICES-6-bottom{
	background:#f9f9f9;
	padding:10px 0;
}
.SERVICES-6-bottom h3{
	color: #ffffff;
    font-size: 22px;
	padding-left:28px;
}
.SERVICES-6-bot-left-img{
	margin:8px auto;
}

.SERVICES-7-page{
	background:#fff;
	padding:40px 0;
}
.SERVICES-7-page h4{
	color: #ffffff;
	font-size:28px;
	text-align:center;
}
.SERVICES-7-left h4{
	color: #fff;
    background: #bf0606;
    display: inline-block;
    padding: 3px;
    font-size: 22px;
}
.SERVICES-7-left p{
	color:#333;
	line-height:22px;
	text-align:justify;
}
.SERVICES-7-left{
	padding:10px 0;
}
.SERVICES-7-1-bottom h3,.SERVICES-7-2-bottom h3,.SERVICES-7-bottom h3{
    color: #fff;
    background: #bf0606;
    display: inline-block;
    padding: 3px;
    font-size: 22px;
}
.SERVICES-7-bottom{
	background: url(../images/it.jpg);
    background-size: cover;
    background-position: 100%;
    background-attachment: fixed;
	padding:10px 0;
}
.SERVICES-7-1-bottom{
	background:#fff;
	padding:10px 0;
}
.SERVICES-7-2-bottom{
	background:#f1f1f1;
	padding:10px 0;
}
.SERVICES-7-1-bottom h3{
	color: #fff;
    background: #bf0606;
    display: inline-block;
    padding: 3px;
	margin-left:30px;
    font-size: 22px;
}
.SERVICES-7-bot-left-img{
	margin:10% auto;
}
.SERVICES-7-1-bot-left-img{
	margin:4% auto;
}
.SERVICES-7-2-bot-left-img{
	margin:15% auto!important;
}

.mission-right h2{
	color: #000;
    font-size: 22px;
    padding-left: 8px;
}
.contact-page{
	padding:40px 0px!important;
	background:#f9f9f9;
}
.contact-page p{ 
	line-height:22px;
	padding:0;
	letter-spacing:1px;
}
.ratnis-form{
	padding:10px 0px;
}
.ratnis-form input{
	height:35px;
	width:100%;
	padding:10px 10px;
}
.ratnis-form input:focus{
	outline:none;
}
.ratnis-form label{
	color:#000;
	text-transform:uppercase;
	letter-spacing:1px;
}
.ratnis-form textarea{
	width:100%;
	padding:0px 10px;
}
.ratnis-form textarea:focus{
	outline:none;
}
.ratnis-form button:focus{
	outline:none;
}
.ratnis-form button{
	padding:8px 25px;
	float:right;
	letter-spacing:1px;
	border:1px solid #bf0606;
	margin-right:2px;
	background:none;
	color: #ffffff;
	transition:0.5s;
}
.ratnis-form button:hover{
	color:#fff;
	transition:0.5s;
	box-shadow:inset 0px 100px 0 0 #bf0606;
}
.career-page{
	background:#f9f9f9;
	padding:40px 0px!important;
}
.career-form-1{
	padding:10px 0px;
}
.career-form-1 label{
	color:#000;
	text-transform:uppercase;
	letter-spacing:1px;
}
.career-form-1 input:focus{
	outline:none;
}
.career-form-1 input{
	width:100%;
	height:35px;
	padding:0px 10px;
}
.career-form-1 button:focus{
	outline:none;
}
.career-form-1 button{
	padding:8px 25px;
	letter-spacing:1px;
	border:1px solid #000;
	margin-right:2px;
	background:#0a195c;
	color:#fff;
	transition:0.5s;
	float:right;
}
.career-form-1 button:hover{
	color:#fff;
	transition:0.5s;
	box-shadow:inset 0px 100px 0 0 #000;
}
.career-form-1 select{
	width:100%;
	height:35px;
}
.career-form-1 select:focus{
	outline:none;
}
.careers-right{
	padding:10px 0px;
}
.careers-right h3{
	text-transform: uppercase;
    color: #cc0000;
    font-size: 18px;
    padding: 0px 0px;
}
.career-img{
	padding:10px 0px;
}
.career-img p{
	letter-spacing:1px;
	padding:10px 0px;
}
.career-right{
	margin:30px auto;
}
.container{
	width:1170px;
	margin:0px auto;
	padding:0;
}
.address{
	padding:10px 0px;
}
.address h5{
	color: #ffffff;
	letter-spacing:1px;
}
.address p{
	color:#000;
	line-height:22px;
}
.e-mail p,.mobile p{
	font-size:#14px;
}
.present{
	color:#333;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
}
@media (max-width: 1169px){
	.container{
		width:auto;
	}
	.strip {
    width: 100%;
    padding: 36px 0 0 40px;
    color: #fff;
    top: 0px;
    height: auto;
    text-align: center;
    line-height: 22px;
    background: #bd0a0a;
    position: absolute;
    z-index: 999;
    margin: -36px auto;
}
}
@media (max-width: 1169px){
	
.header-right p {
   line-height: 10px;
	color: #000;
	margin: 12px 3px 0 0;
}
.index-2-left,.index-2-right{
	margin:50px 0px;
	border-bottom:1px dashed #333;
}
.index-2-left a,.index-2-right a{
	float:none;
	margin:10px 20px;
}
.strip {
    width: 100%;
    padding: 36px 0 0 0;
    color: #fff;
    top: 0px;
    height: auto;
    line-height: 22px;
    background: #bd0a0a;
    position: absolute;
    z-index: 999;
    margin: -36px auto;
}



.slider-1 {
  max-width: 500px;
  height: 250px;
  margin: 40px auto;
  position: relative;
}
.slide1-1,.slide2-1,.slide3-1,.slide4-1,.slide5-1{
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide1-1 {
  background: url(../images/slide-1.jpg)no-repeat center;
      background-size: cover;
    animation:fade 10s infinite;
-webkit-animation:fade 10s infinite;

} 
.slide2-1 {
   background: url(../images/slide-2.jpg)no-repeat center;
      background-size: cover;
    animation:fade2 10s infinite;
-webkit-animation:fade2 10s infinite;
}
.slide3-1 {
   background: url(../images/slide-3.jpg)no-repeat center;
      background-size: cover;
    animation:fade3 10s infinite;
-webkit-animation:fade3 10s infinite;
}
.slide4-1 {
    background: url(../images/slide-4.jpg)no-repeat center;
      background-size: cover;
    animation:fade4 10s infinite;
-webkit-animation:fade4 10s infinite;
}
.slide5-1 {
    background: url(../images/slide-5.jpg)no-repeat center;
      background-size: cover;
    animation:fade5 10s infinite;
-webkit-animation:fade5 10s infinite;
}
@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 1}
  66.666% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}
@keyframes fade4
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1 }
  100% { opacity: 0}
}
@keyframes fade5
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 0}
}
.whyratins-banner{
	    padding: 150px 0 0 0;
    width: 100%;
    height: 300px;
    background: url(../images/services1.jpg) no-repeat;
    background-size: cover;
}
.whyratins-banner h3{
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
.whyratins-banner p{
	color: #ffffff;
	text-align:center;
}
.whyratins-banner p a{
	color: #ffffff;
	letter-spacing:1px;
	text-decoration:none;
}
.whyratins-banner p a:hover{
	text-decoration:underline;
}
.about-banner{
	padding:150px 0 0 0;
	width:100%;
	height:300px;
	background:url(../images/whyratnis.jpg) no-repeat;
	background-size:cover;
}
.about-banner h3{
	color:#fff;
	text-align:center;
	
	text-transform:uppercase;
}
.about-banner p{
	color: #ffffff;
	text-align:center;
}
.about-banner p a{
	color: #ffffff;
	letter-spacing:1px;
	text-decoration:none;
}
.about-banner p a:hover{
	text-decoration:underline;
}
.mission-banner{
	padding:150px 0 0 0;
	width:100%;
	height:300px;
	background:url(../images/vision.jpg) no-repeat;
	background-size:cover;
}
.mission-banner h3{
	color:#fff;
	text-align:center;
	
	text-transform:uppercase;
}
.mission-banner p{
	color: #ffffff;
	text-align:center;
}
.mission-banner p a{
	color: #ffffff;
	letter-spacing:1px;
	text-decoration:none;
}
.mission-banner p a:hover{
	text-decoration:underline;
}
.SERVICES-banner{
	padding:150px 0 0 0;
	width:100%;
	height:300px;
	background:url(../images/hardware1.jpg) no-repeat;
	background-size:cover;
}
.SERVICES-banner h3{
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
.SERVICES-banner p{
	color: #ffffff;
	text-align:center;
}
.SERVICES-banner p a{
	color: #ffffff;
	letter-spacing:1px;
	text-decoration:none;
}
.SERVICES-banner p a:hover{
	text-decoration:underline;
}
.SERVICES-1-banner{
	padding:150px 0 0 0;
	width:100%;
	height:300px;
	background:url(../images/networking1.jpg) no-repeat;
	background-size:cover;
}
.SERVICES-1-banner h3{
	color:#fff;
	text-align:center;
	
	text-transform:uppercase;
}
.SERVICES-1-banner p{
	color: #ffffff;
	text-align:center;
}
.SERVICES-1-banner p a{
	color: #ffffff;
	letter-spacing:1px;
	text-decoration:none;
}
.SERVICES-1-banner p a:hover{
	text-decoration:underline;
}
.SERVICES-2-banner{
	padding:150px 0 0 0;
	width:100%;
	height:300px;
	background:url(../images/installation.jpg) no-repeat;
	background-size:cover;
}
.SERVICES-2-banner h3{
	color:#fff;
	text-align:center;
	
	text-transform:uppercase;
}
.SERVICES-2-banner p{
	color: #ffffff;
	text-align:center;
}
.SERVICES-2-banner p a{
	color:#fbfbfb;
	letter-spacing:1px;
	text-decoration:none;
}
.SERVICES-2-banner p a:hover{
	text-decoration:underline;
}
.SERVICES-3-banner{
	padding:150px 0 0 0;
	width:100%;
	height:300px;
	background:url(../images/wifi1.jpg) no-repeat;
	background-size:cover;
}
.SERVICES-3-banner h3{
	color:#fff;
	text-align:center;
	
	text-transform:uppercase;
}
.SERVICES-3-banner p{
	color: #ffffff;
	text-align:center;
}
.SERVICES-3-banner p a{
	color: #ffffff;
	letter-spacing:1px;
	text-decoration:none;
}
.SERVICES-3-banner p a:hover{
	text-decoration:underline;
}
.SERVICES-4-banner{
	padding:150px 0 0 0;
	width:100%;
	height:300px;
	background:url(../images/cctv1.jpg) no-repeat;
	background-size:cover;
}
.SERVICES-4-banner h3{
	color:#fff;
	text-align:center;
	
	text-transform:uppercase;
}
.SERVICES-4-banner p{
	color: #ffffff;
	text-align:center;
}
.SERVICES-4-banner p a{
	color: #ffffff;
	letter-spacing:1px;
	text-decoration:none;
}
.SERVICES-4-banner p a:hover{
	text-decoration:underline;
}
.SERVICES-5-banner{
	padding:150px 0 0 0;
	width:100%;
	height:300px;
	background:url(../images/smarthome.jpg) no-repeat;
	background-size:cover;
}
.SERVICES-5-banner h3{
	color:#fff;
	text-align:center;
	
	text-transform:uppercase;
}
.SERVICES-5-banner p{
	color: #ffffff;
	text-align:center;
}
.SERVICES-5-banner p a{
	color: #ffffff;
	letter-spacing:1px;
	text-decoration:none;
}
.SERVICES-5-banner p a:hover{
	text-decoration:underline;
}
.SERVICES-6-banner{
	padding:150px 0 0 0;
	width:100%;
	height:300px;
	background:url(../images/audio1.jpg) no-repeat;
	background-size:cover;
}
.SERVICES-6-banner h3{
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
.SERVICES-6-banner p{
	color: #ffffff;
	text-align:center;
}
.SERVICES-6-banner p a{
	color: #ffffff;
	letter-spacing:1px;
	text-decoration:none;
}
.SERVICES-6-banner p a:hover{
	text-decoration:underline;
}
.SERVICES-7-banner{
	padding:150px 0 0 0;
	width:100%;
	height:300px;
	background:url(../images/telecom-1.jpg) no-repeat;
	background-size:cover;
}
.SERVICES-7-banner h3{
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
.SERVICES-7-banner p{
	color: #ffffff;
	text-align:center;
}
.SERVICES-7-banner p a{
	color: #ffffff;
	letter-spacing:1px;
	text-decoration:none;
}
.SERVICES-7-banner p a:hover{
	text-decoration:underline;
}
.career-banner{
	padding:150px 0 0 0;
	width:100%;
	height:300px;
	background:url(../images/career.jpg) no-repeat;
	background-size:cover;
}
.career-banner h3{
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
.career-banner p{
	color: #ffffff;
	text-align:center;
}
.career-banner p a{
	color: #ffffff;
	letter-spacing:1px;
	text-decoration:none;
}
.career-banner p a:hover{
	text-decoration:underline;
}
.contact-banner{
	padding:150px 0 0 0;
	width:100%;
	height:300px;
	background:url(../images/contact.jpg) no-repeat;
	background-size:cover;
}
.contact-banner h3{
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
.contact-banner p{
	color: #ffffff;
	text-align:center;
}
.contact-banner p a{
	color: #ffffff;
	letter-spacing:1px;
	text-decoration:none;
}
.contact-banner p a:hover{
	text-decoration:underline;
}
.mission-right ul{
	padding:0;
}
.logo-img{
	margin-top:10px!important;
}
.carousel-inner{
	height:500px!important;
}
@media (max-width: 480px){
	.banner{
		width:100%;
		
	}
	.carousel-inner{
	height:200px!important;
}
}
@media (max-width: 774px){
.logo-img {
    margin: 5px 0;
    line-height: 97px;
    width: 30%;
}
}
.logo-img{
	margin-top:10px!important;
}