@import "https://fonts.googleapis.com/css2?family=Saira:wght@300;400;500;600;700;800&amp;display=swap";.pt-50 {
    padding-top: 50px
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a:focus,input:focus,textarea:focus,button:focus {
    outline: 0 solid
}

html,body {
    height: 100%
}

body {
    font-size: 16px;
    font-family: saira,sans-serif
}

h1,h2,h3,h4,h5,h6 {
    font-family: saira,sans-serif;
    font-weight: 700;
    margin-bottom: 15px
}

img {
    max-width: 100%
}

a,ul,ol {
    padding: 0;
    margin: 0;
    list-style: none
}

p {
    margin: 0;
    color: #272727;
    line-height: 1.8
}

@media(max-width: 767px) {
    p {
        font-size:14px
    }
}

a,a:hover {
    text-decoration: none
}

input,select,audio,canvas,iframe,img,svg,video {
    vertical-align: middle;
}

.sec-pad {
    padding: 120px 0
}

.sec-pad-top {
    padding-top: 120px
}

.sec-pad-bottom {
    padding-bottom: 120px
}

.sec-mar {
    padding-top: 50px;
    padding-bottom:20px;
    background-color: white;
   
}

.sec-mar-top {
    margin-top: 120px
}

.sec-mar-bottom {
    margin-bottom: 0px;
    background-color: white;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #000;
    top: 0;
    left: 0;
    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
}

@-webkit-keyframes loader {
    0%,10%,100% {
        width: 80px;
        height: 80px
    }

    65% {
        width: 150px;
        height: 150px
    }
}

@keyframes loader {
    0%,10%,100% {
        width: 80px;
        height: 80px
    }

    65% {
        width: 150px;
        height: 150px
    }
}

@-webkit-keyframes loaderBlock {
    0%,30% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    55% {
        background-color: #fff
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes loaderBlock {
    0%,30% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    55% {
        background-color: #fa7226
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@-webkit-keyframes loaderBlockInverse {
    0%,20% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    55% {
        background-color: #fff
    }

    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

@keyframes loaderBlockInverse {
    0%,20% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    55% {
        background-color: #fa7226
    }

    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

.preloader .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    -webkit-transform: translate(-50%,-50%) rotate(45deg) translate3d(0,0,0);
    transform: translate(-50%,-50%) rotate(45deg) translate3d(0,0,0);
    -webkit-animation: loader 1.2s infinite ease-in-out;
    animation: loader 1.2s infinite ease-in-out
}

.preloader .loader span {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    -webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
    animation: loaderBlock 1.2s infinite ease-in-out both
}

.preloader .loader span:nth-child(1) {
    top: 0;
    left: 0
}

.preloader .loader span:nth-child(2) {
    top: 0;
    right: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both
}

.preloader .loader span:nth-child(3) {
    bottom: 0;
    left: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both
}

.preloader .loader span:nth-child(4) {
    bottom: 0;
    right: 0
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0!important;
    padding-bottom: 0!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #191a1c;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    z-index: 99
}

.creasoft-wrap {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.line_wrap {
    top: 0;
    left: 50%;
    bottom: 0;
    width: 80%;
    z-index: -1;
    display: block;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 1px solid rgba(23,22,26,.06)
}

@(max-width: 767px) {
    .line_wrap {
        border-left:1px solid rgba(0,0,0,.03)
    }
}

.line_wrap.layout2 {
    border-left: 1px solid rgba(246,246,246,.02)
}

.line_wrap.layout2 .line_item {
    border-right: 1px solid rgba(246,246,246,.02)
}

.line_wrap:before {
    width: 1px;
    left: -1px;
    content: "";
    height: 100px;
    position: absolute;
    -webkit-animation: scroll1 15s ease-out infinite;
    animation: scroll1 15s ease-out infinite;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#000000),to(transparent));
    background-image: linear-gradient(0deg,#000000,transparent)
}

.line_item {
    width: 20%;
    float: left;
    height: 100%;
    position: relative;
    display: inline-block;
    border-right: 1px solid rgba(23,22,26,.06)
}

@media(max-width: 767px) {
    .line_item {
        border-right:1px solid rgba(0,0,0,.03)
    }
}

.line_item:before {
    width: 1px;
    right: -1px;
    content: "";
    height: 100px;
    position: absolute
}

.line_item:nth-child(odd):before {
    -webkit-animation: scroll2 15s ease-out infinite;
    animation: scroll2 15s ease-out infinite;
    background-image: -webkit-gradient(linear,left bottom,left top,from(transparent),to(#000000));
    background-image: linear-gradient(0deg,transparent,#000000)
}

.line_item:nth-child(even):before {
    -webkit-animation: scroll1 15s ease-out infinite;
    animation: scroll1 15s ease-out infinite;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#000000),to(transparent));
    background-image: linear-gradient(0deg,#000000,transparent)
}

@-webkit-keyframes scroll1 {
    0% {
        top: 0;
        opacity: 1
    }

    50% {
        top: 50%
    }

    100% {
        top: 100%;
        opacity: .5
    }
}

@keyframes scroll1 {
    0% {
        top: 0;
        opacity: 1
    }

    50% {
        top: 50%
    }

    100% {
        top: 100%;
        opacity: .5
    }
}

@-webkit-keyframes scroll2 {
    0% {
        opacity: 1;
        bottom: 0
    }

    50% {
        bottom: 50%
    }

    100% {
        bottom: 100%;
        opacity: .5
    }
}

@keyframes scroll2 {
    0% {
        opacity: 1;
        bottom: 0
    }

    50% {
        bottom: 50%
    }

    100% {
        bottom: 100%;
        opacity: .5
    }
}

.breadcrumbs {
    position: relative;
    height: 480px;
    background-image: url(../img/breadcrumb-bg.jpg);
    background-size: cover;
    background-position: center center;
    z-index: 1
}

@media(max-width: 767px) {
    .breadcrumbs {
        height:320px
    }
}

.breadcrumbs:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #17161a;
    opacity: .93;
    z-index: -1
}

.breadcrumb-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 480px
}

@media(max-width: 767px) {
    .breadcrumb-wrapper {
        height:320px
    }
}

.breadcrumb-cnt {
    position: relative
}

.breadcrumb-cnt h1 {
    font-size: 60px;
    font-weight: 700;
    color: #fa7226;
    text-transform: capitalize;
    margin-bottom: 5px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .breadcrumb-cnt h1 {
        font-size:40px
    }
}

@media(max-width: 767px) {
    .breadcrumb-cnt h1 {
        font-size:30px
    }
}

.breadcrumb-cnt span {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize
}

.breadcrumb-cnt span a {
    display: inline-block;
    color: #fa7226
}

.breadcrumb-cnt span i {
    margin: 0 5px
}

.breadcrumb-cnt .breadcrumb-video {
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width: 767px) {
    .breadcrumb-cnt .breadcrumb-video {
        display:none
    }
}

.breadcrumb-cnt .breadcrumb-video img {
    max-width: 370px;
    max-height: 340px;
    border-radius: 5px
}

.breadcrumb-cnt .breadcrumb-video:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #17161a;
    opacity: .7;
    border-radius: 5px
}

.breadcrumb-cnt .breadcrumb-video .video-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.breadcrumb-cnt .breadcrumb-video .video-inner a {
    height: 80px;
    width: 80px;
    line-height: 80px;
    border: 2px dashed #fff;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.title-wrap {
    max-width: 630px;
    margin: 0 auto
}

.sec-title {
    text-align: center;
    margin-bottom: 50px
}

.sec-title.layout2 {
    /* text-align: left; */
}

.sec-title.white h2,.sec-title.white p {
    color: #fff
}

.sec-title span {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    color: #fa7226;
    text-transform: capitalize;
    border-bottom: 1px solid #fa7226;
    padding-bottom: 2px;
    margin-bottom: 5px
}

.sec-title h2 {
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
    color: #17161a;
    margin-bottom: 15px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .sec-title h2 {
        font-size:35px
    }
}

@media(max-width: 767px) {
    .sec-title h2 {
        font-size:30px
    }
}

.cmn-btn {
    position: relative;
    display: inline-block
}

.cmn-btn a {
    position: relative;
    display: inline-block;
    background-color: #000;
    border-radius: 5px;
    min-width: 170px;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    color: #fff;
    padding: 15px 30px;
    border: 1px solid #000;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
    vertical-align: top
}

@media(max-width: 767px) {
    .cmn-btn a {
        min-width:140px;
        font-size: 14px
    }
}

.cmn-btn a:after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background-color: #fa7226;
    -webkit-transform: skewX(45deg) scale(0,1);
    transform: skewX(45deg) scale(0,1);
    z-index: -1;
    -webkit-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s
}

.cmn-btn a:hover {
    color: #000
}

.cmn-btn a:hover:after {
    -webkit-transform: skewX(45deg) scale(1,1);
    transform: skewX(45deg) scale(1,1)
}

.cmn-btn .line-1 {
    position: absolute;
    right: 8px;
    top: 7px;
    z-index: 2
}

.cmn-btn .line-1:before {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    width: 25px;
    opacity: .1;
    right: 0;
    -webkit-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s
}

.cmn-btn .line-1:after {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    height: 25px;
    opacity: .1;
    -webkit-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s
}

.cmn-btn .line-2 {
    position: absolute;
    left: 8px;
    bottom: 8px;
    z-index: 2
}

.cmn-btn .line-2:before {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    height: 25px;
    opacity: .1;
    right: 0;
    bottom: -2px
}

.cmn-btn .line-2:after {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    width: 25px;
    opacity: .1;
    left: 0
}

.cmn-btn:hover .line-1:before {
    border: 1px solid #000;
    opacity: .5
}

.cmn-btn:hover .line-1:after {
    border: 1px solid #000;
    opacity: .5
}

.mobile-menu-logo {
    display: none
}

.mobile-menu-logo .remove {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.mobile-menu-logo .remove i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    color: #fff;
    background-color: #fa7226;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media only screen and (max-width: 1199px) {
    header .main-nav {
        position:fixed;
        top: 0;
        left: 0;
        width: 260px;
        padding: 10px 0!important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        display: block;
        background: #fff;
        -webkit-transform: translateX(-260px);
        transform: translateX(-260px);
        -webkit-transition: -webkit-transform .3s ease-in;
        transition: -webkit-transform .3s ease-in;
        transition: transform .3s ease-in;
        transition: transform .3s ease-in,-webkit-transform .3s ease-in
    }

    header .main-nav .mobile-menu-logo {
        position: relative;
        text-align: left;
        padding: 20px 10px;
        margin-bottom: 20px;
        display: block;
        border-bottom: 1px solid #fa7226
    }

    header .main-nav ul {
        float: none;
        text-align: left;
        padding: 0
    }

    header .main-nav ul li {
        position: relative;
        display: block;
        border-bottom: 1px solid #eee;
        padding: 0 10px!important
    }

    header .main-nav ul li:last-child {
        border: none
    }

    header .main-nav ul li a {
        padding: 10px 0;
        display: block;
        font-weight: 500;
        color: #000;
        text-transform: capitalize
    }

    header .main-nav ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
        display: none;
        margin-top: 0!important;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    header .main-nav ul li ul.sub-menu li {
        padding: 0!important
    }

    header .main-nav ul li ul.sub-menu li a {
        padding: 12px 10px
    }

    header .main-nav.slidenav {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    header .main-nav ul li .bi {
        display: block;
        top: 8px;
        right: 10px;
        font-size: 16px;
        color: #000
    }

    .mobile-menu {
        position: relative;
        top: 2px;
        padding: 0 5px;
        border-radius: 50%;
        display: inline-block;
        text-align: right;
        margin-left: 30px
    }

    .cross-btn {
        display: inline-block!important;
        position: relative;
        width: 30px!important;
        height: 22px!important;
        cursor: pointer;
        border: 3px solid transparent!important
    }

    .cross-btn span {
        width: 100%;
        height: 2px;
        background: #fa7226!important;
        display: block;
        position: absolute;
        right: 0;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .cross-btn .cross-top {
        top: 0
    }

    .cross-btn .cross-middle {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%
    }

    .cross-btn .cross-bottom {
        bottom: 0;
        width: 100%
    }

    .cross-btn.h-active span.cross-top {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
        margin-top: -1px
    }

    .cross-btn.h-active span.cross-middle {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
        opacity: 0
    }

    .cross-btn.h-active span.cross-bottom {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 50%;
        margin-bottom: -1px
    }
}

.cursor {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 30px;
    height: 30px;
    z-index: 999999;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    -webkit-transform: scale(.35) translate(-50%,-50%);
    transform: scale(.35) translate(-50%,-50%);
    mix-blend-mode: exclusion;
    background-color: #fff
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2
}

.header-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1px 95px;
    -webkit-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s
}

@media only screen and (min-width: 1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .header-area {
        padding:20px 30px
    }
}

@media(max-width: 767px) {
    .header-area {
        padding:20px 10px
    }
}

.logo a {
    display: inline-block
}

.logo a img {
    max-width: 170px
}

@media only screen and (max-width: 1199px) {
    .logo a img {
        padding:25px 0
    }
}

.main-nav {
    text-align: center
}

.main-nav ul {
    list-style: none
}

.main-nav ul li {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    color: #e4e4e4
}

.main-nav ul li:first-child {
    padding-left: 0
}

.main-nav ul li a {
    position: relative;
    font-family: saira,sans-serif;
    font-size: 15px;
    padding: 30px 0;
    font-weight: 500;
    color: #e4e4e4;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.main-nav ul li a.active {
    color: #fa7226
}

.main-nav ul li a:hover {
    color: #fa7226
}

.main-nav ul li i {
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 14px;
    text-align: center;
    z-index: 999;
    cursor: pointer
}

.category{
  display:none;
  position: absolute;
  top:0%;
  left:100%;
  background-color:white;
  width:auto;
  color:green;
}
.web:hover .category{
    display: block;
}
.sub{
    color:green;
    list-style: none;
}


@media (max-width:1199px){
.category{
    position: absolute;
    top: 50%;
    left: 0%;
}
#aa{
    margin-top:80px;
}

}
.main-nav ul li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    min-width: 200px;
    background-color: #fff;
    text-align: left;
    z-index: 9;
    -webkit-box-shadow: 0 0 65px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 65px 0 rgba(0,0,0,.1);
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.main-nav ul li ul.sub-menu>li {
    padding: 0;
    display: block;
    border-bottom: 1px solid #eee
}

.main-nav ul li ul.sub-menu>li:last-child {
    border: none
}

.main-nav ul li ul.sub-menu>li a {
    position: relative;
    display: block;
    padding: 12px 20px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.main-nav ul li ul.sub-menu>li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(96.98deg,#fa7226 0%,#FF5F45 100%);
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: .4s ease-in;
    transition: .4s ease-in;
    z-index: -1
}

.main-nav ul li ul.sub-menu>li a.active {
    font-weight: 500;
    color: #fa7226
}

.main-nav ul li ul.sub-menu>li a:hover {
    color: #fa7226
}

.main-nav ul li ul.sub-menu>li a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.main-nav ul li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.nav-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.get-qoute {
    text-align: right
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .get-qoute {
        display:inline-block
    }
}

@media(max-width: 767px) {
    .get-qoute {
        display:none
    }
}

.hero-area {
    position: relative;
    height: 100vh;
    background-image: url(../img/bg.png);
    background-size: cover;
    background-position: top left;
    background-color: #191a1c;
    overflow: hidden
}

@media(max-width: 767px) {
    .hero-area {
        height:unset
    }
}

.hero-area .hero-shape-1 {
    position: absolute;
    left: 0;
    bottom: 0
}

.hero-area .hero-shape-2 {
    position: absolute;
    right: 0;
    top: 0
}

.hero-area .ken-burns-slideshow {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 50%;
    border-radius: 100px 0 0 0
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .hero-area .ken-burns-slideshow {
        display:none
    }
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .hero-area .ken-burns-slideshow {
        width:45%;
        top: 50%;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%)
    }
}

@media only screen and (max-width: 1199px) {
    .hero-area .ken-burns-slideshow {
        top:50%;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%)
    }
}

.hero-area .ken-burns-slideshow img {
    width: 100%;
    -webkit-animation: kenburns 20s infinite;
    animation: kenburns 20s infinite
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .hero-area .hero-img {
        display:none
    }
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .hero-area .hero-img img {
        width:80%;
        margin: 0 auto;
        display: block
    }
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%
}

@-webkit-keyframes kenburns {
    0% {
        opacity: 0
    }

    5% {
        opacity: 1
    }

    95% {
        -webkit-transform: scale3d(1.5,1.5,1.5) translate3d(-100px,-80px,0px);
        transform: scale3d(1.5,1.5,1.5) translate3d(-100px,-80px,0px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1
    }

    100% {
        -webkit-transform: scale3d(1.5,1.5,1.5) translate3d(-90px,-70px,0px);
        transform: scale3d(1.5,1.5,1.5) translate3d(-90px,-70px,0px);
        opacity: 0
    }
}

@keyframes kenburns {
    0% {
        opacity: 0
    }

    5% {
        opacity: 1
    }

    95% {
        -webkit-transform: scale3d(1.5,1.5,1.5) translate3d(-100px,-80px,0px);
        transform: scale3d(1.5,1.5,1.5) translate3d(-100px,-80px,0px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1
    }

    100% {
        -webkit-transform: scale3d(1.5,1.5,1.5) translate3d(-90px,-70px,0px);
        transform: scale3d(1.5,1.5,1.5) translate3d(-90px,-70px,0px);
        opacity: 0
    }
}

.hero-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .hero-wrapper {
        padding-top:100px
    }
}

@media(max-width: 767px) {
    .hero-wrapper {
        height:80vh
    }
}

@media only screen and (min-width: 1400px) and (max-width:1699px) {
    .hero-content {
        padding-left:100px
    }
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .hero-content {
        padding-left:50px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .hero-content {
        margin-bottom:50px
    }
}

.hero-content.layout2 h1 {
    text-transform: capitalize
}

.hero-content.layout2 h1 span {
    text-transform: uppercase
}

.hero-content h1 {
    font-weight: 800;
    font-size: 52px;
    text-transform: uppercase;
    color: #e4e4e4;
    margin-bottom: 30px
}

@media only screen and (min-width: 1400px) and (max-width:1699px) {
    .hero-content h1 {
        font-size:50px
    }
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .hero-content h1 {
        font-size:48px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .hero-content h1 {
        font-size:40px
    }
}

@media(max-width: 767px) {
    .hero-content h1 {
        font-size:30px;
        line-height: 42px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .hero-content h1 {
        font-size:40px
    }
}

.hero-content h1 span {
    display: block;
    -webkit-text-stroke: 1px #e4e4e4;
    -webkit-text-fill-color: transparent;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: .15em;
    -webkit-animation: typing 3.5s steps(40,end);
    animation: typing 3.5s steps(40,end)
}

.hero-content p {
    font-weight: 400;
    font-size: 16px;
    color: #e4e4e4
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .hero-content p {
        font-size:15px
    }
}

@media(max-width: 767px) {
    .hero-content p {
        font-size:14px
    }
}

@-webkit-keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.buttons {
    margin-top: 40px
}

.buttons .cmn-btn {
    margin-right: 20px
}

@media(max-width: 767px) {
    .buttons .cmn-btn {
        margin-right:10px
    }
}

.buttons .cmn-btn:last-child {
    margin: 0
}

.cmn-btn.layout-two a {
    background-color: transparent;
    border: 1px solid #e4e4e4
}

.verticale-social {
    position: absolute;
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .verticale-social {
        left:-120px
    }
}

@media only screen and (max-width: 1199px) {
    .verticale-social {
        left:50px;
        top: auto;
        bottom: 50px
    }
}

@media(max-width: 767px) {
    .verticale-social {
        left:25px;
        top: auto;
        bottom: 50px
    }
}

.vertical-media {
    list-style: none;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .vertical-media {
        -webkit-transform:none;
        transform: none
    }
}

.vertical-media li {
    position: relative;
    display: inline-block;
    padding: 0 20px
}

@media(max-width: 767px) {
    .vertical-media li {
        padding:0 10px
    }
}

.vertical-media li:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border: 1px dashed #fff;
    border-radius: 50%;
    left: 0;
    top: 35%;
    -webkit-transform: translateY(-42%);
    transform: translateY(-42%);
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition: all .2s cubic-bezier(.98,.57,1,1) 0s;
    transition: all .2s cubic-bezier(.98,.57,1,1) 0s
}

@media(max-width: 767px) {
    .vertical-media li:before {
        left:-7px
    }
}

.vertical-media li a {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    color: #e4e4e4;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media(max-width: 767px) {
    .vertical-media li a {
        font-size:14px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .vertical-media li a {
        font-size:16px
    }
}

.vertical-media li a:hover {
    color: #fa7226
}

@-webkit-keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1
    }
}

@keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1
    }
}

.services-area {
    position: relative;
    background-color: white;
}

@media(max-width: 767px) {
    .services-area {
        margin:80px 0 50px
    }
}

.services-area .swiper-button-next,.services-area .swiper-button-prev {
    top: 70%
}

@media(max-width: 767px) {
    .services-area .swiper-button-next,.services-area .swiper-button-prev {
        display:none
    }
}

.services-area .swiper-button-next:after,.services-area .swiper-button-prev:after {
    font-size: 20px;
    height: 40px;
    min-width: 40px;
    color: #2a2a2a;
    border: 1px solid #2a2a2a;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.services-area .swiper-button-next:hover:after,.services-area .swiper-button-prev:hover:after {
    color: #e4e4e4;
    background-color: #2a2a2a
}

.services-area .swiper-button-next {
    right: 7%
}

@media only screen and (min-width: 1400px) and (max-width:1699px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .services-area .swiper-button-next {
        right:1%
    }
}

.services-area .swiper-button-prev {
    left: 7%
}

@media only screen and (min-width: 1400px) and (max-width:1699px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .services-area .swiper-button-prev {
        left:1%
    }
}

.swiper.services-slider {
    padding: 5px
}

.single-service {
    position: relative;
    background-color: rgb(13 110 253 / 8%);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    border-radius: 10px;
    padding: 30px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-service span {
    position: absolute;
    right: 30px;
    top: 30px;
    font-weight: 700;
    font-size: 50px;
    -webkit-text-stroke: 2px #000;
    -webkit-text-fill-color: transparent;
    opacity: .07;
    line-height: 1;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-service .icon {
    margin-bottom: 20px
}

.single-service .icon img {
    height: 110px;
}

.single-service h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    color: #17161a;
    margin-bottom: 10px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-service p {
    font-weight: 400;
    font-size: 16px;
    color: #272727;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-service .read-btn {
    text-align: right
}

.single-service .read-btn a {
    position: relative;
    font-weight: 400;
    font-size: 17px;
    color: #17161a;
    text-align: right;
    display: inline-block;
    margin-top: 20px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-service .read-btn a:before {
    position: absolute;
    content: "";
    left: -10px;
    top: -3px;
    border: .8px solid #fa7226;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition: all .2s cubic-bezier(.98,.57,1,1) 0s;
    transition: all .2s cubic-bezier(.98,.57,1,1) 0s
}

.single-service:hover {
    /* background-color: #0d0d0f; */
}

.single-service:hover span {
    -webkit-text-stroke: 1px #fa7226;
    -webkit-text-fill-color: transparent;
    opacity: .5
}

.single-service:hover h4,.single-service:hover p {
    /* color: #e4e4e4; */
}

.single-service:hover .read-btn a {
    /* color: #e4e4e4; */
}

@media(max-width: 767px) {
    .about-area {
        margin-bottom:80px
    }
}

.about-area .sec-title {
    margin-bottom: 15px
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .about-area .or-1 {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1
    }

    .about-area .or-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 80px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) and (max-width:767px),(max-width:767px) and (max-width:767px) {
    .about-area .or-2 {
        margin-top:30px
    }
}

.about-left h3 {
    font-weight: 500;
    font-size: 30px;
    text-transform: capitalize;
    color: #17161a
}

@media(max-width: 767px) {
    .about-left h3 {
        font-size:20px
    }
}

.company-since {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    border-radius: 20px;
    padding: 30px 50px;
    margin-top: 30px
}

@media(max-width: 767px) {
    .company-since {
        padding:20px
    }
}

.company-since:before {
    position: absolute;
    content: "";
    left: -.5px;
    top: 1.5px;
    right: -1.5px;
    bottom: 1.5px;
    background-color: #fa7226;
    z-index: -1;
    -webkit-transform: skew(0.5deg,0.5deg);
    transform: skew(0.5deg,0.5deg);
    border-radius: 23px;
    -webkit-filter: blur(1px);
    filter: blur(1px)
}

.company-logo {
    margin-bottom: 30px
}

.company-logo img {
    max-width: 180px
}

.company-since strong {
    position: absolute;
    right: 50px;
    top: 20px;
    font-weight: 700;
    font-size: 26px;
    color: #17161a;
    line-height: 1
}

.company-since h4 {
    font-weight: 500;
    font-size: 24px;
    color: #17161a;
    margin: 0
}

@media(max-width: 767px) {
    .company-since h4 {
        font-size:20px
    }
}

.company-since h4 span {
    display: block;
    color: #fa7226
}

.about-right {
    position: relative
}

.banner-1 {
    position: relative;
    border-radius: 40px 10px 10px 10px
}

@media(max-width: 767px) {
    .banner-1 {
        border-radius:10px
    }
}

.banner-1 img {
    width: 100%;
    border-radius: 40px 10px 10px 10px
}

@media(max-width: 767px) {
    .banner-1 img {
        border-radius:10px
    }
}

.banner-1:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #0a0a0a;
    opacity: .5;
    border-radius: 40px 10px 10px 10px
}

@media(max-width: 767px) {
    .banner-1:before {
        border-radius:10px
    }
}

.banner-2 {
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: -55px;
    border-left: 10px solid #fff;
    border-top: 10px solid #fff;
    border-radius: 20px 5px 10px 15px
}

@media(max-width: 767px) {
    .banner-2 {
        position:relative;
        text-align: center;
        margin-top: 20px;
        bottom: 0;
        border: none;
        width: 100%
    }
}

.banner-2:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #0a0a0a;
    opacity: .5;
    border-radius: 20px 5px 10px 15px
}

@media(max-width: 767px) {
    .banner-2:before {
        border-radius:10px
    }
}

.banner-2 img {
    max-width: 200px;
    border-radius: 20px 5px 10px 15px
}

@media(max-width: 767px) {
    .banner-2 img {
        width:100%;
        max-width: none;
        border-radius: 10px
    }
}

.banner2-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.banner2-inner .play a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(117,218,180,.3);
    font-size: 20px;
    border-radius: 50%;
    color: #fa7226;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.banner2-inner .play a i {
    margin-left: 4px
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(117,218,180,.3),0 0 0 0 rgba(117,218,180,.5);
        box-shadow: 0 0 0 0 rgba(117,218,180,.3),0 0 0 0 rgba(117,218,180,.5)
    }

    80% {
        -webkit-box-shadow: 0 0 0 20px #fff0,0 0 0 40px #fff0;
        box-shadow: 0 0 0 20px #fff0,0 0 0 40px #fff0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #fff0,0 0 0 0 #fff0;
        box-shadow: 0 0 0 0 #fff0,0 0 0 0 #fff0
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(117,218,180,.3),0 0 0 0 rgba(117,218,180,.5);
        box-shadow: 0 0 0 0 rgba(117,218,180,.3),0 0 0 0 rgba(117,218,180,.5)
    }

    80% {
        -webkit-box-shadow: 0 0 0 20px #fff0,0 0 0 40px #fff0;
        box-shadow: 0 0 0 20px #fff0,0 0 0 40px #fff0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #fff0,0 0 0 0 #fff0;
        box-shadow: 0 0 0 0 #fff0,0 0 0 0 #fff0
    }
}

.features-area {
    padding: 90px 0;
    background-image: url(../img/feature-bg.png);
    background-size: cover;
    background-position: center center;
    background-color: #ffffff;
    color: white;
}

@media(max-width: 767px) {
    .features-area {
        padding:80px 0
    }
}

.single-feature {
    background-color: #6060b7;
    -webkit-box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    border-radius: 10px;
    padding: 50px 30px;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-feature .feature-inner {
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
    text-align: center;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-feature .feature-inner .icon {
    margin-bottom: 20px
}

.single-feature .feature-inner .icon img {
    height: 85px
}

.single-feature .feature-inner span,.single-feature .feature-inner sup {
    font-weight: 700;
    font-size: 35px;
    line-height: 55px;
    color: #e4e4e4
}

.single-feature .feature-inner sup {
    top: -10px
}

.single-feature .feature-inner h4 {
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    color: #e4e4e4;
    margin-top: 5px;
    margin-bottom: 0
}

.single-feature:hover {
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg)
}

.single-feature:hover .feature-inner {
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg)
}

@media(max-width: 767px) {
    .project-area {
        margin:80px 0
    }
}

.isotope-menu {
    text-align: center;
    list-style: none;
    margin-bottom: 40px
}

.isotope-menu li {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #e4e4e4;
    cursor: pointer;
    background: #191a1c;
    -webkit-box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    border-radius: 10px;
    padding: 10px 30px;
    margin: 0 10px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .isotope-menu li {
        font-size:14px;
        margin: 0 5px
    }
}

@media(max-width: 767px) {
    .isotope-menu li {
        font-size:14px;
        padding: 15px 20px;
        margin: 10px 5px
    }
}

.isotope-menu li.active {
    color: #191a1c;
    background-color: #fa7226
}

.isotope-menu li:hover {
    color: #191a1c;
    background-color: #fa7226
}

.single-item {
    position: relative
}

.single-item .item-img a img {
    width: 100%;
    border-radius: 10px
}

.single-item .item-inner-cnt {
    background-color: #0f0f11;
    border-radius: 5px;
    padding: 20px;
    width: 90%;
    left: 5%;
    position: absolute;
    bottom: 5%;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-item .item-inner-cnt span {
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    color: #e4e4e4;
    border-bottom: 1px solid #fa7226;
    padding-bottom: 2px;
    margin-bottom: 10px
}

.single-item .item-inner-cnt h4 {
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
    color: #e4e4e4;
    margin: 0
}

.single-item .item-inner-cnt .view-btn {
    text-align: right;
    visibility: hidden;
    opacity: 0;
    height: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-item .item-inner-cnt .view-btn a {
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #e4e4e4;
    display: inline-block;
    text-transform: capitalize
}

.single-item .item-inner-cnt .view-btn a:before {
    position: absolute;
    content: "";
    left: -10px;
    top: -3px;
    border: .8px solid #fa7226;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition: all .2s cubic-bezier(.98,.57,1,1) 0s;
    transition: all .2s cubic-bezier(.98,.57,1,1) 0s
}

.single-item:hover .item-inner-cnt .view-btn {
    margin-top: 20px;
    visibility: visible;
    opacity: 1;
    height: auto;
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

.our-partner {
    padding: 100px 0;
    background-color: #191a1c
}

@media(max-width: 767px) {
    .our-partner {
        padding:80px 0
    }
}

.our-partner .sec-title {
    margin-bottom: 10px;
    border-right: 1px solid #fa7226
}

.our-partner .sec-title .swiper-button-next-c,.our-partner .sec-title .swiper-button-prev-c {
    color: #e4e4e4;
    font-size: 16px;
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #0d0d0f;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.our-partner .sec-title .swiper-button-next-c:hover,.our-partner .sec-title .swiper-button-prev-c:hover {
    color: #000;
    background-color: #fa7226
}

.our-partner .sec-title .swiper-button-prev-c {
    margin-right: 20px
}

.single-partner {
    background-color: #0d0d0f;
    border: 1px solid #fa722652;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-box-shadow: inset 0 0 10px rgba(6,6,6,.15); */
    /* box-shadow: inset 0 0 10px rgba(6,6,6,.15); */
    border-radius: 10px;
    min-height: 114px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px
}

.single-partner img {
    height: auto;
    width: auto
}

@media(max-width: 767px) {
    .priceing-plan {
        margin:80px 0
    }
}

.price-table-tab {
    margin-bottom: 40px
}

.nav.nav-pills {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav.nav-pills .nav-item .nav-link {
    background-color: #191a1c;
    -webkit-box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    border-radius: 10px;
    min-width: 170px;
    padding: 10px 30px;
    margin: 0 15px;
    font-weight: 600;
    font-size: 17px;
    color: #e4e4e4;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media(max-width: 767px) {
    .nav.nav-pills .nav-item .nav-link {
        font-size:14px;
        min-width: 125px;
        padding: 15px 20px;
        margin: 0 10px
    }
}

.nav.nav-pills .nav-item .nav-link.active {
    background-color: #fa7226;
    color: #191a1c
}

.nav.nav-pills .nav-item .nav-link:hover {
    background-color: #fa7226;
    color: #191a1c
}

.price-box {
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(33,33,33,.1);
    box-shadow: 0 0 40px rgba(33,33,33,.1);
    border-radius: 10px;
    padding: 40px;
    /* text-align: center; */
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .price-box {
        padding:40px 20px
    }
}

.price-box.layout2 h3:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -10px;
    width: 150px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-gradient(linear,left top,right top,from(#181818),color-stop(#fa7226),to(#181818));
    background: linear-gradient(90deg,#181818,#fa7226,#181818)
}

.price-box h3 {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 6px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.price-box h3:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -10px;
    width: 150px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-gradient(linear,left top,right top,from(#fff),color-stop(#fa7226),to(#fff));
    background: linear-gradient(90deg,#fff,#fa7226,#fff)
}

.price-box span {
    font-weight: 400;
    font-size: 18px;
    color: #17161a;
    display: block;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.price-box strong {
    font-weight: 700;
    font-size: 38px;
    color: #17161a;
    display: block;
    margin: 20px 0;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.price-box strong sub {
    color: #fa7226;
    font-size: 16px;
    font-weight: 400
}

.price-box:hover {
    /* background-color: #191a1c; */
    border-radius: 10px
}

.price-box:hover h3 {
    color: #e4e4e4
}

.price-box:hover h3:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -10px;
    width: 150px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-gradient(linear,left top,right top,from(#181818),color-stop(#fa7226),to(#181818));
    background: linear-gradient(90deg,#181818,#fa7226,#181818)
}

.price-box:hover h3,.price-box:hover span,.price-box:hover strong {
    /* color: #e4e4e4; */
}

.price-box:hover .item-list li {
    color: #e4e4e4;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.price-box:hover .price-btn a {
    /* color: #000; */
    /* background-color: #fa7226; */
}

.item-list li {
    font-size: 16px;
    color: #17161a;
    margin-bottom: 15px
}

.item-list li:last-child {
    margin: 0
}

.item-list li i {
    margin-right: 5px;
    font-size: 18px
}

.price-btn {
    position: relative;
    display: inline-block;
    margin-top: 40px
}

.price-btn a {
    background-color: #17161a;
    border-radius: 5px;
    font-weight: 700;
    font-size: 17px;
    display: inline-block;
    text-align: center;
    color: #fff;
    min-width: 200px;
    padding: 10px 30px;
    -webkit-transition: transition(0.5s),transition(0.5s);
    transition: transition(0.5s),transition(0.5s);
    transition: transition(0.5s)
}

.price-btn .line-1 {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 2
}

.price-btn .line-1:before {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    width: 25px;
    opacity: .1;
    right: 0
}

.price-btn .line-1:after {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    height: 25px;
    opacity: .1
}

.price-btn .line-2 {
    position: absolute;
    left: 8px;
    bottom: 10px;
    z-index: 2
}

.price-btn .line-2:before {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    height: 25px;
    opacity: .1;
    right: 0;
    bottom: -2px
}

.price-btn .line-2:after {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    width: 25px;
    opacity: .1;
    left: 0
}

.testimonial-area {
    background-color: #191a1c;
    padding: 100px 0;
    position: relative
}

@media(max-width: 767px) {
    .testimonial-area {
        padding:80px 0
    }
}

.testimonial-area .swiper-button-next,.testimonial-area .swiper-button-prev {
    top: 62%
}

@media(max-width: 576px) {
    .testimonial-area .swiper-button-next,.testimonial-area .swiper-button-prev {
        display:none;
        visibility: hidden
    }
}

.testimonial-area .swiper-button-next:after,.testimonial-area .swiper-button-prev:after {
    font-size: 20px;
    height: 40px;
    min-width: 40px;
    color: #e4e4e4;
    background-color: #2a2a2a;
    border: 1px solid #2a2a2a;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.testimonial-area .swiper-button-next:hover:after,.testimonial-area .swiper-button-prev:hover:after {
    color: #000;
    border: none;
    background-color: #fa7226
}

.testimonial-area .swiper-button-next {
    right: 7%
}

.testimonial-area .swiper-button-prev {
    left: 7%
}

.swiper.testimonial-slider .swiper-slide {
    opacity: .4
}

.swiper.testimonial-slider .swiper-slide.swiper-slide-active {
    opacity: 1
}

.single-testimonial {
    position: relative;
    background-color: #0d0d0f;
    -webkit-box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    border-radius: 10px;
    padding: 45px 20px
}

.single-testimonial h5 {
    font-weight: 600;
    font-size: 25px;
    color: #e4e4e4;
    margin-bottom: 5px
}

.single-testimonial span {
    font-weight: 400;
    font-size: 17px;
    color: #5f6062
}

.single-testimonial p {
    color: #e4e4e4;
    font-size: 15px;
    margin: 30px 0
}

.stars {
    position: absolute;
    top: 45px;
    right: 20px
}

@media(max-width: 767px) {
    .stars {
        position:static;
        margin-top: 25px
    }
}

.stars a {
    display: inline-block;
    color: #ffc107
}

.quote {
    position: absolute;
    right: 20px;
    bottom: 45px
}

.quote i {
    color: #e4e4e4;
    font-size: 80px;
    opacity: .1
}

.reviewer img {
    height: 80px;
    width: 80px;
    border-radius: 50%
}

@media(max-width: 767px) {
    .our-team {
        margin:80px 0
    }
}

.swiper.services-slider {
    padding: 5px 5px 50px
}

.swiper.services-slider .swiper-pagination {
    bottom: -5px!important
}

.swiper.services-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    height: 15px;
    width: 15px;
    border: .8px solid #fa7226;
    opacity: 1
}

.swiper.services-slider .swiper-pagination .swiper-pagination-bullet-active {
    position: relative
}

.swiper.services-slider .swiper-pagination .swiper-pagination-bullet-active:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 5px;
    width: 5px;
    background-color: #fa7226;
    border-radius: 50%;
    -webkit-transform: translate(-62%,-62%);
    transform: translate(-62%,-62%)
}

@media(max-width: 991px) {
    .swiper.services-slider .swiper-pagination .swiper-pagination-bullet-active:before {
        -webkit-transform:translate(-62%,-42%);
        transform: translate(-62%,-42%)
    }
}

.swiper.testimonial-slider {
    padding: 5px 5px 50px
}

.swiper.testimonial-slider .swiper-pagination {
    bottom: -5px!important
}

.swiper.testimonial-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    height: 15px;
    width: 15px;
    border: .8px solid #fa7226;
    opacity: 1
}

.swiper.testimonial-slider .swiper-pagination .swiper-pagination-bullet-active {
    position: relative
}

.swiper.testimonial-slider .swiper-pagination .swiper-pagination-bullet-active:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 5px;
    width: 5px;
    background-color: #fa7226;
    border-radius: 50%;
    -webkit-transform: translate(-62%,-62%);
    transform: translate(-62%,-62%)
}

@media(max-width: 991px) {
    .swiper.testimonial-slider .swiper-pagination .swiper-pagination-bullet-active:before {
        -webkit-transform:translate(-62%,-42%);
        transform: translate(-62%,-42%)
    }
}

.swiper.team-slider {
    padding: 5px 5px 50px
}

.swiper.team-slider .swiper-pagination {
    bottom: -5px!important
}

.swiper.team-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    height: 15px;
    width: 15px;
    border: .8px solid #fa7226;
    opacity: 1
}

.swiper.team-slider .swiper-pagination .swiper-pagination-bullet-active {
    position: relative
}

.swiper.team-slider .swiper-pagination .swiper-pagination-bullet-active:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 5px;
    width: 5px;
    background-color: #fa7226;
    border-radius: 50%;
    -webkit-transform: translate(-62%,-62%);
    transform: translate(-62%,-62%)
}

@media(max-width: 991px) {
    .swiper.team-slider .swiper-pagination .swiper-pagination-bullet-active:before {
        -webkit-transform:translate(-62%,-42%);
        transform: translate(-62%,-42%)
    }
}

.single-team {
    position: relative
}

.single-team:hover .member-img:before {
    visibility: visible;
    opacity: .8;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.single-team:hover .member-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-team:hover .member-img svg {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.single-team:hover .member-img .team-social {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single-team:hover .team-inner {
    background-color: #191a1c
}

.single-team:hover .team-inner h4 {
    color: #e4e4e4
}

.single-team:hover .team-inner span {
    color: #fa7226
}

.member-img {
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden
}

.member-img:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #191a1c;
    border-radius: 10px 10px 0 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.member-img img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.member-img svg {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.member-img svg path {
    fill: #191a1c
}

.member-img .team-social {
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.member-img .team-social li {
    margin: 10px 0
}

.member-img .team-social li a {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #0f1012;
    border-radius: 50%;
    font-size: 14px;
    color: #e4e4e4;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.member-img .team-social li a:hover {
    background-color: #fa7226;
    color: #0f1012
}

.team-inner {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    border-radius: 0 0 10px 10px;
    padding: 20px;
    text-align: center;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.team-inner h4 {
    font-weight: 600;
    font-size: 25px;
    color: #17161a;
    margin-bottom: 5px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media(max-width: 767px) {
    .team-inner h4 {
        font-size:24px
    }
}

.team-inner span {
    font-size: 17px;
    color: #5f6062;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-blog .blog-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0
}

.single-blog .blog-thumb a img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-blog .blog-thumb .tag {
    position: absolute;
    top: 20px;
    left: 20px
}

.single-blog .blog-thumb .tag a {
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    color: #0f1012;
    background-color: #fa7226;
    padding: 5px 15px;
    border-radius: 30px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-blog .blog-thumb .tag a:hover {
    background-color: #fff;
    color: #fa7226
}

.single-blog .blog-inner {
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    border-radius: 0 0 10px 10px
}

.single-blog .blog-inner h4 {
    margin-top: 15px;
    margin-bottom: 5px
}

.single-blog .blog-inner h4 a {
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    text-transform: capitalize;
    color: #17161a;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-blog .blog-inner h4 a:hover {
    color: #fa7226
}

.single-blog .blog-inner .author-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-blog .blog-inner .author-date a {
    font-weight: 500;
    font-size: 17px;
    text-transform: capitalize;
    color: #5f6062;
    display: inline-block
}

@media(max-width: 767px) {
    .single-blog .blog-inner .author-date a.cmnt {
        display:none
    }
}

.single-blog:hover .blog-thumb a img {
    -webkit-transform: scale(1.1) skewY(5deg);
    transform: scale(1.1) skewY(5deg)
}

.subscribe-newsletter {
    position: relative;
    z-index: 1
}

@media(max-width: 767px) {
    .subscribe-newsletter {
        margin-top:80px
    }
}

.news-letter-content {
    position: relative;
    padding: 60px 80px;
    border-radius: 10px;
    background-color: #1a191d;
    background-image: url(../img/subscribe-bg.png);
    background-size: cover;
    background-position: center center
}

@media(max-width: 767px) {
    .news-letter-content {
        padding:30px 20px
    }
}

.subscribe-cnt span {
    font-weight: 600;
    font-size: 20px;
    display: block;
    text-transform: capitalize;
    color: #fa7226
}

.subscribe-cnt h3 {
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
    color: #e4e4e4;
    margin-bottom: 5px
}

@media(max-width: 767px) {
    .subscribe-cnt h3 {
        font-size:30px
    }
}

.subscribe-cnt strong {
    -webkit-text-stroke: 1px #5f5f5f;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700
}

@media(max-width: 767px) {
    .subscribe-cnt strong {
        font-size:30px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .subscribe-form {
        margin-top:15px
    }
}

.subscribe-form form {
    position: relative
}

.subscribe-form form input {
    height: 60px;
    width: 100%;
    background-color: #0f0f11;
    border-radius: 10px;
    border: none;
    padding: 0 20px;
    color: #e4e4e4
}

.subscribe-form form input[type=email] {
    padding-right: 160px
}

@media(max-width: 767px) {
    .subscribe-form form input[type=email] {
        padding:0 10px
    }
}

.subscribe-form form input[type=submit] {
    max-width: 140px;
    background-color: #fa7226;
    border-radius: 10px;
    position: absolute;
    right: 5px;
    height: 50px;
    top: 5px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media(max-width: 767px) {
    .subscribe-form form input[type=submit] {
        position:static;
        margin-top: 15px
    }
}

.subscribe-form form input[type=submit]:hover {
    color: #fa7226;
    background-color: #fff
}

footer {
    position: relative;
    padding-top: 100px;
    margin-top: -100px;
    background-image: url(../img/footer-bg.png);
    background-size: cover;
    background-position: center center;
    background-color: #191a1c
}

footer.error {
    padding-top: 0;
    margin-top: 0
}

.footer-top {
    padding-top: 100px
}

@media(max-width: 767px) {
    .footer-top {
        padding-top:80px
    }
}

@media(max-width: 767px) {
    .footer-widget {
        margin-bottom:50px
    }
}

.footer-widget .footer-logo {
    margin-bottom: 30px
}

.footer-widget .footer-logo a img {
    width: auto
}

.footer-widget h4 {
    font-weight: 700;
    font-size: 25px;
    color: #e4e4e4;
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .footer-widget h4 {
        font-size:24px
    }
}

.footer-widget p {
    font-weight: 300;
    font-size: 16px;
    color: #e4e4e4
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .footer-widget p {
        font-size:14px
    }
}

.social-media-icons {
    list-style: none;
    margin-top: 30px
}

.social-media-icons li {
    display: inline-block;
    padding-right: 30px
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .social-media-icons li {
        padding-right:25px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .social-media-icons li {
        padding-right:15px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .social-media-icons li {
        padding-right:5px
    }
}

.social-media-icons li a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #e4e4e4;
    background: #0f1012;
    -webkit-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .social-media-icons li a {
        height:30px;
        width: 30px;
        line-height: 30px
    }
}

.social-media-icons li a:hover {
    color: #0f1012;
    background-color: #fa7226;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.footer-menu {
    list-style: none
}

.footer-menu li {
    display: block;
    padding-bottom: 15px
}

.footer-menu li:last-child {
    padding-bottom: 0
}

.footer-menu li a {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #e4e4e4;
    display: inline-block;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .footer-menu li a {
        font-size:15px
    }
}

.footer-menu li a:before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -20px;
    height: 10px;
    width: 10px;
    background-color: #fa7226;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.footer-menu li a:hover {
    color: #fa7226;
    padding-left: 15px
}

.footer-menu li a:hover:before {
    left: 0;
    visibility: visible;
    opacity: 1
}

.number,.office-mail,.address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.number p,.office-mail p,.address p {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: .03em;
    color: #e4e4e4;
    margin: 0
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .number p,.office-mail p,.address p {
        font-size:14px
    }
}

.phone a,.email a {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: .03em;
    color: #e4e4e4;
    display: block;
    padding-bottom: 5px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .phone a,.email a {
        font-size:13px
    }
}

.phone a:hover,.email a:hover {
    color: #fa7226
}

.num-icon,.mail-icon,.address-icon {
    min-width: 40px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .num-icon,.mail-icon,.address-icon {
        min-width:30px
    }
}

.num-icon i,.mail-icon i,.address-icon i {
    color: #fa7226;
    font-size: 25px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .num-icon i,.mail-icon i,.address-icon i {
        font-size:20px
    }
}

.footer-bottom {
    margin-top: 80px;
    padding: 30px 0;
    border-top: 2px solid #292929
}

@media(max-width: 767px) {
    .footer-bottom {
        margin-top:30px!important
    }
}

@media(max-width: 767px) {
    .footer-bottom .copy-txt {
        text-align:center
    }
}

.footer-bottom .copy-txt span {
    font-size: 14px;
    color: #e4e4e4
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .footer-bottom .copy-txt span {
        font-size:13px
    }
}

@media(max-width: 767px) {
    .footer-bottom .copy-txt span {
        font-size:13px
    }
}

.footer-bottom .copy-txt span a {
    font-weight: 700;
    color: #e4e4e4;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.footer-bottom .copy-txt span a:hover {
    color: #fa7226
}

.footer-bottom .footer-bottom-menu {
    list-style: none;
    text-align: right
}

@media(max-width: 767px) {
    .footer-bottom .footer-bottom-menu {
        margin-top:30px;
        text-align: center
    }
}

.footer-bottom .footer-bottom-menu li {
    display: inline-block
}

.footer-bottom .footer-bottom-menu li a {
    position: relative;
    font-size: 14px;
    text-align: right;
    letter-spacing: .01em;
    color: #e4e4e4;
    padding: 0 20px;
    line-height: 1;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media(max-width: 767px) {
    .footer-bottom .footer-bottom-menu li a {
        padding:0;
        padding-right: 10px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .footer-bottom .footer-bottom-menu li a {
        padding:0 20px
    }
}

.footer-bottom .footer-bottom-menu li a:before {
    border-right: 1px solid #fff;
    position: absolute;
    content: "";
    height: 60%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width: 767px) {
    .footer-bottom .footer-bottom-menu li a:before {
        display:none
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .footer-bottom .footer-bottom-menu li a:before {
        display:block
    }
}

.footer-bottom .footer-bottom-menu li a:hover {
    color: #fa7226
}

.footer-bottom .footer-bottom-menu li:last-child a:before {
    display: none
}

.creasoft-wrap.layout2 {
    /* background-image: url(../img/black-concrete-textured.png); */
    /* background-repeat: repeat; */
    /* background-color: #000; */
}

.services-area.layout2 .swiper-button-next::after,.services-area.layout2 .swiper-button-prev::after {
    background-color: #2a2a2a;
    color: #e4e4e4
}

.single-service.layout2 {
    position: relative;
    background-color: #0d0d0e;
    -webkit-box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    border-radius: 10px
}

.single-service.layout2:hover {
    background: linear-gradient(152.97deg,rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
    -webkit-backdrop-filter: blur(42px);
    backdrop-filter: blur(42px);
    border-radius: 10px
}

.single-service.layout2 h4 {
    color: #e4e4e4
}

.single-service.layout2 p {
    color: #e4e4e4
}

.single-service.layout2 .read-btn a {
    color: #e4e4e4
}

.single-service.layout2 span {
    -webkit-text-stroke: 2px #fa7226;
    opacity: .15
}

.about-left.layout2 h3 {
    color: #e4e4e4
}

.about-left.layout2 p {
    color: #e4e4e4
}

.company-since.layout2 {
    background: #0d0d0f;
    -webkit-box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    border-radius: 20px
}

.company-since.layout2 h4 {
    color: #e4e4e4
}

.company-since.layout2 strong {
    color: #e4e4e4
}

.about-right.layout2 .banner-2 {
    border-left: 10px solid #000;
    border-top: 10px solid #000
}

@media(max-width: 767px) {
    .about-right.layout2 .banner-2 {
        border:none
    }
}

.isotope-menu.layout2 li.active {
    position: relative;
    color: #fff;
    background-color: #0d0d0f
}

.isotope-menu.layout2 li.active:before {
    position: absolute;
    content: "";
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -.5px;
    background-color: #fa7226;
    z-index: -1;
    -webkit-transform: skew(1deg,1deg);
    transform: skew(1deg,1deg);
    border-radius: 12px
}

.price-table-tab.layout2 .nav.nav-pills .nav-item .nav-link.active {
    position: relative;
    background-color: #191a1c;
    color: #fff
}

.price-table-tab.layout2 .nav.nav-pills .nav-item .nav-link.active:before {
    position: absolute;
    content: "";
    left: -1px;
    top: -.5px;
    right: -1px;
    bottom: -.5px;
    background-color: #fa7226;
    z-index: -1;
    -webkit-transform: skew(1deg,1deg);
    transform: skew(1deg,1deg);
    border-radius: 12px
}

.nav.nav-pills .nav-item .nav-link.active {
    position: relative;
    background-color: #fa7226;
    color: #fff
}

.price-box.layout2 {
    background-color: #0d0d0f;
    -webkit-box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    border-radius: 10px
}

.price-box.layout2 h3,.price-box.layout2 span,.price-box.layout2 strong {
    color: #fff
}

.price-box.layout2 .item-list li {
    color: #fff
}

.price-box.layout2:hover {
    /* background-color: #191a1c; */
}

.single-team.layout2 .team-inner {
    background-color: #191a1c
}

.single-team.layout2 .team-inner h4 {
    color: #e4e4e4
}

.single-team.layout2 .team-inner span {
    color: #5f6062
}

.single-blog.layout2 .blog-inner {
    background: 0 0;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-blog.layout2 .blog-inner .author-date a {
    color: #5f6062
}

.single-blog.layout2 .blog-inner h4 a {
    color: #e4e4e4
}

.single-blog.layout2:hover .blog-inner {
    background: linear-gradient(357.81deg,rgba(39,39,46,0.6445) 1.75%,rgba(74,75,86,0.0072) 98.16%);
    border-radius: 0 0 10px 10px
}

@media(max-width: 767px) {
    .contact-area {
        margin:80px 0
    }
}

@media(max-width: 767px) {
    .contact-left {
        margin-bottom:50px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .contact-left .sec-title h2 {
        font-size:30px
    }
}

.social-follow {
    list-style: none
}

.social-follow li {
    display: inline-block
}

.social-follow li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #17161a;
    font-size: 14px;
    border-radius: 10px;
    margin-right: 15px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.social-follow li a:hover {
    background-color: #fa7226
}

.informations {
    margin-top: 50px
}

.single-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.single-info:last-child {
    margin-bottom: 0
}

.single-info .icon {
    min-width: 100px
}

.single-info .icon i {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    background-color: rgba(23,22,26,.1);
    border-radius: 50%;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-info:hover .icon i {
    color: #fa7226;
    background-color: rgba(117,218,180,.1)
}

.info h3 {
    font-size: 30px;
    font-weight: 600;
    color: #17161a;
    text-transform: capitalize;
    margin-bottom: 10px
}

.info p {
    font-size: 16px;
    font-weight: 500;
    color: #272727
}

.info a {
    font-size: 16px;
    font-weight: 500;
    color: #272727;
    display: block;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.info a:hover {
    color: #fa7226
}

.mapouter .gmap_canvas iframe {
    height: 620px;
    width: 100%
}

@media(max-width: 767px) {
    .mapouter .gmap_canvas iframe {
        height:320px
    }
}

.getin-touch {
    margin-top: 120px
}

@media(max-width: 767px) {
    .getin-touch {
        margin-top:80px
    }
}

.getin-touch .contact-form h3 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #17161a;
    margin-bottom: 50px
}

@media(max-width: 767px) {
    .getin-touch .contact-form h3 {
        font-size:24px
    }
}

.getin-touch .contact-form form input,.getin-touch .contact-form form textarea {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px
}

.getin-touch .contact-form form input[type=submit],.getin-touch .contact-form form textarea[type=submit] {
    background-color: #17161a;
    border-radius: 30px;
    max-width: 180px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: none;
    border: none;
    margin: 0
}
#subject{
   background-color: #fff;
    border: 1px solid #e9e9e9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px
}
.getin-touch .contact-form form textarea {
    height: 150px;
    padding: 15px;
    resize: none
}

@media(max-width: 767px) {
    .getin-touch .call-banner {
        display:none
    }
}

.getin-touch .call-banner img {
    width: 100%
}

.back-to-home {
    background-image: url(../img/error-bg.png);
    background-size: cover;
    background-position: top left
}

@media(max-width: 767px) {
    .back-to-home {
        padding:80px 0
    }
}

.error-wrapper {
    text-align: center
}

.error-wrapper img {
    max-width: 500px;
    margin-bottom: 50px
}

@media(max-width: 767px) {
    .error-wrapper img {
        max-width:100%
    }
}

.error-wrapper h3 {
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #272727;
    margin-bottom: 20px
}

@media only screen and (min-width: 1200px) and (max-width:1399px),only screen and (min-width:768px) and (max-width:991px) {
    .error-wrapper h3 {
        font-size:40px
    }
}

@media(max-width: 767px) {
    .error-wrapper h3 {
        font-size:30px
    }
}

.error-wrapper p {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #272727;
    max-width: 675px;
    margin: 0 auto
}

.error-wrapper .home-btn {
    margin-top: 25px
}

.error-wrapper .home-btn a {
    display: inline-block;
    background-color: #fa7226;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    color: #272727;
    text-align: center;
    text-transform: uppercase;
    min-width: 180px;
    padding: 15px 30px;
    border: 2px solid #fa7226;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.error-wrapper .home-btn a:hover {
    border: 2px solid #fa7226;
    background-color: transparent
}

.error-wrapper .home-btn a i {
    margin-right: 5px
}

@media(max-width: 767px) {
    .faqs-area {
        margin-top:80px
    }
}

.sidebar-tab {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.07);
    box-shadow: 0 0 10px rgba(0,0,0,.07);
    padding: 40px;
    margin-top: 40px
}

.sidebar-tab:first-child {
    margin: 0
}

.tabs a {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #17161a
}

.tab-link.active {
    color: #fa7226
}

.questions-form h4 {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: #17161a;
    margin-bottom: 30px
}

.questions-form form input,.questions-form form textarea {
    width: 100%;
    height: 50px;
    background-color: #f0f0f0;
    border: #ffdead;
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 14px;
    color: #272727
}

.questions-form form input[type=submit],.questions-form form textarea[type=submit] {
    background-color: #fa7226;
    max-width: 160px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 20px;
    border: 2px solid #fa7226;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.questions-form form input[type=submit]:hover,.questions-form form textarea[type=submit]:hover {
    color: #000;
    background-color: transparent;
    border: 2px solid #fa7226
}

.questions-form form textarea {
    height: 145px;
    resize: none;
    padding: 10px
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .faqs-tabs {
        margin-top:50px
    }
}

.faqs {
    margin-bottom: 80px
}

.faqs h4 {
    position: relative;
    display: block;
    font-weight: 600;
    font-size: 25px;
    color: #17161a;
    margin-bottom: 50px
}

.faqs h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 170px;
    border: 1px solid #eee
}

.faqs:last-child {
    margin: 0
}

.accordion-item {
    border: none;
    border-bottom: 2px solid #eee
}

.accordion-button {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    color: #17161a;
    padding-left: 0
}

.accordion-button:not(.collapsed) {
    color: #17161a;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "\F64D";
    font-family: bootstrap-icons;
    background: 0 0;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}

.accordion-button:not(.collapsed)::after {
    color: #fa7226;
    content: "\F63B";
    font-family: bootstrap-icons;
    background: 0 0
}

@media(max-width: 767px) {
    .services-grid {
        margin:80px 0
    }
}

@media(max-width: 767px) {
    .service-details {
        margin:80px 0
    }
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .service-details-content {
        margin-bottom:50px
    }
}

.service-details-content>img {
    width: 100%
}

.service-details-content h3 {
    font-weight: 600;
    font-size: 35px;
    color: #17161a;
    margin-top: 40px;
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .service-details-content h3 {
        font-size:24px
    }
}

.service-details-content h3 i {
    margin-right: 10px
}

.service-details-content p {
    font-size: 15px;
    color: #272727;
    margin-bottom: 30px
}

.service-details-content p:last-child {
    margin: 0
}

.sidebar-widget {
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 20px;
    margin-bottom: 40px
}

.sidebar-widget:last-child {
    margin-bottom: 0
}

.sidebar-widget h4 {
    font-weight: 700;
    font-size: 22px;
    display: inline-block;
    text-transform: uppercase;
    color: #17161a;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px
}

.category {
    list-style: none
}

.category li {
    margin-bottom: 15px
}

.category li:last-child {
    margin: 0
}

.category li a {
    font-weight: 500;
    font-size: 16px;
    color: #272727;
    position: relative;
    display: block;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.category li a i {
    position: absolute;
    right: 0
}

.category li a:hover {
    color: #fa7226
}

.sidebar-banner {
    position: relative
}

.sidebar-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #17161a;
    opacity: .8;
    content: ""
}

.sidebar-banner img {
    width: 100%
}

.banner-inner {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    padding: 100px 20px;
    background-color: #17161a;
    border-radius: 10px;
    background-image: url(../img/widget-content-bg.png);
    background-size: cover;
    background-position: center center
}


* Dropdown menu CSS code */
.dropdown{
  position: relative;
  display: inline-block;
}
.drop-content, .drop-content2 {
  display: none;
  position: absolute;
  background-color: white;
  width: auto;
  min-width: 120px;
  font-size: 16px;
  left: 10px;
  top: 50px;
  z-index: 1;
  
}
/* on hover show dropdown */
.dropdown:hover .drop-content, .dropdown2:hover .drop-content2 {
  display: block;
}

/*.dropdown:hover .dropBtn, .dropdown2:hover .dropBtn2 {
  background-color: rgba(0, 0, 0, 0.3);
}*/
.dropdown2 .drop-content2 {
  position: absolute;
  left: 120px;
  top: 126px;
}






@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .banner-inner {
        padding:50px 20px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .banner-inner {
        padding:20px
    }
}

@media(max-width: 767px) {
    .banner-inner {
        padding:60px 20px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .banner-inner {
        padding:100px 20px
    }
}

.banner-inner h3 {
    font-weight: 700;
    font-size: 41px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0
}

@media(max-width: 767px) {
    .banner-inner h3 {
        font-size:34px
    }
}

.banner-inner h3 img.angle {
    position: relative;
    top: -10px;
    width: auto
}

.banner-inner h3 span {
    color: #fa7226;
    display: block
}

.banner-inner a {
    position: absolute;
    bottom: 100px;
    left: 50%;
    font-weight: 700;
    font-size: 30px;
    display: block;
    color: #fff;
    width: 100%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .banner-inner a {
        bottom:50px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .banner-inner a {
        bottom:20px
    }
}

@media(max-width: 767px) {
    .banner-inner a {
        bottom:60px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .banner-inner a {
        bottom:100px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .service-items {
        margin-top:80px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .service-items {
        margin-top:50px
    }
}

@media(max-width: 767px) {
    .service-items {
        margin-top:10px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .service-items .service-details-item {
        margin-top:80px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .service-items .service-details-item .or-2 {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .single-details {
        margin-bottom:35px
    }
}

.single-details h4 {
    font-weight: 600;
    font-size: 30px;
    color: #17161a;
    margin: 20px 0
}

.single-details h4 span {
    font-weight: 700;
    font-size: 80px;
    opacity: .1;
    -webkit-text-stroke: 3px #17161a;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
    line-height: 1;
    display: inline-block
}

@media only screen and (min-width: 992px) and (max-width:1199px),(max-width:767px) {
    .single-details h4 span {
        font-size:60px
    }
}

.single-details p {
    font-size: 15px;
    color: #272727;
    text-align: justify
}

.single-details-thumb img {
    width: 100%
}

@media(max-width: 767px) {
    .project-details {
        margin-top:80px
    }
}

.project-thumb {
    position: relative
}

.project-thumb img {
    width: 100%
}

.project-thumb .tag {
    position: absolute;
    bottom: 0
}

.project-thumb .tag a {
    background-color: #fa7226;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    color: #272727;
    padding: 8px 20px;
    min-width: 140px
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .project-details-content {
        margin-bottom:40px
    }
}

.project-details-content h3 {
    font-weight: 600;
    font-size: 35px;
    text-transform: capitalize;
    color: #17161a;
    margin: 30px 0 20px
}

@media(max-width: 767px) {
    .project-details-content h3 {
        font-size:30px
    }
}

.project-details-content h3 p {
    text-align: justify;
    font-size: 15px
}

.project-details-content .clinet-need {
    margin-top: 20px
}

.project-details-content .clinet-need h4 {
    font-weight: 600;
    font-size: 30px;
    text-transform: capitalize;
    color: #17161a
}

.project-details-content .clinet-need p {
    font-size: 15px;
    margin-bottom: 15px
}

.project-details-content .clinet-need p:last-child {
    margin: 0
}

.swiper.work-process-slide .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    left: auto;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    z-index: 1
}

@media(max-width: 767px) {
    .swiper.work-process-slide .arrow {
        display:none
    }
}

.swiper.work-process-slide .arrow .swiper-button-next-c,.swiper.work-process-slide .arrow .swiper-button-prev-c {
    border: 1px solid #d3d3d3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fa7226;
    font-size: 18px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    overflow: hidden
}

.swiper.work-process-slide .arrow .swiper-button-next-c:hover,.swiper.work-process-slide .arrow .swiper-button-prev-c:hover {
    color: #fff;
    background-color: #fa7226
}

.swiper.work-process-slide .arrow .swiper-button-prev-c {
    position: absolute;
    right: 70px;
    top: 0;
    left: auto
}

.working-process {
    margin-top: 20px
}

.working-process h4 {
    font-weight: 600;
    font-size: 30px;
    text-transform: capitalize;
    color: #17161a;
    margin-bottom: 30px
}

.working-process p {
    font-size: 15px;
    text-align: justify;
    margin-top: 30px
}

.work-thumb {
    position: relative
}

.work-thumb img {
    width: 85%
}

@media(max-width: 767px) {
    .work-thumb img {
        width:100%
    }
}

.label {
    position: absolute;
    top: 0
}

.label span {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    background-color: #17161a;
    padding: 5px 20px;
    display: inline-block
}

.check-lunch h4 {
    font-weight: 600;
    font-size: 30px;
    text-transform: capitalize;
    color: #17161a;
    margin: 25px 0 20px
}

.check-lunch p {
    text-align: justify;
    font-size: 15px
}

.check {
    list-style: none
}

@media(max-width: 767px) {
    .check {
        margin-bottom:20px
    }
}

.check li {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
    display: block;
    color: #17161a
}

@media only screen and (min-width: 992px) and (max-width:1199px),(max-width:767px) {
    .check li {
        font-size:15px
    }
}

.check li:last-child {
    margin: 0
}

.check li i {
    margin-right: 10px
}

.project-slider {
    position: relative;
    margin-top: 100px
}

@media(max-width: 767px) {
    .project-slider {
        margin-top:80px
    }
}

.project-slider h4 {
    font-weight: 600;
    font-size: 35px;
    text-transform: capitalize;
    color: #17161a;
    margin-bottom: 50px
}

@media(max-width: 767px) {
    .project-slider h4 {
        font-size:30px
    }
}

.project-slider .arrow {
    position: absolute;
    right: 0;
    top: 0;
    left: auto
}

@media(max-width: 767px) {
    .project-slider .arrow {
        display:none
    }
}

.project-slider .arrow .swiper-button-next-c,.project-slider .arrow .swiper-button-prev-c {
    border: 1px solid #d3d3d3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fa7226;
    font-size: 18px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    overflow: hidden
}

.project-slider .arrow .swiper-button-next-c:hover,.project-slider .arrow .swiper-button-prev-c:hover {
    color: #fff;
    background-color: #fa7226
}

.project-slider .arrow .swiper-button-prev-c {
    position: absolute;
    right: 70px;
    top: 0;
    left: auto
}

.client-box {
    margin-bottom: 20px
}

.client-box:last-child {
    margin: 0
}

.client-box span {
    position: relative;
    font-size: 15px;
    display: inline-block;
    color: #272727;
    margin-bottom: 5px;
    padding-left: 25px
}

.client-box span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    background-color: #fa7226;
    border-radius: 50%
}

.client-box span:before {
    position: absolute;
    content: "";
    left: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 50%;
    z-index: 1
}

.client-box h5 {
    font-weight: 600;
    font-size: 20px;
    color: #17161a;
    margin: 0
}

.contact-info h3 {
    font-weight: 600;
    font-size: 35px;
    color: #17161a;
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .contact-info h3 {
        font-size:30px
    }
}

.contact-info p {
    font-size: 15px
}

.cmpy-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.cmpy-info .icon {
    min-width: 60px
}

.cmpy-info .icon i {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    background-color: rgba(23,22,26,.1);
    border-radius: 50%;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.cmpy-info .cnt h5 {
    font-size: 20px;
    font-weight: 600;
    color: #17161a;
    text-transform: uppercase;
    margin-bottom: 10px
}

.cmpy-info .cnt p {
    font-size: 14px;
    font-weight: 500;
    color: #272727
}

.cmpy-info .cnt a {
    font-size: 14px;
    font-weight: 500;
    color: #272727;
    display: block;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.cmpy-info .cnt a:hover {
    color: #fa7226
}

.cmpy-info:hover .icon i {
    color: #fa7226;
    background-color: rgba(117,218,180,.1)
}

@media(max-width: 767px) {
    .why-choose {
        margin:80px 0
    }
}

.why-choose-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    position: relative
}

@media(max-width: 767px) {
    .why-choose-right .sec-title.layout2 {
        margin-bottom:30px
    }
}

.choose-banner1 {
    min-width: 49%;
    margin-right: 5px
}

.choose-banner1 img {
    width: 100%;
    border-radius: 5px
}

.choose-banner2 {
    margin-top: 70px;
    min-width: 49%;
    margin-left: 5px
}

.choose-banner2 img {
    width: 100%;
    border-radius: 5px
}

.choose-banner2 img:first-child {
    margin-bottom: 10px
}

.years {
    background-color: #17161a;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    padding: 20px
}

.years h5 {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    color: #fa7226;
    margin-bottom: 5px
}

.years span {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff
}

.counter-boxes {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 767px) {
    .counter-boxes {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.counter-boxes .count-box {
    min-width: 33.33%;
    margin-right: 10px
}

.counter-boxes .count-box:last-child {
    margin-right: 0
}

@media(max-width: 767px) {
    .counter-boxes .count-box {
        margin-right:0
    }
}

.counter-boxes .count-box span {
    font-weight: 700;
    font-size: 35px;
    color: #fa7226;
    display: inline-block;
    margin-bottom: 5px
}

.counter-boxes .count-box sup {
    top: -10px;
    font-weight: 700;
    font-size: 35px;
    color: #fa7226;
    display: inline-block;
    margin-bottom: 5px
}

.counter-boxes .count-box h5 {
    font-weight: 500;
    font-size: 18px;
    color: #272727;
    margin: 0
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .counter-boxes .count-box h5 {
        font-size:17px
    }
}

.buttons-group {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 767px) {
    .buttons-group {
        display:block;
        text-align: center
    }
}

.buttons-group span {
    background-color: #fa7226;
    border: 1px solid #fa7226;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    color: #0f1012;
    padding: 12px 30px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media(max-width: 767px) {
    .buttons-group span {
        margin-top:15px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .buttons-group span {
        padding:15px
    }
}

.buttons-group span:hover {
    color: #fa7226;
    border: 1px solid #fa7226;
    background-color: transparent
}

@media(max-width: 767px) {
    .history-area {
        margin:80px 0
    }
}

.single-history {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 60px
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .single-history {
        display:block
    }
}

@media(max-width: 767px) {
    .single-history {
        margin-bottom:40px
    }
}

.single-history:before {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #272727;
    content: "";
    border-radius: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .single-history:before {
        display:none
    }
}

.single-history:last-child {
    margin-bottom: 0
}

.history {
    position: relative;
    min-width: 50%
}

.history:first-child {
    padding-right: 100px
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .history:first-child {
        padding-right:40px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .history:first-child {
        padding:0
    }
}

.history:first-child .circle {
    position: absolute;
    right: -7px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 60px
}

.history:first-child .history-cnt-inner {
    margin-right: 60px;
    margin-left: 0
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .history:first-child .history-cnt-inner {
        margin-right:0;
        margin-bottom: 20px
    }
}

.history:first-child .history-cnt-inner span {
    position: absolute;
    right: -105px;
    left: auto;
    top: 85px
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .history:first-child .history-cnt-inner span {
        position:static
    }
}

.history:last-child {
    padding-left: 100px
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .history:last-child {
        padding-left:40px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .history:last-child {
        padding:0
    }
}

.history:last-child .circle {
    position: absolute;
    left: -7px;
    top: 60px
}

.history:last-child .history-cnt-inner {
    margin-left: 60px
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .history:last-child .history-cnt-inner {
        margin-left:0
    }
}

.history .history-thumb {
    position: relative;
    z-index: 1
}

.history .history-thumb img {
    width: 100%
}

.circle {
    position: relative;
    height: 14px;
    width: 14px;
    background: #fa7226;
    border-radius: 50%
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .circle {
        display:none
    }
}

.circle:before {
    position: absolute;
    content: "";
    left: -3px;
    top: -3px;
    height: 20px;
    width: 20px;
    border: 1px solid #fa7226;
    border-radius: 50%;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition: all .2s cubic-bezier(.98,.57,1,1) 0s;
    transition: all .2s cubic-bezier(.98,.57,1,1) 0s
}

.circle:after {
    position: absolute;
    content: "";
    left: -6px;
    top: -6px;
    height: 26px;
    width: 26px;
    border: 1px solid #fa7226;
    border-radius: 50%;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition: all .2s cubic-bezier(.98,.57,1,1) 0s;
    transition: all .2s cubic-bezier(.98,.57,1,1) 0s
}

.circle .inner {
    width: 70px;
    border: 1.5px dashed #fa7226;
    position: relative;
    top: 5.5px;
    left: 15px;
    border-radius: 10px
}

.history-cnt .history-cnt-inner {
    position: relative;
    margin-left: 60px
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .history-cnt .history-cnt-inner {
        margin-left:0
    }
}

.history-cnt .history-cnt-inner h4 {
    font-weight: 600;
    font-size: 30px;
    color: #17161a;
    text-transform: capitalize;
    margin-bottom: 15px
}

@media(max-width: 767px) {
    .history-cnt .history-cnt-inner h4 {
        font-size:24px
    }
}

.history-cnt .history-cnt-inner span {
    font-weight: 700;
    font-size: 60px;
    color: #17161a;
    opacity: .1;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    left: -105px;
    top: 85px
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .history-cnt .history-cnt-inner span {
        position:static;
        -webkit-transform: none;
        transform: none
    }
}

@media(max-width: 767px) {
    .history-cnt .history-cnt-inner span {
        font-size:40px
    }
}

.history-cnt .history-cnt-inner p {
    font-size: 15px;
    text-align: justify
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .history-cnt .history-cnt-inner p {
        font-size:14px
    }
}

@media(max-width: 767px) {
    .blog-grid {
        margin-top:80px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .blog-item-grid {
        margin-top:50px
    }
}

.widget-search {
    position: relative
}

.widget-search form input {
    background-color: #f0f0f0;
    border-radius: 3px;
    border: none;
    height: 50px;
    width: 100%;
    padding: 0 10px
}

.widget-search form input[type=text] {
    padding-right: 75px
}

.widget-search form button {
    position: absolute;
    border: none;
    font-size: 20px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #17161a;
    background: #fa7226;
    border-radius: 0 3px 3px 0;
    height: 50px;
    width: 70px
}

.recent-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.recent-post:last-child {
    margin-bottom: 0
}

.recent-post span {
    font-weight: 500;
    font-size: 16px;
    color: #5f6062;
    display: inline-block;
    margin-bottom: 5px
}

.recent-post h5 {
    margin: 0
}

.recent-post h5 a {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    color: #2e2d31;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .recent-post h5 a {
        font-size:15px
    }
}

.recent-post .recent-thumb {
    min-width: 120px;
    overflow: hidden
}

.recent-post .recent-thumb a img {
    width: 100px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.recent-post:hover .recent-thumb a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.recent-post:hover h5 a {
    color: #fa7226
}

.tag-list {
    list-style: none
}

.tag-list li {
    display: inline-block
}

.tag-list li a {
    display: inline-block;
    border: 1px solid rgba(23,22,26,.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 8px 15px;
    margin: 10px;
    color: #a0a0a0;
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.tag-list li a:hover {
    color: #fa7226;
    border: 1px solid #fa7226
}

.load-more {
    text-align: center;
    margin-top: 50px
}

.paginations li {
    display: inline-block;
    margin: 0 2.5px
}

.paginations li.active a {
    color: #fff;
    border: 1px solid #fa7226;
    background-color: #fa7226
}

.paginations li a {
    border: 1px solid rgba(23,22,26,.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: saira,sans-serif;
    color: #d3d3d3;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.paginations li a:hover {
    color: #fff;
    background-color: #fa7226
}

@media(max-width: 767px) {
    .blog-standard {
        margin-top:80px
    }

    .blog-standard .or-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .blog-standard .or-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media(max-width: 767px) {
    .blog-standard-details {
        margin-top:40px
    }
}

.single-blog.layout3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media(max-width: 767px) {
    .single-blog.layout3 {
        display:block
    }
}

.single-blog.layout3 .blog-thumb {
    min-width: 49%
}

.single-blog.layout3 .blog-thumb a img {
    border-radius: 10px
}

.single-blog.layout3 .blog-inner {
    min-width: 50%
}

.single-blog.layout3 .blog-inner h4 {
    margin-bottom: 10px
}

.single-blog.layout3 .blog-inner h4 a {
    font-size: 26px
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .single-blog.layout3 .blog-inner h4 a {
        font-size:18px
    }
}

.single-blog.layout3 .blog-inner p {
    font-size: 16px
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .single-blog.layout3 .blog-inner p {
        font-size:14px
    }
}

.single-blog.layout3:hover .blog-thumb a img {
    border-radius: 10px;
    -webkit-transform: scale(1.1) skewY(0);
    transform: scale(1.1) skewY(0)
}

.single-blog.layout4 {
    margin-top: 50px
}

.single-blog.layout4 .blog-inner h4 {
    margin-bottom: 10px
}

.single-blog.layout4 .blog-inner h4 a {
    font-size: 26px
}

@media(max-width: 767px) {
    .single-blog.layout4 .blog-inner h4 a {
        font-size:20px
    }
}

.single-blog.layout4:hover .blog-thumb a img {
    border-radius: 10px;
    -webkit-transform: scale(1.1) skewY(0);
    transform: scale(1.1) skewY(0)
}

@media(max-width: 767px) {
    .blog-details-area {
        margin-top:80px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .blog-details-content {
        margin-bottom:50px
    }
}

.blog-details-content h3 {
    font-weight: 600;
    font-size: 27px;
    text-transform: capitalize;
    color: #17161a;
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .blog-details-content h3 {
        font-size:22px
    }
}

.blog-details-content h4 {
    font-weight: 600;
    font-size: 27px;
    text-transform: capitalize;
    color: #17161a;
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .blog-details-content h4 {
        font-size:22px
    }
}

.blog-details-content p {
    font-size: 15px;
    color: #272727;
    text-align: justify
}

.author-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px
}

.author-date.layout2 {
    margin-bottom: 30px
}

.author-date a {
    font-weight: 500;
    font-size: 17px;
    text-transform: capitalize;
    color: #5f6062;
    display: inline-block
}

.details-thumb {
    margin-bottom: 30px
}

.details-thumb img {
    width: 100%
}

.blog-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 30px 0
}

.blog-gallery img {
    width: 100%
}

.blog-gallery .b-gallery {
    width: 50%
}

.blog-gallery .b-gallery:first-child {
    margin-right: 10px
}

.blog-gallery .b-gallery:last-child {
    margin-left: 10px
}

.special {
    margin-bottom: 10px
}

.special p span {
    font-size: 75px;
    color: #272727;
    float: left;
    line-height: 55px
}

.blog-quote {
    position: relative
}

.blog-quote p {
    font-size: 25px;
    color: #272727;
    font-style: italic;
    margin: 30px 0;
    padding-left: 100px
}

@media(max-width: 767px) {
    .blog-quote p {
        font-size:15px
    }
}

.blog-quote i {
    font-size: 70px;
    color: rgba(39,39,39,.1);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tag-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0;
    border-bottom: 1px solid #eee
}

@media(max-width: 767px) {
    .tag-share {
        display:block
    }
}

.line-tag {
    min-width: 50%
}

@media(max-width: 767px) {
    .line-tag {
        margin-bottom:20px
    }
}

.line-tag span {
    font-weight: 600;
    font-size: 22px;
    color: #17161a;
    display: inline-block;
    margin-right: 5px
}

.line-tag a {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #a4a4a4;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.line-tag a:hover {
    color: #fa7226
}

.share-blog {
    min-width: 50%;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px;
    text-align: center
}

.share-blog span {
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    color: #17161a;
    margin-right: 5px
}

.social-share-blog {
    display: inline-block;
    list-style: none
}

.social-share-blog li {
    display: inline-block;
    margin: 0 10px
}

.social-share-blog li a {
    display: inline-block;
    color: #909090;
    font-size: 16px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.social-share-blog li a:hover {
    color: #fa7226
}

.comments {
    margin-top: 50px
}

.comments h3 {
    font-weight: 600;
    font-size: 35px;
    text-transform: capitalize;
    color: #111;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 40px
}

.single-comment {
    margin-bottom: 50px
}

.single-comment:last-child {
    margin: 0
}

.author-post {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 15px
}

.author-thumb {
    min-width: 90px
}

.author-thumb img {
    height: 70px;
    width: 70px
}

.author-info h5 {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 5px
}

.author-info span {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #a4a4a4
}

.reply {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width: 767px) {
    .reply {
        display:none
    }
}

.reply a {
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #111;
    padding: 5px 10px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.reply a i {
    margin-right: 5px
}

.reply a:hover {
    color: #fa7226;
    border: 1px solid #fa7226
}

.comment-form {
    margin-top: 70px
}

.comment-form h5 {
    font-weight: 600;
    font-size: 35px;
    text-transform: capitalize;
    color: #00152b;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 40px
}

.comment-form form label {
    font-weight: 500;
    font-size: 15px;
    color: #17161a;
    width: 100%
}

.comment-form form label input {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    margin-bottom: 30px;
    margin-top: 5px
}

.comment-form form label textarea {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 250px;
    padding: 20px;
    resize: none;
    margin-bottom: 30px;
    margin-top: 5px
}

.comment-form form input[type=submit] {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #17161a;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    min-width: 200px;
    border-radius: 10px;
    padding: 10px 30px
}
@import "https://fonts.googleapis.com/css2?family=Saira:wght@300;400;500;600;700;800&amp;display=swap";.pt-50 {
    padding-top: 50px
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a:focus,input:focus,textarea:focus,button:focus {
    outline: 0 solid
}

html,body {
    height: 100%
}

body {
    font-size: 16px;
    font-family: saira,sans-serif
}

h1,h2,h3,h4,h5,h6 {
    font-family: saira,sans-serif;
    font-weight: 700;
    margin-bottom: 15px
}

img {
    max-width: 100%
}

a,ul,ol {
    padding: 0;
    margin: 0;
    list-style: none
}

p {
    margin: 0;
    color: #272727;
    line-height: 1.8
}

@media(max-width: 767px) {
    p {
        font-size:14px
    }
}

a,a:hover {
    text-decoration: none
}

input,select,audio,canvas,iframe,img,svg,video {
    vertical-align: middle;
}

.sec-pad {
    padding: 120px 0
}

.sec-pad-top {
    padding-top: 120px
}

.sec-pad-bottom {
    padding-bottom: 120px
}

.sec-mar {
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: white;
}

.sec-mar-top {
    padding: 15px 0px;
    background: white;
    margin: 0px;
    border-top: 1px solid #00000017;
}

.sec-mar-bottom {
    /* margin-bottom: 0px; */
    padding-top: 30px;
    background-color: #fff;
    padding-bottom: 20px;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #000;
    top: 0;
    left: 0;
    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
}

@-webkit-keyframes loader {
    0%,10%,100% {
        width: 80px;
        height: 80px
    }

    65% {
        width: 150px;
        height: 150px
    }
}

@keyframes loader {
    0%,10%,100% {
        width: 80px;
        height: 80px
    }

    65% {
        width: 150px;
        height: 150px
    }
}

@-webkit-keyframes loaderBlock {
    0%,30% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    55% {
        background-color: #fff
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes loaderBlock {
    0%,30% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    55% {
        background-color: #fa7226
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@-webkit-keyframes loaderBlockInverse {
    0%,20% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    55% {
        background-color: #fff
    }

    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

@keyframes loaderBlockInverse {
    0%,20% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    55% {
        background-color: #fa7226
    }

    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

.preloader .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    -webkit-transform: translate(-50%,-50%) rotate(45deg) translate3d(0,0,0);
    transform: translate(-50%,-50%) rotate(45deg) translate3d(0,0,0);
    -webkit-animation: loader 1.2s infinite ease-in-out;
    animation: loader 1.2s infinite ease-in-out
}

.preloader .loader span {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    -webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
    animation: loaderBlock 1.2s infinite ease-in-out both
}

.preloader .loader span:nth-child(1) {
    top: 0;
    left: 0
}

.preloader .loader span:nth-child(2) {
    top: 0;
    right: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both
}

.preloader .loader span:nth-child(3) {
    bottom: 0;
    left: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both
}

.preloader .loader span:nth-child(4) {
    bottom: 0;
    right: 0
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0!important;
    padding-bottom: 0!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #191a1c;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    z-index: 99
}

.creasoft-wrap {
    /* position: relative; */
    overflow: hidden;
    z-index: 1;
}

.line_wrap {
    top: 0;
    left: 50%;
    bottom: 0;
    width: 80%;
    z-index: -1;
    display: block;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 1px solid rgba(23,22,26,.06)
}

@media(max-width: 767px) {
    .line_wrap {
        border-left:1px solid rgba(0,0,0,.03)
    }
}

.line_wrap.layout2 {
    border-left: 1px solid rgba(246,246,246,.02)
}

.line_wrap.layout2 .line_item {
    border-right: 1px solid rgba(246,246,246,.02)
}

.line_wrap:before {
    width: 1px;
    left: -1px;
    content: "";
    height: 100px;
    position: absolute;
    -webkit-animation: scroll1 15s ease-out infinite;
    animation: scroll1 15s ease-out infinite;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#000000),to(transparent));
    background-image: linear-gradient(0deg,#000000,transparent)
}

.line_item {
    width: 20%;
    float: left;
    height: 100%;
    position: relative;
    display: inline-block;
    border-right: 1px solid rgba(23,22,26,.06)
}

@media(max-width: 767px) {
    .line_item {
        border-right:1px solid rgba(0,0,0,.03)
    }
}

.line_item:before {
    width: 1px;
    right: -1px;
    content: "";
    height: 100px;
    position: absolute
}

.line_item:nth-child(odd):before {
    -webkit-animation: scroll2 15s ease-out infinite;
    animation: scroll2 15s ease-out infinite;
    background-image: -webkit-gradient(linear,left bottom,left top,from(transparent),to(#000000));
    background-image: linear-gradient(0deg,transparent,#000000)
}

.line_item:nth-child(even):before {
    -webkit-animation: scroll1 15s ease-out infinite;
    animation: scroll1 15s ease-out infinite;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#000000),to(transparent));
    background-image: linear-gradient(0deg,#000000,transparent)
}

@-webkit-keyframes scroll1 {
    0% {
        top: 0;
        opacity: 1
    }

    50% {
        top: 50%
    }

    100% {
        top: 100%;
        opacity: .5
    }
}

@keyframes scroll1 {
    0% {
        top: 0;
        opacity: 1
    }

    50% {
        top: 50%
    }

    100% {
        top: 100%;
        opacity: .5
    }
}

@-webkit-keyframes scroll2 {
    0% {
        opacity: 1;
        bottom: 0
    }

    50% {
        bottom: 50%
    }

    100% {
        bottom: 100%;
        opacity: .5
    }
}

@keyframes scroll2 {
    0% {
        opacity: 1;
        bottom: 0
    }

    50% {
        bottom: 50%
    }

    100% {
        bottom: 100%;
        opacity: .5
    }
}

.breadcrumbs {
    position: relative;
    height: 150px;
    background-image: url(../img/breadcrumb-bg.jpg);
    background-size: cover;
    background-position: center center;
    z-index: 1
}

@media(max-width: 767px) {
    .breadcrumbs {
        height: 150px;
    }
}

.breadcrumbs:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #0e0a07c4;
    opacity: .93;
    z-index: -1
}

.breadcrumb-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 150px;
}

@media(max-width: 767px) {
    .breadcrumb-wrapper {
        height: 150px;
    }
}

.breadcrumb-cnt {
    position: relative
}

.breadcrumb-cnt h1 {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 8px;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .breadcrumb-cnt h1 {
        font-size:40px
    }
}

@media(max-width: 767px) {
    .breadcrumb-cnt h1 {
        font-size: 22px;
        line-height: 36px;
    }
}

.breadcrumb-cnt span {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize
}

.breadcrumb-cnt span a {
    display: inline-block;
    color: #fa7226
}

.breadcrumb-cnt span i {
    margin: 0 5px
}

.breadcrumb-cnt .breadcrumb-video {
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width: 767px) {
    .breadcrumb-cnt .breadcrumb-video {
        display:none
    }
}

.breadcrumb-cnt .breadcrumb-video img {
    max-width: 370px;
    max-height: 340px;
    border-radius: 5px
}

.breadcrumb-cnt .breadcrumb-video:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #17161a;
    opacity: .7;
    border-radius: 5px
}

.breadcrumb-cnt .breadcrumb-video .video-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.breadcrumb-cnt .breadcrumb-video .video-inner a {
    height: 80px;
    width: 80px;
    line-height: 80px;
    border: 2px dashed #fff;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.title-wrap {
    max-width: 630px;
    margin: 0 auto
}

.sec-title {
    text-align: center;
    margin-bottom: 20px;
}

.sec-title.layout2 {
    /* text-align: left; */
}

.sec-title.white h2,.sec-title.white p {
    color: #0d0d0f;
}

.sec-title span {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    color: #fa7226;
    text-transform: capitalize;
    border-bottom: 1px solid #fa7226;
    padding-bottom: 2px;
    margin-bottom: 5px;
}

.sec-title h2 {
    font-weight: 700;
    font-size: 26px;
    text-transform: capitalize;
    color: #17161a;
    margin-bottom: 15px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .sec-title h2 {
        font-size:35px
    }
}

@media(max-width: 767px) {
    .sec-title h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
    }
}

.cmn-btn {
    position: relative;
    display: inline-block
}

.cmn-btn a {
    position: relative;
    display: inline-block;
    background-color: #fa7226;
    border-radius: 5px;
    min-width: 170px;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    color: #fff;
    padding: 15px 30px;
    border: 1px solid #fa7226;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
    vertical-align: top
}
@media(max-width: 1199px){
    display:none;
}


@media(max-width: 767px) {
    .cmn-btn a {
        min-width:140px;
        font-size: 14px
    }
}

.cmn-btn a:after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background-color: #fa7226;
    -webkit-transform: skewX(45deg) scale(0,1);
    transform: skewX(45deg) scale(0,1);
    z-index: -1;
    -webkit-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s
}

.cmn-btn a:hover {
    color: #000
}

.cmn-btn a:hover:after {
    -webkit-transform: skewX(45deg) scale(1,1);
    transform: skewX(45deg) scale(1,1)
}

.cmn-btn .line-1 {
    position: absolute;
    right: 8px;
    top: 7px;
    z-index: 2
}

.cmn-btn .line-1:before {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    width: 25px;
    opacity: .1;
    right: 0;
    -webkit-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s
}

.cmn-btn .line-1:after {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    height: 25px;
    opacity: .1;
    -webkit-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s
}

.cmn-btn .line-2 {
    position: absolute;
    left: 8px;
    bottom: 8px;
    z-index: 2
}

.cmn-btn .line-2:before {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    height: 25px;
    opacity: .1;
    right: 0;
    bottom: -2px
}

.cmn-btn .line-2:after {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    width: 25px;
    opacity: .1;
    left: 0
}

.cmn-btn:hover .line-1:before {
    border: 1px solid #000;
    opacity: .5
}

.cmn-btn:hover .line-1:after {
    border: 1px solid #000;
    opacity: .5
}

.mobile-menu-logo {
    display: none
}

.mobile-menu-logo .remove {
    position: absolute;
    right: -53px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.mobile-menu-logo .remove i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    color: #fff;
    background-color: #fa7226;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media only screen and (max-width: 1199px) {
    header .main-nav {
        position:fixed;
        top: 0;
        left: 0;
        width: 260px;
        padding: 10px 0!important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        display: block;
        background: #fff;
        -webkit-transform: translateX(-260px);
        transform: translateX(-260px);
        -webkit-transition: -webkit-transform .3s ease-in;
        transition: -webkit-transform .3s ease-in;
        transition: transform .3s ease-in;
        transition: transform .3s ease-in,-webkit-transform .3s ease-in
    }

    header .main-nav .mobile-menu-logo {
        position: relative;
        text-align: left;
        padding: 2px 10px;
        max-width: 195px;
        margin-bottom: 20px;
        display: block;
        border-bottom: 1px solid #fa7226
    }

    header .main-nav ul {
        float: none;
        text-align: left;
        padding: 0
    }

    header .main-nav ul li {
        position: relative;
        display: block;
        border-bottom: 1px solid #eee;
        padding: 0 10px!important
    }

    header .main-nav ul li:last-child {
        border: none
    }

    header .main-nav ul li a {
        padding: 10px 0;
        display: block;
        font-weight: 500;
        color: #000;
        text-transform: capitalize
    }

    header .main-nav ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
        display: none;
        margin-top: 0!important;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    header .main-nav ul li ul.sub-menu li {
        padding: 0!important
    }

    header .main-nav ul li ul.sub-menu li a {
        padding: 12px 10px
    }

    header .main-nav.slidenav {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    header .main-nav ul li .bi {
        display: block;
        top: 8px;
        right: 10px;
        font-size: 16px;
        color: #000
    }

    .mobile-menu {
        position: relative;
        top: 2px;
        padding: 0 5px;
        border-radius: 50%;
        display: inline-block;
        text-align: right;
        margin-left: 30px
    }

    .cross-btn {
        display: inline-block!important;
        position: relative;
        width: 30px!important;
        height: 22px!important;
        cursor: pointer;
        border: 3px solid transparent!important
    }

    .cross-btn span {
        width: 100%;
        height: 2px;
        background: #fa7226!important;
        display: block;
        position: absolute;
        right: 0;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .cross-btn .cross-top {
        top: 0
    }

    .cross-btn .cross-middle {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%
    }

    .cross-btn .cross-bottom {
        bottom: 0;
        width: 100%
    }

    .cross-btn.h-active span.cross-top {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
        margin-top: -1px
    }

    .cross-btn.h-active span.cross-middle {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
        opacity: 0
    }

    .cross-btn.h-active span.cross-bottom {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 50%;
        margin-bottom: -1px
    }
}

.cursor {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 30px;
    height: 30px;
    z-index: 999999;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    -webkit-transform: scale(.35) translate(-50%,-50%);
    transform: scale(.35) translate(-50%,-50%);
    mix-blend-mode: exclusion;
    background-color: #fff
}

header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2
}

.header-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1px 24px;
    -webkit-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
}

@media only screen and (min-width: 1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .header-area {
        padding:20px 30px
    }
}

@media(max-width: 767px) {
    .header-area {
        padding: 0px 5px;
    }
}

.logo a {
    display: inline-block
}

.logo a img {
    max-width: 200px;
}

@media only screen and (max-width: 1199px) {
    .logo a img {
        padding: 7px 0;
        max-width: 160px;
    }
}

.main-nav {
    text-align: center;
}

.main-nav ul {
    list-style: none
}

.main-nav ul li {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    color: #e4e4e4
}

.main-nav ul li:first-child {
    padding-left: 0
}

.main-nav ul li a {
    position: relative;
    font-family: saira,sans-serif;
    font-size: 16px;
    padding: 15px 0;
    font-weight: 500;
    color: #0d0d0f;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.main-nav ul li a.active {
    color: #0d0d0f;
}

.main-nav ul li a:hover {
    color: #fa7226
}

.main-nav ul li i {
    position: absolute;
    top: 20px;
    right: -4px;
    font-weight: 900;
    font-size: 12px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    color: #fa7226;
}

.main-nav ul li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    /* display: flex; */
    top: auto;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    min-width: max-content;
    background-color: #fff;
    text-align: left;
    z-index: 9;
    -webkit-box-shadow: 0 0 65px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 65px 0 rgba(0,0,0,.1);
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.main-nav ul li ul.sub-menu>li {
    padding: 0;
    display: block;
    border-bottom: 1px solid #eee
}

.main-nav ul li ul.sub-menu>li:last-child {
    border: none
}

.main-nav ul li ul.sub-menu>li a {
    position: relative;
    display: block;
    padding: 12px 20px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.main-nav ul li ul.sub-menu>li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(96.98deg,#fa7226 0%,#FF5F45 100%);
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: .4s ease-in;
    transition: .4s ease-in;
    z-index: -1
}

.main-nav ul li ul.sub-menu>li a.active {
    font-weight: 500;
    color: #0d0d0f;
}

.main-nav ul li ul.sub-menu>li a:hover {
    color: #fa7226
}

.main-nav ul li ul.sub-menu>li a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.main-nav ul li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.nav-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.get-qoute {
    text-align: right
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .get-qoute {
        display:inline-block
    }
}

@media(max-width: 767px) {
    .get-qoute {
        display:none
    }
}

.hero-area {
    position: relative;
    height: 70vh;
    background-image: url(../img/bg.png);
    background-size: cover;
    background-position: top left;
    background-color: #0d6efd9c;
    overflow: hidden
}

@media(max-width: 767px) {
    .hero-area {
        height: 89vh;
    }
}

.hero-area .hero-shape-1 {
    position: absolute;
    left: 0;
    bottom: 0
}

.hero-area .hero-shape-2 {
    position: absolute;
    right: 0;
    top: 0
}

.hero-area .ken-burns-slideshow {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 50%;
    border-radius: 100px 0 0 0
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .hero-area .ken-burns-slideshow {
        display:none
    }
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .hero-area .ken-burns-slideshow {
        width:45%;
        top: 50%;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%)
    }
}

@media only screen and (max-width: 1199px) {
    .hero-area .ken-burns-slideshow {
        top:50%;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%)
    }
}

.hero-area .ken-burns-slideshow img {
    width: 100%;
    -webkit-animation: kenburns 20s infinite;
    animation: kenburns 20s infinite
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .hero-area .hero-img {
        display:none
    }
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .hero-area .hero-img img {
        width:80%;
        margin: 0 auto;
        display: block
    }
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%
}

@-webkit-keyframes kenburns {
    0% {
        opacity: 0
    }

    5% {
        opacity: 1
    }

    95% {
        -webkit-transform: scale3d(1.5,1.5,1.5) translate3d(-100px,-80px,0px);
        transform: scale3d(1.5,1.5,1.5) translate3d(-100px,-80px,0px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1
    }

    100% {
        -webkit-transform: scale3d(1.5,1.5,1.5) translate3d(-90px,-70px,0px);
        transform: scale3d(1.5,1.5,1.5) translate3d(-90px,-70px,0px);
        opacity: 0
    }
}

@keyframes kenburns {
    0% {
        opacity: 0
    }

    5% {
        opacity: 1
    }

    95% {
        -webkit-transform: scale3d(1.5,1.5,1.5) translate3d(-100px,-80px,0px);
        transform: scale3d(1.5,1.5,1.5) translate3d(-100px,-80px,0px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1
    }

    100% {
        -webkit-transform: scale3d(1.5,1.5,1.5) translate3d(-90px,-70px,0px);
        transform: scale3d(1.5,1.5,1.5) translate3d(-90px,-70px,0px);
        opacity: 0
    }
}

.hero-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70vh;
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .hero-wrapper {
        padding-top:100px
    }
}

@media(max-width: 767px) {
    .hero-wrapper {
        height:80vh
    }
}

@media only screen and (min-width: 1400px) and (max-width:1699px) {
    .hero-content {
        padding-left:100px
    }
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .hero-content {
        padding-left:50px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .hero-content {
        margin-bottom:50px
    }
}

.hero-content.layout2 h1 {
    text-transform: capitalize
}

.hero-content.layout2 h1 span {
    text-transform: uppercase
}

.hero-content h1 {
    font-weight: 800;
    font-size: 52px;
    text-transform: uppercase;
    color: #e4e4e4;
    margin-bottom: 30px
}

@media only screen and (min-width: 1400px) and (max-width:1699px) {
    .hero-content h1 {
        font-size:50px
    }
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .hero-content h1 {
        font-size:48px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .hero-content h1 {
        font-size:40px
    }
}

@media(max-width: 767px) {
    .hero-content h1 {
        font-size:30px;
        line-height: 42px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .hero-content h1 {
        font-size:40px
    }
}

.hero-content h1 span {
    display: block;
    -webkit-text-stroke: 1px #e4e4e4;
    -webkit-text-fill-color: transparent;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: .15em;
    -webkit-animation: typing 3.5s steps(40,end);
    animation: typing 3.5s steps(40,end)
}

.hero-content p {
    font-weight: 400;
    font-size: 16px;
    color: #e4e4e4
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .hero-content p {
        font-size:15px
    }
}

@media(max-width: 767px) {
    .hero-content p {
        font-size:14px
    }
}

@-webkit-keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.buttons {
    margin-top: 40px
}

.buttons .cmn-btn {
    margin-right: 20px
}

@media(max-width: 767px) {
    .buttons .cmn-btn {
        margin-right:10px
    }
}

.buttons .cmn-btn:last-child {
    margin: 0
}

.cmn-btn.layout-two a {
    background-color: transparent;
    border: 1px solid #e4e4e4
}

.verticale-social {
    position: absolute;
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .verticale-social {
        left:-120px
    }
}

@media only screen and (max-width: 1199px) {
    .verticale-social {
        left:50px;
        top: auto;
        bottom: 50px
    }
}

@media(max-width: 767px) {
    .verticale-social {
        left:25px;
        top: auto;
        bottom: 50px
    }
}

.vertical-media {
    list-style: none;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .vertical-media {
        -webkit-transform:none;
        transform: none
    }
}

.vertical-media li {
    position: relative;
    display: inline-block;
    padding: 0 20px
}

@media(max-width: 767px) {
    .vertical-media li {
        padding:0 10px
    }
}

.vertical-media li:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border: 1px dashed #fff;
    border-radius: 50%;
    left: 0;
    top: 35%;
    -webkit-transform: translateY(-42%);
    transform: translateY(-42%);
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition: all .2s cubic-bezier(.98,.57,1,1) 0s;
    transition: all .2s cubic-bezier(.98,.57,1,1) 0s
}

@media(max-width: 767px) {
    .vertical-media li:before {
        left:-7px
    }
}

.vertical-media li a {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    color: #e4e4e4;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media(max-width: 767px) {
    .vertical-media li a {
        font-size:14px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .vertical-media li a {
        font-size:16px
    }
}

.vertical-media li a:hover {
    color: #fa7226
}

@-webkit-keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1
    }
}

@keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1
    }
}

.services-area {
    position: relative;
    background-color: #00307700;
}

@media(max-width: 767px) {
    .services-area {
        margin: 0px 0 0px;
    }
}

.services-area .swiper-button-next,.services-area .swiper-button-prev {
    top: 70%
}

@media(max-width: 767px) {
    .services-area .swiper-button-next,.services-area .swiper-button-prev {
        display:none
    }
}

.services-area .swiper-button-next:after,.services-area .swiper-button-prev:after {
    font-size: 20px;
    height: 40px;
    min-width: 40px;
    color: #2a2a2a;
    border: 1px solid #2a2a2a;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.services-area .swiper-button-next:hover:after,.services-area .swiper-button-prev:hover:after {
    color: #e4e4e4;
    background-color: #2a2a2a
}

.services-area .swiper-button-next {
    right: 7%
}

@media only screen and (min-width: 1400px) and (max-width:1699px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .services-area .swiper-button-next {
        right:1%
    }
}

.services-area .swiper-button-prev {
    left: 7%
}

@media only screen and (min-width: 1400px) and (max-width:1699px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .services-area .swiper-button-prev {
        left:1%
    }
}

.swiper.services-slider {
    padding: 5px
}

.single-service {
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    border-radius: 10px;
    padding: 14px 10px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    border: 1px solid #fa722640;
    background: #ffffff;
    border-top: 5px solid #0067ff;
    border-top-left-radius: 60px;
}

.single-service span {
    position: absolute;
    right: 30px;
    top: 30px;
    font-weight: 700;
    font-size: 30px;
    -webkit-text-stroke: 2px #000;
    -webkit-text-fill-color: transparent;
    opacity: 0.09;
    line-height: 1;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-service .icon {
    margin-bottom: 10px;
    text-align: center;
}

.single-service .icon img {
    /* height: 85px; */
}

.single-service h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-service p {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #000000;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-service .read-btn {
    text-align: center;
}

.single-service .read-btn a {
    position: relative;
    font-weight: 400;
    font-size: 17px;
    color: #ffffff;
    text-align: right;
    display: inline-block;
    margin-top: 20px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-service .read-btn a:before {
    position: absolute;
    content: "";
    left: 0px;
    display: none;
    top: 0px;
    /* border: 9.8px solid #fa7226; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition: all .2s cubic-bezier(.98,.57,1,1) 0s;
    transition: all .2s cubic-bezier(.98,.57,1,1) 0s
}

.single-service:hover {
    /* background-color: #0c1f38; */
}

.single-service:hover span {
    -webkit-text-stroke: 1px #fa7226;
    -webkit-text-fill-color: transparent;
    opacity: .5
}

.single-service:hover h4,.single-service:hover p {
    /* color: #e4e4e4; */
}

.single-service:hover .read-btn a {
    /* color: #e4e4e4; */
}

@media(max-width: 767px) {
    .about-area {
        margin-bottom: 0px;
        padding-top: 20px;
    }
}

.about-area .sec-title {
    margin-bottom: 15px
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .about-area .or-1 {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1
    }

    .about-area .or-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 80px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) and (max-width:767px),(max-width:767px) and (max-width:767px) {
    .about-area .or-2 {
        margin-top:30px
    }
}

.about-left h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    text-transform: capitalize;
    color: #17161a
}

@media(max-width: 767px) {
    .about-left h3 {
        font-size: 18px;
        line-height: 28px;
    }
}

.company-since {
    position: relative;
    border: 1px solid #fa722659;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    border-radius: 20px;
    padding: 18px 20px;
    margin-top: 30px
}

@media(max-width: 767px) {
    .company-since {
        padding: 10px;
    }
}

.company-since:before {
    position: absolute;
    content: "";
    left: -.5px;
    top: 1.5px;
    right: -1.5px;
    bottom: 1.5px;
    background-color: #fa7226;
    z-index: -1;
    -webkit-transform: skew(0.5deg,0.5deg);
    transform: skew(0.5deg,0.5deg);
    border-radius: 23px;
    -webkit-filter: blur(1px);
    filter: blur(1px)
}

.company-logo {
    margin-bottom: 30px;
}

.company-logo img {
    max-width: 180px
}

.company-since strong {
    position: absolute;
    right: 50px;
    top: 20px;
    font-weight: 700;
    font-size: 26px;
    color: #17161a;
    line-height: 1
}

.company-since h4 {
    font-weight: 500;
    font-size: 24px;
    color: #17161a;
    margin: 0
}

@media(max-width: 767px) {
    .company-since h4 {
        font-size:20px;
        line-height: 30px;
    }
}

.company-since h4 span {
    display: block;
    color: #fa7226
}

.about-right {
    position: relative
}

.banner-1 {
    position: relative;
    border-radius: 40px 10px 10px 10px
}

@media(max-width: 767px) {
    .banner-1 {
        border-radius:10px
    }
}

.banner-1 img {
    width: 100%;
    border-radius: 40px 10px 10px 10px
}

@media(max-width: 767px) {
    .banner-1 img {
        border-radius:10px
    }
}

.banner-1:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #0a0a0a00;
    opacity: .5;
    border-radius: 40px 10px 10px 10px
}

@media(max-width: 767px) {
    .banner-1:before {
        border-radius:10px
    }
}

.banner-2 {
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: -55px;
    border-left: 10px solid #fff;
    border-top: 10px solid #fff;
    border-radius: 20px 5px 10px 15px
}

@media(max-width: 767px) {
    .banner-2 {
        position:relative;
        text-align: center;
        margin-top: 20px;
        bottom: 0;
        border: none;
        width: 100%
    }
}

.banner-2:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #0a0a0a00;
    opacity: .5;
    border-radius: 20px 5px 10px 15px
}

@media(max-width: 767px) {
    .banner-2:before {
        border-radius:10px
    }
}

.banner-2 img {
    max-width: 200px;
    border-radius: 20px 5px 10px 15px
}

@media(max-width: 767px) {
    .banner-2 img {
        width:100%;
        max-width: none;
        border-radius: 10px
    }
}

.banner2-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.banner2-inner .play a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(117,218,180,.3);
    font-size: 20px;
    border-radius: 50%;
    color: #fa7226;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.banner2-inner .play a i {
    margin-left: 4px
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(117,218,180,.3),0 0 0 0 rgba(117,218,180,.5);
        box-shadow: 0 0 0 0 rgba(117,218,180,.3),0 0 0 0 rgba(117,218,180,.5)
    }

    80% {
        -webkit-box-shadow: 0 0 0 20px #fff0,0 0 0 40px #fff0;
        box-shadow: 0 0 0 20px #fff0,0 0 0 40px #fff0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #fff0,0 0 0 0 #fff0;
        box-shadow: 0 0 0 0 #fff0,0 0 0 0 #fff0
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(117,218,180,.3),0 0 0 0 rgba(117,218,180,.5);
        box-shadow: 0 0 0 0 rgba(117,218,180,.3),0 0 0 0 rgba(117,218,180,.5)
    }

    80% {
        -webkit-box-shadow: 0 0 0 20px #fff0,0 0 0 40px #fff0;
        box-shadow: 0 0 0 20px #fff0,0 0 0 40px #fff0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #fff0,0 0 0 0 #fff0;
        box-shadow: 0 0 0 0 #fff0,0 0 0 0 #fff0
    }
}

.features-area {
    padding: 30px 0 30px;
    background-image: url(../img/feature-bg.png);
    background-size: cover;
    background-position: center center;
    background-color: #ffffff;
    color: white;
}

@media(max-width: 767px) {
    .features-area {
        padding: 18px 0;
    }
}

.single-feature {
    -webkit-box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    border-radius: 10px;
    padding: 28px 0px 20px;
    background: rgb(250,218,196);
    background: linear-gradient(0deg, rgba(250,218,196,1) 0%, rgba(255,255,255,1) 50%, rgba(199,234,226,1) 100%);
    -webkit-transform: skewY(-5deg);
    transform: skewY(183deg);
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-feature .feature-inner {
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
    text-align: center;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    display: flex;
    gap: 2px;
}

.single-feature .feature-inner .icon {
    margin-bottom: 2px;
}

.single-feature .feature-inner .icon img {
    height: 60px;
}

.single-feature .feature-inner span,.single-feature .feature-inner sup {
    font-weight: 700;
    font-size: 26px;
    line-height: 55px;
    color: #000000;
}

.single-feature .feature-inner sup {
    top: -10px
}

.single-feature .feature-inner h4 {
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    color: #000000;
    margin-top: -5px;
    margin-bottom: 0
}

.single-feature:hover {
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg)
}

.single-feature:hover .feature-inner {
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg)
}

@media(max-width: 767px) {
    .project-area {
        margin:80px 0
    }
}

.isotope-menu {
    text-align: center;
    list-style: none;
    margin-bottom: 40px
}

.isotope-menu li {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #e4e4e4;
    cursor: pointer;
    background: #191a1c;
    -webkit-box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    border-radius: 10px;
    padding: 10px 30px;
    margin: 0 10px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .isotope-menu li {
        font-size:14px;
        margin: 0 5px
    }
}

@media(max-width: 767px) {
    .isotope-menu li {
        font-size:14px;
        padding: 15px 20px;
        margin: 10px 5px
    }
}

.isotope-menu li.active {
    color: #191a1c;
    background-color: #fa7226
}

.isotope-menu li:hover {
    color: #191a1c;
    background-color: #fa7226
}

.single-item {
    position: relative
}

.single-item .item-img a img {
    width: 100%;
    border-radius: 10px
}

.single-item .item-inner-cnt {
    background-color: #0f0f1100;
    border-radius: 5px;
    padding: 20px;
    width: 90%;
    left: 5%;
    position: absolute;
    bottom: 5%;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-item .item-inner-cnt span {
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    color: #e4e4e4;
    border-bottom: 1px solid #fa7226;
    padding-bottom: 2px;
    margin-bottom: 10px
}

.single-item .item-inner-cnt h4 {
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
    color: #e4e4e4;
    margin: 0
}

.single-item .item-inner-cnt .view-btn {
    text-align: right;
    visibility: hidden;
    opacity: 0;
    height: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-item .item-inner-cnt .view-btn a {
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #e4e4e4;
    display: inline-block;
    text-transform: capitalize
}

.single-item .item-inner-cnt .view-btn a:before {
    position: absolute;
    content: "";
    left: -10px;
    top: -3px;
    border: .8px solid #fa7226;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition: all .2s cubic-bezier(.98,.57,1,1) 0s;
    transition: all .2s cubic-bezier(.98,.57,1,1) 0s
}

.single-item:hover .item-inner-cnt .view-btn {
    margin-top: 20px;
    visibility: visible;
    opacity: 1;
    height: auto;
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

.our-partner {
    padding: 30px 0;
    background-color: #ffffff;
}

@media(max-width: 767px) {
    .our-partner {
        padding: 20px 0;
    }
}

.our-partner .sec-title {
    margin-bottom: 30px;
    border-right: 1px solid #fa7226;
    text-align: center;
}

.our-partner .sec-title .swiper-button-next-c,.our-partner .sec-title .swiper-button-prev-c {
    color: #e4e4e4;
    font-size: 16px;
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #0d0d0f;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.our-partner .sec-title .swiper-button-next-c:hover,.our-partner .sec-title .swiper-button-prev-c:hover {
    color: #000;
    background-color: #fa7226
}

.our-partner .sec-title .swiper-button-prev-c {
    margin-right: 20px
}

.single-partner {
    background-color: #ffffff;
    /* border: 1px solid #0c1f38; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-box-shadow: inset 0 0 10px rgba(6,6,6,.15); */
    /* box-shadow: inset 0 0 10px rgba(6,6,6,.15); */
    border-radius: 10px;
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px;
    margin-bottom: 10px;
}

.single-partner img {
    height: auto;
    width: auto
}

@media(max-width: 767px) {
    .priceing-plan {
        margin: 0px 0;
    }
}

.price-table-tab {
    margin-bottom: 40px
}

.nav.nav-pills {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav.nav-pills .nav-item .nav-link {
    background-color: #191a1c;
    -webkit-box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    border-radius: 10px;
    min-width: 170px;
    padding: 10px 30px;
    margin: 0 15px;
    font-weight: 600;
    font-size: 17px;
    color: #e4e4e4;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media(max-width: 767px) {
    .nav.nav-pills .nav-item .nav-link {
        font-size:14px;
        min-width: 125px;
        padding: 15px 20px;
        margin: 0 10px
    }
}

.nav.nav-pills .nav-item .nav-link.active {
    background-color: #fa7226;
    color: #191a1c
}

.nav.nav-pills .nav-item .nav-link:hover {
    background-color: #fa7226;
    color: #191a1c
}

.price-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 40px rgba(33,33,33,.1);
    box-shadow: 0 0 40px rgba(33,33,33,.1);
    border-radius: 10px;
    padding: 17px 10px;
    /* text-align: center; */
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .price-box {
        padding:40px 20px
    }
}

.price-box.layout2 h4:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -10px;
    width: 150px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-gradient(linear,left top,right top,from(#181818),color-stop(#fa7226),to(#181818));
    background: linear-gradient(90deg,#181818,#fa7226,#181818)
}

.price-box h4 {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.price-box h4:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -10px;
    width: 150px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-gradient(linear,left top,right top,from(#fff),color-stop(#fa7226),to(#fff));
    background: linear-gradient(90deg,#fff,#fa7226,#fff)
}

.price-box span {
    font-weight: 400;
    font-size: 16px;
    text-align: left !important;!i;!;
    color: #000000;
    display: block;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.price-box strong {
    font-weight: 700;
    font-size: 25px;
    color: #ffffff;
    display: block;
    margin: 20px 0;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.price-box strong sub {
    color: #fa7226;
    font-size: 16px;
    font-weight: 400
}

.price-box:hover {
    /* background-color: #0c1f38; */
    border-radius: 10px
}

.price-box:hover h4 {
    /* color: #e4e4e4; */
}

.price-box:hover h3:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -10px;
    width: 150px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-gradient(linear,left top,right top,from(#181818),color-stop(#fa7226),to(#181818));
    background: linear-gradient(90deg,#181818,#fa7226,#181818)
}

.price-box:hover h3,.price-box:hover span,.price-box:hover strong {
    /* color: #e4e4e4; */
}

.price-box:hover .item-list li {
    color: #e4e4e4;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.price-box:hover .price-btn a {
    /* color: #000; */
    /* background-color: #fa7226; */
}

.item-list li {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 15px
}

.item-list li:last-child {
    margin: 0
}

.item-list li i {
    margin-right: 5px;
    font-size: 18px
}

.price-btn {
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

.price-btn a {
    background-color: #0dc242;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    color: #fff;
    min-width: 200px;
    padding: 6px 6px;
    -webkit-transition: transition(0.5s),transition(0.5s);
    transition: transition(0.5s),transition(0.5s);
    transition: transition(0.5s)
}

.price-btn .line-1 {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 2
}

.price-btn .line-1:before {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    width: 25px;
    opacity: .1;
    right: 0
}

.price-btn .line-1:after {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    height: 25px;
    opacity: .1
}

.price-btn .line-2 {
    position: absolute;
    left: 8px;
    bottom: 10px;
    z-index: 2
}

.price-btn .line-2:before {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    height: 25px;
    opacity: .1;
    right: 0;
    bottom: -2px
}

.price-btn .line-2:after {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    width: 25px;
    opacity: .1;
    left: 0
}

.testimonial-area {
    background-color: #fff7f2;
    padding: 30px 0 10px;
    position: relative
}

@media(max-width: 767px) {
    .testimonial-area {
        padding: 20px 0;
    }
}

.testimonial-area .swiper-button-next,.testimonial-area .swiper-button-prev {
    top: 62%
}

@media(max-width: 576px) {
    .testimonial-area .swiper-button-next,.testimonial-area .swiper-button-prev {
        display:none;
        visibility: hidden
    }
}

.testimonial-area .swiper-button-next:after,.testimonial-area .swiper-button-prev:after {
    font-size: 20px;
    height: 40px;
    min-width: 40px;
    color: #e4e4e4;
    background-color: #2a2a2a;
    border: 1px solid #2a2a2a;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.testimonial-area .swiper-button-next:hover:after,.testimonial-area .swiper-button-prev:hover:after {
    color: #000;
    border: none;
    background-color: #fa7226
}

.testimonial-area .swiper-button-next {
    right: 7%
}

.testimonial-area .swiper-button-prev {
    left: 7%
}

.swiper.testimonial-slider .swiper-slide {
    opacity: 1.4;
}

.swiper.testimonial-slider .swiper-slide.swiper-slide-active {
    opacity: 1
}

.single-testimonial {
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    box-shadow: inset 0 0 10px rgb(6 6 6 / 0%);
    border-radius: 70px;
    padding: 30px 20px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #fa722654;
}

.single-testimonial h5 {
    font-weight: 600;
    font-size: 18px;
    color: #0d0d0f;
    margin-bottom: 5px
}

.single-testimonial span {
    font-weight: 400;
    font-size: 17px;
    color: #17161a
}

.single-testimonial p {
    color: #0d0d0f;
    font-size: 15px;
    margin: 10px 0;
}

.stars {
    position: absolute;
    top: 10px;
    right: 20px
}

@media(max-width: 767px) {
    .stars {
        position:static;
        margin-top: 25px
    }
}

.stars a {
    display: inline-block;
    color: #ffc107
}

.quote {
    position: absolute;
    right: 10px;
    top: 40px;
}

.quote i {
    color: #ff5b0070;
    font-size: 30px;
    opacity: 1.1;
}

.reviewer img {
    height: 80px;
    width: 80px;
    border-radius: 50%
}

@media(max-width: 767px) {
    .our-team {
        margin:80px 0
    }
}

.swiper.services-slider {
    padding: 5px 5px 50px
}

.swiper.services-slider .swiper-pagination {
    bottom: -5px!important
}

.swiper.services-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    height: 15px;
    width: 15px;
    border: .8px solid #fa7226;
    opacity: 1
}

.swiper.services-slider .swiper-pagination .swiper-pagination-bullet-active {
    position: relative
}

.swiper.services-slider .swiper-pagination .swiper-pagination-bullet-active:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 5px;
    width: 5px;
    background-color: #fa7226;
    border-radius: 50%;
    -webkit-transform: translate(-62%,-62%);
    transform: translate(-62%,-62%)
}

@media(max-width: 991px) {
    .swiper.services-slider .swiper-pagination .swiper-pagination-bullet-active:before {
        -webkit-transform:translate(-62%,-42%);
        transform: translate(-62%,-42%)
    }
}

.swiper.testimonial-slider {
    padding: 5px 5px 5px;
}

.swiper.testimonial-slider .swiper-pagination {
    bottom: -5px!important
}

.swiper.testimonial-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    height: 15px;
    width: 15px;
    border: .8px solid #fa7226;
    opacity: 1
}

.swiper.testimonial-slider .swiper-pagination .swiper-pagination-bullet-active {
    position: relative
}

.swiper.testimonial-slider .swiper-pagination .swiper-pagination-bullet-active:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 5px;
    width: 5px;
    background-color: #fa7226;
    border-radius: 50%;
    -webkit-transform: translate(-62%,-62%);
    transform: translate(-62%,-62%)
}

@media(max-width: 991px) {
    .swiper.testimonial-slider .swiper-pagination .swiper-pagination-bullet-active:before {
        -webkit-transform:translate(-62%,-42%);
        transform: translate(-62%,-42%)
    }
}

.swiper.team-slider {
    padding: 5px 5px 50px
}

.swiper.team-slider .swiper-pagination {
    bottom: -5px!important
}

.swiper.team-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    height: 15px;
    width: 15px;
    border: .8px solid #fa7226;
    opacity: 1
}

.swiper.team-slider .swiper-pagination .swiper-pagination-bullet-active {
    position: relative
}

.swiper.team-slider .swiper-pagination .swiper-pagination-bullet-active:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 5px;
    width: 5px;
    background-color: #fa7226;
    border-radius: 50%;
    -webkit-transform: translate(-62%,-62%);
    transform: translate(-62%,-62%)
}

@media(max-width: 991px) {
    .swiper.team-slider .swiper-pagination .swiper-pagination-bullet-active:before {
        -webkit-transform:translate(-62%,-42%);
        transform: translate(-62%,-42%)
    }
}

.single-team {
    position: relative
}

.single-team:hover .member-img:before {
    visibility: visible;
    opacity: .8;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.single-team:hover .member-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-team:hover .member-img svg {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.single-team:hover .member-img .team-social {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single-team:hover .team-inner {
    background-color: #191a1c
}

.single-team:hover .team-inner h4 {
    color: #e4e4e4
}

.single-team:hover .team-inner span {
    color: #fa7226
}

.member-img {
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden
}

.member-img:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #191a1c;
    border-radius: 10px 10px 0 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.member-img img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.member-img svg {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.member-img svg path {
    fill: #191a1c
}

.member-img .team-social {
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.member-img .team-social li {
    margin: 10px 0
}

.member-img .team-social li a {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #0c1f38;
    border-radius: 50%;
    font-size: 14px;
    color: #e4e4e4;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.member-img .team-social li a:hover {
    background-color: #fa7226;
    color: #0c1f38
}

.team-inner {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    border-radius: 0 0 10px 10px;
    padding: 10px;
    text-align: center;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.team-inner h4 {
    font-weight: 700;
    font-size: 18px;
    color: #17161a;
    margin-bottom: 5px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media(max-width: 767px) {
    .team-inner h4 {
        font-size:24px
    }
}

.team-inner span {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-blog .blog-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0
}

.single-blog .blog-thumb a img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-blog .blog-thumb .tag {
    position: absolute;
    top: 20px;
    left: 20px
}

.single-blog .blog-thumb .tag a {
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    color: #0f1012;
    background-color: #fa7226;
    padding: 5px 15px;
    border-radius: 30px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-blog .blog-thumb .tag a:hover {
    background-color: #fff;
    color: #fa7226
}

.single-blog .blog-inner {
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    border-radius: 0 0 10px 10px
}

.single-blog .blog-inner h4 {
    margin-top: 15px;
    margin-bottom: 5px
}

.single-blog .blog-inner h4 a {
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    text-transform: capitalize;
    color: #17161a;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-blog .blog-inner h4 a:hover {
    color: #fa7226
}

.single-blog .blog-inner .author-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-blog .blog-inner .author-date a {
    font-weight: 500;
    font-size: 17px;
    text-transform: capitalize;
    color: #5f6062;
    display: inline-block
}

@media(max-width: 767px) {
    .single-blog .blog-inner .author-date a.cmnt {
        display:none
    }
}

.single-blog:hover .blog-thumb a img {
    -webkit-transform: scale(1.1) skewY(5deg);
    transform: scale(1.1) skewY(5deg)
}

.subscribe-newsletter {
    position: relative;
    z-index: 1
}

@media(max-width: 767px) {
    .subscribe-newsletter {
        margin-top:80px
    }
}

.news-letter-content {
    position: relative;
    padding: 60px 80px;
    border-radius: 10px;
    background-color: #1a191d;
    background-image: url(../img/subscribe-bg.png);
    background-size: cover;
    background-position: center center
}

@media(max-width: 767px) {
    .news-letter-content {
        padding:30px 20px
    }
}

.subscribe-cnt span {
    font-weight: 600;
    font-size: 20px;
    display: block;
    text-transform: capitalize;
    color: #fa7226
}

.subscribe-cnt h3 {
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
    color: #e4e4e4;
    margin-bottom: 5px
}

@media(max-width: 767px) {
    .subscribe-cnt h3 {
        font-size:30px
    }
}

.subscribe-cnt strong {
    -webkit-text-stroke: 1px #5f5f5f;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700
}

@media(max-width: 767px) {
    .subscribe-cnt strong {
        font-size:30px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .subscribe-form {
        margin-top:15px
    }
}

.subscribe-form form {
    position: relative
}

.subscribe-form form input {
    height: 60px;
    width: 100%;
    background-color: #0f0f11;
    border-radius: 10px;
    border: none;
    padding: 0 20px;
    color: #e4e4e4
}

.subscribe-form form input[type=email] {
    padding-right: 160px
}

@media(max-width: 767px) {
    .subscribe-form form input[type=email] {
        padding:0 10px
    }
}

.subscribe-form form input[type=submit] {
    max-width: 140px;
    background-color: #fa7226;
    border-radius: 10px;
    position: absolute;
    right: 5px;
    height: 50px;
    top: 5px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media(max-width: 767px) {
    .subscribe-form form input[type=submit] {
        position:static;
        margin-top: 15px
    }
}

.subscribe-form form input[type=submit]:hover {
    color: #fa7226;
    background-color: #fff
}

footer {
    position: relative;
    padding-top: 30px;
    margin-top: 0px;
    background-image: url(../img/footer-bg.png);
    background-size: cover;
    background-position: center center;
    background-color: #000000;
    background: #000000c2;
}

footer.error {
    padding-top: 0;
    margin-top: 0
}

.footer-top {
    padding-top: 100px
}

@media(max-width: 767px) {
    .footer-top {
        padding-top:80px
    }
}

@media(max-width: 767px) {
    .footer-widget {
        margin-bottom:50px
    }
}

.footer-widget .footer-logo {
    margin-bottom: 30px
}

.footer-widget .footer-logo a img {
    width: auto
}

.footer-widget h4 {
    font-weight: 500;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .footer-widget h4 {
        font-size:24px
    }
}

.footer-widget p {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .footer-widget p {
        font-size:14px
    }
}

.social-media-icons {
    list-style: none;
    margin-top: 20px;
}

.social-media-icons li {
    display: inline-block;
    padding-right: 10px;
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .social-media-icons li {
        padding-right:25px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .social-media-icons li {
        padding-right:15px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .social-media-icons li {
        padding-right:5px
    }
}

.social-media-icons li a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    height: 35px;
    width: 35px;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    background: #fa7226;
    -webkit-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .social-media-icons li a {
        height:30px;
        width: 30px;
        line-height: 30px
    }
}

.social-media-icons li a:hover {
    color: #0f1012;
    background-color: #fa7226;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.footer-menu {
    list-style: none
}

.footer-menu li {
    display: block;
    padding-bottom: 15px
}

.footer-menu li:last-child {
    padding-bottom: 0
}

.footer-menu li a {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .footer-menu li a {
        font-size:15px
    }
}

.footer-menu li a:before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -20px;
    height: 10px;
    width: 10px;
    background-color: #fa7226;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.footer-menu li a:hover {
    color: #fa7226;
    padding-left: 15px
}

.footer-menu li a:hover:before {
    left: 0;
    visibility: visible;
    opacity: 1
}

.number,.office-mail,.address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.number p,.office-mail p,.address p {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: .03em;
    color: #ffffff;
    margin: 0
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .number p,.office-mail p,.address p {
        font-size:14px
    }
}

.phone a,.email a {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .03em;
    color: #ffffff;
    display: block;
    padding-bottom: 5px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .phone a,.email a {
        font-size:13px
    }
}

.phone a:hover,.email a:hover {
    color: #fa7226
}

.num-icon,.mail-icon,.address-icon {
    min-width: 40px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .num-icon,.mail-icon,.address-icon {
        min-width:30px
    }
}

.num-icon i,.mail-icon i,.address-icon i {
    color: #ffffff;
    font-size: 25px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .num-icon i,.mail-icon i,.address-icon i {
        font-size:20px
    }
}

.footer-bottom {
    margin-top: 15px;
    padding: 10px 0;
    border-top: 2px solid #ffffff9c;
}

@media(max-width: 767px) {
    .footer-bottom {
        margin-top:30px!important
    }
}

@media(max-width: 767px) {
    .footer-bottom .copy-txt {
        text-align:center
    }
}

.footer-bottom .copy-txt span {
    font-size: 14px;
    color: #e4e4e4
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .footer-bottom .copy-txt span {
        font-size:13px
    }
}

@media(max-width: 767px) {
    .footer-bottom .copy-txt span {
        font-size:13px
    }
}

.footer-bottom .copy-txt span a {
    font-weight: 700;
    color: #e4e4e4;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.footer-bottom .copy-txt span a:hover {
    color: #fa7226
}

.footer-bottom .footer-bottom-menu {
    list-style: none;
    text-align: right
}

@media(max-width: 767px) {
    .footer-bottom .footer-bottom-menu {
        margin-top:30px;
        text-align: center
    }
}

.footer-bottom .footer-bottom-menu li {
    display: inline-block
}

.footer-bottom .footer-bottom-menu li a {
    position: relative;
    font-size: 14px;
    text-align: right;
    letter-spacing: .01em;
    color: #e4e4e4;
    padding: 0 20px;
    line-height: 1;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media(max-width: 767px) {
    .footer-bottom .footer-bottom-menu li a {
        padding:0;
        padding-right: 10px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .footer-bottom .footer-bottom-menu li a {
        padding:0 20px
    }
}

.footer-bottom .footer-bottom-menu li a:before {
    border-right: 1px solid #fff;
    position: absolute;
    content: "";
    height: 60%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width: 767px) {
    .footer-bottom .footer-bottom-menu li a:before {
        display:none
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .footer-bottom .footer-bottom-menu li a:before {
        display:block
    }
}

.footer-bottom .footer-bottom-menu li a:hover {
    color: #fa7226
}

.footer-bottom .footer-bottom-menu li:last-child a:before {
    display: none
}

.creasoft-wrap.layout2 {
    /* background-image: url(../img/black-concrete-textured.png); */
    /* background-repeat: repeat; */
    /* background-color: #000; */
}

.services-area.layout2 .swiper-button-next::after,.services-area.layout2 .swiper-button-prev::after {
    background-color: #2a2a2a;
    color: #e4e4e4
}

.single-service.layout2 {
    position: relative;
    background-color: #0d0d0e;
    -webkit-box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    border-radius: 10px
}

.single-service.layout2:hover {
    background: linear-gradient(152.97deg,rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
    -webkit-backdrop-filter: blur(42px);
    backdrop-filter: blur(42px);
    border-radius: 10px
}

.single-service.layout2 h4 {
    color: #e4e4e4
}

.single-service.layout2 p {
    color: #e4e4e4
}

.single-service.layout2 .read-btn a {
    color: #e4e4e4
}

.single-service.layout2 span {
    -webkit-text-stroke: 2px #fa7226;
    opacity: .15
}

.about-left.layout2 h3 {
    color: #e4e4e4
}

.about-left.layout2 p {
    color: #e4e4e4
}

.company-since.layout2 {
    background: #0d0d0f;
    -webkit-box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    border-radius: 20px
}

.company-since.layout2 h4 {
    color: #e4e4e4
}

.company-since.layout2 strong {
    color: #e4e4e4
}

.about-right.layout2 .banner-2 {
    border-left: 10px solid #000;
    border-top: 10px solid #000
}

@media(max-width: 767px) {
    .about-right.layout2 .banner-2 {
        border:none
    }
}

.isotope-menu.layout2 li.active {
    position: relative;
    color: #fff;
    background-color: #0d0d0f
}

.isotope-menu.layout2 li.active:before {
    position: absolute;
    content: "";
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -.5px;
    background-color: #fa7226;
    z-index: -1;
    -webkit-transform: skew(1deg,1deg);
    transform: skew(1deg,1deg);
    border-radius: 12px
}

.price-table-tab.layout2 .nav.nav-pills .nav-item .nav-link.active {
    position: relative;
    background-color: #191a1c;
    color: #fff
}

.price-table-tab.layout2 .nav.nav-pills .nav-item .nav-link.active:before {
    position: absolute;
    content: "";
    left: -1px;
    top: -.5px;
    right: -1px;
    bottom: -.5px;
    background-color: #fa7226;
    z-index: -1;
    -webkit-transform: skew(1deg,1deg);
    transform: skew(1deg,1deg);
    border-radius: 12px
}

.nav.nav-pills .nav-item .nav-link.active {
    position: relative;
    background-color: #fa7226;
    color: #fff
}

.price-box.layout2 {
    background-color: #19875408;
    -webkit-box-shadow: inset 0 0 10px rgba(6,6,6,.15);
    box-shadow: inset 0 0 10px rgb(6 6 6 / 0%);
    border-radius: 10px;
    text-align: center;
    border-top-left-radius: 80px !important;!i;!;
    border-top: 6px solid #0dc242 !important;!i;!;
    margin: 0px 10px;
    border: 1px solid #0000001f;
}

.price-box.layout2 h3,.price-box.layout2 span,.price-box.layout2 strong {
    color: #000000;
}

.price-box.layout2 .item-list li {
    color: #000000;
    text-align: left;
}

.price-box.layout2:hover {
    /* background-color: #191a1c; */
}

.single-team.layout2 .team-inner {
    background-color: #191a1c
}

.single-team.layout2 .team-inner h4 {
    color: #e4e4e4
}

.single-team.layout2 .team-inner span {
    color: #5f6062
}

.single-blog.layout2 .blog-inner {
    background: 0 0;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-blog.layout2 .blog-inner .author-date a {
    color: #5f6062
}

.single-blog.layout2 .blog-inner h4 a {
    color: #e4e4e4
}

.single-blog.layout2:hover .blog-inner {
    background: linear-gradient(357.81deg,rgba(39,39,46,0.6445) 1.75%,rgba(74,75,86,0.0072) 98.16%);
    border-radius: 0 0 10px 10px
}

@media(max-width: 767px) {
    .contact-area {
        margin:80px 0
    }
}

@media(max-width: 767px) {
    .contact-left {
        margin-bottom:50px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .contact-left .sec-title h2 {
        font-size:30px
    }
}

.social-follow {
    list-style: none
}

.social-follow li {
    display: inline-block
}

.social-follow li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #fa7226;
    font-size: 14px;
    border-radius: 10px;
    margin-right: 15px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.social-follow li a:hover {
    background-color: #fa7226
}

.informations {
    margin-top: 50px
}

.single-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.single-info:last-child {
    margin-bottom: 0
}

.single-info .icon {
    min-width: 100px
}

.single-info .icon i {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    background-color: rgba(23,22,26,.1);
    border-radius: 50%;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.single-info:hover .icon i {
    color: #fa7226;
    background-color: rgba(117,218,180,.1)
}

.info h3 {
    font-size: 30px;
    font-weight: 600;
    color: #17161a;
    text-transform: capitalize;
    margin-bottom: 10px
}

.info p {
    font-size: 16px;
    font-weight: 500;
    color: #272727
}

.info a {
    font-size: 16px;
    font-weight: 500;
    color: #272727;
    display: block;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.info a:hover {
    color: #fa7226
}

.mapouter .gmap_canvas iframe {
    height: 620px;
    width: 100%
}

@media(max-width: 767px) {
    .mapouter .gmap_canvas iframe {
        height:320px
    }
}

.getin-touch {
    margin-top: 120px
}

@media(max-width: 767px) {
    .getin-touch {
        margin-top:80px
    }
}

.getin-touch .contact-form h3 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #17161a;
    margin-bottom: 50px
}

@media(max-width: 767px) {
    .getin-touch .contact-form h3 {
        font-size:24px
    }
}

.getin-touch .contact-form form input,.getin-touch .contact-form form textarea {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px
}

.getin-touch .contact-form form input[type=submit],.getin-touch .contact-form form textarea[type=submit] {
    background-color: #fa7226;
    border-radius: 30px;
    max-width: 180px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: none;
    border: none;
    margin: 0
}

.getin-touch .contact-form form textarea {
    height: 150px;
    padding: 15px;
    resize: none
}

@media(max-width: 767px) {
    .getin-touch .call-banner {
        display:none
    }
}

.getin-touch .call-banner img {
    width: 100%
}

.back-to-home {
    background-image: url(../img/error-bg.png);
    background-size: cover;
    background-position: top left
}

@media(max-width: 767px) {
    .back-to-home {
        padding:80px 0
    }
}

.error-wrapper {
    text-align: center
}

.error-wrapper img {
    max-width: 500px;
    margin-bottom: 50px
}

@media(max-width: 767px) {
    .error-wrapper img {
        max-width:100%
    }
}

.error-wrapper h3 {
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #272727;
    margin-bottom: 20px
}

@media only screen and (min-width: 1200px) and (max-width:1399px),only screen and (min-width:768px) and (max-width:991px) {
    .error-wrapper h3 {
        font-size:40px
    }
}

@media(max-width: 767px) {
    .error-wrapper h3 {
        font-size:30px
    }
}

.error-wrapper p {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #272727;
    max-width: 675px;
    margin: 0 auto
}

.error-wrapper .home-btn {
    margin-top: 25px
}

.error-wrapper .home-btn a {
    display: inline-block;
    background-color: #fa7226;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    color: #272727;
    text-align: center;
    text-transform: uppercase;
    min-width: 180px;
    padding: 15px 30px;
    border: 2px solid #fa7226;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.error-wrapper .home-btn a:hover {
    border: 2px solid #fa7226;
    background-color: transparent
}

.error-wrapper .home-btn a i {
    margin-right: 5px
}

@media(max-width: 767px) {
    .faqs-area {
        margin-top: 0px;
    }
}

.sidebar-tab {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.07);
    box-shadow: 0 0 10px rgba(0,0,0,.07);
    padding: 40px;
    margin-top: 40px
}

.sidebar-tab:first-child {
    margin: 0
}

.tabs a {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #17161a
}

.tab-link.active {
    color: #fa7226
}

.questions-form h4 {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: #17161a;
    margin-bottom: 30px
}

.questions-form form input,.questions-form form textarea {
    width: 100%;
    height: 50px;
    background-color: #f0f0f0;
    border: #ffdead;
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 14px;
    color: #272727
}

.questions-form form input[type=submit],.questions-form form textarea[type=submit] {
    background-color: #fa7226;
    max-width: 160px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 20px;
    border: 2px solid #fa7226;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.questions-form form input[type=submit]:hover,.questions-form form textarea[type=submit]:hover {
    color: #000;
    background-color: transparent;
    border: 2px solid #fa7226
}

.questions-form form textarea {
    height: 145px;
    resize: none;
    padding: 10px
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .faqs-tabs {
        margin-top: 0px;
    }
}

.faqs {
    margin-bottom: 0px;
}

.faqs h4 {
    position: relative;
    display: block;
    font-weight: 600;
    font-size: 25px;
    color: #17161a;
    margin-bottom: 50px
}

.faqs h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 170px;
    border: 1px solid #eee
}

.faqs:last-child {
    margin: 0
}

.accordion-item {
    border: none;
    border-bottom: 2px solid #eee
}

.accordion-button {
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: #0c1f38;
    padding-left: 0;
    border-left: 5px solid #fa7226;
    padding-left: 10px;
    padding: 5px 10px;
    border-bottom: 1px solid #0000001f;
    border-top: 1px solid #0000001f;
    border-right: 1px solid #0000001f;
    margin-bottom: 15px;
}

.accordion-button:not(.collapsed) {
    color: #fa7226;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 5px solid #fa7226;
    padding-left: 10px;
    padding: 5px 10px;
    border-bottom: 1px solid #0000001f;
    border-top: 1px solid #0000001f;
    border-right: 1px solid #0000001f;
}

.accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "\F64D";
    font-family: bootstrap-icons;
    background: 0 0;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}

.accordion-button:not(.collapsed)::after {
    color: #fa7226;
    content: "\F63B";
    font-family: bootstrap-icons;
    background: 0 0
}

@media(max-width: 767px) {
    .services-grid {
        margin:80px 0
    }
}

@media(max-width: 767px) {
    .service-details {
        margin: 0px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .service-details-content {
        margin-bottom: 0px;
    }
}

.service-details-content>img {
    width: 100%
}

.service-details-content h3 {
    font-weight: 600;
    font-size: 35px;
    color: #17161a;
    margin-top: 40px;
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .service-details-content h3 {
        font-size:24px
    }
}

.service-details-content h3 i {
    margin-right: 10px
}

.service-details-content p {
    font-size: 16px;
    color: #272727;
    margin-bottom: 30px
}

.service-details-content p:last-child {
    margin: 0
}

.sidebar-widget {
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 20px;
    margin-bottom: 40px
}

.sidebar-widget:last-child {
    margin-bottom: 0
}

.sidebar-widget h4 {
    font-weight: 700;
    font-size: 22px;
    display: inline-block;
    text-transform: uppercase;
    color: #17161a;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px
}

.category {
    list-style: none
}

.category li {
    margin-bottom: 15px
}

.category li:last-child {
    margin: 0
}

.category li a {
    font-weight: 500;
    font-size: 16px;
    color: #272727;
    position: relative;
    display: block;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.category li a i {
    position: absolute;
    right: 0
}

.category li a:hover {
    color: #fa7226
}

.sidebar-banner {
    position: relative
}

.sidebar-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #17161a;
    opacity: .8;
    content: ""
}

.sidebar-banner img {
    width: 100%
}

.banner-inner {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    padding: 100px 20px;
    background-color: #17161a;
    border-radius: 10px;
    background-image: url(../img/widget-content-bg.png);
    background-size: cover;
    background-position: center center
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .banner-inner {
        padding:50px 20px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .banner-inner {
        padding:20px
    }
}

@media(max-width: 767px) {
    .banner-inner {
        padding:60px 20px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .banner-inner {
        padding:100px 20px
    }
}

.banner-inner h3 {
    font-weight: 700;
    font-size: 41px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0
}

@media(max-width: 767px) {
    .banner-inner h3 {
        font-size:34px
    }
}

.banner-inner h3 img.angle {
    position: relative;
    top: -10px;
    width: auto
}

.banner-inner h3 span {
    color: #fa7226;
    display: block
}

.banner-inner a {
    position: absolute;
    bottom: 100px;
    left: 50%;
    font-weight: 700;
    font-size: 30px;
    display: block;
    color: #fff;
    width: 100%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .banner-inner a {
        bottom:50px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .banner-inner a {
        bottom:20px
    }
}

@media(max-width: 767px) {
    .banner-inner a {
        bottom:60px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .banner-inner a {
        bottom:100px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .service-items {
        margin-top:80px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .service-items {
        margin-top:50px
    }
}

@media(max-width: 767px) {
    .service-items {
        margin-top:10px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .service-items .service-details-item {
        margin-top:80px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .service-items .service-details-item .or-2 {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .single-details {
        margin-bottom:35px
    }
}

.single-details h4 {
    font-weight: 600;
    font-size: 30px;
    color: #17161a;
    margin: 20px 0
}

.single-details h4 span {
    font-weight: 700;
    font-size: 80px;
    opacity: .1;
    -webkit-text-stroke: 3px #17161a;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
    line-height: 1;
    display: inline-block
}

@media only screen and (min-width: 992px) and (max-width:1199px),(max-width:767px) {
    .single-details h4 span {
        font-size:60px
    }
}

.single-details p {
    font-size: 15px;
    color: #272727;
    text-align: justify
}

.single-details-thumb img {
    width: 100%
}

@media(max-width: 767px) {
    .project-details {
        margin-top:80px
    }
}

.project-thumb {
    position: relative
}

.project-thumb img {
    width: 100%
}

.project-thumb .tag {
    position: absolute;
    bottom: 0
}

.project-thumb .tag a {
    background-color: #fa7226;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    color: #272727;
    padding: 8px 20px;
    min-width: 140px
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .project-details-content {
        margin-bottom:40px
    }
}

.project-details-content h3 {
    font-weight: 600;
    font-size: 35px;
    text-transform: capitalize;
    color: #17161a;
    margin: 30px 0 20px
}

@media(max-width: 767px) {
    .project-details-content h3 {
        font-size:30px
    }
}

.project-details-content h3 p {
    text-align: justify;
    font-size: 15px
}

.project-details-content .clinet-need {
    margin-top: 20px
}

.project-details-content .clinet-need h4 {
    font-weight: 600;
    font-size: 30px;
    text-transform: capitalize;
    color: #17161a
}

.project-details-content .clinet-need p {
    font-size: 15px;
    margin-bottom: 15px
}

.project-details-content .clinet-need p:last-child {
    margin: 0
}

.swiper.work-process-slide .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    left: auto;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    z-index: 1
}

@media(max-width: 767px) {
    .swiper.work-process-slide .arrow {
        display:none
    }
}

.swiper.work-process-slide .arrow .swiper-button-next-c,.swiper.work-process-slide .arrow .swiper-button-prev-c {
    border: 1px solid #d3d3d3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fa7226;
    font-size: 18px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    overflow: hidden
}

.swiper.work-process-slide .arrow .swiper-button-next-c:hover,.swiper.work-process-slide .arrow .swiper-button-prev-c:hover {
    color: #fff;
    background-color: #fa7226
}

.swiper.work-process-slide .arrow .swiper-button-prev-c {
    position: absolute;
    right: 70px;
    top: 0;
    left: auto
}

.working-process {
    margin-top: 20px
}

.working-process h4 {
    font-weight: 600;
    font-size: 30px;
    text-transform: capitalize;
    color: #17161a;
    margin-bottom: 30px
}

.working-process p {
    font-size: 15px;
    text-align: justify;
    margin-top: 30px
}

.work-thumb {
    position: relative
}

.work-thumb img {
    width: 85%
}

@media(max-width: 767px) {
    .work-thumb img {
        width:100%
    }
}

.label {
    position: absolute;
    top: 0
}

.label span {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    background-color: #17161a;
    padding: 5px 20px;
    display: inline-block
}

.check-lunch h4 {
    font-weight: 600;
    font-size: 30px;
    text-transform: capitalize;
    color: #17161a;
    margin: 25px 0 20px
}

.check-lunch p {
    text-align: justify;
    font-size: 15px
}

.check {
    list-style: none
}

@media(max-width: 767px) {
    .check {
        margin-bottom:20px
    }
}

.check li {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
    display: block;
    color: #17161a
}

@media only screen and (min-width: 992px) and (max-width:1199px),(max-width:767px) {
    .check li {
        font-size:15px
    }
}

.check li:last-child {
    margin: 0
}

.check li i {
    margin-right: 10px
}

.project-slider {
    position: relative;
    margin-top: 100px
}

@media(max-width: 767px) {
    .project-slider {
        margin-top:80px
    }
}

.project-slider h4 {
    font-weight: 600;
    font-size: 35px;
    text-transform: capitalize;
    color: #17161a;
    margin-bottom: 50px
}

@media(max-width: 767px) {
    .project-slider h4 {
        font-size:30px
    }
}

.project-slider .arrow {
    position: absolute;
    right: 0;
    top: 0;
    left: auto
}

@media(max-width: 767px) {
    .project-slider .arrow {
        display:none
    }
}

.project-slider .arrow .swiper-button-next-c,.project-slider .arrow .swiper-button-prev-c {
    border: 1px solid #d3d3d3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fa7226;
    font-size: 18px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    overflow: hidden
}

.project-slider .arrow .swiper-button-next-c:hover,.project-slider .arrow .swiper-button-prev-c:hover {
    color: #fff;
    background-color: #fa7226
}

.project-slider .arrow .swiper-button-prev-c {
    position: absolute;
    right: 70px;
    top: 0;
    left: auto
}

.client-box {
    margin-bottom: 20px
}

.client-box:last-child {
    margin: 0
}

.client-box span {
    position: relative;
    font-size: 15px;
    display: inline-block;
    color: #272727;
    margin-bottom: 5px;
    padding-left: 25px
}

.client-box span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    background-color: #fa7226;
    border-radius: 50%
}

.client-box span:before {
    position: absolute;
    content: "";
    left: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 50%;
    z-index: 1
}

.client-box h5 {
    font-weight: 600;
    font-size: 20px;
    color: #17161a;
    margin: 0
}

.contact-info h3 {
    font-weight: 600;
    font-size: 35px;
    color: #17161a;
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .contact-info h3 {
        font-size:30px
    }
}

.contact-info p {
    font-size: 15px
}

.cmpy-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.cmpy-info .icon {
    min-width: 60px
}

.cmpy-info .icon i {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    background-color: rgba(23,22,26,.1);
    border-radius: 50%;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.cmpy-info .cnt h5 {
    font-size: 20px;
    font-weight: 600;
    color: #17161a;
    text-transform: uppercase;
    margin-bottom: 10px
}

.cmpy-info .cnt p {
    font-size: 14px;
    font-weight: 500;
    color: #272727
}

.cmpy-info .cnt a {
    font-size: 14px;
    font-weight: 500;
    color: #272727;
    display: block;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.cmpy-info .cnt a:hover {
    color: #fa7226
}

.cmpy-info:hover .icon i {
    color: #fa7226;
    background-color: rgba(117,218,180,.1)
}

@media(max-width: 767px) {
    .why-choose {
        margin: 0px 0;
    }
}

.why-choose-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    position: relative
}

@media(max-width: 767px) {
    .why-choose-right .sec-title.layout2 {
        margin-bottom:30px
    }
}

.choose-banner1 {
    min-width: 49%;
    margin-right: 5px
}

.choose-banner1 img {
    width: 100%;
    border-radius: 5px
}

.choose-banner2 {
    margin-top: 70px;
    min-width: 49%;
    margin-left: 5px
}

.choose-banner2 img {
    width: 100%;
    border-radius: 5px
}

.choose-banner2 img:first-child {
    margin-bottom: 10px
}

.years {
    background-color: #0c1f38;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    padding: 20px
}

.years h5 {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    color: #fa7226;
    margin-bottom: 5px
}

.years span {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff
}

.counter-boxes {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 767px) {
    .counter-boxes {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.counter-boxes .count-box {
    min-width: 33.33%;
    margin-right: 10px
}

.counter-boxes .count-box:last-child {
    margin-right: 0
}

@media(max-width: 767px) {
    .counter-boxes .count-box {
        margin-right:0
    }
}

.counter-boxes .count-box span {
    font-weight: 700;
    font-size: 35px;
    color: #fa7226;
    display: inline-block;
    margin-bottom: 5px
}

.counter-boxes .count-box sup {
    top: -10px;
    font-weight: 700;
    font-size: 35px;
    color: #fa7226;
    display: inline-block;
    margin-bottom: 5px
}

.counter-boxes .count-box h5 {
    font-weight: 500;
    font-size: 18px;
    color: #272727;
    margin: 0
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .counter-boxes .count-box h5 {
        font-size:17px
    }
}

.buttons-group {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 767px) {
    .buttons-group {
        display:block;
        text-align: center
    }
}

.buttons-group span {
    background-color: #fa7226;
    border: 1px solid #fa7226;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    color: #0f1012;
    padding: 12px 30px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media(max-width: 767px) {
    .buttons-group span {
        margin-top:15px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .buttons-group span {
        padding:15px
    }
}

.buttons-group span:hover {
    color: #fa7226;
    border: 1px solid #fa7226;
    background-color: transparent
}

@media(max-width: 767px) {
    .history-area {
        margin:80px 0
    }
}

.single-history {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 65px;
    margin-top: 45px;
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .single-history {
        display:block
    }
}

@media(max-width: 767px) {
    .single-history {
        margin-bottom:40px
    }
}

.single-history:before {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #272727;
    content: "";
    border-radius: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .single-history:before {
        display:none
    }
}

.single-history:last-child {
    margin-bottom: 0
}

.history {
    position: relative;
    min-width: 50%
}

.history:first-child {
    padding-right: 100px;
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .history:first-child {
        padding-right:40px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .history:first-child {
        padding:0
    }
}

.history:first-child .circle {
    position: absolute;
    right: -7px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 60px
}

.history:first-child .history-cnt-inner {
    margin-right: 60px;
    margin-left: 0
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .history:first-child .history-cnt-inner {
        margin-right:0;
        margin-bottom: 20px
    }
}

.history:first-child .history-cnt-inner span {
    position: absolute;
    right: -105px;
    left: auto;
    top: -5px;
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .history:first-child .history-cnt-inner span {
        position:static
    }
}

.history:last-child {
    padding-left: 100px
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .history:last-child {
        padding-left:40px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .history:last-child {
        padding:0
    }
}

.history:last-child .circle {
    position: absolute;
    left: -7px;
    top: 60px
}

.history:last-child .history-cnt-inner {
    margin-left: 60px
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .history:last-child .history-cnt-inner {
        margin-left:0
    }
}

.history .history-thumb {
    position: relative;
    z-index: 1
}

.history .history-thumb img {
    width: 100%
}

.circle {
    position: relative;
    height: 14px;
    width: 14px;
    background: #fa7226;
    border-radius: 50%
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .circle {
        display:none
    }
}

.circle:before {
    position: absolute;
    content: "";
    left: -3px;
    top: -3px;
    height: 20px;
    width: 20px;
    border: 1px solid #fa7226;
    border-radius: 50%;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition: all .2s cubic-bezier(.98,.57,1,1) 0s;
    transition: all .2s cubic-bezier(.98,.57,1,1) 0s
}

.circle:after {
    position: absolute;
    content: "";
    left: -6px;
    top: -6px;
    height: 26px;
    width: 26px;
    border: 1px solid #fa7226;
    border-radius: 50%;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition: all .2s cubic-bezier(.98,.57,1,1) 0s;
    transition: all .2s cubic-bezier(.98,.57,1,1) 0s
}

.circle .inner {
    width: 70px;
    border: 1.5px dashed #fa7226;
    position: relative;
    top: 5.5px;
    left: 15px;
    border-radius: 10px
}

.history-cnt .history-cnt-inner {
    position: relative;
    margin-left: 60px
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .history-cnt .history-cnt-inner {
        margin-left:0
    }
}

.history-cnt .history-cnt-inner h4 {
    font-weight: 600;
    font-size: 20px;
    color: #17161a;
    text-transform: capitalize;
    margin-bottom: 5px;
}

@media(max-width: 767px) {
    .history-cnt .history-cnt-inner h4 {
        font-size:24px
    }
}

.history-cnt .history-cnt-inner span {
    font-weight: 700;
    font-size: 45px;
    color: #17161a;
    opacity: .1;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    left: -105px;
    top: -5px;
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .history-cnt .history-cnt-inner span {
        position:static;
        -webkit-transform: none;
        transform: none
    }
}

@media(max-width: 767px) {
    .history-cnt .history-cnt-inner span {
        font-size:40px
    }
}

.history-cnt .history-cnt-inner p {
    font-size: 15px;
    text-align: justify
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .history-cnt .history-cnt-inner p {
        font-size:14px
    }
}

@media(max-width: 767px) {
    .blog-grid {
        margin-top:80px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .blog-item-grid {
        margin-top:50px
    }
}

.widget-search {
    position: relative
}

.widget-search form input {
    background-color: #f0f0f0;
    border-radius: 3px;
    border: none;
    height: 50px;
    width: 100%;
    padding: 0 10px
}

.widget-search form input[type=text] {
    padding-right: 75px
}

.widget-search form button {
    position: absolute;
    border: none;
    font-size: 20px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #17161a;
    background: #fa7226;
    border-radius: 0 3px 3px 0;
    height: 50px;
    width: 70px
}

.recent-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.recent-post:last-child {
    margin-bottom: 0
}

.recent-post span {
    font-weight: 500;
    font-size: 16px;
    color: #5f6062;
    display: inline-block;
    margin-bottom: 5px
}

.recent-post h5 {
    margin: 0
}

.recent-post h5 a {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    color: #2e2d31;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .recent-post h5 a {
        font-size:15px
    }
}

.recent-post .recent-thumb {
    min-width: 120px;
    overflow: hidden
}

.recent-post .recent-thumb a img {
    width: 100px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.recent-post:hover .recent-thumb a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.recent-post:hover h5 a {
    color: #fa7226
}

.tag-list {
    list-style: none
}

.tag-list li {
    display: inline-block
}

.tag-list li a {
    display: inline-block;
    border: 1px solid rgba(23,22,26,.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 8px 15px;
    margin: 10px;
    color: #a0a0a0;
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.tag-list li a:hover {
    color: #fa7226;
    border: 1px solid #fa7226
}

.load-more {
    text-align: center;
    margin-top: 50px
}

.paginations li {
    display: inline-block;
    margin: 0 2.5px
}

.paginations li.active a {
    color: #fff;
    border: 1px solid #fa7226;
    background-color: #fa7226
}

.paginations li a {
    border: 1px solid rgba(23,22,26,.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: saira,sans-serif;
    color: #d3d3d3;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.paginations li a:hover {
    color: #fff;
    background-color: #fa7226
}

@media(max-width: 767px) {
    .blog-standard {
        margin-top:80px
    }

    .blog-standard .or-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .blog-standard .or-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media(max-width: 767px) {
    .blog-standard-details {
        margin-top:40px
    }
}

.single-blog.layout3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media(max-width: 767px) {
    .single-blog.layout3 {
        display:block
    }
}

.single-blog.layout3 .blog-thumb {
    min-width: 49%
}

.single-blog.layout3 .blog-thumb a img {
    border-radius: 10px
}

.single-blog.layout3 .blog-inner {
    min-width: 50%
}

.single-blog.layout3 .blog-inner h4 {
    margin-bottom: 10px
}

.single-blog.layout3 .blog-inner h4 a {
    font-size: 26px
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .single-blog.layout3 .blog-inner h4 a {
        font-size:18px
    }
}

.single-blog.layout3 .blog-inner p {
    font-size: 16px
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .single-blog.layout3 .blog-inner p {
        font-size:14px
    }
}

.single-blog.layout3:hover .blog-thumb a img {
    border-radius: 10px;
    -webkit-transform: scale(1.1) skewY(0);
    transform: scale(1.1) skewY(0)
}

.single-blog.layout4 {
    margin-top: 50px
}

.single-blog.layout4 .blog-inner h4 {
    margin-bottom: 10px
}

.single-blog.layout4 .blog-inner h4 a {
    font-size: 26px
}

@media(max-width: 767px) {
    .single-blog.layout4 .blog-inner h4 a {
        font-size:20px
    }
}

.single-blog.layout4:hover .blog-thumb a img {
    border-radius: 10px;
    -webkit-transform: scale(1.1) skewY(0);
    transform: scale(1.1) skewY(0)
}

@media(max-width: 767px) {
    .blog-details-area {
        margin-top:80px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .blog-details-content {
        margin-bottom:50px
    }
}

.blog-details-content h3 {
    font-weight: 600;
    font-size: 27px;
    text-transform: capitalize;
    color: #17161a;
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .blog-details-content h3 {
        font-size:22px
    }
}

.blog-details-content h4 {
    font-weight: 600;
    font-size: 27px;
    text-transform: capitalize;
    color: #17161a;
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .blog-details-content h4 {
        font-size:22px
    }
}

.blog-details-content p {
    font-size: 15px;
    color: #272727;
    text-align: justify
}

.author-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px
}

.author-date.layout2 {
    margin-bottom: 30px
}

.author-date a {
    font-weight: 500;
    font-size: 17px;
    text-transform: capitalize;
    color: #5f6062;
    display: inline-block
}

.details-thumb {
    margin-bottom: 30px
}

.details-thumb img {
    width: 100%
}

.blog-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 30px 0
}

.blog-gallery img {
    width: 100%
}

.blog-gallery .b-gallery {
    width: 50%
}

.blog-gallery .b-gallery:first-child {
    margin-right: 10px
}

.blog-gallery .b-gallery:last-child {
    margin-left: 10px
}

.special {
    margin-bottom: 10px
}

.special p span {
    font-size: 75px;
    color: #272727;
    float: left;
    line-height: 55px
}

.blog-quote {
    position: relative
}

.blog-quote p {
    font-size: 25px;
    color: #272727;
    font-style: italic;
    margin: 30px 0;
    padding-left: 100px
}

@media(max-width: 767px) {
    .blog-quote p {
        font-size:15px
    }
}

.blog-quote i {
    font-size: 70px;
    color: rgba(39,39,39,.1);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tag-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0;
    border-bottom: 1px solid #eee
}

@media(max-width: 767px) {
    .tag-share {
        display:block
    }
}

.line-tag {
    min-width: 50%
}

@media(max-width: 767px) {
    .line-tag {
        margin-bottom:20px
    }
}

.line-tag span {
    font-weight: 600;
    font-size: 22px;
    color: #17161a;
    display: inline-block;
    margin-right: 5px
}

.line-tag a {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #a4a4a4;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.line-tag a:hover {
    color: #fa7226
}

.share-blog {
    min-width: 50%;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px;
    text-align: center
}

.share-blog span {
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    color: #17161a;
    margin-right: 5px
}

.social-share-blog {
    display: inline-block;
    list-style: none
}

.social-share-blog li {
    display: inline-block;
    margin: 0 10px
}

.social-share-blog li a {
    display: inline-block;
    color: #909090;
    font-size: 16px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.social-share-blog li a:hover {
    color: #fa7226
}

.comments {
    margin-top: 50px
}

.comments h3 {
    font-weight: 600;
    font-size: 35px;
    text-transform: capitalize;
    color: #111;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 40px
}

.single-comment {
    margin-bottom: 50px
}

.single-comment:last-child {
    margin: 0
}

.author-post {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 15px
}

.author-thumb {
    min-width: 90px
}

.author-thumb img {
    height: 70px;
    width: 70px
}

.author-info h5 {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 5px
}

.author-info span {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #a4a4a4
}

.reply {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width: 767px) {
    .reply {
        display:none
    }
}

.reply a {
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #111;
    padding: 5px 10px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.reply a i {
    margin-right: 5px
}

.reply a:hover {
    color: #fa7226;
    border: 1px solid #fa7226
}

.comment-form {
    margin-top: 70px
}

.comment-form h5 {
    font-weight: 600;
    font-size: 35px;
    text-transform: capitalize;
    color: #00152b;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 40px
}

.comment-form form label {
    font-weight: 500;
    font-size: 15px;
    color: #17161a;
    width: 100%
}

.comment-form form label input {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    margin-bottom: 30px;
    margin-top: 5px
}

.comment-form form label textarea {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 250px;
    padding: 20px;
    resize: none;
    margin-bottom: 30px;
    margin-top: 5px
}

.comment-form form input[type=submit] {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #17161a;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    min-width: 200px;
    border-radius: 10px;
    padding: 10px 30px
}

.subb-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    min-width: 232px;
    background-color: #fff;
    text-align: left;
    z-index: 9;
    -webkit-box-shadow: 0 0 65px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 65px 0 rgba(0,0,0,.1);
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}
#icon {
    position: absolute;
    top: 12px;
    right: 30;
    font-size: 14px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    color: red;
}
#ol{
    list-style: revert;
} 
/*--- top header css start ---*/
.top-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background-color: #094194e3;
}

.header-contact-info {
  color: #fafafa;
  padding: 11px 0;
}
.header-contact-info ul {
  font-size: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-contact-info ul li {
  display: inline-block;
  font-size: 16px;
  padding: 0 25px;
}
.header-contact-info ul li:last-child {
  padding-right: 0;
}
.header-contact-info ul li:first-child {
  padding-left: 0;
}
.header-contact-info ul li [class*=fa-] {
  margin-right: 5px;
}
.header-contact-info ul li a {
  color: #fcfcfc;
  display: block;
  -webkit-transition: color 0.4s linear;
  -moz-transition: color 0.4s linear;
  -ms-transition: color 0.4s linear;
  -o-transition: color 0.4s linear;
  transition: color 0.4s linear;
}
.header-contact-info ul li a:hover, .header-contact-info ul li a:focus, .header-contact-info ul li a:active {
  color: #fa7226;
}

.header-social {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #00000021;
  padding: 5px 5px 0px;
  border-radius: 8px;
}
.header-social li {
  margin: 0 10px;
}
.header-social a {
  color: #fa7226;
  font-size: 18px;
}
.header-social a:hover, .header-social a:focus {
  color: #fa7226;
}
@media screen and (max-width: 991px) {
  .header-social {
    padding: 10px 0;
  }
}

.header-search-icon {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  margin-left: 10px;
}
.header-search-icon .search-icon {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #ffffff;
  height: 100%;
  padding: 0 15px;
  width: 100%;
}
.header-search-icon .search-icon:hover, .header-search-icon .search-icon:focus {
  outline: none;
  color: #2C75BA;
}

.go4269172405{
    display:none;
}
.folow-on_taglie{
    font-size: 16px;
    font-weight: 700;
}
.count-side-baar{
    display: block;
    transform: skewY(174deg);
}
.s_sec {
    background: #f6faf6;
    border-top: 1px solid #d9d9d9;
    padding: 30px 0 30px;
}
.s_sec h2 {
    font-size: 1.88em;
    color: #151515;
    font-size: 28px;
    text-align: center;
}
.s_sec .container>p {
    padding: 0px 120px;
    margin-bottom: 16px;
}
.s_sec .container>p, .wedo_sec .container>p {
    font-size: 1em;
    line-height: 1.5em;
    color: #242729;
    text-align: center;
}
.col_bg {
    background: #fff;
    border: 1px solid #cfcfcf;
}
.bdr_br {
    border-right: 1px solid #cfcfcf;
}
.col_box {
    padding: 15px;
}
.col_box img {
    width: 70px;
    height: 70px;
    float: left;
}
.col_box>div {
    width: 70%;
    float: left;
    margin-left: 20px;
}
.col_box>div h3 {
    font-size: 19px;
    line-height: 1.3em;
    color: #fa7226;
    margin-bottom: 10px;
}
.col_box>div span {
    border-bottom: 1px solid #c7c7c7;
}
.bdr_bb {
    border-bottom: 1px solid #cfcfcf;
}
.col_ml {
    padding-left: 8%;
}
.tec_sc {
    background: #e2ecd7;
    padding: 40px 0;
}
.tec_sc h2 {
    color: #000000;
    margin-bottom: 28px;
    font-size: 26px;
    text-align: center;
}
.tech_lst ul, .tech_lst ul li {
    list-style: none;
    justify-content: center;
    display: flex;
}
.tech_lst ul li {
    float: left;
    width: 8.5%;
    margin: 0 7px;
}
.port_w, .tech_lst ul li>div {
    border-radius: 10px;
}
.tech_lst ul li>div {
    border: 1px solid #fff;
    box-shadow: 1px 0 15px #d2dbc8;
    width: 100%;
    /* height: 120px; */
    text-align: center;
    margin: auto;
    color: #0046ae;
    padding: 6px 0px 0px;
    line-height: 30px;
}
.tech_lst ul li a {
    line-height: 1.3em;
    color: #172b6c;
    padding: 15px;
    display: block;
    text-align: center;
}
.tech_lst ul li img {
    display: block;
    margin: auto auto;
    padding: 5px 5px 2px;
}
.tech_lst ul li:nth-child(5) img {
    /* padding-top: 20px; */
}
@media(max-width:768px){
    .s_sec .container>p {
    padding: 0px 0px;
    margin-bottom: 15px;
}
.s_sec h2 {
    font-size: 1.88em;
    color: #151515;
    font-size: 20px;
    margin-bottom: 6px;
    text-align: center;
}
.s_sec .container>p, .wedo_sec .container>p {
    font-size: 13px;
    line-height: 25px;
    color: #242729;
    text-align: center;
}
.col_box {
    padding: 10px;
    text-align: center;
}
.col_box img {
    height: auto;
    float: inherit;
    width: 30%;
    margin-bottom: 10px;
}
.col_box>div {
    width: 100%;
    float: left;
    margin-left: 0px;
}
.col_box>div h3 {
    font-size: 18px;
    line-height: 1.3em;
    color: #115b00;
    margin-bottom: 2px;
}
.tec_sc h2 {
    color: #000000;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.tec_sc {
    background: #e2ecd7;
    padding: 10px 0;
}
.tech_lst ul, .tech_lst ul li {
    list-style: none;
    justify-content: space-between;
    display: inline;
}
.tech_lst ul li {
    float: left;
    width: 45%;
    margin: 10px 5px;
}

}
.about-left{
    padding-right:20px;
}
.container-new{
    max-width:1400px;
    padding: 0px 10px;
}
.ind_sec {
    border-top: 1px solid #d9d9d9;
    background: #fff2ea;
    padding: 30px 0;
    text-align: center;
}
.row, .row>.no_pad {
    padding: 0;
    margin: 0;
}
.ind_lst a {
    font-size: .9em;
    padding: 20px 0;
    max-height: 160px;
    display: block;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
.db {
    display: block;
}
.mb2 {
    margin-bottom: 2px;
}
.mt2 {
    margin-top: 2px;
}
.ind_sec h2{
    color: #000000;
    margin-bottom: 20px;
    /* font-size: 26px; */
    text-align: center;
}
.ind_sec .ind_lst img{
    max-width: 50px;
}
@media(max-width:768px){
    .our-partner .sec-title {
    margin-bottom: 15px;
    border-right: 1px solid #fa722600;
    text-align: center;
}

}
.port_sec {
    padding: 30px 0;
    background: #ffffff;
}
.port_list ul, .port_list ul li {
    /* margin: 15px auto 0; */
    list-style: none;
}
.port_list ul li {
    /* float: left; */
    /* width: 33.33%; */
}
.port_w {
    border: 1px solid #fa72264d;
    padding: 10px 0px;
    margin: 0 10px;
    /* height: 490px; */
    text-align: center;
    background: white;
    /* box-shadow: 0px 0px 14px 0px #00000052; */
}
.port_w, .tech_lst ul li>div {
    border-radius: 10px;
}
.hand, .page_scrl {
    cursor: pointer;
}
.port_bg {
    background-position: center top;
    background-repeat: no-repeat;
    /* width: 333px; */
    height: 283px;
    margin: auto;
}
.port_img, .port_img figure {
    width: 307px;
    /* height: 220px; */
}
.port_img {
    margin: auto;
    padding-top: 14px;
    overflow: hidden;
}
.port_img, .port_img figure {
    width: 307px;
    /* height: 220px; */
}
.port_app figure, .port_img figure {
    display: table-cell;
    vertical-align: middle;
}
.port_img figure img {
    width: 100%;
    height: 210px;
}
figure img {
    display: block;
    margin: auto;
    border: 0;
}
.cli_na {
    margin-top: 14px;
    font-weight: 600;
    color: #000000;
    font-size: 18px;
}
.port_w p {
    font-size: 14px;
    line-height: 22px;
    padding: 8px 5px;
}
.port_w .tool_link {
    margin-top: 5px;
}
.port_w .tool_link span {
    font-size: .75em;
    line-height: .9em;
    color: #000000;
    border: 1px solid #c2c2c2;
    padding: 5px 8px;
    margin-bottom: 10px;
    border-radius: 25px;
    display: inline-block;
}
.v_btn1, .v_btn1:visited {
    background: #fa7226;
    color: #fff;
    background: linear-gradient(90deg, #FD7F20 0%, #FC2E20 100%);
}
.v_btn, .v_btn:visited {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    color: #000000;
    padding: 0px 30px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #fa7226;
    position: relative;
    transition: all .5s ease;
    transform: translateZ(0);
}
.bg-sec{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.php_icon{
    margin-top:10px;
}
.mysql_icon{
    
}
@media(max-width:768px){
    .port_img, .port_img figure {
    width: auto;
    /* height: 220px; */
}
.port_w {
    border: 1px solid #d6d6d6;
    padding: 10px 0px;
    margin: 0 0px 10px;
    /* height: 490px; */
    text-align: center;
    background: white;
}
}
.services-view_btn{
    color: white;
    background: linear-gradient(90deg, #FD7F20 0%, #FC2E20 100%);
    padding: 5px 30px;
    border-radius: 20px;
}

/*--------------------------------------------------------------
# Work Planning
--------------------------------------------------------------*/
.work-planning {
  background-color: var(--insuba-white2, #ecf2f2);
  counter-reset: workPlanningSerialNumber;
}
.work-planning__container {
  position: relative;
  z-index: 1;
}
.work-planning__container::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  top: -124.5px;
  display: none;
  transform: translateX(-50%);
  background-color: var(--insuba-base, #0365d3);
  z-index: 1;
}
@media (max-width: 767px) {
  .work-planning__container::before {
    top: -104.5px;
  }
}
@media (max-width: 575px) {
  .work-planning__container::before {
    top: -84.5px;
  }
}
.work-planning__container::after {
  display: none;
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--insuba-border-color, #dddddd);
}
@media (max-width: 767px) {
  .work-planning__container::after {
    top: -100px;
  }
}
@media (max-width: 575px) {
  .work-planning__container::after {
    top: -80px;
  }
}
.work-planning__item {
  position: relative;
  text-align: center;
  z-index: 2;
}
@media (min-width: 576px) {
  .work-planning__item--bottom-serial-number {
    margin-top: -2px;
    padding-bottom: 15px;
  }
}
@media (min-width: 576px) {
  .work-planning__item--bottom-serial-number .work-planning__item__serial-number {
    margin: 0;
    position: relative;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
.work-planning__item__serial-number {
  position: relative;
  margin-bottom: 21px;
}
.work-planning__item__serial-number::after {
  content: "0" counter(workPlanningSerialNumber);
  counter-increment: workPlanningSerialNumber;
  font-family: var(--insuba-heading-font, "Poppins", serif);
  font-size: 58px;
  font-weight: 700;
  color: var(--insuba-white, #ffffff);
  line-height: 1;
  transition: all 500ms ease;
}
.work-planning__item:hover .work-planning__item__serial-number::after {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--insuba-base, #0365d3);
}
.work-planning__item__image {
  margin: 0 auto 1px;
  position: relative;
  width: 191px;
  height: 191px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-planning__item__image__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 500ms ease;
}
.work-planning__item__image__bg--hover {
  opacity: 0;
}
.work-planning__item__image__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 167px;
  height: 167px;
  z-index: 1;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 501.000000 501.000000"><g transform="translate(0.000000,501.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M2080 4996 c0 -14 -48 -26 -104 -26 -16 0 -52 -6 -80 -14 -28 -8 -80 -22 -116 -31 -36 -10 -81 -23 -100 -30 -114 -42 -183 -70 -210 -86 -8 -5 -22 -12 -30 -15 -21 -8 -79 -39 -120 -63 -19 -11 -42 -24 -50 -28 -8 -3 -31 -19 -51 -35 -20 -15 -41 -28 -47 -28 -6 0 -12 -4 -14 -8 -1 -5 -25 -23 -53 -42 -27 -19 -108 -93 -180 -165 -153 -154 -169 -172 -221 -248 -95 -142 -133 -207 -216 -377 -178 -365 -306 -631 -335 -700 -9 -19 -22 -48 -29 -63 -8 -16 -14 -35 -14 -42 0 -8 -6 -29 -14 -47 -30 -71 -59 -185 -78 -303 -5 -33 -12 -161 -15 -285 -5 -218 3 -333 29 -440 6 -25 14 -61 18 -80 17 -79 50 -183 78 -250 8 -19 20 -48 27 -65 23 -53 86 -179 106 -210 10 -16 22 -37 26 -45 3 -8 19 -31 35 -51 15 -20 28 -41 28 -47 0 -6 4 -12 8 -14 5 -1 23 -24 41 -51 18 -26 92 -107 164 -180 148 -148 171 -169 242 -217 149 -101 195 -127 360 -209 305 -150 648 -315 725 -348 19 -9 48 -22 63 -29 16 -8 35 -14 42 -14 8 0 29 -6 47 -14 62 -27 227 -68 328 -83 87 -12 535 -9 625 4 103 16 234 49 320 80 22 9 58 22 80 30 51 19 106 43 125 54 8 5 22 12 30 15 21 8 79 39 120 63 19 11 42 24 50 28 8 3 31 19 51 35 20 15 41 28 47 28 6 0 12 4 14 8 2 5 26 23 53 42 46 31 280 258 332 322 93 113 177 252 272 443 150 305 315 648 348 725 9 19 22 48 29 63 8 16 14 35 14 42 0 8 6 29 14 47 29 69 72 241 80 328 3 32 12 60 21 66 13 9 15 47 15 243 0 179 -3 230 -12 228 -9 -1 -16 19 -21 58 -4 33 -13 80 -19 105 -6 25 -14 63 -19 85 -13 65 -46 171 -76 243 -41 101 -104 231 -134 277 -10 17 -22 37 -26 45 -3 8 -19 31 -35 51 -15 20 -28 41 -28 47 0 6 -4 12 -8 14 -5 2 -23 24 -41 51 -35 52 -275 298 -331 340 -85 63 -160 117 -164 117 -2 0 -28 16 -58 35 -29 20 -129 73 -223 119 -327 161 -642 312 -715 343 -19 9 -48 22 -63 29 -16 8 -35 14 -42 14 -8 0 -29 6 -47 14 -69 29 -241 72 -328 80 -32 3 -60 12 -66 21 -16 21 -474 23 -474 1z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 501.000000 501.000000"><g transform="translate(0.000000,501.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M2080 4996 c0 -14 -48 -26 -104 -26 -16 0 -52 -6 -80 -14 -28 -8 -80 -22 -116 -31 -36 -10 -81 -23 -100 -30 -114 -42 -183 -70 -210 -86 -8 -5 -22 -12 -30 -15 -21 -8 -79 -39 -120 -63 -19 -11 -42 -24 -50 -28 -8 -3 -31 -19 -51 -35 -20 -15 -41 -28 -47 -28 -6 0 -12 -4 -14 -8 -1 -5 -25 -23 -53 -42 -27 -19 -108 -93 -180 -165 -153 -154 -169 -172 -221 -248 -95 -142 -133 -207 -216 -377 -178 -365 -306 -631 -335 -700 -9 -19 -22 -48 -29 -63 -8 -16 -14 -35 -14 -42 0 -8 -6 -29 -14 -47 -30 -71 -59 -185 -78 -303 -5 -33 -12 -161 -15 -285 -5 -218 3 -333 29 -440 6 -25 14 -61 18 -80 17 -79 50 -183 78 -250 8 -19 20 -48 27 -65 23 -53 86 -179 106 -210 10 -16 22 -37 26 -45 3 -8 19 -31 35 -51 15 -20 28 -41 28 -47 0 -6 4 -12 8 -14 5 -1 23 -24 41 -51 18 -26 92 -107 164 -180 148 -148 171 -169 242 -217 149 -101 195 -127 360 -209 305 -150 648 -315 725 -348 19 -9 48 -22 63 -29 16 -8 35 -14 42 -14 8 0 29 -6 47 -14 62 -27 227 -68 328 -83 87 -12 535 -9 625 4 103 16 234 49 320 80 22 9 58 22 80 30 51 19 106 43 125 54 8 5 22 12 30 15 21 8 79 39 120 63 19 11 42 24 50 28 8 3 31 19 51 35 20 15 41 28 47 28 6 0 12 4 14 8 2 5 26 23 53 42 46 31 280 258 332 322 93 113 177 252 272 443 150 305 315 648 348 725 9 19 22 48 29 63 8 16 14 35 14 42 0 8 6 29 14 47 29 69 72 241 80 328 3 32 12 60 21 66 13 9 15 47 15 243 0 179 -3 230 -12 228 -9 -1 -16 19 -21 58 -4 33 -13 80 -19 105 -6 25 -14 63 -19 85 -13 65 -46 171 -76 243 -41 101 -104 231 -134 277 -10 17 -22 37 -26 45 -3 8 -19 31 -35 51 -15 20 -28 41 -28 47 0 6 -4 12 -8 14 -5 2 -23 24 -41 51 -35 52 -275 298 -331 340 -85 63 -160 117 -164 117 -2 0 -28 16 -58 35 -29 20 -129 73 -223 119 -327 161 -642 312 -715 343 -19 9 -48 22 -63 29 -16 8 -35 14 -42 14 -8 0 -29 6 -47 14 -69 29 -241 72 -328 80 -32 3 -60 12 -66 21 -16 21 -474 23 -474 1z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.work-planning__item__image__inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-planning__item:hover .work-planning__item__image__bg {
  opacity: 0;
}
.work-planning__item:hover .work-planning__item__image__bg--hover {
  opacity: 1;
}
.work-planning__item__icon-box {
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  left: -25px;
  bottom: 50px;
  align-items: center;
  justify-content: center;
  background-color: var(--insuba-black5, #0f36671a);
  border: 5px solid var(--insuba-white, #ffffff);
  border-radius: 50%;
  z-index: 2;
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .work-planning__item__icon-box {
    left: -30px;
    bottom: 30px;
  }
}
.work-planning__item:hover .work-planning__item__icon-box {
  background-color: var(--insuba-base, #0365d3);
}
.work-planning__item__icon {
  display: inline-flex;
  font-size: 35px;
  color: var(--insuba-white, #ffffff);
  opacity: 0.6;
}
.work-planning__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.work-planning__item:hover .work-planning__item__icon {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.work-planning__item__title {
  margin-bottom: 4px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.318;
}
.work-planning__item__text {
  margin: 0;
  font-weight: 500;
  line-height: 1.642;
}
.work-planning__border-shape {
  position: absolute;
  top: calc(40% + 10px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1399px) {
  .work-planning__border-shape {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 1199px) {
  .work-planning__border-shape {
    display: none;
  }
}
.work-planning__appointment {
  margin-top: 53px;
  padding: 35px 32px;
  border: 1px solid var(--insuba-border-color, #dddddd);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px 50px;
}
@media (max-width: 991px) {
  .work-planning__appointment {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 390px) {
  .work-planning__appointment {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.work-planning__appointment__text {
  position: relative;
  margin: 0 0 0 13px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.47;
}
@media (max-width: 991px) {
  .work-planning__appointment__text {
    margin: 0;
    text-align: center;
  }
}
.work-planning__appointment__text::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -13px;
  transform: translateY(-50%);
  background-color: var(--insuba-base, #0365d3);
}
@media (max-width: 991px) {
  .work-planning__appointment__text::before {
    display: none;
  }
}
.work-planning__appointment .insuba-btn {
  flex-shrink: 0;
}
.border-none{
    border:none;
}
/*--------------------------------------------------------------
# Consultations
--------------------------------------------------------------*/
.consultations-one {
  background-color: var(--insuba-white, #ffffff);
  counter-reset: consultationsOneNumber;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .consultations-one__content {
    max-width: 700px;
  }
}
.consultations-one .sec-title {
  margin-bottom: 14px;
}
.consultations-one__text-box {
  margin-bottom: 24px;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .consultations-one__text-box {
    padding-right: 0;
  }
}
.consultations-one__inner {
  position: relative;
  margin-bottom: 10px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .consultations-one__inner {
    padding-right: 0;
  }
}
.consultations-one__inner__image {
  display: table;
  position: relative;
  position: absolute;
  top: 50%;
  right: 52px;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .consultations-one__inner__image {
    right: 0;
  }
}
@media (max-width: 575px) {
  .consultations-one__inner__image {
    margin-top: 60px;
    margin-left: 15px;
    position: relative;
    top: 0px;
    right: auto;
    transform: translateY(0%);
  }
}
.consultations-one__inner__image::before {
  content: "";
  width: calc(50% + 13px);
  height: calc(100% + 26px);
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  background-color: var(--insuba-black5, #0f3667);
}
.consultations-one__inner__image img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
  border: 4px solid var(--insuba-white, #ffffff);
}
.consultations-one__item + .consultations-one__item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--insuba-border-color, #dddddd);
}
.consultations-one__item {
  display: flex;
  align-items: center;
  gap: 22px;
}
.consultations-one__item__icon-box {
  position: relative;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--insuba-black5, #0f3667);
  border-radius: 50%;
  transition: all 500ms ease;
}
.consultations-one__item:hover .consultations-one__item__icon-box {
  background-color: var(--insuba-base, #0365d3);
}
.consultations-one__item__icon {
  display: inline-flex;
  font-size: 25px;
  color: var(--insuba-white, #ffffff);
}
.consultations-one__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.consultations-one__item:hover .consultations-one__item__icon {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.consultations-one__item__number {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--insuba-white, #ffffff);
  position: relative;
  position: absolute;
  top: 6px;
  right: -7px;
  z-index: 1;
}
.consultations-one__item__number::before {
  content: "0" counter(consultationsOneNumber);
  counter-increment: consultationsOneNumber;
  font-family: var(--insuba-heading-font, "Poppins", serif);
  font-size: 10px;
  color: var(--insuba-white, #ffffff);
  font-weight: 700;
  line-height: 1;
  z-index: 1;
  transition: all 500ms ease;
}
.consultations-one__item__number::after {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: var(--insuba-base, #0365d3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}
.consultations-one__item:hover .consultations-one__item__number::after {
  background-color: var(--insuba-black5, #0f3667);
}
.consultations-one__item__content {
  /* padding-right: 190px; */
}
@media (max-width: 1199px) {
  .consultations-one__item__content {
    padding-right: 260px;
  }
}
@media (max-width: 767px) {
  .consultations-one__item__content {
    padding-right: 185px;
  }
}
@media (max-width: 575px) {
  .consultations-one__item__content {
    padding-right: 0px;
  }
}
.consultations-one__item__title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.318;
  color: black;
}
@media (max-width: 390px) {
  .consultations-one__item__title {
    font-size: 17px;
    line-height: 27px;
  }
}
.consultations-one__image {
  /* width: 603px; */
  /* height: 603px; */
  /* border-radius: 50%; */
  /* display: table; */
  /* position: relative; */
  /* right: -50px; */
}
@media (max-width: 1399px) {
  .consultations-one__image {
    right: 0px;
  }
}
@media (max-width: 1199px) {
  .consultations-one__image {
    right: -28px;
  }
}
@media (max-width: 767px) {
  .consultations-one__image {
    width: 480px;
    /* height: 480px; */
    right: auto;
  }
}
@media (max-width: 575px) {
  .consultations-one__image {
    width: 380px;
    /* height: 380px; */
  }
}
@media (max-width: 412px) {
  .consultations-one__image {
    width: 330px;
    /* height: 330px; */
  }
}
@media (max-width: 360px) {
  .consultations-one__image {
    width: 285px;
    /* height: 285px; */
  }
}
.consultations-one__image__inner {
  width: 603px;
  height: 603px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .consultations-one__image__inner {
    width: 480px;
    height: 480px;
  }
}
@media (max-width: 575px) {
  .consultations-one__image__inner {
    width: 380px;
    height: 380px;
  }
}
@media (max-width: 412px) {
  .consultations-one__image__inner {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 360px) {
  .consultations-one__image__inner {
    width: 285px;
    height: 285px;
  }
}
.consultations-one__image__one {
  width: 603px;
  height: 603px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .consultations-one__image__one {
    width: 480px;
    height: 480px;
  }
}
@media (max-width: 575px) {
  .consultations-one__image__one {
    width: 380px;
    height: 380px;
  }
}
@media (max-width: 412px) {
  .consultations-one__image__one {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 360px) {
  .consultations-one__image__one {
    width: 285px;
    height: 285px;
  }
}
.consultations-one__image__two {
  width: 225px;
  height: 225px;
  position: absolute;
  top: 32px;
  right: -45px;
  border-radius: 50%;
  border: 12px solid var(--insuba-white, #ffffff);
  z-index: 3;
  animation: zump 2s linear infinite;
}
@media (max-width: 767px) {
  .consultations-one__image__two {
    width: 200px;
    height: 200px;
    right: -30px;
  }
}
@media (max-width: 575px) {
  .consultations-one__image__two {
    width: 150px;
    height: 150px;
    right: -10px;
    border: 6px solid var(--insuba-white, #ffffff);
  }
}
@media (max-width: 412px) {
  .consultations-one__image__two {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 360px) {
  .consultations-one__image__two {
    width: 100px;
    height: 100px;
  }
}
.consultations-one__image__shape-one {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: 1;
  animation: moveHorizontal 2s linear infinite;
}
.consultations-one__image__shape-two {
  position: absolute;
  top: 22px;
  left: -28px;
  z-index: 2;
}
@media (max-width: 767px) {
  .consultations-one__image__shape-two {
    display: none;
  }
}
.consultations-one__image__shape-three {
  position: absolute;
  left: -28px;
  bottom: -63px;
  z-index: 2;
}
@media (max-width: 767px) {
  .consultations-one__image__shape-three {
    display: none;
  }
}
.newb{
    display: block;
    margin-top: 15px;
    text-align: left;
}
@media(max-width:768px){
    .price-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 40px rgba(33, 33, 33, .1);
    box-shadow: 0 0 40px rgba(33, 33, 33, .1);
    border-radius: 10px;
    padding: 35px 16px;
    /* text-align: center; */
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.price-box h3 {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 6px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.price-box.layout2 {
    background-color: #19875408;
    -webkit-box-shadow: inset 0 0 10px rgba(6, 6, 6, .15);
    box-shadow: inset 0 0 10px rgb(6 6 6 / 0%);
    border-radius: 10px;
    text-align: center;
    border-top-left-radius: 30px !important;
    border-top: 6px solid #0dc242 !important;
    margin: 0px 10px;
    border: 1px solid #0000001f;
    margin-bottom: 23px;
}
}