/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR Invest               ||||||||||||||||||||||||||||||||||
****************************************************************************************************************
    Project:        Invest - Business And Multipurpose Responsive WordPress Theme
    Version:        1.1
    Author:         Inaikas

||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

1- Fixed header
2- Banner 1
3- banner 2
4- Banner 3
5- Banner 4
6- Banner 5
7- Banner 6
8- Banner 7
9- Slider Style One
10- Slider Style Two

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/


/************************** 
* 1. Fixed header
***************************/

.banner-fixed {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
    z-index: 10;
}

.content-header {
    z-index: 3;
    position: relative;
}

.title-header {
    text-transform: capitalize;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    margin: 0;
}

.content-header p {
    text-align: center;
    font-weight: 400;
    margin-top: 30px;
    color: #fff;
    font-size: 20px;
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.bt-banner {
    vertical-align: middle;
    position: relative;
    z-index: 1;
    padding: 0 36px;
    height: 56px;
    min-width: 175px;
    line-height: 56px;
    border-width: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #6b54f6;
    display: inline-block;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    border: none;
    font-weight: 400;
    font-family: poppins;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.navbar .bt-banner {
    height: 40px;
    line-height: 40px;
    margin: 0;
}

.bt-banner::before,
.bt-banner::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.bt-banner::before {
    background: #7986cb;
}

.bt-banner::after {
    background: #3f51b5;
}

.bt-banner>span {
    vertical-align: middle;
}

.button-icon {
    padding-right: 10px;
}

.bt-banner:hover {
    color: #fff !important;
}

.bt-banner:hover::before,
.bt-banner:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.bt-banner:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}

.bt-banner-light {
    background: #fff !important;
    color: #404141 !important;
}

.bt-banner-light:hover {
    background: #6b54f6 !important;
    color: #fff !important;
}

.bt-banner-light:hover i {
    color: #fff !important;
}


/************************** 
* 2. Banner 1
***************************/

.banner-1 {
    background-size: cover !important;
    background-position: center center !important;
}


/************************** 
* 3. banner 2
***************************/

.banner-2 {
    background: url(http://placehold.it/1349x662/f7f7f7) !important;
    background-size: cover !important;
    background-position: center center !important;
}

.banner-2 .content-header .sub-title,
.banner-2 .content-header h1,
.banner-2 .content-header p {
    text-align: left !important;
    color: #fff;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.banner-2 .content-header .sub-title:before,
.banner-2 .content-header .sub-title:after {
    display: none;
}


/************************** 
* 4. Banner 3
***************************/

.banner-3 {
    background: url(http://placehold.it/1349x662/f7f7f7) !important;
    background-size: cover !important;
    background-position: center center !important;
}


/************************** 
* 5. Banner 4
***************************/

.banner-4 {
    background: url(http://placehold.it/1349x662/f7f7f7) !important;
    background-size: cover !important;
    background-position: center center !important;
}


/************************** 
* 6. Banner 5
***************************/

.banner-5 {
    background: url(http://placehold.it/1349x662/f7f7f7) !important;
    background-size: cover !important;
    background-position: center center !important;
}

.sidebar-header {
    width: 50px;
    height: 100%;
    z-index: 999999;
    position: absolute;
    top: 0;
    left: 0;
}

.sidebar-header .banner-social-buttons {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100px;
    font-weight: 600;
    letter-spacing: .05em;
    pointer-events: none;
}

.sidebar-header .banner-social-buttons ul {
    width: auto;
    text-align: center;
    position: absolute;
    top: 44%;
    left: 23%;
    margin-top: 0;
    margin-bottom: 0;
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -o-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}

.sidebar-header .banner-social-buttons ul li {
    display: inline;
}

.sidebar-header .banner-social-buttons ul li a {
    text-decoration: none;
    display: inline-block;
    margin: 0 25px;
    position: relative;
    pointer-events: all;
    color: #fff;
}

.sidebar-header .banner-social-buttons a span {
    display: inline-block;
}


/************************** 
* 7. Banner 6
***************************/

.banner-6 {
    background-size: cover !important;
    background-position: center center !important;
    justify-content: left;
    overflow: hidden;
}

.banner-6:before {
    content: "";
    width: 69%;
    height: 100vh;
    background: #6b54f6 !important;
    display: inline-block;
    top: 0;
    position: absolute;
    left: -27%;
    border-bottom-right-radius: 200px;
    border-top-right-radius: 200px;
    transform: rotate(-39deg);
}

.banner-6 .content-header p {
    max-width: 100%;
    text-align: left;
}


/************************** 
* 8. Banner 7
***************************/

.banner-7 {
    background: url(http://placehold.it/1349x662/f7f7f7) !important;
    background-size: cover !important;
    background-position: center center !important;
    justify-content: left;
}


/************************** 
* 9. Slider Style One
***************************/

#header {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    z-index: 80;
    height: 100vh;
    overflow: hidden;
}

.bs-slider {
    overflow: hidden;
    max-height: 100%;
    position: relative;
    background: #000000;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    width: 100% !important;
    background-size: contain;
    height: 100% !important;
    object-fit: cover;
}

.fade {
    opacity: 1 !important;
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
    height: 100% !important;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
}

.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #6b54f6;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fff;
    background: #6b54f6;
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
    font-size: 20px;
    line-height: 45px;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
    font-size: 20px;
    line-height: 45px;
}

.indicators-line .carousel-indicators {
    bottom: 3%;
    width: 100%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    left: auto;
    padding-top: 1px;
    white-space: nowrap;
    right: auto;
    margin-left: auto;
    margin-bottom: 0;
}

.indicators-line .carousel-indicators li {
    padding: 0;
    width: 40px;
    height: 2px;
    text-indent: 0;
    overflow: hidden;
    opacity: 1;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
    box-shadow: none;
}

.indicators-line .carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line .carousel-indicators .active {
    margin: 0px 5px 1px 1px;
    box-shadow: none;
    background-color: #6b54f6;
    margin-bottom: 0px !important;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

body#home-2 .headerSlider .owl-item,
body#multi-7 .headerSlider .owl-item {
    height: 100vh !important;
}

body#home-2 .headerSlider .item,
body#multi-7 .headerSlider .item {
    height: 100% !important;
}

body#home-2 .headerSlider .overlay,
body#multi-7 .headerSlider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

body#home-2 .headerSlider .bs-slider-overlay,
body#multi-5 .headerSlider .bs-slider-overlay,
body#multi-7 .headerSlider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/*body#home-2 .headerSlider .owl-nav.disabled,
body#multi-7 .headerSlider .owl-nav.disabled {
    display: initial !important;
}*/

body#home-2 .headerSlider .owl-nav .owl-prev,
body#multi-7 .headerSlider .owl-nav .owl-prev {
    left: 1%;
    z-index: 9999;
    outline: none;
    border-radius: 6px;
    line-height: 47px !important;
}

body#home-2 .headerSlider .owl-nav .owl-next,
body#multi-7 .headerSlider .owl-nav .owl-next {
    right: 1%;
    z-index: 9999;
    outline: none;
    border-radius: 6px;
    line-height: 47px !important;
}

body#home-2 .headerSlider .owl-nav .owl-prev:focus,
body#home-2 .headerSlider .owl-nav .owl-next:focus,
body#multi-7 .headerSlider .owl-nav .owl-prev:focus,
body#multi-7 .headerSlider .owl-nav .owl-next:focus {
    outline: none;
}

body#home-2 .headerSlider .owl-nav .owl-prev i,
body#home-2 .headerSlider .owl-nav .owl-next i,
body#multi-7 .headerSlider .owl-nav .owl-prev i,
body#multi-7 .headerSlider .owl-nav .owl-next i {
    font-size: 20px !important;
}

body#home-2 .headerSlider .owl-dots,
body#multi-7 .headerSlider .owl-dots {
    position: absolute;
    bottom: 3%;
    width: 100%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    left: auto;
    padding-top: 1px;
    white-space: nowrap;
    right: auto;
    margin-left: auto;
    margin-bottom: 0;
    display: flex !important;
    -ms-flex-pack: center;
    justify-content: center;
}

body#home-2 .headerSlider .owl-dots .owl-dot,
body#multi-7 .headerSlider .owl-dots .owl-dot {
    padding: 0;
    width: 40px;
    height: 2px;
    text-indent: 0;
    overflow: hidden;
    opacity: 1;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
    box-shadow: none;
    cursor: pointer;
}

body#home-2 .headerSlider .owl-dots .owl-dot.active,
body#multi-7 .headerSlider .owl-dots .owl-dot.active {
    margin: 0px 5px 1px 1px;
    box-shadow: none;
    background-color: #6b54f6;
    margin-bottom: 0px !important;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

body#home-2 .headerSlider .owl-dots .owl-dot:focus,
body#multi-7 .headerSlider .owl-dots .owl-dot:focus {
    outline: none;
}

body#multi-5 .headerSlider .owl-nav {
    display: flex !important;
    margin-left: 20px;
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: 9999;
    display: inline-block;
    display: flex;
    width: auto;
}

body#multi-5 .headerSlider .owl-nav .owl-prev,
body#multi-5 .headerSlider .owl-nav .owl-next {
    position: static;
    background: transparent !important;
    top: 0;
    bottom: 0;
    opacity: 1;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border: 1px solid #fff;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    line-height: 13px !important;
}

body#multi-5 .headerSlider .owl-nav .owl-prev:hover,
body#multi-5 .headerSlider .owl-nav .owl-next:hover {
    color: #ffffff;
    background: #6b54f6 !important;
    border: 1px solid #6b54f6;
}

body#multi-5 .headerSlider .owl-nav .owl-prev:focus,
body#multi-5 .headerSlider .owl-nav .owl-next:focus {
    outline: none;
}

body#multi-5 .headerSlider .owl-nav .owl-prev i,
body#multi-5 .headerSlider .owl-nav .owl-next i {
    left: 45%;
    font-size: 20px !important;
    line-height: 45px;
}

body#multi-5 .headerSlider .owl-nav .owl-next i {
    left: auto;
    right: 45%;
    font-size: 20px !important;
    line-height: 45px;
}

body#multi-5 .headerSlider .owl-nav .owl-prev {
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    font-weight: normal;
    text-align: center;
    left: 0 !important;
}

body#multi-5 .headerSlider .owl-nav .owl-next {
    right: 0 !important;
}

body#multi-5 .headerSlider .owl-carousel .owl-item {
    height: 100vh !important;
}

body#multi-5 .headerSlider .owl-carousel .item {
    height: 100% !important;
}

body#multi-5 .headerSlider .owl-carousel .item > img,
body#multi-5 .headerSlider .owl-carousel .item > a > img {
    margin: auto;
    width: 100% !important;
    background-size: contain;
    height: 100% !important;
    object-fit: cover;
}

body#multi-5 .headerSlider .owl-carousel .owl-dots {
    position: absolute;
    bottom: 5.4%;
    right: calc(130px + 5%);
    z-index: 9999;
    display: inline-block;
    display: flex;
    width: auto;
}

body#multi-5 .headerSlider .owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: #fff;
    margin: 0 10px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

body#multi-5 .headerSlider .owl-carousel .owl-dots .owl-dot.active {
    background: #6b54f6;
}

body#multi-5 .headerSlider .owl-carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: transparent !important;
}

.slide-text {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 0px 85px;
}

.header-content {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
}

.header-content p {
    font-weight: 400;
    margin-top: 30px;
    color: #fff;
    font-size: 20px;
    max-width: 40%;
}

.slide-text>h1 {
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slide-text>p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text h3 {
    color: #ffffff;
}

.slide-text>a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
.slide-text>a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.carousel-control span {
    margin-top: 0;
    margin-bottom: 0;
}

.header-content .more-btn {
    border: 1px solid #6b54f6;
    background: #6b54f6;
    color: #fff;
}

.owl-item img {
    height: 100% !important;
    object-fit: cover;
}


/************************** 
* 10. Slider Style Two
***************************/

.slider-style-two .fullindicators {
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: 9999;
    display: inline-block;
    display: flex;
    width: auto;
}

.slider-style-two .controls-slider {
    display: flex;
    margin-left: 30px;
}

.slider-style-two .indicators-line .carousel-indicators {
    height: auto;
    width: auto;
    bottom: 8%;
    right: 13%;
    padding-left: 0;
    padding-right: 0;
    left: auto;
    display: inline-block;
    margin-right: 0;
    z-index: 9999999999;
    position: initial;
    display: flex;
    align-items: center;
}

.slider-style-two .indicators-line .carousel-indicators li {
    width: 15px;
    height: 15px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0;
    display: inline-block;
}

.slider-style-two .indicators-line .carousel-indicators li:last-child {
    margin-right: 0px;
}

.slider-style-two .sidebar-header {
    width: 50px;
    right: 0;
}

.slider-style-two .sidebar-header .banner-social-buttons {
    width: 50px;
}

.slider-style-two .sidebar-header .banner-social-buttons ul {
    top: 50%;
    left: 49%;
}

.slider-style-two .sidebar-header .banner-social-buttons a {
    color: #404044;
}

.slider-style-two .sidebar-header {
    width: 50px;
    right: 0;
    left: auto;
}

.slider-style-two .sidebar-header .banner-social-buttons a {
    margin: 0 10px;
}

.slider-style-two .carousel-control {
    border: 1px solid #fff;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.slider-style-two .carousel-control:hover {
    border: 1px solid #fff;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}


/* Control slider  */

.controls-slider .carousel-control {
    top: 0;
    bottom: 0;
    opacity: 1;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.controls-slider .carousel-control.left,
.controls-slider .carousel-control.right {
    position: static;
    background: transparent !important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.controls-slider .carousel-control.left {
    left: 0 !important;
}

.controls-slider .carousel-control.right {
    right: 0 !important;
}

.controls-slider .carousel-control.left:hover,
.controls-slider .carousel-control.right:hover {
    color: #ffffff;
    background: #6b54f6 !important;
    border: 1px solid #6b54f6;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

@media (max-width: 992px) {
    .slide-text {
        padding: 0px 0px;
    }
    .header-content {
        max-width: 720px;
    }
    .controls-slider {
        display: none;
    }
    .slider-style-two .indicators-line .carousel-indicators {
        right: 5%;
    }
}

@media (max-width: 991px) {
    .header-content {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
    }
    .controls-slider {
        display: none;
    }
    .slider-style-two .indicators-line .carousel-indicators {
        right: 5%;
    }
}

@media (max-width: 768px) {
    .slide-text {
        padding: 0px 0 0 5%;
    }
    .header-content {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .slider-style-two .indicators-line .carousel-indicators {
        right: 5%;
    }
}

@media (max-width: 767px) {
    .header-content {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .slide-text {
        padding: 10px 15px;
    }
    .slide-text>a.btn-default,
    .slide-text>a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .slider-style-two .indicators-line .carousel-indicators {
        right: 5%;
    }
}