@charset "utf-8";

@font-face
{
font-family:proxima nova;
src:url(../fonts/proxima-nova.ttf), url(../fonts/proxima-nova.eot), url(../fonts/proxima-nova.otf), url(../fonts/proxima-nova.woff); 	
}


body {
    font-family: proxima nova !important;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    font-weight: 500;
}

*:focus { outline:none;}

h3, h2 { font-family: proxima nova !important; }

.h4, h4 { font-weight: 600;}

img { width:100%; }
.bg {
    background: url('../images/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.bg-white { background-color: #fff; }
.bg-blue { background-color: rgb(60, 91, 155); }
.bg-red { background-color: #cd4231; }
.bg-dark { background-color: #022a39; }


.borderr0px { border-radius:0px; }

.small-font  { font-size: 0.7em; }

.pad0px {  padding: 0px;  }
.padt20px { padding-top: 20px; }
.padt40px { padding-top: 40px; }
.padb20px { padding-bottom: 20px; }
.padb40px { padding-bottom: 40px; }

.margint20px { margin-top: 20px }
.margint40px { margin-top: 40px }
.marginb80px { margin-bottom: 80px; }
.marginb10px { margin-bottom: 10px; }
.marginb5px { margin-bottom: 5px; }

.float-right { float: right; }

.fix { position: fixed; }

.font-white { color: #FFF; }
.font-dark { color: #022a39; }
.font-blue { color : #24afa9; }


.lineh25px { line-height: 25px; }

.big-h3 {
    color: #000;
    font-size: 2.3em;	
	line-height: 1.5;
    font-weight: 100;
	text-transform: initial;
}


.navbar {
	background-color:transparent;
	border:0px;
}

.menus>li {
    position: relative;
    display: block;
    float: left;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
	text-decoration:underline;
}

.divider { color: #FFF; }

.nav>li>a {
    position: relative;
    display: inline;
    padding: 15px;
    font-size: 1.1em;
    color: #333;
}
.nav>li>a:focus, .nav>li>a:hover,  .nav>li>a.active {
    text-decoration: none;
    background-color: transparent;
    border-bottom: 7px solid #1f458c;
}
.nav>li>a>img {
    max-width: 225px !important;
}



/* menu */
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    width: 50%;
}




/*home */

.toplink {
    background-color: #002e5b;
    color: #fff;
    padding: 10px 15px;
    font-size: 0.9em;
    word-spacing: 6px;
    background: url(../images/top-bg.png) center no-repeat;
    background-size: cover;
}
.toplink a {
    color: #fff;
    word-spacing: 0px;
}

.main-logo img {
    height: 100px;
    width: auto;
    padding-top: 30px;
}
.menus {
    float: none;
    display: inline-block;
	padding-top: 20px;
}
.toplink {
    background-color: #002e5b;
    color: #fff;
    padding: 10px 15px;
    font-size: 0.9em;
    word-spacing: 6px;
}

.navbar {
    margin-bottom: 3px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
}
.menuf {
    height: 65px;
    background-color: #ffffff;
    z-index: 10;
}
.fix {
    position: fixed;
    top: 0px;
    width: 100%;
	box-shadow: 1px 5px 5px rgba(55, 55, 55, 0.23);
    transition-duration: 0.5s;
}



/* header slider */
.slider .indicators .indicator-item {
  background-color: #666666;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.slider .indicators .indicator-item.active {
  background-color: #ffffff;
}
.slider {
  width: 100%;
  margin: 0 auto;
}
.slider .indicators {
  bottom: 60px;
  z-index: 100;
  /* text-align: left; */
}



.slider {
    position: relative;
    height: 500px;
    width: 100%;
}
.slider .slides {
    background-color: #9e9e9e;
    margin: 0;
    height: 550px;
}
.slider .slides img{
	background-size:cover;
	background-repeat:no-repeat;
	height: 500px;
}
.slider .slides li {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: inherit;
    overflow: hidden;
}
ul li {
    list-style-type: none;
}


.slider .slides li .caption {
    color: #333;
    position: absolute;
    top: 15%;
    left: 10%;
    width: initial;
    opacity: 0;
	/*background-color: rgba(255, 255, 255, 0.8);*/
    padding: 20px;
}
.right-align {
    text-align: right;
}
.slider .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0;
}
.slider .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin: 0 7px;
    background-color: #e0e0e0;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    -ms-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%;
}
.slider .indicators .indicator-item.active {
    background-color: #002e5b;
}

.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    margin-top: 0px !important;
}
.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right .big-h3 {
    color: #000;
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: 100;
    transition-duration: 0.4s;
}

.toplink .fa{ color:#fff !important; }



.headdiv {
    margin-bottom: -24px;
    position: absolute;
    top: 20%;
	left: 6%;
	color: #fff;
}
.headdiv img {
	width:100%;
	padding-top: 90px;
}
.big-h3 b {
    font-weight: 600;
    font-size: 1.25em;
    color: #ffffff;
}
.stripe {
    color: #FFF;
    padding: 20px 83px;
}

.stripe img {
    width: 80%;
    height: 30px;
    margin: 5px;
}

/* end header slider */


.slider-btn {
    border: 2px solid #fff;
    border-radius: 25px;
    background-color: transparent;
    color: #fff;
    width: 180px;
    padding: 10px;
}

.box {
    border: 1px solid #e2e2e2;
}
.box h3 {
	font-size: 17px;
}
.box span {
	color:#666;
}
.box .text {
    text-align: center;
    padding-top: 45px;
}
.box .imgbox {
    box-shadow: 0px 5px 5px #ccc;
    height: 265px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    transition-duration: 0.5s;
}
.box .boxhover {
    transition-duration: 0.5s;
    background: url(../images/search.png) no-repeat center;
    background-size: 60px;
    position: absolute;
    top: 0px;
    background-color: rgba(0, 87, 156, 0.85);
    z-index: 1;
    height: 100%;
	opacity:0;
}
.box .boxhover:hover{
	opacity: 1;
    transition-duration: 0.5s;
	-ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.easydiv{
    padding: 0px;
    margin-top: 70px;
    border-top: 1px solid #e2e2e2;
}
.easybg {
    min-height: 530px;
    background-repeat: no-repeat;
    background-position: right;
	background-size: cover;
}
.easyright {
    background-position: 15px 5px;
}

.hr {
    margin-top: 8px;
    margin-bottom: 10px;
    border: 0;
    border-top: 5px solid #1f458c;
    width: 45px;
}
.wicon{
    width: 40px;
    display: block;
    margin: auto;
}

.testimonial-bg {
	background: url(../images/testimonial-bg.png) no-repeat top;
	background-size:cover;
}
.testimonial-box{
    background-color: #fff;
    padding: 25px 20px;
    border-radius: 5px;
	margin-top: 55px;
	}
	
	.clickme {
    background-color: #1f458c;
    padding: 20px 0px;
}
.clickme h1 {
    display: inline-block;
    color: #fff;
    margin-top: 9px;
}
   .clickme button {
    background-color: #fff;
    color: #333;
    font-weight: 500;
    font-size: 20px;
    padding: 10px 30px;
    border: 0px;
    border-radius: 25px;
    width: 200px;
	float:right;
}

.minibox{
    min-height: 180px;
}

.partners img {
    width: 90%;
}

.contact-frm input {
    width: 100%;
    height: 50px;
    padding: 10px;
    background-color: #171717;
    border: 1px solid #626262;
	margin-bottom: 5px;
}
.contact-frm button{
    background-color: #20407d;
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 25px;
}
.contact-frm button:hover{
    border: 1px solid #626262;
}

.footer {
	background-color: #242424;
	color: #b9b9b9;
}
.footer img { width:50%; }
.footer a{
	color: #b9b9b9;
}



.subpages {
    height: 350px;
    background-size: cover;
    background-position: center;
	background-repeat:no-repeat;
}

.boxa {
    border: 1px solid #e2e2e2;
    padding: 15px;
    margin-bottom: 20px;
}
.boxa:hover{
    box-shadow: 0px 3px 3px rgba(51, 51, 51, 0.43);
	transition-duration:0.5s;
}

.ulcircle li{
	list-style-type:circle !important;
}

.pbox {
	text-align: -webkit-center;
	text-align: -moz-center;
}
.pbox img {
    width: auto;
    height: 60px;
    display: block;
}

.hightxt  {
    line-height: 2;
    word-spacing: 3px;
    font-size: 1.1em;
    font-weight: 500;
}
.sendbtn {
    background-color: #20407d;
    width: 290px;
    height: 50px;
    border: 1px solid #3b458c;
    border-radius: 25px;
    color: #fff;
	transition-duration:0.5s;
}
.sendbtn:hover {
    background-color: #ffffff;
    width: 290px;
    height: 50px;
    border: 1px solid #3b458c;
    border-radius: 25px;
    color: #1f458c;
	transition-duration:0.5s;
}

.servicebox  {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
	cursor:pointer;
	transition-duration: 0.5s;
}
.servicebox:hover {
    box-shadow: 0px 1px 1px rgba(109, 109, 109, 0.52);
	transition-duration: 0.5s;
}
.servicebox .heading{
    background-color: #1f458c;
    color: #fff;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
}

.fradio {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: 0px !important;
}



.carousel-indicators1 {
    position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 1;
	left: auto;
}
.carousel-indicators1 li {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgb(171, 171, 171);
    border: 1px solid #ababab;
    border-radius: 10px;
    float: right;
}
.carousel-indicators1 .active {
    width: 11px;
    height: 11px;
    margin: 0;
    background-color: #100;
    margin: 3px;
}



/*25oct*/
.padt10px{
	padding-top:10px;
}
.easyright b {
    line-height: 2.5;
    padding-left: 15px;
}
.box .text {
    text-align: center;
    padding-top: 30px;
}

.testimonial-box {
    background-color: #fff;
    padding: 25px 20px;
    border-radius: 5px;
    margin-top: 55px;
    min-height: 250px;
}
.testi-big:nth-child(even){
float: right;
}
.min-h {
	min-height: 180px;
}
.scheme-logon {
    border: 2px solid #1f458c;
    border-radius: 25px;
    background-color: transparent;
    color: #1f458c;
    width: 180px;
    padding: 10px;
    float: right;
    text-align: center;
}
.scheme-logon:hover {
    border: 2px solid #1f458c;
    background-color: #1f458c;
    color: #fff;
	text-decoration:none;
	transition:0.3s all ease 0s;
}
.testimonial-box {
    background-color: rgba(255, 255, 255, 0.9);
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
