/*==================================
* Author        : "ThemeSine"
* Template Name : Trave  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Poppins', sans-serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Top-area
3.  Welcome-hero
4.  About
5.  Gallery
6.  Featured-list
7.  Featured
8.  Service-2
9.  Information
10. Contact

==========================================*/


/*=============Style css=========*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
* {padding: 0;margin: 0;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #484848;
    text-transform: initial;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}
a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #000;
    font-weight: 400;
}

h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#50566b;
    font-size: 16px;
    font-weight: 500;
}
p {margin: 0;font-size:14px;line-height: 1.93;text-transform: initial;}
img{border:none;max-width:100%; height:auto;}

select,input,textarea,button,.form-control{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;font-size: 16px;text-transform: capitalize;}
html,body{height: 100%;}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}
.owl-carousel {z-index: 0;}
.section-title h2{
    font-size: 48px;
    font-weight:800;
    color: #000;
    text-align: center;
}
.section-title p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.93;
    text-align: center;
    color: #9a9a9a;
    max-width: 788px;
    margin: 0 auto;
    margin-top:58px;
}
/*-------------------------------------
        2. Top-area
--------------------------------------*/
.navbar {
    padding: 34px 0;
}
@media (min-width:992px) {
    #mainNav {
        padding-top: 25px;
        padding-bottom: 12px;
        -webkit-transition: padding-top .3s, padding-bottom .3s;
        transition: padding-top .3s, padding-bottom .3s;
        border: none;
        background-color: transparent;
        background-color: rgb(111,1,1);
    }

    #mainNav .navbar-brand {
        font-size: 1.75em;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em !important;
    }

    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background-color: rgb(111,1,1);
        box-shadow: 0 0 20px rgba(0,0,0,.2);
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0
    }
}

/*.navbar-brand */
.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{
    font-size: 18px;
    font-weight:800;
    line-height: 1.5;
    color: #000;
    margin: 0 20px;
}

/*.navbar-link */
.navbar-dark .navbar-nav .nav-link,.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #000;
}

/*.navbar-toggler */
.navbar-toggler {
    background-color: #000;
    border: 2px solid #fff;
    margin: 0 20px;
}
.navbar-toggler i {color: #fff;}
/*.navbar-toggler */

/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/
.welcome-hero{
    position: relative;
    background: url(../images/welcome-hero/welcome-banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height:100vh;
}

/* .welcome-txt */
.welcome-txt h2 {
    font-size: 150px;
    font-weight:800;
    line-height: 1.51;
    color: #000;
}
.welcome-txt p {
    color: #484848;
    line-height: 1.93;
    max-width: 700px;
    margin: 15px 0 55px;
}
.btn.welcome-btn{
    width: 175px;
    height: 60px;
    background-color: rgb(111,1,1);
    color: #fff;
    border-radius: 0;
    outline: none;
    box-shadow: none;

}
/* .welcome-txt */

/* .welcome-hero-service */
/* .service{position: relative;}
*/
.welcome-hero-service {
    position: absolute;
    top: 61%;
    right: 0%;
    width: 95%;
}
.hero-service{
    width:100%;
    height:100%;
    background: #fff;
	margin-right:9%;
}


/*-------------------------------------
        4. About
--------------------------------------*/
.about{position: relative;}

/* .about-2 */
.about-2{position: relative;}
.about-overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #2a2a2b;
    z-index: -1;
}
.single-about-txt-2{padding: 10px 0 10px;}
.single-about-txt-2 h4{
    font-size: 14px;
    font-weight:800;
    color: #fff;
}
.single-about-txt-2 p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.93;
    color: #bcb5b5;
    max-width: 530px;
    text-align: justify;
    margin: 5px;
}

.single-about-txt-2 li {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.93;
    color: #bcb5b5;
    max-width: 530px;
    text-align: justify;
    margin: 5px;
}

/* .about-2 */


.single-about-txt{ position: relative;}
.single-about-txt h2{
    font-size: 47px;
    font-weight:800;
    color: #383838;
    margin-bottom: 10px;
}
.single-about-txt p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.93;
    color: #9a9a9a;
    max-width: 546px;
    margin: 5px;
    text-align: justify;
}

.about-2 .single-about-txt h2 {
    font-size: 40px;
    font-weight:800;
}

.button-margin {
    margin-bottom: -69px;
}


.single-about-txt p span {font-size: 48px;text-transform: capitalize;line-height: 1;}
/*-------------------------------------
    5. Gallery
--------------------------------------*/
.img-item-overlay h3 {
    font-size: 26px;
    font-weight: normal;
    line-height: 3.23;
    color: #fff;
}
.btn.welcome-btn.gallery-btn {
    width: 143px;
    height: 52px;
    font-size: 14px;
}
/*-------------------------------------
        6. Featured-List
--------------------------------------*/
/* .single-featured-list */
.single-featured-list{
    background: transparent;
    padding: 47px 0 32px 45px;
    -webkit-transition: .5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition: .5s
}
.single-featured-list-txt {position: relative;top: -4px;}
.single-featured-list-txt h3{
    font-size: 14px;
    font-weight:800;
    text-transform: initial;
    line-height: 1.5;
    color: #2a2a2b;
}
.single-featured-list-txt p{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
    color: #9a9a9a;
    max-width: 396px;
    margin-top: 15px;
    text-align: justify;
}
.f-rec {
    width: 20px;
    height: 15px;
    background: #2a2a2b;
    margin-right: 12px;
}
.single-featured-list:hover{background: #f5f2f2;}
.service .single-featured-list:hover{background:transparent;}
/* .single-featured-list */



.img-item{
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition: .5s;
}

.img-item-overlay {
    position: absolute;
    bottom:-125px;
    left: 0;
    width: 100%;
    height: 125px;
    background: rgba(255, 255, 255, .8);
    -webkit-transition: .5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition: .5s;
}

.img-item-overlay{
    bottom: auto;
    top: 0;
    height: 100%;
    background: rgba(111,1,1,0.5);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.img-item:hover .img-item-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


.btn.welcome-btn.featured-button {
    width: 245px;
    height: 67px;
    
}

/*.footer-copyright */
.footer-copyright {
    background: rgb(111,1,1);
    padding: 20px 0 10px;
}
.footer-copyright p,.footer-copyright p a {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}

/*.footer-copyright */

/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#620095;
	border:1px solid #620095;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#fff;
    color: #620095;
	border:1px solid #620095;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;
}
#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}
/*-------------------------------------
        4. O Autorovi
--------------------------------------*/
.autor{position: relative}
.autor-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

.single-autor-txt{ position: relative}
.single-autor-txt h2{
    font-size: 47px;
    font-weight:800;
    color: #383838;
    margin-bottom: 10px;
}
.single-autor-txt p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.93;
    color: #9a9a9a;
    max-width: 546px;
    margin: 5px;
    text-align: justify;
}

#modal1 .modal-header {
    background-image: url("../images/gallery/johnsonvyrez.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}

#modal2 .modal-header {
    background-image: url("../images/gallery/grimfieldvyrez.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}

#modal3 .modal-header {
    background-image: url("../images/gallery/ceovyrez.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}

#modal4 .modal-header {
    background-image: url("../images/gallery/nwpvyrezA.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}

#modal5 .modal-header {
    background-image: url("../images/gallery/themobvyrez.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.modal .modal-header{
    height: 150px;
}


.Mbutton{
    text-align: center;
    line-height: 50px;
}