
/*
    01 :: Reset Page Css
    02 :: Style Page Css
        01-  :: Loading
        02-  :: Navbar
            01- :: Navbar 1
            02- :: Navbar 2
        03-  :: Search Box
        04-  :: Menu Box
        05-  :: Header
            01- :: Header 1
            02- :: Header 2
            03- :: Header 3
        06-  :: Features
            01- :: Features 1
            02- :: Features 2
            03- :: Features 3
        07-  :: About Us
            01- :: About Us 1
            02- :: About Us 2
            03- :: About Us 3
            04- :: About Us 4
        08-  :: Services
            01- :: Services 1
            02- :: Services 2
            03- :: Services 3
        09-  :: Provide
        10-  :: Work
        11-  :: Contact
        12-  :: Team
        13-  :: Quote
        14-  :: Sponsors
        15-  :: Testimonial
            01- :: Testimonial 1
            02- :: Testimonial 2
            03- :: Testimonial 3
        16-  :: Blog
        17-  :: Footer
        18-  :: Scroll UP
*/

/* :: All Transition */
* {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}

/* :: Body */
body {
  font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #222222;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
::-moz-selection {
    background: #1c2842;
    color: #FFF;
    text-shadow: none;
}
::selection {
    background: #1c2842;
    color: #FFF;
    text-shadow: none;
}
a,
a:hover,
a:focus,
button:focus {
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
}


::selection {
  background: blue;
  color:#fff;
}


/* :: Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}
p {
    color: #606060;
    font-size: 20px;
    font-weight: 400;
  font-family: 'Roboto', sans-serif;
    line-height: 25px;
}

/* :: Display Table */
.display-table {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
}

/* :: My Classes */
.py-100{
    padding: 100px 0;
}
.pb-70{ padding-bottom:70px; }
.py-100-70{
    padding: 100px 0 70px 0;
}
.p-0{
    padding: 0;
}
.ml-30{
    margin-left: 30px;
}
.mr-20{
    margin-right: 20px;
}
.ml-20{
    margin-left: 20px;
}
.bg-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   /* background-color: rgba(34, 34, 34, 0.35);  */
}
.btn-1{
    text-transform: capitalize;
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    min-width: 180px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    letter-spacing: 1px;
    border-radius: 3px;
    overflow: hidden;
  font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #1c2842;
    display: inline-block;
    cursor: pointer;
}
.btn-1:hover{
    color: #ff8b53;
}
.btn-1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #FFF;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.btn-1:hover:after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}
.btn-2{
    background-color: #FFF;
    color: #ff8b53;
}
.btn-2:hover{
    color: #FFF;
}
.btn-2:after{
    background: #1c2842;
}
.btn-3:hover{
    color: #FFF;
}
.btn-3:after{
    background-color: #222;
}
.btn-4{
    background-color: #222;
    color: #FFF;
}
.btn-4:hover{
    color: #FFF;
}
.btn-4:after{
    background: #1c2842;
}

/* :: Section Title */
.sec-title{
    margin-bottom: 50px;
}
.sec-title h2{
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 21px;
    font-weight: 700;
   color: #e53f15;
  font-family: 'Roboto', sans-serif;
    position: relative;
    display: inline-block;
}
.sec-title h3{
    text-transform: capitalize;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: 0.3px;
    position: relative;
}
.sec-title p{
     text-align:justify;
    font-weight: 400;
    line-height: 27px;
    font-size: 16px;
    margin-bottom: 0;
    position: relative;
}

/* :: Section Title Home 2 */
.sec-title-home-2 h2{
    padding-bottom: 15px;
}
.sec-title-home-2 h2:after{
    content: '';
    background: #1c2842;
    position: absolute;
    height: 2px;
    width: 5000px;
    bottom: 0;
    right: 0;
}

/* :: Section Title Home 3 */
.sec-title-home-3 h2:after{
    content: '';
    background: #1c2842;
    position: absolute;
    height: 2px;
    width: 5000px;
    top: calc(50% - 2px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(100% + 10px);
}

/* :: Section Title Home 4 */
.sec-title-home-4 h2:after{
    content: '';
    background: #1c2842;
    position: absolute;
    height: 2px;
    width: 100%;
    top: calc(50% - 2px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(100% + 10px);
}

/* :: Loading */
.loading {
    position: fixed;
    background-color: #FFF;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.loading .loading-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.loading .loading-box .ar {
    margin: 0 10px;
    width: 24px;
    height: 6px;
    border-radius: 8px;
    background: #1c2842;
    -webkit-box-shadow: 0 0 10px 0 #FECDFF;
            box-shadow: 0 0 10px 0 #FECDFF;
}
.loading .loading-box .uno {
    margin-right: -18px;
    -webkit-transform-origin: center left;
        -ms-transform-origin: center left;
            transform-origin: center left;
    -webkit-animation: spin 3s linear infinite;
            animation: spin 3s linear infinite;
}
.loading .loading-box .dos {
    -webkit-transform-origin: center right;
        -ms-transform-origin: center right;
            transform-origin: center right;
    -webkit-animation: spin2 3s linear infinite;
            animation: spin2 3s linear infinite;
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
}
.loading .loading-box .tres {
    -webkit-transform-origin: center right;
        -ms-transform-origin: center right;
            transform-origin: center right;
    -webkit-animation: spin3 3s linear infinite;
            animation: spin3 3s linear infinite;
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
}
.loading .loading-box .cuatro {
    -webkit-transform-origin: center right;
        -ms-transform-origin: center right;
            transform-origin: center right;
    -webkit-animation: spin4 3s linear infinite;
            animation: spin4 3s linear infinite;
    -webkit-animation-delay: .4s;
            animation-delay: .4s;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }

    30% {
        -webkit-transform: rotate(370deg);
                transform: rotate(370deg);
    }

    35% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }

    30% {
        -webkit-transform: rotate(370deg);
                transform: rotate(370deg);
    }

    35% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    30% {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);
    }

    35% {
        -webkit-transform: rotate(-190deg);
                transform: rotate(-190deg);
    }

    40% {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);
    }

    78% {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);
    }

    95% {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }

    98% {
        -webkit-transform: rotate(-370deg);
                transform: rotate(-370deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }
}
@keyframes spin2 {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    30% {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);
    }

    35% {
        -webkit-transform: rotate(-190deg);
                transform: rotate(-190deg);
    }

    40% {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);
    }

    78% {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);
    }

    95% {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }

    98% {
        -webkit-transform: rotate(-370deg);
                transform: rotate(-370deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }
}
@-webkit-keyframes spin3 {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    27% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    40% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }

    45% {
        -webkit-transform: rotate(190deg);
                transform: rotate(190deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }

    62% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }

    80% {
        -webkit-transform: rotate(370deg);
                transform: rotate(370deg);
    }

    85% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes spin3 {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    27% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    40% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }

    45% {
        -webkit-transform: rotate(190deg);
                transform: rotate(190deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }

    62% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }

    80% {
        -webkit-transform: rotate(370deg);
                transform: rotate(370deg);
    }

    85% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-webkit-keyframes spin4 {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    38% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    60% {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }

    65% {
        -webkit-transform: rotate(-370deg);
                transform: rotate(-370deg);
    }

    75% {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }
}
@keyframes spin4 {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    38% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    60% {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }

    65% {
        -webkit-transform: rotate(-370deg);
                transform: rotate(-370deg);
    }

    75% {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }
}

/* :: Navbar */
.nav-bar{
    border-bottom: 1px solid rgba(255,255,255,.15)
}
.nav-bar.active{
    background-color: #FFF;
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,.07);
            box-shadow: 0 3px 4px rgba(0,0,0,.07);
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    border-bottom: none;
}
.nav-bar .logo .logo-nav{
    display: block;
}
.nav-bar .logo .logo-nav img{
    
}
.nav-bar .logo .logo-nav img.two,
.nav-bar.active .logo .logo-nav img.one{
    display: none;
}
.nav-bar.active .logo .logo-nav img.two{
    display: block;
}
.nav-bar .nav-bar-link > ul > li{
    display: inline-block;
    position: relative;
}
.nav-bar .nav-bar-link ul li a{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 30px 0;
    margin: 0 20px 0 0px;
    position: relative;
    display: block;
    text-transform: capitalize;
}
.nav-bar .nav-bar-link ul li a:before{
    content: '';
    background: #1c2842;
    position: absolute;
    width: 0%;
    height: 3px;
    left: 0;
    bottom: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-bar .nav-bar-link ul li a:hover:before,
.nav-bar .nav-bar-link ul li .color-active:before{
    width: 100%;
}
.nav-bar.active .nav-bar-link ul li a{
    color: #222222;
}
.nav-bar.active .nav-bar-link > ul ul li a{
    color: #9B9B9B;
}
.nav-bar .nav-bar-link ul li a:hover,
.nav-bar .nav-bar-link ul li a.color-active,
.nav-bar.active .nav-bar-link > ul ul li:hover a{
    color: #ff8b53;
}


.nav-bar .nav-bar-link > ul ul{
    position: absolute;
    z-index: 2;
    background-color: #FFF;
    border-radius: 2px;
    padding: 25px 0;
    top: 100%;
    left: 0;
    min-width: 240px;
    -webkit-box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
            box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-bar .nav-bar-link > ul li:hover > ul{
    -webkit-transform: translateY(00px);
        -ms-transform: translateY(00px);
            transform: translateY(00px);
    opacity: 1;
    visibility: visible;
}
.nav-bar .nav-bar-link > ul ul li{
    position: relative;
    padding: 0 30px 0 40px;
}
.nav-bar .nav-bar-link > ul ul li a{
    color: #9B9B9B;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid rgb(155 155 155 / 30%);
    padding: 0;
    width: 100%;
    position: relative;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
}
.nav-bar .nav-bar-link > ul ul li:hover a{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
}
.nav-bar .nav-bar-link > ul ul ul{
    left: 100%;
    top: 0;
}
.nav-bar .nav-bar-link > ul ul ul li a{
    -webkit-transform: translateX(0px) !important;
        -ms-transform: translateX(0px) !important;
            transform: translateX(0px) !important;
    color: #9B9B9B !important;
}
.nav-bar .nav-bar-link > ul ul ul li:hover a{
    -webkit-transform: translateX(10px) !important;
        -ms-transform: translateX(10px) !important;
            transform: translateX(10px) !important;
    color: #ff8b53 !important;
}
.nav-bar .nav-bar-link .level-1:last-of-type li a{
    padding-right: 0;
}
.nav-bar .nav-bar-link .level-1:last-of-type li:last-of-type a{
    margin: 0;
    border-bottom: 0;
}
.nav-bar .info-nav .item{
    display: inline-block;
    margin-right: 20px;
}
.nav-bar-home-3 .info-nav li.item{
    padding: 28px 0;
}
.nav-bar .info-nav .item:last-of-type{
    margin-right: 0px;
}
.nav-bar .info-nav .item i.icon{
    color: #FFF;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
}
.nav-bar .info-nav .item i.icon:hover,
.nav-bar.active .info-nav .item i.icon:hover{
    color: #ff8b53;
}
.nav-bar.active .info-nav .item i.icon{
    color: #222222;
}
.nav-bar .info-nav .item .btn-1.request-a-quote{
    line-height: 40px;
    height: 40px;
    min-width: 150px;
    display: block;
}
.nav-bar.active .info-nav .item .btn-1.request-a-quote:hover{
    color: #FFF;
}
.nav-bar.active .info-nav .item .btn-1.request-a-quote:after{
    background-color: #222222;
}
.nav-bar .info-nav .info-nav-contact i{
    float: left;
    font-size: 20px;
    color: #F1F1F1;
    line-height: 1.9;
}
.nav-bar .info-nav .info-nav-contact .contact-nav{
    padding-left: 32px;
}
.nav-bar .info-nav .info-nav-contact .contact-nav span{
    color: #999;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    display: block;
    line-height: 1;
    margin-bottom: 2px;
}
.nav-bar .info-nav .info-nav-contact .contact-nav a{
    color: #F1F1F1;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}
.nav-bar.active .info-nav .info-nav-contact i{
    color: #ff8b53
}
.nav-bar.active .info-nav .info-nav-contact .contact-nav a{
    color: #222222;
}
.nav-bar .info-nav .item.cart{
    position: relative;
}
.nav-bar .info-nav .item.cart .cart-popup{
    background-color: #FFF;
    padding: 30px;
    position: absolute;
    right: 0;
    top: calc(100% + 1px);
    z-index: 999;
    width: 300px;
    -webkit-box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
            box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.nav-bar .info-nav .item.cart:hover .cart-popup{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.nav-bar .info-nav .item.cart .cart-popup .item{
    position: relative;
    border-bottom: 1px solid rgb(155 155 155 / 30%);
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    display: block;
}
.nav-bar .info-nav .item.cart .cart-popup .item img{
    width: 50px;
    height: 50px;
    float: left;
}
.nav-bar .info-nav .item.cart .cart-popup .item .item-content{
    padding-left: 65px;
    padding-right: 25px;
}
.nav-bar .info-nav .item.cart .cart-popup .item .item-content div{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px;
    color: #222222;
    font-weight: bold;
}
.nav-bar .info-nav .item.cart .cart-popup .item .item-content span{
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #9B9B9B;
}
.nav-bar .info-nav .item.cart .cart-popup .item .delete-item{
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #222222;
    border-radius: 1px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.nav-bar .info-nav .item.cart .cart-popup .item .delete-item:hover{
    background: #1c2842;
}
.nav-bar .info-nav .item.cart .cart-popup .subtotal span{
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #9B9B9B;
}
.nav-bar .info-nav .item.cart .cart-popup .subtotal span:last-of-type{
    float: right;
    color: #ff8b53;
}
.nav-bar .info-nav .item.cart .cart-popup .button-cart{
    margin-top: 20px;
}
.nav-bar .info-nav .item.cart .cart-popup .button-cart button{
    outline: none;
    padding: 0 22px;
}
.nav-bar .info-nav .item.cart .cart-popup .button-cart button:first-of-type{
    margin-right: 10px;
}
.nav-bar .info-nav .item.cart .cart-popup .button-cart a{
    padding: 0 15px;
    min-width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 2px;
}
.nav-bar .info-nav .item.cart .cart-popup .button-cart a:first-of-type{
    margin-right: 16px;
}

/* :: Navbar Top Home 2 */
.navs-home-2 .nav-top{
    border-bottom: 1px solid rgb(249 249 249 / 0.2);
}
.navs-home-2 .nav-top .nav-top-box ul li{
    display: inline-block;
}
.navs-home-2 .nav-top .nav-top-box ul.info li{
    color: #FFF;
    font-size: 13px;
    padding: 15px;
    line-height: 1.1;
    border-left: 1px solid rgb(249 249 249 / 0.2);
}
.navs-home-2 .nav-top .nav-top-box ul.info li:first-of-type{
    padding-left: 0;
    border-left: none;
}
.navs-home-2 .nav-top .nav-top-box ul.info li:last-of-type{
    padding-right: 0;
}
.navs-home-2 .nav-top .nav-top-box ul li span{
    color: #FFF;
}
.navs-home-2 .nav-top .nav-top-box ul li a.icon{
    color: #FFF;
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
}
.navs-home-2 .nav-top .nav-top-box ul li a.icon:hover{
    color: #ff8b53;
}
.navs-home-2 .nav-top .nav-top-box ul li .btn-1{
    border-radius: 0;
    display: inline-table;
    margin-left: 15px;
    line-height: 45px;
    height: 45px;
}
.navs-home-2 .nav-bar{
    border-bottom: none;
}
.navs-home-2 .nav-bar .info-nav .info-nav-contact i{
    font-size: 30px;
    line-height: 1.3;
}
.navs-home-2 .nav-bar .info-nav .info-nav-contact .contact-nav{
    padding-left: 45px;
}

/* :: Search Box */
.search-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(34 34 34 / 85%);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}
.search-box form{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 85%;
}
.search-box form input{
    background-color: transparent;
    width: 100%;
    padding: 10px 0;
    font-size: 35px;
    color: #FFF;
    border: 0;
    border-bottom: 1px solid #FFF;
}
.search-box form input:focus{
    border-bottom: 1px solid #ff8b53;
}
.search-box form button{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 65px;
    background-color: transparent;
    text-align: center;
    font-size: 25px;
    color: #ff8b53;
    border: 0;
    outline: none;
}
.search-box .close-search{
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 22px;
    color: #FFF;
    cursor: pointer;
}
.search-box .close-search:hover{
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    color: #ff8b53;
}

/* :: Menu Box */
.menu-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 0.8);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}
.menu-box .inner-menu{
    width: 400px;
    padding: 100px 50px;
    position: absolute;
    right: -402px;
    height: 100%;
    background-color: #FFF;
    overflow-y: scroll;
}
.menu-box.active .inner-menu{
    right: 0;
    -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
            box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
}
.menu-box .inner-menu .website-info{
    margin-bottom: 30px;
}
.menu-box .inner-menu .website-info .logo{
    display: block;
    margin-bottom: 20px;
}
.menu-box .inner-menu .website-info .logo img{
    width: 150px;
}
.menu-box .inner-menu .website-info p{
    text-transform: capitalize;
    font-size: 14px;
}
.menu-box .inner-menu .contact-info h4,
.menu-box .inner-menu .follow-us h4{
    position: relative;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #222222;
}
.menu-box .inner-menu .contact-info .contact-box{
    margin-bottom: 30px;
}
.menu-box .inner-menu .contact-info .contact-box i{
    color: #ff8b53;
    font-size: 24px;
    float: left;
    line-height: 1.4;
}
.menu-box .inner-menu .contact-info .contact-box .box{
    padding-left: 40px;
}
.menu-box .inner-menu .contact-info .contact-box .box p{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 2;
    position: relative;
}
.menu-box .inner-menu .follow-us .icon-follow li{
    display: inline-block;
}
.menu-box .inner-menu .follow-us .icon-follow li a{
    background-color: #F1F1F1;
    display: inline-block;
    color: #ff8b53;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 12px;
}
.menu-box .inner-menu .follow-us .icon-follow li:hover a{
    background: #1c2842;
    color: #FFF;
}
.exit-menu-box{
    font-size: 13px;
    position: absolute;
    top: 30px;
    right: 30px;
    background: #1c2842;
    width: 35px;
    color: #FFF;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
.exit-menu-box:hover{
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}

/* :: Header */
.header,
.header .header-owl .sec-hero{
    min-height: 750px !important;
}
.header .header-owl{
    height: 100%;
}
.header .header-owl .sec-hero{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.header .banner .headline-top{
    line-height: 23px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px;
    color: #FFF;
    position: relative;
}
.header .banner .handline{
    color: #FFF; 
    font-weight: 700;
    line-height: 1;
    font-size: 36px;
    margin-bottom: 30px;
    position: relative;
}
.header .banner .about-website{
    text-transform: capitalize;
    font-size: 16px;
    color: #F9F9F9;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 30px;
    position: relative;
}
.header-owl.owl-theme .owl-nav{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
    line-height: 1;
    width: 100%;
}
.header-owl.owl-theme .owl-nav [class*=owl-]{
    margin: 0;
}
.header-owl.owl-theme .owl-nav [class*=owl-] i{
    font-size: 50px;
    color: rgb(255, 255, 255, 0.5);
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.header-owl.owl-theme .owl-nav [class*=owl-] i:hover{
    color: #ff8b53;
}
.header-owl.owl-theme .owl-nav [class*=owl-] i.flaticon-left-arrow{
    left: 10px;
}
.header-owl.owl-theme .owl-nav [class*=owl-] i.flaticon-right-arrow{
    right: 10px;
}
.header-owl.owl-theme:hover .owl-nav [class*=owl-] i{
    opacity: 1;
    visibility: visible;
}
.header-owl.owl-theme .owl-dots{
    margin: 0;
    line-height: 1;
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.header-owl.owl-theme .owl-dots .owl-dot{
    outline: none;
}
.header-owl.owl-theme .owl-dots .owl-dot span{
    margin: 0 5px;
    width: 20px;
    height: 6px;
    background-color: #FFF;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-owl.owl-theme .owl-dots .owl-dot.active span,
.header-owl.owl-theme .owl-dots .owl-dot:hover span{
    background: #1c2842;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* :: Header Home 2 */
.header-home-2 .header-owl.owl-theme .owl-dots{
    bottom: calc(100px + 25px );
}
.header .petrol-info{
    padding: 50px;
    background-color: #FFF;
    border-radius: 3px;
    width: 300px;
    position: relative;
}
.header .petrol-info img{
    width: 60px;
    margin-bottom: 30px;
}
.header .petrol-info h4{
    font-size: 28px;
    line-height: 1;
    margin-bottom: 12px;
}
.header .petrol-info p{
    margin-bottom: 12px;
}
.header .petrol-info a{
    line-height: 1;
    color: #ff8b53;
    font-weight: 600;
}
.header .petrol-info a:hover{
    color: #222222;
}

/* :: Features */
.features{
    padding-top: 100px;
}
.features .features-item{
    overflow: hidden;
    position: relative;
    text-align: center;
}
.features .features-item i{
    color: #ff8b53;
    display: inline-block;
    font-size: 60px;
    line-height: 1;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-bottom: 30px;
    position: relative;
}
.features .features-item h4{
    font-size: 16px;
    line-height: 1.1; 
    font-weight: 400;
    position: relative;
}

/* :: Features Home 2 */
.features-home-2{
    padding: 0 0 70px 0;
}
.features-home-2 .features-owl-2{
    margin-top: calc( -203px / 2 );
}
.features-home-2 .features-item{
    background-color: #FFF;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 8px rgb(11 12 38 / 7%);
            box-shadow: 0px 0px 8px rgb(11 12 38 / 7%);
    margin: 0 0 30px 0;
}

/* :: Features Home 3 */
.features-home-3{
    padding: 0 0 100px 0;
}

/* :: About Us */
.about-us .img-box{
    position: relative;
}
.about-us .img-box .one{
    position: relative;
    padding-top: 50px;
}
.about-us .img-box .two{
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
}
.about-us .img-box .two:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/01_pattern.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
}
.about-us .img-box .about-img{
    position: relative;
}
.about-us .img-box .about-img img{
    -webkit-box-shadow: 0 1px 73px 0 rgb(11 12 38 / 0.07);
            box-shadow: 0 1px 73px 0 rgb(11 12 38 / 0.07);
    border-radius: 3px;
}
.about-us .img-box .about-img .experience-about{
    position: absolute;
    width: 175px;
    top: 0;
    margin-bottom: 0;
    background-color: #FFF;
    padding: 30px;
    left: 50%;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 0;
}
.about-us .img-box .about-img .experience-about i{
    font-size: 35px;
    background: #1c2842;
    color: #FFF;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.about-us .img-box .about-img .experience-about .counter{
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}
.about-us .img-box .about-img .experience-about h5{
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
  font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    line-height: 1.6;
}
.about-us .text-box .sec-title{
    margin-bottom: 20px;
}
.about-us .text-box .sec-title h3{
    margin-bottom: 20px;
}
.about-us .text-box ul{
    overflow: hidden;
}
.about-us .text-box ul li{
    width: 100%;
    float: left;
    padding-right: 10px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase; font-family: 'Roboto', sans-serif;
    color: #000;
    padding-left: 20px;
}
.about-us .text-box ul li:hover{
    padding-left: 25px;
    color: #ff8b53;
}
.about-us .text-box ul li:after{
    content: '';
    border: 2px solid #687076;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 49%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.about-us .text-box ul li:hover:after{
    border: 2px solid #ff8b53;
}
.about-us .text-box .any-question{
    font-size: 16px;
    border-top: 1px solid rgb(155 155 155 / 30%);
    margin-top: 8px;
    padding-top: 20px;
  font-family: 'Roboto', sans-serif; 
    text-transform: capitalize;
}
.about-us .text-box .any-question a{
    color: #222222;
    font-weight: 500;
}
.about-us .text-box .any-question a:hover{
    color: #ff8b53;
}

/* :: About US Home 2 */
.about-us-home-2{
    padding-bottom: 100px;
}
.about-us-home-2.about-page-2{
    padding-top: 100px;
}
.about-us-home-2 .about-services{
    margin-bottom: 30px;
}
.about-us-home-2 .about-services:last-of-type{
    margin-bottom: 0;
}
.about-us-home-2 .about-services i{
    color: #ff8b53;
    font-size: 50px;
    line-height: 1;
    float: left;
}
.about-us-home-2 .about-services .about-services-box{
    padding-left: 80px;
}
.about-us-home-2 .about-services .about-services-box h5{
    color: #222222;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.about-us-home-2 .about-services .about-services-box p{
    margin-bottom: 0;
}

/* :: About Us Home 3 */
.about-us-home-3 .text-box .sign-about-us img{
    width: 200px;
    margin-right: 30px;
}
.about-us-home-3 .img-box{
    margin: 0 30px;
}
.about-us-home-3 .img-box:after{
    content: '';
    background: #1c2842;
    position: absolute;
    width: calc(100% + 60px);
    height: 80%;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 3px;
}
.about-us-home-3 .img-box .about-img .mission{
    position: absolute;
    bottom: 40px;
    right: 30px;
    width: 300px;
    padding: 30px;
    background: #1c2842;
    color: #FFF;
    border-radius: 3px;
}
.about-us-home-3 .img-box .about-img .mission:after {
    content: '';
    border: 20px solid;
    position: absolute;
    bottom: -15px;
    right: 0;
    border-color: transparent #ff8b53 transparent transparent;
}
.about-us-home-3 .img-box .about-img .mission h5{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    color: #FFF;
}
.about-us-home-3 .img-box .about-img .mission p{
    color: #FFF;
    margin-bottom: 0;
}
.about-us-2-home-3 .img-box .logo-box{
    background-color: #FFF;
    position: absolute;
    bottom: 30px;
    right: 30px;
    padding: 15px;
    border-radius: 3px;
}
.about-us-2-home-3 .img-box {
    margin: 15px 0;
}
.about-us-2-home-3 .img-box .logo-box img{
    width: 60px;
}
.about-us-2-home-3 .img-box:after{
    height: calc(100% + 30px);
    width: 80%;
}

/* :: Skills */
.skills .skill-box{
    margin-bottom: 30px;
}
.skills .skill-box:last-of-type{
    margin-bottom: 0;
}
.skills .skill-box .skill-top{
    overflow: hidden;
    margin-bottom: 8px;
    line-height: 1;
}
.skills .skill-box .skill-top .name{
    text-transform: capitalize;
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #222222;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}
.skills .skill-box .skill-top .number{
    float: right;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.5px;
    color: #222222;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}
.skills .skill-box .skill-line{
    height: 14px;
    width: 100%;
    background-color: #F1F1F1;
    border-radius: 2px;
}
.skills .skill-box .skill-line .line{
    height: 100%;
    width: 0%;
    background: #1c2842;
}

/* :: Services */
.services{
    background: #1c2842 ;
    position: relative;
    background-position: center;
}
.services .services-item{
    margin-bottom: 30px;
    background-color: #FFF;
    padding: 40px;
    border-radius: 3px;
    padding-top: 0;
    position: relative;
    overflow: hidden;
    height:200px;
    text-align:justify;
}
.services .services-item span,
.work .item-work span{
    position: absolute;
    z-index: 1;
    display: block;
    width: 0px;
    height: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px;
    opacity: 1;
    background: #1c2842;
}
.services .services-item:hover span,
.work .item-work:hover span{
    width: 1000px;
    height: 1000px;
}
.services .services-item i{
    font-size: 40px;
    background: #1c2842;
    color: #FFF;
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: relative;
    z-index: 1;
}
.services .services-item:hover i{
    background-color: #f57e20;
    color: #fff;
}
.services .services-item h4{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}
.services .services-item:hover h4,
.services .services-item:hover p{
    color: #FFF;
}
.services .services-item p{
    margin-bottom: 0;
    position: relative;
    z-index: 1; font-size:16px; line-height:27px;
}
.services .services-item .more{
    margin-top: 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    color: #222222;
    position: relative;
    z-index: 1;
}
.services .services-item:hover .more{
    color: #FFF;
}
/* :: Services Home 2 */
.services-home-2{
    background: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.services-home-2 .sec-title h3,
.provide-2-home-2 .sec-title h3{
    color: #FFF;
}
.services-home-2 .sec-title p,
.provide-2-home-2 .sec-title p{
    color: #F1F1F1;
}
.services-home-2 .services-item{
    background-color: transparent;
    border: 1px solid #FFF;
}
.services-home-2 .services-item i{
    color: #ff8b53;
    background-color: #FFF;
}
.services-home-2 .services-item h4{
    color: #FFF;
}
.services-home-2 .services-item p{
    color: #F1F1F1
}
.services-home-2 .services-item .more{
    color: #FFF;
}

/* :: Services Home 3 */
.services-home-3{
    background-image: url(../images/03_pattern.png)
}
.services-home-3 .services-item{
    padding: 40px;
}
.services-home-3 .services-item i{
    background-color: transparent;
    color: #ff8b53;
    width: auto;
    height: auto;
    text-align: left;
    display: inline-block;
    line-height: 1.1;
    border-radius: 0;
    font-size: 50px;
}
.services-home-3 .services-item:hover i{
    background: transparent;
    color: #FFF;
}

/* :: Provide */
.provide .col-md-6 {
    padding: 0;
}
.provide .text-box{
    background: #eee;
    padding: 100px 120px;
}
.provide .text-box .sec-title{
    margin-bottom: 50px;
}
.provide .text-box .sec-title h3{
    margin-bottom: 25px;
    color: #ff8b53;
    font-size: 52px;
}
.provide .text-box .sec-title p{
    color: #F1F1F1;
}
.provide .text-box .provide-features li h4{
    color: #FFF;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 12px;
    padding-left: 25px;
    font-size: 24px;
    line-height: 27px;
}
.provide .text-box .provide-features li:last-of-type h4{
    margin-bottom: 0
}
.provide .text-box .provide-features li h4:after{
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    font-size: 8px;
    left: 0;
    width: 15px;
    line-height: 15px;
    height: 15px;
    background-color: #FFF;
    color: #ff8b53;
    text-align: center;
    border-radius: 2px;
    font-weight: 900;
    top: calc(50% - 2px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.provide .text-box .provide-features-box{
    padding: 30px;
    background-color: #FFF;
    border-radius: 3px;
    padding-top: 0;
}
.provide .text-box .provide-features-box i{
    font-size: 35px;
    background: #1c2842;
    color: #FFF;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.provide .text-box .provide-features-box h5{
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
  font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    line-height: 1.6;
}
.provide .text-box .profile{
    margin-top: 30px;
}
.provide .text-box .profile img:first-of-type{
    width: 70px;
    border-radius: 3px;
    margin: auto;
    border: 3px solid #FFF;
    padding: 4px;
}
.provide .text-box .profile img:last-of-type{
    width: 185px;
    margin-left: 15px;
}
.provide .img-box{
    background-image: url(../images/bg3.jpg);
  /*  background-position: right;  */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
}
.provide .img-box .video-box{
    background-color: #FFF;
    position: absolute;
    bottom: 100px;
    right: 120px;
    width: 180px;
    padding: 30px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 25px 0 rgb(40, 40, 40, 0.2);
            box-shadow: 0 3px 25px 0 rgb(40, 40, 40, 0.2);
}
.provide .img-box .video-box:after{
    content: '';
    border: 20px solid;
    position: absolute;
    bottom: -15px;
    right: 0;
    border-color: transparent #FFF transparent transparent;
}
.provide .img-box .video-box span{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    text-transform: capitalize;
    color: #222222;
    margin-bottom: 25px;
}
.pulse{
    background: #1c2842;
    width: 60px;
    height: 60px;
    line-height: 62px;
    border-radius: 3px;
    text-align: center;
    display: block;
    -webkit-animation: video-pulse-presentation 2s linear infinite;
    animation: video-pulse-presentation 2s linear infinite;
}
.pulse:hover{
    background-color: #222222;
}
@-webkit-keyframes video-pulse-presentation{
    0%{
        -webkit-box-shadow: 0 0 0 0 rgba(225, 29, 7, 0.7), 0 0 0 0 rgba(225, 29, 7, 0.7);
                box-shadow: 0 0 0 0 rgba(225, 29, 7, 0.7), 0 0 0 0 rgba(225, 29, 7, 0.7);
    }
    40%{
        -webkit-box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 0 rgba(225, 29, 7, 0.7);
                box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 0 rgba(225, 29, 7, 0.7);
    }
    80%{
        -webkit-box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 30px rgba(225, 29, 7, 0);
                box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 30px rgba(225, 29, 7, 0);
    }
    100%{
        -webkit-box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 30px rgba(225, 29, 7, 0);
                box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 30px rgba(225, 29, 7, 0);
    }
}
@keyframes video-pulse-presentation{
    0%{
        -webkit-box-shadow: 0 0 0 0 rgba(225, 29, 7, 0.7), 0 0 0 0 rgba(225, 29, 7, 0.7);
                box-shadow: 0 0 0 0 rgba(225, 29, 7, 0.7), 0 0 0 0 rgba(225, 29, 7, 0.7);
    }
    40%{
        -webkit-box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 0 rgba(225, 29, 7, 0.7);
                box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 0 rgba(225, 29, 7, 0.7);
    }
    80%{
        -webkit-box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 30px rgba(225, 29, 7, 0);
                box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 30px rgba(225, 29, 7, 0);
    }
    100%{
        -webkit-box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 30px rgba(225, 29, 7, 0);
                box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 30px rgba(225, 29, 7, 0);
    }
}
.provide .img-box .video-box .pulse i{
    color: #FFF;
}

/* :: Provide Home 2 */
.provide-2{
    padding-top: 100px;
    position: relative;
    background-color: #F9F9F9;
}
.provide-2  .bg-section {
    background-image: url(../images/expert/01_expert.jpg);
    height: calc(100% - 300px);
}
.provide-2-item{
    margin-bottom: 30px;
    overflow: hidden;
}
.provide-2-item i{
    color: #FFF;
    line-height: 1;
    font-size: 40px;
    float: left;
    position: relative;
}
.provide-2-item .content{
    padding-left: 60px;
}
.provide-2-item .content h4{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #FFF;
    position: relative;
}
.provide-2-item .content p{
    margin-bottom: 0;
    position: relative;
    color: #FFF;
}

/* :: Provide Home 3 */
.provide-home-3 .sec-title h2{
    color: #ff8b53;
}
.provide-home-3 .sec-title h2:after{
    background-color: #FFF;
}
.provide-features-home-3{
    overflow: hidden;
}
.provide-features-home-3 .features-home-3-item{
    float: left;
    width: 100%;
  /*  border-bottom: 1px #ff8b53 solid;  */
    margin-bottom: 30px;
    text-align:center;
}
.provide-features-home-3 .features-home-3-item:first-of-type{
    padding-right: 30px;
}
.provide-features-home-3 .features-home-3-item i{
    font-size: 20px;
    line-height: 1.1; 
    color: #ff8b53;
}
.provide-features-home-3 .features-home-3-item h4{
    margin-bottom: 12px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    font-size: 16px;
    line-height: 27px;
}
.provide-features-home-3 .features-home-3-item p{
    color: #F1F1F1;
    margin-bottom: 0;
}

/* :: Presentation */
.video-presentation{
    position: relative;
    background-image: url(../images/provide/01_provide.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 70px;
    width: 100%;
    height: 450px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
    box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
}
.presentation-box{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* :: Work */
.item-work{
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 30px;
}
.work .item-work span{
    background-color: rgb(225 29 7 / 0.8);
}
.item-work:hover .img-box img{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
.item-work .hover-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 1;
}
.item-work .hover-box .open-item-work{
    font-size: 16px;
    background-color: #FFF;
    color: #ff8b53;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
    top: -51px;
    left: 30px;
}
.item-work:hover .hover-box .open-item-work{
    top: 0;
}
.item-work .hover-box .text-box{
    padding: 30px;
}
.item-work .hover-box .text-box .tags a{
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #FFF;
    display: inline-block;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
}
.item-work .hover-box .text-box h4 a{
    color: #FFF;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: .3px;
    font-size: 26px;
    display: inline-block;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
}
.item-work:hover .hover-box .text-box .tags a,
.item-work:hover .hover-box .text-box h4 a{
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}
.work-list-filter .list-name-work{
    margin-bottom: 45px;
    display: inline-block;
}
.work-list-filter .list-name-work li{
    display: inline-block;
    font-size: 13px;
    color: #222222;
    text-transform: capitalize;
    padding: 0 20px;
    line-height: 40px;
    border-radius: 3px;
    letter-spacing: 0.25px;
    position: relative;
    text-align: center;
    font-weight: 600;
    border: 1px solid #E9E9E9;
    margin: 0 8px 5px 0;
    cursor: pointer;
}
.work-list-filter .list-name-work li.active{
    background: #1c2842;
    color: #FFF;
    border: 1px solid #ff8b53;
}
.work-list-filter .list-name-work li:last-of-type{
    margin: 0;
}
.mix {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

/* :: Work Home 2 */
.work-home-2 .owl-theme .owl-dots, .work-home-2 .owl-theme .owl-nav{
    display: none;
}

/* :: Contact */
.contact{
    background-image: url(../images/contact/01_contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.contact .sec-title{
    margin-bottom: 0;
}
.contact .sec-title h3{
    color: #FFF;
    margin-bottom: 25px;
    font-size: 85px;
    line-height: 1;
}
.contact .sec-title p{
    color: #F1F1F1;
    font-size: 17px;
    margin-bottom: 30px;
}

/* :: Team */
.team-box{
    margin-bottom: 30px;
}
.team-box .img-box{
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
.team-box:hover .img-box img{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
.team-box .img-box ul{
    position: absolute;
    top: 15px;
    left: -40px;
    opacity: 0;
    visibility: hidden;
}
.team-box:hover .img-box ul{
    left: 15px;
    opacity: 1;
    visibility: visible;
}
.team-box .img-box ul li i{
    display: block;
    margin-bottom: 8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(200 157 102 / 0.5);
            box-shadow: 0px 0px 10px 0px rgb(200 157 102 / 0.5);
    background: #1c2842;
    font-size: 14px;
    color: #FFF;
    text-transform: capitalize;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: relative;
    text-align: center;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
}
.team-box .img-box ul li:hover i{
    color: #ff8b53;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 0.5);
    box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 0.5);
}
.team-box .text-box{
    margin-top: 25px;
    padding: 0 40px;
}
.team-box .text-box h5{
    line-height: 1;
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 500;
    color: #222222;
}
.team-box .text-box span{
    display: inline-block;
    line-height: 1;
    font-weight: 500;
    color: #ff8b53;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-size: 14px;
}

/* :: Team Home 2 */
.team-home-2 .team-box .img-box ul{
    background: #1c2842;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.team-home-2 .team-box:hover .img-box ul{
    top: 15px;
}
.team-home-2 .team-box .img-box ul li{
    display: inline-block;
}
.team-home-2 .team-box .img-box ul li i{
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    border-radius: 0;
}

/* :: expert */
.expert{
    padding-top: 100px;
    position: relative;
    background-color: #F9F9F9;
}
.expert .bg-section{
    background-image: url(../images/expert/01_expert.jpg);
    height: calc(100% - 300px)
}
.expert .sec-title{
    margin-bottom: 0;
}
.expert .sec-title h2{
    color: #FFF
}
.expert .sec-title h3{
    margin-bottom: 30px;
    color: #FFF;
    font-size: 65px;
}
.expert .sec-title p{
    color: #F1F1F1;
    margin-bottom: 30px;
}
.expert .statistic-owl{
    background-color: #FFF;
    padding: 50px;
    padding-top: 0;
    border-radius: 3px;
}
.expert .statistic-owl .statistic-item{
    overflow: hidden;
}
.expert .statistic-owl .statistic-item i{
    font-size: 40px;
    background: #1c2842;
    color: #FFF;
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: block;
    text-align: center;
    margin-bottom: 50px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: relative;
    z-index: 1;
}
.expert .statistic-owl .statistic-item .counter{
    font-size: 60px;
    font-weight: 600;
    line-height: 0.8;
    margin-bottom: 20px;
    display: block;
    font-family: 'Roboto', sans-serif;
}
.expert .statistic-owl .statistic-item .name-content{
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .5px;
}
.expert .statistic-owl.owl-theme .owl-nav.disabled+.owl-dots{
    position: absolute;
    margin: 0;
    line-height: 1;
    top: 30px;
    right: 50px;
}
.expert .statistic-owl.owl-theme .owl-dots .owl-dot{
    outline: none;
}
.expert .statistic-owl.owl-theme .owl-dots .owl-dot span{
    background-color: rgb(225 29 7 / 0.3);
    width: 18px;
    height: 5px;
}
.expert .statistic-owl.owl-theme .owl-dots .owl-dot.active span,
.expert .statistic-owl.owl-theme .owl-dots .owl-dot:hover span{
    background: #1c2842;
}

/* :: Quote */
.quote {
    position: relative;
    margin-top: 100px;
}
.quote .quote-box{
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 73px 0 rgb(11 12 38 / 0.07);
            box-shadow: 0 1px 73px 0 rgb(11 12 38 / 0.07);
    padding: 30px;
    border-radius: 3px;
}
.quote .quote-info{
    height: 100%;
    color: #FFF;
    background: url(../images/quote/01_quote.jpg);
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    padding: 30px;
}
.quote .quote-info:after{
    content: '';
    background-color: rgb(225 29 7 / 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.quote .quote-info .info-top,
.quote .quote-info .info-down{
    position: relative;
    z-index: 1;
    width: 100%
}
.quote .quote-info .info-top .item{
    margin-bottom: 30px;
}
.quote .quote-info .info-top .item h5{
    font-weight: 500;
    font-size: 25px;
    line-height: 1.2;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.quote .quote-info .info-top .item p{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.5;
    position: relative;
    color: #F1F1F1
}
.quote .quote-info .info-down i{
    font-size: 18px;
    border-radius: 3px;
    border: 2px solid #FFF;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 37px;
}
.quote .quote-info .info-down h5{
    font-weight: 500;
    font-size: 23px;
    line-height: 1.2;
    display: inline-block;
    text-transform: capitalize;
    margin-left: 8px;
}
.quote .text-box .sec-title h3{
    color: #222222;
    margin-bottom: 15px;
    font-size: 35px;
}
.quote .text-box .sec-title p{
    color: #9B9B9B;
}
.quote-item input,
.quote-item textarea{
    border: 2px solid #E9E9E9;
    padding: 12px;
    width: 100%;
    color: #A5A5A5;
    font-size: 13px;
    margin-bottom: 30px;
    border-radius: 3px;
}
.quote-item input:focus,
.quote-item textarea:focus{
    border-color: #ff8b53;
}
.quote-item textarea{
    display: block;
    min-height: 150px;
}
.nice-select{
    border: 2px solid #E9E9E9;
    padding: 12px;
    width: 100%;
    color: #A5A5A5;
    font-size: 13px;
    margin-bottom: 30px;
    border-radius: 2px;
    height: auto;
    line-height: unset;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus{
    border-color: #ff8b53;
}
.nice-select .list{
    background-color: #FFF;
    min-width: 250px;
    padding: 25px 0;
    border-color: #FFF;
    border-radius: 2px;
}
.nice-select .option{
    color: #9B9B9B;
    padding: 0;
    margin: 0 20px;
    font-size: 13px;
    line-height: 40px;
    border-bottom: 1px solid rgb(155 155 155 / 30%);
    position: relative;
    font-weight: normal;
    text-transform: capitalize;
    display: block;
    font-weight: 400;
}
.nice-select .option:last-of-type{
    border: 0;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus{
    background-color: transparent;
    color: #ff8b53;
    font-weight: 400;
}

/* :: FAQs & Quote */
.faq-quote{
    background-image: url(../images/contact/01_contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.faq-quote .faq .sec-title h3{
    color: #FFF;
    margin-bottom: 25px;
}
.faq-quote .faq .sec-title p{
    color: #F1F1F1;
}
.faq .faq-box {
    padding: 18px;
    margin-bottom: 25px;
    border-radius: 3px;
    border: 1px solid #FFF;
    position: relative;
}
.faq .faq-box:last-of-type{
    margin-bottom: 0;
}
.faqs-page .faq-box:last-of-type{
    margin-bottom: 30px;
}
.faq .faq-box .question-header{
    line-height: 1;
}
.faq .faq-box .question-header .click{
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 22px;
    color: #FFF;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
    width: 100%;
    text-align: left;
    padding-right: 20px;
    outline: inherit;
}
.faq .faq-box .question-header .click i{
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 20px;
    text-align: center;
}
.faq .faq-box .question-header .click:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
}
.faq .faq-box .question-header .click[aria-expanded="true"] i{
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
}
.faq .faq-box .about-text{
    margin-top: 18px;
    margin-bottom: 0;
    color: #F1F1F1;
    letter-spacing: 0.3px;
    background-color: transparent;
    border: 0;
    padding: 0;
    border-top: 1px solid #F9F9F9;
    padding-top: 18px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
}

/* :: Quote */
.faq-quote .quote{
    padding: 30px;
    background-color: #FFF;
    border-radius: 3px;
    margin-top: 0;
}
.faq-quote .quote .sec-title{
    margin-bottom: 30px;
}
.faq-quote .quote .sec-title h3{
    color: #222222;
    font-size: 35px;
}
.faq-quote .quote .quote-item{
    background-color: #F9F9F9;
    margin-bottom: 30px;
    padding: 15px;
    position: relative;
    border-radius: 3px;
}
.faq-quote .quote .quote-item:last-of-type{
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
}
.faq-quote .quote .quote-item label{
    display: block;
    line-height: 1.1;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
}
.faq-quote .quote .quote-item input,
.faq-quote .quote .quote-item textarea{
    width: 100%;
    color: #9B9B9B;
    background-color: transparent;
    font-size: 13px;
    padding: 10px 0 0 0;
    text-transform: capitalize;
    letter-spacing: 0.25px;
    position: relative;
    border: 0px solid transparent;
    margin-bottom: 0;
}
.faq-quote .quote .quote-item textarea{
    height: 115px;
    display: block;
}
.faq-quote .quote .quote-item i{
    position: absolute;
    color: #ff8b53;
    top: 15px;
    right: 15px;
}

/* :: Sponsors */
.sponsors{
    padding: 50px 0;
    border-bottom: 1px solid #E9E9E9;
    background-color: #F9F9F9;
}
.sponsors.page{
    padding: 100px 0;
}
.sponsors img{
    opacity: 0.5;
}
.sponsors img:hover{
    opacity: 1;
}

/* :: Testimonial */
.testimonial,
.testimonial-home-2{
    background-color: #F9F9F9;
}
.owl-testimonial .item-box .text-box{
    position: relative;
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 30px;
    margin-top: calc(69px + 30px);
    text-align: center;
}
.owl-testimonial .item-box .item-name i{
    font-size: 50px;
    line-height: 1;
    color: #ff8b53;
    display: block;
}
.owl-testimonial .item-box .item-name h5,
.testimonial-home-2 .owl-testimonial .testimonial-item .item-name h5{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 8px;
    text-transform: capitalize;
    color: #222222;
    text-align: center;
}
.owl-testimonial .item-box .item-name span,
.testimonial-home-2 .owl-testimonial .testimonial-item .item-name span{
    display: block;
    line-height: 15px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    color: #9B9B9B;
}
.testimonial .owl-testimonial.owl-theme .owl-dots{
    line-height: 1;
    position: absolute;
    width: 100%;
    top: 0;
}
.testimonial .owl-testimonial.owl-theme .owl-dots .owl-dot{
    margin: 0 8px;
    border-radius: 3px;
    padding: 5px !important;
    outline: none;
}
.testimonial .owl-testimonial.owl-theme .owl-dots .owl-dot.active{
    border: 2px solid #ff8b53;
}
.testimonial .owl-testimonial.owl-theme .owl-dots .owl-dot span{
    background-color: transparent;
    background-size: cover;
    width: 55px;
    height: 55px;
    margin: auto;
    border-radius: 3px;
}
.testimonial .owl-testimonial.owl-theme .owl-dots .owl-dot:nth-of-type(1) span{
    background-image: url(../images/testimonial/01_testimonial.jpg);
}
.testimonial .owl-testimonial.owl-theme .owl-dots .owl-dot:nth-of-type(2) span{
    background-image: url(../images/testimonial/02_testimonial.jpg);
}
.testimonial .owl-testimonial.owl-theme .owl-dots .owl-dot:nth-of-type(3) span{
    background-image: url(../images/testimonial/03_testimonial.jpg);
}
.testimonial .owl-testimonial.owl-theme .owl-nav{
    display: none;
}

/* :: Testimonial Home 2 */
.testimonial-home-2 .icon-quote{
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
}
.testimonial-home-2 .icon-quote i{
    font-size: 42px;
    line-height: 1;
    color: #ff8b53;
}
.testimonial-home-2 .owl-testimonial .testimonial-item .text-box{
    position: relative;
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
    color: #222222;
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.testimonial-home-2 .owl-testimonial .testimonial-item .text-box:after,
.testimonial-home-2 .owl-testimonial .testimonial-item .text-box:before{
    content: ' " ';
}
.testimonial-home-2 .owl-testimonial .testimonial-item .item-name img{
    width: 70px;
    border-radius: 50%;
    margin: auto;
    border: 3px solid #ff8b53;
    padding: 4px;
}
.testimonial-home-2 .owl-testimonial.owl-theme .owl-nav{
    display: none;
}
.testimonial-home-2 .owl-testimonial.owl-theme .owl-dots{
    margin: 0;
    line-height: 1;
    margin-top: 30px;
}
.testimonial-home-2 .owl-testimonial.owl-theme .owl-dots .owl-dot{
    outline: none;
}
.testimonial-home-2 .owl-testimonial.owl-theme .owl-dots .owl-dot span{
    margin: 0 5px;
    width: 20px;
    height: 6px;
    background-color: #222222;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.testimonial-home-2 .owl-testimonial.owl-theme .owl-dots .owl-dot.active span,
.testimonial-home-2 .owl-testimonial.owl-theme .owl-dots .owl-dot:hover span{
    background: #1c2842;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* :: Testimonial Home 3 */
.testimonial-home-3{
    background-image: url(../images/expert/01_expert.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.testimonial-home-3 .sec-title h3{
    color: #FFF;
}
.testimonial-home-3 .sec-title p{
    color: #F1F1F1;
}
.testimonial-home-3 .testimonial-item .text-box{
    background-color: #FFF;
    padding: 0 30px 30px 30px;
    border-radius: 3px;
    position: relative;
    color: #9B9B9B;
    font-size: 15px;
    margin-bottom: 30px
}
.testimonial-home-3 .testimonial-item .text-box:after{
    content: '';
    position: absolute;
    border: 20px solid;
    border-color: transparent transparent transparent #FFF;
    left: 0;
    bottom: -10px;
    z-index: 0;
}
.testimonial-home-3 .testimonial-item .text-box i{
    font-size: 30px;
    background: #1c2842;
    color: #FFF;
    width: 55px;
    height: 55px;
    line-height: 55px;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: relative;
    z-index: 1;
}
.testimonial-home-3 .testimonial-item .item-name img{
    width: 60px;
    height: 60px;
    border-radius: 3px;
    border: 2px solid #FFF;
    padding: 3px;
}
.testimonial-home-3 .testimonial-item .item-name h5{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 8px;
    text-transform: capitalize;
    color: #FFF;
}
.testimonial-home-3 .testimonial-item .item-name span{
    display: block;
    line-height: 15px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #F1F1F1;
}

/* :: Blog */
.blog-item{
    margin-bottom: 30px;
}
.blog-item .img-box{
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
.blog-item .img-box .open-item-blog{
    font-size: 16px;
    background: #1c2842;
    color: #FFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
    top: -51px;
    left: 30px;
    z-index: 1;
}
.blog-item:hover .img-box .open-item-blog{
    top: 0;
}
.blog-item:hover .img-box .open-post img{
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out
}
.blog-item .img-box ul{
    position: absolute;
    bottom: 0;
    left: 30px;
    background: #1c2842;
    padding: 2px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.blog-item .img-box ul li{
    display: inline-block;
}
.blog-item .img-box ul li a{
    font-size: 13px;
    text-transform: capitalize;
}
.blog-item .img-box ul li:hover a{
    color: #222222;
}
.blog-item .text-box{
    padding: 30px 0px 0px 30px;
}
.blog-item .text-box .title-blog{
    display: block;
}
.blog-item .text-box h5{
    position: relative;
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 15px 0;
    font-weight: 600;
    color: #222222;
    text-transform: capitalize;
}
.blog-item .text-box .title-blog:hover,
.blog-item .text-box h5:hover{
    color: #ff8b53;
}
.blog-item .text-box .blog-date{
    margin-bottom: 15px;
    display: block;
}
.blog-item .text-box .link{
    font-size: 14px;
    color: #222222;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
}
.blog-item .text-box .link:hover{
    color: #ff8b53;
}

/* :: Map */
.map-box iframe{
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
    height: 180px;
    display: block;
    margin-bottom: calc(-180px /2);
}

/* :: Footer */
.footer{
    background: #fff;
    padding-top: 60px;
}
.footer-home-2{
    padding-top: calc(100px + 90px);
}
.footer .logo,
.footer .links,
.footer .newsletter{
    margin-bottom: 30px;
}
.footer .logo img{
    width: 150px;
}
.footer .logo p{
    margin: 30px 0 30px 0;
    color: #F9F9F9;
}
.footer-title h4{
    color: #FFF;
    font-size: 22px;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 25px;
}
.footer .links li a{
    display: inline-block;
    position: relative;
    color: #F4F4F4;
    font-size: 14px;
    line-height: 32px;
}
.footer .links li:hover a{
    color: #ff8b53;
}
.footer .newsletter{
    background-color: #1c2842;
    padding: 30px;
    border-radius: 8px;
    text-align:center;
}
.footer .newsletter h5{
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 20px;
}
.footer .newsletter p{
    color: #fff;
    margin-bottom: 26px;
    font-size: 15px;
    font-weight: 500;
}
.footer .newsletter form{
    position: relative
}
.footer .newsletter form input{
    width: 100%;
    color: #9B9B9B;
    background-color: transparent;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0 15px;
    line-height: 44px;
    border-radius: 3px;
    letter-spacing: 0.25px;
    position: relative;
    border: 1px solid rgb(204 204 204 / 0.1);
}
.footer .newsletter form input:focus{
    border-color: #ff8b53;
}
.footer .newsletter form a{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
    background: #1c2842;
    color: #FFF;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    color: #FFF;
}
.footer .newsletter form a:hover i{
    color: #FFF;
}
.footer .map-box iframe{
    margin-bottom: 30px;
}
.footer ul.icon{
    margin-bottom: 30px;
}
.footer ul.icon li{
    display: inline-block;
}
.footer ul.icon li a{
    width: 35px;
    display:list-item;
        height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #f57e20;
    color: #FFF;
    font-size: 13px;
    margin-right: 5px;
    border-radius: 2px;
}
.footer ul.icon li:hover a{
    background-color: #FFF;
    color: #ff8b53;
}

.copyright{
    margin-top: 30px;
    padding: 20px 0;
    background-color: #f57e20;
    overflow: hidden
}
.copyright p{
    margin: 0;
    color: #fff;
    float: left;
}
.copyright p a{
    color: #ff8b53;
}
.copyright ul{
    float: right;
}
.copyright ul li{
    display: inline-block;
    margin-left: 10px;
}
.copyright ul li a{
    color: #FFF !important
}
.copyright ul li:hover a{
    color: #ff8b53 !important;
}

/* :: Scroll Up */
.scroll-up {
    position: fixed;
    z-index: 100;
    bottom: 30px;
    right: 30px;
    -webkit-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.scroll-up.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.scroll-up a {
    background: #1c2842;
    font-size: 26px;    align-content: center;
    color: #FFF;
    line-height: 42px;
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ff8b53;
    border-radius: 3px;
    outline: none;
}
.scroll-up:hover a{
    background-color: #222222;
    border: 1px solid #222222;
}

/* :: Breadcrumb Header */
.breadcrumb-header{
    padding-bottom: 120px;
    padding-top: calc(86px + 120px);
    color: #FFF;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.breadcrumb-header-2{
    padding-top: calc(131px + 120px);
}
.breadcrumb-header .banner h1{
    font-size: 80px;
    font-weight: 600;
    line-height: 1.2;
    color: #FFF;
    text-transform: capitalize;
    margin-bottom: 25px;
    position: relative;
}
.breadcrumb-header .banner ul li{
    display: inline-block;
    position: relative;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.30px;
    color: #F9F9F9;
    text-transform: capitalize;
}
.breadcrumb-header .banner ul li:hover a{
    color: #ff8b53;
}

/* :: Brochures */
.brochures{
    padding: 40px;
    background-color: #F1F1F1;
    margin-bottom: 30px;
    border-radius: 3px;
}
.brochures h5{
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #222222;
    font-size: 24px;
    font-weight: 500;
}
.brochures a{
    width: 100%;
}

/* :: Dedicated Customer */
.dedicated-customer{
    padding: 40px;
    background: #1c2842;
    border-radius: 3px;
    color: #FFF;
    margin-bottom: 30px;
    border-radius: 3px;
}
.dedicated-customer h5{
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #FFF;
    font-size: 24px;
}
.dedicated-customer p{
    margin-bottom: 100px;
    color: #F1F1F1
}
.dedicated-customer .btn-1{
    display: block;
}
.dedicated-customer .btn-1:hover{
    color: #FFF;
}
.dedicated-customer .btn-1:after{
    background-color: #222222;
}

/* :: Introduction Member */
.introduction-member h3{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 40px;
}
.introduction-member h3:first-of-type{
    margin-top: 0;
}
.introduction-member .skills{
    margin-bottom: 30px;
}

/* :: Core About */
.core-about{
    overflow: hidden;
}
.core-about li{
    margin-bottom: 12px;
    float: left;
    width: 50%;
}
.core-about li i{
    font-size: 12px;
    color: #ff8b53;
    margin-right: 8px;
}
.core-about li h4{
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
}

/* :: Services Details */
.single-services h3{
    font-size: 45px;
    line-height: 1.1;
    color: #222222;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 25px;
}
.single-services h4{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 40px;
}
.single-services .single-services-list{
    padding: 30px;
    background-color: #F1F1F1;
    border-radius: 3px;
    margin-bottom: 30px;
}
.single-services .single-services-list h4{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 25px 0 ;
}
.single-services .single-services-list ul{
    background-color: #FFF;
}
.single-services .single-services-list ul li a{
    display: block;
    color: #222222;
    font-weight: 500;
    padding: 20px 15px;
    border-bottom: 2px solid #F1F1F1;
    position: relative;
    cursor: pointer;
}
.single-services .single-services-list ul li.active a,
.single-services .single-services-list ul li:hover a{
    color: #ff8b53
}
.single-services .single-services-list ul li a i{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
}
.benfits{
    overflow: hidden;
}
.benfits li{
    width: 50%;
    float: left;
    padding-right: 10px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: capitalize;
    color: #687076;
}

/* :: Single Blog */
.single-bolg .blog-item .text-box{
    padding-left: 0;
}
.share-post{
    overflow: hidden;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding-top: 25px;
    margin-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.share-post span{
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    margin: 4px 0;
    display: inline-block;
}
.share-post ul{
    float: right;
}
.share-post ul li{
    display: inline-block;
    margin: 0 4px 0px 0;
}
.share-post ul li a{
    display: inline-block;
    text-align: center;
    color: #222222;
    background-color: #F9F9F9;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #F9F9F9;
    border-radius: 2px;
}
.share-post ul li:hover a{
    background: #1c2842;
    border-color: #ff8b53;
    color: #FFF;
}
.single-bolg .item-comments{
    margin-bottom: 30px;
}
.single-bolg .item-comments .title h4,
.single-bolg .add-comments .title h4{
    line-height: 1;
    text-transform: capitalize;
    color: #222222;
    position: relative;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 25px;
}
.single-bolg .item-comments .inner-comments .comments-box{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
}
.single-bolg .item-comments .inner-comments .comments-box:last-of-type{
    padding: 0;
    margin: 0;
    border: none;
}
.single-bolg .item-comments .inner-comments .comments-box.reply,
.single-bolg .item-comments .inner-comments .comments-box .text-box{
    margin-left: 90px;
}
.single-bolg .item-comments .inner-comments .comments-box .img-box{
    height: 70px;
    width: 70px;
    display: block;
    margin-right: 20px;
    float: left;
    position: relative;
}
.single-bolg .item-comments .inner-comments .comments-box .img-box img{
    border-radius: 50%;
}
.single-bolg .item-comments .inner-comments .comments-box .text-box h5{
    display: block;
    color: #222222;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.single-bolg .item-comments .inner-comments .comments-box .text-box .time{
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 12px;
    margin: 0 0 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff8b53;
}
.single-bolg .item-comments .inner-comments .comments-box .text-box p{
    margin-bottom: 15px;
}
.single-bolg .item-comments .inner-comments .comments-box .text-box a{
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #F9F9F9;
    background-color: #F9F9F9;
    font-size: 13px;
    font-weight: 600;
    color: #7A8A9E;
    border-radius: 3px;
}
.single-bolg .item-comments .inner-comments .comments-box .text-box a:hover{
    color: #FFF;
    border: 1px solid #ff8b53;
    background: #1c2842;
}
.single-bolg .add-comments .inner-add-comments-box{
    margin-bottom: 30px;
}
.single-bolg .add-comments .inner-add-comments-box input,
.single-bolg .add-comments .inner-add-comments-box textarea{
    position: relative;
    border: 1px solid #E9E9E9;
    padding: 10px;
    width: 100%;
    color: #A5A5A5;
    font-size: 13px;
    border-radius: 3px;
}
.single-bolg .add-comments .inner-add-comments-box input:focus,
.single-bolg .add-comments .inner-add-comments-box textarea:focus{
    border-color: #ff8b53;
}
.single-bolg .add-comments .inner-add-comments-box textarea{
    height: 100px;
    display: block;
}

/* :: Widget */
.widget{
    margin-bottom: 30px;
}
.widget .widget-title{
    padding-bottom: 25px;
}
.widget .widget-title h3{
    line-height: 1.2;
    text-transform: capitalize;
    color: #222222;
    position: relative;
    font-size: 22px;
    font-weight: 500;
}
.widget .widget-body .search{
    position: relative;
}
.widget .widget-body .search input{
    position: relative;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    color: #A5A5A5;
    font-size: 13px;
}
.widget .widget-body .search input:focus{
    border-color: #ff8b53;
}
.widget .widget-body .search button.click{
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    font-size: 13px;
    background-color: transparent;
    color: #ff8b53;
    border: none;
}
.widget .widget-body .instagram ul{
    overflow: hidden;
}
.widget .widget-body .instagram ul li{
    float: left;
    display: inline-block;
    margin: 4px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}
.widget .widget-body .instagram ul li img{
    width: 60px;
    height: 60px;
}
.widget .widget-body .instagram ul li a{
    background: #1c2842;
    color: #FFF;
    font-size: 14px;
    line-height: 58px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}
.widget .widget-body .instagram ul li:hover a{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.widget .widget-body .follow .icon li{
    display: inline-block;
    margin: 0 4px 4px 0;
}
.widget .widget-body .follow .icon li a{
    display: inline-block;
    text-align: center;
    color: #FFF;
    background: #1c2842;
    font-size: 13px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ff8b53;
    border-radius: 2px;
    cursor: pointer;
}
.widget .widget-body .follow .icon li:hover a{
    background-color: #222222;
    border-color: #222222;
}
.widget .categories ul li{
    border-bottom: 1px solid #EAEAEA; width:100%;
}
.widget .categories ul li:last-of-type{
    border-bottom: none;
}
.widget .categories ul li a{
    font-size: 14px;
    padding: 15px 0;
    display: block;
    line-height: 15px;
    text-transform: capitalize;
    color: #A5A5A5;
}
.widget .categories ul li:first-of-type a{
    padding-top: 0;
}
.widget .categories ul li:last-of-type a{
    padding-bottom: 0;
}
.widget .categories ul li a i{
    margin-right: 5px;
}
.widget .categories ul li a span{
    float: right;
}
.widget .categories ul li:hover a{
    color: #ff8b53;
    padding-left: 10px;
}
.widget .widget-body .tags ul li{
    display: inline-block;
}
.widget .widget-body .tags ul li a{
    display: inline-block;
    padding: 4px 10px;
    margin: 0 5px 5px 0;
    border: 1px solid #F9F9F9;
    background-color: #F9F9F9;
    font-size: 13px;
    font-weight: 600;
    color: #A5A5A5;
    border-radius: 3px;
    text-transform: capitalize;
}
.widget .widget-body .tags ul li:hover a{
    background: #1c2842;
    color: #FFF;
    border: 1px solid #ff8b53;
}
.news-item{
    margin-bottom: 22px;
    overflow: hidden;
}
.news-item:last-of-type{
    margin-bottom: 0px;
}
.news-item img{
    float: left;
    height: 60px;
    width: 60px;
    border-radius: 3px;
}
.news-item .item-content{
    padding-left: 70px;
}
.news-item .item-content span a{
    color: #ff8b53;
    line-height: 0.8;
    display: block;
    padding-bottom: 8px;
}
.news-item .item-content a.title-blog{
    display: block;
}
.news-item .item-content a.title-blog h5{
    color: #B4B4B4;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
}
.news-item .item-content a.title-blog:hover,
.news-item .item-content a.title-blog:hover h5{
    color: #ff8b53;
}
/* :: Pagination */
.pagination-area{
    margin-bottom: 30px;
}
.pagination-area .pagination li{
    display: inline-block;
    text-align: center;
    color: #222222;
    font-weight: 600;
    font-size: 14px;
    width: 44px;
    height: 44px;
    line-height: 42px;
    margin-right: 2px;
    border: 1px solid #EAEAEA;
    cursor: pointer;
}
.pagination-area .pagination li:last-of-type{
    margin-right: 0;
}
.pagination-area .pagination li.active{
    background: #1c2842;
    color: #FFF;
    border-color: #ff8b53;
}

/* :: FAQs 2 */
.faq-2 .faq-box{
    border: 2px solid #F1F1F1;
    margin-bottom: 30px;
}
.faq-2 .faq-box .question-header .click{
    color: #222222
}
.faq-2 .faq-box .question-header .click i{
    color: #222222
}
.faq-2 .faq-box .about-text{
    color: #9B9B9B;
    border-top: 2px solid #F1F1F1;
}
.single-services .video-presentation{
    margin-top: 30px;
}

/* :: Careers Page */
.item-careers{
    border: 1px solid #E9E9E9;
    border-radius: 2px;
    padding: 40px;
    margin-bottom: 30px;
}
.item-careers h4 a{
    display: block;
    color: #222222;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
}
.item-careers h4:hover a{
    color: #ff8b53;
}
.item-careers ul li{
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
}
.item-careers ul li.active{
    background: #1c2842;
    padding: 2px 15px;
    color: #FFF;
    border-radius: 3px;
}
.item-careers p{
    margin: 15px 0;
}
.item-careers a{
    font-size: 14px;
    color: #ff8b53;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
}

/* :: Shop Page */
.shop-item{
    margin-bottom: 30px;
}
.shop-item .item-img{
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}
.shop-item .item-img span{
    position: absolute;
    z-index: 1;
    display: block;
    width: 0px;
    height: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px;
    opacity: 1;
    background-color: rgb(225 29 7 / 0.8);
}
.shop-item:hover .item-img span{
    width: 1000px;
    height: 1000px;
}
.shop-item .item-img .box-more a{
    padding: 0 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    background-color: #FFF;
    color: #ff8b53
}
.shop-item:hover .item-img .box-more a{
    opacity: 1;
    visibility: visible;
}
.shop-item .item-text .open-item-shop h4{
    margin: 16px 0 12px 0;
    line-height: 1;
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 500;
    color: #222222;
}
.shop-item .item-text .open-item-shop h4:hover{
    color: #ff8b53;
}
.shop-item .item-text span{
    color: #ff8b53;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

/* :: Single Product */
.shop-page .text-box-details .title-product{
    font-size: 45px;
    line-height: 1.1;
    color: #222222;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 25px;
}
.shop-page .text-box-details .item-review span{
    display: inline-block;
    font-size: 14px;
    color: #A5A5A5;
}
.shop-page .text-box-details .item-review span i.active{
    color: #ff8b53;
}
.shop-page .text-box-details .item-review span.reviews{
    margin-left: 40px;
}
.shop-page .text-box-details .item-review span.spance-span{
    margin: 0 5px;
}
.shop-page .text-box-details .item-review span a{
    font-size: 14px;
    color: #A5A5A5;
}
.shop-page .text-box-details .item-review span a:hover{
    color: #ff8b53;
}
.shop-page .text-box-details .item-price{
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    color: #ff8b53;
    margin-top: 15px;
    margin-bottom: 25px;
}
.shop-page .text-box-details .btn-1{
    margin-bottom: 25px;
}
.shop-page .text-box-details .list-details li{
    line-height: 2;
    font-size: 16px;
}
.shop-page .text-box-details .list-details li span{
    font-weight: bold;
    color: #222222;
    min-width: 120px;
    display: inline-block;
}
.shop-page .text-box-details .list-details li a{
    color: #222222;
    margin-right: 20px;
}
.shop-page .text-box-details .list-details li a:hover{
    color: #ff8b53;
}
.shop-page .description{
    margin-top: 50px;
    margin-bottom: 30px;
}
.shop-page .description ul li {
    margin-right: 5px;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    min-width: 180px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    letter-spacing: 1px;
    border-radius: 3px;
    overflow: hidden;
  font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #1c2842;
    display: inline-block;
    cursor: pointer;
    color: #FFF;
}
.shop-page .description ul li:hover{
    color: #FFF;
}
.shop-page .description ul li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #222222;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.shop-page .description ul li:hover:after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}
.shop-page .description p{
    margin: 25px 0 0 0;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.shop-page .description p.active{
    opacity: 1;
    visibility: visible;
    display: block;
}

/* :: 404 Error Page */
.page-404-area{
    padding: 150px 0;
}
.page-404-area h2{
    font-size: 250px;
    color: #222222;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
}
.page-404-area a{
    margin-top: 30px;
}

.winnersh4{width:100%; text-align:center; color:#000; padding-bottom:30px; padding-top:50px; font-size:20px; }
.fblack{color:#000 ! important;}
.tbhead{  text-align: center;
        background: #1c2842;
    color: #fff;}
    
    
    
/*** 

====================================================================
	Process Section Two
====================================================================

***/

.process-section-two{
	position:relative;
	padding:0px 0px 120px;
}

.process-section-two .inner-container{
	position:relative;
	padding-bottom:0px;
	border-bottom:1px solid #dddddd;
}

.process-block-two{
	position:relative;
}

.process-block-two .inner-box{
	position:relative;
}

.process-block-two .inner-box .left-color-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	opacity:0;
	transform:scale(0,1);
	background-color:#111820;
	transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
}

.process-block-two .inner-box:hover .left-color-layer{
	opacity:1;
	transform:scale(1,1);
}

.process-block-two .inner-box .right-color-layer{
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	opacity:0;
	transform:scale(0,1);
	transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	background-color:#111820;
}

.process-block-two .inner-box:hover .right-color-layer{
	opacity:1;
	transform:scale(1,1);
}

.process-block-two .inner-box .content{
	position:relative;
	text-align:center;
	padding:40px 20px 40px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	background-color:rgba(255,255,255,0.06);
}

.process-block-two .inner-box h4{
	margin-bottom:18px;
	transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
}

.process-block-two .inner-box .text{
	transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
}

.process-block-two .inner-box:hover .text,
.process-block-two .inner-box:hover h4{
	color:#ffffff;
}

.process-block-two .inner-box .process-number{
	position:relative;
	top:10px;
	color:#ffffff;
	width:50px;
	height:50px;
	line-height:50px;
	display:block;
	margin:0 auto;
	font-size:28px;
	font-weight:600;
	text-align:center;
	margin-top:30px;
	background-color:#f3aa4e; 
	font-family: 'Poppins', sans-serif;
	transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
}

.process-block-two .inner-box .process-number:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:100%;
	width:1px;
	height:40px;
	background-color:#dddddd;
}

.process-block-two .inner-box:hover .process-number{
	background-color:#111111;
	color:#ffffff;
}

.process-block-two .inner-box .process-number.style-two{
	background-color:#00aeef;
}



/*** 

====================================================================
	Process Section
====================================================================

***/

.process-section{
	position:relative;
	padding:0px 0px 150px;
	background-color:#fff;   
}

.process-section .pattern-layer{
	position:absolute;
	left:10%;
	top:-10%;
	width:216px;
	height:196px;
	z-index:1;
	background-repeat:no-repeat;
}

.process-section .pattern-layer-two{
	position:absolute;
	right:10%;
	top:20%;
	width:216px;
	height:196px;
	z-index:1;
	background-repeat:no-repeat;
}

.process-section .pattern-layer-three{
	position:absolute;
	right:0%;
	top:20%;
	width:877px;
	height:486px;
	z-index:1;
	background-repeat:no-repeat;
}

.process-section .pattern-layer-four{
	position:absolute;
	left:10%;
	bottom:0%;
	width:216px;
	height:196px;
	z-index:1;
	background-repeat:no-repeat;
}

.process-section .top-icon-outer{
	position:relative;
}

.process-section .top-icon{
	position:relative;
	text-align:center;
	margin-top:-120px;
	margin-bottom:50px;
	display:inline-block;
}

.process-section .inner-container{
	position:relative;
}

.process-section .inner-container .arrow-icon{
	position:relative;
	margin-left:270px;
}

.process-section .inner-container .arrow-icon-two{
	position:relative;
	margin-left:600px;
}

.process-block{
	position:relative;
	z-index:2;
}

.process-block .inner-box{
	position:relative;
	text-align:center;
	padding:35px 45px 35px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:rgba(255,255,255,0.06);
	    background: #1c2842;
}

.process-block .inner-box .icon{
	position:relative;
	margin-bottom:25px;
}

.process-block .inner-box h6{
	font-weight:500;
	
}

.process-block .inner-box h6 a{
	position:relative;
	color:#000;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.process-block .inner-box:hover h6 a{
	color:#fff;
}

.process-block .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:14px;
	line-height:1.8em;
	margin-bottom:28px;
}

.process-block .inner-box .learn-more{
	position:relative;
	color:#ffffff;
	z-index:1;
	font-size:14px;
	font-weight:500;
	padding-top:3px;
	padding-left:40px;
	font-family: 'Poppins', sans-serif;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.process-block .inner-box .learn-more .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:25px;
	height:25px;
	color:#ffffff;
	font-size:10px;
	font-weight:600;
	text-align:center;
	line-height:21px;
	border-radius:5px;
	display:inline-block;
	border:2px solid #ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.process-block .inner-box .learn-more .icon:after{
	position:absolute;
	content:'';
	left:1px;
	top:1px;
	width:25px;
	height:25px;
	z-index:-1;
	border-radius:5px;
	background-color:#ff3c00;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.process-block .inner-box .learn-more:hover{
	color:#ff3c00;
}

.process-block .inner-box .learn-more:hover .icon{
	color:#ff3c00;
	border-color:#ffffff;
}

.process-block .inner-box .learn-more:hover .icon:after{
	left:-2px;
	top:-2px;
	background-color:#ffffff;
}



@media (min-width: 992px){
    
    /* :: Header */
    .dispnon1 {
        display:none ! important;
    }
    
 
}

@media (max-width: 992px){
    
    /* :: Header */
    .dispnon2 {
        display:none ! important;
    }
    
 
}


.call-to-action {
    background-color: transparent;
}

.call-to-action .container {
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    clip-path: inset(0 round 15px);
}

.call-to-action .container:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    inset: 0;
    z-index: 2;
}


.call-to-action .container img {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
}

.call-to-action .play-btn {
    width: 94px;
    height: 94px;
    margin-bottom: 20px;
    background: radial-gradient(var(--accent-color) 50%, 
color-mix(in srgb, var(--accent-color), transparent 60%) 52%);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.call-to-action h3 {
    color: var(--default-color);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.call-to-action h3 {
    color: var(--default-color);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.call-to-action .container .content {
    position: relative;
    z-index: 3;
}

.star img {
    width: 5%;
    margin-right: 6px;
    width: 7%;
    margin-right: 10px;
    object-fit: contain;
    object-position: top;
}

.team-style-one .thumb img {
    width: 100%;
    position: relative;
    max-width: 300px;
    overflow: hidden;
    border-radius: 50%;
    border-width: 4px;
    border-style: solid;
    border-color: rgb(9, 135, 218);
    border-image: initial;
    margin: 0px auto;
}

.team-style-one .info span {
    font-size: 14px;
    line-height: 22px;
    color: rgb(9, 135, 218);
    font-weight: 500;
    margin-bottom: -8px;
    display: block;
}

.team-style-one .info .title {
    font-weight: 600;
    margin-bottom: 5px; 
}

.team-style-one .info {
    position: relative;
    margin-top: 15px;
}

.galleryimg {
    position: relative;
    display: inline-block;
    font-size: 16px;
    background-color: rgb(255, 255, 255);
    line-height: 46px;
    color: rgb(60, 72, 88);
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.44) 0px 10px 30px 0px;
    border-radius: 6px;
}
.gallerywrds {
    font-size: 12px;
    color: black;
    font-weight: 500;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 12px;
}