body
{
  position: relative;
  margin: 0;
  padding: 0;
  font-family: 'Oswald';
  font-weight: 400;
  direction: rtl;
  overflow: hidden;
  height: 100vh;
}

.clear
{
  clear: both;
}

/* Start Aside Fixed */

aside.items-navbar
{
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 11%;
  background-color: #12222c;
  color: #FFF;
  direction: ltr;
  font-family: 'Myriad Pro';
}

@media (max-width: 1200px)
{
  aside.items-navbar
  {
    width: 15%;
  }
}

@media (max-width: 992px)
{
  aside.items-navbar
  {
    width: 17%;
  }
}


@media (max-width: 768px)
{
  aside.items-navbar
  {
    display: none;
  }
}


aside.items-navbar .logo
{
  position: relative;
  width: 100%;
  margin-top: 15px;
}

aside.items-navbar .logo::after
{
  content: '';
  position: absolute;
  bottom: -7px;
  right: 10px;
  display: block;
  width: 65%;
  height: 1px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3c8178+31,3c8178+31,69938c+49,a79f5c+56,928b51+100 */
  background: #3c8178; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #3c8178 31%,#3c8178 31%,#69938c 49%,#a79f5c 56%,#928b51 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear,  left top, right top,  color-stop(31%, #3c8178),color-stop(31%, #3c8178),color-stop(49%, #69938c),color-stop(56%, #a79f5c),to(#928b51));
  background: linear-gradient(to right,  #3c8178 31%,#3c8178 31%,#69938c 49%,#a79f5c 56%,#928b51 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c8178', endColorstr='#928b51',GradientType=1 ); /* IE6-9 */
}

aside.items-navbar .logo::before
{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  width: 65%;
  height: 1px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#928b51+0,a79f5c+44,69938c+51,3c8178+69,3c8178+69 */
  background: #928b51; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #928b51 0%,#a79f5c 44%,#69938c 51%,#3c8178 69%,#3c8178 69%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear,  left top, right top,  from(#928b51),color-stop(44%, #a79f5c),color-stop(51%, #69938c),color-stop(69%, #3c8178),color-stop(69%, #3c8178));
  background: linear-gradient(to right,  #928b51 0%,#a79f5c 44%,#69938c 51%,#3c8178 69%,#3c8178 69%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#928b51', endColorstr='#3c8178',GradientType=1 ); /* IE6-9 */
}

aside.items-navbar img
{
  width: 100%;
}

aside.items-navbar .lists-items
{
  margin-top: 31px;
  width: 100%;
}

aside.items-navbar .lists-items ul
{
  list-style: none;
  padding: 0;
}

aside.items-navbar .lists-items ul li
{
  display: block;
}

aside.items-navbar .lists-items ul li a
{
  position: relative;
  display: block;
  padding: 14px;
  width: 100%;
  color: #FFF;
  font-size: 18px;
  padding-left: 30px;
  padding-right: 0;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}

aside.items-navbar .lists-items ul li a.active
{
  background-color: #FFF;
  border-right: 1px solid #f26560;
}

aside.items-navbar .lists-items ul li a::after
{
  opacity: 0;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  left: -40px;
}

aside.items-navbar .lists-items ul li a::after
{
  position: absolute;
  top: 14px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

aside.items-navbar .lists-items ul li:first-of-type  a::after
{
  content: 'home'
}

aside.items-navbar .lists-items ul li:nth-of-type(2)  a::after
{
  content: 'about'
}

aside.items-navbar .lists-items ul li:nth-of-type(3)  a::after
{
  content: 'services'
}

aside.items-navbar .lists-items ul li:nth-of-type(4)  a::after
{
  content: 'portfolio'
}

aside.items-navbar .lists-items ul li:nth-of-type(5)  a::after
{
  content: 'blog'
}

aside.items-navbar .lists-items ul li:last-of-type  a::after
{
  content: 'contact'
}



aside.items-navbar .lists-items ul li a span
{
  position: relative;
  background-color: transparent;
  border: 1px dashed #FFF;
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  left: 0;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}



aside.items-navbar .lists-items ul li a span::before
{
  content: '';
  position: absolute;
  left: -108px;
  top: 50%;
  display: block;
  width: 100px;
  height: 0;
  border-style: dashed;
  border-width: 0.5px;
  border-color: #FFF;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}


aside.items-navbar .lists-items ul li a:hover span,
aside.items-navbar .lists-items ul li a.active span
{
  left: 50px;
  color: #f26560;
  border: 1px dashed #f26560;
}
aside.items-navbar .lists-items ul li a:hover span::before,
aside.items-navbar .lists-items ul li a.active span::before
{
  border-color: #f26560
}


aside.items-navbar .lists-items ul li a.active::after,
aside.items-navbar .lists-items ul li a:hover::after 
{
  color: #f26560;
  opacity: 1;
}

aside.items-navbar .lists-items ul li:first-of-type a:hover::after,
aside.items-navbar .lists-items ul li:first-of-type a.active::after,
aside.items-navbar .lists-items ul li:nth-of-type(5) a:hover::after ,
aside.items-navbar .lists-items ul li:nth-of-type(5) a.active::after ,
aside.items-navbar .lists-items ul li:nth-of-type(2) a:hover::after ,
aside.items-navbar .lists-items ul li:nth-of-type(2) a.active::after
{
  left: 21px;
}

aside.items-navbar .lists-items ul li:nth-of-type(3) a.active::after,
aside.items-navbar .lists-items ul li:nth-of-type(3) a:hover::after 
{
  left: 13px;
}

aside.items-navbar .lists-items ul li:nth-of-type(4) a.active::after,
aside.items-navbar .lists-items ul li:nth-of-type(4) a:hover::after 
{
  left: 6px;
}

aside.items-navbar .lists-items ul li:nth-of-type(6) a.active::after,
aside.items-navbar .lists-items ul li:nth-of-type(6) a:hover::after 
{
  left: 12px;
}

/* End Aside Fixed */

/* Start Content Page */

.page
{
  width: 89%;
  direction: ltr;
}

@media (max-width: 1200px)
{
  .page
  {
    width: 85%;
  }
}

@media (max-width: 992px)
{
  .page
  {
    width: 83%;
  }
}

@media (max-width: 768px)
{
  .page
  {
    width: 94%;
  }
}

.page .home
{
  background: url('../img/avatar2.jpg');
  height: 80vh;
  background-repeat: no-repeat;
  background-position: 99% 60%;
  background-size: cover;
  position: relative;
}

.page .home .opc
{
  background-color: rgba(25, 33, 39, 0.49);
  height: 100%;
}

@media (max-width: 768px)
{
  .page .home
  {
    background-position: center bottom;
  } 
}

.page .home .custom-container
{

}

@media (max-width: 768px)
{
  .page .home .custom-container
  {
    padding-left: 0;
    padding-right: 0;
  }
}

.page .home header .icons
{
  float: left;
  width: 45%;
  margin-top: 25px;
  margin-left: 5%;
}

@media (max-width: 992px)
{
  .page .home header .icons
  {
    width: 40%;
    margin-left: 5%;
  }
}

@media (max-width: 768px)
{
  .page .home header .icons
  {
    display: none;
  }
}

.page .home header .icons a
{
  color: #FFF;
  font-size: 13px;
  margin: 0 5px;
  width: 26px;
  height: 26px;
  line-height: 23px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border: 1px dashed #FFF;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}

.page .home header .icons a:hover
{
  color: #5b5b5b;
  background-color: #FFF;
  border: 1px dashed #FFF;
  -webkit-transform: scale(1.05);
          transform: scale(1.05)
}

.page .home header .logo
{
  position: relative;
  display: none;
  width: 100%
}

.page .home header .logo a
{
  width: 100%;
  height: 100%;
  padding: 20px 0;
  display: inline-block;
  background-color: rgba(17, 37, 51, 0.5);
}

.page .home header .logo::after
{
  content: '';
  position: absolute;
  bottom: -1px;
  right: 10px;
  display: block;
  width: 65%;
  height: 1px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3c8178+31,3c8178+31,69938c+49,a79f5c+56,928b51+100 */
  background: #3c8178; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #3c8178 31%,#3c8178 31%,#69938c 49%,#a79f5c 56%,#928b51 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear,  left top, right top,  color-stop(31%, #3c8178),color-stop(31%, #3c8178),color-stop(49%, #69938c),color-stop(56%, #a79f5c),to(#928b51));
  background: linear-gradient(to right,  #3c8178 31%,#3c8178 31%,#69938c 49%,#a79f5c 56%,#928b51 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c8178', endColorstr='#928b51',GradientType=1 ); /* IE6-9 */
}

.page .home header .logo::before
{
  content: '';
  position: absolute;
  bottom: -7px;
  left: 10px;
  display: block;
  width: 65%;
  height: 1px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#928b51+0,a79f5c+44,69938c+51,3c8178+69,3c8178+69 */
  background: #928b51; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #928b51 0%,#a79f5c 44%,#69938c 51%,#3c8178 69%,#3c8178 69%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear,  left top, right top,  from(#928b51),color-stop(44%, #a79f5c),color-stop(51%, #69938c),color-stop(69%, #3c8178),color-stop(69%, #3c8178));
  background: linear-gradient(to right,  #928b51 0%,#a79f5c 44%,#69938c 51%,#3c8178 69%,#3c8178 69%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#928b51', endColorstr='#3c8178',GradientType=1 ); /* IE6-9 */
}

@media (max-width: 768px)
{
  .page .home header .logo
  {
    display: block;
    width: 100%;
    text-align: center;
  }
}


.page .home header .info-contact
{
  float: right;
  width: 45%;
  position: relative;
  top: 25px;
  font-family: 'Caviar Dreams';
  font-size: 13.5px;
  color: #FFF;
  text-align: center;
  line-height: 23px;
}

@media (max-width: 768px)
{
  .page .home header .info-contact
  {
    float: none;
    width: 100%;
    margin-top: 0;
  }
}

.page .home header .info-contact span
{
  position: relative;
  letter-spacing: 1px;
}

.page .home header .info-contact span:first-of-type
{
  margin: 0 80px 0 0;
  font-size: 12px;
}

@media (max-width: 1200px)
{
  .page .home header .info-contact span:first-of-type
  {
    margin: 0 40px 0 0;
  }
}

@media (max-width: 992px)
{
  .page .home header .info-contact span:first-of-type
  {
    margin: 0 10px 0 0;
  }

  .page .home header .info-contact
  {
    width: 55%;
  }
}

@media (max-width: 768px)
{
  .page .home header .info-contact span:first-of-type
  {
    margin: 0 40px 0 0;
  }

  .page .home header .info-contact
  {
    width: auto;
  }
}

.page .home header .info-contact span:last-of-type
{
  margin: 0;
}

.page .home header .info-contact span::after
{
  content: '';
  position: absolute;
  bottom: -5px;
  right: 0;
  display: block;
  width: 88%;
  height: 0.52px;
  background-color: #c0c3c4;
}

.page .home header .info-contact span i
{
  font-size: 12px;
  margin-right: 3px;
}

  /* Start Navbar Mobile */

nav
{
  display: none;
  position: relative;
  z-index: 999999;
}

@media (max-width: 768px)
{
  nav
  {
    display: block
  }
}

nav .menu-bar
{
  background-color: #1f3e50;
  padding: 4px 0 0;
  width: 42px;
  text-align: center;
  margin-top: 4px;
  cursor: pointer;
  display: inline-block;
  right: -42px;
  position: absolute;
  top: -4px;
  height: 100vh;
}


nav .menu-bar span.bar
{
	display: block;
    width: 26px;
    height: 3px;
    text-align: center;
    background-color: #dfdfdf;
    margin: 6px auto;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

nav .transformed
{
	background-color: #5f3035
}

nav .transformed span.bar
{
	background-color: #dfdfdf;
}

nav .transformed span.bar:first-of-type
{
	-webkit-transform: rotate(44deg) translateY(5.5px) translateX(38%);
	        transform: rotate(44deg) translateY(5.5px) translateX(38%);
    height: 2px;
    width: 15px;
}

nav .transformed span.bar:nth-of-type(2)
{
	opacity: 0;
}

nav .transformed span.bar:last-of-type
{
	-webkit-transform: rotate(-46deg) translateY(-6px) translateX(44%);
	        transform: rotate(-46deg) translateY(-6px) translateX(44%);
    height: 2px;
	width: 15px;
}

nav .container-nav
{
  background-color: #0f1e27;
  display: block;
  width: 150px;
  height: 100vh;
  position: fixed;
  top: 0;
  left:-150px;
}

nav .container-nav ul
{
  list-style: none;
  width: 100%;
  height: 100%;
  padding: 0;
}

nav .container-nav ul li
{
  width:100%;
}

nav .container-nav ul li:hover a,
nav .container-nav ul li a.active
{
  background-color: #FFF;
  color: #0f1e27
}

nav .container-nav ul a
{
  display: block;
  color: #FFF;
  width: 100%;
  padding: 20px;
  text-align: right;
  padding-right: 20px;
}

  /* End Navbar Mobile  */

  /* Start Section Content Page  */

.page .home .box-content
{
  position: relative;
  top: 42vh;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-transform: uppercase;
  width: 500px;
}

@media (max-width: 576px)
{
  .page .home .box-content
  {
    top: 40vh;
    left: 54%;
    width: 390px;
  }
}

.page .home .box-content .hello
{
  color: #f8665f;
  font-size: 22px;
  margin-left: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
}


@media (max-width: 576px)
{
  .page .home .box-content .hello
  {
    font-size: 19px;
  }
}


.page .home .box-content .hello span
{
  color: #FFF;
  text-align: left;
  margin-left: 3px;
  letter-spacing: 3px;
}

.page .home .box-content h1
{
  color: #FFF;
  font-size: 48px;
  letter-spacing: 3px;
  text-align: center;
  font-weight: 600;
}

@-webkit-keyframes move1
{
  0%,100%
  {
            -webkit-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0);
  }

  50%
  {
            -webkit-transform: translate3d(50.5px,0,50.5px);
                    transform: translate3d(50.5px,0,50.5px);
            -webkit-transform: scale(1.01);
                    transform: scale(1.01)
  }
}

@keyframes move1
{
  0%,100%
  {
            -webkit-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0);
  }

  50%
  {
            -webkit-transform: translate3d(50.5px,0,50.5px);
                    transform: translate3d(50.5px,0,50.5px);
            -webkit-transform: scale(1.01);
                    transform: scale(1.01)
  }
}

@-webkit-keyframes pulse {
	10% {-webkit-transform: scale(1.0);transform: scale(1.0)}
}

@keyframes pulse {
	10% {-webkit-transform: scale(1.0);transform: scale(1.0)}
}

@media (max-width: 576px)
{
  .page .home .box-content h1
  {
    font-size: 34px;
  }
}

.page .home .box-content h1 span
{
  color: #f8665f;
}

.page .home .box-content .slide-jop
{
  width: 100%;
  height: 42px;
}

.page .home .box-content .slide-jop .jop
{
  color: #FFF;
  font-size: 28px;
  letter-spacing: 2px;
  display: block;
  text-align: center;
  letter-spacing: 3px;
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  opacity: 0;
  width: 100%;
}

.page .home .box-content .slide-jop span.active
{
  opacity: 1;
}

@media (max-width: 768px)
{
  .page .home .box-content .slide-jop .jop
  {
    font-size: 22px;
  }
}

.page .home .box-content .slide-jop .jop-2
{
  top: 45%;
}

.page .home .box-content .slide-jop .jop-3
{
  top: 45%;
}

.page .home .box-content .content-info
{
  position: relative;
  margin-bottom: 44px;
}


.page .home .box-content .content-info::after
{
  content: '';
  position: absolute;
  bottom: -8px;
  right: 45%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: block;
  width: 40%;
  height: 1px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3c8178+31,3c8178+31,69938c+49,a79f5c+56,928b51+100 */
  background: #3c8178; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #3c8178 31%,#3c8178 31%,#69938c 49%,#a79f5c 56%,#928b51 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear,  left top, right top,  color-stop(31%, #3c8178),color-stop(31%, #3c8178),color-stop(49%, #69938c),color-stop(56%, #a79f5c),to(#928b51));
  background: linear-gradient(to right,  #3c8178 31%,#3c8178 31%,#69938c 49%,#a79f5c 56%,#928b51 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c8178', endColorstr='#928b51',GradientType=1 ); /* IE6-9 */
}

.page .home .box-content .content-info::before
{
  content: '';
  position: absolute;
  bottom: -11px;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 40%;
  height: 0.6px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#928b51+0,a79f5c+44,69938c+51,3c8178+69,3c8178+69 */
  background: #928b51; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #928b51 0%,#a79f5c 44%,#69938c 51%,#3c8178 69%,#3c8178 69%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear,  left top, right top,  from(#928b51),color-stop(44%, #a79f5c),color-stop(51%, #69938c),color-stop(69%, #3c8178),color-stop(69%, #3c8178));
  background: linear-gradient(to right,  #928b51 0%,#a79f5c 44%,#69938c 51%,#3c8178 69%,#3c8178 69%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#928b51', endColorstr='#3c8178',GradientType=1 ); /* IE6-9 */
}

.page .home .box-content .content-btns
{
  text-align: center;
}

.page .home .box-content .btns
{
  position: relative;
  font-size: 17px;
  color: #FFF;
  display: inline-block;
  width: 115px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  text-transform: none; 
  text-decoration: none;
  letter-spacing: 1.5px;
  font-weight: 300;
  bottom: 5px;
  -webkit-transition: .19s linear;
  transition: .19s linear;
}

@media (max-width: 576px)
{
  .page .home .box-content .btns
  {
    font-size: 15px;
    width: 100px;
    height: 38px;
    line-height: 38px;
  }
}

.page .home .box-content .btns:first-of-type
{
  background-color: #70afd0;
  margin-right: 15px;
}

.page .home .box-content .btns:first-of-type:hover
{
  color: #70afd0;
  background-color: #FFF
}

.page .home .box-content .btns:last-of-type
{
  background-color: #f8665f;
  margin-left: 15px;
}

.page .home .box-content .btns:last-of-type:hover
{
  color: #f8665f;
  background-color: #FFF;
}

  /* End Section Content Page  */

  /* Start Section About Page  */

  .show-mobile
  {
    display: none;
  }

  .show-lap
  {
    display: block;
  }

@media (max-width: 768px)
{
    .show-mobile
    {
      display: block;
    }

    .show-lap
    {
      display: none;
    }
}

.title
{
  margin: 70px 0;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

@media (max-width: 768px)
{
  .title
  {
    margin: 20px 0;
  }
}

.title h3
{
  font-size: 24px;
  color: #12222c;
  position: relative;
  display: inline-block;
}

.title h3::after
{
  content: '';
  position: absolute;
  bottom: -7px;
  right: 10px;
  display: block;
  width: 90%;
  height: 1px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3c8178+31,3c8178+31,69938c+49,a79f5c+56,928b51+100 */
  background: #3c8178; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #3c8178 31%,#3c8178 31%,#69938c 49%,#a79f5c 56%,#928b51 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear,  left top, right top,  color-stop(31%, #3c8178),color-stop(31%, #3c8178),color-stop(49%, #69938c),color-stop(56%, #a79f5c),to(#928b51));
  background: linear-gradient(to right,  #3c8178 31%,#3c8178 31%,#69938c 49%,#a79f5c 56%,#928b51 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c8178', endColorstr='#928b51',GradientType=1 ); /* IE6-9 */
}

.title h3::before
{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  width: 100%;
  height: 1px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#928b51+0,a79f5c+44,69938c+51,3c8178+69,3c8178+69 */
  background: #928b51; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #928b51 0%,#a79f5c 44%,#69938c 51%,#3c8178 69%,#3c8178 69%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear,  left top, right top,  from(#928b51),color-stop(44%, #a79f5c),color-stop(51%, #69938c),color-stop(69%, #3c8178),color-stop(69%, #3c8178));
  background: linear-gradient(to right,  #928b51 0%,#a79f5c 44%,#69938c 51%,#3c8178 69%,#3c8178 69%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#928b51', endColorstr='#3c8178',GradientType=1 ); /* IE6-9 */
}

.title span
{
  font-size: 35px;
  color: #efefefdb;
  font-family: 'Cairo';
  font-weight: bold;
  position: relative;
  top: 8px;
  right: 6px;
}

.about
{
  margin: 75px 0;
}

@media (max-width: 768px)
{
  .about
  {
    margin: 15px 0 0;
    height: 1150px;
  }
}

@media (max-width: 767px)
{
  .about
  {
    margin: 15px 0 0;
    height: 2380px;
  }
}

.about .text-about
{
  margin-top: 25px;
}

.about .text-about h4
{
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #7cb4db;
  font-weight: 300;
  margin: 0;
  margin-top: 5px;
  width: 110%;
}

.about .text-about span
{
  color: #9e9f9d;
  font-family: 'Cairo';
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  /* margin-left: 10px; */
}

.about .text-about span::after
{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c5c7c4;
}

.about .text-about span i
{
  font-size: 14px;
}

.about .text-about p
{
  font-family: 'Cairo';
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .5px;
  color: #6a6b6c;
  margin-bottom: 20px;
  /* margin-left: 10px; */
  text-align: justify;
}

.about .text-about span.btn-cv
{
  background-color: #f9665f;
  color: #FFF;
  font-size: 18px;
  width: 170px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}

@media (max-width: 768px)
{
  .about .text-about a
  {
    display: block;
    margin: 10px auto !important;
  }
  
}

.about .text-about span.btn-cv:hover
{
  background-color: #12222c;
  color: #FFF;
}

.about .confirm-pass
{
  position: fixed;
  width: 500px;
  max-width: 90%;
  height: 200px;
  border-radius: 4px;
  background-color: #12222c;
  box-shadow: 1px 1px 5px 1px #4d4747;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 4;
  text-align: center;
  display: none;
}

@media (max-width: 576px)
{
    .about .confirm-pass
  {
    margin-left: 17px;
  }
}

.about .confirm-pass h5
{
  color: #FFF;
  font-size: 18px;
  margin: 30px 0 15px;
}

.about .confirm-pass input
{
  width: 300px;
  height: 30px;
  line-height: 30px;
  display: block;
  margin: 10px auto;
  padding: 5px;
  font-size: 16px;
}

.about .confirm-pass input::placeholder
{
  font-size: 15px;
  font-weight: 300;
}

.about .confirm-pass span
{
  display: inline-block;
  margin: 10px 5px;
  padding: 0 4px;
  width: 110px;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  color: #FFF;
  font-weight: 300;
  cursor: pointer;
  transition: .2 ease-in-out;
}

.about .confirm-pass span.download
{
  background-color: rgb(86, 167, 86)
}
.about .confirm-pass span.close-window
{
  background-color: rgb(247, 64, 64);
}

.about .confirm-pass span:hover
{
  color: #12222c;
  background-color: #FFF;
}

.about .confirm-pass span i
{
  font-size: 13px;
  margin-left: 5px;
}

.about .confirm-pass p
{
  display: none;
  color: #ff5050;
}

@media (max-width: 1200px)
{
  .about .text-about h4,
  .about .text-about span,
  .about .text-about p,
  .about .text-about a
  {
    margin-left: 15px;
  }
}

@media (max-width: 768px)
{
  .about .text-about h4,
  .about .text-about span,
  .about .text-about p,
  .about .text-about a
  {
    margin-left: 25px;
  }
  .about .text-about h4
  {
    width: 100%;
  }
}

@media (max-width: 576px)
{
  .about .text-about h4,
  .about .text-about span,
  .about .text-about p,
  .about .text-about a
  {
    margin-left: 15px;
  }
}

.about .photo-about
{
  margin-top: 20px;
}

.about .photo-about
{
  margin-top: 20px;
}

.about .photo-about .bg-shape
{
  position: absolute;
  left: 140px;
  top: -25px;
  display: block;
  background-color: #f9665f;
  width: 335px;
  height: 440px;
  z-index: 1;
}

@media (max-width: 1200px)
{
  .about .photo-about .bg-shape
  {
    left: auto;
    right: 38px;
    width: 368px;
    height: 423px;
  }
}

@media (max-width: 992px)
{
  .about .photo-about .bg-shape
  {
    left: auto;
    right: 38px;
    top: 43px;
    width: 268px;
    height: 323px;
  }
}

@media (max-width: 768px)
{
  .about .photo-about .bg-shape
  {
    left: auto;
    right: 38px;
    top: 43px;
    width: 268px;
    height: 423px;
  }
}

@media (max-width: 576px)
{
  .about .photo-about .bg-shape
  {
    right:25px;
    top: 10px;
    width: 275px;
    height: 400px;
  }
}

.about .photo-about .box-img
{
  width: 400px;
  background-color: #f1f1f1;
  height: 430px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 1px;
  box-shadow: -7px 7px 7px -5px #302f2f;
  margin-left: 170px;
}

@media (max-width: 1200px)
{
  .about .photo-about .box-img
  {
    margin-left: 40px;
  }
}

@media (max-width: 992px)
{
  .about .photo-about .box-img
  {
    margin-left: 0;
  }
}

@media (max-width: 769px)
{
  .about .photo-about .box-img
  {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 576px)
{
  .about .photo-about .box-img
  {
    width: 380px;
    height: 390px;
    margin-left: 6px;
  }
}

.about .photo-about .box-img img
{
  width: 100%;

}

@media (max-width: 576px)
{
  .about .photo-about .box-img img
  {
    width: 100%;
    height: 100%;
  }
}

    /* Start Experience In About */

    .about .experience
    {
      margin-top: 20px;
    }

    .about .experience .tab
    {
      position: relative;
      width: 100%;
    }

    @media (max-width: 576px)
{
  .about .experience .tab
  {
    width: 98%;
  }
}

    .about .experience .tab::after
    {
      content: '';
      position: absolute;
      left: 50%;
      border-radius: 5px;
      top: 0;
      height: 520px;
      width: 3px;
      display: block;
      background-color: #ee736d;
    }

    .about .experience .tab span.sc
    {
      position: absolute;
      background-color: #FFF;
      border: 3px solid #ee736d;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      display: block;
      left: 50.3%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 9;
    }

    .about .experience .tab span.sc:first-of-type
    {
      top: 30px;
    }

    .about .experience .tab span.sc:nth-of-type(2)
    {
      top: 130px;
    }

    .about .experience .tab span.sc:nth-of-type(3)
    {
      top: 230px;
    }

    .about .experience .tab span.sc:nth-of-type(4)
    {
      top: 330px;
    }

    .about .experience .tab span.sc:nth-of-type(5)
    {
      top: 430px;
    }

    .about .experience .tab span i
    {
      color: #ee736d;
    }

    .about .experience .tab span.sc:last-of-type
    {
      top: 515px;
      left: 49%;
      width: 0;
      font-size: 12px;
      height: 0;
      border: none;
    }

    @media (max-width: 768px)
    {
      .about .experience .tab span.sc:last-of-type
      {
        left: 48.7%;
      }
    }

    .about .experience .tab .container-exp
    {
      position: absolute;
    }

    .about .experience .tab .exp
    {
      position: relative;
      width: 100%;
    }

    .about .experience .tab .exp h5
    {
      position: absolute;
      width: 50%;
      font-size: 16px;
      color: #8e8f8e;
      text-align: center;
    }

    .about .experience .tab .exp h5::after
    {
      content: '';
      position: absolute;
      top: 24.5px;
      right: 0;
      width: 100%;
      height: 0;
      border-style: dashed;
      border-width: .5px;
      border-color: #ee736d;
      display: block;
    }

    .about .experience .tab .exp-1 h5::after
    {
      right: 0;
    }

    .about .experience .tab .exp p
    {
      position: absolute;
      width: 50%;
      color: #6b6c6a;
      font-size: 15px;
      line-height: 1.8;
      font-weight: 300;
      text-align: center;
    }

    @media (max-width: 768px)
    {
      .about .experience .tab .exp p
      {
        line-height: 1.4;
      }
    }

    @media (max-width: 576px)
    {
      .about .experience .tab .exp p
      {
        line-height: 1.2;
        font-size: 14px;
      }
    }

    .about .experience .tab .exp .date
    {
      position: absolute;
      width: 50%;
      color: #ee736d;
      font-size: 15px;
      font-weight: 300;
    }

    @media (max-width: 768px)
    {
      .about .experience .tab .exp .date
      {
        color: #ee736d;
      }
    }
    /* ==== Start Coustm positions==== */
    /* == */
    .about .experience .tab .cont-1
    {
      right: -20px;
      width: 100%;
    }

    .about .experience .tab .exp-1 h5
    {
      right: 0;
      top: 10px;
    }

    .about .experience .tab .exp-1 h5::after
    {
      right: 20px;
    }

    .about .experience .tab .exp-1 p
    {
      right: 0;
      top: 40px;
    }

    .about .experience .tab .exp-1 .date
    {
      right: 60px;
      top: 24px;
    }
    /* == */
    /* == */
    .about .experience .tab .cont-2
    {
      right: 0;
      top: 100px;
      width: 100%;
    }

    .about .experience .tab .exp-2 h5
    {
      left: 0;
      top: 10px;
    }

    .about .experience .tab .exp-2 h5::after
    {
      left: 0;
    }

    .about .experience .tab .exp-2 p
    {
      left: -4px;
      top: 40px;
    }

    .about .experience .tab .exp-2 .date
    {
      right: -17px;
      top: 23px;
    }
    /* == */
    /* == */
    .about .experience .tab .cont-3
    {
      right: -20px;
      width: 100%;
      top: 200px;
    }

    .about .experience .tab .exp-3 h5
    {
      right: 0;
      top: 10px;
    }

    .about .experience .tab .exp-3 h5::after
    {
      right: 20px;
    }

    .about .experience .tab .exp-3 p
    {
      right: 0;
      top: 40px;
    }

    .about .experience .tab .exp-3 .date
    {
      right: 60px;
      top: 24px;
    }
    /* == */
    .about .experience .tab .cont-4
    {
      right: 0;
      top: 300px;
      width: 100%;
    }

    .about .experience .tab .exp-4 h5
    {
      left: 0;
      top: 10px;
    }

    .about .experience .tab .exp-4 h5::after
    {
      left: 0;
    }

    .about .experience .tab .exp-4 p
    {
      left: 2px;
      top: 40px;
    }

    .about .experience .tab .exp-4 .date
    {
      right: -17px;
      top: 23px;
    }
    /* == */
    /* == */
    .about .experience .tab .cont-5
    {
      right: -20px;
      width: 100%;
      top: 400px;
    }

    .about .experience .tab .exp-5 h5
    {
      right: 0;
      top: 10px;
    }

    .about .experience .tab .exp-5 h5::after
    {
      right: 20px;
    }

    .about .experience .tab .exp-5 p
    {
      right: 0;
      top: 40px;
    }

    .about .experience .tab .exp-5 .date
    {
      right: 60px;
      top: 24px;
    }
    /* == */
    /* ==== end Coustm positions==== */
    
    /* End Experience In About */

    /* Start Skills In About */

    .about .skills
    {
      margin-top: 20px; 
      text-align: center;
      height: 646px;
    }

    .circlechart
    {
      display: none;
    }

    @media (max-width: 767px)
    {
      .about .skills
      {
        position: relative;
        top: 550px;
        margin-bottom: 300px;
      }
    }
    
    .about .skills .box-skill
    {
      margin-bottom: 55px;
    }

    @media (max-width: 992px)
    {
      .about .skills .box-skill
      {
        margin-bottom: 10px;
      }
    }

    .about .skills h4
    {
      font-size: 14px;
      color: #8e8f8e;
      margin-top: 9px;
      text-transform: uppercase
    }

    @media (max-width: 768px)
    {
      .about .skills h4
      {
        font-size: 13px;
      }
    }

    /* End Skills In About */

  /* End Section About Page  */

  /* Start Section Services Page  */

  .services
  {
    margin: 75px 0;
  }

  @media (max-width: 768px)
  {
    .services
    {
      margin-top: 300px;
    }
  }

  @media (max-width: 768px)
  {
    .services .title
    {
      margin: 10px 0 40px;
    }
  }

  .services .box-card
  {
    position: relative;
  }

  .services .box-card .bg-card
  {
    position: absolute;
    left: 27px;
    top: 30px;
    display: block;
    width: 270px;
    height: 310px;
    background-color: #8acaf785;
    z-index: -1;
  }

  @media (max-width: 768px)
  {
    .services .box-card .bg-card
    {
      left: 80px;
    }
  }

  @media (max-width: 576px)
  {
    .services .box-card .bg-card
    {
      left: 50px;
    }
  }

  .services .box-card .serv-card
  {
    width: 290px;
    height: 330px;
    padding: 5px 15px;
    margin: 15px auto;
    text-align: center;
    font-family: 'Cairo';
    font-weight: 400;
    box-shadow: -2px 4px 4px 0px #7a7777;
    background-color: #FFF;
    position: relative;
    z-index: 2;
  }

  .services .box-card .serv-card img
  {
    width: 55px;
    height: 55px; 
    margin: 20px 0 5px;
  }

  .services .box-card .serv-card h5
  {
    font-size: 16px;
    color: #838d93;
    font-weight: bold;
  }

  .services .box-card .serv-card p
  {
    font-size: 16px;
    font-weight: 300;
    color: #5b5b5b;
    line-height: 1.8;
    text-align: justify;
  }
  /* End Section Services Page  */


  /* Start Section Statistes Page */

  .statistes
  {
    color: #FFF;
    padding: 30px 5px;
    text-align: center;
    position: relative;
    background-image: url(../img/bg-statistes_.jpg);
    background-position: center center;
    background-size: contain;
    background-attachment: fixed;
  }

  .statistes .opc
  {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #00000085;
  }

  .statistes .part
  {
    width: 220px;
    margin: 10px auto;
    padding: 30px 0px;
    border: 1px dashed #FFF;
  }

  @media (max-width: 1200px)
  {
    .statistes .part
    {
      width: auto;
    }
  }

  @media (max-width: 576px)
  {
    .statistes .part
    {
      width: 260px;
    }
  }

  .statistes .part img
  {
    width: 75px;
    height: 75px;
  }

  .statistes .part img.coffee
  {
    width: 50px;
    height: 75px;
  }

  .statistes .part h6
  {
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF;
    margin: 15px 0 5px;
  }

  @media (max-width: 768px)
  {
    .statistes .part h6
    {
      font-size: 15px;
    }
  }

  .statistes .part span
  {
    font-size: 40px;
    text-transform: uppercase;
  }

  @media (max-width: 768px)
  {
    .statistes .part span
    {
      font-size: 35px;
    }
  }

  /* End Section Statistes Page */

  /* Start Section Portfolio Page */
  .portfolio
  {
    margin: 75px 0;
  }

  .portfolio .container-portfolio
  {
    background-color: #12222c;
    color: #FFF;
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
  }

  .portfolio .container-portfolio p.desc
  {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
  }

  .portfolio .container-portfolio .project-single
  {
    width: 92.5%;
    height: 507px;
    margin: 0 10px;
    position: relative;
  }

  .portfolio .container-portfolio .box-project
  {
    background-color: green;
    width: 95%;
    height: 245px;
    margin-bottom: 18px;
    position: relative;
  }


  .portfolio .container-portfolio .project-single,
  .portfolio .container-portfolio .box-project
  {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
  }



  @media (max-width: 768px)
  {
    .portfolio .container-portfolio .project-single,
    .portfolio .container-portfolio .box-project
    {
      margin: 20px auto;
      width: 90%;
      height: 400px;
      margin-right: 15px;
    }

    .portfolio .container-portfolio .box-project
    {
      margin-bottom: 35px;
    }
  }

  .portfolio .container-portfolio .opc
  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: -webkit-gradient(linear, left top, right bottom, from(#b2759654), color-stop(#c462974d), color-stop(#ba408140), color-stop(#496d879e), to(#5578919e));
    background: -webkit-linear-gradient(left top, #b2759654, #c462974d, #ba408140, #496d879e, #5578919e);
    background: linear-gradient(to right bottom, #b2759654, #c462974d, #ba408140, #496d879e, #5578919e);
    z-index: 1;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  @media (max-width: 768px)
  {
    .portfolio .container-portfolio .opc
    {
      background: -webkit-gradient(linear, left top, right bottom, from(#e160a5f2), color-stop(#bc6892c7), color-stop(#95608ede), color-stop(#4562a3e8), to(#5d829d));
      background: -webkit-linear-gradient(left top, #e160a5f2, #bc6892c7, #95608ede, #4562a3e8, #5d829d);
      background: linear-gradient(to right bottom, #e160a5f2, #bc6892c7, #95608ede, #4562a3e8, #5d829d);
    }
  }

  .portfolio .container-portfolio .active-opc
  {
    background: -webkit-gradient(linear, left top, right bottom, from(#e160a5f2), color-stop(#bc6892c7), color-stop(#95608ede), color-stop(#4562a3e8), to(#5d829d));
    background: -webkit-linear-gradient(left top, #e160a5f2, #bc6892c7, #95608ede, #4562a3e8, #5d829d);
    background: linear-gradient(to right bottom, #e160a5f2, #bc6892c7, #95608ede, #4562a3e8, #5d829d);
  }

  .portfolio .container-portfolio .project-single:hover .opc,
  .portfolio .container-portfolio .box-project:hover  .opc
  {
    -webkit-transform: scale(5);
            transform: scale(5);
  }

  .portfolio .container-portfolio .box-items
  {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translateX(50%) translateY(-50%);
            transform: translateX(50%) translateY(-50%);
    width: 100%;
    z-index: 2;
    display: none;
  }

  @media (max-width: 768px)
  {
    .portfolio .container-portfolio .box-items
    {
      display: block;
    }
  }

  .portfolio .container-portfolio .active
  {
    display: block;
    z-index: 3;
  }

  .portfolio .container-portfolio .box-items h3
  {
    color: #FFF;
    font-size: 24px;
    margin: 6px 0;
  }

  .portfolio .container-portfolio .box-items span
  {
    color: #e4d4d4;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
  }

  .portfolio .container-portfolio .box-items span.year
  {
    color: #e4d4d4;
    font-size: 14px;
  }

  .portfolio .container-portfolio .box-items a
  {
    display: inline-block;
    color: #FFF;
    background-color: #f9665f;
    width: 115px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    margin: 10px 0;
    text-decoration: none;
  }

  .portfolio .container-portfolio .box-items a:hover
  {
    color: #f9665f;
    background-color: #FFF;
  }

  .portfolio .container-portfolio .pagination
  {
    text-align: center;
    margin: 0 auto;
    width: 70px;
  }

  .portfolio .container-portfolio .pagination span
  {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #FFF;
    margin: 0 auto;
    cursor: pointer;
  }

  .portfolio .container-portfolio .pagination span.active
  {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #FFF;
    margin: 0 auto;
    cursor: auto;
  }
  /* End Section Portfolio Page */


  /* Start Section Blog Page */
  .blog
  {
    margin: 75px 0;
  }

  .blog .card-post
  {
    box-shadow: 0px 0px 8px -3px #ccc7c7;
    padding: 15px 10px;
  }

  .blog .card-post .box-img
  {
    width: 220px;
    background-color: #f3f0f0;
    padding: 2px;
    margin: 0
  }

  @media (max-width: 1200px)
  {
    .blog .card-post .box-img
    {
      width: 175px;
      height: 315px;
    }
  }

  @media (max-width: 992px)
  {
    .blog .card-post .box-img
    {
      width: 100%;
      height: auto;
    }
  }

  .blog .card-post .box-img img
  {
    width: 100%;
    height: 100%;
  }

  .blog .card-post a
  {
    text-decoration: none;
  }

  .blog .card-post h3
  {
    font-size: 20px;
    color: #4a4e50;
    margin: 0;
    line-height: 1.7;
    text-decoration: none;
  }

  

  .blog .card-post h3:hover
  {
    color: #fc8d75;
  }

  .blog .card-post span
  {
    font-size: 12px;
    color: #bebfc0;
    margin: 0 12px 0 0;
    font-weight: 300;

  }

  .blog .card-post p
  {
    font-size: 15px;
    color: #4f5051;
    line-height: 1.8;
    margin-top: 3px;
    margin-bottom: 12px;
    font-weight: 300;
  }

  .blog .card-post .col  a:first-of-type
  {
    text-decoration: none;
  }

  .blog .card-post a.btn-read
  {
    display: inline-block;
    width: 100px;
    height: 28px;
    line-height: 28px;
    border: .5px dashed #fc8d75;
    color: #fc8d75;
    font-size: 14px;
    text-align: center;
    margin: 0;
    text-decoration: none;
    font-weight: 300;
  }

  .blog .card-post a.btn-read:hover
  {
    border: .5px solid #fc8d75;
    color: #FFF;
    background-color: #fc8d75;
  }

  .blog .card-post a i
  {
    font-size: 10px;
  }
  /* End Section Blog Page */

  /* Start Section Contact Page */
  .contact
  {
    margin: 75px 0;
  }

  .contact .form-contact
  {
    width: 100%;
  }

  .contact .form-contact form
  {
    width: 600px;
    max-width: 100%;
    margin: 10px auto;
    padding: 40px 40px;
    box-shadow: 2px 3px 5px 0px #8f8c8c;
  }

  .contact .form-contact form .input-contact
  {
    margin: 20px 0;
  }

  .contact .form-contact form .input-contact input
  {
    width: 100%;
    height: 38px;
    line-height: 38px;
    background-color: #f7f7f7;
    color: #12222c;
    border: none;
    padding-left: 10px;
    font-size: 14px;
  }

  .contact .form-contact form .input-contact input::-webkit-input-placeholder,
  .contact .form-contact form .input-contact textarea::-webkit-input-placeholder
  {
    font-size: 12px;
    color: #c8c3c3; 
  }

  .contact .form-contact form .input-contact input:-ms-input-placeholder,
  .contact .form-contact form .input-contact textarea:-ms-input-placeholder
  {
    font-size: 12px;
    color: #c8c3c3; 
  }

  .contact .form-contact form .input-contact input::-ms-input-placeholder,
  .contact .form-contact form .input-contact textarea::-ms-input-placeholder
  {
    font-size: 12px;
    color: #c8c3c3; 
  }

  .contact .form-contact form .input-contact input::-webkit-input-placeholder,
  .contact .form-contact form .input-contact textarea::-webkit-input-placeholder
  {
    font-size: 12px;
    color: #c8c3c3; 
  }

  .contact .form-contact form .input-contact input::-moz-placeholder,
  .contact .form-contact form .input-contact textarea::-moz-placeholder
  {
    font-size: 12px;
    color: #c8c3c3; 
  }

  .contact .form-contact form .input-contact input:-ms-input-placeholder,
  .contact .form-contact form .input-contact textarea:-ms-input-placeholder
  {
    font-size: 12px;
    color: #c8c3c3; 
  }

  .contact .form-contact form .input-contact input::placeholder,
  .contact .form-contact form .input-contact textarea::placeholder
  {
    font-size: 12px;
    color: #c8c3c3; 
  }

  .contact .form-contact form .input-contact label
  {
    font-size: 14px;
    color: #5b5b5b;
    display: block;
  }

  .contact .form-contact form .input-contact label span
  {
    color: #fc8d75;
    margin-right: 1px;
    position: relative;
    top: 4px;
    font-size: 16px;
  }

  .contact .form-contact form .input-contact textarea
  {
    width: 100%;
    max-width: 100%;
    max-height: 120px;
    min-height: 120px;
    height: 120px;
    line-height: 38px;
    background-color: #f7f7f7;
    color: #12222c;
    border: none;
    padding-left: 10px;
    font-size: 14px;
  }


  .contact .form-contact form .submit-contact
  { 
    display: inline-block;
    position: relative;
  }

  .contact .form-contact form .submit-contact .btn-form
  {
    background-color: #4a374a;
    color: #FFF;
    font-size: 15px;
    letter-spacing: 1.1px;
    width: 100px;
    height: 32px;
    line-height: 32px;
    padding-right: 20px; 
    border: none;
    text-transform: uppercase;
    font-weight: 300;
  }

  .contact .form-contact form .submit-contact .btn-form:hover
  {
    background-color: #12222c;
    color: #FFF;

  }

  .contact .form-contact form .submit-contact::after
  {
    content: "\f1d8";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 28px;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
    font-size: 12px;
    color: #FFF;
  }


  .contact .info-contact
  {
    margin-top: 40px;
  }

  .contact .info-contact .box-1,
  .contact .info-contact .box-2,
  .contact .info-contact .box-socheal
  {
    height: 130px;
    text-align: center;
    margin: 10px auto;
    border: 1px dashed #e2dfdf;
    position: relative;
    margin-left: 11px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

  @media (min-width: 768px)
  {
    .contact .info-contact .box-1:hover,
    .contact .info-contact .box-2:hover,
    .contact .info-contact .box-socheal:hover
    {
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
    }
  }

  .contact .info-contact .content
  {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    text-align: justify;
    width: 205px;
  }

  .contact .info-contact .content span
  {
    display: block;
    font-size: 14px;
    color: #5b5b5b;
    margin: 10px 0;
  }

  .contact .info-contact .content span i
  {
    margin-right: 5px;
  }

  .contact .info-contact .content a
  {
    font-size: 14px;
    color: #5b5b5b;
    margin: 5px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    border: 1px dashed #ebeaea;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }

  .contact .info-contact .content a:hover
  {
    color: #FFF;
    background-color: #5b5b5b;
    border: 1px solid #5b5b5b;
    -webkit-transform: scale(1.05);
            transform: scale(1.05)
  }
  /* End Section Contact Page */


  /* Start Section Footer Page */

  footer
  {
    background-color: #12222c;
    padding: 19px 0;
    text-align: center;
    color: #FFF;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
  }

  footer a
  {
    color: #FFF;
    text-decoration: underline;
  }

  footer a span
  {
    color: #8ccdfb;
  }

  footer a:hover
  {
    color: #FFF;
  }

  /* End Section Footer Page */
/* End Content Page */

/* Start Animation Page */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 32px 32px;
          transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.loading
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #12222c;
	z-index: 999999999999999;
}

.loading .lds-roller 
{
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* End Animation Page */

.carousel-control-prev,
.carousel-control-next
{
  position: fixed;
  background: #474242;
  width: 45px;
  height: 45px;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-prev
{
  position: fixed;
  background: #474242;
  width: 45px;
  height: 45px;
  top: 50%;
  left: 150px;
  transform: translateY(-50%);
}

.carousel-control-next
{
  position: fixed;
  background: #474242;
  width: 45px;
  height: 45px;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.carousel-item img
{
  width: 100%;
}

.show-project
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 22, 22, 0.815);
  z-index: 9999999999;
  overflow-y: auto;
  direction: rtl;
  padding: 50px 150px;
  display: none;
}

@media (max-width: 768px)
{
  .show-project
  {
    padding: 50px;
  }
}

.show-project .box-img
{
  width: 100%;
  margin: 0 auto;
}

.show-project .box-img img
{
  width: 100%;
}

.btn-close
{
  position: absolute;
  top: 15px;
  right: 121px;
  font-size: 22px;
  z-index: 9999999999;
  cursor: pointer;
  color: #FFF;
}

@media (max-width: 768px)
{
  .btn-close
  {
    right: 30px;
    font-size: 20px;
  }
}

.arabic{
    direction: rtl;
    text-align:right
}

.about .text-about span.btn-cv ,.about .photo-about .bg-shape ,.about .experience .tab::after {
    background-color: #4a374a;
    color: #FFF;
    
}
aside.items-navbar .lists-items ul li a:hover span, aside.items-navbar .lists-items ul li a.active span {
  color: #fff;
  border: 1px dashed #4a374a;
}
aside.items-navbar .lists-items ul li a.active {
  background-color: #FFF;
  border-right: 1px solid #4a374a;
}
aside.items-navbar .lists-items ul li a.active::after, aside.items-navbar .lists-items ul li a:hover::after {
  color: #fff;
  opacity: 1;
}
aside.items-navbar .lists-items ul li a:hover span::before, aside.items-navbar .lists-items ul li a.active span::before {
  border-color: #fff;
}
.about .experience .tab span.sc {
  background-color: #FFF;
  border: 3px solid #4a374a;
}
.about .experience .tab .exp .date {
 
  color: #4a374a;
  
}
.about .text-about h4 {
  color: #4a374a;
  
}
.page .home .box-content h1 span {
  color: #70afd0;
}

.page .home .box-content .btns:last-of-type:hover {
  color: #70afd0;
  background-color: #FFF;
}
.page .home .box-content .hello {
  color: #ffffff;
  
}
.page .home .box-content .btns:last-of-type {
  background-color: #4a374a;
  margin-left: 15px;
}
.success-stroke {
  stroke: #4a374a;
}

.about .experience .tab .exp h5::after {
  border-color: #4a374a;
}
.services .box-card .bg-card {
  background-color: #12222c;
}

aside.items-navbar .lists-items ul li a.active {
  background-color: #4a374a;
  border-right: 1px solid #ffffff;
}
.about .experience .tab span i {
  color: #4a374a;
}

@media (max-width: 576px) {
    .about .photo-about .box-img img {
      width: 80%;
      height: 80%;
      margin-top: 45px;
      margin-left: 23px;
  }
  .services {
    margin-top: 700px;
}
.about .experience .tab .exp p {
  position: absolute;
  width: 57%;
  color: #6b6c6a;
  font-size: 9px;
  line-height: 1.8;
  font-weight: 300;
  text-align: center;
}
.page .home .box-content {
  top: 40vh;
  left: 54%;
  width: 325px;
}
}
