/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900');

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(font-awesome.min.css);
@import url(superslides.css);
@import url(baguetteBox.min.css);
 
/*=================== Basic Style ================*/
body {
    color: #666666;
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    line-height: 1.80857;
}
a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0;
}

h1{
    font-size: 24px;
}
h2{
    font-size: 22px;
}
h3{
    font-size: 18px;
}
h4{
    font-size: 16px;
}
h5{
    font-size: 14px;
}
h6{
    font-size: 13px;
}
a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

ul, li, ol{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
button:focus{
	outline: none;
}

.form-control::-moz-placeholder {
    color: #2a2a2a;
    opacity: 1;
}
/*============ Header ==========*/
.top-navbar {
    position: relative;
    z-index: 10;
}

.top-navbar .navbar-light .navbar-nav .nav-item .nav-link:before {
	content:"";
	display:block;
	width:0px;
	height:2px;
	position:absolute;
	bottom:5px;
	background-color:#021896;
	transition:all .5s linear;
}
.top-navbar .navbar-light .navbar-nav .nav-item.active .nav-link, .top-navbar .navbar-light .navbar-nav .nav-item:hover .nav-link:before {
    color: #021896;
	
}
.top-navbar .navbar-light .navbar-nav .nav-item.active .nav-link:before, .top-navbar .navbar-light .navbar-nav .nav-item:hover .nav-link:before {
	width:40px;
}

.top-navbar .navbar {
    padding: 15px 0px;
    position: fixed;
    width: 100%;
    border-radius: 0px 0px 100px 100px;
    transition:  height .3s ease-out,
                background .3s ease-out,
                box-shadow .3s ease-out;
    transform: translate3d(0,0,0);   
    -webkit-transform: translate3d(0,0,0);           
}
.top-navbar .navbar-light .navbar-nav .nav-link {
    color: #010101;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 0px;
    text-transform: uppercase;
	position:relative;
}
.top-navbar .navbar-light .navbar-nav .nav-item.active .nav-link, .top-navbar .navbar-light .navbar-nav .nav-item .nav-link:hover{
    color: #021896;
	
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border: none;
    border-radius: 0px;
    padding: 10px;
    box-shadow: 2px 5px 6px rgba(0,0,0,0.5);
}

.navbar-expand-lg .navbar-nav .dropdown-menu a {
    padding: 10px 10px;
    text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item:hover {
    background: #021896;
    color: #ffffff;
}
.navbar-light .navbar-toggler:hover {
    background: #021896;
}

/* ========= Slides==========*/
.cover-slides {
    height: 100vh;
}
.cover-slides .container {
    height: 100%;
    position: relative;
    z-index: 2;
}
.slides-navigation a {
    background: #021896;
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    font-size: 20px;
    display: block;
    color: #fff;
    border-radius: 4px;
    line-height: 63px;
    text-align: center;
    transition: all .3s ease-in-out;
}
.slides-navigation a i {
    font-size: 40px;
}
.slides-navigation a:hover {
    background: #010101;
} 
.cover-slides .container > .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cover-slides .container > .row {
    height: 100%;
}
.btn {
    text-transform: uppercase;
    padding: 19px 36px;
}
.btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: .1875rem;
    transition: color .15s ease-in-out,
                background-color .15s ease-in-out,
                box-shadow .15s ease-in-out;
}
.btn-outline-new-white {
    color: #fff;
    background-color: #021896;
    background-color: none;
    border-color: #021896;
}
/*hover */
.btn-outline-new-white:hover {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
} 
.cover-slides h1 {
    font-family: 'Rubik',sans-serif;
    font-weight: 500;
    font-size: 64px;
    color: #fff;
}
.cover-slides p {
    font-size: 18px;
    color: #fff;
}
.slides-navigation a {
    border: 0px solid #ffffff;
	border-radius:100%;
}
.slides-navigation a.next {
    right: 30px;
}
.slides-navigation a.prev {
    right: 30px;
}
.slides-navigation a.current {
    background: #021896;
    border: 2px solid #021896;
}

/* End Slides Section*/

/*============ About =======*/
.about-section-box {
    padding: 70px 0px;
    background: #ffffff url(../images/about-bg2.jpg) no-repeat bottom center;
    background-size: cover;
}
.about-section-box .img-fluid {
    box-shadow: 20px 20px 0px #021896;
}
.inner-column {
    text-align: left;
}
.inner-column h1 {
    font-family: "Rubik",sans-serif;
    font-size: 25px;
    color: #010101;
    font-weight: 500;
}
.inner-column h1 span {
    color: #021896;
}
.inner-column h4 {
    font-size: 16px;
    font-weight: 500;
}
.inner-column p {
    font-size: 18px;
    text-align: justify;
    color: #222222;
}
/*================ QT Section=============*/
.qt-background {
    background: url(../images/qt-bg1.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
}
.qt-background p {
    font-size: 35px;
    font-weight: 300;
    line-height: 44px;
    color: #fff;
    font-family: 'Rubik',sans-serif;
    margin-bottom: 20px;
}
.qt-background span {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}
/*== End Qt Section */

/* ========= Gallery ===========*/
.gallery-box {
    padding: 70px 0px;
}
.tz-gallery {
    margin-top: 30px;
}
.tz-gallery .lightbox img {
    width: 100%;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
} 
.tz-gallery .lightbox {
    border: 3px solid #021896;
    display: inline-block;
    margin-bottom: 30px;
}
/* End Gallery*/
/*==========Feature===================*/
.section {
    padding: 80px 0;
  }
  
  .section-header {
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
  }
  
  .section-header .section-title {
    font-size: 23px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-family: 'Rubik',sans-serif;
    color: #263238;
    position: relative;
  }
/*==========End Feature===============*/  
/*========Featured Section Start======*/

.featured-box {
margin-top: 15px;
margin-bottom: 10px;
}

.featured-box .featured-icon {
float: left;
}

.featured-box .featured-icon i {
font-size: 20px;
color: #021896;
text-align: center;
float: left;
margin-right: 25px;
margin-bottom: 35px;
display: block;
}

.featured-box .featured-content {
padding-left: 40px;
position: relative;
}

.featured-box .featured-content .icon-o {
font-size: 86px;
color: rgba(0, 0, 0, 0.07);
z-index: 2;
font-weight: 400;
text-transform: capitalize;
position: absolute;
top: 0px;
left: 50px;
width: 100%;
}

.featured-box .featured-content h4 {
font-size: 18px;
font-weight: 500;
margin-bottom: 10px;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}

.featured-box .featured-content p {
font-size: 14px;
}
/*==========Feature Icone Ends========*/
/*========== Customer Reviews ========*/
.customer-reviews-box {
    padding: 70px 0px;
}
.carousel-inner .carousel-item .img-box {
    width: 135px;
    height: 135px;
}
.carousel-control-next {
    right: -100px;
}
.carousel-control-prev {
    left: -100px;
}
.carousel-indicators {
    top: 320px;
}
.text-warning {
    color: #021896 !important;
    font-size: 24px;
}
#reviews .carousel-control-prev {
    background: #021896;
    color: #ffffff;
    display: block;
    position: absolute;
    width: 8%;
    height: 50px;
    top: 50%;
    border-radius: 4px;
    font-size: 28px;
    opacity: 1;
}
#reviews .carousel-control-next {
    background: #021896;
    color: #ffffff;
    display: block;
    position: absolute;
    width: 8%;
    height: 50px;
    top: 50%;
    border-radius: 4px;
    font-size: 28px;
    opacity: 1
}
/*==============================
======= Contact Section ========*/
.contact-imfo-box {
    background: #021896;
    padding: 30px 0;
    border-radius: 100px;
}
.overflow-hidden {
    overflow: hidden;
}
.contact-imfo-box i {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #021896;
    font-size: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-right: 20px;
    background: #fff;

}
.contact-imfo-box h4 {
    margin: 0px;
    margin-top: 5px;
    color: #ffffff;
    font-size: 20px;
    padding: 0px;
    font-weight: 500;
    line-height: 24px;
}
.contact-imfo-box p {
    margin: 0px;
    color: #ffffff;
    font-weight: 300;
}

/*=========== Footer Section ==============*/
.footer-area {
    padding-top: 50px;
    padding-bottom: 0px;
}
.bg-f {
    background-image: url(../images/footer-bg1.jpg);
    background-attachment: scroll;
    background-clip: initial;
    background-color: rgba(0,0,0,0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.bg-f::before {
    background: #010101;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.8;
}
.footer-area .container {
    position: relative;
    z-index: 1;
}
.footer-area h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 2px solid rgba(207,166,113,0.5);
    margin-bottom: 10px;
}
.footer-area p {
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    margin: 0;
    padding-bottom: 10px;
}
.arrow-right {
    position: relative;
}
.arrow-right::before {
    content: "\f101";
    font-family: 'FontAwesome';
    position:absolute;
    right:0px;
    color: #fff;
    top: 0;
    font-size: 60px;
    line-height: 60px;
}
.footer-area p.lead {
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 0px;
}
.footer-area p.lead a {
    color: #ffffff;
    margin-bottom: 15px;
}
.footer-area p.lead a:hover {
    color: #021896;
}
.footer-area p a {
    font-size: 18px;
    color: #ffffff;
}
.footer-area p a:hover {
    color: #021896;
}
.subscribe_form {
    display: block;
    text-align: center;
    padding: 5px 0;
}
.subscribe_form .form_input {
    display: block;
    background-color: rgba(0,0,0,0.9);
    border: 1px solid #ffffff;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    padding: 0 10px;
    float: left;
    font-weight: 300;
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.subscribe_form .submit {
    background-color: #021896;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    display: inline-block;
    padding: 0 10px;
    float: left;
    width: 100%;
    border: none;
    transition: all 0.5s ease-in-out;
}
.subscribe_form .submit:hover {
    background: #010101;
}
.f-social {
    padding-bottom: 10px;
    margin: 0px;
    margin-top: 20px;
}
.f-social li a {
    font-size: 18px;
    color: rgb(16, 5, 140);
    width: 38px;
    height: 38px;
    display: block;
    text-align: center;
    line-height: 38px;
    background: #ffffff;
    border-radius: 4px;
}
.copyright {
    margin-top: 20px;
    position: relative;
    display: block;
    background-color: #010101;
    border-top: 1px solid rgb(122, 113, 207);
    padding: 30px 0;
    z-index: 1;
}
.copyright .company-name {
    font-size: 16px;
    text-align: center;
}
.copyright .company-name a {
    font-size: 16px;
}
.copyright .company-name span {
    color: rgb(22, 1, 113);
}
.copyright .company-name span:hover{
    color: #ffffff;
} 
/*-------- Back to top -----------*/

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    line-height: 52px;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    background: #021896;
    border-radius: 100%;
}
@media all and (max-width:767px) {
	.contact-imfo-box {
    background: #021896;
    padding: 30px 0px;
    border-radius: 30px;
    margin-bottom: 30px;
	}
}