﻿body{
    font-family: 'Source Sans Pro', sans-serif, 'Arial' !important;
    color:#000;
}

.tp-caption{
    z-index:1;
    transition:all 0s ease 0s;
    margin:0; 
    padding:0;
    top:100px;
    left:367px;
    transform:none;
    line-height:16px;
    position:absolute;

}

.txtred{
    color:#cb0021;
}

#logonErr{position:absolute;background:#8c0c04; height:46px; width:100%; color:#fff; font-family:Arial; font-weight:normal; font-size:13px;padding:8px;z-index:1030;}

#logonErr table{
    margin:0 auto;
}

#error img{
    width:30px;
    margin-right:15px;
}

.section-padding{
    padding-top:70px;
    padding-bottom:100px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: Calibri, 'Open Sans', Arial !important;
    color:#000;
    letter-spacing:inherit
}

.navbar-default .navbar-toggle .icon-bar{
    background-color:#888;
}

.navbar-toggle .icon-bar{
    display:block;
    width:22px;
    height:2px;
    border-radius:1px;
}

.navbar-toggle .icon-bar+.icon-bar{
    margin-top:4px;
}

.pl25{
    padding-left:25px;
}

input.form-control{
    margin-bottom:5px;
}

.revslide img{
    /*border-radius:0 0 150% 80% / 15%;*/
    background-repeat:no-repeat;
    min-height:300px;
  
}

a:link, a:visited, a:active{
    font-size:11pt;
}

.navbar-default .navbar-nav>li>a{
    color:#000 !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    /*background-color:#012e6d !important;*/
    color:#000000 !important;
}

.nav>li>a{
    padding:36px 15px !important;
}

.section.dark{
    background-color:#012e6d;
    color:#A2A5A7;
    padding:20px 0;
}

textarea{
    background-color:#ffffff;
    height:200px;
}

.navbar-white{
    background-color:#fff;
    border-color:#d1d3d4
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #e8e8e8;
}

.bg-light {
    background-color: #eaeaea;
}


.parallax {
    /* The image used */
    background-image: url("../img/backGround3.jpg");
    /* Set a specific height */
    height: 620px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size:auto;
}


.parallax2 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0033a0+0,da291c+100 */
    background: #0033a0; /* Old browsers */
    background: -moz-linear-gradient(45deg, #0033a0 0%, #da291c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #0033a0 0%,#da291c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #0033a0 0%,#da291c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0033a0', endColorstr='#da291c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.parallax2 p{
    text-align:center;
    margin:0;
    color:#fff;
    margin:4% auto;
    font-size:18px;
    font-weight:300;
}


.bannerp {
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    text-transform: inherit;
    margin: 25% 0 4%
}


/*start header bottom section*/

.header-bottom-section {
    background-color: #012e6d;
    padding:26px 0 0px;
    margin-top:-26px;
}

.single-header-bottom{
    display:inline-block;
    margin-bottom:14px;
    width:100%;
}

.single-header-bottom .content p{
	margin-bottom:5px;
    font-weight:300;
    color: #fff;
}

.single-header-bottom .icon {
    float: left;
    margin-right: 20px;
}

.single-header-bottom .content {
    padding-left: 55px;
    font-size:16px;
}



/*start  process section*/

section.process-section {
    padding-bottom: 160px;
}

.proces-icon {
    width: 81px;
    height: 81px;
    line-height: 73px;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 20px;
    transition: .2s
}

.single-process .content h4 {
    font-weight: 500;
    font-size: 19px;
    letter-spacing:inherit;
    border-bottom:none;
}

.single-process {
    color: #666666;
    font-size: 17px;
}

.process-list {
    counter-reset: section;
}

.process-list .process:before {
    position: absolute;
    counter-increment: section;
    content: counter(section);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    bottom: -60px;
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    left: 50%;
    margin-left: -20px;
    transition: .4s
}

.process-list .process:after {
    width: 100%;
    content: "";
    height: 1px;
    border-bottom: 1px dashed #ddd;
    right: 0;
    bottom: -40px;
    position: absolute;
    z-index: -1;
}

.process-list .process {
    z-index: 1;
    cursor: pointer;
}

.process-list .process:first-child:after {
    width: 50%;
}

.process-list .process:last-child:after {
    width: 50%;
    right: auto;
    left: 0;
}

.process-list .process:hover:before {
    background-color: #1457a8;
}

.process-list .process:hover .proces-icon {
    /*background-color: #3a7cdd;*/
    border:2px solid #3a7cdd
}


.hover-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    transition: .4s
}

.single-process:hover span {
    color: #fff
}

.proces-icon span {
    font-size: 45px;
    line-height: 80px;
    color: #3a7cdd;
}



/*end of process section*/

.btn-darkblue, .btn-darkblue:hover, .btn-darkblue:active, .btn-darkblue:focus {
     background-color:#012e6d;
     color:#ffffff;
 }



/** Styling both forms **/
#wrapper {
    margin: 25% 0 0% 5%
}



#login{
	padding:18px 9% 39px 10%;
	background:#fff;
}
#register{	
	z-index: 21;
	opacity: 0;
}

#password{	
	z-index: 21;
	opacity: 0;
}

#login{
	z-index: 22;
}
#toregister:target ~ #wrapper #register,
#tologin:target ~ #wrapper #login{
	z-index: 22;
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-ms-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-o-animation-delay: .1s;
	-ms-animation-delay: .1s;
	animation-delay: .1s;
}
#toregister:target ~ #wrapper #login,
#tologin:target ~ #wrapper #register{
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-ms-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

#topassword:target ~ #wrapper #password,
#tologin:target ~ #wrapper #register{
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-ms-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}




/*start featured section*/

section.featured-section.section-padding {
    padding-bottom: 30px;
}

.single-featured .icon {
    width: 114px;
    float: left;
    text-align: center;
    line-height: 149px;
}

.single-featured .content h4 {
    color: #232323;
    font-weight: 600;
}

.single-featured {
    border: 1px solid #e9e9e9;
    overflow: hidden;
    margin-bottom: 30px
}

.single-featured .content {
    padding-left: 115px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 300;
    padding-right: 20px;
}

.single-featured .content p {
    margin-bottom: 15px;
}

.single-featured .content a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #3a7cdd;
    transition: .4s;
}

.single-featured .content a:hover {
    color: #232323
}

/*end of featured section*/


@media only screen and (max-width: 702px) {
  .tp-caption {
      position:relative;
      right:0;
      margin: 0 auto;
      top: auto;
  }


    #wrapper {
        margin: 8% 0 0%;
    }

  .bannerp{
      font-size: 14px; 
      line-height: 20px; 
      background: rgba(255, 255, 255, 0.58);
       padding: 13px 13px; color: #000000;
  }


}


@media only screen and (max-width: 767px) {
    
  .nav>li>a{
      padding:10px 15px !important;
      border-top:1px solid #dddddd;
      margin:0 10px
  }

  


}

@media (min-width: 703px) and (max-width: 991px){
    
  #wrapper{
      margin:0 0 0%;
  }

    .bannerp {
        font-size: 14px;
        line-height: 20px;
        background: rgba(255, 255, 255, 0.58);
        padding: 13px 13px;
        color: #000000;
    }

}
