@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);




html,
body {
    color: #666;
    font-weight: 400;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 1.75;
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: #444;
    letter-spacing: 0.6px;
    font-family: 'Montserrat', sans-serif;
}

h2 {
    font-size: 26px;
    margin-bottom: 20px;
    position: relative;
}

h3 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 25px;
}

h3.subtitle {
    margin-bottom: 20px;
}

p {
}

a {
    color: #29245e;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover {
    color: #29245e;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.section-big {
    padding: 80px 0px;
}

.section-small {
    padding: 50px 0px;
}

.section-title {
    max-width: 700px;
    margin: auto;
    margin-bottom: 60px;
}

.section-title h2 {
    letter-spacing: 1px;
    margin-top: 0px;
}

.section-title.white h2 {
    color: #fff;
}

.section-title p {
    margin-top: 25px;
}

.action-area {
    background-color: #002e5b;
    color: #fff;
}
.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:#ffffff; 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../img/preloader.gif);
}

blockquote {
    padding: 6px 16px;
    border: none;
    quotes: "\201C" "\201D";
    display: inline-block;
}

blockquote p:before { 
    content: open-quote;
    font-weight: bold;
} 
blockquote p:after { 
    content: close-quote;
    font-weight: bold;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.btn, input[type='submit'] {
    display: inline-block;
    background: transparent;
    padding: 10px 25px;
    font-weight: 400;
    border-radius: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    background: #29245e;
    border: none;
    font-weight: 700;
    letter-spacing: 1px;
}

.btn.btn-trnsp {
    background: #fff;
    color: #666;
}

.btn-big {
    border: 2px solid #000;
    font-size: 20px;

}

.btn.btn-trnsp:hover {
    border-color: #29245e;
    background: #29245e;
    color: #fff;
}

.btn.btn-reverse {
    background: #333;
    color: #fff;
}
.btn.btn-reverse:hover {
    background: #29245e;
}

.btn.btn-dark {
    background: #666;
    color: #fff;
}
.btn.btn-dark:hover {
    color: #666;
    background: #fff;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;

}


.menu-holder {
    height: 125px;
}

.menu-area {
    background: #fff;
    height: 95px;
    z-index: 99;    
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.menu-area.sticky-menu {
    top: 0px;
    height: 125px;
    width: 100%;
    position: fixed;
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;

}

.mainmenu {
    padding-top: 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sticky-menu .mainmenu {
    padding-top: 0px;
}

.navbar {
    margin-bottom: 0;
    border: 0px;
    margin-top: 13px;
}

.sticky-menu .navbar {
    margin-top: 8px;
}

.navbar-brand img {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sticky-menu .navbar-brand img {
    width: 90%;
    margin: 2% 0;
    height: auto;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand:hover {
    color: #29245e;
}

.navbar-nav > li {
    float: none;
    display: inline-block;
    position: relative;
}

.navbar-nav li a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    background: none;
}

.mainmenu li.active a {
    color: #29245e;
}

.navbar-toggle .icon-bar {
    background: #29245e;
}

.navbar-nav > li.dropdown:hover > a, 
.navbar-nav > li.dropdown:hover > a:hover,
.navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}

@media (min-width: 768px) {
    li.dropdown:hover > .dropdown-menu {
        display: block;
    }
}

.navbar-nav .dropdown-menu li a {
    padding: 10px;
}


.slider {
    height: 100%;
    max-height: 550px;
}

#slider .carousel,
#slider .carousel .carousel-inner,
#slider .carousel .carousel-inner .item {
    height: 100%;
    min-height: 600px;
}

#slider .main-container {
  padding: 0;
}

#slider .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 0px;
    background: transparent;
    margin: 0px;
    background: #fff;
    margin-left: 7px;
}

#slider .carousel-indicators li.active {
    border-color: #29245e;
    background: #29245e;
}

#slider .carousel-control.right,
#slider .carousel-control.left {
    background-image: none;
}

#slider .carousel .item {
    min-height: 425px;
    height: 100%;
    width:100%;
}

#slider .carousel .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 19, 73, 0.5);
}

#slider .carousel-control {
    width: 6%;
    text-shadow: none;
}

.right.carousel-control img,
.left.carousel-control img {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -26px;
    padding: 20px 10px;
}

.carousel-control img:hover  {
    background: #29245e;
}

.left.carousel-control img {
    left: 10px;
}

.right.carousel-control img {
    right: 10px;
}

.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

#slider .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .item:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

#slider .slide1 {
    background-image: url(../img/01.jpg);
}

#slider .slide2 {
    background-image: url(../img/02.jpg);
}

#slider .slide3 {
    background-image: url(../img/03.jpg);
}

.intro-text {
    text-align: center;
    color: #fff;
    max-width: 800px;
    margin: auto;
}

.intro-text {
    text-align: center;
    color: #fff;
    max-width: 800px;
    margin: auto;
}

.intro-text h2 {
    color: inherit;
    font-size: 50px;
    font-weight: 700;
}

.intro-text p {
    margin-bottom: 25px;
    font-size: 1.2em;
}

.intro-text .btn {
    margin: 0 10px;
}

.intro-text h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.3s ease .1s;
    -moz-transition: all 0.3s ease .1s;
    -ms-transition: all 0.3s ease .1s;
    -o-transition: all 0.3s ease .1s;
    transition: all 0.3s ease .1s;
}
.item.active .intro-text h2 {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.intro-text .btn {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.3s ease .1s;
    -moz-transition: all 0.3s ease .1s;
    -ms-transition: all 0.3s ease .1s;
    -o-transition: all 0.3s ease .1s;
    transition: all 0.3s ease .1s;
}
.item.active .intro-text .btn {
    -webkit-transform: translateY(-0px);
    -moz-transform: translateY(-0px);
    -ms-transform: translateY(-0px);
    -o-transform: translateY(-0px);
    transform: translateY(-0px);
}
.intro-text p {
    transform: scale(0.5);
    -webkit-transition: all 0.3s ease .1s;
    -moz-transition: all 0.3s ease .1s;
    -ms-transition: all 0.3s ease .1s;
    -o-transition: all 0.3s ease .1s;
    transition: all 0.3s ease .1s;
    opacity: 0;
}
.item.active .intro-text p {
    transform: scale(1);
    opacity: 1;
}

.space2 {
    height: 60px;
    display: block;
}


.space {
    height: 125px;
    display: block;
}


.work-precess-area { }


.f-w-tab .nav {
    width: 100%;
    text-align: center;
}
.f-w-tab .nav li{
    display: inline-block;
    background-color: #002e5b;
    width: 20%;
    margin: 0 3px;
}
.f-w-tab .nav li:hover, 
.f-w-tab .nav li.active  {
    background-color: #333;
}
.f-w-tab li a {
    color: #fff;
    font-weight: 500;
    padding: 10px 0;
}
.f-w-tab li i.fa {
    color: #fff;
    display: block;
    font-size: 35px;
    line-height: 60px;
}

.f-w-tab .panel-body {
    margin-top: 50px;
}
.tab-content img {
    width: 100%;
}

.f-w-tab .nav.round {}

.f-w-tab .nav.round li {
    background-color: #fff;
    border: 2px solid #666;
    border-radius: 100px;
    width: 120px;
    height: 120px;
    margin: 0 3%;
}

@media (max-width: 768px) {
    .f-w-tab .nav.round li {
        margin: 0 1%;
        margin-top: 20px;
    }
}

.f-w-tab .nav.round li:hover, 
.f-w-tab .nav.round li.active  {
    background-color: #002e5b;
    border-color: #29245e;
    color: #fff;
}

.f-w-tab .round li a,
.f-w-tab .round li i.fa {
    color: inherit;
}


.accordion .panel-group {
    margin-bottom: 0;
}

.accordion .panel {
    margin-top: 0px;
    box-shadow: none;
}

.panel-group .panel+.panel {
    margin: 0px;
}

.accordion .panel-heading {
    padding: 0;
    background: transparent;
}

.accordion .panel-heading a {
    display: block;
    padding: 0;
    padding-left: 15px;
    background-color: #f5f5f5;
    text-decoration: none;
    color: inherit;
    height: 50px;
}

.accordion .panel-heading a.collapsed i.fa:before {
    content: "\f067";
}

.accordion .panel-heading i.fa {
    width: 30px;
    height: 50px;
    line-height: 50px;
    float: left;
}

.accordion .panel-title {
    float: left;
    line-height: 50px;
    font-size: 17px;
    color: #333;
}
.accordion .panel-body {
    padding: 15px 0;
    margin-top: 0px;
}


.team-area {
    background-color: #f5f5f5;
}

.team-member{
    background-color: #fff;
    text-align: center;
    transition: 0.3s ease-out;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 30px;    
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.member-image{}

.member-image img{
    width: 100%;
    padding-bottom: 2px;
}

.member-info {
    transition: 0.3s ease-out;
}

.team-member h3{
    margin-bottom: 6px;
}

.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 5px;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.contact-form .form-group {
    position: relative;
    border: 1px solid #bbb;
    padding-left: 10px;
    margin-bottom: 30px;
}

.contact-form .form-group:before {
    position: absolute;
    height: 45px;
    font-family: FontAwesome;
    top: 0;
    left: 0;
    width: 20px;
    text-align: center;
    line-height: 45px;
    color: #29245e;
    font-size: 18px;
}

.contact-form #message {
    padding-top: 10px;
    height: 150px;
}

#submitButton {}

.address-box {
    margin-bottom: 5px;
    padding-left: 40px;
}
.contact-area h3 {
    margin-top: 0px;
}
.address-box i.fa {
    font-size: 20px;
    line-height: 30px;
    float: left;
    width: 40px;
    text-align: center;
    margin-left: -50px;
}

.address-box p, .address-box p a {
    color: inherit;
    margin: 0;
}

.contact-info {
    margin-bottom: 30px;
}

.contact-info i.fa {
    font-size: 30px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.contact-info i.fa:after {
    content: '';
    position: absolute;
    width: 70px;
    margin-left: -35px;
    height: 2px;
    left: 50%;
    bottom: 0px;
}

.contact-info a {
    color: inherit;
}

.header_top {
    padding: 10px 0;
    background: #f8f8f8;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    overflow: hidden;
}
.header_top p {
    margin-bottom: 0;
}
.header_top p span,
.header_top p a {
    margin-right: 20px;
}
.header_top p span i,
.header_top p a i {
    font-size: 10px;
    color: #19bebd;
    margin-right: 10px;
}
.header_top p a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666666;
}
.header_top ul.bar-top {
    margin: 0;
    padding: 0;
    text-align: right;
}
.header_top ul.bar-top li {
    display: inline-block;
    margin-left: 9px;
}
.header_top ul.bar-top li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 12px;
    color: #666666;
}


.footer-area {
    background: #002e5b;
    padding: 50px 0px;
    color: #fff;
    font-size: 14px;
}
.footer-area a {
    color: #fff;
}
.footer-area img {
    max-width: 200px;
    margin-bottom: 20px;
}
.footer-area h4 {
    color: #fff;
    border-bottom: 1px solid #444;
    padding-bottom: 25px;
    margin-top: 0;
    margin-bottom: 25px;
}
.footer-area p {}
.footer-area i.fa {
    font-size: 20px;
    width: 30px;
    overflow: hidden;
    float: left;
    height: 30px;
}

.footer-area ul {
    margin-left: 20px;
}

.footer-area ul li {
    margin-bottom: 5px;
}

.q-link li {
    float: left;
    width: 50%;
}

.footer-area a:hover {
    color: #FFF;
}

.footer-area .social-links {
    margin-top: 20px;
    margin-left: 0px;
}
.social-links li {
    list-style: none;
    display: inline-block;
}

.social-links li a i.fa {
    color: #aaa;
    font-size: 25px;
    margin-right: 15px;
}

.social-links li a:hover i {
    color: #FFF;
}

.copyright-text {
    padding: 30px 0px;
    background: #FFF;
    color: #fff;
}

.copyright-text p {
    margin: 0;
}

.icon-ben{
    font-size: 45px;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    width: 100px;
    line-height: 100px;
    height: 100px;
}





