
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

a,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.btn {
    border-radius: 0px;
    font-size: 14px;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #4b8bf6;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

button:focus {
    outline: 0px dotted;
}

a,
button,
input {
    outline: medium none;
    color: #15273e;
}




h1 {
    font-size: 46px;
    font-weight: 500;
}

h2 {
    font-size: 37px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

.bg-img {
    background-position: center center;
    background-size: cover;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

:focus {
    outline: -mos-focus-ring-color auto 0px;
}

:focus {
    outline: none;
}

.header-search form button {
    outline: medium none;
}

.relative {
    position: relative;
}

.overflow {
    overflow: hidden;
}


/* button */

.btn-style {
    background-color: transparent;
    border: 2px solid #eeeeee;
    color: #242424;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 20px 12px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    display: block;
}

.btn-style:hover {
    background-color: #ff0042;
    border: 2px solid #ff0042;
    color: #fff;
}

.btn-style-2 {
    background-color: #ff0042;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 17px 37px;
    text-transform: uppercase;
}

.btn-style-2:hover {
    background-color: #242424;
    color: #fff;
}

.height-100vh {
    height: 100vh;
}

.height-100vh-2 {
    height: 100vh;
}

.default-overlay,
.default-overlay-2 {
    position: relative;
}

.default-overlay::before {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.default-overlay-2::before {
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.btn-hover {
    position: relative;
}

.btn-hover::before {
    background: #15273e none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.btn-hover:hover::before {
    transform: scaleX(1);
}

.default-btn {
    color: #15273e;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    padding: 23px 50px 23px;
    text-transform: uppercase;
    z-index: 9;
}


/*------------------------
    2. Index page style
--------------------------*/


/* header */

.transparent-bar {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}


.wrapper .body-overlay {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}

.wrapper.overlay-active .body-overlay {
    opacity: 1;
    visibility: visible;
}


/* search */



/* slider area */

.owl-stage-outer {
    width: 100%;
}

.slider-overly {
    position: relative;
}

.slider-overly::before {
    background-color: #011010;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.51;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.slider-text {
    position: relative;
    z-index: 9;
    top: 73%;
}

.slider-text h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: bolder;
    line-height: 80px;
    margin: 0;
}

.slider-text h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin: 0px;
}

.slider-btn a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    padding: 12px 49px 12px;
    text-transform: uppercase;
    margin: 0 8px;
}

.slider-btn a.sub-slider-btn-1 {
    background-color: #dc3545;
}

.slider-btn a.sub-slider-btn-2 {
    background-color: #4b8bf6;
}

.pagination-style1 .owl-dots {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
	width:2%;
}

.pagination-style1 .owl-dots .owl-dot {
    color: #f9fbff;
    font-size: 19px;
    line-height: 1;
    margin: 0 0 16px;
    opacity: 0.5;
    position: relative;
}

.pagination-style1 .owl-dots .owl-dot:hover {
    color: #fff;
    opacity: 1;
}

.pagination-style1 .owl-dots .owl-dot:last-child {
    margin: 0 0 0px;
}

.pagination-style1 .owl-dots .owl-dot.active {
    color: #fff;
    opacity: 1;
}

.pagination-style1 .owl-dots .owl-dot::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 40px;
    position: absolute;
    top: 10px;
    transition: all 0.3s ease-in-out 0s;
    width: 0px;
}

.pagination-style1 .owl-dots .owl-dot:hover::before,
.pagination-style1 .owl-dots .owl-dot.active::before {
    width: 42px;
}

.slider-icon {
    bottom: 35px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 9;
}

.slider-icon i {
    color: #fff;
    font-size: 20px;
}


/* Default Slider Animations */

.owl-item .slider-content * {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-item.active .slider-content * {}

.owl-item.active .slider-animated-1 h1 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1 h5 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1 h4 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1 h3 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1 a {
    -webkit-animation-delay: 2.0s;
    animation-delay: 2.0s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1 h2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 span {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}



/* tools area */

.tools-slider-active {
    margin-left: 0px;
    position: relative;
}

.tools-slider-active::before {
    background-image: url("../img/pattern/pattern-1.png");
    background-position: center center;
    background-size: cover;
    content: "";
    height: 341px;
    left: -173px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 341px;
    z-index: -1;
}

.tools-slider-active .owl-nav {
    bottom: -80px;
    left: 58%;
    position: absolute;
}

.tools-slider-active .owl-nav div {
    color: #989a9e;
    display: inline-block;
    font-size: 24px;
    transition: all .3s ease 0s;
}

.tools-slider-active .owl-nav div:hover {
    color: #4b8bf6;
}

.tools-slider-active .owl-nav div.owl-prev {
    margin-right: 20px;
}



@-webkit-keyframes border-jump {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
        border-radius: 100%;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
        border-radius: 100%;
    }
}

@keyframes border-jump {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
        border-radius: 100%;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
        border-radius: 100%;
    }
}


/* best-area */

/* slider h2 */

.slider-text-2 h4 {
    font-size: 14px;
    letter-spacing: 2.5px;
    margin: 0;
    position: relative;
}

.slider-text-2 h1 {
    font-family: "Playfair Display", serif;
    font-size: 120px;
    font-weight: bold;
    line-height: 120px;
    margin: 20px 0 71px;
}

.slider-btn-2 a {
    border: 2px solid #15273e;
    color: #15273e;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    padding: 23px 53px 22px;
    text-transform: uppercase;
}

.slider-btn-2 a:hover {
    color: #fff;
}

.slider-area {
    position: relative;
}

.slider-area .counter-style-1 {
    background-color: #e2e5e5;
    border-radius: 80% 9px 0;
    bottom: 0;
    font-family: "Playfair Display", serif;
    height: 240px;
    padding-top: 76px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 225px;
    z-index: 9;
}

.slider-area .counter-style-1 span {
    position: relative;
}

.slider-area .counter-style-1 span.total::before {
    background: #15273e none repeat scroll 0 0;
    bottom: 10px;
    content: "";
    height: 2px;
    left: -15px;
    position: absolute;
    transform: rotate(-58deg);
    transition: all 0.3s ease 0s;
    width: 11px;
}

.slider-area .counter-style-1 span.current {
    font-size: 60px;
    color: #15273e;
}

.slider-area .counter-style-1 span.total {
    color: #15273e;
    display: inline-block;
    font-size: 14px;
    left: 12px;
    top: 15px;
}




/* info area */

.information-active h2 {
    font-size: 55px;
    font-weight: bold;
    line-height: 72px;
    margin: 0;
    font-family: 'Playfair Display', serif;
}

.pagination-style1.pagination-black .owl-dots .owl-dot {
    color: #15273e;
}

.pagination-style1.pagination-black .owl-dots .owl-dot.active {
    color: #15273e;
}

.pagination-style1.pagination-black .owl-dots .owl-dot::before {
    background: #15273e none repeat scroll 0 0;
}


/* slider home 3 */

.slider-padding-1 .container-fluid {
    padding-left: 240px;
    padding-right: 200px;
}

.slider-text-3 h1 {
    font-size: 72px;
    font-weight: 900;
    letter-spacing: 0.5px;
    line-height: 55px;
    margin: 0 0 38px;
    text-transform: uppercase;
}

.slider-text-3 > p {
    color: #15273e;
    font-size: 24px;
    line-height: 38px;
    margin: 0;
}

.slider-img img {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: bounce-img;
    max-width: 880px;
}

.slider-img.slider-img-position {
    position: absolute;
    right: 165px;
    top: 200px;
}


/* slider img bounce */

@-webkit-keyframes bounce-img {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes bounce-img {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


@-webkit-keyframes doubleborder {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

@keyframes doubleborder {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}


/* blog area h3 */


/* slider h4 */

.slider-text-4 {
    z-index: 9;
    position: relative;
}

.slider-text-4 h1 {
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    line-height: 90px;
    margin: 0 0 45px;
}

.slider-btn-3 a {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
}

.slider-btn-3 a:hover {
    color: #ddd;
}

.slider-btn-3 a i {
    font-size: 18px;
    margin: 0 0 0 12px;
    position: relative;
    top: 2px;
}


/* slider area hm5 */

.slider-height-1 {
    min-height: 750px;
}

.slider-text-5 h5 {
    color: #1e2127;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    font-family: "Gothic A1", sans-serif;
}

.slider-text-5 h1 {
    color: #1e2127;
    display: block;
    font-family: "Gothic A1", sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    margin: 38px 0 0;
}

.slider-text-5 h1 a {
    font-size: 50px;
    left: 12px;
    line-height: 1;
    position: relative;
    top: 3px;
}

.slider-text-5 h1 a i {
    line-height: 1;
}


.slider-text-5 {
    margin-top: -37px;
}


/* project area hm5 */


/*---------- 7. Home page 6  -----------*/


/* slider area*/

.slider-height-2 {
    min-height: 830px;
}


.slider-text-6 h1 {
    font-size: 80px;
    font-weight: 500;
    line-height: 90px;
    margin: 0px;
}

.slider-text-6 h3 {
    font-size: 30px;
    font-weight: 300;
    margin: 32px 0 52px;
}

.slider-btn-4 .default-btn {
    border: 1px solid #1d2e44;
    padding: 23px 45px;
}

.slider-btn-4 .default-btn:hover {
    color: #fff;
}

.pagination-style3 .owl-dots {
    bottom: 40px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.pagination-style3 .owl-dot {
    background: #a1b1c5 none repeat scroll 0 0;
    border-radius: 50px;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    width: 12px;
}

.pagination-style3 .owl-dot.active {
    background: #15273e none repeat scroll 0 0;
    height: 12px;
    position: relative;
    width: 12px;
}


/* banner area  hm6 */

.single-banner img {
    width: 100%;
}

.section-padding-1 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}


.stick.header-hm7 .bar-icon button:hover span,
.stick.header-hm7 .header-search button:hover span {
    color: #11d4b2;
}


/* slider area */

.slider-height-3 {
    min-height: 1505px;
}

.slider-gradient::before {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(32, 36, 40, 0) 0%, rgba(32, 36, 40, 1) 100%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.slider-text-7 h1 {
    color: #fff;
    font-size: 140px;
    line-height: 110px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.slider-text-7 > p {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    margin: 50px 0 55px;
    width: 50%;
}

.slider-btn-5 a {
    background-color: #fff;
    border-radius: 50px;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    padding: 22px 36px;
    text-transform: uppercase;
    z-index: 9;
}

.slider-btn-5 a:hover {
    color: #fff;
}

.slider-btn-5 .btn-hover::before {
    border-radius: 50px;
}


/* work area hm7 */


/*-------------- 10. Home page 9 ---------------*/


/* slider area */

.slider-text-8 h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 72px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 56px;
    margin: 0 0 40px;
    position: relative;
    text-transform: uppercase;
}

.slider-text-8 h1::before {
    background: #15273e none repeat scroll 0 0;
    bottom: -40px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 48px;
}

.slider-text-8 > p {
    font-size: 19px;
    line-height: 32px;
    margin: 81px 0 36px;
    width: 45%;
}

.slider-btn-6 .default-btn {
    background-color: #15273e;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 23px 46px;
}

.slider-btn-6 .btn-hover::before {
    background: #4b8bf6 none repeat scroll 0 0;
}


.pagination-style4 .owl-dots {
    margin: 75px 0 0;
    text-align: center;
}

.pagination-style4 .owl-dot {
    background: #4c5e76 none repeat scroll 0 0;
    border-radius: 50px;
    display: inline-block;
    height: 14px;
    margin: 0 9px;
    width: 14px;
}

.pagination-style4 .owl-dot.active {
    background: #fff none repeat scroll 0 0;
    height: 14px;
    position: relative;
    width: 14px;
}












