/** --------------------------------------------------
Author       : Dreambuzz
Template Name: Zetron - Business financial template
Author URI : https://themeforest.net/user/dreambuzz/portfolio
Description: wagon,business,financial,onepage,multipage,agency,responsive,clean,modern,bootstrap4,clean,bootstrap4,consultant.
Version      : 1.0
* -------------------------------------------------  */

/*-----------------------------
 CSS INDEXING
* --------------------------------------
* 01.GLOBAL CSS STYLE
* 02.TYPOGRAPHY CSS STYLE
* 03.BUTTONS STYLE
* 04.HOMEPAGE CSS STYLE
    -LOGO CSS
    -MENU CSS
    -BACKGROUND
* 05.FEATURES CSS STYLE
* 06.SERVICE CSS STYLE
* 07.ABOUT CSS STYLE
* 08.PRICING CSS STYLE
* 09.TESTIMONIAL STYLE
* 10.LATEST BLOG CSS STYLE
* 11.CONTACT CSS STYLE
* 12.FOOTER CSS STYLE
* ----------------------------------------
*/


@import url('https://fonts.googleapis.com/css?family=Lato:400,600,700');


html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
    text-align: left;
    background-color: #fff;
    font-weight: 400;
    color: #6c757d;
}

/*--------------------
 TYPOGRAPHY
-----------------*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'orkneymedium', sans-serif;
    line-height: 1.35;
    margin-bottom: .5rem;
    color: #212529
}

.h1,
h1 {
    font-size: 2.125rem;
    line-height: 40px;
}

.h2,
h2 {
    font-size: 1.625rem;
}

.h3,
h3 {
    font-size: 1.375rem;
}

.h4,
h4 {
    font-size: 1.125rem;
}

.h5,
h5 {
    font-size: .9375rem;
}

.h6,
h6 {
    font-size: .75rem;
}

.lead {
    font-size: 1.0625rem;
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.section-title {
    font-size: 35px;
    font-weight: 700;
}


@media (max-width:767.98px) {
    h1 {
        font-size: 1.5rem
    }

    h2 {
        font-size: 1.375rem
    }

    h3 {
        font-size: 1.25rem
    }

    h4 {
        font-size: 1.125rem
    }

    h5 {
        font-size: .9375rem
    }

    h6 {
        font-size: .75rem
    }
}


p {
    margin-bottom: 0px;
}

a:hover,a:focus{
    outline: none;
    text-decoration: none;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.mb-6{
    margin-bottom: 2rem !important;
}

.section-heading{
    margin-bottom: 80px;
}


/*--------------------

-----------------*/


img {
    vertical-align: middle;
    border-style: none;

}

.img-thumbnail {
    padding: .25rem;
    border: 1px solid #dee2e6;
    background-color: #fff
}


.section {
    position: relative;
    padding: 8.125rem 0;
}

@media (min-width:768px) {
    .section {
        padding: 7.5rem 0
    }
}

.section-top {
    padding-top: 8.125rem;
}

.section-bottom {
    padding-bottom: 8.125rem;
}

@media (min-width:768px) {
    .section-top {
        padding-top: 10.3125rem
    }
}


.bg-grey {
    background: #F4F7FC;
}

/*-------------------
  BUTTONS STYLE
----------------=----*/

.btn {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    padding: 1rem 2.7rem;
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    letter-spacing: 1px;
}


.btn-trans-white {
    border-color: #fff;
    color: #fff;
}
.btn-trans-dark {
    border-color: #222;
    color: #222;
}

.btn-white,
.btn-trans-white:hover {
    background: #fff;
    color: #111;
}

.btn-white:hover {
    color: #fff;
    background-color: #EE2D50;
    border-color: #EE2D50;
}


.w-btn-main,.btn-trans-dark:hover,.btn-feature:hover  {
    color: #fff;
    background: #EE2D50;
    border-color: transparent;
}

.btn-feature{
    border-color: #443986;
    color: #fff;
    background: #443986;
}

.w-btn-main:hover{
    background: #443986;
    color: #fff;
    border-color: #443986;
}

.btn-white:hover {
    background: #EE2D50;
    color: #fff;
}

.btn-circle {
    display: inline-flex;
    width: 4.20313rem !important;
    height: 4.20313rem !important;
    padding: 0 !important;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}



.btn.btn-link {
    color: #212529
}

.btn:focus {
    box-shadow: none !important
}


/*-------------------
   MENU
----------------------*/

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    content: "";
    vertical-align: middle;
    background: no-repeat 50%;
    background-size: 100% 100%
}

.main-nav {
    margin-bottom: -45px;
    z-index: 999;
}

.navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 14px;
}


.navbar-white .navbar-nav .nav-link{
    color: #232323;
    font-weight: 600;
    letter-spacing: .6px;
    font-size: 15px;
    text-transform: uppercase;
}


.navbar {
    position: relative;
    border-radius: 0px;
}

.fixed-top {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
}

.navbar:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    transition: opacity .15s linear;
    opacity: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background-color: #fff;

}

.navbar-dark {
    color: #fff;
}

.navbar-light::before {
    opacity: 1;
}

.navbar-light {
    color: #212529;
}


.navbar .nav-item-divider {
    display: none;
}

@media (min-width:1200px) {
    .navbar .nav-item-divider {
        display: block
    }
}

.navbar .nav-item-divider .nav-link {
    opacity: .25
}

.navbar .nav-item-divider .nav-link > span {
    border-left: 1px solid
}

@media (max-width:1199.98px) {
    .navbar .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
        border: 0
    }
}

@media (min-width:1200px) {
    .navbar .dropdown-menu {
        transform: translateY(.5rem);
        opacity: 0
    }

    .navbar .dropdown-menu.show {
        animation: .2s forwards d
    }

    @keyframes d {
        to {
            transform: translateY(0);
            opacity: 1
        }
    }
}



.nav-item.dropdown .dropdown-menu{
    -webkit-transition: all 300ms ease;
    -o-transition:all 300ms ease;
    transition: all 300ms ease;
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 120%;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    border: 0px;
    padding: 0px;
    position: absolute;
}

.nav-item.dropdown:hover .dropdown-menu{
    opacity: 1;
    visibility: visible;
    top: 100%;
}


.dropdown-item{
    font-size: 16px!important;
    text-transform: capitalize!important;
    font-weight: 600!important;
}
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #EE2D50;
}
.header-bar.fixed-header .main-navigation {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(20,27,40,.90);
    border-color: transparent;

}


.navbar-white .navbar-brand{
    margin-top: 8px;
}

.trans-navigation{
    border-radius: 0px;
    -webkit-transition: all .7s ease ;
    -o-transition: all .7s ease ;
    transition: all .7s ease ;
}
.header-white{
    background: #fff;
     -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    box-shadow:0 7px 22px rgba(0, 0, 0, 0.08) ;
}

.site-navigation{
    background: #fff;
}

.top-header-bar{
    padding: 15px 0px;
}

.top-contact-info{
    margin-left: 20px;
}

.top-icon{
    margin-right: 20px;
    font-size: 20px;
    color: #EE2D50;
    margin-top: -5px;
}

.info-block h4{
    margin-bottom: 0px;
    color: #fff;
    font-weight: 400;
}

.site-navigation{
    margin-top: 50px;
    -webkit-transition: all .5s ease;
    -o-transition:all .5s ease ;
    transition: all .5s ease;
}

.main-menu-area.header-white .site-navigation {
    margin-top: 0px;
}


/*-------------------
  DROPDOWN MENU
----------------------*/


.dropdown-menu {
    opacity: 0
}

.dropdown-menu.show {
    animation: .2s forwards b
}

@keyframes b {
    to {
        opacity: 1
    }
}

.dropdown-item {
    font-size: .6875rem;
    font-weight: 500;
    padding-top: .5rem;
    padding-bottom: .5rem;
    transition: background-color .1s;
    text-transform: uppercase
}

@media (min-width:1200px) {
    .dropdown-item {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

@media (min-width:1200px) {
    .dropdown-item + .dropdown-item {
        border-top: 1px solid rgba(0, 0, 0, .1)
    }
}



/*------------------------
 BACKGROUND
----------------------------*/


/*----------------------
 BANNER STYLE
-----------------------*/

.py-7 {
    padding: 7.5rem 0;
}

.py-8 {
    padding: 8.5rem 0;
}

.main-banner {
    color: #fff;
    padding: 50px 0px;
}


#main-banner-3{
    background: rgba(238, 45, 80,.15);
}
.main-banner.style-3 {
    padding: 90px 0px;
}
.main-banner.style-3 h1.display-4{
     color: #000;
    text-transform: capitalize;
    font-weight: 400;
}
.main-banner.style-3 h1.display-4 span{
    font-weight: 600;
}
.main-banner.style-3 h5{
    color: #EE2D50;
    text-decoration: underline;
    letter-spacing: 7px;
}

.main-banner.style-3 p{
   color: #444;
    letter-spacing: 0px;
    margin-bottom: 30px;
}



@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%; 
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}


/*  =======================
   Banner -1 
============================*/

#main-banner-1{
    background: url("../img/bg/banner-1.jpg");
    -webkit-background-size: cover;
    background-size:cover ;
}

.main-banner.style-2{
    padding: 160px 0px 70px;
}

.main-banner.style-2 h1{
    color: #fff;
    font-weight: 700;
    margin: 15px 0px;
}
.main-banner.style-2 p.lead{
    margin: 20px 0px 40px;
}
.main-banner.style-2 h5{
    color: #fff;
    letter-spacing: 5px;
}


.carousel-control-next,.carousel-control-prev {
    opacity: 0;
}
.carousel-control-next span ,.carousel-control-prev span {
    width: 45px;
    height: 45px;
    text-align: center;
    background: #443986;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}


#main-slider:hover .carousel-control-next, #main-slider:hover .carousel-control-prev{
    opacity: 1;
}

/*----------------------
 BG OVERLAY
-----------------------*/


.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
}

.overlay.feature-overlay {
    background: linear-gradient(25deg, #796eff 0%, #21c87a 100%);
    background: url("../img/bg/overlay-pattern.png");
    opacity: .96;
}


/*----------------------
 SECTION HEADING
-----------------------*/
.section-heading{
    margin-bottom: 80px;
}

.section-heading h1{
    margin: 20px 0px 15px;
    font-family: 'orkneybold', sans-serif;
}


.line{
    width: 70px;
    height: 2px;
    background: #EE2D50;
}
.section-heading .line{
    margin: 30px auto 0px;
    position: relative;
}


.learn-more{
    margin-top: 20px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 2px;
    font-size: 13px;
}





/*-----------------------------
ONEPAGE STYLE
----------------------------*/

.feature-heading i{
    font-size: 60px;
    color: #EE2D50;
}
.feature-heading {
    padding-right: 40px;
}
.feature-heading .btn{
    margin-top: 30px;
}
.feature-block{
    padding: 30px;
    text-align: center;
    border: 1px dashed #eee;
    margin-bottom: 30px;
    -webkit-transition: all .7s ease 0s;
    -o-transition:all .7s ease 0s ;
    transition: all .7s ease 0s;
    border-radius: 5px;
    background: #F9FAFF;
}
.feature-block:hover{
     -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    box-shadow:0 7px 22px rgba(0, 0, 0, 0.08) ;
}

.mt15{
    margin-top: -75px;
}


.feature-block i{
    font-size: 60px;
    -webkit-transition: all .7s ease 0s;
    -o-transition:all .7s ease 0s ;
    transition: all .7s ease 0s;
}


.feature-block:hover{
    border-color: #EE2D50;
}
.feature-block:hover i{
    color: #EE2D50;
}


.file-download {
    margin-top: 30px;
}
.file-download li{
   margin-bottom: 15px;
}
.file-download li a i {
    margin-right: 10px;
    color: #e94429;
    margin: 0 10px 0;
    font-size: 1.2em;
}
.file-download li a{
    color: #404040;
    font-weight: 600;
    font-size: 14px;
    display:block;
    max-width: 80%;
    background: #FBFBFB;
    border: 1px solid #EDEDED;
    padding: 12px 20px;
}

/*------------------------------------
ABOUT SECTION
-------------------------------------*/
#section-about{
    position: relative;
}
.left_absolute{
    position: absolute;
    content:"";
    left: 0px;
    top: 0px;
    height: 550px;
    background: url("../img/bg/banner_bg.jpg");
    background-size: cover;
}

.about-inner{
    padding-left: 40px;
    margin-top: 75px;
}
.about-inner h1{
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 20px;
}



/*------------------------------------
SECTION CTA
-------------------------------------*/

#section-cta{
    background: url("../img/bg/Slider_demo_2.jpg");
    -webkit-background-size: cover;
    background-size: cover;
}

.cta-block h3{
    margin: 20px 0px 30px;
    color: #000;
    opacity: .6;
}


/*------------------------------------
SERVICE SECTION
-------------------------------------*/

#section-service{
    padding-bottom: 70px;
    margin-top: 80px;
}
.service-inner img{
    margin-bottom: 20px;
    border-radius: 5px;
}
.service-inner{
    margin-bottom: 60px;
}
.service-inner p{
    margin-bottom: 20px;
}


/*------------------------------------
SECTION TEAM
-------------------------------------*/
.team-block{
    position: relative;
}
.team-block img{
    border-radius: 5px;
}
.team-info{
    margin-top: 20px;
}
.team-info .line{
    margin-top: 20px;
    width: 30px;
    background: #555;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.team-block:hover .line{
    background: #EE2D50;
    width: 60px;
}
.team-info h3{
    margin-bottom: 0px;
}
.team-info h5{
    opacity: .6;
}
.team-overlay-info a i{
    color: #fff;
}
.team-overlay-info{
    position: absolute;
    content: "";
    right: 16px;
    top: 0px;
    background: #eee;
    padding: 5px;
    text-align: center;
    background: rgba(238, 45, 80,.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s ease;
    -o-transition:all .6s ease ;
    transition: all .6s ease;
}
.team-block:hover .team-overlay-info{
    opacity: 1;
    visibility: visible;
}

.mt0{
    margin-top: 0px;
}
/*------------------------------------
SECTION TESTIMONIAL
-------------------------------------*/
#section-testimonial{
    padding-bottom: 120px;
    background: #F9FAFF;
}
.mb25{
    margin-bottom: 25px;
}
.test-inner{
    position: relative;
    padding: 30px;
    background: #fff;
    border-top-right-radius: 35px;
    margin-bottom: 25px;
    -webkit-transition: all .7s ease;
    -o-transition:all .7s ease ;
    transition:all .7s ease ;
}

.test-inner:hover{
     -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    box-shadow:0 7px 22px rgba(0, 0, 0, 0.08) ;
}

.test-author-thumb{
    margin-bottom: 15px;
}
.test-author-thumb img{
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border: 1px dotted #ddd;
    padding: 5px;
}

.test-author-info{
    margin-left: 20px;
    margin-top: 20px;
}

.test-inner i{
    font-size: 60px;
    opacity: .09;
    position: absolute;
    right: 40px;
    bottom: 20px;
}



/*----------------------
 BLOG
-----------------------*/

.block-content{
    margin-top: 20px;
}


.blog-box {
    list-style: none;
    padding-left: 0px;
}
.blog-box li{
    padding: 15px 25px;
    border: 1px solid#eee;
    margin-bottom: 15px;
}

.blog-meta{
    margin: 30px 0px 15px;
}
.blog-meta span{
    margin-right: 15px;
}
.blog-meta span i{
    margin-right: 6px;
}

.blog-content p{
    margin: 20px 0px;
}
.read-more{
    color: #EE2D50;
}
.read-more i{
    margin-right: 5px;
}

/*------------------------------------
SECTION CONTACT
-------------------------------------*/
#section-contact{
    background: #F9FAFF;
}


.contact-block .w-btn-main:hover {
    background: #222;
    color: #EE2D50;
    border-color:#222 ;
}

.form-control{
    height: 45px;
    border-radius: 0px;
    background: transparent;
}
.form-control:focus{
    -webkit-box-shadow: 0px 0px 20px #eee;
    box-shadow: 0px 0px 20px #eee;
}
.form-group{
    margin-bottom: 20px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 13px;
    color: #C9C9C9!important;
}
::-moz-placeholder { /* Firefox 19+ */
    font-size: 13px;
    color: #C9C9C9!important;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 13px;
  color: #C9C9C9!important;
}
:-moz-placeholder { /* Firefox 18- */
 font-size: 13px;
 color: #C9C9C9!important;
}



/*----------------------
 FOOTER
-----------------------*/

#footer {
    background: url("../img/bg/bg_88.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0px;
}

.footer-overlay {
    background: #1e212a;
    opacity: .80;
}

.footer-brand {
    font-size: 30px;
    margin-bottom: 30px;
    display: block;
}

.footer-links {
    padding-left: 0;
    list-style-type: none
}
.footer-links a:hover{
    color: #EE2D50;
    padding-left: 10px;
}

.footer-widget p {
    color: #ddd;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 32px;
    font-size: 14px;
}

.footer-widget h3 {
    color: #fff;
    margin-bottom: 30px;
}

.footer-links li{
    position: relative;
    padding-left: 20px;
}
.footer-links li:before{
    position: absolute;
    font-family: "fontawesome";
    content:"\f054";
    left: 0px;
    top: 0px;
    color: #fff;
    opacity: .4;
    font-size: 12px;
    margin-top: 10px;    
}
.footer-links a {
    color: #ddd;
    line-height: 38px;
    font-size: 14px;
    text-transform: Capitalize;
}

.footer-links i{
    width: 25px;
}

.footer-copy {
    color:#ddd;
    font-size: 16px;
    position: relative;
    margin-top: 25px;
}

.current-year {
    color: #EE2D50 !important;
}

address{
    color: #ddd;
}
.footer-partners {
    margin-top: 30px;
}
.footer-partners h4{
    color: #fff;
    margin-bottom: 20px;
}

.footer-sub{
    color: #fff;
}


/*-----------------------------
 SCROLL TO TOP
--------------------------------*/

.scroll-to-top{
    position: fixed;
    content: "";
    right: 30px;
    bottom: 50px;
    z-index: 999;
    background: #EE2D50;
    color: #fff!important;
    border-radius: 100%;
    
}

.scroll-to-top i{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 60px;
    display: block;
     -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    box-shadow:0 7px 22px rgba(0, 0, 0, 0.08) ;
}

.scroll-to-top:hover, .scroll-to-top:focus{
    text-decoration: none;
}

