/* FontS
======================*/
@import url('https://fonts.googleapis.com/css?family=Tajawal:700,900&display=swap&subset=arabic');

/* General  Setting
======================*/
*, *:focus {
	outline: none!important;
}
body{
    font-family: 'Tajawal', sans-serif;
    overflow: hidden;
    font-weight: 700;
    width: 100%;
    background-color: #fff;
}
.page-content{
	margin-top: 65px;
}
section{
	width: 100%;
	position:relative;
	padding: 70px 0px;
	background-color: #fff;
}
.section-title{
    position: relative;
    margin: 50px auto;
}
.section-title h3{
    position: relative;
    display: inline-block;
    padding-right: 30px;
    font-weight: 900;
    color: #772157;
    font-size: 24px;
    line-height: 50px;
    margin: 0;
}
.section-title h3:before{
    content: "\f104";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #f15f3e;
    font-family: "Font Awesome 5 Free";
    font-size: 28px;
}
.section-title p{
    max-width: 767px;
    color: #777;
    font-size: 15px;
    line-height: 25px;
}
.section-title a{
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
section.purple{
	padding-bottom: 120px;
}
.purple .section-title h3 ,
.purple .section-title p{
    color: #fff;
}
.news:before{
    content: " ";
    position: absolute;
    bottom: -7px;
    right: 0;
    left: 0;
    width: 100%;
    height: 52px;
    background: url(../images/section-border-purple.png) no-repeat;
}
section.purple:before{
    content: " ";
    position: absolute;
    background: url(../images/shap-icons2.png) no-repeat;
    width: 242px;
    height: 140px;
    bottom: -80px;
    left: 30px;
    z-index: 999;
}
.skills:before ,
.skills:after{
    content: " ";
    position: absolute;
    background: url(../images/normal_wave.png) no-repeat;
    width: 100%;
    height: 60px;
    top: -50px;
    left: 0;
    z-index: 999;
}
.skills:after{
    top: auto;
    bottom: -50px;
    transform: rotateX(-180deg);
}
.brief:before ,
.brief:after{
    content: " ";
    position: absolute;
    background: url(../images/normal_wave_gray.png) no-repeat;
    width: 100%;
    height: 60px;
    top: -50px;
    left: 0;
    z-index: 999;
}
.brief:after{
    top: auto;
    bottom: -50px;
    transform: rotateX(-180deg);
}
.rtl .text-left, 
[dir=rtl] .text-left{
    text-align: left !important;
}
.h-50px{
    height: 50px;
    overflow: hidden;
    width: 100%;
    display: block;
}

/* Page Head
=========================*/
.page-head{
    background-color: #762056;
    padding: 10px 15px;
    overflow: hidden;
    border-radius: 30px 21px 30px 20px;
    display: block;
    margin: 0 auto 5px;
}
.page-head .breadcrumb{
    background-color: transparent;
    text-align: center;
    display: inline-block;
    padding: 0;
    font-size: 13px;
    margin: 0;
    line-height: 45px;
}
.page-head .breadcrumb li{
    display: inline-block;
    color: #f5a81d;
    margin: 0 5px;
}
.page-head .breadcrumb li a{
    color: #ffffff;
}
.page-head .breadcrumb li a i{
	margin-right: 5px;
}
.page-head .search{
    float: left;
    padding-right: 30px;
    position: relative;
}
.page-head .cart-icon{
	float: left;
	background-color: #f5a81d;
	margin: 0 5px;
}
.page-head .cart-icon span{
	position: absolute;
	top: 0;
	right: -10px;
	background-color: #f15d3b;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	line-height: 20px;
	font-size: 12px;
}
.page-head .search i{
	position: absolute;
	color: #29bbb0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
}
.page-head .search .form-control{
	background-color: transparent;
	border: 0;
	display: inline-block;
	margin: 0;
	color: #fff;
	padding: 0;
}

.page-head .search .form-control::-webkit-input-placeholder { 
  color: #f8f6f7 !important;
    opacity: 0.4 !important;
}
.page-head .search .form-control::-moz-placeholder {
  color: #faf8f9 !important;
    opacity: 0.4 !important;
}
.page-head .search .form-control:-ms-input-placeholder {
  color: #faf8f9 !important;
    opacity: 0.4;
}
.page-head .search .form-control:-moz-placeholder { 
  color: #faf8f9 !important;
    opacity: 0.4;
}

/* Background Color
=========================*/
.gray{
    background-color: #faf8f9 !important;
}
.purple{
    background-color: #762056 !important;
}
.turquoise{
    background-color: #29bbb0 !important;
}
.orange{
   background-color: #f5a81d !important; 
}
.light_red{
    background-color: #f15f3e !important;
}
.blue{
    background-color: #3e68f1 !important;
}
.black{
    background-color: #242424 !important;
}

/* 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;
}

/* Button
======================*/
.custom-btn {
   display: inline-block;
   vertical-align: middle;
   position: relative;
   border: 0;
   margin: 15px auto;
   line-height: 45px;
   text-align: center;
   font-size: 14px;
   padding: 0px 25px;
   overflow: hidden;
   border-radius: 19% 81% 15% 85% / 70% 20% 80% 30% ;
   color: #ffffff;
   background-color: #f5a81d;
   -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 i{
	margin: 0 5px;
}
.custom-btn:hover ,
.custom-btn:focus {
    color: #fff !important;
    background-color:#772157;
}
.icon-btn{
	display: inline-block;
	position: relative;
	border: none;
	margin: 0 auto;
	width: 45px;
	line-height: 45px;
	height: 45px;
	text-align: center;
	font-size: 17px;
	border-radius: 19% 81% 15% 85% / 70% 20% 80% 30%;
	color: #ffffff;
	vertical-align: middle;
	background-color: #ff5b35;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.icon-btn > i{
	line-height: 45px;
}
.icon-btn:hover{
	background-color:#2b3f4f;
	color:#fff;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
}
.green-bc{
	opacity: 0.9;
    background: #4CAF50 !important;
}
.blue-bc{
	opacity: 0.9;
    background: #03A9F4 !important;
}
.red-bc{
	opacity: 0.9;
    background: #ff5c5a !important;
}
.green-bc:hover ,
.blue-bc:hover ,
.red-bc:hover{
	opacity: 1;
}
.green-cor{
	color: #4caf50 !important;
}
.red-cor{
    color: #ff5c5a !important;
}
.big-btn{
	background-color: #fff;
	color: #979797;
	text-decoration: underline;
	font-size: 18px;
	padding: 0 35px;
	display: block;
	width: 100%;
	max-width: 270px;
}

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

/* Forms
========================*/
.form-group {
    position: relative;
    margin: 15px auto;
    text-align: right;
}
.form-title{
	width: 100%;
	position: relative;
	text-align: right;
	color: #060606;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 5px auto;
}
.form-title span{
    width: 30px;
    display: inline-block;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-color: #2b3f4f;
    color: #fff;
    line-height: 30px;
    margin-right: 5px;
    vertical-align: middle;
}
.form-title span i{
	line-height: 30px;
}
label {
    display: block;
    text-align: right;
    font-size: 15px;
    line-height: 30px;
    margin: 5px 0;
    color: #474747;
}
.form-control {
    border: 0;
    margin: 10px auto;
    padding: 0 20px;
    height: 45px;
    font-weight: 700;
    line-height: 45px;
    border-radius: 25px;
    font-size: 12px;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-control:hover,
.form-control:focus {
    outline: 0;
    border: 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: 30px;
    padding: 10px 15px;
}
.radio-wrap {
    display: inline-block;
    text-align: center;
    margin: 5px;
}
.radio-wrap-width .radio-wrap{
    min-width: 210px;
}
input[type=radio],
 input[type=checkbox] {
    display: none;
}
input[type=radio]+label,
input[type=checkbox]+label {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    line-height: 25px;
}
input[type=radio]+label::before,
input[type=checkbox]+label::before {
    width: 100%;
    height: 100%;
    border-radius: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffffff;
    line-height: 45px;
}
input[type=checkbox]+label::after, input[type=checkbox]+label::before {
    border-radius: 3px;
}
input[type=radio]+label::before {
    border-radius: 50%
}
input[type=radio]+label:empty,
input[type=checkbox]+label:empty {
    width: 100%;
    height: 100%;
    margin: 0!important;
    padding: 0;
    line-height: 45px;
    border: 0;
    overflow: hidden;
    text-align: center;
}
input[type=radio]:checked+label::before,
input[type=checkbox]:checked+label::before {
    content: "\f00c";
}



/* Social Links
==========================*/
.social li{
    display: inline-block;
    vertical-align: middle;
}
.social li a{
    background-color: #fff;
    color: #762056;
}
.social span{
    margin: 0 0 0 55px;
    position: relative;
}
.social li a:hover{
    box-shadow: 0px 0px 7px 0px #f5a81d;
    background-color: #f5a81d;
    color: #ffffff;
}
.social span:before{
    content: " ";
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #212529;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -40px;
    right: auto;
}

/* Loader
================================*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: #762056;
}
.loader-cont{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 150px;
	height: 120px;
	text-align: center;
	color: #fff;
	line-height: 36px;
}
.spin {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    border: 3px solid transparent;
    border-radius: 50%;
    border-top-color: #ffffff;
    -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: #ffffff;
    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)
    }
}

/* Scroll
==============================*/
::-webkit-scrollbar {
	width: 3px;
	background-color:#ffffff;
}
::-webkit-scrollbar-track {
	background-color:#ffffff;
}
::-webkit-scrollbar-thumb {
	background-color:  #762056;
	border-radius:50px;
}

/* Header
==============================*/
header{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    min-height: 60px;
    box-shadow: 0px 0px 20px 10px #f2f2f2;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
header:after{
	content: " ";
	position: absolute;
	bottom: -20px;
	width: 100%;
	height: 30px;
	background-image: linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
	clip-path: ellipse(100% 35% at 48% 44%);
}
header .navbar{
	padding: 0;
}
header .navbar-brand{
	margin: 0;
	height: 60px;
	padding: 5px 0;
}
header .navbar-brand img{
	height: 100%;
}
header .navbar-toggler{
	background-color: rgb(118, 32, 86);
	border-radius: 0;
	color: #ffffff;
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 15px;
	border-radius: 15px 0 16px 0;
}

@media all and (min-width:992px){
	header .navbar ul.navbar-nav li a {
		position:relative;
		display: block;
		padding: 10px;
		margin: 0 1px;
		font-size: 14px;
		color: #772157;
		font-weight: 700;
		text-align: center;
		line-height: 40px;
	}
	header .navbar ul.navbar-nav li a:focus,
	header .navbar ul.navbar-nav li a:hover,
	header .navbar ul.navbar-nav li.active a:focus,
	header .navbar ul.navbar-nav li.active a:hover,
	header .navbar ul.navbar-nav li.active a{
		color: #f5a81d;
		background-color: rgba(255, 255, 255, .07);
	}
    ul.navbar-nav > li .dropdown-menu {
        display: block;
        left: 0;
        right: auto;
        top: 120%;
        margin: 0;
        min-width: 200px;
        box-shadow: none;
        padding: 10px;
        text-align: left;
        border-radius: 10px;
        opacity: 0;
        visibility: hidden;
        border: 0;
        background-color: #fff;
        transition: all 0.5s ease;
    }
    ul.navbar-nav > li.dropdown a.extra {
        display: none;
    } 
    ul.navbar-nav > li.dropdown ul.dropdown-menu > li > a {
        -webkit-transition : color 0.4s;
        -moz-transition : color 0.4s;
        -ms-transition : color 0.4s;
        -o-transition : color 0.4s;
        transition : color 0.4s;
        color: #4b4b4b;
        text-align: right;
        line-height: 35px;
        font-size: 12px;
        padding: 0 15px;
    }
    ul.navbar-nav > li.dropdown ul.dropdown-menu > li a {
        border-bottom: 1px solid #f1f1f1;
    }
    ul.navbar-nav > li.dropdown ul.dropdown-menu > li a:after{
        content: "\f104";
        position: absolute;
        left: 0;
        right: auto;
        top: 0;
        bottom: 0;
        margin: auto;
        color: #4b4b4b;
        font-family: "Font Awesome 5 Free";
    }
    ul.navbar-nav > li.dropdown ul.dropdown-menu > li:last-child a{
        border-bottom: 0;
    }
    ul.navbar-nav > li.dropdown ul.dropdown-menu > li:hover > a,
    ul.navbar-nav > li.dropdown ul.dropdown-menu > li:focus > a,
    ul.navbar-nav > li.dropdown ul.dropdown-menu > li.active > a {
        color: #f5a81d;
        background-color: #fff;
    } 
    ul.navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        top: 100%;
    }
}
@media all and (max-width: 991px){
    header > .container {
		padding: 0;
		max-width: 100%;
	}	
    header .navbar-collapse > .container{
    	padding: 0;
    	width: 100%;
    	border-radius: 0;
    }	
    header .navbar-brand{
    	margin-right: 15px;
    }
    header .navbar-collapse {
        top: 0;
        position: relative;
        width: 100%;
        max-height: 460px;
        overflow: hidden;
        overflow-y: auto !important;
        z-index: 99;
        padding: 0;
        background-color: #f15f3e;
    }
    header .nav-main-collapse.collapse {
        display: none !important;
    }
    header .nav-main {
        display: block;
        float: none;
        width: 100%;
        padding: 0;
        clear: both;
    }
    header .navbar ul.navbar-nav li a i{
    	display:none;
    }
    header .navbar ul.navbar-nav .dropdown-menu {
        position: static;
        clear: both;
        box-shadow: none;
        display: none;
        background-color: #515151;
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
     }
	header .navbar ul.navbar-nav li.show .dropdown-menu {
		display: block;
	}
    header .nav-main-collapse.collapse.in {
		display: block !important;
    }
    header .navbar ul.navbar-nav li a{
    	padding: 0px 25px;
    	text-align: right;
    	display: block;
    	font-size: 12px;
    	line-height: 40px;
    	color: #fff;
    	border-bottom: 1px solid rgba(0, 0, 0, .07);
    }
    header .navbar ul.navbar-nav li.dropdown a b {
        display: none;
    }
    header .navbar ul.navbar-nav li.dropdown a.extra {
        float: left;
        display: block;
        left: 0;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        padding: 0;
    }  
    header .navbar ul.navbar-nav li.dropdown a.extra i{
    	line-height: 40px;
    	display: block;
    }   
    header .navbar ul.navbar-nav li a:focus,
    header .navbar ul.navbar-nav li a:hover,
    header .navbar ul.navbar-nav li.active a:focus, 
    header .navbar ul.navbar-nav li.active a:hover,
    header .navbar ul.navbar-nav li.active a {
        color: #ffffff;
        background-color: rgb(118, 32, 86);
    }
    header .navbar ul.navbar-nav li a:focus a.extra, 
    header .navbar ul.navbar-nav li a:hover a.extra{
        color: #ffffff;
        background-color: rgb(118, 32, 86);
    }
}

/* Wel home
========================*/
.wel-home:before {
    background: url(../images/shap-icons1.png) no-repeat;
    width: 380px;
    height: 140px;
    bottom: -140px;
}
.wel-home span{
    display: inline-block;
    position:relative;
    color: #fff;
    margin-left: 55px;
    vertical-align: middle;
    margin: 0 55px 30px 0;
}
.wel-home span:before{
    content: " ";
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #fff;
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.wel-home .social span{
    margin: 0 0 0 55px;
}
.wel-home .social span:before {
    left: -40px;
    right: auto;
}
.wel-home h3{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    margin: 25px auto;
}
.wel-home p{
    color: #fff;
    font-size: 14px;
    margin: 25px auto;
    line-height: 30px;
}
.wel-home a{
    margin: 5px;
}
.wel-home > .icon-btn i{
	transform: rotateY(180deg);
}
.wel-home .social{
    margin: 80px auto 0;
}

/* About
========================*/
.about{
	padding-top: 180px;
}
.about:before{
    content: " ";
    position: absolute;
    top: -2px;
    bottom: auto;
    right: 0;
    left: 0;
    width: 100%;
    height: 88px;
    background: url(../images/top_section-border.png) no-repeat;
}
.about-img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.about-img img{
    max-width: 270px;
    margin: auto;
}
.about-cont h3{
    position: relative;
    display: inline-block;
    padding-right: 30px;
    font-weight: 900;
    color: #772157;
    font-size: 24px;
    line-height: 50px;
    margin: 0 0 20px 0;
}
.about-cont h3:before{
	content: "\f104";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #f15f3e;
    font-family: "Font Awesome 5 Free";
    font-size: 28px;
}
.about-cont p{
    color: #777;
    font-size: 13px;
    line-height: 25px;
}
.about-cont a{
    float: left;
    text-decoration: underline;
    color: #f15f3e;
    margin: 5px auto;
    font-size: 18px;
}

/* Item block
=========================*/
.item-block{
    display: block;
    position: relative;
    margin: 25px auto;
    background-color: #fff;
    border-radius: 105% 44% 80% 100%/ 35% 36% 50% 60%;
    box-shadow: 0px 0px 20px 10px #f2f2f2;
    overflow: hidden;
}
.item-block img{
	clip-path: polygon(0 0, 100% 0, 100% 59%, 90% 73%, 69% 68%, 22% 92%, 0 87%);
}
.med-wid{
    max-width: 360px;
}

.item-block .type{
	position: absolute;
	left: 5%;
	top: 10%;
	color: #fff;
	padding: 0 20px;
	line-height: 30px;
	border-radius: 30px 21px 30px 20px;
	margin: 0;
	font-size: 13px;
}
.item-block .cont{
	padding: 0px 40px 40px 40px;
	text-align: center;
}
.item-block a{
	display: block;
	color: #762056;
	font-size: 16px;
	margin: 15px auto 0;
}
.item-block .custom-btn{
	color: #fff;
	display: inline-block;
	margin: 5px auto 0;
	font-size: 13px;
	padding: 0 35px;
}
.item-block a:hover{
	color: #f15f3e;
}
.item-block span{
	display: block;
	color: #f15f3e;
	margin: 10px auto;
}
.item-block p{
	color: #777;
	font-size: 12px;
	margin: 5px auto;
	line-height: 22px;
	text-align: right;
}
.item-block.text{
	border-radius: 75% 74% 66% 64%/ 45% 36% 54% 58%;
}
.item-block.text.rev{
    border-radius:  66% 64% 75% 74%/  54% 58% 45% 36%;
}
.item-block.text .cont{
	padding: 60px 40px 80px;
}
.purple .item-block{
    box-shadow: none;
}
.custom-item{
	margin:auto
}
.custom-item .item-block{
    margin: 15px auto;
}
.custom-item .item-block .cont{
    padding: 0 25px 35px 25px;
}
.custom-item .item-block .cont a{
    font-size: 14px;
    margin: 0;
}
.custom-item .item-block .cont p{
    font-size: 11px;
    line-height: 22px;
}

/* Footer
=====================*/
footer{
    padding: 90px 0 0;
    position: relative;
    overflow: hidden;
    background-color: #762056;
}
footer:before {
    content: " ";
    position: absolute;
    background-color: #f15f3e;
    width: 140px;
    height: 160px;
    bottom: -20px;
    left: -60px;
    border-radius: 130px 130px 0 0;
    transform: rotate(25deg);
}
footer .round-bc{
    position: relative;
    padding: 30px;
}
footer .round-bc:before{
    content: " ";
    position: absolute;
    background-color: #f15f3e;
    width: 110%;
    height: 160%;
    top: -20px;
    right: -70px;
    border-radius: 130px 130px 0 0;
    transform: rotate(-25deg);
}
footer .footer-text{
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    text-align: right;
    position: relative;
    padding-bottom: 80px;
}
footer .footer-text img{
    margin: 0 0 30px 0;
}
footer .footer-text p{
    color: #fff;
    font-size: 12px;
    margin: 5px 0;
    line-height: 22px;
    max-width: 230px;
    font-weight: 700;
}
footer .footer-text span{
    display: block;
    margin-top: 45px;
}
footer ul{
    display: inline-flex;
    padding-left: 55px;
    vertical-align: text-top;
    text-align: right;
    flex-direction: column;
}
footer ul span{
    position: relative;
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
}
footer ul li a{
    position: relative;
    display: block;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-align: right;
    line-height: 30px;
}
footer ul li a:hover{
	color:#f15f3e;
}
/*Details
===========================*/
.hint-title{
	display:block;
	margin: 15px 0 0;
}
.details .head{
    margin: 25px auto;
}
.details .head .title{
    display: inline-block;
    font-size: 22px;
}
.details .head .title .sub{
	display: block;
	color: #f15f3e;
	margin: 5px auto;
	font-size: 15px;
}
.details .head .title span{
    display: block;
    color: #777;
    margin: 10px 0 0;
    font-size: 14px;
}
.details .head .social{
    float: left;
}
.details .info-text{
    font-size: 13px;
    color: #777;
    line-height: 27px;
    margin: 15px auto;
}
.details_form{
    margin: 25px auto;
    background-color: #faf8f8;
    padding: 25px 35px  5px;
    border-radius: 3% 3% 3% 15% / 20% 30% 30% 10%;
}
.details_form h3{
    font-size: 23px;
    margin: 0 0 20px 0;
}
.details_form form{
    margin: 0;
}
::-webkit-input-placeholder { 
  color: #f15f3e !important;
    opacity: 0.4 !important;
}
::-moz-placeholder {
  color: #f15f3e !important;
    opacity: 0.4 !important;
}
:-ms-input-placeholder {
  color: #f15f3e !important;
    opacity: 0.4;
}
:-moz-placeholder { 
  color: #f15f3e !important;
    opacity: 0.4;
}
.activity-img{
    margin: 15px 0;
}
.activity{
    margin: 25px auto;
}
.activity h3{
    font-size: 22px;
}
.activity .date_time{
    display: block;
    color: #29bbb0;
    margin: 10px auto;
    font-size: 17px;
}
.activity .date_time span{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
}
.activity .date_time span:nth-child(1){
    color: #f15f3e;
}
.activity  p{
    font-size: 13px;
    color: #777;
    line-height: 27px;
    margin: 15px 0;
    max-width: 500px;
}

/* Team
==========================*/
.team-block{
    display: block;
    position: relative;
    margin: 15px auto;
    padding: 25px 5px 30px;
    background-color: #f9f6f6;
    border-radius: 55% 44% 80% 100%/ 35% 36% 50% 60%;
    text-align: center;
}
.team-block img{
    margin-bottom: 10px;
}
.team-block h3{
    font-size: 16px;
    margin: 5px auto;
    line-height: 25px;
}
.team-block p{
    margin: 0;
    font-size: 14px;
    color: #f15f3e;
}

/*product
=========================*/
.product-item{
    display: block;
    position: relative;
    padding: 10px 10px 0;
    margin: 15px auto;
    background-color: #fff;
    border-radius: 25% 25% 15% 35% / 60% 78% 25% 25%;
}
.product-item .cont{
	padding: 0px 20px 20px;
	text-align: center;
}
.product-item a{
	display: block;
	color: #762056;
	font-size: 14px;
	margin: 10px auto;
	text-align: center;
}
.product-item.custom-btn{
	color: #fff;
	display: inline-block;
	margin: 5px auto 0;
	font-size: 13px;
	padding: 0 35px;
}
.product-item a:hover{
	color: #f15f3e;
}
.product-item span{
	display: inline-block;
	color: #f15f3e;
	margin: 5px;
}
.product-item .custom-btn{
	margin: 5px;
	line-height: 30px;
}
.product-item img{
    width: 110px;
    margin: 30px auto;
}
.product-item img.big-img{
    width: 240px;
    margin: 15px auto;
    padding: 15px;
}
.product-details h3{
    font-size: 22px;
    margin: 15px auto;
}
.product-details span{
    display: block;
    color: #f15f3e;
    font-size: 22px;
}
.product-details p{
    font-size: 13px;
    color: #777;
    line-height: 27px;
    margin: 15px 0;
    max-width: 500px;
}
.product-details .custom-btn{
    background-color: #f15f3e;
}
.product-details .custom-btn:last-child{
    background-color: #f5a81d;
}
.cat-number{
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 15px auto;
}
.cat-number>a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #762056;
    color: #fff;
    margin: 5px;
    font-size: 12px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.cat-number>* {
    float: right;
    text-align: center;
}
.cat-number>input[type=text] {
    width: 70px;
    height: 40px;
    background-color: #ffffff;
    color: #00b7d8;
    margin: 5px;
    padding: 0;
    border-radius: 19% 81% 15% 85% / 70% 20% 80% 30%;
}

/* Payment
============================*/
.payment{
    
}
.visa , .paypal{
	padding: 15px;
	border: 1px solid #f8f9f9;
	margin: 25px auto;
	border-radius: 5px;
}
.payment .form-group span{
	display: block;
	color: #777;
	font-size: 12px;
}
.payment .form-control{
	background-color: #f8f9f9;
}
.visa img , .paypal img{
	position: absolute;
	top: 0;
	left: 0;
}
.payment input[type=radio]+label,
.payment input[type=checkbox]+label{
    font-size: 16px;
}
.payment input[type=radio]+label::before, 
.payment input[type=checkbox]+label::before{
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #eaeaea;
	color: #f5a81d;
	content: "";
	display: block;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50%;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 12px;
	border: 0;
	z-index: 99;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}
.payment input[type=checkbox]+label::before{
	border-radius: 0
}
.payment  input[type=radio]:checked+label::before, .payment  input[type=checkbox]:checked+label::before {
    content: "\f00c";
}
.terms{}
.terms a{
    display: inline-block;
    font-size: 13px;
    color: #f5a81d;
    text-decoration: underline;
} 

/* Media Query
===========================*/
@media all and (min-width:992px) and (max-width:1200px){
	.item-block .cont{
		padding: 0 25px 40px 25px;
	}
	footer ul{
		padding-left: 40px;
	}
}
@media all and (min-width:992px){
	header .navbar ul.navbar-nav li a {
		position:relative;
		display: block;
		padding: 10px;
		margin: 0 1px;
		font-size: 14px;
		color: #772157;
		font-weight: 700;
		text-align: center;
		line-height: 40px;
	}
	header .navbar ul.navbar-nav li a:focus,
	header .navbar ul.navbar-nav li a:hover,
	header .navbar ul.navbar-nav li.active a:focus,
	header .navbar ul.navbar-nav li.active a:hover,
	header .navbar ul.navbar-nav li.active a{
		color: #f5a81d;
		background-color: rgba(255, 255, 255, .07);
	}
    ul.navbar-nav > li .dropdown-menu {
        display: block;
        left: 0;
        right: auto;
        top: 120%;
        margin: 0;
        min-width: 200px;
        box-shadow: none;
        padding: 10px;
        text-align: left;
        border-radius: 10px;
        opacity: 0;
        visibility: hidden;
        border: 0;
        background-color: #fff;
        transition: all 0.5s ease;
    }
    ul.navbar-nav > li.dropdown a.extra {
        display: none;
    } 
    ul.navbar-nav > li.dropdown ul.dropdown-menu > li > a {
        -webkit-transition : color 0.4s;
        -moz-transition : color 0.4s;
        -ms-transition : color 0.4s;
        -o-transition : color 0.4s;
        transition : color 0.4s;
        color: #4b4b4b;
        text-align: right;
        line-height: 35px;
        font-size: 12px;
        padding: 0 15px;
    }
    ul.navbar-nav > li.dropdown ul.dropdown-menu > li a {
        border-bottom: 1px solid #f1f1f1;
    }
    ul.navbar-nav > li.dropdown ul.dropdown-menu > li a:after{
        content: "\f104";
        position: absolute;
        left: 0;
        right: auto;
        top: 0;
        bottom: 0;
        margin: auto;
        color: #4b4b4b;
        font-family: "Font Awesome 5 Free";
    }
    ul.navbar-nav > li.dropdown ul.dropdown-menu > li:last-child a{
        border-bottom: 0;
    }
    ul.navbar-nav > li.dropdown ul.dropdown-menu > li:hover > a,
    ul.navbar-nav > li.dropdown ul.dropdown-menu > li:focus > a,
    ul.navbar-nav > li.dropdown ul.dropdown-menu > li.active > a {
        color: #f5a81d;
        background-color: #fff;
    } 
    ul.navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        top: 100%;
    }
}
@media all and (max-width: 991px){
    header > .container {
		padding: 0;
		max-width: 100%;
	}	
    header .navbar-collapse > .container{
    	padding: 0;
    	width: 100%;
    	border-radius: 0;
    }	
    header .navbar-brand{
    	margin-right: 15px;
    }
    header .navbar-collapse {
        top: 0;
        position: relative;
        width: 100%;
        max-height: 460px;
        overflow: hidden;
        overflow-y: auto !important;
        z-index: 99;
        padding: 0;
        background-color: #f15f3e;
    }
    header .nav-main-collapse.collapse {
        display: none !important;
    }
    header .nav-main {
        display: block;
        float: none;
        width: 100%;
        padding: 0;
        clear: both;
    }
    header .navbar ul.navbar-nav li a i{
    	display:none;
    }
    header .navbar ul.navbar-nav .dropdown-menu {
        position: static;
        clear: both;
        box-shadow: none;
        display: none;
        background-color: #515151;
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
     }
	header .navbar ul.navbar-nav li.show .dropdown-menu {
		display: block;
	}
    header .nav-main-collapse.collapse.in {
		display: block !important;
    }
    header .navbar ul.navbar-nav li a{
    	padding: 0px 25px;
    	text-align: right;
    	display: block;
    	font-size: 12px;
    	line-height: 40px;
    	color: #fff;
    	border-bottom: 1px solid rgba(0, 0, 0, .07);
    }
    header .navbar ul.navbar-nav li.dropdown a b {
        display: none;
    }
    header .navbar ul.navbar-nav li.dropdown a.extra {
        float: left;
        display: block;
        left: 0;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        padding: 0;
    }  
    header .navbar ul.navbar-nav li.dropdown a.extra i{
    	line-height: 40px;
    	display: block;
    }   
    header .navbar ul.navbar-nav li a:focus,
    header .navbar ul.navbar-nav li a:hover,
    header .navbar ul.navbar-nav li.active a:focus, 
    header .navbar ul.navbar-nav li.active a:hover,
    header .navbar ul.navbar-nav li.active a {
        color: #ffffff;
        background-color: rgb(118, 32, 86);
    }
    header .navbar ul.navbar-nav li a:focus a.extra, 
    header .navbar ul.navbar-nav li a:hover a.extra{
        color: #ffffff;
        background-color: rgb(118, 32, 86);
    }
    .wel-home{
    	text-align:center;
    	padding: 30px 0px;
    }
    .wel-home .social{
    	margin: 20px auto 0;
    }
    .wel-home span , .wel-home .social span{
    	display:block;
    	padding: 0;
    	margin: 5px auto;
    }
    .wel-home span:before ,  header:after ,footer .round-bc:before , section:before , section:after , .about-img img ,.wel-home:before , .wel-home img{
    	display:none;
    }
    section{
    	padding: 40px 0 !important;
    }
    .section-title a{
    	position:relative;
    }
    .item-block.text.rev ,.item-block.text, .item-block, .product-item{
		border-radius: 0;
		padding: 15px;
		text-align: center;
		margin: 15px auto;
	}
	.item-block .cont{
		padding: 0 !important;
	}
	.item-block a{
		display: block;
		color: #762056;
		font-size: 18px;
		margin: 15px auto 0;
	}
	.item-block a:hover{
		color: #f15f3e;
	}
	.item-block span{
		display: block;
		color: #f15f3e;
		margin: 10px auto;
	}
	.item-block p{
		color: #777;
		font-size: 13px;
		margin: 5px auto;
		line-height: 25px;
	}
	footer .round-bc{
		padding: 0;
	}
	footer .footer-text{
		text-align: center;
		padding: 0 0 20px;
	}
	footer .footer-text img{
        margin: auto;
    }
	footer .footer-text p{
		max-width: 100%
	}
	footer .footer-text span{
		margin: 0;
	}
	.rtl .text-left, [dir=rtl] .text-left {
        text-align: right !important;
    }
    footer{
    	padding:40px 15px 0;
    }
    footer ul{
    	display: inline-block;
    	padding: 0;
    	min-width: 167px;
    	margin: 15px auto;
    }
    footer ul span{
    	margin-bottom: 10px;
    }
    .section-title{
    	text-align: center;
    	margin: 25px auto;
    }
    .section-title h3{
    	
    }
    .section-title p{
    	font-size: 12px;
    }
    .page-head{
        text-align: center;
    }
    .page-head .breadcrumb , .details .head .title{
        display: block;
        text-align: center;
    }
    .details .head .social{ 
        float: none;
        text-align:center;
        display:block;
        margin: 15px auto;
    }
    .page-head .cart-icon , .page-head .search{
    	display:inline-block;
    	float: none;
    }
    .activity-img{
        margin: 15px auto;
    }
    .activity{
        text-align: center;
    }
    .activity p{
        max-width: 100%;
        text-align: center;
    }
    header{
        border-bottom: 1px solid #f9f9f9;
        box-shadow: none;   
    }
}