/* General 
============================*/


@FONT-FACE {
	font-family: "Poppins";
	src: url("jf-flat-regular.woff");
}


@FONT-FACE {
	font-family: "Alata";
	src: url("Alata-Regular.ttf");
}

/*******************/




*, *:focus {
    outline: none!important;
}



body{
font-family: "Poppins";
    font-weight: 400;
    overflow-x: hidden;
    /* overflow-y: hidden; */
    width: 100%;
direction:rtl;
text-align:right;
}

.owl-carousel {
direction:ltr;
}


#wrapper {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.main {
    display: block;
    position: relative;
    width: 100%;
}
.page-content {
    position: relative;
    display: block;
    width: 100%;
}
.section-setting{
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 0 20px 0;
    overflow: hidden;
    background:#fff;
}

/*
.section-serv {
margin-top: -250px;
    background:none;
}*/

.section-color {
    background:#f9f9f9;
}
.section-title {
    display: block;
    margin: 0 0 20px;
    text-transform: uppercase;

    font-weight: normal;

    font-size: 22px !important;
    color: #bb2726;
}

.section-title p {
display: block;
margin: 15px auto;
font-size: 14px;
max-width: 767px;
color: #333;
text-transform: initial;
line-height: 30px;
font-weight: 400;
}

.section-title .border {
    position: relative;
    width: 200px;
    height: 30px;
    margin: 15px auto 20px;text-align: center;
}

.section-title .border .feat-icon {
background-color: #fff;
width: 50px;
margin: 0 auto;
font-size: 17px;
position: relative;color: #999;
}

.section-title .border:before{
    display: block;
    width: 200px;
    height: 2px;
    background-color: #999;
    content: " ";
    position: absolute;
    left: 0;
    right:0;
    bottom: 0;
    top: 0;
    margin:auto;
}
.section-title .border img{
    /* width: 50px; */
    height: 30px;
    background-color: #fff;
    position: relative;
    margin: auto;
    padding: 0 10px;
}
.section-color .border img{
    background-color: #f9f9f9;
}
.spacer-15{
    height: 15px;
    width: 100%;
    overflow: hidden;
    display: block;
}
.no-shadow{
    box-shadow: none !important;
}
.rtl{
    
}


.section-serv .section-title {

}
/* Text
============================*/
.head-title{
    display: block;
    position: relative;
    margin: 15px auto;
    text-transform: uppercase;
    
    font-weight: normal;
    font-size: 22px;
    color: #bb2726;
}
.head-title-new {
    color: #999;
    margin-bottom: 40px;
}
.info-text{
    display: block;
    position: relative;
    margin: 15px auto;
    max-width: 767px;
    color: #333;
    text-transform: initial;
    font-weight: 400;
    
}

.info-text p {
text-align: justify;
}


/* Links 
============================*/
a, a:hover, a:focus {
    cursor: pointer;
    text-decoration: none;
}

/* Lists  
============================*/
ul, li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* dot-lists
===========================*/
.dot-lists{
    margin: 5px auto;
}
.dot-lists li{
    line-height: 28px;
    padding: 0;
    padding-right: 19px;
    font-size: 14px;
    margin: 5px auto;
    
    text-transform: capitalize;
    text-align: right;
    color: #252525;
}
.dot-lists li:before{
    content: " ";
    position: absolute;
    text-align: center;
    left: 0;
    top: 5px;
    right: auto;
    width: 16px;
    height: 14px;
    z-index: 99;
    border: 7px solid transparent;
    border-right: 8px solid #bb2726;
}

/* Images  
============================*/
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Custom-btn  
==========================*/
.custom-btn {
    display: inline-block;
    position: relative;
    border: none;
    margin: 15px auto;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    padding: 0 25px;
    text-transform: uppercase;
    color: #ffffff;
    overflow: hidden;
    border-radius: 0;
    font-weight: 900;
    
    background-color: #bb2726;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.custom-btn span{
    position:relative;
    text-align:center;
}
.custom-btn:before{
    content: " ";
    position:absolute;
    left:0;
    top:0;
    width:0%;
    height:100%;
    background-color:#212121;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.custom-btn:hover {
    color: #ffffff;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.custom-btn:focus{
    color: #ffffff;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.custom-btn:hover:before{
    width:100%;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

/* Forms
========================*/
.form-group {
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}
.form-group label {
    display: block;
    text-align: right;
    font-weight: 900;
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0;
    color: #6e6e6e;
    
}
.form-control {
    color: #999;
    margin: 0 auto;
    padding: 0 15px;
    height: 50px;
    font-weight: normal;
    line-height: 50px;
    background-color: #f9f9f9;
    border-radius: 0;
    font-size: 14px;
    
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-control:hover,
.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea.form-control {
    height: 120px!important;
    resize: none;
    overflow-x: hidden;
    line-height: 57px;
}

/*Page Heading
================================*/
.page-heading {
    display: block;
    position: relative;
    text-align: center;
    background: url(../images/bc-1.jpg) no-repeat bottom;
    width: 100%;
    background-size: cover !important;
    overflow: hidden;
    padding: 100px 0px;
}
.breadcrumb-wrap {
    background-color: #fff;
    display: block;
    overflow: hidden;
}
.breadcrumb {
    background: #fff;
    text-align: right;
    font-size: 14px;
    margin: 0;
    padding: 15px 0;
    line-height: 40px;
    border-radius: 0;
}
.breadcrumb > li + li:before {
    padding: 0px 5px;
    color: #999;
    content: "/\00a0";
}
.breadcrumb li ,
.breadcrumb a {
    color: #999;
    font-size: 14px;
    text-transform: capitalize;
    
    font-weight: 600;
    display: inline-block;
}
.breadcrumb a i{
    margin-left:5px;
}
.breadcrumb > .active {
    color: #999;
}

/*Pagenation
==============================*/
.pagenation{
    display: block;
    position: relative;
    margin: 20px auto;
    text-align: center;
    width: 100%;
    background: transparent;
    padding: 0px;
}
.pagenation li{
    display: inline-block;
}
.pagenation li a {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    background-color: #bb2726;
    border-radius: 3px;
}
.pagenation-cricle li a{
    border-radius: 50%;
}
.pagenation li.active a:hover ,
.pagenation li.active a ,
.pagenation li a:hover {
    background-color: #252525;
    color: #fff;
}

/*Tabs
========================*/
.nav-tabs {
    border-bottom: 0;
    background: #ffffff;
    margin: 15px auto;
}
.nav-tabs>li {
    float: none;
    margin: 0;
    display: block;
}
.nav-tabs>li>a {
    margin: 0;
    line-height: 50px;
    border: none;
    border-radius: 0;
    padding: 0 20px;
    color: #252525;
    background: #ffffff;
    border-bottom: 1px solid #f9f9f9;
    font-weight: 900;
    
    font-size: 13px;
    text-transform: uppercase;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    color: #ffffff;
    background-color: #999;
    border: none;
}
.tab-content{
    background-color: #fff;
    padding: 15px;
    margin: 15px auto;
}
.tab-content .head-title{
    margin: 10px auto;
    font-size: 16px;
    
    color: #999;
}
.tab-content .info-text strong{
    color: #999;
    text-transform: capitalize;
    margin-left: 5px;
}

/* Loader
================================*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: #fff
}
.loader .car {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	text-align: center;
	display: grid;
	align-items: center;
    -webkit-animation: fadeinout 1s ease-in-out alternate infinite;
    -moz-animation: fadeinout 1s ease-in-out alternate infinite;
    -o-animation: fadeinout 1s ease-in-out alternate infinite;
    animation: fadeinout 1s ease-in-out alternate infinite;
}

.car h3 {

font-family: "Alata";
  font-size: 44px;
color: #bb2726;
}


.car h3 p {
font-size: 17px;
letter-spacing: 1px;margin: 0
font-weight: normal;color: #bb2726;
}

.spin {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 145px;
    height: 145px;
    margin: auto;
    border: 3px solid transparent;
    border-radius: 50%;
    border-top-color: #bb2726;
    -webkit-animation: spin 1.5s infinite linear;
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
}
.spin:before {
    content: "";
    border: 3px solid transparent;
    border-top-color: #bb2726;
    border-radius: 60%;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    position: absolute;
    -webkit-animation: antispin .7s infinite linear;
    -moz-animation: antispin .7s infinite linear;
    -o-animation: antispin .7s infinite linear;
    animation: antispin .7s infinite linear;
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-webkit-keyframes antispin {
    from {
        -webkit-transform: rotate;
        -moz-transform: rotate;
        -o-transform: rotate;
        transform: rotate
    }
    to {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}
@keyframes antispin {
    from {
        -webkit-transform: rotate;
        -moz-transform: rotate;
        -o-transform: rotate;
        transform: rotate
    }
    to {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}
@-webkit-keyframes fadeinout {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeinout {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}


/* Features
=======================*/
.features{
    background-color: #252525;
    text-align: center;
    padding: 0;
}
.feat-item{
padding: 30px 25px;
    border-left: 1px solid rgba(0, 0, 0, .4);
}
.feat-item:last-child{
    border-left: 0;
}
.feat-item:before{
    content: " ";
    position: absolute;
    right:0;
    top:0;
    width: 0;
    height: 100%;
    background-color:rgba(0, 0, 0, .3);
    -webkit-transition: 0.5s all  ease-out;
    -moz-transition: 0.5s all  ease-out;
    transition: 0.5s all  ease-out;
}
.feat-item .feat-icon{ 
    float: right;
    width: 50px;
    height: 50px;
    margin: 10px auto;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 50%;
    line-height: 50px;
    color: #999;
    font-size: 16px;
    position: relative;
font-family: "Alata";
}
.feat-item .feat-icon img{
    margin: 7px auto;
}
.feat-item .feat-cont{
display: block;

padding: 0 10px 5px 5px;

text-align: right;

color: #999;

text-transform: initial;

font-size: 14px;

position: relative;

height: 110px;

overflow: hidden;

line-height: 22px;
    
}
.feat-item .feat-cont span{
    display: block;
    font-weight: 900;
    text-transform: uppercase;
    
    font-size: 15px;
    line-height: 40px;
    color: #d23432;
    font-style: normal;
}
.support-item .feat-cont{
    padding-right: 30px;
}
.feat-item:hover:before{
    width: 100%;
    -webkit-transition: 0.5s all ease-in;
    -moz-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
}


/* header
====================*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 9998;
    min-height: 70px;
/*
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.015);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,.015);
    box-shadow: 0 10px 20px rgba(0,0,0,.015);
*/
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}
.header.cor {
    background-color: #252525;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}
.header > .container {
    width: 100%;
    position: relative;
    padding: 0 50px;
}
.header .navbar-collapse > .container {
    position: relative;
    margin-top: -88px;
    width: 100%;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}
.header .logo {

    z-index: 999;
    padding: 0px;
width: 240px;
margin-top: 20px;
    position: relative;
display: inline-block;
}
.btn-responsive-nav {
    display: none;
}
.header-widget {
    float: left;
    text-align: right;
    z-index: 99;
    position: relative;
    padding: 18px 0 17px;display: none;
}
.header-widget a.custom-btn{
    margin: 0;
    display: block;
    padding: 0 15px;
    font-size: 13px;
}
.header-widget a.custom-btn span{
    display: inline-block;
}
.header-widget a.custom-btn i{
    display: inline-block;
    margin-left: 5px;
    position: relative;
    z-index: 99;
}



@media all and (min-width:992px) {
    .nav-main > ul.navbar-nav{

        text-align: center;
        float: left;
        padding: 15px 0;
        -webkit-transition: 0.4s all;
        -moz-transition: 0.4s all;
        transition: 0.4s all;
    }
    .nav-main > ul.navbar-nav > li {
        float: none;
        display: inline-block;
        text-align: center;
    }
    .nav-main > ul.navbar-nav > li.custom{
        position: absolute;
        right: 0;
    }
    .nav-main > ul.navbar-nav > li.custom a{
        background-color: #e7bb6e;
        padding: 0 15px;
        color: #252525 !important;
        font-size: 12px;
    }
    .nav-main > ul.navbar-nav > li.custom a:hover {
        background-color: #252525;
        color:#fff !important;
    }
    .nav-main > ul.navbar-nav > li > a {
padding: 0px 19px;
margin: 0;
font-size: 16px;
color: #fff;
text-align: center;
line-height: 45px;
text-transform: uppercase;
font-weight: normal;
    }
    .header.cor .nav-main > ul.navbar-nav > li > a {
        color: #f9f9f9;
    }
    .nav-main > ul.navbar-nav > li > a >i {
        display: block;
        line-height: 20px;
    }
    .nav-main > ul.navbar-nav > li > a:focus ,
    .nav-main > ul.navbar-nav > li > a:hover ,
    .nav-main > ul.navbar-nav > li.active > a:focus ,
    .nav-main > ul.navbar-nav > li.active > a:hover ,
    .nav-main > ul.navbar-nav > li.active > a ,
    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background: transparent;
        color: #bb2726!important;
    }







/*-------------------
    Navigation css here
----------------------*/
.nav-main .navbar-nav li .dropdown_menu {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    left: 19px;
    opacity: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    width: 250px;
    z-index: 999;
    visibility: hidden;
}
.nav-main .navbar-nav li .dropdown_menu li {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    margin: 0;    text-align: right;
}
.nav-main .navbar-nav li .dropdown_menu li a {
  color: #606060;
  font-weight: 400;
  padding: 13px 15px;display: block;
  text-transform: capitalize;
}
.nav-main .navbar-nav li .dropdown_menu li a:hover {
    color: #bb2726;
}

.nav-main .navbar-nav li .dropdown_menu li:last-child {
    border: medium none;
}


.nav-main .navbar-nav li:hover .dropdown_menu {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
            transform: translateY(0px);
    visibility: visible;
}




}
@media (max-width: 1399px) and (min-width: 992px){
    .nav-main > ul.navbar-nav{
        text-align: center;
    }


    .nav-main > ul.navbar-nav > li > a {
padding: 0px 15px;
}

}
@media all and (max-width:1200px) and (min-width:992px){
    .nav-main > ul.navbar-nav > li > a{
        font-size: 12px;
        
    }
    .nav-main > ul.navbar-nav > li.custom a{
        margin-right: 5px;
    }
    .header .navbar-collapse > .container {
        padding: 0;
    }
    .header > .container {
        padding: 0 15px;
    }
}
@media (max-width: 991px) {
.no-mob,
    .spacer-15{
        display: none;
    }
    .header ul.navbar-nav {
        float: none;
        padding: 15px 0px;
        margin: 0;
    }
    .header .navbar-collapse > .container-fluid {
        margin-top: 0;
    }
    .header .nav-main-collapse {
        top: 0;
        position: relative;
        background: #252525;
        width: 100%;
        overflow: hidden!important;
        z-index: 99;
        padding: 0;margin: 0;
    }
    .header .nav-main-collapse.collapse {
        display: none !important;
    }
    .header .nav-main-collapse.collapse.in {
        display: block !important;
        padding: 0;
    }
    .header .nav-main {
        display: block;
        float: none;
        width: 100%;
        padding:   0;
        clear: both;
    }
    .header .nav-main ul li {
        clear: both;
        float: none;
        display: block;
        border: 0;
        width: 100%;
    }
    .nav-main .navbar-nav li a {
position: relative;

display: block;

overflow: hidden;

font-size: 15px;

color: #fff;

padding: 3px 15px;

line-height: 35px;

margin: 0;

text-align: right;

text-transform: uppercase;

font-weight: normal;

border-bottom: 1px solid #3a3a3acc;
    }

.nav-main .navbar-nav li .dropdown_menu li:last-child {
border-bottom: 1px solid #3a3a3acc;
}


    .nav-main .navbar-nav li a i{
        display: inline-block;
        margin-left: 15px;
    }
    .nav-main .navbar-nav li:last-child a{
        border-bottom:0;
    }
    .nav-main .navbar-nav li > a:hover,
    .nav-main .navbar-nav li > a:focus,
    .nav-main .navbar-nav li.active > a,
    .nav-main .navbar-nav li.active > a:hover  ,
    .nav .open>a, .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: #212121 !important;
        color: #ffffff !important;
    }
    .header-widget a.custom-btn{
        display:inline-block;
        vertical-align: middle;
    }
    .btn-responsive-nav {
        display: inline-block;
        position: relative;
        background-color: #bb2726;
        width: 45px;
        height: 45px;
        padding: 0;
        border-radius: 0;
        color: #ffffff;
        -webkit-transition: background ease 0.4s;
        -moz-transition: background ease 0.4s;
        transition: background ease 0.4s;
    }
    .btn-responsive-nav i{
        font-size: 20px;
        text-align: center;
        display: block;
    }
    .btn-responsive-nav:hover,
    .btn-responsive-nav:active,
    .btn-responsive-nav:focus {
        background-color: #212121 !important;
        color: #ffffff !important;
        outline: 0;
        box-shadow: none;
    }
}












/*Footer
======================*/
.subscribe{
    background-color: #343434;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}
.subscribe:before{
    content: " ";
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 128px;
    height: 128px;
    background: url(../images/gavel.png);
    opacity: 0.04;
    background-size: contain;
}
.subscribe p {
font-size: 20px;
text-transform: uppercase;
font-weight: 900;
line-height: 30px;
color: #fff;
margin: 0 auto;
padding-right: 30px;
}
.subscribe p:before{
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 4px;
    background-color: #fff;
}
.subscribe form{

}
.subscribe form .form-group {
    margin: 0;
}
.subscribe form .form-group .custom-btn{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #252525;
}
footer {
    position:relative;
    background-color: #252525;
    padding: 50px 0 0;
}
footer:before {
    content: " ";
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 623px;
    height: 245px;
    background: url(../images/footer-map.png) no-repeat top left;
    background-size: contain;
    opacity: 0.07;
}
footer .widget{
    margin: 15px auto;
    overflow: hidden;
}
footer .widget a.logo{
    margin: 0;
    display: block;
    position: relative;
}
footer .widget a.logo img{

    margin: 0;
}
footer .widget p {
    margin: 15px auto;
    color: #999;	
    display: block;
    text-align: justify;
}
footer .widget p a{
    color: #fff;
    margin-right: 10px;
    
}
footer .widget p:last-child{
    color: #999;
}
footer .widget .widget-title{
    display: block;
    margin: 15px auto;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    
    font-size: 17px;
    position: relative;
    padding-right: 30px;
}
footer .widget .widget-title:before{
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 3px;
    background-color: #fff;
}
footer .widget .widget-content ul.contact li{
    margin: 15px auto;
    font-weight: 600;

    font-size: 13px;
    position: relative;
    color: #fff;direction: ltr;
    padding: 10px 50px 10px 5px;
    line-height: 25px;
}
footer .widget .widget-content ul.contact li i{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 50%;
    line-height: 40px;
    color: #999;
    font-size: 16px;
    width: 40px;
    height: 40px;
    text-align: center;
}
footer .widget .widget-content ul li a{
    padding-right: 0;
    text-transform: initial;
    color: #fff;
    font-weight: 600;
    
    font-size: 13px;
    line-height: 50px;
}
footer .widget .widget-content ul li a:hover {
    color:#fff;
}
footer .widget .widget-content ul li a:hover:before{
    border-right: 5px solid #fff;
}
footer .widget .widget-content ul.quick-links li a:before{
    content: " ";
    position: absolute;
    border-right: 5px solid #999;
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    width: 10px;
    height: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* Slider
==========================*/
.slider {
    width: 100%;
    position: relative;
height: 600px;
overflow: hidden;
}
.slider .welcome-slid {
    position: relative;
    width: 100%;
}
.slider .wel-head{
    display: block;
    text-transform: capitalize;
    font-size: 32px;
    text-align: center;
    line-height: 90px;
    color: #fff;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.slider .wel-head.demo2{
top: 0;
bottom: 0;
right: 0;
left: 0;
text-align: center;
background: linear-gradient( to left , #000000b3 , #000c);
background: linear-gradient( to top ,#0000005e , #00000036 , #000c);
}
.slider .wel-head span{
    display: inline-block;
    padding-left: 0px;
    position: relative;
    vertical-align: middle;
position: absolute;

bottom: 20px;

right: 20px;
}


.slider .welcome-slid video {
width: 100%;
height: 600px;
object-fit: cover;
}

.slider .welcome-slid img {

width:100%;
height:600px;
}



/*
.slider .wel-head span:after {
    content: " ";
    position: absolute;
    right: -17px;
    bottom: 22px;
    width: 10px;
    height: 10px;
    background: #fff;
}*//*
.slider .wel-head span:last-child:after {
    display: none;
}*/

/* About
=========================*/
.about-img {
    position: relative;
    padding: 0;
}
.about-img img{
width: 100%;
margin-top: 25px;
max-height: 400px;
object-fit: cover;
}
.about-img .exper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;

    font-size: 18px;
}
.about-img .exper span{
    display: block;
    position: relative;
    font-size: 180px;
    line-height: 145px;
    color: transparent;
    margin: 85px auto 25px;

    font-weight: 900;
    text-transform: uppercase;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 7px;
}
.owner-sec{
    padding-bottom: 0;
}
.owner {
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: -50px;
}
.owner img{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.owner-cont{
    margin: 15px auto;
}
.owner-cont .head-title{
    margin: 0px auto 10px;
    color: #b6905e;
    font-size: 28px;
    line-height: 35px;
}
.owner-cont .info-text{
    margin: 10px auto;
    line-height: 30px;
    font-size: 16px;
    color: #555;
}





.about-steps {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}




.about-steps li i {
display: none;
}

.clients-steps li,
.founder-txt li,
.about-steps li {
margin-bottom: 10px;
position: relative;
padding-right: 25px;
font-weight: normal;
color: #333;

}

.clients-steps li:before,
.founder-txt li:before,
.about-steps li:before {

    content: '\f00c';
font-family: 'Font Awesome 5 Pro';
font-weight: 300;
    color: #f47629;
    position: absolute;
top: 2px;
right: 0;
font-size: 13px;
line-height: 1;
width: 20px;
height: 20px;
line-height: 21px;
text-align: center;
border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
background-color: #cb2d3e4d;
color: #cb2d3e;
-webkit-transition: 0.5s;
transition: 0.5s;
display: inline-block;
font-size: 10px;
position: absolute;



}


.clients-steps li:hover:before,
.founder-txt li:hover:before,
.about-steps li:hover:before {
  background-color: #cb2d3e;
  color: #ffffff;
}


.clients-steps li:last-child,
.founder-txt li:last-child,
.about-steps li:last-child {
  margin-bottom: 0;
}






/**Choose Us Section**/



.chooseus-section{
	position:relative;
	padding:50px 0px 30px;
}

.chooseus-block-one{
	margin-bottom:16px;
}

.chooseus-block-one .inner-box{
  position: relative;
  display: block;
  background: #3f262f;
  padding: 30px 30px 25px 30px;
  border-radius: 10px;
  z-index: 1;text-align: center;color: #6b6b6b;
}

.chooseus-block-one:before{
  position: absolute;
  display: block;
  content: '';
  background: rgba(255,255,255,0.05);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 3px;
  border-radius: 10px;
}

.chooseus-block-one:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #b92b29;
  border-radius: 10px;
  opacity: 0;
  transition: all 500ms ease;
}

.chooseus-block-one:hover:after {
  opacity: 1;
  left: -10px;
  top: -10px;
}

.chooseus-block-one .inner-box .icon-box{
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.chooseus-block-one .inner-box .icon-box .icon{
	color: #bb2726;
    font-size: 50px;
    line-height: 1em;
    display: inline-block;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	position:relative;
}

.chooseus-block-one .inner-box:hover .icon-box .icon {
    color: #b92b29;
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.chooseus-block-one .inner-box h4{
  position: relative;
  display: block;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 15px;
font-size: 17px;
line-height: 25px;
}

.chooseus-block-one .inner-box i {
margin-right: 8px;
font-size: 11px;
}

.chooseus-block-one .inner-box p {
  color: #575d6e;
  margin-bottom: 24px;
}

.chooseus-block-one .inner-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 24px;
  font-weight: 700;
  color: #001f4b;
  text-transform: uppercase;
}

.chooseus-block-one .inner-box a i{
  position: relative;
  margin-right: 8px;
  top: 2px;
  font-size: 20px;
  font-weight: 400;
  transition: all 500ms ease;
  color:#001f4b;
}

.chooseus-section .chooseus-block-one .inner-box a:hover,
.chooseus-section .chooseus-block-one .inner-box a:hover i {
    color: #b92b29;
}

.chooseus-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}

.chooseus-section.alternet-2 .chooseus-block-one .inner-box{
background: #f3f3f3;
}









/* Inner Serivce
======================*/
.service{
    display: block;
    margin: 15px auto;
    width: 100%;
    padding: 25px;
    background-color: #fff;
    overflow: hidden;
}
.service .head-title{
    color: #b79260;
    margin: 0px auto 15px;
    font-size: 16px;
}
.service .info-text{
    max-width: 100%;
}
.service img{
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin: 15px auto;
}
.service .side-serv{
    padding: 0;
    margin: 15px auto;
}
.service ul {
    margin: 0px auto;
    list-style: inherit;
}
.service li {
    line-height: 25px;
    padding: 0;
    font-size: 14px;
    margin: 5px auto;

    text-transform: inherit;
    text-align: right;
    color: #252525;
    display: list-item;
    list-style: inherit;
    margin-right: 15px;
}
.sub-servs li.title{
    display:block;
    color: #b79260;
    margin: 0 auto;
    font-size: 25px;
    padding: 0;
}
.sub-servs li{
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}
.sub-servs li:before{
    display:none;
}
.sub-servs li a{
    text-align: right;
    background-color: #f9f9f9;
    padding: 0 15px;
    line-height: 40px;
    display: block;
    position: relative;
    color: #999;
    margin: 5px auto;
    font-weight: 600;
}
.sub-servs li a:hover {
    background-color:#999;
    color:#fff;
}
.blg-cont{
        display: block;
    margin: 15px auto;
    width: 100%;
    padding: 25px;
    background-color: #fff;
    overflow: hidden;
}
.blg-cont ul , .blg-cont li{
    list-style: inherit;}
.blg-cont li{
    list-style: inherit;
    text-align: right;
    color: #252525;
    display: list-item;
    list-style: inherit;
    margin-right: 15px;
}

/* Team
=====================*/
.community .section-title ,
.team .section-title{
        font-size: 22px;
}
.team-item{
    display: block;
    position: relative;
    margin: 15px auto;
    width: 100%;
    overflow: hidden;
    padding: 0;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.team-slid .team-item{
    box-shadow:none;
}
.team-item .team-img:before{
    content: " ";
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 9999;
}
.team-item .team-img{
    width: 100%;
    display: block;
    position: relative;overflow: hidden;
}
.team-item img{
    display: block;
    width: 100%;
    filter: grayscale(100%);
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;height: 270px;
}
.team-item .team-cont{
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    
background: #333;
    padding: 15px 25px;
    z-index: 9999;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.team-item .team-cont span{
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}
.team-item .team-cont p {
    color: #999;
    font-weight: 600;
    margin: 5px auto;
    line-height: 25px;
}
.team-item .team-cont ul{
    margin: 0 auto;
    min-height: 35px;
}
.team-item .team-cont ul li{
    display: inline-block;
}
.team-item .team-cont ul li a{
    border-radius: 50%;
    color: #999;
    font-size: 15px;
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, .15);
    text-align: center;
    line-height: 35px;
}
.team-item:hover .team-cont{
    bottom:0;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.team-item:hover img{
    filter: grayscale(0%);
    transform: scale(1.05);
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.team-head .info-text{
    max-width: 100%;
}
.inner-team-img{
    background-color: #f1f1f1;
    padding: 10px;
}
.inner-team-img img{
    width: 100%;
}
.cert{
    border: 5px solid #f1f1f1;
    padding: 15px;
    margin: 15px auto;
    display: block;
}
.cert q{
    color: #777;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    display: block;
    margin: 5px auto;
}
.cert a{line-height: 30px;font-size: 12px;padding: 0 15px;display: block;margin: 15px auto 0;max-width: 120px;}
.inner-team-cont .head-title{
    margin: 10px auto;
    font-size: 22px;
}
.inner-team-cont span{
    color: #999;
    font-weight: 600;
    margin: 5px auto;
    line-height: 25px;
    font-size: 18px;
}
.inner-team-cont ul li {
    display : inline-block;
}
.inner-team-bio{
    font-size: 18px;
    line-height: 35px;
    margin: 15px auto;
}
.inner-team li a{
    background-color: rgb(179, 140, 88);
    border-radius: 50%;
    line-height: 35px;
    color: #f9f9f9;
    font-size: 15px;
    width: 35px;
    height: 35px;
    text-align: center;
    display: block;
    position: relative;
    margin: 10px 0px;
}

/* Custom Hover
========================*/
.custom-hover {
    position: absolute;
    left: -50%;
    top: 0;
    height: 100%;
    width: 50%;
    background: rgba(29, 34, 40, 0.7);
    text-align: center;
    color: #fff;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}
.custom-hover a{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 32px;
    height: 32px;
    margin: auto;
    opacity: 0;
    -webkit-transform: translatex(-60px);
    -moz-transform: translatex(-60px);
    transform: translatex(-60px);
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}

/* Blog
===========================*/
.blogs .section-title{
    text-align: right;
    
    font-size: 28px;
}
.blogs .section-title p {
    font-size: 16px;
}
.blogs .section-title .custom-btn{
    font-size: 14px;
    padding: 0 15px;
    line-height: 35px;
}
.blog-item{
    display: block;
    margin: 15px auto;
    width: 100%;
    -webkit-transition: 0.5s all ease-in;
    -moz-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.blog-slid .blog-item{
    box-shadow:none;
}
.blog-item .blog-img{
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.5s all ease-in;
    -moz-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
}
.blog-item .blog-img .date{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
    line-height: 35px;
    padding: 0 15px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    overflow: hidden;
    border-radius: 0;
    font-weight: 600;
    
background-color: #000c;
}
.blog-item .blog-img img{
    width: 100%;
    -webkit-transition: 0.5s all ease-in;
    -moz-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
}
.blog-item .blog-cont{
    display: flex;
    position: relative;
    padding: 0 15px;
    text-align: right;
    
    background-color: #f9f9f9;
    min-height: 150px;
    justify-content: center;
    align-items: center;
}
.blog-item .blog-cont a.title{
    display: block;
    margin: 5px auto;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    color: #212121;
    line-height: 22px;
}
.blog-item .blog-cont a.title:hover {
    color:#bb2726;
}
.blog-item:hover .blog-img img{
    transform:rotate(2deg) scale(1.1);
    -webkit-transition: 0.5s all ease-in;
    -moz-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
}
.blog-item:hover .blog-img .custom-hover {
    left: 0;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}
.blog-item:hover .blog-img .custom-hover a{
    opacity: 1;
    -webkit-transform: translatex(0px);
    -moz-transform: translatex(0px);
    transform: translatex(0px);
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    transition: 1s all;
}

/* Comunty Item
==========================*/
.comun-item{
    display: block;
margin: 15px auto;position: relative;
}

.comun-item .icon{
float: right;
width: 70px;
height: 70px;
background-color: #fff;
position: absolute;
right: 0;
text-align: center;
display: grid;
align-items: center;
font-size: 32px;
text-transform: capitalize;
color: #bb2726;
border-radius: 50%;
}

.comun-item .icon img{
    margin: 15px auto;
}

.comun-item .cont{
padding-right: 85px;
display: inline-block;
text-align: right;
}

.comun-item .cont .title{
color: #111;
font-weight: normal;
margin: 0 auto 5px;
line-height: 25px;
font-size: 18px;
text-transform: capitalize;
}


.comun-item .cont .info-text strong {
font-weight: normal;color: #000;
}
.comun-item .cont .info-text{
    margin: 0 auto;
    line-height: 30px;
    font-size: 14px;
}

.comun-item .cont li {
/*line-height: 30px;*/
}


.comun-item .cont .info-text li {
line-height: 30px;
margin-bottom: 15px;
}

.comun-item .cont strong {
color: #111;
font-weight: normal;
margin: 0 auto 5px;
line-height: 25px;
font-size: 18px;
text-transform: capitalize;
}

.inner-community .head-title{
    color: #999;
}
.inner-community .info-text{
    max-width: 100%;
    margin: 0 auto;
}

/* Career
===========================*/
.inner-career {
    padding: 15px;
    background-color: #fff;
    margin: 15px auto;
}
.inner-career img{
    margin: 0 auto;
}
.inner-career .info-text{
    margin: 5px 0;
}
.career-item{
    display: block;
    margin: 15px auto;
    width: 100%;
    -webkit-transition: 0.5s all ease-in;
    -moz-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
    background-color: #fff;
}
.career-item .career-img{
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.5s all ease-in;
    -moz-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
}
.career-item .career-img img{
    width: 100%;
    -webkit-transition: 0.5s all ease-in;
    -moz-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
}
.career-item .career-cont{
    display: block;
    position: relative;
    padding: 15px;
    text-align: right;
    
}
.career-item .career-cont a.title{
    display: block;
    margin: 5px auto;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 17px;
    color: #212121;
    line-height: 25px;
}
.career-item .career-cont a.title:hover {
    color:#bb2726;
}
.career-item:hover .career-img img{
    transform:rotate(2deg) scale(1.1);
    -webkit-transition: 0.5s all ease-in;
    -moz-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
}
.career-item:hover .career-img .custom-hover {
    left: 0;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}
.career-item:hover .career-img .custom-hover a{
    opacity: 1;
    -webkit-transform: translatex(0px);
    -moz-transform: translatex(0px);
    transform: translatex(0px);
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    transition: 1s all;
}
.inner-career .head-title{
    font-size: 20px;
}
.inner-career form .form-title{
    display: block;
    position: relative;
    margin: 10px auto;
    text-transform: uppercase;
    
    font-weight: 900;
    font-size: 18px;
    color: #bb2726;
}
.inner-career form .form-group {
    margin: 10px auto;
}
.inner-career form .form-group .form-control{
    border: 0;
    font-size: 14px
}
.input-container {
    overflow: hidden;
    background-color: #f9f9f9;
    line-height: 50px;
    height: 45px;
    padding: 0 0 0 15px;
    font-weight: 900;
    
}

input[type='file'] {
    display: none;
}
.input-container .custom-btn {
    margin: 0;
    float: left;
}
.inner-career .dot-lists li a{
    color: #bb2726;
}

/* Related
==========================*/
.related{
    display: block;
    margin: 15px auto;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    overflow: hidden;
}
.related .title{
    color: #b79260;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    
}
.author_info img{
    width: 40px;
    height: 40px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}
.author_info a{
   text-decoration: underline;
   color: #d0a060;
   text-transform: capitalize;
   margin-right: 5px;
}
.related .list-item{
    margin: 15px auto;
    overflow: hidden;
}
.related .list-item .item-img{
    float: right;
    width: 70px;
    height: 60px;
    margin-left: 5px;
    background-color: #b79260;
    padding: 5px;
    overflow: hidden;
}
.related-blog .list-item .item-img{
    background-color: transparent;
    padding: 0;
}
.related .list-item .item-img img{
    /*height: 100%;*/
}
.related .list-item .item-cont{
    display: block;
    padding-right: 10px;
    /* max-height: 60px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.related .list-item .item-cont a.item-title{
    color: #252525;
    font-weight: 600;
    
    font-size: 13px;
    text-transform: capitalize;
}
.related .list-item .item-cont p {
    font-size: 13px;
    line-height: 20px;
    color: #757575;
    margin: 0;
}
.blog-info li{
    margin: 15px auto;
    text-transform: uppercase;
    font-weight: 600;
    
    font-size: 13px;
}
.blog-info li i{
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #999;
    color: #fff;
    text-align: center;
    margin-left: 10px;
}
.share-info li{
    display: inline-block;
}
.share-info li button{
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #252525;
    color: #fff;
    text-align: center;
    margin: 10px 0px;
    border: 0;
}
.share-btn{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #252525;
    color: #fff;
    text-align: center;
    margin: 10px 0px;
    border: 0;
}
.share-info li button i{}

/* Clients
========================*/
.clients .client-item{
    margin: 15px auto;
    padding: 15px;
    background-color: #fff;
    border-radius: 50%;
    width: 170px;
    height: 170px;
}

/* Contact
=======================*/
.map {
    padding: 5px;
    border: 2px solid #f9f9f9;
}
.contact-form{
    display: block;
    margin: 15px auto;
    overflow: hidden;
    padding: 25px;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.contact-form .head-title{
    text-align: center;
    margin: 10px auto;
    color: #bb2726;
}

/*Modal
====================*/
.modal{
    z-index:9999;
}
.modal-open {
    overflow: hidden!important;
}
.modal-title .icon-btn ,
.modal-title .icon-btn:hover ,
.modal-title .icon-btn:focus{
    position: relative;
    background-color: transparent!important;
    color: #ffffff;
    font-size: 20px;
    float: left;
    margin: 0px auto;
    border: 0;
}
.modal-title{
    font-size: 19px;
    line-height: 50px;
    background-color: #e7bb6e;
    color: #fff;
    text-align: center;
    padding: 0 15px;
}
.model-body{
    padding:  15px;
    text-align: left;
    
    color: #555;
    line-height: 25px;
}
.modal-body .response-messages p {
    margin: auto;
    line-height: 37px;
    font-size: 14px;
    position: relative;
    padding-right: 22px;
}
.modal-body .response-messages p:before{
    content: " ";
    position:absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e7bb6e;
}
.modal-content{
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: right;
}
.modal-dialog{
    max-width: 767px;
    margin: 30px auto;
    width: 98%;
    text-align: right;
    max-height: 580px;
    overflow: hidden;
    overflow-y: auto;
}
.modal .info-text{
    padding: 0 15px;
    max-width: 100%;
    font-size: 16px;
    line-height: 25px;
}
.login-form{
    background-color: #ffffff;
    overflow: hidden;
    padding: 15px;
    max-width: 580px;
    margin: 15px auto;
}
.login-form .head-title{
    margin: 15px auto;
    font-size: 20px;
    text-align: center;
    color: #bb2726;
}
.login-form .form-footer {
    color: #252525;
    border-top: 2px solid #f9f9f9;
    padding-top: 15px;
}
.login-form .form-footer a{
    margin-right: 5px;
}
.login-form .custom-btn{
    margin:0px auto 10px;
}

/* Media Query
=======================*/
@media all and (min-width:992px) and (max-width: 1199px){
    .serv-item{
        min-height: 300px;
    }
}
@media all and (max-width:991px){
    .feat-item {
        padding: 15px;
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .4);
    }
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev{
        left: 0;
        right: 0;
        margin: auto;
        bottom: -20px;
        position: relative;
    }
    .owl-carousel .owl-nav button.owl-prev{
        margin: 1px;
    }
    .subscribe form{
        margin: 15px 0;
    }
    .owner {
        margin: 15px auto;
        height: auto;
    }
    .owner img{
        position: relative;
        margin: auto;
    }
    .dot-lists{
        padding: 0;
        margin: 0 -15px;
    }
    .service img{
        float:none;
        display:block;
        width:100%;
    }
}
@media all and (max-width:880px){

    .slider .wel-head span:after {
        bottom: 10px;
        right: 0;
    }
}
@media all and (max-width:767px){
    .about-img .exper {
        height: 380px;
        overflow: hidden;
    }
    .subscribe p {
padding-top: 0;
    }
    .inner-career img{
        float:none;
        margin: 15px auto;
        max-width: 100%;
    }
    .owl-carousel .owl-stage-outer {
        width: 100%;
    }
    .testimonial .description{
        height: 200px;
    }
    .quote-left{
        left:-2% !important;
    }
}
@media all and (max-width:480px){
    .section-setting{
        padding: 10px 0px 0;
    }
    .subscribe p {
        font-size: 13px;
        
        line-height: 25px;
    }
/*
    .subscribe form .form-group .custom-btn{
        position:relative;
        width: 100%;
    }*/
    .header-widget a.custom-btn{
        display: none;
    }
    .about-img .exper span{
        font-size: 62px;
        -webkit-text-stroke-width: 2px;
        line-height: 55px;
        margin: 25px auto;
    }
    .about-img .exper {
        height: 100%;
        padding: 0 10px;
        font-size: 16px;
    }
    .contact-form .head-title{
        font-size: 18px;
    }
    .contact-form{
        padding: 25px 10px;
    }
    .service .head-title{
        font-size: 16px;
    }
}

.text-left{
    text-align: right !important ;
}
.panel {
    position: relative;
    background: #f6f6f6;
    position: relative;
    margin-bottom: 15px;
    background-color: transparent;
    border: 0;
    overflow: hidden;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.panel-heading{
    padding: 0;
    border-radius: 0;
}
.panel-collapse{
    background-color: #fafafa;
}
.panel-collapse-content{
    padding: 15px;
}
.panel .panel-content {
	padding: 10px;
}
.panel .panel-title a {
    color: #999;
    font-size: 14px;
    position: relative;
    white-space: normal;
    display: block;
    padding: 0px 0px 0px 15px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    
    border-right: 3px solid #999;
}

.panel > a.collapsed {
    background: #ffffff;
    color: #2b4459;
}

.panel .panel-content {
    padding: 10px;
    line-height: 25px;
    background: #ffffff;
    font-size: 12px;
}
.qout{
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    line-height: 40px;
    padding: 25px;
    position: relative;
    max-width: 650px;
    margin: 15px auto;
}
.qout:before ,
.qout:after {
    content: " '' ";
    position: absolute;
    left: 0;
    top: 0;
    color: #e7bb6e;
    font-size: 45px;
}
.qout:after {
    bottom: 0;
    right:0;
    left: auto;
    top: auto;
}
.side-media img{
    width: 100%;
    box-shadow: none;
}
.media-item{
    margin: 15px auto;
    text-transform: initial;
}
.media-item p {
    background-color: #252525;
    color: #fff;
    display: block;
    padding: 0 15px;
    line-height: 30px;
    font-size: 16px;
    
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: initial;
}
.media-item ul li{
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    margin: 10px auto;
    font-weight: 700;
    text-transform: initial;
}
.media-item ul li:before{
    display: none;
}
.footer-text{
    font-size: 18px;
    border-right: 5px solid #e7bb6e;
    padding-right: 20px;
    
    margin: 15px auto;
}
/*Lexcel logo*/
.Lexcel-logo{
    width: 166px;
}
.Lexcel-logo img{
    margin-right: -10px;
}

/*testimonial home page*/

.owl-nav {
position: absolute;
left: -90px;
bottom: 15px;
}


.mis-content {
width: 50%;
float: right;
padding: 25px;
}

.mis-content p {
color:#c0c0c0;
}

.testimonial-block{
    padding:20px 0px;
}
.testimonial-bg{
/* border: 10px solid #bb2726; */

text-align: center;
position: relative;
background: #252525;height: 300px;
}

.testimonial{
padding: 0 15px;text-align: right;
height: 300px;

background-size: 50% !important;

background-position: left !important;
background-repeat: no-repeat !important;
}
.testimonial .description{
font-size: 17px;
font-weight:400;

color: #848484;
line-height: 30px;
padding-bottom: 25px;
margin-bottom: 15px;
position: relative;
height:165px
}
.testimonial .description:before{
content: "";
width: 75%;
border-top: 1px solid #ddd;
margin: 0 auto;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.testimonial .description:after {
content: "";
width: 20px;
height: 20px;
background: #fff;
position: absolute;
bottom: -10px;
left: 50%;
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
transform: translateX(-50%) rotate(45deg);
}
.testimonial .pic{
width: 80px;
height: 80px;
border-radius: 50%;
margin: 25px auto;
overflow: hidden;
}
.testimonial .pic img{
width: 100%;
height: auto;
}
.testimonial .title{
display: inline-block;
font-size: 23px;
font-weight: 700;
color: #848484;
text-transform: capitalize;
margin: 0;
}
.testimonial .post{
display: inline-block;
font-size: 20px;
color: #848484;
}
.owl-theme .owl-controls{
background: #fff;
margin-top: 10px;
position: absolute;
bottom: -34%;
right: 0;
}
.owl-theme .owl-controls .owl-buttons div{
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 50%;
background: #34363b;
opacity: 1;
padding: 0;
}
/* .owl-prev:before,
.owl-next:before{
content: "\f104";
font-family: "fontawesome";
font-size: 23px;
font-weight: 700;
color: #fff;
}
.owl-next:before{
content:"\f105";
} */
.owl-carousel button.owl-dot{
width:17px !important;
height: 17px  !important;
border:none
}

.owl-carousel button.owl-dot.active{
background: #737475;
border-color: #737475;
width:17px !important;
height: 17px  !important;
}
@media only screen and (max-width:767px){
.testimonial-bg{ padding: 50px 40px; }
.owl-theme .owl-controls{ bottom: -22%; }
}
@media only screen and (max-width:480px){
.testimonial-bg:before{
width: 55px;
height: 55px;
line-height: 55px;
font-size: 40px;
}
.testimonial-bg{ padding: 30px 10px; }
.owl-theme .owl-controls{ bottom: -15%; }
}
@media only screen and (max-width:360px){
.testimonial .title,
.testimonial .post{
font-size: 16px;
}
.owl-theme .owl-controls{ bottom: -12%; }
}

/*testimonial page*/
.testimonial-page .testimonial-block{
    padding:80px 0px 40px 0px;
}
.testimonial-page .testimonial-bg{
    padding: 35px 5px;
    text-align: center;
    position: relative;
    background: #252525;
    margin-bottom: 60px;
}
.testimonial-page .testimonial-bg:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 20px;
    color: #3c414c;
    position: absolute;
    top: 10px;
    left: 5%;
}

.testimonial-page .quote-left{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 20px;
    color: #81817f;
    position: absolute;
    top: -7px;
    left: -4%;
}

.testimonial-page .testimonial{
    padding: 0 15px;
}
.testimonial-page .testimonial .description{
    font-size: 14px;
    font-weight:400;
    
    color: #848484;
    line-height: 30px;
    padding-bottom: 25px;
    margin-bottom: 15px;
    position: relative;
    height:145px;
}
.testimonial-page .testimonial .description:before{
    content: "";
    width: 75%;
    border-top: 1px solid #ddd;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.testimonial-page .testimonial .description:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    transform: translateX(-50%) rotate(45deg);
}
.testimonial-page .testimonial .pic{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 25px auto;
    overflow: hidden;
}
.testimonial-page .testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial-page .testimonial .title{
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    color: #848484;
    text-transform: capitalize;
    margin: 0;
}
.testimonial-page .testimonial .post{
    display: inline-block;
    font-size: 16px;
    color: #848484;
}
.testimonial-page .owl-theme .owl-controls{
    background: #fff;
    margin-top: 10px;
    position: absolute;
    bottom: -34%;
    right: 0;
}
.testimonial-page .owl-theme .owl-controls .owl-buttons div{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #34363b;
    opacity: 1;
    padding: 0;
}
.testimonial-page .owl-prev:before,
.testimonial-page .owl-next:before{
    content: "\f104";
font-family: 'Font Awesome 5 Pro';
font-weight: 300;
    font-size: 23px;
    color: #fff;
}
.testimonial-page .owl-next:before{
    content:"\f105";
}
.testimonial-page .mb-4{margin-bottom: 50px}
@media only screen and (max-width:767px){
    .testimonial-page .testimonial-bg{ padding: 50px 40px; }
    .testimonial-page .owl-theme .owl-controls{ bottom: -22%; }
}
@media only screen and (max-width:480px){
    .testimonial-page .testimonial-bg:before{
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 40px;
    }
    .testimonial-page .testimonial-bg{ padding: 30px 10px; }
    .testimonial-page .owl-theme .owl-controls{ bottom: -15%; }
}
@media only screen and (max-width:360px){
    .testimonial-page .testimonial .title,
    .testimonial-page .testimonial .post{
        font-size: 16px;
    }
    .testimonial-page .owl-theme .owl-controls{ bottom: -12%; }
}
.float-left-testimonial{
    float:left
}
.testimonial-title{
    display: block;
    position: relative;
    margin: 15px auto;
    text-transform: uppercase;
    
    font-weight: 900;
    font-size: 22px;
    color: #fff;
    text-align: right;
}

.copy-txt {
margin: 0;
color: #fff;
text-align: center;
padding: 10px 0;
border-top: 1px solid #ffffff1a;

}













/* services
========================*/
.serv-item{
    display: block;
    position: relative;
    margin: 15px auto;
    overflow: hidden;
    border-radius: 5px;
    height: 270px;
    background-color: #f9f9f9;
    -webkit-transition: 0.5s all ease-in;
    -moz-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
}
.inner .serv-item{
    background-color: #fff;
}
.serv-item .serv-cov{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 998;
    padding: 15px;
    text-align: center;
    -webkit-transition: 0.5s all ease-in;
    -moz-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;

}

.serv-item .serv-cov h3 {
font-size: 16px;
color: #fff;
position: relative;
z-index: 99;
margin: 8px 0;
line-height: 25px;
}

.serv-item .serv-cov:before{
    content: " ";
    position:absolute;
    width: 100%;
    height: 100%;
background-color: rgb(42, 42, 42);
    z-index: 98;
    left: 0;
    top: 0;
}

.serv-item .serv-cov .info-text{
color: #fff;
z-index: 99;
margin: 5px auto;
max-height: 135px;
overflow: hidden;
}

.serv-item .serv-cov img{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.serv-item .serv-cont{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 30px 15px 30px;
    position: relative;
}
.serv-item .serv-cont img{
    width: 60px;
}
.serv-item .serv-cont h3{
    display: block;
    margin: 0px auto;
    line-height: 30px;
    font-weight: 900;

    text-transform: uppercase;
    font-size: 15px;
}
.serv-item .serv-cont p {
    margin: 10px auto;



    color: #777;
height: 50px;
overflow: hidden;
}
.serv-item .serv-cov .custom-btn{
    line-height: 35px;
    font-size: 12px;
    width: 160px;
    height: 35px;
    z-index: 99;
    margin: 5px auto;
}
.serv-item:hover .serv-cov{
    top: 0;
    -webkit-transition: 0.5s all ease-in;
    -moz-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
}



.serv-item .serv-cont .icon-box .icon {
width: 76px;
height: 76px;
margin: 0 auto;
margin-bottom: 30px;
background: #cd3231;
border-radius: 5%;
text-align: center;
line-height: 76px;
display: grid;
align-items: center;
justify-content: center;
}








/*--------------------------------------------------------------
#0.19 Call to action Section  (Home Two)
--------------------------------------------------------------*/
.cta-section {
  background-image: url("../images/bg2.png");
  background-position: center center;
  background-repeat: repeat;

height: 435px; position: relative;
display: grid;
align-items: center; }


/*
.cta-section:after {
  position: absolute;
  content: "";
background: #0009;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
}
*/

.cta-section .col-sm-12 {
  position: relative;
z-index:2;
}


.cta-section .col-sm-12 {
  text-align: center; }

.callto-text h4 {
  margin: 0px;
font-size: 24px;
  color: #fff;
  margin-bottom: 18px;
  line-height: 1.2em; }



.callto-link {
display: inline-block;
margin-top: 120px;
}


.callto-text p {
  color: #ddd;
  font-size: 17px;
  margin-bottom: 37px; }

.callto-link > span {
position: relative;
color: #fff;
font-size: 20px;
margin-left: 15px;
top: 22px;
display: block;
float: none;
padding-bottom: 35px;}

  @media (max-width: 767px) {
    .callto-link > span {
margin-bottom: 20px;
display: block;
margin-left: 0;
font-size: 16px;
text-align: center;
width: 100%; } }

.callto-link .rmain {
color:#fff;
}


.callto-link > span i {
font-size: 22px;
margin-left: 15px;
}

/*
.callto-link > span::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 50px;
  top: 0;
  left: 0;
  margin-top: -11px;
 }*/
  @media (max-width: 767px) {
    .callto-link > span::after {
      display: none; } }

.callto-link .more-link {
  margin-right: 66px; }
  @media (max-width: 767px) {
    .callto-link .more-link {
      margin-right: 0px; } }


.more-link i {
padding-right:8px;
}


.he-vh {
height:100vh;
}




@media all and (max-width:767px){ 


.comun-item {
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.comun-item .icon {
position: inherit;
margin-bottom: 10px;
}

.section-title,
.info-text p,
.comun-item .cont {
padding: 0;
text-align: center;
}

.slider .wel-head span {
line-height: 30px;
}
.header {
background: #252525;
position: inherit;
}

.header > .container {
padding: 0 20px;
}

.header .logo {
width: 200px;
}


.slider,
.slider .welcome-slid img {
height:260px;
}


.slider .welcome-slid video {
width: 100%;
height: 260px;
object-fit: cover;
}

.header .navbar-collapse > .container {
padding: 0;
margin: 0;
}

.feat-item .feat-cont {
height: auto;
}

.head-title {
font-size: 18px;
}

.chooseus-section {
padding: 0;
}


.callto-text h4,
.section-title {
font-size: 14px;
}

.team .section-title {
margin: 0;
}

.chooseus-block-one .inner-box h4 {
font-size: 14px;
}

.owl-nav {
top: -60px;
left: 8px;
}

.subscribe {
padding: 30px 0 10px;
}


footer {
padding:0
}



footer .widget p,
.about-img img,
.callto-text p,
footer .widget {
margin: 0;
}

footer .widget .widget-content ul.contact li {
margin: 8px auto;
}

footer .widget .widget-content ul li a {
line-height: 35px;
}

footer .widget .widget-title {
margin: 15px auto 10px;
line-height: 25px;
}

.cta-section {
padding: 20px 0;
}

.about-img.d-none {
display: none;
}

.about-steps li,
.section-title p {
font-size: 14px;
line-height: 25px;
}



}


/*

.bg-founder {

    display: block;
    position: relative;
    text-align: center;
    background: url(../images/founder.jpg) no-repeat bottom;
    width: 100%;
    background-size: cover !important;
    overflow: hidden;
padding: 50px 0px;
color:#fff;

}

.bg-founder:after {
  position: absolute;
  content: "";
background: #0009;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
}


*/

.bg-founder { 
padding: 20px 0px;
}

.bg-founder .container {
  position: relative;
z-index:2;
}

.founder-txt {
text-align: right;

}


.hlaf-fif h2,
.founder-txt h2 {
font-size: 22px;
color: #bb2726;
margin: 0 0 20px;
}


.about-steps h2 {
font-size: 22px;
color: #bb2726;
margin: 0 0 20px;
}


.founder-txt p {
text-align: justify;
}


.about-steps li {
width:50%;
float:right;
}
/*
.about-steps li:first-child {

    padding: 0;}

.about-steps li:first-child:before {
display:none;
}*/

.client-steps li {
width:100%;
}


.client-steps ul {
margin-bottom: 12px;
}


.client-steps p {
margin-bottom: 12px;
}


.client-steps li {
margin-bottom: 10px;
position: relative;
padding-right: 25px;
font-weight: normal;
color: #333;

}


.client-steps li:before {

    content: '\f00c';
font-family: 'Font Awesome 5 Pro';
font-weight: 300;
    color: #f47629;
    position: absolute;
top: 2px;
right: 0;
font-size: 13px;
line-height: 1;
width: 20px;
height: 20px;
line-height: 21px;
text-align: center;
border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
background-color: #cb2d3e4d;
color: #cb2d3e;
-webkit-transition: 0.5s;
transition: 0.5s;
display: inline-block;
font-size: 10px;
position: absolute;

}


.fl-left {
float:left;
}


.about-steps ul {
padding: 0 15px;
margin: 0;
}


.derv-bg {
    display: block;
    position: relative;
    text-align: center;
background-image: url("../images/bg1.jpg");
    width: 100%;
    background-size: cover !important;
    overflow: hidden;
padding: 200px 0px;background-attachment: fixed;
}

.derv-bg .container {
  position: relative;
z-index:2;
}


.derv-bg:after {
  position: absolute;
  content: "";
background: #0009;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
}

.bg-founder .fl-left img {
max-height: 400px;
filter: grayscale(100);
}



@media all and (max-width:767px){  


.bg-founder .fl-left img { 
margin-bottom:25px;
}


.bg-founder .row {
display: block;
}

.about-steps ul {
width:100%;margin-top: 25px;
padding: 0 15px;
float:none}



.hlaf-fif h2, .founder-txt h2 {
    font-size: 20px;}
}



.wprt-content-box {
padding: 20px;
background: #f9f9f9;
border: 12px solid #fdfdfd;
box-shadow: 0 0 15px #eee;
margin-bottom: 25px;
}



.con-icon i {

font-size: 20px !important;
width: 44px;
height: 44px;
text-align: center;
border: 1px solid;
color: #bb2726;
line-height: 41px;
border-radius: 50%;
}

.con-icon h5 {
font-weight: bold;

font-size: 16px;}



/*************/

.fluid-section-one {
padding:50px 0;
}


.fluid-section-one .content-column{
	position:relative;
}

.fluid-section-one .content-column .inner-column{
	position:relative;
	max-width:600px;
	width:100%;
padding: 30px 25px;background-color: #f3f3f3;padding-bottom: 0;
}


.fluid-section-one .content-column .inner-column .sec-title {
margin-bottom: 20px;
}

.fluid-section-one .content-column .inner-column .sec-title h2 {
margin: 0;
font-size: 22px;color: #bb2726;
}

.default-form{
	position:relative;
	z-index:2;
}

.default-form .form-group {
	position:relative;
	margin-bottom:20px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	color:#000;
	height:55px;
	font-size:14px;
	background:#ffffff;
	font-weight:400;
	border-radius:2px;
	border:1px solid transparent;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;box-shadow: none !important;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group textarea:focus{
	border-color:#b92b29;
}

.default-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:15px 20px;
	color:#222222;
	height:100px;
	background:#ffffff;
	resize:none;
	font-size:16px;
	font-weight:400;
	border-radius:0px;
	border:1px solid transparent;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form .form-group .btn-detail{
	
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:16px;
	font-style:normal;
	height:55px;
	padding:12px 20px 10px 20px;
	line-height:28px;
	color:#777777;
	border: none;
	border-radius:0px;
	background:#ffffff;
	border:1px solid transparent;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:2px;
	text-indent:0px;
	color:#333333;	
}

.form-group .ui-button .ui-icon:before{
font-family: 'Font Awesome 5 Pro';
font-weight: 300;
	content: "\f107";
	position:absolute;
	left:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#999999;
	line-height:20px;
	font-size:16px;

	text-align:center;
	z-index:5;

}

.ui-widget.ui-widget-content{
	
}

.ui-selectmenu-icon.ui-icon { 

float: left;}

.ui-selectmenu-button.ui-button { 
text-align: right;
}

.ui-menu .ui-menu-item{
	font-size:14px;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background:#b92b29;
	border-color:#b92b29;
}

.ui-menu .ui-menu-item-wrapper {
	position:relative;
	display:block;
	padding:8px 20px;
	font-size:14px;
	line-height:24px;
}

.ui-menu-item:hover {
	background-color:#b92b29;
}


.hint
{
  font-size:0.8em;
  color:#800;
}







.whats-icon{
position: fixed;
bottom: 35px;
right: 17px;
width: 40px;
height: 40px;
color: #ffffff;
font-size: 23px;
text-transform: uppercase;
line-height: 40px;
text-align: center;
z-index: 99999;
cursor: pointer;
border-radius: 3px;
background: #4dc247;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
border-radius: 50%;	
}


.whats-icon a { 
color: #fff;
}


.whats-icon:hover a {
	color:#4dc247;

}


.whats-icon:hover {
	color:#4dc247;
	background:#333;
}




.ser-tst p {
margin-top: -10px;
margin-bottom: 10px;
text-align: center;
}




.help__content-icon-group {
  margin: 25px 0;
}
.help__content-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
max-width: 300px;
margin-bottom: 30px;
}
.help__content-icon .thumb {
  position: relative;z-index: 1;
}


.help__content-icon .thumb img {
width: 60px;
}


.help__content-icon .thumb::before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: #d3d3d3;
  z-index: -1;
  border-radius: 50%;
}
.help__content-icon .thumb i {
  font-size: 60px;
  color: #0a3a4b;
}


.help__content-icon .content h6 {
font-size: 18px;
color: #000;}










.client-row {
display: flex;
flex-wrap: wrap;
}


.colfive {
width: 20%;
padding: 0 7px;
margin-bottom: 14px;
}


.fancybox-item {

overflow: hidden;
background-color: #fff;
padding: 10px;
border-radius: 20px;
position: relative;
box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);}


.fancybox-item .service-icon {
border-radius: 20px;
overflow: hidden;
position: relative;
z-index: 1;
display: grid;
align-items: center;
height: 120px;
justify-content: center;
}

.fancybox-item .service-icon img {
max-height: 120px;
max-width: 96%;
}

.fancybox-item .service-icon:after {
position: absolute;
top: 0;
right: -80%;
display: block;
content: '';
width: 50%;
height: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
-webkit-transform: skewX(25deg);
-ms-transform: skewX(25deg);
transform: skewX(25deg);
}




@-webkit-keyframes shine {
  100% {
    right: 125%;
  }
}

@keyframes shine {
  100% {
    right: 125%;
  }
}


.fancybox-item:hover .service-icon:after {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}



/*********/


.sc-img {

overflow: hidden;
background-color: #bb2726;
padding: 10px;
border-radius: 20px;
position: relative;
box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);

border-radius: 20px;
overflow: hidden;
position: relative;
z-index: 1;
display: grid;
align-items: center;
height: 120px;
justify-content: center;
max-width: 120px;
}

.sc-img img {
max-height: 70px;
max-width: 96%;
}

.sc-img:after {
position: absolute;
top: 0;
right: -80%;
display: block;
content: '';
width: 50%;
height: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
-webkit-transform: skewX(25deg);
-ms-transform: skewX(25deg);
transform: skewX(25deg);
}




@-webkit-keyframes shine {
  100% {
    right: 125%;
  }
}

@keyframes shine {
  100% {
    right: 125%;
  }
}


.sc-img:hover:after {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}




@media all and (max-width:767px){   

.header-widget { 
display: block;
}

.inner-page-header .header-page-locator ul li {
font-size: 16px !important;
}
.wprt-content-box {
    padding: 10px;}


footer .widget a.logo img {
  margin: 0;
  max-width: 260px;
  margin: 20px 0 10px;
}



.about-steps li {
  width: 100%;
  float: none;
}


.colfive {
width: 50%;}


    .slider .wel-head{
        font-size: 17px;
    }

    .slider .wel-head{
        font-size: 20px;
    }

}





.brand-img {
    text-align: center;
    background-color: #ffffff;
    height: 110px;
    display: grid !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brand-img img {
    padding: 8px;
    height: 90px;
    max-width: 100%;
    width: auto;
    -webkit-filter: none;
    filter: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer
}

.brand-img:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

@media (max-width: 575px) {
    .brand-img {
        min-height: 120px
    }
}



.clients-serv {
display: block;
position: relative;
width: 100%;
padding: 20px 0 20px 0;
overflow: hidden;
background: #f9f9f9;
}
