@charset "utf-8";
/* CSS Document AGNIS CUSTOM STYLES*/
.plusicon:after {
    content: "+";        
}
.percentageicon:after {
    content: "%";        
}
.agnis-list1{		
}
ol.agnis-list1{
	list-style-position: inside;
	margin: 0px 0px 0px;
	padding: 0px 0px;
}
 ol.agnis-list1 li{
	padding: 10px 0px 0px;
	list-style-type: lower-alpha;
}
.cd-hero {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-hero-slider {
  position: relative;
  height: 360px;
  overflow: hidden;
}
.cd-hero-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-hero-slider li.selected {
  /* this is the visible slide */
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-hero-slider li.move-left {
  /* slide hidden on the left */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.cd-hero-slider li.is-moving, .cd-hero-slider li.selected {
  /* the is-moving class is assigned to the slide which is moving outside the viewport */
  -webkit-transition: -webkit-transform 0.8s;
  -moz-transition: -moz-transform 0.8s;
  transition: transform 0.8s;
}
@media only screen and (min-width: 768px) {
  .cd-hero-slider {
    height: 500px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-hero-slider {
    height: 800px;
  }
}	
	
.cd-hero-slider h1,
.cd-hero-slider h2,
.cd-hero-slider h3,
.cd-hero-slider h4, 
.cd-hero-slider p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  margin: 0 auto 14px;
  color: #ffffff;
  width: 100%;
  max-width: 50%;
}
	
.ulockd_bgih2 {  
  background-attachment: scroll;
  background-image: url("https://goultimus.in/images/slider/ultimus-home-slider-02.jpg");
  background-position: center top;
  background-repeat: no-repeat;
/*  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}	
	
	
@media only screen and (min-width: 1366px) {
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    padding-top: 320px;
  }
}	
		
.cd-hero-slider h1 {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  font-weight: bold;
}
.cd-hero-slider h4 {
  font-size: 1.2rem;
	color: #FFF;
}	
.pt-10 {
	padding-top: 10px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-40 {
	padding-top: 40px;
}
.font-18 {
	font-size: 18px;
}
.font-28 {
	font-size: 28px;
}
.font-38 {
	font-size: 38px;
}
.font-weight-light {
	font-weight: 400;
}
/* agnis-list-15 start */
.agnis-list-15 {
	border: 1px solid #C0C0C0;
	background-color: white;
	border-bottom-width: 0;
	width: auto;
}
.agnis-list-15 ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.agnis-list-15 a {
	font-size: 16px;
	padding: 8px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
}
.agnis-list-15 a:before {
	font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	padding: 0px 5px;
}
.agnis-list-15 a:visited {
	color: #595959;
}
.agnis-list-15 a:hover {
	background-color: #EEE;
	color: black;
}
.agnis-list-15 h3 {
	font-size: 22px;
	margin: 0px;
	padding: 7px 10px;
	background: #CF2F33;
	font-weight: 500;
	color: #fff;
}

.agnis-list-11 li {
	font-weight: normal;
	padding: 10px 5px 15px 35px;
	color: #333;
	list-style: none;
	font-size: 15px;
	border-bottom: dashed 1px #CF2124;
	line-height: 20px;
	background: url("https://goultimus.in/images/arrow-1.png") no-repeat 9px 13px ;
}

.ulockd-faq-content .panel .panel-title a i, .ulockd-faq-box .panel .panel-title a i {
    background-color: #dc2a0b;
	color:#ffffff;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    width: 50px;
}
.ulockd-faq-content .panel-default > .panel-heading {
    background-color: #7e7e7e !important;
}
.mt-0 {
	margin-top: 0px;
}


.cd-hero2 {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-hero2-slider {
  position: relative;
  height:auto;
  overflow: hidden;
}
.cd-hero2-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-hero2-slider li.selected {
  /* this is the visible slide */
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-hero2-slider li.move-left {
  /* slide hidden on the left */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.cd-hero2-slider li.is-moving, .cd-hero-slider li.selected {
  /* the is-moving class is assigned to the slide which is moving outside the viewport */
  -webkit-transition: -webkit-transform 0.8s;
  -moz-transition: -moz-transform 0.8s;
  transition: transform 0.8s;
}

@media only screen and (min-width: 1170px) {
  .cd-hero2-slider {
    height: auto;
  }
}	
	
.cd-hero2-slider h1,
.cd-hero2-slider h2,
.cd-hero2-slider h3,
.cd-hero2-slider h4, 
.cd-hero2-slider p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  margin: 0 auto 14px;
  color: #ffffff;
  width: 100%;
  max-width: 95%;
  padding-left: 10px;	
  padding-right: 10px;	
}
	
	
@media only screen and (min-width: 1366px) {
  .cd-hero2-slider .cd-full-width,
  .cd-hero2-slider .cd-half-width {
    padding-top: 30px;
	text-align: right; 
	padding-bottom: 7%;  
  }
}	

.cd-hero2-slider h1 {
  color: #F5AE18;
  font-family: 'Open Sans', sans-serif;
  font-size: 50px;
  font-weight: bold;
}

.cd-hero2 h1 {
  text-align: right;
  padding: 12% 35px 0px 0px;
  margin: 0px;
  color: #F5AE18;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: bold;
}

.cd-hero2-slider h2 {
  font-size: 34px;
	color: #FFF;
	line-height: 34px;
	text-align: right; 
}	

.pb-10 {
	padding-bottom: 10px;
}
.font-20 {
	font-size: 20px;
}

a:hover {
   /* color: #dc2a0b;*/
    text-decoration: none;
    outline: none;
}

.border-1-light {
	border: #B0B0B0 solid 1px;
}

.contact-details {
    margin-top: 0px;
}

.form-control {
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
.cd-hero2-slider {
    height: auto;
  }
  .cd-hero2-slider .cd-full-width,
  .cd-hero2-slider .cd-half-width {
    padding-top: 40px;
	padding-bottom: 7%; 
	text-align: right;   
  }
	
.cd-hero2-slider h2 {
	padding-right: 34px;
}	
	.sm-pull-left {
		float: left;
		
	}	
	
	.xs-pl-30 {
		padding-left: 60px;
		display:inline-block;
	}
}	

.bg-gray {
	background-color:#ECECEC;
}