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

01. Typography style
02. Preloader style
03. Owl-Theme Custom style
04. Section style
05. Navbar style
06. Header style
07. Slider Fade & Slider style
08. Parallax Header style
09. Kenburns SlideShow style
10. Video Background style
11. Banner Header style
12. About style
13. Services style
14. Services 2 style
15. Services 3 style
16. Services 4 style
17. Service Details style
18. Portfolio Home style
19. Portfolio style
20. Portfolio Details style
21. Team style
22. Team-Single style
23. Price style
24. FAQs style
25. Testimonials style
26. Image Gallery style
27. Video Gallery style
28. Video Popup style
29. Blog style
30. Blog 2 style
31. Post style
32. Contact style
33. Contact Box style
34. 404 style
35. Button style
36. Footer style
37. toTop Button style
38. Modal Form & Popup style
39. Responsive style
40. Overlay Effect Bg Image style

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

/* font */
/*@font-face{
    font-family: 'Owsald';
    font-style: normal;
    src: url(/fonts/OwsaldFaNum-Bold.woff);
  }*/
/* ======= Typography style ======= */
html,
body{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}*{padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
  margin: 0;
  padding: 0;
}body{
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.95em;
    color: #999;
    overflow-x: hidden !important;
    background: #101010;
}p{
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.95em;
    color: #999;
  margin-bottom: 15px;
}h1{
    font-size: 55px;
}h2{
    font-size: 45px;
}h3{
    font-size: 40px;
}h4{
    font-size: 27px;
}h5{
    font-size: 21px;
}h6{
    font-size: 15px;
}h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Owsald", sans-serif;
    font-weight: 300;
    line-height: 1.5em;
color: #fff;
  margin: 0 0 15px 0;
}img{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}span,
a,
a:hover{
    display: inline-block;
    text-decoration: none;
    color: inherit;
}b{
    font-weight: 300;
    color: #fff;
}/* text field */
button,
input,
optgroup,
select,
textarea{
    font-family: "Outfit", sans-serif;
}input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus{
    outline: none;
}input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea{
    max-width: 100%;
padding: 18.5px 20px;
    height: auto;
    background-color: #1b1b1b;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #999;
    background-image: none;
    border: none;
    border-radius: 30px;
  margin-bottom: 15px;
  padding: 18.5px 20px;
}input[type="submit"],
input[type="reset"],
input[type="button"],
button{
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.95em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: #fff;
    border: none;
}input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover{
    color: #999;
    border: none;
}select{border-radius: 5px;
  padding: 10px;
  padding: 0 30px;
}textarea:focus,
textarea:active,
textarea::placeholder{
    color: #999;
}table,
th,
tr,
td{
    border: 0px solid #999;
}th,
tr,
td{
  padding: 10px;
}input[type="radio"],
input[type="checkbox"]{
    display: inline;
}/* submit and alert success  */
input[type="submit"]{
    display: inline-block;
    height: auto;
border: none;
    border-radius: 0;
    background-color: #0d6efd;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    font-size: 15px;
    border-radius: 30px;
  padding: 19px 35px;
}input[type="submit"]:hover{
    border: none;
    background-color: #fff;
    color: #101010;
}/* placeholder */
::-webkit-input-placeholder{
    color: #999;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
}:-moz-placeholder{
    color: #999;
}::-moz-placeholder{
    color: #999;
    opacity: 1;
}:-ms-input-placeholder{
    color: #999;
}/* Important */
.bg-position-top{
    background-position: top;
}.bg-position-center{
    background-position: center;
}.bg-position-bottom{
    background-position: bottom;
}.o-hidden{
    overflow: hidden;
}.position-re{
    position: relative;
}.full-width{
    width: 100%;
}.bg-img{
    background-size: cover;
    background-repeat: no-repeat;
}.bg-fixed{
    background-attachment: fixed;
}.bg-white{
    background-color: #fff;
}.bg-drkgray{
    background-color: #1b1b1b;
}.bg-drk{
    background-color: #101010;
}.txt-dark{
    color: #fff;
}.pattern{
    background-repeat: repeat;
    background-size: auto;
}.bold{
    font-weight: 300;
}.count{
    font-family: "Outfit", sans-serif;
}.valign{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}.v-middle{
    position: absolute;
    width: 100%;
    top: 50%;
/*    right: 0;*/
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 9;
}.v-middle2{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}.v-bottom{
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
    z-index: 9;
}.js .animate-box{
    opacity: 0;
}:root{
    scroll-behavior: auto;
}.position-relative{
    position: relative !important;
}.bp-bottom{
    background-position: bottom;
}.bp-top{
    background-position: top;
}.bp-center{
    background-position: center;
}.icon-bg{
    background: #101010 !important;
}.br-20{
    border-radius: 20px;
}.brtl-20{
    border-top-right-radius: 20px;
}.brtr-20{
    border-top-left-radius: 20px;
}.brbl-20{
    border-bottom-right-radius: 20px;
}.brbr-20{
    border-bottom-left-radius: 20px;
}hr{margin-bottom: 15px;
    border: 0;
  margin-top: 5px;
  margin-bottom: 15px;
}.mt-15{
  margin-top: 15px !important;
}.mt-20{
  margin-top: 20px !important;
}.mt-30{
  margin-top: 30px !important;
}.mt-45{
  margin-top: 45px !important;
}.mt-60{
  margin-top: 60px !important;
}.mt-90{
  margin-top: 90px !important;
}.mt--120{
  margin-top: -120px !important;
}.mb-0{
  margin-bottom: 0 !important;
}.mb-15{
  margin-bottom: 15px !important;
}.mb-20{
  margin-bottom: 15px !important;
}.mb-25{
  margin-bottom: 25px !important;
}.mb-30{
  margin-bottom: 30px !important;
}.mb-45{
  margin-bottom: 45px !important;
}.mb-60{
  margin-bottom: 60px !important;
}.mb-90{
  margin-bottom: 90px !important;
}.mb-120{
  margin-bottom: 120px !important;
}.pt-60{
  padding-top: 60px !important;
}.pb-0{
  padding-bottom: 0 !important;
}.no-padding{
  padding: 0 !important;
}.ml-30{
  margin-left: 30px !important;
}.mr-10{
  margin-right: 10px !important;
}.mr-15{
  margin-right: 15px !important;
}.br-20{
    border-radius: 20px;
}.brtleft-20{
    border-top-right-radius: 20px;
}.brtlright-20{
    border-top-left-radius: 20px;
}.brbleft-20{
    border-bottom-right-radius: 20px;
}.brtbright-20{
    border-bottom-left-radius: 20px;
}/* list */
.list{
    position: relative;
    display: block;
}.list li{
    position: relative;
    display: flex;
    align-items: center;
}.list li + li{
  margin-top: 10px;
}.list-icon{
    display: grid;
}.list-icon span{
    font-size: 15px;
    color: #d62828;
}.list-text{
  margin-left: 15px;
}.list-text p{
    font-size: 15px;
color: #999;
  margin: 0;
}/* vertical line */
.line-vr-section{
    position: relative;
border: 0;
    border-left: 1px solid;
    border-color: #0d6efd;
    width: 2px;
    height: 50px;
    z-index: 10;
    opacity: 1;
  margin: -25px auto;
}/* breadcrumb */
.breadcrumb a{
    color: #0d6efd;
}.breadcrumb-item+.breadcrumb-item::before{
    color: rgba(255,255,255,0.5);
}.breadcrumb-item.active{
    color: #fff;
}/* bottom fade */
.bottom-fade{
    width: 100%;
    top: 0;
    height: 100%;
    float: left;
    position: absolute;
    background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
    z-index: 0;
    border-radius: 20px 20px 20px 0;
}/* ======= Preloader style ======= */
.preloader-bg,
#preloader{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #101010;
    z-index: 10000009;
}#preloader{
    display: table;
    table-layout: fixed;
}#preloader-status{
    display: table-cell;
    vertical-align: middle;
}.preloader-position{
    position: relative;
text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  margin: 0 auto;
}.loader{
    position: relative;
    width: 70px;
    height: 70px;
    left: 50%;
    top: auto;
margin-top: 1px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 1px solid rgba(255,255,255, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  margin-left: -22px;
  margin-top: 1px;
}.loader span{
    position: absolute;
    width: 70px;
    height: 70px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid #0d6efd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}@-webkit-keyframes rotate{
    0% {
        -webkit-transform: rotate(0deg);
    }100%{
        -webkit-transform: rotate(-360deg);
    }}
@keyframes rotate{
    0% {
        transform: rotate(0deg);
    }100%{
        transform: rotate(-360deg);
    }}


/* ======= Owl-Theme Custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots{line-height: .7;
    display: block;
  margin-top: 10px;
}.owl-theme .owl-dots .owl-dot span{
    width: 15px;
    height: 15px;
border-radius: 50%;
    background: transparent;
    border: 1px solid #fca311;
  margin: 0 3px;
}.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    background: #fca311;
    border: 1px solid #fca311;
}.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot{
    outline: none;
}.owl-theme .owl-dots .owl-dot{
    display: inline-block;
    zoom: 1;
    background: transparent;
}/* owl-nav next and prev */
.owl-nav{
    position: absolute;
    bottom: 5%;
    right: 12%;
}.owl-prev{
    float: left;
}.owl-next{
    float: right;
}/* owl-theme owl-nav */
.owl-theme .owl-nav{
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}.owl-theme .owl-nav{
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}.owl-theme .owl-prev,
.owl-theme .owl-prev{
    left: 10px !important
}.owl-theme .owl-next{
    right: 10px !important
}.owl-theme .owl-prev > span,
.owl-theme .owl-next > span{
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}.owl-theme .owl-nav [class*=owl-]{
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    border-radius: 0;
    color: #fff;
    font-size: 10px;
margin-right: 30px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.7);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
    border-radius: 100%;
  margin-right: 30px;
  margin-left: 30px;
}.owl-theme .owl-nav [class*=owl-]:hover{
    background: #fff;
    border: 1px solid #fff;
    color: #101010;
}.owl-theme .owl-nav{
    top: 35% !important;
}.owl-theme .owl-nav [class*=owl-]{
    opacity: 0;
  margin-right: 30px;
  margin-left: 30px;
}.owl-theme:hover .owl-nav [class*=owl-]{
    opacity: 1;
}/* ======= Section style ======= */
.section-padding{
  padding: 120px 0;
}.section-title{
    font-size: 30px;
    font-family: "Owsald", sans-serif;
    color: #fff;
    position: relative;
line-height: 1.2em;
    font-weight: 300;
    text-transform: uppercase;
  margin-bottom: 15px;
}[data-overlay-dark] .section-title span,
.section-title span{
    color: #0d6efd;
}.section-title.white{
    color: #fff;
}.section-title.black{
    color: #fff;
}.section-subtitle{
    font-family: "Owsald", sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 15px;
    color: #0d6efd;
position: relative;
    display: inline-block;
    z-index: 1;
    text-transform: uppercase;
  margin-bottom: 15px;
}.section-subtitle.white{
    color: #fff;
}@media screen and (max-width: 991px){
    .section-title {
        font-size: 25px;

  margin-top: 30px;
  margin-top: 30px;
  padding: 0;
  margin: 0;
  margin-bottom: 90px;
  margin-bottom: 0px;
  padding: 35px 20px;
}}


/* ======= Navbar style ======= */
.navbar{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /*background: transparent;*/
    z-index: 99;
padding-right: 0;
padding-bottom: 0;
    height: 100px;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}.navbar .container{
    border: none;
  padding: 0;
}.nav-scroll .container{
    border: none;
}.navbar-toggler-icon{
    background-image: none;
}.navbar .navbar-toggler-icon,
.navbar .icon-bar{
    color: black;
}.navbar .navbar-nav .nav-link{
    font-family: "Owsald", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: black;
-webkit-transition: all .4s;
    transition: all .4s;
padding-right: 12px;
    text-transform: uppercase;
  margin: 1px;
  padding-right: 12px;
  padding-left: 12px;
  padding-right: 0px;
  padding-left: 0px;
}.navbar .navbar-nav .nav-link.nav-color{
    color: black;
}.navbar .navbar-nav .nav-link:hover{
    color: #0d6efd;
}.navbar .navbar-nav .nav-link:hover i{
    color: #0d6efd;
}.navbar .navbar-nav .active{
    color: #0d6efd !important;
}.navbar .navbar-nav .active i{
    color: #0d6efd;
}.nav-scroll{
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    background-color: #ffffff;
    /*backdrop-filter: blur(30px);*/
    border-bottom: 1px solid #aaaaaa;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    /*border: none;*/
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    /*box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);*/
  padding: 0 0 0 0;
}.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar{
    color: black;
}.nav-scroll .navbar-nav .nav-link{
    color: black;
}.nav-scroll .navbar-nav .active{
    color: #0d6efd;
}.nav-scroll .navbar-nav .logo{color: #fff;
  padding: 15px 0;
}.nav-scroll .logo-img{
    width: 150px;
  margin-bottom: 0px;
}.nav-scroll .logo-img{
  margin-bottom: 0px;
}.nav-scroll .logo-wrapper .logo h2{
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
padding: 0;
  margin-bottom: 0;
  padding: 0;
}.nav-scroll .logo-wrapper .logo span{
    color: #0d6efd;
}.nav-scroll .logo-wrapper{
  padding: 26px 15px;
}.logo-wrapper{
    float: left;
  padding: 26px 15px;
}.logo-wrapper .logo h2{
    font-size: 30px;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
padding: 0;
    line-height: 1.25em;
  margin-bottom: 0;
  padding: 0;
}.logo-wrapper .logo h2 span{
    color: #0d6efd;
}.logo{
  padding: 0;
}.logo-img{
    width: 150px;
    text-align: center;
  margin-bottom: 0px;
  padding: 0;
}.dropdown .nav-link i{font-size: 9px;
    color: black;
  padding-left: 0px;
}.nav-scroll .dropdown .nav-link i{
    color: #999;
}.nav-scroll .navbar-nav .active i{
    color: #0d6efd;
}.navbar .dropdown-menu .dropdown-item{
     font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    position: relative;
    background-color: transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  padding: 9px 0;
  padding: 0 15px;
}.navbar .dropdown-menu .dropdown-item span{
    display: block;
    cursor: pointer;
}.navbar .dropdown-menu .dropdown-item i{font-size: 9px;
    float: right;
    color: #fff;
    transform: scaleX(-1);
  padding: 13px 0 0 5px;
}.navbar .dropdown-menu .dropdown-item.active i{
    color: #0d6efd;
}.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover{
    color: #0d6efd;
}.navbar .dropdown-toggle::after{
    display: none;
}.navbar .dropdown-menu{
    box-shadow: 0 16px 50px rgb(27 27 27 / 7%);
  padding: 0;
  margin: 0;
}.navbar .dropdown-menu li:last-child{
    border-bottom: none;
}/* li hover */
.navbar .dropdown-menu li{
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid rgba(255,255,255,0.02);
}.navbar .dropdown-menu li:hover{
  padding-left: 5px;
}.navbar .dropdown-menu .dropdown-menu.pull-left{
    top: 0;
    left: auto;
    right: 100%;
}/* navbar-right */
.navbar .navbar-right{
    position: relative;
    display: flex;
    align-items: center;
}.navbar .navbar-right .wrap{
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5;
  margin-left: 20px;
}.navbar .navbar-right .wrap .icon{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid rgba(255,255,255,0.3);
}.nav-scroll .navbar-right .wrap .icon{
    color: #fff;
}.navbar .navbar-right .wrap .text{top: 0;
    position: relative;
  margin-left: 5px;
}.navbar .navbar-right .wrap .text p{
    font-size: 12px;
    line-height: 11px;
    color: #fff;
  margin-bottom: 4px;
}.navbar .navbar-right .wrap .text h5{
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
  margin-bottom: 0;
}.navbar .navbar-right .wrap .text h5 a{
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}.navbar .navbar-right .wrap .text h5 a:hover{
    color: #0d6efd;
}.nav-scroll .navbar-right .wrap .text p,
.nav-scroll .navbar-right .wrap .text h5,
.nav-scroll .navbar-right .wrap .text h5 a{
    color: #fff;
}/* Navbar Media Query */
@media screen and (min-width: 992px){
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 200px;
border-radius: 15px;
        border: 0;
        background-color: #1b1b1b;
        -webkit-transition: all .3s;
        transition: all .3s;

  padding: 20px;
}.navbar .dropdown-menu .dropdown-menu{
        left: calc(100% + 5px);
        top: -20px;
        right: auto;
        min-width: 200px;
        transform: translateY(0);
        background-color: #232323;
    }.navbar .dropdown:hover > .dropdown-menu{
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }}
@media screen and (max-width: 991px){
    .navbar {
padding-left: 0px;
        /*background: transparent;*/
padding-bottom: 0px;
        height: 100px;
        border: none;

  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}.nav-scroll{
        background: #1b1b1b;

  padding: 0 0 0 0;
}.logo-wrapper{
        float: left;
  padding: 26px 15px;
}.nav-scroll .logo-wrapper{background-color: transparent;

  padding: 26px 15px;
}.nav-scroll .logo-img{
        width: 150px;

  margin-bottom: 0px;
}.navbar .logo{
        text-align: left;
  margin-left: 0px;
}.nav-scroll .logo{}.logo-img{width: 150px;
  margin-bottom: 0px;
  padding: 0;
}.navbar button{outline: none !important;
        background: transparent;
border: none;

  margin-right: 0px;
  margin-top: 10px;
}.navbar button:hover{
        background: transparent;
    }.navbar button:active,
    .navbar button:focus,
    .navbar button:hover{
        background: transparent;
        outline: none;
        color: transparent !important;
    }.navbar .container{
        max-width: 100%;
  padding: 0;
}.navbar .nav-link{
  margin: 0px auto !important;
}.navbar .navbar-nav .nav-link{
        color: black;

  margin: 1px;
  padding-right: 12px;
  padding-left: 12px;
  padding-right: 0px;
  padding-left: 0px;
}.nav-scroll .navbar-collapse .nav-link{
        color: black !important;
    }.nav-scroll .navbar-collapse .active{
        color: #0d6efd !important;
    }.navbar .dropdown-menu .dropdown-item{
        color: #fff;
font-size: 15px;
        line-height: 40px;

  padding: 9px 0;
  padding: 0 15px;
}.navbar .dropdown-menu .dropdown-item.dropdown-toggle{
        font-weight: 300;
    }.navbar .dropdown-submenu .dropdown-toggle::after{
        right: 15px;
        font-size: 10px;
    }.navbar .dropdown-submenu:hover > .dropdown-toggle::after{
        transform: rotate(0deg);
    }.navbar .dropdown-submenu .dropdown-toggle.show::after{
        transform: rotate(-90deg);
    }.navbar .dropdown-menu{
        border: none;
border-radius: 0;
background: #1b1b1b;
        box-shadow: none;

  padding: 0;
  margin: 0;
}.navbar .dropdown-submenu .dropdown-menu{padding: 0 20px 0 0;

  margin: 0;
  padding: 0 0 0 20px;
}.navbar .dropdown-menu li a{
  padding: 0 15px;
}.navbar .navbar-nav .nav-link{padding-right: 0px;

  margin: 1px;
  padding-right: 12px;
  padding-left: 12px;
  padding-right: 0px;
  padding-left: 0px;
}.navbar .navbar-nav{
  padding: 20px;
}.navbar .navbar-collapse{
        max-height: 450px;
        overflow: auto;
        background: #ffffff;
        text-align: left;
    }.dropdown .nav-link i{
        color: black;

  padding-left: 0px;
}.nav-scroll .dropdown .nav-link i{
        color: black;
    }.nav-scroll .dropdown .nav-link.active i{
        color: #0d6efd;
    }.navbar .dropdown-menu .dropdown-item i{
        color: #fff;

  padding: 13px 0 0 5px;
}.navbar .navbar-right{
        display: none;
    }}


/* ======= Header style ======= */
.header{
    height: 100vh;
    overflow: hidden;
}.header .caption .o-hidden{
    display: inline-block;
}.header .caption h6{
    position: relative;
    font-size: 15px;
    font-family: "Owsald", sans-serif;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
-webkit-animation-delay: .2s;
    animation-delay: .2s;
  margin-bottom: 10px;
}.header .caption h1{
    position: relative;
    font-family: "Owsald", sans-serif;
    font-size: 45px;
    color: #fff;
    line-height: 1.2em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    text-transform: uppercase;
}.header .caption h1 span{
    color: #0d6efd;
}.header .caption p{
    position: relative;
margin-right: 5px;
    position: relative;
    color: rgba(255,255,255,0.9);
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    font-size: 13px;
  padding-left: 70px;
  margin-left: 5px;
}.header .caption p:after{
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  background: #fff;
  width: 40px;
  height: 1px;
}.header .caption .button-1,
.header .caption .button-2{
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
margin-bottom: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}@media screen and (max-width: 991px){
   .header .caption h1 {
        font-size: 40px;

  margin-top: 30px;
  margin-top: 30px;
  padding: 0;
  margin: 0;
  margin-bottom: 90px;
  margin-bottom: 0px;
  padding: 35px 20px;
}.header .caption p{
        font-size: 15px;

  padding-left: 70px;
  margin-left: 5px;
}}


/* ======= Slider Fade & Slider style ======= */
.slider-fade .owl-item,
.slider .owl-item{
    height: 100vh;
    position: relative;
}.slider-fade .item,
.slider .item{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}.slider-fade .item .caption,
.slider .item .caption{
    z-index: 9;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}/* owl-theme owl-dots */
.slider-fade .owl-theme .owl-dots,
.slider .owl-theme .owl-dots{
    position: absolute;
    bottom: 4vh;
    width: 100%;
}.slider-fade .owl-theme .owl-dots .owl-dot span,
.slider .owl-theme .owl-dots .owl-dot span{
    border: 1px solid rgba(255,255,255,0.7);
}.slider-fade .owl-theme .owl-dots .owl-dot.active span,
.slider-fade .owl-theme .owl-dots .owl-dot:hover span,
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span{
    background: #0d6efd;
    border: 1px solid #0d6efd;
}/* owl-theme owl-nav */
.slider-fade .owl-theme .owl-nav,
.slider .owl-theme .owl-nav{
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}.slider-fade .owl-theme .owl-nav,
.slider .owl-theme .owl-nav{
    position: relative;
    position: absolute;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}.slider-fade .owl-theme .owl-prev,
.slider-fade .owl-theme .owl-prev,
.slider .owl-theme .owl-prev,
.slider .owl-theme .owl-prev{
    left: 10px !important
}.slider-fade .owl-theme .owl-next,
.slider .owl-theme .owl-next{
    right: 10px !important
}.slider-fade .owl-theme .owl-prev > span,
.slider-fade .owl-theme .owl-next > span,
.slider .owl-theme .owl-prev > span,
.slider .owl-theme .owl-next > span{
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}.slider-fade .owl-theme .owl-nav [class*=owl-],
.slider .owl-theme .owl-nav [class*=owl-]{
    width: 55px;
    height: 55px;
    line-height: 48px;
    background: transparent;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
margin-right: 30px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.3);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
  margin-right: 30px;
  margin-left: 30px;
}.slider-fade .owl-theme .owl-nav [class*=owl-]:hover,
.slider .owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}.slider-fade .owl-theme .owl-nav,
.slider .owl-theme .owl-nav{
    top: 40% !important;
}.slider-fade .owl-theme .owl-nav [class*=owl-],
.slider .owl-theme .owl-nav [class*=owl-]{
    opacity: 0;
  margin-right: 30px;
  margin-left: 30px;
}.slider-fade .owl-theme:hover .owl-nav [class*=owl-],
.slider .owl-theme:hover .owl-nav [class*=owl-]{
    opacity: 1;
}@media screen and (max-width: 991px){
    .slider-fade .owl-theme .owl-nav,
    .slider .owl-theme .owl-nav {
        display: none;

  margin-top: 30px;
  margin-top: 30px;
  padding: 0;
  margin: 0;
  margin-bottom: 90px;
  margin-bottom: 0px;
  padding: 35px 20px;
}}


/* ======= Parallax Header style ======= */
.parallax-header{
    height: 100vh;
    background-position: center;
}.parallax-header.full-height{
    height: 100vh;
    background-position: center;
}.parallax-header[data-overlay-dark] h6,
.parallax-header h6{
    position: relative;
    font-size: 15px;
    font-family: "Owsald", sans-serif;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
-webkit-animation-delay: .2s;
    animation-delay: .2s;
  margin-bottom: 10px;
}.parallax-header[data-overlay-dark] h1,
.parallax-header h1{
    position: relative;
    font-family: "Owsald", sans-serif;
    font-size: 85px;
    color: #fff;
    line-height: 1.2em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    text-transform: uppercase;
}.parallax-header[data-overlay-dark] h1 span,
.parallax-header h1 span{
    color: #0d6efd;
}.parallax-header[data-overlay-dark] p,
.parallax-header p{
    position: relative;
margin-right: 5px;
    position: relative;
    color: rgba(255,255,255,0.9);
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    font-size: 15px;
  padding-left: 70px;
  margin-left: 5px;
}.parallax-header[data-overlay-dark] p:after,
.parallax-header p:after{
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    background: #fff;
    width: 40px;
    height: 1px;
}@media screen and (max-width: 991px){
    .parallax-header[data-overlay-dark] h1, .parallax-header h1 {
        font-size: 40px;

  margin-top: 30px;
  margin-top: 30px;
  padding: 0;
  margin: 0;
  margin-bottom: 90px;
  margin-bottom: 0px;
  padding: 35px 20px;
}.parallax-header[data-overlay-dark] p, .parallax-header p{
        font-size: 15px;

  padding-left: 70px;
  margin-left: 5px;
}}


/* ===== Kenburns SlideShow style ===== */
.kenburns-section{
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
}.kenburns-section::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background: #fff;
}.kenburns-inner{
    position: relative;
    z-index: 15;
}.kenburns-inner .caption{
    position: relative;
}.kenburns-inner .caption h6{
    position: relative;
    font-size: 15px;
    font-family: "Owsald", sans-serif;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
-webkit-animation-delay: .2s;
    animation-delay: .2s;
  margin-bottom: 10px;
}.kenburns-inner .caption h1{
    position: relative;
    font-family: "Owsald", sans-serif;
    font-size: 85px;
    color: #fff;
    line-height: 1.2em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    text-transform: uppercase;
}.kenburns-inner .caption h1 span{
    color: #0d6efd;
}.kenburns-inner .caption p{
position: relative;
margin-right: 5px;
    position: relative;
    color: rgba(255,255,255,0.9);
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    font-size: 15px;
  padding-left: 70px;
  margin-left: 5px;
}.kenburns-inner .caption p:after{
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    background: #fff;
    width: 40px;
    height: 1px;
}#kenburnsSliderContainer .vegas-overlay{
    outline: none;
}@media screen and (max-width: 991px){
    .kenburns-inner .caption h1 {
        font-size: 40px;

  margin-top: 30px;
  margin-top: 30px;
  padding: 0;
  margin: 0;
  margin-bottom: 90px;
  margin-bottom: 0px;
  padding: 35px 20px;
}}


/* =======  Video Background style  ======= */
.video-fullscreen-wrap{
    position: relative;
    height: 100vh;
    overflow: hidden;
}.video-fullscreen-video{
    height: 100vh;
}.video-fullscreen-wrap video{
  width: 100vw;
  min-width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}.video-fullscreen-wrap .video-fullscreen-inner{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}.position-relative{
    position: relative !important;
}.video-fullscreen-wrap[data-overlay-dark] h6,
.video-fullscreen-wrap h6{
    position: relative;
    font-size: 15px;
    font-family: "Owsald", sans-serif;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
-webkit-animation-delay: .2s;
    animation-delay: .2s;
  margin-bottom: 10px;
}.video-fullscreen-wrap[data-overlay-dark] h1,
.video-fullscreen-wrap h1{
    position: relative;
    font-family: "Owsald", sans-serif;
    font-size: 85px;
    color: #fff;
    line-height: 1.2em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    text-transform: uppercase;
}.video-fullscreen-wrap[data-overlay-dark] h1 span,
.video-fullscreen-wrap h1 span{
    color: #0d6efd;
}.video-fullscreen-wrap[data-overlay-dark] p,
.video-fullscreen-wrap p{
    position: relative;
margin-right: 5px;
    position: relative;
    color: rgba(255,255,255,0.9);
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    font-size: 15px;
  padding-left: 70px;
  margin-left: 5px;
}.video-fullscreen-wrap[data-overlay-dark] p:after,
.video-fullscreen-wrap p:after{
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    background: #fff;
    width: 40px;
    height: 1px;
}@media screen and (max-width: 991px){
    .video-fullscreen-wrap h1 {
        font-size: 40px;

  margin-top: 30px;
  margin-top: 30px;
  padding: 0;
  margin: 0;
  margin-bottom: 90px;
  margin-bottom: 0px;
  padding: 35px 20px;
}}


/* ======= Banner Header style ======= */
.banner-header{
    height: 70vh;
    background-position: center;
}.banner-header.middle-height{
    height: 80vh;
}.banner-header.full-height{
    height: 100vh;
}.banner-header[data-overlay-dark] h6,
.banner-header h6{
    font-size: 15px;
    line-height: 15px;
    color: #0d6efd;
position: relative;
    display: inline-block;
    z-index: 1;
    text-transform: uppercase;
  margin-bottom: 10px;
}.banner-header h1{
    font-size: 50px;
    color: #fff;
    position: relative;
    line-height: 1.25em;
text-transform: uppercase;
  margin-bottom: 0;
}.banner-header h1 span{
    color: #0d6efd;
}.banner-header h2{
    font-size: 40px;
    color: #fff;
    position: relative;
    line-height: 1.25em;
text-transform: uppercase;
  margin-bottom: 0;
}.banner-header h2 span{
    color: #0d6efd;
}.banner-header p, .banner-header[data-overlay-dark] p{
    font-size: 15px;
    font-weight: 300;
color: #fff;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  margin-bottom: 0;
}@media screen and (max-width: 991px){
    .banner-header h1 {
        font-size: 40px;

  margin-top: 30px;
  margin-top: 30px;
  padding: 0;
  margin: 0;
  margin-bottom: 90px;
  margin-bottom: 0px;
  padding: 35px 20px;
}.banner-header h2{
    font-size: 40px;

  margin-bottom: 0;
}}


/* ======= About style ======= */
.about{
    position: relative;
}.about .item{
    position: relative;
    border-radius: 20px 20px 0 20px;
    overflow: hidden;
isolation: isolate;
  margin-bottom: 15px;
}.about .item img{
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}.about .item:hover img{
    transform: scale(1.05);
}/* title */
.about .item .title{
    position: absolute;
    bottom: 20px;
z-index: 1;
    left: 105px;
  padding: 0;
}.about .item .title h4{
    color: #fff;
    font-size: 21px;
font-weight: 300;
    text-transform: uppercase;
  margin-bottom: 5px;
}.about .item .title h6{
    font-family: "Outfit", sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
  margin-bottom: 15px;
}/* icon */
.about .item .icon {
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 90px;
    height: 90px;
    background: #dadadaff;
    border-top-right-radius: 50%;
    padding: 15px;
}.about .item:hover .icon .arrow{
  transform: scale(1.05);
}
.about .item .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    right: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #DADADAFF;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
}
.about .item .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    left: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #DADADAFF;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);

}
.about .item .icon .arrow{
    position: absolute;
    background: #0d6efd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}.about .item .icon .arrow span{
  color: #fff;
  font-size: 21px;;
}.about .item:hover .icon .arrow{
    color: #101010;
    background: #fff;
}.about .item:hover .icon .arrow span{
    color: #101010;
}/* img */
.about .img2{
  position: relative;
    overflow: hidden;
    transform: scale(1);
    transition: transform 500ms ease;
    border-radius: 20px;
}.about .img2:hover img{
    transform: scale(1.05);
}.about .img2 .text{
    position: absolute;
    top: 50%;
    right: -5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    width: auto;
border-radius: 30px 30px 0 0;
    -webkit-transform: rotate(90deg) scaleX(-1) translateX(-50%) translateY(-100%);
    -ms-transform: rotate(90deg) scaleX(-1) translateX(-50%) translateY(-100%);
    transform: rotate(90deg) scaleX(-1) translateX(-50%) translateY(-100%);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    background: #101010;
  padding: 12px 24px;
}.about .img2 .text h6{
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    color: #fff;
font-size: 15px;
    line-height: 15px;
    color: #0d6efd;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
  margin-bottom: 0;
}.about .img2 .text .shap-left-bottom{
    position: absolute;
    bottom: 0px;
    left: -29px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}.about .img2 .text .shap-right-bottom svg{
  width: 30px;
  height: 30px;
  transform: scaleX(-1);
}.about .img2 .text .shap-right-bottom{
    position: absolute;
    bottom: 0px;
    right: -28px;
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
}.about .img2 .text .shap-left-bottom svg{
  width: 30px;
  height: 30px;
  transform: scaleX(-1);

}/* ======= Services style ======= */
.services {
    position: relative;
}
.services .item {
    position: relative;
    padding: 50px 40px 90px 40px;
    border-radius: 20px 20px 0 20px;
    background: #6c757d30;
    z-index: 2;
    margin-bottom: 15px;
}
/* text */
.services .item .text h5 {
    color: #101010;
    font-size: 21px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.services .item .text p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
    color: #585858;
}
/* icon */
.services .item .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    background: #F9FCFD;
    border-top-left-radius: 50%;
    padding: 15px;
}.services .item:hover .icon .arrow{
  transform: scale(1.05);
}.services .item .icon::before {
     position: absolute;
     content: "";
     bottom: 6px;
     left: -20px;
     background: transparent;
     width: 20px;
     height: 20px;
     border-bottom-right-radius: 20px;
     box-shadow: 6px 6px 0 6px #F9FCFD;
 }
.services .item .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #F9FCFD;
}.services .item .icon .arrow{
    position: absolute;
    background: #fca311;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}.services .item .icon .arrow span{
  font-size: 15px;
}.services .item:hover .icon .arrow{
    color: #101010;
    background: #fff;
}.services .item .icon .icon-w{
    overflow: hidden;
    background-color: transparent;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 27px;
}.services .item:hover .icon .icon-w i.icon-show,
.services .item .icon .icon-w i.icon-hidden{
    display: none;
}.services .item:hover .icon .icon-w i.icon-hidden{
    display: inline;
    text-align: center;
    color: #101010;
    font-size: 15px;
    vertical-align: middle;
}/* ======= Services 2 style ======= */
.services2{
    position: relative;
}.services2 .item{
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
isolation: isolate;
  margin-bottom: 15px;
}.services2 .item img{
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}.services2 .item:hover img{
    transform: scale(1.05);
}/* title */
.services2 .item .title{
    position: absolute;
    bottom: 0px;
width: 100%;
  padding: 30px 100px 30px 30px;
}.services2 .item .title h4{
    color: #fff;
    font-size: 21px;
text-transform: uppercase;
  margin-bottom: 0;
}/* icon */
.services2 .item .icon{
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #101010;
    border-top-right-radius: 50%;
  padding: 15px;
}.services2 .item:hover .icon .arrow{
  transform: scale(1.05);
}.services2 .item .icon::before{
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: -6px 6px 0 6px #101010;
}.services2 .item .icon::after{
  position: absolute;
  content: "";
  top: -20px;
  right: 6px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: -6px 6px 0 6px #101010;
}.services2 .item .icon .arrow{
    position: absolute;
    background: #0d6efd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}.services2 .item .icon .arrow span{
  color: #fff;
  font-size: 15px;
}.services2 .item:hover .icon .arrow{
    color: #101010;
    background: #fff;
}.services2 .item .icon .icon-w{
    overflow: hidden;
    background-color: transparent;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 27px;
}.services2 .item:hover .icon .icon-w i.icon-show,
.services2 .item .icon .icon-w i.icon-hidden{
    display: none;
}.services2 .item:hover .icon .icon-w i.icon-hidden{
    display: inline;
    text-align: center;
    color: #101010;
    font-size: 15px;
    vertical-align: middle;
}/* ======= Services 3 style  ======= */
.services3{
    position: relative;
}.services3 .item{border-radius: 20px;
    background: #1b1b1b;
    position: relative;
    overflow: hidden;
  padding: 60px 40px 40px 40px;
}.services3 .item h3{
    color: #fff;
    font-size: 21px;
text-transform: uppercase;
  margin-bottom: 10px;
}.services3 .item p{
    font-size: 15px;
    font-weight: 300;
    color: #999;
}.services3 .item .icon{
    color: #0d6efd;
    font-size: 60px;
    line-height: 60px;
    font-weight: normal;
  margin-bottom: 15px;
}.services3 .item .icon i{
    font-weight: normal;
}/* arrow */
.services3 .item .rmore{
  position: absolute;
  top: -20px;
  right: -20px;
  background: #101010;
border-radius: 0 0 40px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  padding: 15px;
}.services3 .item .rmore .arrow{
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #0d6efd;
  background: #0d6efd;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}.services3 .item .rmore .arrow i{
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
}/* arrow hover */
.services3 .item:hover .rmore{
  opacity: 1;
  top: 0px;
  right: 0px;
}.services3 .item .rmore:hover .arrow{
  background: #fff;
    border: 1px solid #fff;
}.services3 .item .rmore:hover .arrow i{
    color: #101010;
}/* active */
.services3 .item .rmore.active{
  opacity: 1;
  top: 0px;
  right: 0px;
}.services3 .item .rmore .arrow.active{
  background: #0d6efd;
}.services3 .item .rmore .arrow.active i{
    color: #fff;
}/* border */
.services3 .item .rmore .br-left-top{
  position: absolute;
  top: 0;
  left: -20px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  line-height: 1;
}.services3 .item .rmore .br-left-top svg{
  width: 20px;
  height: 20px;
  transform: scaleX(-1);

}.services3 .item .rmore .br-right-bottom{
  position: absolute;
  bottom: -20px;
  right: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  line-height: 1;
}.services3 .item .rmore .br-right-bottom svg{
  width: 20px;
  height: 20px;
  transform: scaleX(-1);

}/* ======= Service Details style ======= */
.service-details{
    position: relative;
}.service-details h3{
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
}.service-details .sidebar-page{
    position: relative;
    display: block;
background: #1b1b1b;
    border-radius: 20px;
z-index: 9;
  padding: 0;
  margin-top: -226px;
}.service-details .sidebar-page .title{
    position: relative;
    background-color: #0d6efd;
border-radius: 20px 20px 0 0;
    text-align: center;
  padding: 38px 30px;
}.service-details .sidebar-page .title h4{
    font-size: 24px;
    line-height: 1.2em;
    color: #fff;
text-transform: uppercase;
  margin: 0;
}.service-details .sidebar-page .item{
  padding: 40px;
}.service-details .sidebar-page .item .features{
    grid-template-columns: 95% 5%;
    border-radius: 0;
margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,0.03);
    display: grid;
    align-items: center;
  padding: 15px 0;
  margin-bottom: 0;
}.service-details .sidebar-page .item .features:last-child{
    border: none;
}.service-details .sidebar-page .item .features span{
    color: #fff;
    text-transform: uppercase;
    font-family: "Owsald", sans-serif;
    font-weight: 300;

    font-size: 15px;
}.service-details .sidebar-page .item .features i{
    color: #fff;
    font-size: 12px;
}.service-details .sidebar-page .item .features p{color: #fff;
    text-align: right;
  margin-bottom: 0px;
}.service-details .sidebar-page .item .features:hover i,
.service-details .sidebar-page .item .features.active i{
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}.service-details .sidebar-page .item .features:hover,
.service-details .sidebar-page .item .features.active{
    color: #0d6efd;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}.service-details .sidebar-page .item .features:hover i,
.service-details .sidebar-page .item .features.active i{
    color: #0d6efd;
}.service-details .sidebar-page .item .features:hover span,
.service-details .sidebar-page .item .features.active span{
    color: #0d6efd;
}@media screen and (max-width: 991px){
    .service-details .sidebar-page {
  margin-top: 30px;
  margin-top: 30px;
  padding: 0;
  margin: 0;
  margin-bottom: 90px;
  margin-bottom: 0px;
  padding: 35px 20px;
}}


/* ======= Portfolio Home style ======= */
.portfolio-home{
    position: relative;
    overflow: hidden;
}.portfolio-home .portfolio-home-carousel{
    position: relative;
    display: block;
    max-width: 800px;
  margin: 0 auto;
}.portfolio-home .portfolio-home-carousel.owl-carousel .owl-stage-outer{
    overflow: visible;
  padding: 0px 0px 0px;
}.portfolio-home .item{
    position: relative;
    display: block;
  margin-bottom: 15px;
}/* img */
.portfolio-home .item .img{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}.portfolio-home .item:hover .img img{
    transform: scale(1.05);
}.portfolio-home .item .con{
    position: relative;
    z-index: 2;
    opacity: 0;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 85% 15%;
    align-items: center;
}.portfolio-home .item .con.opacity-1{
    opacity: 0;
}.portfolio-home .item .con.active{
    visibility: visible;
    opacity: 1;
}/* arrow */
.portfolio-home .item .con .arrow{
    position: relative;
    display: block;
    visibility: visible;
    opacity: 1;
    text-align: -webkit-left;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}.portfolio-home .item .con .arrow a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #0d6efd;
    background: #0d6efd;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
}.portfolio-home .item:hover .con .arrow a{
    border: 1px solid #fff;
    background: #fff;
    color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}/* title */
.portfolio-home .item .con .title{
    position: absolute;
    bottom: 0px;
width: 100%;
  padding: 30px 100px 30px 30px;
}.portfolio-home .item .con .title h6{
    font-family: "Outfit", sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
  margin-bottom: 0;
}.portfolio-home .item .con .title h4{
color: #fff;
    font-size: 21px;;
  margin-bottom: 0;
}.portfolio-home .item .con .title h3{
    color: #fff;
    font-size: 24px;
line-height: 1.25em;
    text-transform: uppercase;

  margin-bottom: 5px;
}/* icon */
.portfolio-home .item .con .icon{
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #101010;
    border-top-right-radius: 50%;
  padding: 15px;
}.portfolio-home .item:hover .con .icon .arrow{
  transform: scale(1.05);
}.portfolio-home .item .con .icon::before{
position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: -6px 6px 0 6px #101010;
}.portfolio-home .item .con .icon::after{
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: -6px 6px 0 6px #101010;
}.portfolio-home .item .con .icon .arrow{
    position: absolute;
    background: #0d6efd;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}.portfolio-home .item:hover .con .icon .arrow{
    color: #101010;
    background: #fff;
}/* owl nav */
.portfolio-home .owl-item.active .item .con{
    visibility: visible;
    opacity: 1;
}.portfolio-home .owl-theme .owl-nav{
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}.portfolio-home .owl-theme .owl-nav{
    position: relative;
    position: absolute;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}.portfolio-home .owl-theme .owl-prev,
.portfolio-home .owl-theme .owl-prev{
    left: 10px !important
}.portfolio-home .owl-theme .owl-next{
    right: 10px !important
}.portfolio-home .owl-theme .owl-prev,
.portfolio-home .owl-theme .owl-next{
    color: #fff;
    position: absolute !important;
    top: 50%;
height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    text-align: center;
    font-size: 15px;
  padding: 0;
}.portfolio-home .owl-theme .owl-prev > span,
.portfolio-home .owl-theme .owl-next > span{
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}.portfolio-home .owl-carousel .owl-nav button.owl-next,
.portfolio-home .owl-carousel .owl-nav button.owl-prev{
    outline: none;
}.portfolio-home .owl-theme .owl-nav [class*=owl-]{
    width: 55px;
    height: 55px;
    line-height: 58px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
margin-right: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
  margin-right: 10px;
  margin-left: 10px;
}.portfolio-home .owl-theme .owl-nav [class*=owl-]:hover{
    border: 1px solid #fff;
    background: #fff;
    color: #101010;
}.portfolio-home .owl-theme .owl-nav{
    top: 40% !important;
}.portfolio-home .owl-theme .owl-nav [class*=owl-]{
    opacity: 0;
  margin-right: 10px;
  margin-left: 10px;
}.portfolio-home .owl-theme:hover .owl-nav [class*=owl-]{
    opacity: 1;
}@media screen and (max-width: 991px){
    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;

  margin-top: 30px;
  margin-top: 30px;
  padding: 0;
  margin: 0;
  margin-bottom: 90px;
  margin-bottom: 0px;
  padding: 35px 20px;
}.order1{
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }.portfolio-home-carousel{
        overflow: hidden;
    }.portfolio-home .owl-theme .owl-nav{
        display: none;
    }}


/* ======= Portfolio style ======= */
.portfolio{
    position: relative;
}.portfolio .portfolio-carousel{
    position: relative;
    display: block;
    max-width: 800px;
  margin: 0 auto;
}.portfolio .portfolio-carousel.owl-carousel .owl-stage-outer{
    overflow: visible;
  padding: 0px 0px 0px;
}.portfolio .item{
    position: relative;
    display: block;
  margin-bottom: 15px;
}/* img */
.portfolio .item .img{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}.portfolio .item:hover .img img{
    transform: scale(1.05);
}.portfolio .item .con{
    position: relative;
    z-index: 2;
    opacity: 0;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 85% 15%;
    align-items: center;
}.portfolio .item .con.opacity-1{
    opacity: 0;
}.portfolio .item .con.active{
    visibility: visible;
    opacity: 1;
}/* arrow */
.portfolio .item .con .arrow{
    position: relative;
    display: block;
    visibility: visible;
    opacity: 1;
    text-align: -webkit-left;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}.portfolio .item .con .arrow a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #0d6efd;
    background: #0d6efd;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
}.portfolio .item:hover .con .arrow a{
    border: 1px solid #fff;
    background: #fff;
    color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}/* title */
.portfolio .item .con .title{
    position: absolute;
    bottom: 0px;
width: 100%;
  padding: 20px 90px 20px 20px;
}.portfolio .item .con .title h6{
    font-family: "Outfit", sans-serif;
    color: rgba(255,255,255,0.5);
    font-weight: 300;
    font-size: 12px;
  margin-bottom: 0;
}.portfolio .item .con .title h6 span{
    color: #d62828;
  margin-right: 2px;
}.portfolio .item .con .title h4{
    color: #fff;
    font-size: 14px;
text-transform: uppercase;

  margin-bottom: 5px;
}.portfolio .item .con .title h3{
color: #fff;
    font-size: 24px;;
  margin-bottom: 0;
}/* icon */
.portfolio .item .con .icon{
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #F9FCFD;
    border-top-left-radius: 50%;
  padding: 15px;
}.portfolio .item:hover .con .icon .arrow{
  transform: scale(1.05);
}.portfolio .item .con .icon::before {
     position: absolute;
     content: "";
     bottom: 6px;
     left: -20px;
     background: transparent;
     width: 20px;
     height: 20px;
     border-bottom-right-radius: 20px;
     box-shadow: 6px 6px 0 6px #F9FCFD;
 }
.portfolio .item .con .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #F9FCFD;
}.portfolio .item .con .icon .arrow{
    position: absolute;
    background: #fca311;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}.portfolio .item:hover .con .icon .arrow{
    color: #101010;
    background: #fff;
}/* owl nav */
.portfolio .owl-item.active .item .con{
    visibility: visible;
    opacity: 1;
}.portfolio .owl-theme .owl-nav{
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}.portfolio .owl-theme .owl-nav{
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}.portfolio .owl-theme .owl-prev,
.portfolio .owl-theme .owl-prev{
    left: 10px !important
}.portfolio .owl-theme .owl-next{
    right: 10px !important
}.portfolio .owl-theme .owl-prev,
.portfolio .owl-theme .owl-next{
    color: #fff;
    position: absolute !important;
    top: 50%;
height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    text-align: center;
    font-size: 15px;
  padding: 0;
}.portfolio .owl-theme .owl-prev > span,
.portfolio .owl-theme .owl-next > span{
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}.portfolio .owl-carousel .owl-nav button.owl-next,
.portfolio .owl-carousel .owl-nav button.owl-prev{
    outline: none;
}.portfolio .owl-theme .owl-nav [class*=owl-]{
    width: 55px;
    height: 55px;
    line-height: 58px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
margin-right: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
  margin-right: 10px;
  margin-left: 10px;
}.portfolio .owl-theme .owl-nav [class*=owl-]:hover{
    border: 1px solid #fff;
    background: #fff;
    color: #101010;
}.portfolio .owl-theme .owl-nav{
    top: 40% !important;
}.portfolio .owl-theme .owl-nav [class*=owl-]{
    opacity: 0;
  margin-right: 10px;
  margin-left: 10px;
}.portfolio .owl-theme:hover .owl-nav [class*=owl-]{
    opacity: 1;
}.portfolio .bottom-fade{
    z-index: 1;
}@media screen and (max-width: 991px){
    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;

  margin-top: 30px;
  margin-top: 30px;
  padding: 0;
  margin: 0;
  margin-bottom: 90px;
  margin-bottom: 0px;
  padding: 35px 20px;
}.order1{
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }.portfolio-carousel{
        overflow: hidden;
    }.portfolio .owl-theme .owl-nav{
        display: none;
    }}


/* ======= Portfolio Details style ======= */
.portfolio-details{
    position: relative;
}.portfolio-details h3{
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;

}.portfolio-details .sidebar-car{
    position: relative;
    display: block;
background: #1b1b1b;
    border-radius: 20px;
z-index: 9;
  padding: 0;
  margin-top: -226px;
}.portfolio-details .sidebar-car .title{
    position: relative;
    background-color: #212529;
border-radius: 20px 20px 0 0;
    text-align: center;
  padding: 38px 30px;
}.portfolio-details .sidebar-car .title h4{
    font-size: 24px;;
    line-height: 1.2em;
    color: #fff;
text-transform: uppercase;

  margin: 0;
}.portfolio-details .sidebar-car .item{
  padding: 30px 30px 40px 30px;
    background-color: #dadadaff;
}.portfolio-details .sidebar-car .item .features{display: grid;
    grid-template-columns: 50% 50%;
    border: none;
    border-bottom: 1px solid #2125295c;
  padding: 12px 0;
}.portfolio-details .sidebar-car .item .features span{
    color: #212529;
}.portfolio-details .sidebar-car .item .features span i{
    color: #dc3545;
font-size: 15px;
  margin-right: 10px;
}.portfolio-details .sidebar-car .item .features p{color: #212529;
    text-align: right;
  margin-bottom: 0px;
}@media screen and (max-width: 991px){
    .portfolio-details .sidebar-car {
  margin-top: 30px;
  margin-top: 30px;
  padding: 0;
  margin: 0;
  margin-bottom: 90px;
  margin-bottom: 0px;
  padding: 35px 20px;
}}


/* ======= Team style ======= */
.team{
    position: relative;
    overflow: hidden;
}.team .team-container{
    width: 140%;
    position: relative;
}.team .item{
    position: relative;
margin: 10px;
  padding: 0 0 0 45px;
  margin: 10px;
}.team .item .wrapper{
    position: relative;
}/* img */
.team .item .wrapper img{
    border-radius: 20px 20px 20px 0;
    width: 100%;
}/* text */
.team .item .wrapper .text{
    bottom: 10px;
    left: -10px;
    position: absolute;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}.team .item .wrapper .text .name,
.team .item .wrapper .text .position{
    display: inline-block;
}.team .item .wrapper .text .name{font-size: 15px;
    font-weight: 300;
    font-family: "Outfit", sans-serif;
    color: #0d6efd;
  margin: 0;
}.team .item .wrapper .text .position{
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #999;
padding-right: 20px;
    position: relative;
  margin: 0;
  padding-left: 20px;
}.team .item .wrapper .text .position:before{
    content: "·";
    left: 6px;
    position: absolute;
    top: 1px;
    font-size: 30px;
    color: #fff;
}/* icon */
.team .item .wrapper .icon{
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    background: #101010;
    border-top-right-radius: 50%;
  padding: 15px;
}.team .item:hover .wrapper .icon .arrow{
  transform: scale(1.05);
}.team .item .wrapper .icon::before{
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: -6px 6px 0 6px #101010;
}.team .item .wrapper .icon::after{
  position: absolute;
  content: "";
  top: -20px;
  right: 6px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: -6px 6px 0 6px #101010;
}.team .item .wrapper .icon .arrow{
    position: absolute;
    background: #0d6efd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}.team .item .wrapper .icon .arrow span{
  color: #fff;
  font-size: 15px;
}.team .item:hover .wrapper .icon .arrow{
    color: #101010;
    background: #fff;
}.team .item:hover .wrapper .icon .arrow span{
    color: #101010;
}@media screen and (max-width: 991px){
    .team .team-container {
        width: 100%;

  margin-top: 30px;
  margin-top: 30px;
  padding: 0;
  margin: 0;
  margin-bottom: 90px;
  margin-bottom: 0px;
  padding: 35px 20px;
}}


/* ======= Team-Single style ======= */
.team-single{
    position: relative;
}.team-single h6{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;

}.team-single h6 span{
    color: #0d6efd;
}.team-single .item{
    position: relative;
    border-radius: 20px 20px 0 20px;
    overflow: hidden;
isolation: isolate;
  margin-bottom: 30px;
}.team-single .item .img img{
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}.team-single .item:hover .img img{
    transform: scale(1.05);
}.team-single .item .img .curv-butn{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 40px 0 0 0;
}.team-single .item .img .curv-butn .br-left-top{
    position: absolute;
    top: -24px;
    left: -1px;
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
    line-height: 1;
}.team-single .item .img .curv-butn .br-left-top svg{
    width: 24px;
    height: 24px;
}.team-single .item .img .curv-butn .br-right-bottom{
    position: absolute;
    bottom: -1px;
    right: -24px;
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
    line-height: 1;
}.team-single .item .img .curv-butn .br-right-bottom svg{
    width: 24px;
    height: 24px;
}.team-single .item .img .curv-butn.icon-bg{
    background: #101010 !important;
}.team-single .item .img .curv-butn .social-icons{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    bottom: 15px;
    z-index: 1;
}.team-single .item .img .curv-butn .social-icons .link{
    position: relative;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color:#0d6efd;
    color: #fff;
    border-radius: 100%;
    font-size: 15px;
}.team-single .item .img .curv-butn .social-icons .link:hover{
    background-color: #0d6efd;
    color: #fff;
}.team-single .item .img .curv-butn .social-icons .link:not(.plus-link){opacity: 0;
  margin-bottom: -50px;
}.team-single .item .img .curv-butn .social-icons .link.plus-link{
  z-index: 10;
}.team-single .item .img:hover .curv-butn .social-icons{
  margin-bottom: -50px;
}.team-single .item .img:hover .curv-butn .social-icons .link{opacity: 1 !important;
  margin-bottom: 0 !important;
}.team-single .item .img:hover .curv-butn .social-icons .link.plus-link{
  opacity: 0 !important;
}/* list */
.team-single .list{
    position: relative;
    display: block;
}.team-single .list li{
    position: relative;
    display: flex;
    align-items: baseline;
}.team-single .list li + li{
  margin-top: 10px;
}.team-single .list-icon{}.team-single .list-icon span{
    font-size: 15px;
    color: #0d6efd;
}.team-single .list-text{
  margin-left: 15px;
}.team-single .list-text p{
    font-size: 15px;
color: #999;
  margin: 0;
}/* tabs */
.team-single .cont .simpl-bord.nav-tabs{margin-bottom: 15px;
    border-bottom: 1px solid #0d6efd;
    ;
  padding-bottom: 15px;
  margin-bottom: 15px;
}.team-single .cont .simpl-bord .nav-item{
  margin-right: 30px;
}.team-single .cont .simpl-bord .nav-item:last-of-type{
  margin-right: 0;
}.team-single .cont .simpl-bord .nav-link{border: 0;
    color: inherit;
    background: transparent !important;
    cursor: pointer;
    color: #fff;
    font-family: "Owsald", sans-serif;
    font-size: 21px;;
    font-weight: 300;
    text-transform: uppercase;

  padding: 0;
}.team-single .cont .simpl-bord .nav-link.active{
    color: #0d6efd;
}.team-single .tab-content p{
    color: #999;
}/* ======= Price style  ======= */
.price .item{border-radius: 20px;
    background: #1b1b1b;
    position: relative;
    overflow: hidden;
  padding: 50px 40px;
}.price .item h3{
    color: #fff;
    font-size: 24px;
    line-height: 1.25em;
    text-transform: uppercase;

}.price .item h3 span{
    font-weight: 300;
    font-size: 10px;
    display: block;
    color: #0d6efd;
    text-transform: uppercase;
}.price .item p{
    font-size: 15px;
    font-weight: 300;
    color: #999;
  margin-bottom: 0;
}.price .item ul{padding-right: 5px;
  margin: 0;
  padding-left: 5px;
}.price .item li{padding-right: 20px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}.price .item li:after{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
}.price .item .dot-list li{
  position: relative;
margin-bottom: 10px;
  padding-left: 15px;
  margin-bottom: 10px;
}.price .item .dot-list li:before{
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  background: #0d6efd;
}.price .item .dot-list li:last-of-type{
  margin-bottom: 0;
}/* arrow */
.price .item .rmore{
  position: absolute;
  top: -15px;
  right: -15px;
  background: #101010;
border-radius: 0 0 45px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  padding: 15px;
}.price .item .rmore .arrow{
    width: 75px;
    height: 75px;
    line-height: 75px;
    border: 1px solid #0d6efd;
    background: #0d6efd;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    font-family: "Owsald", sans-serif;
    font-size: 21px;;
    color: #fff;
    font-weight: 300;
    display: inline-flex;
    justify-content: center;
}.price .item .rmore .arrow span{
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    display: inline-block;
    font-weight: 300;
    align-self: flex-start;
  margin-right: 1px;
}/* arrow hover */
.price .item:hover .rmore{
  opacity: 1;
  top: 0px;
  right: 0px;
}.price .item .rmore:hover .arrow{
  border: 1px solid #fff;
  background: #fff;
  color: #101010;
}.price .item .rmore:hover .arrow span{
    color: #101010;
}/* active */
.price .item .rmore.active{
  opacity: 1;
  top: 0px;
  right: 0px;
}.price .item .rmore .arrow.active{
  background: #0d6efd;
}.price .item .rmore .arrow.active i{
    color: #fff;
}/* border */
.price .item .rmore .br-left-top{
  position: absolute;
  top: 0;
  left: -20px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  line-height: 1;
}.price .item .rmore .br-left-top svg{
  width: 20px;
  height: 20px;
  transform: scaleX(-1);

}.price .item .rmore .br-right-bottom{
  position: absolute;
  bottom: -20px;
  right: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  line-height: 1;
}.price .item .rmore .br-right-bottom svg{
  width: 20px;
  height: 20px;
  transform: scaleX(-1);

}/* ======= FAQs style ======= */
.accordion-box{
    position: relative;
  padding: 0px;
}.accordion-box .block{
    position: relative;
    background: #1b1b1b;
    overflow: hidden;
border-radius: 20px;
  margin-bottom: 15px;
}.accordion-box .block.active-block{
    border-radius: 20px;
}.accordion-box .block:last-child{
  margin-bottom: 0;
}.accordion-box .block .acc-btn{
    position: relative;
    font-size: 21px;
    line-height: 25px;
    font-family: "Owsald", sans-serif;
    font-weight: 300;
    cursor: pointer;
padding-left: 80px;
    color: #fff;
    transition: all 500ms ease;
    text-transform: uppercase;

  padding: 40px 30px;
  padding-right: 80px;
}.accordion-box .block .acc-btn .count{
    color: #fff;
    background: #0d6efd;
    font-weight: 300;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
border-radius: 100%;
    text-align: center;
  margin-right: 15px;
}.accordion-box .block .acc-btn.active .count{
    color: #fff;
}.accordion-box .block .acc-btn:before{
    position: absolute;
    right: 23px;
    top: 23px;
    font-size: 15px;
    color: #fff;
    content: "\e628";
    font-family: "themify";
    transition: all 500ms ease;
    background: #0d6efd;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transform: scaleX(-1);
}.accordion-box .block .acc-btn.active{
    background-color: #0d6efd;
    color: #fff;
}.accordion-box .block .acc-btn.active:before{
    color: #fff;
    font-family: "themify";
    content: "\e62a";
    background: #1b1b1b;
}.accordion-box .block .acc-content{
    position: relative;
    display: none;
}.accordion-box .block .content{
    position: relative;
color: #fff;
    border-radius: 0px 0px 20px 20px;
  padding: 30px;
}.accordion-box .block .acc-content.current{
    display: block;
}.accordion-box .block .content .text{
    display: block;
    position: relative;
    top: 0px;
    color: #999;
}/* ======= Testimonials style ======= */
.testimonials{
    position: relative;
    overflow: hidden;
}.testimonials .item{
    position: relative;
border-radius: 20px 20px 0 20px;
    background: #1b1b1b;
  padding: 40px 40px 0px;
  margin-bottom: 15px;
}.testimonials .item i.fa-quote-left{
    color: #0d6efd;
    font-size: 60px;
  margin-bottom: 0px;
}.testimonials .item .text h5{
    border-radius: 20px;
    font-family: "Outfit", sans-serif;
    color: #0d6efd;
    font-weight: 300;
    font-size: 15px;
}.testimonials .item .text p{
    color: #999;
}.testimonials .item .info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  margin-left: -40px;
}.testimonials .item .info .img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}.testimonials .item .info .img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}.testimonials .item .info h6{
    color: #fff;
    font-size: 15px;
text-transform: uppercase;

  margin-bottom: 0;
}.testimonials .item .info p{
    font-size: 15px;
    line-height: 1.5em;
    color: #999;
  margin-bottom: 0;
}.testimonials .item .img-curv{
    position: relative;
border-radius: 40px 0 0 0;
    background: #101010;
  padding: 15px;
}.testimonials .item .img-curv .shap-left-top{
    position: absolute;
    top: -22px;
    left: -4px;
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
}.testimonials .item .img-curv .shap-left-top svg{
    width: 24px;
    height: 20px;
    transform: scaleX(-1);
}.testimonials .item .img-curv .shap-right-bottom{
    position: absolute;
    bottom: -5px;
    right: -21px;
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
}.testimonials .item .img-curv .shap-right-bottom svg{
    width: 24px;
    height: 24px;
    transform: scaleX(-1);
}/* =======  Image Gallery style  ======= */
.gallery-filter{
    width: 100%;
padding-right: 0px;
    position: relative;
  padding-bottom: 30px;
  padding-left: 0px;
}.gallery-filter li{
    font-family: "Owsald", sans-serif;
    font-size: 21px;
    font-weight: 300;
display: inline-block;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;

  margin-right: 15px;
}.gallery-filter li:last-child{
  margin-right: 0;
}.gallery-filter li.active{
    color: #0d6efd ;
    content: "";
    left: 0;
    bottom: -4px;
    border-bottom: 1px solid #0d6efd ;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}.gallery-filter li:hover{
    color: #0d6efd ;
}.gallery-item-inner{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    -moz-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    border-radius: 7px;
}.gallery-box{
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    cursor: pointer;
    /* text-align: center; */
    border-radius: 20px;
    isolation: isolate;
}.gallery-box .gallery-img{
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}.gallery-box .gallery-img:after{
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}.gallery-box .gallery-img > img{
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}.gallery-box:hover .gallery-img > img{
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}.gallery-box .gallery-detail{
    position: absolute;
    opacity: 0;
    transform: translateX(20px);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
bottom: 0;
  padding: 30px 20px;
}.gallery-box .gallery-detail h4{
    font-size: 21px;
    color: #fff;
text-transform: uppercase;

  margin-bottom: 0;
}.gallery-box .gallery-detail p{
    color: #0d6efd;
  margin-bottom: 0;
}.gallery-box:hover .gallery-detail{
    opacity: 1;
    transform: translateX(0px);
}/* magnific popup custom */
.mfp-counter{
    display: none;
}.mfp-figure button{
    border: 0px solid transparent;
}button.mfp-close,
button.mfp-arrow{
    border: 0px solid transparent;
    background: transparent;
}.mfp-bg,
body.mfp-zoom-out-cur{
overflow: hidden !important;
height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}/* ======= Video Gallery style ======= */
.vid-icon{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}.vid-icon:hover img{
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}.video-gallery-button{
    position: relative;
-webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
float: left;
  margin: auto;
  margin-right: 20px;
}.video-gallery-polygon{
    z-index: 2;
display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #0d6efd;
    border-radius: 50%;
    color: #fff;
line-height: 0;
    box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 10%);
  padding-right: 5px;
  padding: 12px 11px 12px 13px;
}.video-gallery-polygon:hover{
    background: #fff;
    color: #0d6efd;
}.video-gallery-polygon{
    font-size: 21px;;
  padding-right: 5px;
  padding: 12px 11px 12px 13px;
}.video-gallery{
    position: relative;
}.video-gallery .item{
    position: relative;
    border-radius: 20px 20px 0 20px;
    overflow: hidden;
isolation: isolate;
  margin-bottom: 30px;
}.video-gallery .item img{
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}.video-gallery .item:hover img{
    transform: scale(1.05);
}.video-gallery .item .title{
    position: absolute;
    top: 0px;
  padding: 30px;
}.video-gallery .item .title h4{
    color: #fff;
    font-size: 21px;;
    text-transform: uppercase;
}.video-gallery .item .curv-butn{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 45px 0 0 0;
}.video-gallery .item .curv-butn .vid{
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    color: #fff;
}.video-gallery .item .curv-butn .br-left-top{
    position: absolute;
    top: -24px;
    left: -1px;
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
    line-height: 1;
}.video-gallery .item .curv-butn .br-left-top svg{
    width: 24px;
    height: 24px;
    transform: scaleX(-1);
}.video-gallery .item .curv-butn .br-right-bottom{
    position: absolute;
    bottom: -1px;
    right: -24px;
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
    line-height: 1;
}.video-gallery .item .curv-butn .br-right-bottom svg{
    width: 24px;
    height: 24px;
    transform: scaleX(-1);
}.video-gallery .item .curv-butn .icon{
    width: 60px;
    height: 60px;
    font-size: 21px;;
    color: #fff;
    border: 1px solid #0d6efd;
    background-color: #0d6efd;
    border-radius: 100%;
    line-height: 60px;

}.video-gallery .item:hover .curv-butn .icon{
    background-color: #fff;
    border: 1px solid #fff;
    color: #101010;
    border-radius: 100%;
}/* ======= Video Popup style ======= */
.play-button{
    position: relative;
-webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
  margin: auto;
}.play-button svg{
    position: absolute;
    width: 100%;
    height: 100%;
}.polygon{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 30px;
    z-index: 2;
}.play-button svg.circle-fill{
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}.play-button:hover svg.circle-fill{
    stroke-dashoffset: 38.5;
}.play-button svg.circle-track{
    z-index: 0;
}.video-wrapper{}.video-wrapper .vid{
    position: relative;
    z-index: 8;
}.video-wrapper .vid .vid-butn:hover .icon{
    color: #fff;
}.video-wrapper .vid .vid-butn:hover .icon:before{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}.video-wrapper .vid .vid-butn .icon{
    color: #fff;
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 50%;
    line-height: 110px;
    text-align: center;
    font-size: 40px;
    position: relative;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}.video-wrapper .vid .vid-butn .icon:after{
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    z-index: -1;
}.video-wrapper .vid .vid-butn .icon:before{
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background: transparent;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}.video-wrapper .vid .vid-butn:hover .icon:after{
    border: 2px solid #fff;
}/* ======= Blog style ======= */
.blog{
    position: relative;
}/*.blog:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: #1b1b1b;
    z-index: -1;
}*/
.blog .item{
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    margin-bottom: 15px;
    isolation: isolate;
}.blog .item img{
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
    border-radius: 20px;
}.blog .item:hover img{
    transform: scale(1.05);
    transition: transform 500ms ease;
}/* text */
.blog .item .title{
    position: absolute;
    bottom: 0px;
width: 100%;
  padding: 25px 100px 25px 25px;
}.blog .item .title h4{
    color: #fff;
    font-size: 21px;
line-height: 1.4em;
    text-transform: uppercase;

  margin-bottom: 0;
}/* icon */
.blog .item .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #DADADAFF;
    border-top-left-radius: 50%;
    padding: 15px;
    border: none;
}
.blog .item:hover .icon .arrow{
  transform: scale(1.05);
}
.blog .item .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #DADADAFF;
    border: none;
}
.blog .item .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #DADADAFF;
    border: none;
}
.blog .item .icon .arrow{
    position: absolute;
    background: #fca311;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}.blog .item .icon .arrow span{
  color: #101010;
  font-size: 15px;
}.blog .item:hover .icon .arrow{
    color: #101010;
    background: #fff;
}.blog .item .icon .icon-w{
    overflow: hidden;
    background-color: transparent;
    color: #101010;
    font-style: normal;
    font-weight: normal;
}.blog .item .icon i.icon-show{
    text-align: center;
}.blog .item .icon i.icon-show span{
    font-family: "Owsald", sans-serif;
    font-weight: 700;
    line-height: 15px;
    vertical-align: middle;
    font-size: 21px;;
    color: #fff;
    font-style: normal;
}.blog .item .icon i.icon-show span i{
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    line-height: 11px;
}.blog .item:hover .icon .icon-w i.icon-show,
.blog .item .icon .icon-w i.icon-hidden{
    display: none;
    line-height: 50px;
}.blog .item:hover .icon .icon-w i.icon-hidden{
    display: inline;
    text-align: center;
    color: #101010;
    font-size: 15px;
    vertical-align: middle;
}/* ======= Blog 2 style ======= */
.blog2 .item{
  margin-bottom: 30px;
}.blog2 .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    isolation: isolate;
}.blog2 .post-img:hover img{
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}.blog2 .post-img a{
    display: block;
}.blog2 .post-img img{
    -webkit-transition: all .5s;
    transition: all .5s;
}.blog2 .post-cont{border-radius: 0 0 20px 20px;
    background: #1b1b1b;
  padding: 30px 40px 40px 40px;
}.blog2 .post-cont .tag{
    display: block;
    font-size: 15px;
    color: #0d6efd;
  margin-bottom: 0px;
}.blog2 .post-cont h5,
.blog2 .post-cont h5 a{
    color: #fff;
    font-size: 30px;
    line-height: 1.25em;
    text-transform: uppercase;

}.blog2 .post-cont .category a{position: relative;
    font-size: 15px;
color: #fff;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  margin-right: 5px;
  margin-bottom: 15px;
}.blog2 .post-cont .category a:hover{
    color: #0d6efd;
}.blog2 .post-cont .category a:before{
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #0d6efd;
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}.blog2 .post-cont .category a:last-child{
  margin-right: 15px;
}.blog2 .post-cont .category a:last-child:after{
    display: none;
}.blog2 .post-cont .calendar a{position: relative;
    font-size: 15px;
    color: #999;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  margin-right: 5px;
}.blog2 .post-cont .calendar a:hover{
    color: #fff;
}/* blog sidebar */
.blog2-sidebar .widget{
    background: #1b1b1b;
margin-bottom: 30px;
    overflow: hidden;
    border-radius: 20px;
    border: none;
  padding: 30px;
  margin-bottom: 30px;
}.blog2-sidebar .widget ul{padding: 0;
  margin-bottom: 0;
  padding: 0;
}.blog2-sidebar .widget ul li{
    font-size: 15px;
    line-height: 1.5em;
  margin-bottom: 15px;
}.blog2-sidebar .widget ul li a{
    color: #999;
}.blog2-sidebar .widget ul li a.active{
    color: #999;
}.blog2-sidebar .widget ul li a:hover{
    color: #0d6efd;
}.blog2-sidebar .widget ul li:last-child{
  margin-bottom: 0;
}.blog2-sidebar .widget ul li i{
    font-size: 10px;
color: #0d6efd;
  margin-right: 10px;
}.blog2-sidebar .widget .recent li{
    display: block;
    overflow: hidden;
}.blog2-sidebar .widget .recent .thum{
    width: 100px;
    overflow: hidden;
    float: left;
    border-radius: 5px;
}.blog2-sidebar .widget .recent a{
    display: block;
  margin-left: 120px;
}.blog2-sidebar .widget-title{
  margin-bottom: 15px;
}.blog2-sidebar .widget-title h6{border-bottom: 1px solid rgba(255,255,255,0.05);
    font-size: 21px;;
color: #fff;
    text-transform: uppercase;

  padding-bottom: 15px;
  margin-bottom: 15px;
}.blog2-sidebar .search form{
    position: relative;
}.blog2-sidebar .search form input{
    width: 100%;
border: 0;
    background: #101010;
border: none;
    color: #999;
  padding: 18px;
  margin-bottom: 0;
}.blog2-sidebar .search form input::placeholder{
    color: #999;
}.blog2-sidebar .search form button{
    position: absolute;
    right: 6px;
    top: 6px;
    background-color: #0d6efd;
    color: #fff;
    border: 0;
    cursor: pointer;
    border-radius: 100%;
    outline: none;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
    width: 50px;
    height: 50px;
    line-height: 50px;
}.blog2-sidebar:hover .search form button{
    background-color: #fff;
    color: #101010;
    outline: none;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}.blog2-sidebar .tags li{padding: 9px 24px;
    background-color: #0d6efd;
    color: #101010;
    float: left;
    border-radius: 20px;
  margin: 4px !important;
  padding: 9px 24px;
}.blog2-sidebar ul.tags li a{
    font-size: 15px;
    color: #fff;
}.blog2-sidebar ul.tags li:hover,
.blog2-sidebar ul.tags li:hover a{
    background-color: #fff;
    color: #101010;
}/* ======= Post style ======= */
.post{
    position: relative;
}.post h4{
    font-size: 30px;
color: #fff;
  margin-bottom: 15px;
}.post h4 span{
    color: #0d6efd;
}.post .form-box{
    background: transparent;
}.post .form-box h5{
    font-size: 21px;;
    color: #fff;
    text-transform: uppercase;

}.post .section{}.post .section h6{
    text-transform: uppercase;

    font-size: 15px;
    color: #fff;
}.post .section h6 span{
    font-size: 15px;
    color: #999;
    font-weight: 300;
    font-family: "Outfit", sans-serif;
    display: block;
    text-transform: none;
}.post .section .wrap{
    display: flex;
  margin-bottom: 60px;
}.post .section .wrap .user{flex: 0 0 auto;
  margin-right: 20px;
}.post .section .wrap .user img{
    border-radius: 100%;
    width: 90px;
    border: 1px solid #1b1b1b;
  padding: 4px;
}.post .section .wrap .cont{}/* pagination */
.pagination-wrap{margin: 0;
  padding: 0;
  margin: 0;
}.pagination-wrap li{
    display: inline-block;
  margin: 0 5px;
}.pagination-wrap li a{
    background: #1b1b1b;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    border: 1px solid #1b1b1b;
    border-radius: 100%;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}.pagination-wrap li a i{
    font-size: 12px;
}.pagination-wrap li a:hover{
    opacity: 1;
    text-decoration: none;
    background: #0d6efd;
    border: 1px solid #0d6efd;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}.pagination-wrap li a.active{
    background-color: #0d6efd;
    border: 1px solid #0d6efd;
    color: #fff;
}/* prev/next post */
.post-prev-next{border: none;
  background-color: #1b1b1b;
  padding: 45px 0;
}.post-prev-next a{
    display: inline-block;
    font-size: 15px;
    color: #999;
    line-height: 1em;
}.post-prev-next a i{
    color: #999;
    font-size: 21px;;
}.post-prev-next .post-prev-next-left a i{font-size: 15px;
    background: #0d6efd;
    color: #fff;
border-radius: 50%;
  margin-right: 10px;
  padding: 15px;
}.post-prev-next .post-prev-next-right a:hover i{
    background: #fff;
    color: #101010;
}.post-prev-next .post-prev-next-right a i{
    font-size: 15px;
background: #0d6efd;
    color: #fff;
border-radius: 50%;
  margin-left: 10px;
  padding: 15px;
}.post-prev-next .post-prev-next-left a:hover i{
    background: #fff;
    color: #101010;
}@media screen and (max-width: 991px){
  .pagination-wrap {
margin: 0;
        text-align: center;

  margin-top: 30px;
  margin-top: 30px;
  padding: 0;
  margin: 0;
  margin-bottom: 90px;
  margin-bottom: 0px;
  padding: 35px 20px;
}.post-prev-next{
    text-align: center;
  }.post-prev-next-left{
  margin-bottom: 10px;
}}


/* ======= Contact style ======= */
.contact{
    position: relative;
}.contact p{
    color: #999;
margin-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}.contact h5{
    color: #fff;
    font-size: 24px;
    text-align: center;
text-transform: uppercase;

  margin-bottom: 15px;
}.contact .con{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #999;
    text-decoration: none;
}.contact .con .icon{
    width: 50px;
    height: 50px;
    line-height: 50px;
margin-bottom: 15px;
    border-radius: 100%;
    border: 1px solid #0d6efd;
    text-align: center;
    background: transparent;
    font-size: 21px;;
    color: #fff;
  margin-right: 15px;
  margin-bottom: 15px;
}.contact .con .icon .img{
    border-radius: 0;
    border: 1px solid #0d6efd;
}.contact .con .icon img{
    background: transparent;
  padding: 13px;
}.contact .con .text{
    color: #999;
    line-height: 1.5em;
}/* opening-hours list */
.opening-hours ul{padding: 0;
width: 320px;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}.opening-hours ul li .tit,
.opening-hours ul li .dots,
.opening-hours ul li span{
    display: table-cell;
    white-space: nowrap;
}.opening-hours ul li{font-size: 15px;
  margin-bottom: 15px;
}.opening-hours ul li:last-of-type{
  margin-bottom: 0;
}.opening-hours ul li span{
    white-space: nowrap;
color: #999;
  padding-left: 10px;
}.opening-hours ul li .tit{color: #999;
  padding-right: 10px;
}.opening-hours ul li .dots{
    height: 4px;
    width: 100%;
    border-bottom: 2px dashed #202020;
    position: relative;
    top: -7px;
}.google-map{
	width: 100%;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
    height: calc(64% + 30px);
    overflow: hidden;
    border-radius: 10px;
}/* ======= Contact Box style ======= */
.contact-box{
    position: relative;
margin-top: -100px;
  margin-bottom: 0px;
  margin-top: -100px;
}.contact-box .container{
    position: relative;
    z-index: 2;
}.contact-box .item{
    background: #1b1b1b;
-webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
line-height: 1;
    text-align: left;
    overflow: hidden;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-radius: 20px;
  padding: 45px 30px;
  margin-bottom: 30px;
}.contact-box .item.active{
    background: #0d6efd;
}.contact-box .item:hover{
    background: #0d6efd;
    transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;

}.contact-box .item h5{
    font-size: 21px;;
    color: #fff;
text-transform: uppercase;

  margin-bottom: 5px;
}.contact-box .item.active h5{
    color: #fff
}.contact-box .item:hover h5{
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}.contact-box .item p{
    color: #999;
    font-size: 15px;
    font-weight: 300;
  margin-bottom: 0;
}.contact-box .item.active p{
    color: #fff;
}.contact-box .item:hover p{
    color: #fff;
}.contact-box .item span{
    font-size: 45px;
    color: #0d6efd;
    line-height: 1;
display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
  margin-bottom: 15px;
}.contact-box .item.active span{
    color: #fff;
}.contact-box .item:hover span{
    color: #fff;
}.contact-box .item i.numb{
    font-size: 120px;
    position: absolute;
    bottom: -20px;
    right: -30px;
    color: rgba(255,255,255, 0.2);
    opacity: .2;
}.contact-box .item.active i.numb{
    color: rgba(255,255,255, 0.7);
}.contact-box .item:hover .numb{
    color: rgba(24,27,49, 0.2);
}/* ======= 404 style ======= */
.not-found h1{
    font-size: 160px;
    line-height: 160px;
    color: #0d6efd;
}.not-found h3{
    color: #fff;
    font-size: 24px;;
    line-height: 1.25em;
    text-transform: uppercase;

}.not-found p{
    color: #999;
}.not-found .search-form{
    position: relative;
    max-width: 520px;
  margin: 20px auto 0;
}.not-found .search-form form{
    position: relative;
}.not-found .search-form .form-group{
    position: relative;
  margin: 0;
}.not-found .search-form .form-group input[type="text"],
.not-found .search-form .form-group input[type="search"],
.not-found .search-form .form-group input[type="email"]{
    position: relative;
    width: 100%;
    line-height: 30px;
height: 60px;
    display: block;
    font-size: 15px;
    background: transparent;
    color: #fff;
    border-radius: 0px;
    border: 1px solid #0d6efd;
    transition: all 300ms ease;
    border-radius: 30px;
  padding: 10px 100px 10px 20px;
}.not-found .search-form .form-group input[type="text"]:focus,
.not-found .search-form .form-group input[type="email"]:focus,
.not-found .search-form .form-group input[type="search"]:focus{
    border-color: #0d6efd;
}.not-found .search-form .form-group input::-webkit-input-placeholder{
    color: #999;
}.not-found .search-form .form-group input[type="search"]:focus{
    color: #999;
}.not-found .search-form .form-group .search-button{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    background: none;
    color: #fff;
    background: #0d6efd;
    border-radius: 100%;
        outline: none;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}.not-found .search-form .form-group .search-button span{
    vertical-align: middle;
    outline: none;
}.not-found .search-form:hover .form-group .search-button{
    background: #fff;
    color: #101010;
    outline: none;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}@media screen and (max-width: 991px){
  .not-found h1 {
        font-size: 110px;
        line-height: 120px;

  margin-top: 30px;
  margin-top: 30px;
  padding: 0;
  margin: 0;
  margin-bottom: 90px;
  margin-bottom: 0px;
  padding: 35px 20px;
}}


/* ======= Button style ======= */
/* button 1 */
.button-1{
    display: inline-block;
    height: auto;
border: 1px solid #0d6efd;
    border-radius: 40px;
    background-color: #0d6efd;
    color: #fff;
    text-align: center;
    font-size: 15px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
  padding: 14px 35px;
}[data-overlay-dark] .button-1 span,
.button-1 span{
    font-size: 15px;
color: #fff;
  margin-left: 5px;
}[data-overlay-dark] .button-1 i,
.button-1 i{
    font-style: normal;
    font-size: 15px;
color: #101010;
  padding-right: 5px;
}.button-1:hover{
    border: 1px solid #fff;
    background-color: #fff;
    color: #101010;
    transform: translate3d(0px, -6px, 0.01px);
}.button-1:hover span{
    color: #101010;
}/* button 2 */
.button-2{
    display: inline-block;
    height: auto;
border: 1px solid #fff;
    border-radius: 40px;
    background-color: transparent;
    color: #fff;
    text-align: center;
    font-size: 15px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
  padding: 14px 35px;
}[data-overlay-dark] .button-2 span,
.button-2 span{
    font-size: 12px;
color: #fff;
  margin-left: 5px;
}[data-overlay-dark] .button-2 i,
.button-2 i{
    font-style: normal;
    font-size: 15px;
color: #fff;
  padding-right: 5px;
}.button-2:hover{
    border: 1px solid #0d6efd;
    background-color: #0d6efd;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}.button-2:hover i,
.button-2:hover span{
    color: #fff;
}/* button 3 */
.button-3{
    display: inline-block;
    height: auto;
border: 1px solid #fff;
    border-radius: 40px;
    background-color: #fff;
    color: #fff;
    text-align: center;
    font-size: 15px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
  padding: 14px 35px;
}[data-overlay-dark] .button-3 span,
.button-3 span{
    font-size: 12px;
color: #fff;
  margin-left: 5px;
}.button-3:hover{
    border: 1px solid #fff;
    background-color: #fff;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}.button-3:hover span{
    color: #fff;
}/* button 4 */
.button-4{
    display: inline-block;
    height: auto;
border: 1px solid #0d6efd;
    border-radius: 40px;
    background-color: #0d6efd;
    color: #fff;
    text-align: center;
    font-size: 15px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
  padding: 14px 35px;
}[data-overlay-dark] .button-4 span,
.button-4 span{
    font-size: 15px;
color: #fff;
  margin-left: 5px;
}.button-4:hover{
    border: 1px solid #fff;
    background-color: #fff;
    color: #101010;
    transform: translate3d(0px, -6px, 0.01px);
}.button-4:hover span{
    color: #101010;
}/* button 5 */
.button-5{
    display: inline-block;
    height: auto;
border: 1px solid #fff;
    border-radius: 40px;
    background-color: #fff;
    color: #fff;
    text-align: center;
    font-size: 15px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
  padding: 14px 35px;
}[data-overlay-dark] .button-5 span,
.button-5 span{
    font-size: 12px;
color: #fff;
  margin-left: 5px;
}.button-5:hover{
    border: 1px solid #0d6efd;
    background-color: #0d6efd;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}.button-5:hover span{
    color: #fff;
}/* double button */
.btn-double{
    position: relative;
    text-align: center;
font-size: 15px;
  margin: 10px 0;
}.btn-double:before{
    content: attr(data-grouptype);
    color: #fff;
    display: block;
    font-size: 15px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #1b1b1b;
    position: absolute;
    left: 50%;
    top: 16px;
text-align: center;
  margin-left: -23px;
}.btn-double > a + a{
  margin-left: 0px;
}.btn-double > a{
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    transition: color .3s ease;
}.btn-double > a span{
    font-size: 15px;
  margin-right: 2px;
}.btn-double > a:nth-of-type(1){
    background: #0d6efd;
    color: #fff;
    border-radius: 0 30px 30px 0;
  padding: 15px 27px;
}.btn-double > a:nth-of-type(1):hover{
    background: #fff;
    color: #101010;
}.btn-double > a:nth-of-type(2){
    background: #0d6efd;
    color: #fff;
    border-radius: 30px 0 0 30px;
  padding: 15px 27px;
}.btn-double > a:nth-of-type(2):hover{
    background: #fff;
    color: #101010;
}/* ======= LetsTalk style ======= */
.lets-talk{
    position: relative;
}.lets-talk .section-title{
    color: #fff;
    font-size: 40px;
    line-height: 1.1em;
}.lets-talk .section-subtitle{
    color: #0d6efd;
}.lets-talk .wrap{
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
}.lets-talk .wrap .social{
    grid-column-gap: 12px;
    display: flex;
}.lets-talk .wrap .social .icon{
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    background-color: transparent;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
    text-decoration: none;
    display: flex;
}.lets-talk .wrap .dv{
    max-width: 1px;
    min-width: 1px;
    background-color: rgba(255,255,255,0.2);
    align-self: stretch;
margin-left: 12px;
    height: 12px;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 9px;
}.lets-talk .wrap .icon-right{line-height: 1em;
    display: inline-block;
  margin-left: 6px;
}.lets-talk .wrap a{
    font-family: "Outfit", sans-serif;
    color: #fff;
    font-size: 16px;
}.lets-talk .wrap a:hover{
    color: #0d6efd;
}.lets-talk .wrap a i.icon-right{
    overflow: hidden;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}.lets-talk .wrap a:hover i.icon-right{
    transform: translate3d(-3px, -3px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}/* ======= Footer style ======= */
.footer{
    position: relative;
    background-color: #101010;
}/* footer top */
.footer .top{border: none;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 100px 0 20px 0;
}.footer .top .item .logo,
.footer .bottom .logo{
    width: 150px;
  margin-bottom: 15px;
}.footer .top .item h2{
    color: #fff;
    font-size: 30px;
  margin-bottom: 15px;
}.footer .top .item h2 span{
    color: #0d6efd;
}.footer .top .item h3{
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;

}.footer .top .item h3 span{
    color: #0d6efd;
}.footer .top .item p{
    color: rgba(255,255,255,0.7);
}.footer .top .item .language{
    width: 160px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}.footer .top .item .language i{
    position: absolute;
    right: 30px;
    top: 15px;
    font-size: 15px;
    font-weight: 300;
     color: #fff;
}.footer .top .item .language select{
    height: 50px;
    background: #0d6efd;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    border: none;
    border-radius: 30px;
}.footer .top .item .language select option{
     color: rgba(255,255,255,0.7);
}select{
    width: 160px;
    max-width: 100%;
    height: 70px;
border: 1px solid rgba(255,255,255,0.7);
    color: rgba(255,255,255,0.7);
    -webkit-appearance: none;
    -moz-appearance: none;
  padding: 10px;
  padding: 0 30px;
}.footer .top .item .links ul{padding: 0;
  margin: 0;
  padding: 0;
}.footer .top .item .links ul li{
  margin-bottom: 5px;
}.footer .top .item .links ul li:hover{
    color: #0d6efd;
}.footer .top .item .links ul li i{
    font-size: 7px;
  margin-right: 3px;
}.footer .top .item .links ul li a{
    color: rgba(255,255,255,0.7);
    position: relative;
}.footer .top .item .links ul li:hover a{
    color: #0d6efd;
}.footer .top .item .address{
    color: rgba(255,255,255,0.7);
    font-size: 15px;
  margin-bottom: 15px;
}.footer .top .item .phone{
    font-size: 21px;;
    color: rgba(255,255,255,0.7);
    font-weight: 300;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
line-height: 1.25em;
  margin-bottom: 15px;
}.footer .top .item .mail{
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}.footer .top .item .newsletter{
    position: relative;
}.footer .top .item .newsletter input{
    height: 60px;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 15px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
    outline: none;
border: 1px solid #0d6efd;
    border-radius: 30px;
  padding: 0 90px 0 20px;
}.footer .top .item .newsletter button{
    height: 50px;
    width: 50px;
    border: none;
    background: #0d6efd;
    font-size: 15px;
    font-weight: 300;
    color: #101010;
    outline: none;
cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    line-height: 55px;
    outline: none;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
  padding: 0px 16px;
}.footer .top .item .newsletter input::placeholder{
     color: rgba(255,255,255,0.7);
}.footer .top .item .newsletter:hover button{
    background: #0d6efd;
    outline: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
    color: #101010;
}/* footer bottom */
.footer .bottom{padding-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}.footer .bottom p{
    color: rgba(255,255,255,0.7);
    font-size: 15px;
}.footer .bottom p a{
    background: linear-gradient(to bottom, #0d6efd 0%, #0d6efd 100%);
    background-position: 100% 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #fff;
    text-decoration: none;
    transition: background-size .2s;
}.footer .bottom p a:hover{
     color: #0d6efd;
}/* social icons */
.footer .top .social-icons li{
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
-webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 100%;
    font-size: 15px;
    color: #101010;
    background: #0d6efd;
  margin-right: 5px;
}.footer .top .social-icons .list-inline{
  margin: 0;
}.footer .top .social-icons li:hover{
    background: #fff;
    color: #101010;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}/* ======= toTop Button style ======= */
.progress-wrap{
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}.progress-wrap.active-progress{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}.progress-wrap::after{
    position: absolute;
    font-family: 'themify';
    content: '\e627';
    text-align: center;
    line-height: 55px;
    font-size: 15px;
    font-weight: normal;
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}.progress-wrap svg path{
    fill: none;
}.progress-wrap svg.progress-circle path{
    stroke: #0d6efd;
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}.progress-wrap::after{
    color: #0d6efd;
}.progress-wrap svg.progress-circle path{
    stroke: #0d6efd;
}/* ======= Modal Form & Popup style ======= */
/* modal box */
.modal-box{
    position: relative;
    background: #101010;
margin-bottom: -60px;
    border-radius: 0 0 20px 20px;
  padding: 60px 40px;
  margin-bottom: -60px;
}.modal-box .head-box h6{
    font-size: 10px;
    font-weight: 300;
    color: #0d6efd;
    position: relative;
text-transform: uppercase;
  margin-bottom: 10px;
}.modal-box .head-box h4{
    font-size: 40px;
color: #fff;
    line-height: 1em;
    font-weight: 300;
  margin-bottom: 30px;
}.modal-box .head-box h4 span{
    color: #222;
}/* button */
.modal-button{
    display: block;
border: none;
width: auto;
    background: #0d6efd;
    color: #101010;
    font-size: 15px;
    text-decoration: none;
    line-height: 60px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    font-weight: 300;
    border-radius: 30px;
  padding: 0 30px;
  margin: 0;
}.modal-button:hover{
    background: #fff;
    color: #101010;
}.modal-button:focus{
    outline: none;
}@media screen and (max-width: 991px){
    .modal-box {
margin-bottom: 0px;
  margin-top: 30px;
  margin-top: 30px;
  padding: 0;
  margin: 0;
  margin-bottom: 90px;
  margin-bottom: 0px;
  padding: 35px 20px;
}}
/* modal popup */
.modal-content{
    position: relative;
    border-radius: 20px;
    border: none;
}.modal-header{
    background: #0d6efd;
    border: none;
border-top-right-radius: 18px;
    border-top-left-radius: 18px;
  padding: 25px 30px;
}.modal-body{
    background: #101010;
border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  padding: 0;
}.modal-body .modal-box{
  margin-bottom: 0;
}.modal-title{
    font-family: "Owsald", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #101010;
    text-transform: uppercase;

}.modal-header .btn-close:focus,
.modal-header .btn-close:active{
    outline: none;
    box-shadow: none;
}/* ======= Responsive style ======= */

@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1220px;
}}

@media screen and (max-width: 991px){
    .bg-fixed {
        background-attachment: scroll !important;

  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}.lets-talk .section-title{
        font-size: 40px;
    }.lets-talk .wrap{
        display: flow;
        display: flow-root;
    }}


/* ======= Overlay Effect Bg Image style ======= */
[data-overlay-dark]{
    position: relative;
}[data-overlay-dark] .container{
    position: relative;
    z-index: 2;
}[data-overlay-dark]:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}[data-overlay-dark]:before{
    background: #000;
}[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span{
    color: #fff;
}[data-overlay-dark] p{
    color: #999;
}[data-overlay-dark="0"]:before{
    opacity: 0;
}[data-overlay-dark="1"]:before{
    opacity: 0.1;
}[data-overlay-dark="2"]:before{
    opacity: 0.2;
}[data-overlay-dark="3"]:before{
    opacity: 0.3;
}[data-overlay-dark="4"]:before{
    opacity: 0.4;
}[data-overlay-dark="5"]:before{
    opacity: 0.5;
}[data-overlay-dark="6"]:before{
    opacity: 0.6;
}[data-overlay-dark="7"]:before{
    opacity: 0.7;
}[data-overlay-dark="8"]:before{
    opacity: 0.8;
}[data-overlay-dark="9"]:before{
    opacity: 0.9;
}[data-overlay-dark="10"]:before{
    opacity: 1;
}.fa,.fa-brands,.fa-duotone,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fat{
    line-height: unset !important;
}.owl-carousel{
    direction: ltr;
}.owl-carousel .item{
    direction: ltr;
}
