
#first-slider .main-container {
    padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight:700;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight:700;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
    bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
    background-image: none;
}
#first-slider .carousel .item {
    min-height:617px;
    height: 100%;
    width:100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
    animation-delay: 1s;
}
#first-slider h4 {
    animation-delay: 2s;
}
#first-slider h2 {
    animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
    text-shadow: none;
}


#first-slider h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}

#first-slider .p {
    padding-top: 125px;
    text-align: center;
}

#first-slider .p a {
    text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
    border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
    border:none;
}


.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
    background-image:url(../images/banner1.png);
    background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide2 {
    background-image:url(../images/banner2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide3 {
    background-image:url(../images/banner3.png);
    background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide4 {
    background-image:url(../images/banner-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}




/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left:0 !important;
    padding: 0;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
    background-color: #F56505;
}
.social-network a.icoFacebook:hover {
    background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
    background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
    background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
    background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
    background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
    color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
    color:#44BCDD;
}

.social-circle li a {
    display:inline-block;
    position:relative;
    margin:0 auto 0 auto;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width: 25px;
    height: 25px;
    font-size:11px;
    background-color:#fff;
}
.social-circle li i {
    margin:0;
    line-height:25px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    color: #c99d49;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.login_modal_footer{
    margin-top:5px;
}
.login_modal_header .modal-title {
    text-align: center;
    color:#fff;
    font-size:23px;
}
.form-group{
    position: relative;
}
.form-group .login-field-icon {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 3px;
    transition: all 0.25s ease 0s;
    padding-top: 2%;
}
.login-modal{
    width:100%;
    padding-bottom:20px;
}
.login_modal_header, .login_modal_footer {
    background: #842b2d !important;
    color:#fff;
    padding: 8px 22px 8px 16px;
}
.modal-register-btn{
    margin: 4% 33% 2% 33% ;
    width:100%;
}
.login-modal input{
    height:40px;
    box-shadow: none;
    border:1px solid #ddd;
}
.modal-body-left{
    float:left;
    width:50%;
    padding-right:4%;
    border-right:4px solid #ddd;
}
.modal-body-right{
    float:right;
    width:47%;
}
.login-link{
    /*padding:0 20%;*/
}
.modal-social-icons{
    padding:0 10%;
}
.facebook, .twitter, .google, .linkedin {
    width:100%;
    height:40px;
    padding-top:2%;
    margin-top:2%;
}
.modal-icons{
    margin-left: -10px;
    margin-right: 20px;
}
.google, .google:hover{
    background-color:#dd4b39;
    border:2px solid #dd4b39;
    color:#fff;
}
.twitter, .twitter:hover{
    background-color: #00aced;
    border:2px solid #00aced;
    color: #fff;
}
.facebook, .facebook:hover{
    background-color: #3b5999;
    border:2px solid #3b5999;
    color:#fff;
}
.linkedin, .linkedin:hover{
    background-color: #007bb6;
    border: 2px solid #007bb6;
    color:#fff;
}
#social-icons-conatainer{
    position: relative;
}
#center-line{
    position: absolute;
    right: 270.7px;
    top: 80px;
    background:#ddd;
    border: 4px solid #DDDDDD;
    border-radius: 20px;
}
.modal-login-btn{
    width:100%;
    height:40px;
    margin-bottom:10px;
}
#modal-launcher{
    margin: 30% 0 0 30%;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #0089bb;
    border-color: #0089bb;
}
.btn-success {
    color: #fff;
    background-color: #0089bb;
    border-color: #0089bb;
}
.close {
    float: right;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}
.register-btn
{
    background-color:#842b2d;
    font-size:16px;
    color:#fff;
    border-radius:3px;
    border:none;
    padding: 10px 35px 10px 35px;
    margin-top: 15px;
}

.register-btn2
{
    background-color:#ebc170;
    font-size:15px;
    color:#fff;
    border-radius:3px;
    border:none;
    padding: 10px 109px 10px 109px;
}
.register-btn2:hover
{
    background-color:#c99d49;


}


.modal-dialog {
    width: 600px;
    margin:110px auto;
}
.filled-button
{
    background-color: #842b2d;
    color: white;
    font-size: 16px;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 45px;
    padding-right: 45px;
    letter-spacing: 1px;
    border-radius:3px;
}
.hover-outline-out
{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hover-outline-out:before
{
    content: '';

    position: absolute;
    border: #842b2d solid 2px;
    border-radius:3px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top,right,bottom,left;
    transition-property: top,right,bottom,left;
}
.hover-outline-out:hover:before, .hover-outline-out:focus:before, .hover-outline-out:active:before
{
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border: #842b2d solid 2px;
    border-radius:3px;
}



a:hover
{
    color:#fff;
    text-decoration:none;
}


/* =Header
-------------------------------------------------------------- */
header {
    width: 100%;
    height: 67px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
header h1#logo {
    display: inline-block;
    float: left;
    ;
    color: white;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position:fixed;
}
header nav {
    display: inline-block;
    float: right;
}
header nav a {
    line-height: 150px;
    margin-left: 20px;
    color: #9fdbfc;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header nav a:hover {
    color: white;
}
header.smaller {
    height: 70px;
    top: -10px;
    background-color:#fff;
    width:100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header.smaller h1#logo {
    width:240px;
    height: 60px;
    line-height: 75px;

}
header.smaller h1#logo img {
    width:240px;
    height: 60px;
}
header.smaller nav a {
    line-height: 75px;
}

/***********************************/

.contact-col h2 {
    font-size: 18px;
    /* color: #0082c6; */
    color: #a02b2d;
    font-weight: bold;
}
.contact-col h3 {
    font-size: 14px;
    color: #7b7e83;
    line-height: 19px;
    margin-top: 5px;
}
.slider-wrap {
    margin-top: 87px;
}
#body-section {
    width: 100%;
    float: left;
    clear: both;
    padding: 30px 0px;
    background-color: #fff;
    z-index: 9999999999999;
    margin-top: -30px;
}
.contact-col {
    width: 100%;
    float: left;
    margin-top: 40px;
}
.contact-col input {
    width: 46%;
    float: left;
    border: 2px solid #e9e9e9;
    border-radius: 3px;
    color: #747373;
    font-size: 15px;
    padding: 12px 0px 12px 15px;
    margin-bottom: 24px;
    margin-left: 10px;
    margin-right: 10px;
}
.contact-col select {
    width: 46%;
    float: left;
    border: 2px solid #e9e9e9;
    border-radius: 3px;
    color: #747373;
    font-size: 15px;
    padding: 12px 0px 12px 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.contact-col img {
    float: left;
    margin-right: 20px;
    
}
.contact-col textarea {
	width: 95%;
	float: left;
	border: 2px solid #e9e9e9;
	border-radius: 3px;
	color: #747373;
	font-size: 15px;
	padding: 12px 0px 12px 15px;
	margin-left: 10px;
	margin-right: 10px;
	height: 100px;
}
.contact-page h1 {
	font-size: 25px;
	/* color: #0082c6; */
	color: #a02b2d;
	text-align: center;
}
.contant-sec {
	width: 100%;
	float: left;
}
.contant-sec h1 {
	font-size: 22px;
	color: #333;
	background: url(../images/border.png) no-repeat left bottom;
	padding-bottom: 16px;
	margin-top: 35px;
	margin-bottom: 12px;
}
.progressive-col h1 {
	font-size: 22px;
	color: #333;
	background: url(../images/border.png) no-repeat left bottom;
	padding-bottom: 16px;
	font-weight: 100;
}