@charset "UTF-8";
@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.1/animate.min.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Mallanna);
/*===========================================
                  LOADING
===========================================*/
body {
    /*overflow: hidden;*/
}

.loading{
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 999999;
}

/*
.loading span {
  background: white;
  width: 600px;
  height: 10px;
  transform: rotate(45deg);
  position: absolute;
  left: 12%;
  animation-name: load;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-play-state: running;
  animation-iteration-count: infinite;
  top: 50%;
}

@keyframes load {
  0% {
    left: 25%;
  }

  100% {
    left: 46%;
  }
}

.loading img {
  display: block;
  margin: auto;
}
*/

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -90px 0 0 -90px;
}
.circle {
  position: absolute;
  border: 3px solid transparent;
  border-top-color: rgba(171, 43, 53, 0.8); 
  border-radius: 50%;
  -webkit-animation: rotate linear infinite;
  -moz-animation: rotate linear infinite;
  -o-animation: rotate linear infinite;
  animation: rotate linear infinite;
}
.circle.one {
  height: 50px;
  width: 50px;
  left: 50px;
  top: 50px;
  -webkit-animation-duration: 0.85s;
  -moz-animation-duration: 0.85s;
  -o-animation-duration: 0.85s;
  animation-duration: 0.85s;
}
.circle.two {
  height: 75px;
  width: 75px;
  top: 38px;
  left: 38px;
  -webkit-animation-duration: 0.95s;
  -moz-animation-duration: 0.95s;
  -o-animation-duration: 0.95s;
  animation-duration: 0.95s;
}
.circle.three {
  height: 100px;
  width: 100px;
  top: 25px;
  left: 25px;
  -webkit-animation-duration: 1.05s;
  -moz-animation-duration: 1.05s;
  -o-animation-duration: 1.05s;
  animation-duration: 1.05s;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
  }
  to {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
@-moz-keyframes rotate {
  from {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
  }
  to {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
@-o-keyframes rotate {
  from {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
  }
  to {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
  to {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

/* End Loading */
/*===========================================
                    MAIN
===========================================*/

* {
  outline:none;
}

a {
  color: #000;
  text-decoration: none;
}

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


/*===========================================
                  COLOR
===========================================*/

.white_color {
  color: #fff;
}

.black_color {
  color:black;
}

/*===========================================
                  BACKGROUND
===========================================*/

.bg_fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

@media (max-width: 1199px) {
  .bg_fixed {
    background-attachment:scroll;
  }
}

/*===========================================
                  DISPLAY
===========================================*/

.dis_block {
  display: block;
  margin: auto;
}

.dis_inline {
  display:inline;
}

/*===========================================
                  FLOAT
===========================================*/

.f_right {
    float: right !important;
}

.f_left {
    float:left !important;
}

/*===========================================
                TEXT TRANSFORM
===========================================*/
.upper {
  text-transform:uppercase;
}

.lower {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

/*===========================================
                    GLOBAL
===========================================*/

.slide:before , .slide:after  {
  content: "";
  display: table;
  line-height: 0;
}

.slide:after {
  clear: both;
}

body {
  font-family: 'Mallanna', sans-serif;
  color:#333;
}

a {color:#444;}

li.active a {
  color: #ab2b35;
/*  text-transform: uppercase;*/
  font-weight: 800;
}

li.disable a {
  color: #6e6e6e;
}

.clearfix {
  clear: both;
}

.no-padding {
  padding: 0;
}

.rtl {
  direction: rtl;
}

.padding {
  padding:60px;
}

.margin {
  margin: 80px 60px 110px 60px;
}

.heading_left {
  position: absolute;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 40px;
  bottom: 0;
  left: 0;
}

.heading_right {
  position: absolute;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 40px;
  bottom: 0;
  right: 0;
}
/*===========================================
                      NAV
===========================================*/
nav {
  height: 47px;
  background: white;
  line-height: 47px;
  font-size: 16px;
  overflow: hidden;
}

nav ul.lang {
  float: left;
}

nav ul.menu {
  float: right;
}

nav ul.lang li {
  display: inline-block;
  padding: 0 10px;
}

nav ul.menu li {
  padding: 0 10px;
  float: left;
}

ul.menu li a {
  transition: 529.145ms 0ms;
/*  text-transform: uppercase;*/
  font-weight: 800;
}

ul.menu li a:hover {
  color: #ab2b35;
/*  text-transform: uppercase;*/
/*  font-weight: 800;*/
}

ul.arb li {
  float: right !important;
}

@media (max-width : 768px) {
  nav .menu {
    display: none;
  }
}
/*===========================================
                  BUTTON NAV
===========================================*/
.navbar-dropdown {
  display: none;
}

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

.navbar-top {
  width: 100%;
  background: white;
  position: fixed;
  top: 0px;
  -webkit-box-shadow: 0px 2px 8px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 8px -2px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 8px -2px rgba(0,0,0,0.75);
  z-index: 9999;
  left: 0;
  right: 0;
  height: 47px;
}

.navbar-top ul.lang {
  float: left;
  line-height: 47px;
}

.navbar-top ul.lang li {
  display: inline-block;
  padding: 0 10px;
}

.navbar-dropdown .content {
  background: white;
  color: #333;
  height: 100%;
  box-shadow: 2px 0px 8px -2px rgba(0,0,0,0.75);
  z-index: 999;
  width: 250px;
  right: 0;
  position: fixed;
  padding-top: 20px;
  transform: translateX(250px);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.content.active {
  transform: translateX(0);
}

.navbar-dropdown .content li a {
  padding: 20px;
  display: block;
  transition: 529.145ms 0ms;
}

.navbar-dropdown .content li.active a {
  background: rgba(173, 53, 43, 0.2);
  color: #2d2d2d;
  font-weight: normal;
}

.navbar-dropdown .content li:hover a {
  background: rgba(173, 53, 43,1);
  color: white;
}

.navbar-dropdown .content li.active:hover a {
  background: rgba(173, 53, 43, 0.2);
  color: #2d2d2d;
  font-weight: normal;
}

.toggle-button {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 48px;
  height: 47px;
  cursor: pointer;
}

.toggle-button.active span {
  transition: background .3s 0s ease;
  background: transparent;
}

.toggle-button.active span:before {
  transform: rotate(45deg);
}

.toggle-button.active span:after {
  transform: rotate(-45deg);
}

.toggle-button.active span:before, .toggle-button.active span:after {
  top: 0;
  bottom: 0;
  transition-delay: 0s, 0.3s;
}


.icon-navbar {
  width: 25px;
  height: 4px;
  border-radius: 2px;
  background-color: #333;
  display: block;
  position: relative;
  margin: auto;
}

.icon-navbar:before, .icon-navbar:after {
  content: "";
  width: 25px;
  height: 4px;
  border-radius: 2px;
  background-color: #333;
  display: block;
  position: absolute;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

.icon-navbar:before {
  top: -8px;
}

.icon-navbar:after {
  bottom: -8px;
}
/*===========================================
                    GLOBAL
===========================================*/
.bg-img-1 {
  background-image: url('../images/slice_1.jpg');
}

.bg-img-2 {
  background-image: url('../images/slice_4.jpg');
}

.bg-img-3 {
  background-image: url('../images/slice_5.jpg');
}

.bg-img-4 {
  background-image: url('../images/slice_7.jpg');
}

.bg-img-5 {
    background-image: url(../images/our_customer.jpg);
}

.bg-color-base {
  background-color: rgba(171, 43, 53, 0.8);
  color: white;
}

.bg-color-2 {
  background: rgba(37,37,37,.5);
}

.bg-color-3 {
  background: rgba(0, 0, 0, 0.8);
}

.bg-color-footer {
  background-color: #ab2b35;
  color: white;
  padding: 80px 60px !important;
  padding-bottom: 70px !important;
}

.banner {
  position: relative;
  min-height: 297px;
  color: white;
}

.banner_cnt {
  position: absolute;
  top: 20%;
  left: 10%;
}

.title {
  min-height: 256px;
}

.col-lg-2-55 {
  width: 55%;
  float: left;
}

.col-lg-2-45 {
  float: left;
  width:45%;
}

.col-lg-5 {
  padding: 0;
}

.col-lg-7 {
  float: right;
  padding: 0;
}

.col-lg-2_5 {
  width: 20.83333333333333%;
  float: left;
}

.our_customer .col-lg-2_5{
    float: right;
    position: absolute;
    top: 0;
    left: 41.66667%;  
} 

.box-ser {
  width: 49.99857670999399%;
}

.font_20 {
  font-size: 150%;
}

.font_30 {
  font-size: 200%;
}

p {
    text-align:justify;
}

.bold {
  font-weight: 600;
}

.img-warp img {
  float: right;
  max-width: none;
  width: 100%;
}

.full-width {
    width: 100%;
}

.w_95 {
    width: 95%;
}

.bg-box {
  background: #333;
}

.box_right {
  height: 259px;
  padding: 20px;
  max-height: 259px;
  padding-left: 30px;
}

a[href="http://creativetwinkles.com/"] {
    color:#fff !important;
    transition: 0.2s color ease;
}

a[href="http://creativetwinkles.com/"]:hover {
    color: #888 !important;
}

.box_right.arb {
  padding: 40px;
} 

.box_h2 {
  font-size: 24px;
  margin: 5px 0;
  font-weight: 600;
  color: #ebebeb;
}

.box_h2:first-child {
  margin-top: 0;
}

.box_p {
  color: #cfcfcf;
}

.line-height {
  line-height: 17px;
}

.width-80 {
  width: 80%;
}

.font_24px {
  font-size: 16px;
  padding: 40px;
  color: #333;
  text-align: right;
}

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

.font_24px.ar .num {
    /* font-size: 22px; */
}

.address {
    line-height: 20px;
}

.num {
    /* font-size:25px; */
    line-height: 25px;
}

.font_24px address {
  margin-bottom: 20px;
}

.font_24px a {
  transition: 0.2s all ease-in-out;
  margin-top: 5px;
}

.font_24px a:hover {
  color: #222;
}

.bg-color-footer .social_media {
  float: right;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

.bg-color-footer .social_media i {
  color: white;
  margin-left: 30px;
}

.bg-color-footer .social_media a:first-child i {
  margin: 0;
}

.bg-color-footer span {
  float: right;
  text-align: right;
  font-size: 14px;
}

.map iframe {
  height: 100% !important;
  width: 100% !important;
}

.about_us,
.mission,
.our_customer{
  position: relative;
}

.mission {
  overflow: hidden;
}

.about_us .col-lg-2_5 {
  position: absolute;
  bottom:0;
  left: 41.66667%;
}

.absolute {
  position: absolute;
  bottom: 0;
}

.logo {
  padding-top: 62px
}

.mission-text {
  position: absolute;
  right: 58.33333%;
}

.customers {
    padding: 50px;
    overflow: hidden;
}

.customers .customer {
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    height: 150px;
}

.customers .customer img {
    width: 50%;
    margin-bottom: 10px;
}

.services .col-lg-7 {
  padding: 80px
}

.services {
  overflow: hidden;
}
/*===========================================
                NAVBAR FIXED
===========================================*/
.navbar-fixed {
  position: fixed;
  height: 55px;
  background: white;
  line-height: 55px;
  font-size: 16px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-60px);
  display: block;
  z-index: 99999;
  border-bottom: 3px solid rgb(173, 53, 43);
  transition: 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  box-shadow: 0px 2px 8px -2px rgba(0,0,0,0.75);
}

.navbar-fixed.active {
  transform: translateY(0);
}

.navbar-fixed ul.lang {
  float: left;
}

.navbar-fixed ul.menu {
  float: right;
}

.navbar-fixed ul.lang li {
  display: inline-block;
  padding: 0 10px;
}

.navbar-fixed ul.menu li {
  padding: 0 10px;
  float: left;
}

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