
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}
body{
    font-family: 'Tajawal', sans-serif;
	text-align: right;
	direction: rtl;
    background-color: #fff;
    font-size:14px;
    font-weight:400;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-style: normal;
  margin: 0;
}
p{
  margin:0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;

}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

a,button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p{
  margin: 0;
}

a {
  cursor: pointer !important;
  text-decoration: none !important;
}
a:hover,a:active,a:focus,a:visited{
  text-decoration: none !important;
}

input, textarea, a, button {
  outline: none !important;
  text-decoration: none;
}

img{
  max-width: 100%;
}

.main-wrapper {
  position: relative;
  min-height: 100%;
  -webkit-transition: -webkit-transform .0s ease;
  transition: -webkit-transform .0s ease;
  transition: transform .0s ease;
  transition: transform .0s ease,-webkit-transform .0s ease;
}
.menu-toggle .main-wrapper {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}


/*================*/
	/*1-Header*/
/*================*/

#header{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 40px 0 10px;
    z-index: 2;
}
#header_page {
    padding: 40px 0 10px;
}
.logo-site{
    float: right;
}
.logo-site > a{
    display: inline-block;
}
.head_right{
    float: left;
}
.head_right a img {
	max-width: 200px;
}
.head_right a:first-child img {
    filter: grayscale(1);
}
.main_menu{
    float: right;
    margin-right: 50px;
    margin-top: 30px;
	display: flex;
	align-items: center;
}
.main_menu > li{
    margin-left: 30px;
}
.main_menu > li:last-child{
    margin-left: 0;
}
.main_menu > li > a{
    display: block;
    color: #003758;
    font-size: 15px;
    font-weight: bold;
}
header .container {
    overflow: auto;
}


.hamburger {
  width: 35px;
  height: 35px;
  border: none;
  position: relative;
  z-index: 0;
  float: right;
  padding-left: 2px;
  padding-right: 2px;
  -webkit-transition: background-color .2s linear;
  -ms-transition: background-color .2s linear;
  transition: background-color .2s linear;
  display: none;
  margin-right: 0px;
  background-color: transparent;
}
.hamburger span {
  width: 20px;
  height: 2px;
  border-radius: 0px;
  background-color: #495057;
  display: block;
  margin-bottom: 4px;
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger span:nth-child(2){
  width: 15px;
}
.hamburger span:last-child{
  margin-bottom: 0;
  width: 9px;
}


/*=======================*/
	/*2-section-home*/
/*======================*/

.section-home{
    padding: 160px 0 0;
    background: #00A39E;
    position: relative;
    background: #F0F1F2;
    height:70vh;
}
.img-box {
    position: absolute;
    bottom: 0;
    left: 10%;
    max-width: 680px;
}
.title-home {
    width: 350px;
    top: 30%;
    position: absolute;
    z-index: 1
}
.title-home img{
    margin-bottom: 20px;
    top: 30%;

}
.title-home h1 {
    color: #003758;
    margin-bottom: 15px;
}
.mobadra{
  font-size: 20px;
  color: #003758;
  margin-bottom: 100px;
}

.title-home p{
  font-size: 20px;
  color: #003758;
    margin-bottom: 25px;
}
.video-slide {
    display: inline-block;
    position: relative;
    border: 2px solid #008AB1;
    padding: 10px 5px 10px 30px;
    border-radius:30px;
    font-size: 15px;
}
.video-slide .play-btn i {
    background: #008AB1;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    
}

/*=============================*/
	/*3-section-new-services*/
/*=============================*/


.section-new-services {
    padding: 80px 0; 
    position: relative;
}
.sec-head {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec-head h3 {
    color: #003758;
    max-width: 250px;
}
.sec-head h3:before {
    content: "";
    background: #008AB1;
    width: 20px;
    height: 6px;
    position: absolute;
    top: -10px;
    right: 0;
}
.sec-head a {
    color: #000;
    font-weight: bold;
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 18px;
}
.sec-head a i {
    margin-left: 10px;
    font-size: 14px;
}
.filter-services {
    float: left;
}
.filter-services span {
    font-size: 14px;
}
.filter-services select {
    background: #ECECF0;
    padding: 10px 15px;
    border-radius: 10px;
    color: #000;
    font-weight: bold;
    margin-right: 10px;
}
.flex-services {
    display: flex;
    flex-wrap: wrap;
}
.box-services {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
}
.services-padd {
    width: 33.3334%;
    padding: 10px;
}
.item-services {
    border: 1px solid #ECECF0;
    padding: 10px;
    border-radius: 15px;
    transition: all .3s ease 0s;
}
.item-services figure {
    height: 200px;
    position: relative;
    margin-bottom: 10px;
}
.item-services figure img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.item-services figure .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(119, 118, 118, 0.3);
    border-radius: 50%;
    text-align: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.sec-title span {
    color: #C64C78;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 15px;
    padding: 5px 10px;
    font-weight: bold;
}
.sec-title {
    padding: 10px;
}
.sec-title h5 {
    height: 60px;
    overflow: hidden;
    color: #360A2B
}
.sec-title strong {
    display: block;
    margin-bottom: 5px;
}
.sec-title p {
    font-size: 14px;
    margin-bottom: 30px;
}
.sec-title a {
    background: #ECECF0;
    color: #000;
    margin: auto;
    display: table;
    text-align: center;
    padding: 8px 25px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px
}

.item-services:hover {
    background: #03748E;
    transition: all .3s ease 0s;
}
.item-services:hover .sec-title span {
    background: #CE1312;
    color: #fff;
    border-radius: 15px;
}
.item-services:hover .sec-title h5,
.item-services:hover .sec-title p,
.item-services:hover .sec-title strong {
    color: #fff;
}
.item-services:hover .sec-title a {
    background: #fff;
}

.flex-services .read-more {
    display: block;
    width: 10%;
    padding: 10px;
}
.flex-services .read-more a {
    background: #ECECF0;
    display: block;
    width: 100%;
    padding: 10px;
    height: 100%;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-services .read-more i {
    background: #03748E;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    font-size: 15px;
}


/*=============================*/
	/*4-section-option-site*/
/*=============================*/

.section-option-site {
    position: relative;
    padding: 0 0 100px;
}
.section-option-site:after {
    background: url(../images/shapeL.svg);
    width: 200px;
    height: 200px;
    content: "";
    position: absolute;
    right: -50px;
    top: 25%;
    background-repeat: no-repeat;
}
.section-option-site:before {
    background: url(../images/shapeR.svg);
    width: 200px;
    height: 200px;
    content: "";
    position: absolute;
    left:100px;
    top:0;
    background-repeat: no-repeat;
}
.box-option-site {
    background: url(../images/bg-option-site.svg);
    background-position: right!important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    height: 400px;;
    width: 90%;
    border-radius: 30px;
    padding: 10px 70px 0;
    position: relative;
}
.loc-option {
    display: flex;
    margin-top: 130px;
    position: absolute;
    bottom:-70px;
    left: -110px
}
.option-site {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    text-align: right;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    margin: 10px;
    width: 300px;
}
.option-site figure {
    padding: 20px 20px 0;
}
.option-site h5 {
    color: #360A2B;
    height: auto;
    margin-bottom: 10px;
    font-weight: bold;
}
.option-site .btn-down {
    background: #038BBA;
    display: block;
    padding: 20px;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


/*=============================*/
	/*5-section-infographic*/
/*=============================*/

.section-infographic {
    padding: 80px 0;
    position: relative;
}
.section-infographic:after {
    background: url(../images/shapeR.svg);
    width: 200px;
    height: 200px;
    content: "";
    position: absolute;
    right: -100px;
    bottom: 0;
    background-repeat: no-repeat;
}
.section-infographic:before {
    background: url(../images/shapeL.svg);
    width: 200px;
    height: 200px;
    content: "";
    position: absolute;
    left:50px;
    top:50%;
    background-repeat: no-repeat;
}


/*=============================*/
	/*6-section-faq*/
/*=============================*/

.section-faq {
    padding: 40px 0 140px;
}
.accordion {
    color: #FFF;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: right;
    border: none;
    outline: none;
    display: block;
    border-bottom: 1px solid #FFF;
    position: relative;
}
.accordion p {
    display: inline-block;
    color: #003758;
    font-size: 15px;
	font-weight: bold;
    padding-left: 30px
}
.accordion i{
    color: #003758;
    position: absolute;
    left: 30px;
    width: 25px;
    top: 20px;
    border-radius: 50%;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.panel{
    padding: 20px 20px;
    background-color: white;
    display: none;
    line-height: 25px;
}
.panel p {
    display: inline-block;
    color: #003758;
    font-size: 15px;
    padding-left: 30px
}



/*=============================*/
	/*8-section-page-service*/
/*=============================*/

.section-page-service {
    padding: 50px 0;
    position: relative;
    border-top: 2px solid #F0F1F2
}
.sec-service h1 {
    margin-bottom: 25px;
    color: #360A2B;
    font-weight: 800;
    font-size: 28px
}
.sec-service figure {
    height: 600px;
    width: 1000px;
    position: relative;
    /*margin-bottom: 10px;*/
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    padding: 10px;
    margin: 20px auto;


}
.sec-service figure img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.sec-service figure .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(119, 118, 118, 0.3);
    border-radius: 50%;
    text-align: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}
.opt-service {
    display: flex;
}
.opt-service a {
    float: right;
    background: #F0F0F0;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    margin-left: 15px;
    display: block;
}
.opt-service .sec-title h6 {
    margin-bottom: 5px;
}
.opt-service .sec-title span {
    font-weight: normal;
    text-align: right;
    padding: 0;
}
.head-serv {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.opt-service:nth-child(1) img,
.opt-service:nth-child(2) img {
    width:35px
}
.content-ph h5 {
    margin-bottom: 10px;
}
.content-ph p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.reg-service {
    margin-top: 50px;
}
.top-reg {
    display: flex;
}
.top-reg .link-service {
    background: #E0E0E0;
    display: flex;
    align-items: center;
    padding: 20px;
    flex: 4;
    justify-content: space-between;
}
.top-reg .link-service h4 {
    font-size: 20px;
    font-weight: 800;
    color: #505050;
}
.top-reg .link-service h4 a {
    color: #0D88BF;
    text-decoration: underline !important;
    font-weight: normal;
    font-size: 13px;
    margin-right: 20px;
}
.top-reg .link-service span i {
    background: #505050;
    border-radius: 50%;
    color: #E0E0E0;
    padding: 7px;
    font-size: 10px;
}
.top-reg .dw-gp {
    flex: 1;
    background: #C9C9C9;
    display: flex;
    align-items: center;
    padding: 20px 30px;
}
.top-reg .dw-gp:last-child {
    background: #B7B7B7;
    color: #060103;

}
.top-reg .dw-gp span {
    font-size: 14px
}
.top-reg .dw-gp strong {
    display: block;
    margin-top: 5px;
}
.top-reg .dw-gp i {
    color: #fff;
    margin-left: 15px;
    font-size: 24px
}
.social-service ul {
    display: flex;
}
.social-service ul li {
    flex: 1;
    padding: 20px;
    text-align: center;
    font-size: 20px
}
.social-service ul li a {
    width: 100%;
    height: 100%;
    display: block
}
.social-service li.shear-service{
    border: 1px solid #F5F5F5;
}
.social-service li.plane-service{
    background: #29B6F6;
    color: #fff;
}
.social-service li.twitter-service{
    background: #43ABE1;
    color: #fff;
}
.social-service li.whatsapp-service{
    background: #24D366;
    color: #fff;
}
.social-service li.facebook-service{
    background: #2D52A7;
    color: #fff;
}
.social-service li.save-service{
    background: #008AB1;
    color: #fff;
}
.section-other-services {
    padding-bottom: 220px;
}
.section-other-services .box-services {
    width: 100%;
}


/*=============================*/
	/*8-section-page-service*/
/*=============================*/

.section-shear-service {
    padding: 50px 0 220px;;
    position: relative;
    border-top: 5px solid #008AB1
}
.form-service h1 {
    margin-bottom: 15px;
    color: #360A2B;
    font-weight: 800;
    font-size: 28px
}
.form-service p {
    font-size: 15px;
    margin-bottom: 30px;
}
.sec-form {
    position: relative
}
.sec-form:before {
    content: "";
    background: url(../images/shape-form.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 150px;
}
.form-service .form-group  {
    display: flex;
}
.form-group label {
    font-weight: 800;
}
.sec-form-top label {
    width: 150px;
    margin-top: 10px;
}
.flex50 {
    display: flex;
}
.flex50 .form-group {
    width: 50%;
}
.flex50 .form-group label {
    width: 175px;
}
.flex50 .form-group:last-child label {
   text-align: left;
    margin-left: 30px;
}
.form-control {
    background: #F2F2F2;
    border-radius: 5px;
    border: 0;
    height: 50px;
    width: 100%;
}
.sec-form-bottom label {
    width: 300px;
    margin-top: 10px;
}
.form-group ul {
    background: #F2F2F2;
    width: 100%;
    min-height: 50px;
    line-height: 30px;
    padding-right: 20px;
    border-radius: 5px;
}
.form-group ul li {
    display: inline-block;
}
.form-group ul li label {
    font-size: 16px;
    width: 200px;
    font-weight: normal
}
.fild-serv-app {
    width: 100%;
}
textarea.form-control {
    height: 180px;
    border-radius: 5px;
}
.fild-serv {
    width: 100%;
    display: flex;
    position: relative;
    margin-bottom: 20px
}
.fild-serv:last-child {
    margin-bottom: 0;
}
.fild-serv input {
    width: 90%;
    padding-right: 70px;
}
.fild-serv i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: #008AB1;
    border-radius: 50%;
    color: #fff;
    padding: 10px;
}
.fild-serv .add-new-fild {
    background: #F2F2F2;
    width: 10%;
    margin-right: 10px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.add-new-fild span {
    border: 1px solid #505050;
    background: #C1C1C1;
    border-radius: 50%;
    padding: 5px;
}

.box-upload-image {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.avatar-upload {
    position: relative;
    width: 24%;
    margin-left: 10px;
    margin-bottom: 10px;
}
.avatar-upload:nth-child(4),
.avatar-upload:nth-child(8),
.avatar-upload:nth-child(12),
.avatar-upload:nth-child(16),
.avatar-upload:nth-child(20),
.avatar-upload:nth-child(24){
    margin-left: 0
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    text-align: center;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    cursor: pointer;
    background: url(../images/Icons---Files---Cloud-upload.svg);
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-preview {
    width: 100%;;
    height: 192px;
    position: relative;
    background: #F2F2F2;
    border-radius: 5px;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-send {
    background: #008AB1;
    color: #fff;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
}
.form-group p {
    width: 100%;
}

/*mobile menu*/

.menu-mobile{
  position: fixed;
  right: 0px;
  top: 0px;
  bottom: 0;
  height: 100%;
  width: 250px;
  background: #23ccc7;
  z-index: 1001;
  overflow-y:auto; 
  -webkit-transform:translateX(265px);
  -moz-transform:translateX(265px);
  -ms-transform:translateX(265px);
  -o-transform:translateX(265px);
  transform:translateX(265px);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
  box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
}
.brand-area{
  position: relative;
  padding-top: 20px;
}
.close_menu{
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 24px;
  cursor: pointer;
  color: #363636;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.close_menu:hover{
  background-color: #767676;
  color: #fff;
}
.brand-area a {
    width:90%;
    height: auto;
    display: block;
    background-size: contain;
    margin: 0px auto 0 auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.brand-area a > img{
  max-width: 100%;
  max-height: 100%;
}
.mmenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.mmenu > ul li a {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    color: #fff;
    padding: 10px;
    transition: all .3s;
    font-size: 16px;
    text-transform: capitalize;
}
.mmenu > ul li a > i{
  margin-left: 5px;
}
.mmenu > ul li a:hover {
    background: #57A4C3;
    color: #fff;
    border-color: #57A4C3;
}
.register-mobile{
  margin-top: 0 !important;
}
.register-mobile li:last-child > a{
  border-bottom: 0;
}
.plusIcon{
  font-size: 14px;
  margin-left: 5px;
}
.m-overlay {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.menu-toggle {
    overflow: hidden;
}
.menu-toggle .m-overlay {
    opacity: 0.6;
    visibility: visible;
}
.menu-toggle .menu-mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}
.menu-toggle .main-wrapper{
  -webkit-transform:translate3d(-250px,0,0);
  -moz-transform:translate3d(-250px,0,0);
  -ms-transform:translate3d(-250px,0,0);
  -o-transform:translate3d(-250px,0,0);
  transform:translate3d(-250px,0,0);

}
html.menu-toggle{
  overflow: hidden;
}


.section-footer {
    position: relative;
}
.section-footer:before{
    background: url(../images/shape-footer.svg);
    content: "";
    width: 200px;
    height: 300px;
    position: absolute;
    z-index: -1;
    left: 110px;
    top: -200px;
    background-repeat: no-repeat;
}
.top-footer {
    background: #008AB2;
    padding: 30px 0;
}
.footer-menu{
    display: flex;
    justify-content: space-between;
    height: 70px;
    font-size: 15px;
    line-height: 30px;
    padding-left: 50px;
}
.footer-menu ul li{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
}
.footer-menu ul li a {
    color: #fff;
}
.social-media p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
}
.social {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 15px;
}
.social i {
    margin-left: 5px;
    width: 25px;
}

.bt-footer {
    background: #00748F;
    padding: 15px 0;
}
.copyright{
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.icon-up {
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #0085AB;
  font-size: 15px;
  z-index: 9;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 14px 0px transparent;
  -moz-box-shadow: 0px 5px 14px 0px transparent;
  box-shadow: 0px 5px 14px 0px transparent;
  padding: 7px;
  bottom: 20px;
  left: 100px;
  visibility: hidden;
  overflow: hidden;
  position: fixed;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.icon-up.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0;
  transition: all 0.5s ease-in-out;
}
.icon-up #up {
  color: #fff;
  font-size: 18px;
}

.social-site {
	position: fixed;
    right: 40px;
    top: 240px;
    z-index: 1
}
.social-site p {
	transform: rotate(-90deg);
    color: #000;
    font-size: 14px;
    font-weight: bold;
	margin-bottom: 70px;
    margin-right: -35px;
}
.social-site li {
	display: block;
	height: 40px;
	width: 40px;
}
.social-site a {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}
.social-site .insta a span {
	position: absolute;
    background: url(../images/icon-social-media.svg);
    background-position: -24px -21px;
    width: 40px;
    height: 40px;
    display: block;
}
.social-site .snapchat a span {
	position: absolute;
    background: url(../images/icon-social-media.svg);
    background-position: -24px -59px;
    width: 40px;
    height: 40px;
    display: block;
}
.social-site .twitter a span {
	position: absolute;
    background: url(../images/icon-social-media.svg);
    background-position:-24px -97px;
    width: 40px;
    height: 40px;
    display: block;
}
.social-site .whatsapp a span {
	position: absolute;
    background: url(../images/icon-social-media.svg);
    background-position: -24px -135px;
    width: 40px;
    height: 40px;
    display: block;
}
.social-site .facebook a span {
	position: absolute;
    background: url(../images/icon-social-media.svg);
    background-position:-24px -173px;
    width: 40px;
    height: 40px;
    display: block;
}
.social-site .youtube a span {
	position: absolute;
    background: url(../images/icon-social-media.svg);
    background-position: -24px -213px;
    width: 40px;
    height: 40px;
    display: block;
}
.social-service ul li a {
    color:#fff;
}

.searchWonr{

    background: #ECECF0;
    padding: 15px;
    border-radius: 10px;
}
.searchWonr input{

    background: transparent;
}
