@charset "utf-8";



/* #074E88 */
/*---------------------------------------------------------------
  Reset */
/*--------------------------------------------------------------*/
/*------- Start General --------*/
/* :root {
    --main-color: #1c989b;
    --dark-main-color: #10595b;
    --dark-main-color-2: #196375;
    --white-color: #ffffff;
    --dark-color: #161616;
    --gray-color: #f3f3f4;
    --gray-color-hover: #e9e9e9;
    --dark-gray-color: #404040;
    --footer-color: #141518;
    --footer-bottom-color: #101114;
} */
* {
    padding: 0;
    margin: 0;
    outline: none;
    list-style: none;
    border: 0 none;
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

body {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 25px;
}

a:link,
a:visited,
a:active,
a:focus {
    color: #38638f;
    outline: 0 none;
    text-decoration: none;
    -webkit-transition: background-color .2s linear, color .2s linear;
    -moz-transition: background-color .2s linear, color .2s linear;
    -o-transition: background-color .2s linear, color .2s linear;
    -ms-transition: background-color .2s linear, color .2s linear;
    transition: background-color .2s linear, color .2s linear;
}

a:hover {
    color: #29a4f6;
}

pre,
code {
    direction: ltr;
    /* background: url(images/code-bg.png);
  font: 11px/19px 'andale mono', 'lucida console', monospace; */
    padding: 3px;
    display: block;
    overflow-x: visible;
    overflow-y: hidden;
    margin: 0 0 20px 0;
    color: #666;
    border-top: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    border-bottom: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;

    line-height: 40px;
}

p {

    font-size: 14px;
    font-weight: normal;
}

img {
    max-width: 100%;
    height: auto;
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.b_0 {
    border: none !important;
}

.color-333 {
    color: #333;
}

/*---------------------------------------------------------------
********** General Styles **********/
/*--------------------------------------------------------------*/
::-webkit-input-placeholder {
    color: #7F8FA6 !important;
}

:-moz-placeholder {
    color: #7F8FA6 !important;
    opacity: 1;
}

::-moz-placeholder {
    color: #7F8FA6 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #7F8FA6;
}

::-ms-input-placeholder {
    color: #7F8FA6 !important;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: #7F8FA6;
}

input::placeholder {
    color: #7F8FA6;
}

.ltr .content-main li {
    list-style-type: disc;
    margin-left: 15px;
}

.rtl .content-main li {
    list-style-type: disc;
    margin-right: 15px;
}

.bg1 {
    background: #C3D5E4;
}

.btn-style-1,
a.btn-style-1 {
    border: 0px solid #FFFFFF;
    border-radius: 13px;
    font-size: 18px;
    color: #074E88;
    padding: 15px 30px;
    background: #F6F7FB;
    font-weight: 600;
}

.btn-big,
a.btn-big {
    padding: 15px 50px;
}

.btn-style-d,
a.btn-style-d {
    color: #FF6457 !important;
}

.btn-big,
a.btn-big {
    padding: 15px 50px;
}

.btn-style-1 i {
    margin: 0 10px;
}

.btn-style-1:hover,
a.btn-style-1:hover {
    color: #fff;
    background: #074E88;
}

.btn-border,
a.btn-border {
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    padding: 20px 50px;
}

.btn-border:hover,
a.btn-border:hover {
    border: 1px solid #FFFFFF;
    color: #333;
    background: #fff;
}

.btn-primary,
.label-primary {
    background: #074E88;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus .btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle .btn-primary:hover,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background: #1c67a0;
    box-shadow: none;
}

/*
.btn {
    border: 0;
}

.btn:focus,
.btn:hover,
.btn:active:focus,
.btn.active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}



.btn-secondary,
.label-secondary {
    background: #f3f3f4;
    color: #404040;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus .btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle .btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active,
.open>.dropdown-toggle.btn-secondary {
    background: #e9e9e9;
    box-shadow: none;
    color: #404040;
} */
.select2-container--bootstrap4 .select2-selection {
    background: #EDF2F7;
    color: #7F8FA6;
    box-shadow: 0px 3px 7px #00000005;
    border-radius: 5px;
    border: none;
    height: 60px !important;
    padding: 10px 30px;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 13px;
}

.rtl .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    right: inherit;
    left: 20px;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

.visible-desktop {
    display: inline-block;
}

.hidden-desktop {
    display: none;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.mt--20 {
    margin-top: -20px !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

/***/
.small-padding [class*="col-"] {
    /*margin-bottom:10px;*/
    padding: 0 5px;
}

.small-padding .row {
    margin-left: -5px;
    margin-right: -5px;
}

.dropdown-toggle:after {
    /* position: absolute; */
    vertical-align: top;
    border: 0em solid transparent;
    content: "\f078";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    top: -5px;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    border: 0em solid transparent;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b::after {
    top: -10px;
    content: "\f078";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    vertical-align: top;
    position: absolute;
}

.modal-content {
    box-shadow: 0px 30px 128px #0000004D;
    border-radius: 10px;
}

.modal-backdrop {
    /* background-color: #000; */
    /* filter:blur(5px);
  opacity: 1 !important;
  background: none !important; */
    /* background: #222 !important; */
    opacity: 0.2 !important;
}

body.modal-open #wrapper {
    filter: blur(5px);
}

.pagination-nav .page-link {
    margin: 5px;
    border-radius: 5px;
}

.pagination-nav .page-item.active .page-link {
    background: #074E88;
}

.bg-mora-1 {
    background-color: #ec008c !important;
}

.bg-mora-2 {
    background-color: #00aeef !important;
}

.bg-mora-3 {
    background-color: #ffde00 !important;
}

/*---------------------------------------------------------------
********** Header  **********/
/*--------------------------------------------------------------*/
/*********** topbar  **********/
.topbar-user,
.mobile-menu-topbar {
    background: #ec008c;
    background: -webkit-linear-gradient(to right, #ec008c, #ffde00);
    background: linear-gradient(to right, #ec008c, #ffde00);
    height: 50px;
    color: #fff;
}

.topbar-label {
    background: url(../images/header/topbar.png) center center no-repeat;
    display: inline-block;
    height: 43px;
    width: 33px;
    margin-right: 15px;
}

.app-play span {
    background: url(../images/header/google-pay.svg) center center no-repeat;
    display: inline-block;
    height: 28px;
    width: 120px;
}

.app-store span {
    background: url(../images/header/app-stor.svg) center center no-repeat;
    display: inline-block;
    height: 28px;
    width: 120px;
}

.app-link a {
    display: inline-block;
    border-radius: 50px;
    /* border: 1px solid #fff; */
    color: #333;
    padding: 5px 20px;
    /* height: 28px; */
    margin-top: 4px;
    position: relative;
    z-index: 1;
}

.app-link a:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #fff;
    background: #fff;
    -moz-border-radius: 5px;
    /*Firefox*/
    -webkit-border-radius: 5px;
    /*Safari, Chrome*/
    border-radius: 5px;
    /* opacity: 0; */
    -moz-transform: skewX(-30deg) skewY(0deg);
    /* FF3.5+ */
    -webkit-transform: skew(-30deg, 0deg);
    /*Saf3.1+, Chrome*/
    -o-transform: skew(-30deg, 0deg);
    /* Opera 10.5 */
    -ms-transform: skew(-30deg, 0deg);
    /* IE 9 */
    transform: skew(-30deg, 0deg);
    z-index: -1;
    -webkit-transition: all 0.6s ease;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.6s ease;
    /* Firefox 4-15 */
    -o-transition: all 0.6s ease;
    /* Opera 10.5-12.00 */
    transition: all 0.6s ease;
    /* Firefox 16+, Opera 12.50+ */
}

.app-link a:hover:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #ec008c;
    background: #ec008c;
    -moz-border-radius: 5px;
    /*Firefox*/
    -webkit-border-radius: 5px;
    /*Safari, Chrome*/
    border-radius: 5px;
    /* opacity: 0; */
    -moz-transform: skewX(-30deg) skewY(0deg);
    /* FF3.5+ */
    -webkit-transform: skew(-30deg, 0deg);
    /*Saf3.1+, Chrome*/
    -o-transform: skew(-30deg, 0deg);
    /* Opera 10.5 */
    -ms-transform: skew(-30deg, 0deg);
    /* IE 9 */
    transform: skew(-30deg, 0deg);
    z-index: -1;
    -webkit-transition: all 0.6s ease;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.6s ease;
    /* Firefox 4-15 */
    -o-transition: all 0.6s ease;
    /* Opera 10.5-12.00 */
    transition: all 0.6s ease;
    /* Firefox 16+, Opera 12.50+ */
}

.app-link a:hover {
    color: #fff;
}

.topbar-left span {
    font-size: 14px;
    margin-right: 15px;
    display: inline-block;
    margin-top: 4px;
}

.topbar-left .font-700 {
    font-size: 15px;
}

/*********** header-content  **********/
#header-main {
    z-index: 5;
}

#header-content {
    /* background: #fff; */
}

.header-content-right .navbar {
    padding: 0;
}

.header-content-right .navbar .navbar-nav>li>a {
    padding: 48px 20px;
    font-size: 15px;
    font-weight: 500;
    height: 120px;
    color: #272727;
    position: relative;
}

.header-content-right .navbar .navbar-nav>li:last-child>a {
    /* padding: 48px 0px 48px 20px; */
}

.rtl .header-content-right .navbar .navbar-nav>li:last-child>a {
    /* padding: 48px 20px 48px  0px; */
}

.header-content-right .navbar-nav .active>.nav-link,
.header-content-right .navbar-nav .active>.nav-link:hover {
    color: #074E88;
}

.header-content-right .navbar .navbar-nav>li>a:before,
.header-content-right .navbar-nav .active>.nav-link:before {
    position: absolute;
    content: '';
    top: inherit;
    bottom: 35px;
    right: 0;
    left: 0px;
    width: 0;
    height: 0px;
    margin: auto;
    z-index: 1;
    /* margin: auto; */
    opacity: 0;
    /* background: #de1f26; */
    -webkit-transition: all 0.6s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.6s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.6s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.6s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
    /* border-right:3px solid #9e9e9e; */
    width: 0;
    height: 50px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    border-top: 3px solid #ffde00;
    border-bottom: 3px solid #ffde00;
    border-left: 3px solid #ffde00;
    border-right: 3px solid #ffde00;
    border-radius: 10px;
    -moz-transform: rotate(0deg) scale(1, 1) skewX(-30deg) skewY(0deg) translate(0px, 0px);
    /* FF3.5+ */
    -webkit-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    /*Saf3.1+, Chrome*/
    -o-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    /* Opera 10.5 */
    -ms-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    /* IE 9 */
    transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
}

.header-content-right .navbar .navbar-nav>li>a:hover:before,
.header-content-right .navbar-nav .active>.nav-link:before,
.header-content-right .navbar-nav .active>.nav-link:hover:before {
    width: 90%;
    opacity: 1;
}

/********/
/********/
.lang_name {
    display: inline-block;
    font-weight: 500;
    vertical-align: top;
}

.lang_img {
    background: url(../images/header/en.png) center center no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.lang_img_en {
    background: url(../images/header/en.png) center center no-repeat;
}

.lang_img_ar {
    background: url(../images/header/ar.png) center center no-repeat;
}

.icon-logout {
    background: url(../images/header/logout.png) center center no-repeat;
    display: inline-block;
    height: 22px;
    width: 22px;
    vertical-align: middle;
}

.dropdown-user-login:after {
    margin-top: 6px;
}

.dropdown-user-login img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.dropdown-user-login .user_welcome {
    display: block;
    text-align: initial;
    font-size: 11px;
}

.dropdown-user-login .user_name {
    font-size: 12px;
    font-weight: 600;
}

.user-login-info {
    /* display: inline-block; */
}

.nav-menu-left {
    margin: 0;
    margin-left: 15px;
}

.nav-menu-left li {
    display: inline-block;
}

.nav-menu-left li a i {
    display: inline-block;
    margin-right: 7px;
    color: #ec008c;
}

.rtl .nav-menu-left li a i {
    margin-left: 7px;
    margin-right: 0;
}

.nav-menu-left li>a,
.nav-menu-left li>.dropdown>a {
    display: inline-block;
    padding: 4px 15px;
    position: relative;
    font-weight: 500;
    color: #101624;
    border: 1px solid #ec008c;
    border-radius: 7px;
    height: 50px;
}


.nav-menu-left li>.dropdown {
    top: -1px;
}

.nav-menu-left li>.dropdown>a {
    padding-top: 14px;
}

.nav-menu-left li>a {
    padding-top: 10px;
}

.dropdown-user-login {
    padding-top: 4px !important;
}

.nav-menu-left li a:hover {
    color: #fff;
    background: #ec008c;
    /* fallback for old browsers */
    border: 1px solid #fff;
}

.nav-menu-left li a:hover i {
    color: #fff;
}

.nav-menu-left>li>a:before {
    position: absolute;
    content: '';
    left: -5px;
    top: 10px;
    /* border-left: 1px solid #7F8FA6; */
    height: 26px;
}

.rtl .nav-menu-left>li>a:before {
    /* left: inherit;
  border-left: 0px solid #7F8FA6;
  right: -5px;
  border-right: 1px solid #7F8FA6; */
}

.nav-menu-left>li>a:first-child:before {
    /* border-left: 0px solid #7F8FA6; */
}

/********* navbar-mobile **********/
.navbar-mobile {
    padding: 25px;
}

.navbar-mobile .navbar-nav .nav-link {
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    font-weight: 400;
}

.toggle-nav .toggle-btn {
    background: none;
    border: none;
    outline: 0;
    position: relative;
    z-index: 2222222;
    direction: rtl;
    padding: 10px 0;
}

.toggle-nav .toggle-btn span {
    display: block;
    width: 2px;
    height: 3px;
    background-color: #074E88;
    margin-bottom: 5px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/* .toggle-nav .toggle-btn.active span:nth-child(2) {
   -webkit-transform: translateX(-50px);
   transform: translateX(-50px);
   opacity: 0;
 }
 .toggle-nav .toggle-btn.active span:nth-child(1) {
   -webkit-transform: rotateY(180deg) rotateZ(45deg) translate(11px, 10px);
   transform: rotateY(180deg) rotateZ(45deg) translate(11px, 10px);
 }
 .toggle-nav .toggle-btn.active span:nth-child(3) {
   -webkit-transform: rotateY(-180deg) rotateZ(-45deg) translate(0px, 0px);
   transform: rotateY(-180deg) rotateZ(-45deg) translate(0px, 0px);
 } */
.toggle-nav .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 99999999;
    opacity: 0;
    display: none;
}

.rtl .toggle-nav .mobile-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: -1;
}

.rtl .toggle-nav .mobile-menu.active {
    z-index: 9999;
}

.toggle-nav .mobile-menu .mobile-menu-items {
    background-color: #ffffff;
    margin: 0;
    width: 270px;
    height: 100%;
    overflow: auto;
    list-style: none;
    padding: 0;
    box-shadow: 1px 1px 10px #ccc;
}

.toggle-nav .mobile-menu .closeIcon {
    position: absolute;
    left: 280px;
    top: 15px;
    background: #333;
    color: #fff;
    border-radius: 30px;
    font-size: 27px;
    display: inline-block;
}

.rtl .toggle-nav .mobile-menu .closeIcon {
    left: 0;
    /* right: 280px; */
    text-align: center;
}

.toggle-nav .mobile-menu .closeIcon a {
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
}

.toggle-nav .mobile-menu .closeIcon svg {
    fill: #3D2B20;
    width: 20px;
    height: 20px;
}

.mobile-menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    display: block;
}

/*---------------------------------------------------------------
 ********** pop login  **********/
/*--------------------------------------------------------------*/
.pop_style .close {
    font-weight: normal;
    color: #7F8FA6;
    background: #F6F7FB;
    border-radius: 7px;
    padding: 2px 8px;
    margin: 10px;
    position: relative;
    z-index: 3
}

.pop_style .close:hover {
    color: #fff;
    background: #074E88;
}

.form_style_1 {
    background: #fff;
}

.form_style_p {
    padding: 0px 20px 20px 20px;
}

.form_style_head {
    margin-bottom: 40px;
}

.social_link_login {
    margin-bottom: 40px;
}

.form_style_head h3 {
    color: #101624;
    font-weight: 600;
    font-size: 30px;
}

.form_style_head h4 {
    color: #7F8FA6;
    font-size: 16px;
    margin: 0;
}

.btn-group-h>a.btn {
    height: 60px;
}

.btn-group-t .span-1 {
    font-size: 11px;
    font-weight: 300;
}

.btn-group-i {
    padding: 0 20px;
    font-size: 22px;
}

.form_style_1 label {
    font-weight: 500;
}

.form_style_1 input[type=text],
.form_style_1 input[type=password],
.form_style_1 input[type=number],
.form_style_1 input[type=tel],
.form_style_1 input[type=file],
.form_style_1 .custom-file-label,
.form_style_1 input[type=email] {
    background: #EDF2F7;
    color: #7F8FA6;
    box-shadow: 0px 3px 7px #00000005;
    border-radius: 5px;
    border: none;
    height: 60px;
    padding: 10px 30px;
}

.form_style_1 textarea {
    background: #EDF2F7;
    color: #7F8FA6;
    box-shadow: 0px 3px 7px #00000005;
    border-radius: 5px;
    border: none;
    padding: 10px 30px;
    border: 1px solid #C3D5E4;
    border-radius: 5px;
}

.form_style_1 .custom-file-label {
    border: 2px dashed #074E88
}

.form_style_1 .btn-secondary.col {
    background: #EBEBEB;
    border: 1px solid #EBEBEB;
    color: #7F8FA6;
    margin-right: 10px;
}

.form_style_1 .btn-secondary.col:hover {
    border: 1px solid #074E88;
    color: #074E88;
}

.form_style_1 .custom-file-input:lang(en)~.custom-file-label::after {
    content: "Change";
    background: #074E88;
    color: #fff;
    border-radius: 5px;
    padding: 7px 20px;
    margin: 12px;
}

.form_style_1 .btn-primary {
    height: 60px;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 600;
}

.form_style_1 .btn-group-toggle .btn-info {
    background: #EDF2F7;
    color: #7F8FA6;
    box-shadow: 0px 3px 7px #00000005;
    border-radius: 5px !important;
    border: none;
    border: 1px solid #EDF2F7;
    height: 60px;
    padding: 10px 30px;
    margin: 0 5px;
    line-height: 35px;
}

.form_style_1 .btn-group-toggle .btn-info:not(:disabled):not(.disabled).active,
.form_style_1 .btn-group-toggle .btn-info:not(:disabled):not(.disabled):active,
.form_style_1 .btn-group-toggle .show>.btn-info.dropdown-toggle {
    color: #074E88;
    background-color: #EDF2F7;
    border-color: #074E88;
    font-weight: 700;
    border: 1px solid #074E88;
}

.form_style_2 input[type=text],
.form_style_2 input[type=password],
.form_style_2 input[type=number],
.form_style_2 input[type=tel],
.form_style_2 input[type=email] {
    background: #fff;
    color: #7F8FA6;
    box-shadow: 0px 3px 7px #00000005;
    border: 1px solid #EBEBEB !important;
    border-radius: 5px;
    border: none;
    height: 50px;
    padding: 10px 30px;
}

.form_style_2 textarea {
    background: #fff;
    color: #7F8FA6;
    box-shadow: 0px 3px 7px #00000005;
    border: 1px solid #EBEBEB !important;
    border-radius: 5px;
    border: none;
    padding: 10px 30px;
}

.form_style_1 input:focus,
.form_style_1 textarea:focus {
    border: 1px solid #074E88 !important;
    background: #fff !important;
}

.form_style_2 input:focus,
.form_style_2 textarea:focus {
    border: 1px solid #074E88 !important;
}

.form_style_2 .btn-dark {
    height: 50px;
    padding: 10px 30px;
    background: #101624;
}

.form_style_2 .btn-primary {
    height: 50px;
    padding: 10px 30px;
}

.form_style_2 .btn-dark:hover {
    background: #074E88;
    border: #074E88;
}

.form_style_h-auto button {
    height: auto !important;
}

.show_hide_password {
    position: relative;
}

.show_hide_password_i,
a.show_hide_password_i {
    color: #7F8FA6;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    padding: 20px;
}

.rtl .show_hide_password_i,
.rtl a.show_hide_password_i {
    right: inherit;
    left: 0;
}

.iti {
    width: 100%;
}

.code_valy {
    display: inline-block;
    margin: 0 10px;
}

.iti__country-list {
    /* max-width: 435px; */
}

#register_pop input[type=text],
#register_pop input[type=password],
#register_pop input[type=number],
#register_pop input[type=tel],
#register_pop input[type=email] {
    text-align: center;
}

#phone_login,
#phone_register_user,
#phone_forget {
    /* text-align: center; */
}

.location_map {
    position: relative;
}

.location_map:after {
    position: absolute;
    content: "\f279";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #fff;
    border-radius: 4px;
    font-size: 10px;
    color: #fff;
    background: #074E88;
    padding: 8px 10px;
    font-size: 22px;
    right: 15px;
    top: 10px;
}

.rtl .location_map:after {
    left: 15px;
    right: inherit;
}

/*---------------------------------------------------------------
********** About  **********/
/*--------------------------------------------------------------*/
.page-title-banner {
    background: #00B4DB url(../images/cover-1.jpg) center center no-repeat;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    /* min-height:340px; */
    position: relative;
    color: #fff;
    padding: 10px 0 90px 0;
}

.page-title-banner h1,
.page-title-banner h2 {
    font-size: 33px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    margin: 0;
}

.page-title-banner.page-title-2 h1,
.page-title-banner.page-title-2 h2 {
    font-size: 30px;
}

.page-title-banner .breadcrumb {
    background: none;
    padding: 0;
    font-size: 14px;
}

.ltr .page-title-banner .breadcrumb a {
    color: #fff;
    position: relative;
    padding-right: 10px;
}

.rtl .page-title-banner .breadcrumb a {
    color: #fff;
    position: relative;
    padding-left: 15px;
}

.rtl .page-title-banner .breadcrumb a:after {
    content: '.';
    left: 7px;
    color: #fff;
    position: absolute;
}

.ltr .page-title-banner .breadcrumb a:after {
    content: '.';
    right: 7px;
    color: #fff;
    position: absolute;
}

.text-title-merchant {
    position: relative;
}

/*---------------------------------------------------------------
********** pop Register  **********/
/*--------------------------------------------------------------*/
.tabRegister-icon-user {
    background: url(../images/register/img.svg) center center no-repeat;
    display: inline-block;
    height: 81px;
    width: 56px;
}

.tabRegister-icon-Merchant {
    background: url(../images/register/ceo.svg) center center no-repeat;
    display: inline-block;
    height: 81px;
    width: 78px;
}

.tabRegister-icon-name {
    display: block;
    font-weight: 500;
}

.tabRegister-nav .nav-link {
    color: #101624;
    font-size: 16px;
    text-align: center;
}

.tabRegister-nav.nav-pills .nav-link.active,
.tabRegister-nav.nav-pills .show>.nav-link {
    color: #074E88;
    background-color: #EDF2F7;
    position: relative;
}

.tabRegister-nav.nav-pills .nav-link.active:after,
.tabRegister-nav.nav-pills .show>.nav-link:after {
    position: absolute;
    content: '';
    border-left: 4px solid #074E88;
    left: 0;
    top: 0;
    bottom: 0;
    height: 70%;
    margin: auto;
}

#register_pop .modal-body {
    padding: 20px;
}

#register_pop .form_style_head h3,
.form_style_head h4 {
    display: inline-block;
}

.form_style_head h4 {}

/*---------------------------------------------------------------
********** pop Register  **********/
/*--------------------------------------------------------------*/
.Upload-Image-icon {
    background: url(../images/register/profile.svg) center center no-repeat;
    display: inline-block;
    height: 28px;
    width: 28px;
    margin: 0 15px;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.btn-file>input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}

.fileupload {
    margin-bottom: 0px;
}

.fileupload .uneditable-input {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text;
}

.fileupload .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
}

.fileupload .thumbnail>img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

.fileupload .btn {
    vertical-align: middle;
}

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
    display: none;
}

.fileupload-inline .fileupload-controls {
    display: inline;
}

.fileupload-new .input-append .btn-file {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.thumbnail-borderless .thumbnail {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fileupload-new.thumbnail-borderless .thumbnail {
    border: 1px solid #ddd;
}

.control-group.warning .fileupload .uneditable-input {
    color: #a47e3c;
    border-color: #a47e3c;
}

.control-group.warning .fileupload .fileupload-preview {
    color: #a47e3c;
}

.control-group.warning .fileupload .thumbnail {
    border-color: #a47e3c;
}

.control-group.error .fileupload .uneditable-input {
    color: #b94a48;
    border-color: #b94a48;
}

.control-group.error .fileupload .fileupload-preview {
    color: #b94a48;
}

.control-group.error .fileupload .thumbnail {
    border-color: #b94a48;
}

.control-group.success .fileupload .uneditable-input {
    color: #468847;
    border-color: #468847;
}

.control-group.success .fileupload .fileupload-preview {
    color: #468847;
}

.control-group.success .fileupload .thumbnail {
    border-color: #468847;
}

/********/
.fileupload-new span {
    font-weight: normal;
    font-size: 15px;
}

.fileupload {
    background: #ebebeb;
    padding: 0px;
}

.fileupload .btn.btn-primary {
    background: #464646;
    border: 0px solid #000000;
    -moz-border-radius: 0px;
    /*Firefox*/
    -webkit-border-radius: 0px;
    /*Safari, Chrome*/
    border-radius: 0px;
}

.fileupload .btn.btn-primary:hover {
    background: #3b3f51;
}

.pic-img-up {
    background: none;
    text-align: left;
}

.fileupload.pic-img-up .btn.btn-primary {
    background: #EDF2F7;
    margin: auto;
    border-radius: 5px;
    margin: 0px;
    font-size: 12px;
    border: 1px dashed #C3D5E4;
    color: #7F8FA6;
    display: block;
    cursor: pointer;
}

.pic-img {
    border: 2px solid #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color=#c8c8c8)";
    /*IE 8*/
    -moz-box-shadow: 0px 0px 4px #c8c8c8;
    /*FF 3.5+*/
    -webkit-box-shadow: 0px 0px 4px #c8c8c8;
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0px 0px 4px #c8c8c8;
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color=#c8c8c8);
    /*IE 5.5-7*/
}

/*********** share-icon  **********/
#shre-top {
    margin-top: 7px;
}

.shre-top {
    float: left;
    text-align: left;
}

.shre-top {
    text-align: center;
    width: auto;
    padding-left: 0;
}

.shre-top a {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.shre-top a:hover {
    margin-top: 0px;
}

.shre-top .btn1 i,
.lang-top .btn1 i {
    color: #fff;
}

.shre-top .btn1,
.lang-top .btn1 {
    text-align: center;
    color: #fff;
    margin-top: 0px;
    padding: 5px;
    width: 33px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    z-index: 1;
    margin-right: 5px;
    /* border: 1px solid #fff;
-moz-border-radius:  50%;
-webkit-border-radius:  50%;
border-radius:   50%; */
}

/* .shre-top .btn1:hover   { background:#fff;color: #88b425; } */
.shre-foot .btn4 {
    background: none;
    text-align: center;
    color: #FFFFFF;
    margin-top: 0px;
    padding: 5px;
    width: 34px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    border: 1px solid #858585;
    -moz-border-radius: 50%;
    /*Firefox*/
    -webkit-border-radius: 50%;
    /*Safari, Chrome*/
    border-radius: 50%;
}

.shre-foot .btn4:hover {
    border: 1px solid #e09a14;
    color: #e09a14;
}

#menu-top1 {
    margin-left: 40px;
}

.shre-top2 a:hover {
    margin-top: 1px;
}

.shre-top2 .btn1 {
    float: right;
    text-align: center;
    color: #fff;
    margin-top: 3px;
    margin-left: 3px;
    padding: 5px 8px;
    width: 31px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    /*
border: 0px solid #000000;
-moz-border-radius:   50%;
-webkit-border-radius:  50%;
border-radius:   50%; */
    /* background:#838383*/
}

.shre-top .btn1:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #fff;
    -moz-border-radius: 5px;
    /*Firefox*/
    -webkit-border-radius: 5px;
    /*Safari, Chrome*/
    border-radius: 5px;
    /* opacity: 0; */
    -moz-transform: skewX(-30deg) skewY(0deg);
    /* FF3.5+ */
    -webkit-transform: skew(-30deg, 0deg);
    /*Saf3.1+, Chrome*/
    -o-transform: skew(-30deg, 0deg);
    /* Opera 10.5 */
    -ms-transform: skew(-30deg, 0deg);
    /* IE 9 */
    transform: skew(-30deg, 0deg);
    z-index: -1;
    -webkit-transition: all 0.6s ease;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.6s ease;
    /* Firefox 4-15 */
    -o-transition: all 0.6s ease;
    /* Opera 10.5-12.00 */
    transition: all 0.6s ease;
    /* Firefox 16+, Opera 12.50+ */
}

.shre-top .btn1:hover:after {
    opacity: 1;
}

.shre-top .btn-twitter:hover:after,
.shre-contact .btn-twitter:after {
    background: #00baf0;
    border: 1px solid #00baf0;
}

.shre-top .btn-facebook:hover:after,
.shre-contact .btn-facebook:after {
    background: #3b5997;
    border: 1px solid #3b5997;
}

.shre-top .btn-google-plus:hover:after,
.shre-contact .btn-google-plus:after {
    background: #c43c2c;
    border: 1px solid #c43c2c;
}

.shre-top .btn-linkedin:hover:after,
.shre-contact .btn-linkedin:after {
    background: #006599;
    border: 1px solid #006599;
}

.shre-top .btn-telegram:hover:after,
.shre-contact .btn-telegram:after {
    background: #0088cc;
    border: 1px solid #0088cc;
}

.shre-top .btn-youtube:hover:after,
.shre-contact .btn-youtube:after {
    background: #ff0000;
    border: 1px solid #ff0000;
}

.shre-top .btn-vimeo-square:hover:after,
.shre-contact .btn-vimeo-square:after {
    background: #1ab7ea;
    border: 1px solid #1ab7ea;
}

.shre-top .btn-rss:hover:after {
    background: #ff6600;
    border: 1px solid #ff6600;
}

.shre-top .btn-snapchat:hover:after,
.shre-contact .btn-snapchat:after {
    background: #fffc00;
    color: #6d6e71;
    border: 1px solid #fffc00;
}

.shre-top .btn-instagram:hover:after,
.shre-contact .btn-instagram:after {
    background: #3b5997;
    border: 1px solid #3b5997;
}

.shre-top .btn-pinterest:hover:after,
.shre-contact .btn-pinterest:after {
    background: #cd1f28;
    border: 1px solid #cd1f28;
}

.shre-top .btn-whatsapp:hover:after,
.shre-contact .btn-whatsapp:after {
    background: #4dc247;
    color: #fff;
    border: 1px solid #4dc247;
}

.shre-top .btn-flickr {
    background: #d70068
}

.shre-top .btn-tumblr {
    background: #2f669e
}

.shre-top .btn-dribbble {
    background: #ff0084
}

.shre-top .btn-apple {
    background: #6d6d6d
}

.shre-top .btn-skype {
    background: #00b0f6
}

.shre-top .btn-github-alt {
    background: #6d6d6d
}

/* .shre-top .btn1:hover {
	color: #fff;

-moz-border-radius:  0px;
-webkit-border-radius:  0px;
border-radius:  0px;
	} */
/*******************************/
.shre-top .btn2 {
    background: none;
    text-align: center;
    color: #6d6e71;
    margin-top: 0px;
    padding: 5px 20px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    border: 1px solid #ec008c;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /* margin-right: 10px; */
    margin-left: 20px;
}

.shre-top .btn2:hover {
    border: 1px solid #ec008c;
    background: #ec008c;
    color: #fff;
}

.shre-top .btn2 i {
    color: #6d6e71;
    margin-left: 4px;
}

.shre-top .btn2:hover i {
    color: #fff;
}

.shre-top .btn1:hover {
    color: #fff;
}

/*******************************/
/*---------------------------------------------------------------
********** slider  **********/
/*--------------------------------------------------------------*/
.owl-carousel-projects-home .owl-pagination,
.owl-carousel-slide-home .owl-dots {
    display: none;
}

.owl-carousel-projects-home .owl-buttons {
    position: relative;
}

.owl-carousel-projects-home .owl-buttons div {
    background: #989490 !important;
    border: 0px solid #000000;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    padding: 5px 10px !important;
}

.slide-home .owl-prev {
    left: 20px;
    position: absolute;
    font-size: 30px !important;
    background: #ec008c !important;
    /* fallback for old browsers */
}

.slide-home .owl-next {
    right: 20px;
    position: absolute;
    font-size: 30px !important;
    background: #ec008c !important;
    /* fallback for old browsers */
}

.slide-home .owl-prev:hover,
.slide-home .owl-next:hover {
    background: #6d6e71 !important;
}

.slide-home .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    right: 0;
    left: 0;
    display: none;
}

.slide-home:hover .owl-carousel-slide-home .owl-nav {
    display: block !important;
}

.slide-home .owl-nav i {
    vertical-align: top;
    padding-top: 5px;
}

.owl-theme .owl-nav [class*="owl-"] {
    font-size: 20px;
    color: #fff;
    padding: 20px 7px;
}

.owl-theme .owl-nav [class*="owl-"] i {
    font-size: 20px;
    color: #fff;
}

/*******************************/
.header-content-main {
    position: relative;
    z-index: 1;
}

/*---------------------------------------------------------------
********** footer  **********/
/*--------------------------------------------------------------*/
.footer-top {
    /* background: #32384c ; */
    padding: 40px 0 0 0;
    position: relative;
    z-index: 3;
    margin-top: 30px;
    /* back-footer.svg */
    background-image: url(../images/back-footer.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.widget-head span {
    font-weight: bold;
    color: #fdc830;
    font-size: 25px;
}

.footer-copy {
    padding: 15px 0;
    background: #1e1e2d;
    /* background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);
  background: linear-gradient(to right, #0083B0, #00B4DB); */
}

.footer-copy-2 {
    padding: 20px 0;
}

.pay-footer {
    margin-top: 10px;
}

.widget-head h4 {
    color: #ec008c;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.widget-head h4:after {
    /* border-bottom: 1px solid #666;; */
    bottom: 0;
    content: "";
    height: 20px;
    position: absolute;
    right: -7px;
    top: 8px;
    width: 40px;
}

.con-det li {
    color: #e4e4e4;
    line-height: 25px;
}

.footer-link li a {
    color: #e4e4e4;
    line-height: 25px;
}

.con-det i {
    color: #fdc830;
    width: 20px;
}

/* .footer-link li  { padding-right:15px; position:relative;}
.footer-link li:after  {
    position:absolute;  content: "\f053"; right:0; top:7px; font-size:11px;
    color:#938989;
    font-family: 'FontAwesome';
  } */
.shre-top-foot {
    float: none;
}

.shre-top-foot.shre-top .btn1 {
    color: #fff;
}

.shre-top-foot.shre-top .btn1::after {
    border: 1px solid #fff;
}

.copy-l {
    text-align: left;
}

.copy-r {
    color: #fff;
    text-align: center;
    /*text-align:left;*/
}

.copy-r p {
    margin: 0px;
    font-size: 18px
}

.copy-r1 img {
    margin: 5px 0;
}

.read-more-cat a {
    background: none;
    color: #017b16;
    padding: 8px 45px;
    font-size: 14px;
    border: 2px solid #017b16;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    margin: 30px 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.read-more-cat a:hover {
    padding: 8px 55px;
    background: #000;
    color: #f0f0f0;
    border: 2px solid #6d6e71;
}

.read-more-cat3 a {
    border: 1px solid #de1f26;
    color: #6d6e71;
}

.read-more-cat3.more-cat-wit a {
    color: #fff;
}

.read-more-cat3 a:hover {
    border: 1px solid #6d6e71;
    color: #de1f26;
    background: #fff;
}

.shre-top-foot {
    margin-top: 10px;
}

.widget-content-footer-about p {
    color: #fff;
    line-height: 25px;
    font-size: 14px;
}

.widget-footer-list li {
    position: relative;
    color: #fff;
    line-height: 25px;
}

.widget-footer-list li {
    display: block;
    position: relative;
    padding-right: 10px;
}

.widget-footer-list li:after {
    position: absolute;
    content: "\f104";
    font-family: 'FontAwesome';
    color: #ecc357;
    right: 0;
    top: 1px;
}

.read-more-cat-foot a {
    margin-bottom: 0;
    margin-top: 5px;
}

.widget-user-footer {
    border: 1px solid #ffde00;
    border-radius: 10px;
    padding: 15px;
    background: #1e1e2d;
}

.footer-img img {
    height: 40px;
    margin: 15px;
}


.brand,
.aside {
    border-radius: 5px;
}

.aside-menu .menu-nav>.menu-item>.menu-heading .menu-icon.svg-icon svg g [fill],
.aside-menu .menu-nav>.menu-item>.menu-link .menu-icon.svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffde00;
}

.container-sms {
    max-width: 1224px;
    margin: auto;
}

.Contact-box {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #DEE3E8;
}

.Contact-box span {
    display: block;
    font-size: 18px;
    margin-top: 10px;

}

.Contact-box i {
    display: block;
    font-size: 25px;
    color: #ec008c;
}

.shre-contact {
    float: none;
}



/*---------------------------------------------------------------
********** item card **********/
/*--------------------------------------------------------------*/
.item-card-main,
.item-card-prouduct-main {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #efedee;
}

.item-card-prouduct-main {
    background: rgba(255, 255, 255, 1);
    margin-bottom: 30px;
}

.item-card-img img,
.item-card-prouduct-img img {
    border-radius: 20px;
}

.item-card-main h2,
.item-card-prouduct-main h2 {
    color: #ec008c;
    margin-bottom: 15px;
    font-size: 22px;
}

.item-card-main p,
.item-card-prouduct-main p {
    font-size: 16px;
    min-height: 40px;
    color: #6d6e71;
}

.item-card-prouduct-img {
    margin: -20px -20px 20px -20px;
    height: 200px;
}

.item-card-prouduct-img img {
    object-fit: cover;
    height: 100%;
}

.prouduct-content {
    padding: 30px 0;
}

/* --- */
.btn-s-1 {
    background: none;
    text-align: center;
    color: #fff;
    margin-top: 0px;
    padding: 5px 10px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    border: 1px solid #ec008c;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #FDC830;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ec008c, #FDC830);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ec008c, #FDC830);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.price-card {
    display: inline-block;
    color: #6d6e71;
    font-size: 22px;
    padding: 3px 11px;
    border: 2px dotted #ccc;
    border-radius: 10px;
}

.price-card span {
    display: inline-block;
    color: #ec008c;
}

.progress-bar-warning {
    background: #FDC830;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ec008c, #FDC830);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ec008c, #FDC830);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.progress-tr {
    -moz-transform: rotate(0deg) scale(1, 1) skewX(30deg) skewY(0deg) translate(0px, 0px);
    /* FF3.5+ */
    -webkit-transform: rotate(0deg) scale(1, 1) skew(30deg, 0deg) translate(0px, 0px);
    /*Saf3.1+, Chrome*/
    -o-transform: rotate(0deg) scale(1, 1) skew(30deg, 0deg) translate(0px, 0px);
    /* Opera 10.5 */
    -ms-transform: rotate(0deg) scale(1, 1) skew(30deg, 0deg) translate(0px, 0px);
    /* IE 9 */
    transform: rotate(0deg) scale(1, 1) skew(30deg, 0deg) translate(0px, 0px);
}

.progress-tr span {
    -moz-transform: rotate(0deg) scale(1, 1) skewX(-30deg) skewY(0deg) translate(0px, 0px);
    /* FF3.5+ */
    -webkit-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    /*Saf3.1+, Chrome*/
    -o-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    /* Opera 10.5 */
    -ms-transform: rotate(0deg) scale(1, 1) skew(30deg, 0deg) translate(0px, 0px);
    /* IE 9 */
    transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    display: inline-block;
}

/*---------------------------------------------------------------
********** statistics  **********/
/*--------------------------------------------------------------*/
.statistics-content {
    padding: 60px 0 30px 0;
}

.statistics-box {
    padding: 10px;
    margin-bottom: 30px;
    /* border: 8px solid #fdc830; */
    text-align: center;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.statistics-box:after {
    content: '';
    position: absolute;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    z-index: -1;
    margin: auto;
    height: 100%;
    border: 3px solid #ffde00;
    border-radius: 10px;
    -moz-transform: rotate(0deg) scale(1, 1) skewX(-10deg) skewY(0deg) translate(0px, 0px);
    /* FF3.5+ */
    -webkit-transform: rotate(0deg) scale(1, 1) skew(-10deg, 0deg) translate(0px, 0px);
    /*Saf3.1+, Chrome*/
    -o-transform: rotate(0deg) scale(1, 1) skew(-10deg, 0deg) translate(0px, 0px);
    /* Opera 10.5 */
    -ms-transform: rotate(0deg) scale(1, 1) skew(-10deg, 0deg) translate(0px, 0px);
    /* IE 9 */
    transform: rotate(0deg) scale(1, 1) skew(-10deg, 0deg) translate(0px, 0px);
}

.statistics-box:before {
    content: '';
    position: absolute;
    background: #ec008c;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    z-index: -1;
    margin: auto;
    height: 100%;
    border: 3px solid #ec008c;
    border-radius: 10px;
    -moz-transform: rotate(0deg) scale(1, 1) skewX(-10deg) skewY(0deg) translate(0px, 0px);
    /* FF3.5+ */
    -webkit-transform: rotate(0deg) scale(1, 1) skew(-10deg, 0deg) translate(0px, 0px);
    /*Saf3.1+, Chrome*/
    -o-transform: rotate(0deg) scale(1, 1) skew(-10deg, 0deg) translate(0px, 0px);
    /* Opera 10.5 */
    -ms-transform: rotate(0deg) scale(1, 1) skew(-10deg, 0deg) translate(0px, 0px);
    /* IE 9 */
    transform: rotate(0deg) scale(1, 1) skew(-10deg, 0deg) translate(0px, 0px);
    -webkit-transition: all 0.4s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.4s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.4s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.4s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
}

.statistics-box:hover:after {
    background: #ffde00;
}

.statistics-box:hover:before {
    bottom: -15px;
    right: 10px;
    left: -10px;
}

.statistics-main h2 {
    font-size: 25px;
    color: #ec008c;
}

.statistics-main h3 {
    font-size: 24px;
    color: #6d6e71;
    margin-right: 20px;
}

.statistics-icon img {
    max-height: 100px;
    margin-left: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
}

.statistics-box:hover h3 {
    color: #fff;
}

.statistics-box:hover .statistics-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

/*---------------------------------------------------------------
********** about us **********/
/*--------------------------------------------------------------*/
.baout-home {
    background: #fff;
    /* overflow: hidden; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    color: #333;
    padding: 50px 0;
    padding-bottom: 0px;
}

.about-us {
    background: #fff;
    padding: 50px 0;
    position: relative;
    z-index: 3;
}

.about-us:after {
    position: absolute;
    content: '';
    top: -40px;
    bottom: -40px;
    right: -100%;
    left: -100%;
    background: #fff;
    -moz-transform: skewX(-27deg, -3deg);
    /* FF3.5+ */
    -webkit-transform: skew(-27deg, -3deg);
    /*Saf3.1+, Chrome*/
    -o-transform: skew(-27deg, -3deg);
    /* Opera 10.5 */
    -ms-transform: skew(-27deg, -3deg);
    /* IE 9 */
    transform: skew(-27deg, -3deg);
    z-index: -1;
}

/******************/
/*****************/
.section-car-home {
    padding: 50px 0 20px 0;
    overflow: hidden;
}

.section-moto-home {
    overflow: hidden;
    padding: 50px 0 20px 0;
    background: #f1f1f1;
}

.section-car-img {
    position: relative;
    z-index: 1;
}

.section-car-img:after {
    border-radius: 30px;
    content: '';
    position: absolute;
    left: -50px;
    right: -50px;
    top: -30px;
    bottom: 0;
    z-index: -1;
    /* background: rgba(236, 195, 87, 0.9);  */
    background: #ADA996;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.section-moto-img {
    position: relative;
    z-index: 1;
}

.section-moto-img:after {
    content: '';
    position: absolute;
    left: -50px;
    right: -50px;
    top: -30px;
    bottom: 0;
    z-index: -1;
    /* background: rgba(236, 195, 87, 0.9);  */
    background: #23a5de;
    border-radius: 30px;
}

.section-car-img img {
    max-height: 220px;
    padding-bottom: 40px;
}

/****************/
.manger-word {
    position: relative;
    margin-top: 50px;
    padding: 20px 5px;
    background: #fff;
    border: 9px solid #de1f26;
    -moz-border-radius: 30px 0px;
    /*Firefox*/
    -webkit-border-radius: 30px 0px;
    /*Safari, Chrome*/
    border-radius: 30px 0px;
    z-index: 1;
}

.manger-word h2 {
    color: #de1f26;
    font-size: 21px;
    line-height: 25px;
}

.manger-word p {
    color: #6d6e71;
}

/**********/
/*********about-us-serv***********/
.about-us-serv {
    background: #fff;
    padding: 15px 0;
    position: relative;
    z-index: 1;
    border: 0px solid #de1f26;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
}

.about-us-serv-main {
    border-left: 1px solid #e9e9e9;
    text-align: center;
    min-height: 220px;
    padding: 5px 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.about-us-serv-main:hover {
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    background: #f9fbf4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color=#e5e5e5)";
    /*IE 8*/
    -moz-box-shadow: 0px 0px 3px #e5e5e5;
    /*FF 3.5+*/
    -webkit-box-shadow: 0px 0px 3px #e5e5e5;
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0px 0px 3px #e5e5e5;
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color=#e5e5e5);
    /*IE 5.5-7*/
    z-index: 3;
}

.about-us-serv-main:last-child {
    border: 0px solid #ccc;
}

.about-us-serv-main-top {
    max-height: 200px;
    min-height: 200px;
    overflow: hidden;
    padding: 5px 10px;
}

.about-us-serv-main-top h3 {
    font-size: 18px;
}

.about-us-serv-main-top p {
    font-size: 14px;
    color: #686868;
}

.about-us-serv-main-top-icon img {
    max-height: 70px;
}

/******about-content*******/
.about-content {
    margin-top: 50px;
}

.about-intro {
    line-height: 25px;
}

.about-intro-right {
    margin-bottom: 50px;
}

.about-intro p {
    font-size: 15px;
    text-align: justify;
}

.about-intro .read-more-slide {
    margin-top: 25px;
}

/************/
.why-us-all {
    background: #fff;
    padding: 40px 0;
    position: relative;
}

.why-us-all .section-content {
    /* padding-top:40px; */
}

.why-us-box {
    background: #fafafa;
    min-height: 130px;
    padding: 15px;
    margin-bottom: 30px;
    border: 3px solid #de1f26;
    border-radius: 15px;
}

.why-us-box:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color=#cbcbcb)";
    /*IE 8*/
    -moz-box-shadow: 0px 0px 10px #cbcbcb;
    /*FF 3.5+*/
    -webkit-box-shadow: 0px 0px 10px #cbcbcb;
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0px 0px 10px #cbcbcb;
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color=#cbcbcb);
    /*IE 5.5-7*/
}

.why-us-box-thumbnail {
    text-align: center;
}

.why-us-box-thumbnail img {
    height: 60px;
}

.why-us-box-content {
    overflow: hidden;
    height: 100%;
}

.why-us-box-content h3 {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    margin-top: 7px;
}

.why-us-box:hover h3 {
    color: #de1f26;
}

/********************/
/*---------------------------------------------------------------
********** cat home **********/
/*--------------------------------------------------------------*/
.cat-home {
    padding: 50px 0;
    background: #ec008c url(../images/new/img-6.jpg) top center no-repeat fixed;
    position: relative;
    z-index: 1;
    border-top: 7px solid #ffde00;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.cat-home-content {
    padding-top: 50px;
    position: relative;
    z-index: 1;
}

.cat-home-main-in {
    /* background:url(../images/bg-2.png) center center no-repeat; */
    padding: 7px;
    border: 1px solid #dc9644;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 40px 0;
    text-align: center;
    margin-bottom: 30px;
    color: #6d6e71;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
}

.cat-home-main-in h3 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.cat-home-main-in h3:after {
    height: 50px;
    position: absolute;
    content: '';
    top: 14px;
    z-index: -1;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: url(../images/bg-2.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cat-home-main-in:hover {
    background: #ec008c;
    border: 1px solid #ec008c;
    color: #fff;
    border-radius: 40px;
}

.cat-home-main-in:hover .cat-home-main-in h3 {
    color: #fff;
}

.cat-home-main-img {
    height: 90px;
    position: relative;
    z-index: 1;
}

.cat-home-main-img img {
    max-height: 90px;
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
}

.cat-home-main-in:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

/*---------------------------------------------------------------
********** products home **********/
/*--------------------------------------------------------------*/
.products-home {
    /*background: #393734 url(../images/cover.jpg) top center no-repeat fixed  ;*/
    /*overflow:hidden;*/
    /*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
    /* background: #200122;
  background: -webkit-linear-gradient(to right, #6f0000, #200122);
  background: linear-gradient(to right, #6f0000, #200122);    */
    background: #f1f1f1;
    /* fallback for old browsers */
    width: 100%;
    /* min-height: 340px; */
    position: relative;
    text-align: center;
    color: #fff;
    padding: 40px 0 20px 0;
}

.products-home:before {
    top: -1px;
    content: '';
    display: block;
    position: absolute;
    left: -2.5%;
    width: 105%;
    height: 0;
    padding-top: 6.11111%;
    background: no-repeat url('../images/svg/apps-wave.svg') 50% 0;
    background-size: auto;
    background-size: 100% 100%;
    top: -0.5px;
}

.products-home:after {
    content: '';
    display: block;
    position: absolute;
    left: -2.5%;
    width: 105%;
    height: 0;
    padding-bottom: 6.11111%;
    background: no-repeat url('../images/svg/apps-wave.svg') 50% 0;
    background-size: auto;
    background-size: 100% 100%;
    bottom: -0.5px;
    transform: scaley(-1) scalex(-1);
}

.products-home-main-in {
    background: #fff;
    border: 2px solid #de1f26;
    margin-bottom: 30px;
    border-radius: 13px 65px;
    overflow: hidden;
}

.products-home-main-img {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.products-home-main-img img {
    display: block;
    border-radius: 13px;
    width: 270px !important;
    height: 270px;
    border: 0px solid #de1f26;
    margin: auto;
    margin-top: 15px;
}

.read-more-slide.read-more-add-cart {
    position: absolute;
    bottom: 13px;
    left: -17px;
}

.caption-products {
    position: absolute;
    top: 0;
    right: -250px;
    left: 110px;
    bottom: -120px;
    padding: 20px;
    background: rgb(161, 198, 39);
    background: transparent;
    background: rgba(161, 198, 39, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccde1f26, endColorstr=#ccde1f26);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccde1f26,endColorstr=#ccde1f26)";
    zoom: 1;
    -moz-transform: rotate(315deg) scale(1, 1) skewX(0deg) skewY(0deg) translate(100%, 0px);
    -webkit-transform: rotate(315deg) scale(1, 1) skew(0deg, 0deg) translate(100%, 0px);
    -o-transform: rotate(315deg) scale(1, 1) skew(0deg, 0deg) translate(100%, 0px);
    -ms-transform: rotate(315deg) scale(1, 1) skew(0deg, 0deg) translate(100%, 0px);
    transform: rotate(315deg) scale(1, 1) skew(0deg, 0deg) translate(100%, 0px);
    text-align: left;
    border: 0px solid #666;
    -moz-border-radius: 13px 0px;
    -webkit-border-radius: 13px 0px;
    border-radius: 13px 0px;
    /*overflow: hidden;*/
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.products-home-main-img:hover .caption-products {
    opacity: 1;
    -moz-transform: rotate(315deg) scale(1, 1) skewX(0deg) skewY(0deg) translate(100px, 0px);
    -webkit-transform: rotate(315deg) scale(1, 1) skew(0deg, 0deg) translate(100px, 0px);
    -o-transform: rotate(315deg) scale(1, 1) skew(0deg, 0deg) translate(100px, 0px);
    -ms-transform: rotate(315deg) scale(1, 1) skew(0deg, 0deg) translate(100px, 0px);
    transform: rotate(315deg) scale(1, 1) skew(0deg, 0deg) translate(100px, 0px);
}

.products-home-main-content {
    padding: 7px;
    text-align: center;
    position: relative;
}

.products-home-main-content h3,
.woocommerce-loop-product__title {
    color: #de1f26;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.products-home-main-content h3 a {
    color: #de1f26;
    font-size: 16px;
}

.products-home-main-content p,
.small-padding-more-cart p.products-price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    /*position: absolute;*/
    bottom: 22px;
    left: 25px;
    color: #fff !important;
    /*font-size: 16px !important;*/
    background: #6d6e71;
    padding: 9px 20px;
    border: 0px solid #fff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    /*min-width: 170px;*/
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
}

.products-home-main-content p,
.small-padding-more-cart p.products-price,
.products-price-main p.products-price,
.woocommerce div.product p.price {
    /*min-width: 170px;*/
    display: inline-block;
}

.products-price-main {
    position: relative;
    /* left: -13px; */
    z-index: 6;
}

.products-price-main .products-price {
    /* min-width: 120px  !important;
			bottom: 22px;
		left: 25px; */
    color: #fff !important;
    font-size: 16px !important;
    background: #6d6e71;
    padding: 9px 20px;
    border: 0px solid #fff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    /* min-width: 170px; */
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
}

.article-single-gallery div.product p.price {
    display: inline-block !important;
}

.read-more-add-cart .btn-read {
    padding: 10px 30px;
    display: inline-block;
}

.products-quick-view {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff !important;
    font-size: 16px !important;
    background: #de1f26;
    border: 0px solid #de1f26;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.products-quick-view:hover {
    background: #6d6e71;
}

.products-quick-view a {
    color: #fff !important;
    padding: 10px 15px !important;
    display: block;
}

.products-quick-view .woocommerce-LoopProduct-link {
    display: none;
}

#yith-quick-view-content div.summary {
    float: left;
    text-align: right;
}

#yith-quick-view-content div.images {
    float: right;
}

#yith-quick-view-modal #yith-quick-view-content {
    padding: 20px;
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    text-align: right;
}

#yith-quick-view-modal .yith-wcqv-main {
    box-shadow: 0 0 0;
}

#yith-quick-view-modal.open .yith-wcqv-main {
    overflow-y: inherit;
}

#yith-quick-view-close {
    color: #fff;
    background: #de1f26;
    font-size: 26px;
    top: -45px;
    right: 0;
    width: auto;
    height: auto;
    opacity: 1;
    display: inline-block;
    padding: 7px 13px 2px 13px;
    border: 0;
    border-radius: 5px;
    line-height: 30px;
}

#yith-quick-view-close:hover {
    color: #fff;
}

#yith-quick-view-modal #yith-quick-view-content {
    overflow-y: scroll;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    text-align: center;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    margin-left: 5px;
}

.yith-wcqv-main {
    border-radius: 13px;
    border: 3px solid #de1f26;
}

.shre-top-foot-post {
    position: absolute;
    left: -20px;
    top: -40px;
}

.shre-top-foot-post {
    display: none;
}

.shre-top.shre-top-foot-post .btn1 {
    background: #6d6e71;
}

.products-home-content {
    padding-top: 30px;
}

.products-home-content .owl-next {
    font-size: 20px !important;
    background: #6d6e71 !important;
    padding: 9px 12px !important;
}

.products-home-content .owl-prev {
    font-size: 20px !important;
    background: #6d6e71 !important;
    padding: 9px 12px !important;
}

.products-home-content .owl-prev:hover,
.slide-home .owl-next:hover {
    background: #6d6e71 !important;
}

.products-home-content .owl-theme .owl-nav {
    position: absolute;
    top: -80px;
    width: auto;
    right: 0;
    /*display: none;*/
}

.products-home-content .owl-nav {
    display: none;
}

.products-home-content .owl-dots .owl-dot span {
    width: 30px;
}

.products-home-content .owl-dots .owl-dot.active span,
.products-home-content .owl-dots .owl-dot:hover span {
    background: #6d6e71;
}

.products-home-content .owl-dots {
    /* display: none; */
}

.products-home-content .owl-nav i {
    vertical-align: middle;
}

/*---------------------------------------------------------------
********** sms-home **********/
/*--------------------------------------------------------------*/
.sms-home .about-intro {
    padding: 30px 0;
}



/*****************/
a.btn-read {
    position: relative;
    background: none;
    padding: 10px 40px;
    border: 0px solid #de1f26;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-family: 'Cairo', Arial, Verdana, sans-serif !important;
    z-index: 1;
}

a.btn-read:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -2;
    background: #FDC830;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ec008c, #FDC830);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ec008c, #FDC830);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 10px;
    -moz-transform: rotate(0deg) scale(1, 1) skewX(-30deg) skewY(0deg) translate(0px, 0px);
    /* FF3.5+ */
    -webkit-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    /*Saf3.1+, Chrome*/
    -o-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    /* Opera 10.5 */
    -ms-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    /* IE 9 */
    transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
}

a.btn-read:before {
    position: absolute;
    top: 5px;
    right: 5px;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    background: #6d6e71;
    width: 0;
    margin: auto;
    border-radius: 10px;
    -moz-transform: rotate(0deg) scale(1, 1) skewX(-30deg) skewY(0deg) translate(0px, 0px);
    /* FF3.5+ */
    -webkit-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    /*Saf3.1+, Chrome*/
    -o-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    /* Opera 10.5 */
    -ms-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    /* IE 9 */
    transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    -webkit-transition: all 0.6s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.6s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.6s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.6s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
}

a.btn-read:hover:before {
    width: 100%;
}

a.btn-read:hover {
    background: none;
}

.read-more-cat2 a:after {
    background: none;
    border: 1px solid #fff;
}

.read-more-cat2 a:hover {
    color: #6d6e71;
    background: none !important;
}

.read-more-cat2 a {
    background: none;
    border: 0px solid #fff !important;
    color: #fff !important;
}


.read-more-slide .btn.btn-danger {
    color: #ffffff;
    background-color: inherit !important;
    border-color: none;
}

/*---------------------------------------------------------------
********** dev-home **********/
/*--------------------------------------------------------------*/
.dev-home {
    background: #fff;
}

.left-section {
    position: relative;
    z-index: 1;
    padding: 30px 0;

}

.left-section .about-intro {
    padding-right: 30px
}

.left-section:after {
    position: absolute;
    content: '';
    left: -150px;
    right: -70px;
    top: 0;
    bottom: 0;
    z-index: -1;
    /* background: url(../images/bg-1.png) top center no-repeat; */
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* width: 100%; */
    /* height:  100%; */
    text-align: center;
    color: #fff;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;

}


.right-section {
    position: relative;
    z-index: 1;
    padding: 30px 0;
    background: #7c0d82;

}

.right-section .about-intro {
    padding-right: 30px
}

.right-section:after {
    position: absolute;
    content: '';
    left: -270px;
    right: -150px;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #7c0d82 url(../images/new/img-9.jpg) left center no-repeat;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* width: 100%; */
    /* height:  100%; */
    text-align: center;
    color: #fff;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;

}

/*---------------------------------------------------------------
********** client home **********/
/*--------------------------------------------------------------*/
.fast_home_d {
    background: #f1f1f1;
    padding: 50px 0;
}

/*---------------------------------------------------------------
********** client home **********/
/*--------------------------------------------------------------*/
.client-home {
    padding: 50px;
}

.owl-carousel-slide-client img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: inherit !important;
	
	height: 130px;
width: inherit !important;
object-fit: contain;
max-width: 90%;
}

.owl-carousel-slide-client .item {
    position: relative;
    height: 150px;
    vertical-align: middle;
    display: flex;
    margin: 5px;
    background: #fff;
    padding: 7px;
    border: 0px solid #000000;
    border-radius: 10px;
}

.owl-carousel-slide-client .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -80px;
    left: 0px;
}

.owl-carousel-slide-client .owl-nav [class*="owl-"] {
    background: #ec008c;
    padding: 10px 10px;
}

/************ section-title *************/
.section-title-non-border h2:after {
    background: none;
}

.section-title {
    padding: 30px 0;
    text-align: center;
}

.section-title h2 {
    font-size: 40px;
    color: #6d6e71;
    margin: 0;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.section-title2 h2 {
    color: #fff;
}

.section-title h2:after {
    content: '';
    position: absolute;
    bottom: -7px;
    bottom: -13px;
    left: -20px;
    right: -20px;
    width: auto;
    z-index: -1;
    margin: auto;
    height: 70px;
    border-top: 3px solid #ec008c;
    border-bottom: 3px solid #ec008c;
    border-left: 0px solid #FDC830;
    border-right: 3px solid #ec008c;
    border-radius: 5px;
    -moz-transform: rotate(0deg) scale(1, 1) skewX(-30deg) skewY(0deg) translate(0px, 0px);
    /* FF3.5+ */
    -webkit-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    /*Saf3.1+, Chrome*/
    -o-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    /* Opera 10.5 */
    -ms-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    /* IE 9 */
    transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
}

.section-title h2:before {
    content: '';
    position: absolute;
    bottom: -7px;
    bottom: -20px;
    left: -25px;
    right: -25px;
    width: auto;
    z-index: -1;
    margin: auto;
    height: 70px;
    border-top: 3px solid #ffde00;
    border-bottom: 3px solid #ffde00;
    border-left: 0px solid #FDC830;
    border-right: 3px solid #ffde00;
    border-radius: 5px;
    -moz-transform: rotate(0deg) scale(1, 1) skewX(-30deg) skewY(0deg) translate(0px, 0px);
    /* FF3.5+ */
    -webkit-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    /*Saf3.1+, Chrome*/
    -o-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    /* Opera 10.5 */
    -ms-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    /* IE 9 */
    transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
}

.section-title.section-title2 h2:after,
.section-title.section-title2 h2:before {
    border-color: #ccc;
}

/*.section-title h2:after{
 	 content:''; position:absolute; bottom:-7px;  height:40px; left:-20px; right:-20px;  margin:   auto;
 border-bottom:0px solid #ecc357;
 border-left:2px solid #ecc357;
 border-right:2px solid #ecc357;

 -moz-border-radius: 11px;
 -webkit-border-radius: 11px;
 border-radius: 11px;
   z-index:-1;
 }*/
.section-title3 h2:after {
    border-color: #de1f26;
}

/*---------------------------------------------------------------
 ********** blog-home **********/
/*--------------------------------------------------------------*/
.blog-home {
    padding: 100px 0;
}

.blog-home-main-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.blog-home-main-in {
    background: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
}

.blog-home-main-content {
    background: #fff;
    padding: 10px 15px;
    margin: 15px;
    /* margin-top: -30px; */
    /* position: relative; */
    border: 1px solid #ccc;
    z-index: 5;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    border-radius: 10px;
}

.blog-home-main-in:hover .blog-home-main-content {
    /* position: relative; */
    -webkit-box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.75);
    background: #6d6e71;
    border: 1px solid #6d6e71;
    color: #fff;
}

.blog-home-main-in:hover .blog-home-main-content .read-more-slide-b a.btn-read {
    background: #6d6e71;
    color: #fff;
}

.blog-home-main-in:hover .blog-home-main-img .Portfolio-img_pro {
    -ms-transform: rotate(10deg) scale(1.5, 1.5);
    -webkit-transform: rotate(10deg) scale(1.5, 1.5);
    transform: rotate(10deg) scale(1.5, 1.5);
}

.blog-home-main-content h3 {
    color: #6d6e71;
    font-size: 14px;
    margin: 0;
    min-height: 35px;
    /* overflow: hidden; */
    text-align: center;
    line-height: 32px;
    position: relative;
    vertical-align: middle;
}

.blog-home-main-content h3 a {
    color: #6d6e71;
    display: block;
}

.blog-home-main-in:hover .blog-home-main-content h3 a {
    color: #fff;
}

.owl-carousel-slideCat-home .owl-dots {
    display: none;
}

.owl-carousel-slideCat-home .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 18px;
    margin: 5px;
    padding: 4px 10px;
    background: #de1f26;
    border-radius: 3px;
}

.owl-carousel-slideCat-home .owl-nav {
    text-align: left;
    margin-left: 10px;
}

/******************/
/******************/
.Portfolio-pro_pro {
    height: 180px;
    overflow: hidden;
    position: relative;
    border: 2px solid #b5b5b5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.Portfolio-img_pro {
    background: #fff url(../images/cover.jpg) center center no-repeat;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 180px;
    position: relative;
    text-align: center;
    color: #fff;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.img-hover_pro {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 5px;
    color: #fff;
    background: #1b81cc;
    text-align: center;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

/* .Portfolio-pro_pro:hover {border: 2px solid #de1f26;} */
.Portfolio-pro_pro:hover .img-hover_pro {
    background: #c9221c;
}

.blog-home-main-img .Portfolio-pro_pro {
    height: 190px;
    position: relative;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border-radius: 10px;
}

.blog-home-main-img .Portfolio-img_pro {
    height: 190px;
}

.blog-home-main {
    position: relative;
    margin: 15px;
}

.blog-home-main:before {
    position: absolute;
    content: ' ';
    /* border-top: 2px solid #de1f26;
    border-right: 2px solid #de1f26; */
    background: #de1f26;
    top: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border-radius: 30px 0;
    background: #c31432;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #240b36, #c31432);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #240b36, #c31432);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* background-image: linear-gradient(to right top, #0a70d2, #0093e7, #00b1e6, #00ccd6, #02e4be); */
}

.blog-home-main:hover:before {
    top: 10px;
    right: 10px;
}

/* .blog-home-main-in .Portfolio-pro_pro:after {
    position: absolute;
    content: ' ';
    border-bottom: 2px solid #de1f26;
    border-left: 2px solid #de1f26;
    width: 0;
    height:0;
    bottom: 0;
    left: 0;
		z-index:  1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;

 } */
.blog-home-main-in:hover .Portfolio-pro_pro:after,
.blog-home-main-in:hover .Portfolio-pro_pro:before {
    width: 100%;
    height: 100%;
}

.page-single-box {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin: 30px 0;
}

.page-single-img {
    text-align: center;
    margin: 20px 0;
}

.page-single-img img {
    margin: auto;
    border: 1px solid #f1f1f1;
    padding: 2px;
    border-radius: 10px;
}

.page-single-title {
    text-align: center;
}

.page-single-title h1 {
    border-bottom: 2px solid #ec008c;
    padding-bottom: 15px;
}



/***********/
.custom-shape-divider-bottom-1662084988 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1662084988 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 63px;
}

.custom-shape-divider-bottom-1662084988 .shape-fill {
    fill: #EEF0F8;
}


.sms-home {
    padding: 50px 0;
}


.jump-anim {
    animation-name: fetureanimate;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: fetureanimate;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: fetureanimate;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: fetureanimate;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: fetureanimate;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes fetureanimate {

    0%,
    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}





.sms-home-img img {
    border-radius: 80px 0;
    animation-name: smshomeanimate;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: smshomeanimate;
    -webkit-animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: smshomeanimate;
    -moz-animation-duration: 7s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: smshomeanimate;
    -ms-animation-duration: 7s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: smshomeanimate;
    -o-animation-duration: 7s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes smshomeanimate {

    0%,
    100% {
       border-radius: 80px 0;
        -webkit-transform: translateY(-40px);
            transform: translateY(-40px)
    }

    60% {
            border-radius: 60px 0;
    }

    70% {
            border-radius: 30px 0;
            -webkit-transform: translateY(-10px);
                transform: translateY(-10px)
    }

    80% {
            border-radius: 0 80px ;
    }

    90% {
            border-radius: 0 50px ;
    }
}

/* ----------------- */
.Packages-home {
    padding: 50px 0;
}
.Packages-content-min {
    margin: 40px 0;
}
.Packages-box {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
.Packages-head {
    text-align: center;
}
.Packages-head h2 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: bold;
}
.Packages-head h2:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -2;
    background: #ec008c;
    /* background: -webkit-linear-gradient(to right, #ec008c, #FDC830);
    background: linear-gradient(to right, #ec008c, #FDC830); */
    border-radius: 10px;
    -moz-transform: rotate(0deg) scale(1, 1) skewX(-30deg) skewY(0deg) translate(0px, 0px);
    -webkit-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    -o-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    -ms-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
}
.Packages-price {
    margin: 20px 0;
}
.Packages-price h3 {
    font-size: 47px;
    text-align: center;
    font-weight: bold;
    border-bottom: 2px solid #ffde00;
    border-top: 2px solid #ffde00;
    padding: 9px 0;
}

.Packages-price h3 span{
    font-size: 20px;
    font-weight: 500;
    color: rgb(106, 106, 106);
}
.pricing_list li {
    font-size: 16px;
    line-height: 27px;
    margin-top: 10px;
}
.pricing_list li i {
    color: #ec008c;
}


.sms-slide {
    position: absolute;
    left: 220px;
    top: 220px;
    z-index: 666;
}

@media only screen and (min-width: 1400px) {
    .container-sms {
        max-width: 1430px;
        margin: auto;
    }

    .topbar-user .container {
        max-width: 1390px;
    }

    #kt_content {
        margin-left: -30px;
    }
}

@media only screen and (max-width: 1399px) and (min-width: 1024px) {
    .topbar-user .container {
        max-width: 1155px;
    }

    #kt_content {
        margin-left: -21px;
    }

}

@media only screen and (min-width: 1024px) {

    .custom-shape-divider-bottom-1662085935 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        transform: rotate(180deg);
    }

    .custom-shape-divider-bottom-1662085935 svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 63px;
    }

    .custom-shape-divider-bottom-1662085935 .shape-fill {
        fill: #EEF0F8;
    }


    .right-section {
        min-height: 470px;
    }


    .page-title-banner {
        margin-top: -120px;
        padding-top: 140px;
        min-height: 240px;
    }

    .header-logo img {
        width: 130px;
    }

    .header-menu-left {
        margin: 0 30px;
    }

    .header-content-main:after {
        position: absolute;
        top: 10px;
        bottom: 10px;
        right: -30px;
        left: -30px;
        background: #fff;
        /* fallback for old browsers */
        content: '';
        z-index: -1;
        border-radius: 15px;
        -moz-transform: rotate(0deg) scale(1, 1) skewX(-30deg) skewY(0deg) translate(0px, 0px);
        /* FF3.5+ */
        -webkit-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
        /*Saf3.1+, Chrome*/
        -o-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
        /* Opera 10.5 */
        -ms-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
        /* IE 9 */
        transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
        width: 105%;
        height: 90%;
    }

    .navbar_stuck #nav-top {
        background: #FDC830;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #ec008c, #ffde00);
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #ec008c, #ffde00);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

    .navbar_stuck .header-content-main:after {
        opacity: 0;
    }

    .footer-top {
        margin-top: 60px;
    }

    .slide-home.section1 {
        margin-top: -120px;
    }

    .widget-user-footer-1 {
        /* margin-top:  0 ; */
    }

    .widget-user-footer-2 {
        margin-top: -15px;
    }

    .widget-user-footer-3 {
        margin-top: -40px;
    }

    .widget-user-footer-4 {
        margin-top: -60px;
    }

    .ltr .container-sms-in {
        padding-right: 15px;
    }

    .rtl .container-sms-in {
        padding-left: 15px;
    }

    .ltr .container-sms-in-index {
        padding-right: 0;
    }

    .rtl .container-sms-in-index {
        padding-left: 0;
    }


    .ltr .topbar-user,
    .ltr .mobile-menu-topbar {
        padding-right: 80px;
    }

    .rtl .topbar-user,
    .rtl .mobile-menu-topbar {
        padding-left: 80px;
    }

    /**********************/
    /*******************/
    .cat-home-main {
        width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .baout-home {
        padding-bottom: 100px;
    }

    .cat-home .section-title {
        /* margin-top: -90px; */
    }

    .cat-home:after {
        /* background: #32384c;
        content: '';
        position: absolute;
        top: -70px;
        left: 0;
        right: 0;
        width: 1000px;
        z-index: -1;
        margin: auto;
        height: 70px;
        border-top: 7px solid #ffde00;
        border-right: 7px solid #ffde00;
        border-left: 7px solid #ffde00;
        border-radius: 7px;
        -moz-transform: rotate(0deg) scale(1, 1) skewX(-10deg) skewY(0deg) translate(0px, 0px);
        -webkit-transform: rotate(0deg) scale(1, 1) skew(-10deg, 0deg) translate(0px, 0px);
        -o-transform: rotate(0deg) scale(1, 1) skew(-10deg, 0deg) translate(0px, 0px);
        -ms-transform: rotate(0deg) scale(1, 1) skew(-10deg, 0deg) translate(0px, 0px);
        transform: rotate(0deg) scale(1, 1) skew(-10deg, 0deg) translate(0px, 0px); */
    }

    /*---------------------------------------------------------------
     ********** sms-home **********/
    /*--------------------------------------------------------------*/
    .sms-home .section-title {
        margin-top: 0px;
        padding: 0 0 30px 0;
    }

    .left-section {
        float: left;
    }

    .right-section {
        float: right;
    }

    .dev-home .right-section {
        padding-top: 64px;
    }


}




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


/* TABLET  : 768px  ----  col-sm */
@media only screen and (max-width: 985px) and (min-width: 768px) {}

/*  Phone  : 480px   ----  col-xs */
@media only screen and (max-width: 767px) {
    .header-logo img {
        height: 70px;
        padding: 5px;
    }

    .btn-group-i {
        padding: 0 10px;
    }

    .form_style_p {
        padding: 0px 10px 10px 10px;
    }

    .mobile-user-dropdown .dropdown-menu {
        left: inherit;
        right: 0;
    }

    .dropdown-user .dropdown-menu {
        left: inherit;
        right: 0;
    }

    .rtl .dropdown-user .dropdown-menu {
        right: inherit;
        left: 0;
    }

    .nav-menu-left li a {
        padding: 10px;
    }

    .form_style_head h3 {
        font-size: 25px;
    }

    /****************/
    .dropdown-user-login {
        padding: 10px 0 !important;
    }

    .dropdown-user-login img {
        width: 30px;
        height: 30px;
    }

    .mobile-user-dropdown>.dropdown>a {
        padding: 7px 15px !important;
    }
        .section-title h2 {
            font-size: 24px;
        }

.sms-slide {
    position: absolute;
    left: 10px;
    top: 150px;
    z-index: 666;
}
.sms-slide lottie-player {
    width: 130px !important;
        height: 130px !important;
}



}

/*  Phone  : 480px   ----  col-xs */
@media only screen and (max-width: 767px) and (min-width: 480px) {}

/* Phone  : 320px */
@media only screen and (max-width: 479px) {}

.shown {
    display: block !important;
    opacity: 1 !important;
}
.tooltip:not(.shown) {
    display: none !important;
    opacity: 0 !important;
}

.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-icon, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-icon {
    color: #494b74 !important;
}