/* start  Global*/
*{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
margin:0;
padding:0;
}
body{
  direction:rtl;
  color:#fff;
  font-family:'Cairo',sans-serif;
  overflow:hidden;/*the white area damge the site*/ 
}
@font-face {
    font-family:fon;
    src: url(../fonts/fontastique.ttf) format("truetype")
}
h1,p{
  margin:0;
}
ul{
  list-style:none;
}
/*start my framework*/
a{
  text-decoration:none;
  outline:none !important;
}
a:hover,a:focus{
  text-decoration:none;
  color:#4b4b4b;
}
.head:after{
  margin:26px auto 86px;
  height:5px;
  width:65px;
  background:#1c59ac;
  content:'';
  display:block
}
.head-center:after{
  content:'';
  display:block;
  width:64px;
  height:2px;
  margin:23px auto 84px;
  background:#1c59ac;
}
}
.bold{
  font-weight:bold;
}
.normal{
  font-weight:normal;
}
.upper{
  text-transform:uppercase;
}
.clearfix{
  clear:both;
}
/* Underline From Right */
.underline-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
/*  overflow: hidden;
*/}
.underline-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left:100%;
  right:0px;
  bottom: 0;
  background: #2b8f45;
  height: 3px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.underline-right:hover:before, .underline-right:focus:before, .underline-right:active:before {
  left: 0;
}
/*////////////////////*/
.main-color{
  color:#1c59ac;
}
.main-background{
  background-color:#1c59ac;
}
/* end my framework*/
.text-center{
  text-align:center
}
.facebook:hover{
  background-color:#3b5998;
  border:1px solid #ccc !important;
  color:#fff;
}
.twitter:hover{
  background-color:#1da1f2;
  border:1px solid #ccc !important;
  color:#fff;
}
.instagram:hover{
  background-color:#833ab4;
  border:1px solid #ccc !important;
  color:#fff;
}
.youtube:hover{
  background-color:#f00;
  border:1px solid #ccc !important;
  color:#fff;
}
.google:hover{
  background:#dd4b39;
  border:1px solid #ccc !important;
  color:#fff;
}
.instagram:hover{
  background:#5851db;
  border:1px solid #ccc !important;
  color:#fff;
}
.margin-auto{
  margin:auto;
}
/* end my framework*/
/* start header */
header .header-contact{
background-color:#4b4b4b;
}
.header-contact p{
  font-family: 'Cairo', sans-serif;
  font-size:18px;
  font-weight:400;
  color:#fff;
  padding:15px 0 9px;
  display:inline-block;
}
.header-contact p:first-of-type{
  margin-left:16px;
}
.header-contact p:nth-of-type(2){
  margin-left:20px;
}
.header-contact .contact-h i{
margin-left:10px;
font-size:22px;
display: inline-block;
color:#fff;
}
header .social{
  float:left;
}
 .social a{
  line-height:32px;
  height:34px;
  width:34px;
  background-color:#fff;
  border-radius:50%;
  font-size:16px;
  color:#3c3336;
  display:inline-block;
  text-align:center;
  margin:8px 0;
  margin-right:10px;
  border:1px solid #4e9c9e;
}
 .social .google-plus{
  margin-left:1px;
}
 .social .fa-instagram{
  color:#2359a5;
}
 .social a:hover .fa-instagram{
  color:#fff;
}
/*end header-contact*/
.header-menu{
  background:#fff;
  z-index:99999;
  overflow:hidden;
 /* height:156px;*/
}
.header-menu img{
  float:right;
  padding-top:50px;
  padding-left:80px;
}
.menu ul {
    padding: 0 5px;
}
.menu ul li{
  margin-left:18px;
  padding:72px 0 65px;
  font-family: 'Cairo', sans-serif;
  font-weight:400;
  font-size:18px;
  display:inline-block;
}
.menu ul li a{
    color:#4b4b4b !important;
}
.menu i{
  color:#1c59ac;
  margin-right:10px;
}
.arrow{
  cursor:pointer;
}
.menu-arrow{
  display:none;
  position:fixed;
  z-index:99999999;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(28,89,172,0.92);
  text-align:center;
}
.menu-arrow ul{
width:100%;
margin:auto;
padding-top:5%;
}
.menu-arrow ul li{
  display:inline-block;
  margin-left:50px;
  border:1px solid #fff;
  border-radius:50px;
  font-size:25px;
  padding:10px;
  background:#fff;
  color:#ccc;
  width:200px;
  margin-bottom:50px;
  cursor:pointer;
}
.menu-arrow ul li:hover{
  background:rgba(28,89,172,0.92);
  color:#fff;

}
.fa-times-circle{
  color:#ccc;
  position:absolute;
  bottom:5%;
}
.button-h a{
  font-size:16px;
  font-family:'Cairo', sans-serif;
  color:#fff;
  font-weight:400;
  border-radius:27px;
  width:171px;
  height:54px;
  background-color:#1c59ac;
  line-height:54px;
  text-align:center;
  display:inline-block;
  margin:56px 0 42px;
  transition: all 0.5s ease-in-out;
}
.button-h a:hover{
  background:#f5f5f5;
  color:#1c59ac;
}
.bars{
  cursor:pointer;
}
.social .bars:hover{
 background-color:#000;
 color:#fff;
 border:1px solid #ccc;
}
/*start header-content*/
.header-content{
  background-color:#1c59ac;
  padding:90px 0 0;
  position:relative;
}
.clouds{
  position:absolute;
  top:-55px;
  width:100%;
}
.header-content h1{
  margin:0;
  font-size:50px;
  font-family:'Cairo';
  font-weight:700;
  color:#fff;
  margin-bottom:18px;
}
.header-content p{
  font-size:22px;
  font-weight:400;
  color:#fff;
  margin-bottom:37px;
  margin-top:73px;
}
.header-content .head:after{
  background:#fff;
  margin:0;
 position:absolute;
 right:0;
  height:1px;
  width:96px;
  content:'';
  display:block;
  margin-top:18px;
  margin-right:15px;
}
.header-content a{
  display:inline-block;
  font-size:16px;
  font-weight:400;
  font-family:'Cairo';
  width:159px;
  height:54px;
  line-height:54px;
  text-align:center;
  border-radius:27px;
  margin-right:8px;
  color:#fff;
  transition:all 0.5s ease-in-out;
}
.header-content a:first-of-type{
  background-color:#4b4b4b;
}
.header-content a:last-of-type{
  background-color:#264e86;
}
.header-content a:hover{
  background-color:#fff;
  color:#1c59ac;
  font-size:17px;
}
.owl-dot span{
  background:#fff !important;
}
.header-content .slider img{
  max-width:352px;
  max-height:462px;
}
/*header-icon*/
.header-icon {
  background-color:#4b4b4b;
/*  padding:28px 0;
*/}
.header-icon .icon a{
  width:75px;
  height:75px;
  border-radius:50%;
  color:#fff;
  border:1px solid #fff;
  line-height:75px;
  text-align:center;
  display:inline-block;
  background-color:transparent;
  float:right;
  margin-left:21px;
  margin-top:25px;
  transition: all 0.5s ease-in-out;
}
 .header-icon a:hover{
  background-color:#1c59ac;
}
.header-icon i{
  color:#fff;
  font-size:35px;
  line-height:75px;
}
.header-icon .fa-desktop{
  line-height:79px;
}
.button a{
  width:171px;
  height:54px;
  border-radius:27px;
  background:#fff;
  font-weight:400;
  font-size:18px;
  color:#264e86;
  text-align:center;
  line-height:54px;
  float:left;
  margin:35px 0;
  border:0;
  transition: all 0.5s ease-in-out;
}
.button a:hover{
  background:#264e86;
  color:#fff;
}
/*end header*/
/*start features*/
.features{
  padding:126px 0;
}
.head-all{
  margin:0 auto;
  font-size:30px;
  font-weight:600;
  color:#4b4b4b;
  text-align:text-center;
}
.p-all{
  font-size:16px;
  font-weight:400;
  color:#333333;
  margin-bottom:90px;
  text-align:justify;
  line-height:35px;
}
.border{
  border:1px solid #eaeff7;
  box-shadow:0 0 4px rgba(45,101,178,0.27)
}

.features .feat{
  color:#1c59ac;
}
.features .feat:hover{
  color:#4b4b4b;
}
.features .feat:hover .head:after{
  background:#4b4b4b
}
.features .feat .head:after{
  height:5px;
  width:65px;
  margin:25px auto 30px;
  background:#1c59ac;
}
.feat h2{
  font-size:25px;
  font-weight:600;
  margin:0;
  margin-top:40px;
}
.feat p{
font-size:16px;
font-weight:400;
text-align:justify;
margin:0;
margin-bottom:79px;
}
/*.feat i{
  margin-top:90px;
  font-size:100px;
}*/
.feat img{
  margin-top:90px;
  max-width:136px;
  max-height:132px;
}
/*end   features*/
/*start products*/
.products{
background:url(../images/products.png);
background-size:100% 100%;
position:relative;
height:1031px;
}
.overlay{
  background:rgba(28,89,172,0.92);
  padding:130px 0;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
 .white h1,
.white p{
  color:#fff;
}
.products .head:after{
  background:#fff;
}
.products-tab{
  width:268px;
  height:462px
}
.products-tab ul{
  width:100%;
  height:100%;
  margin:0;
  margin-left:27px;
  padding:0;
  border:0 !important;
  background-color:#103f80;
}
.nav-stacked > li > a {
    height: 66px;
    padding:20px 0;
}
.nav-stacked  li{
  height:66px;
/*  line-height:66px;
*/  transition:all 0.5s ease-in-out;
  position:relative;
  margin:0 !important;
  border-bottom:1px solid #4c6fa0;
  overflow:hidden;
}
/*============active==========*/
.nav-stacked .active{
background:#fff;
color:#1c59ac !important;
}
.nav-stacked .active  a{
  color:#1c59ac !important;
}
.nav-stacked .active .fa-chevron-left{
  opacity:1;
  visibility:visible;
  color:#103f80;
  background:none;
  padding-left:0;
}
.nav-stacked .active i{
  margin-left:27px;
  background:#1c59ac;
  padding-left:11px;
  padding-bottom:30px;
  color:#fff;
}
.nav-stacked .active img{
  margin-left:27px;
  background:#1c59ac;
  padding:26px 0;
  padding-left:10px;
  padding-right:22px;
}
.nav-stacked .line {
  padding-right:0;
}
ul .line img{
 padding-right:21px;
}
ul .line{
  line-height: 65px;
  padding-right:22px;
  overflow:hidden;
}
ul .line:hover{
  padding-right:0;
}
.nav-stacked li i{
  margin-right:0px;
  margin-left:15px;
  font-size:40px;
  transition:all 0.5s ease-in-out;
  padding-top: 10px;
  padding-right:22px;
}
.nav-stacked .fa-chevron-left{
 margin:0 !important;
 position:absolute;
 top:14px;
 left:14px;
 opacity:0;
 visibility:hidden;
 font-size:20px;
 transition:all 0.0s ease-in-out;
}
.nav-stacked li:hover .fa-chevron-left{
  opacity:1;
  visibility:visible;
  color:#103f80;
  background:none;
  padding-left:0;
}
.nav-stacked li img{
  margin-left:15px;
  display:inline-block;
}
.nav-stacked li:hover img{
  margin-left:27px;
  background:#1c59ac;
  padding:26px 0;
  padding-left:10px;
  padding-right:22px;
}
.nav-stacked li:hover{
  background:#fff !important;
}
.nav-stacked li:hover i{
  margin-left:27px;
  background:#1c59ac;
  padding-left:10px;
  padding-bottom:30px;
  color:#fff;
}
.nav-stacked li a{
  width:100%;
  color:#fff;
}
.nav-stacked li:hover a{
   color:#103f80 !important;
}
.nav-stacked span{
  position:absolute;
  top: -2px;
  padding: 22px 0;
  padding-left: 60px;
  overflow:hidden;
}
/*part two of tabs*/
.products .tab-content{
  top: 0;
  right: 310px;
  width:/* 878px*/auto;
  height: 460px;
  background:#fff;
  padding-top:30px;
  padding-right:30px;
  overflow:hidden;
}
.products .tab-content > div{
  width:100%;
  height:100%;
}
.products .tab-content p{
  font-size:18px;
  font-weight:400;
  color:#4b4b4b;
 /* padding-bottom:20px;*/
  overflow:hidden;
  height:50px;
}
.products .tab-content i{
  color:#fac917;
  margin-left:15px;
}
.products .tab-content .box{
  width:100%;
  height:460px;
  position:relative;
}
.products .tab-content img{
  position:absolute;
  left: -15px;
  top: -30px;
  border-radius: 0% 50% 50% 0px;
  border-color: transparent;
  border-width: 0px 10px 0px 0px;
  border-style: solid;
  background: #103f80;
  overflow:hidden;
  max-width:355px;
  width:100%;
  height:100%;
}
/*end   products*/
/*start our-works*/
.works{
  padding:125px 0 147px;
}
.works .head:after{
  margin-bottom:56px
}
.works .products-tab{
  width:100%;
  height:58px;
  background-color:#fff;
}
.works .products-tab ul{
   background:#fff;
   text-align:center;
   margin:0;
}
.works .col-md-12{
  width:103%;
}
.works .nav-tabs li{
  float:none;
  display:inline-block;
  margin:auto;
  margin-left:10px;
}
.works .nav-tabs li >a{
  color:#4b4b4b;
  font-size:20px;
  font-weight:400;
  border:1px solid #4b4b4b;
  padding: 14px 22px;
  width:181px;
  display:inline-block;
  border-radius:29px;
  transition:all 0.4s ease-in-out;
}
.works .nav-tabs li a:hover{
  color:#fff;
  background:#1c59ac;
  border:1px solid #1c59ac;
}
.works .nav-tabs .active a{
  color:#fff !important;
  background:#1c59ac !important;
  border:1px solid #1c59ac !important;
} 
/*part two of tabs*/
.work-photo .tab-content{
  padding-top:88px;
}
.work-photo .tab-pane{
  width:100%;
}
.work-photo .row{
  margin:0;
}
.work-photo .tab-pane .col-md-4{
  padding:0;
  margin:0;
}
.work-photo .tab-pane .col-md-4 img{
  width:100%;
  height:355px;
}
.work-photo .tid{
  position:relative;
}
.work-photo .tid .over{
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(28,89,172,0.7);
  background-clip:padding-box;
  padding:17px;
  top:0;
  right:0;
  opacity:0;
  visibility:hidden;
  transition:all 0.5s ease-in-out;
}
.work-photo .tid:hover .over{
  opacity:1;
  visibility:visible;
}
.work-photo .tid:hover .border .content{
  top:50%;
  left:50%;
}
.over .border{
  position:relative;
  border:1px dashed #fff;
  width:100%;
  height:100%;
}
.border .content{
  position:absolute;
  top:1%;
  left:50%;
  margin-top: -50px;
  margin-left: -70px;
  color: #fff;
  transition:all 0.6s ease-in-out;
}
.border .content i{
  display:block;
  font-size:40px;
  margin-bottom:22px;
  text-align:center;
}
.border .content p{
  font-size:30px;
  font-weight:400;
  margin:0;
}
/*end   our-works*/
/*start request*/
.request{
background:#4b4b4b;
height:380px;
position:relative;
}
.request p{
  margin-top:105px;
  font-size:30px;
  color:#fff;
  font-weight:400;
  margin-bottom:40px;
  height:105px;
  overflow:hidden;
}
.request .button{
  text-align:center;
}
.request .button a{
  float:none !important;
  display:inline-block;
  margin:auto;
  margin-bottom:80px;
}
.request img{
  position:absolute;
  top:0;
  left:0;
}

/*end request*/

/*start plans*/
.plans{
  padding:130px 0;
}
.plans .head:after{
  margin-bottom:90px
}
.plans .plan-content{
  background:linear-gradient(#1d59aa,#3f4e63);
  padding:37px;
  padding-top:48px;
  height:748px;
  width:100%;
  border-radius:8px;
  margin-bottom:30px;
  transition:all 0.5s ease-in-out;
}
.plans .plan-content:hover{
transform: scale(1.1);
}
.plan-content .box{
  background:#fff;
  height:148px;
  width:auto;
  margin-bottom:35px;
  padding-bottom:20px;
  position:relative;
}
.plan-content .box .p1{
  font-size:25px;
  font-weight:400;
  color:#1c59ac;
  padding-top:40px;
  display:block;
}
.plan-content .box .p2{
  font-size:35px;
  color:#4b4b4b;
  font-weight:400;
  margin-left:10px;
  display:inline-block;
  text-align:left:;
  margin-right:60px;/*68*/
}
@media(max-width:1199px){
  .plan-content .box .p2{
    margin-right: -10px;
  }
  .plan-content .box{
    text-align:center;
  }
}
.plan-content .box .month{
  font-size:22px;/*30*/
  font-weight:400;
  color:#1c59ac;
  position: absolute;
  bottom: 18px;
}
.plan-content .plan-feat p{
 margin-bottom:22px;
 color:#fff;
 font-size:16px;
 font-weight:400;
 display:block;
}
.plan-content .plan-feat p i{
  font-size:25px;
  color:#fff;
  margin-left:25px;
}
.plan-feat .down{
  margin-bottom:49px !important;
}
.plan-content .button{
  float:none;
  text-align:center;
}
.plan-content .button a {
  display:inline-block;
  float:none;
  margin:0 auto;
}
/*end   plans*/
/*start lines*/
.lines{
  background:url(../images/lines.png);
  background-size:100% 100%;
  height:1158px;
  position:relative;
  overflow:hidden;
}
.lines .col-md-4{
  padding:0 !important;
}

.lines .head:after{
  background:#fff;
}
.line-content{
  position:relative;
  margin-bottom:124px;
 /* border-bottom:2px dashed #fff;
  border-right:2px dashed #fff;*/
}
.line-content img{
  float:right;
  margin-left:15px;/*22*/
}
.line-number{
  color:#fff117;
  font-size:62px;
  font-family:fon;
  margin-bottom:12px;
}
.line-text{
  color:#fff;
  font-size:20px;
  font-weight:400;
  margin:0;
}
.two img{
  float:left;
  margin:0;
  margin-right:15px;
  margin-left: -20px;
}
.two .ine-about{
  float:left;
}
.two .line-about{
 text-align:left;
}

.img-center {
  text-align: center;
  margin-top: 30px;
  position:relative;
  z-index:9;
}
/*border*/
.line-border{
  position:relative;
  width:100%;
  height:11px;
}
.line-inside1{
  position: absolute;
  border-bottom: 2px dashed #fff;
  border-top: 2px dashed #fff;
  width: 94%;
  height:10px;
  top: -318px;
  right:44px;
/*  transform: translate(-4.1%,0);*/ 
 animation:go 23s infinite alternate-reverse  ease-in-out;
}
.line-inside2{
  position: absolute;
  border-bottom: 2px dashed #fff;
  border-top: 2px dashed #fff;
  width: 94%;
  height:10px;
  top: -318px;
  left:24px;
/*  transform: translate(-4.1%,0);*/
  animation:go 23s infinite alternate  ease-in-out;
}
@keyframes go{
  0%{
    width:0%;
  }
  100%{
    width:94%; 
  }
}
/*====================*/
/*border-img*/
.line-border-right{
  position:relative;
  width:94%;
  height:70px;
}
.line-right{
  position: absolute;
  border-right: 2px dashed #fff;
  border-left:2px dashed #fff;
  width:100%;
  height: 53px;
  top: -381px;
  left:-44px;
  animation:down 3s infinite alternate ease-in-out;
}
.line-right1{
  position: absolute;
  border-right: 2px dashed #fff;
  border-left:2px dashed #fff;
  width:100%;
  height: 53px;
 bottom:398px;
  left:-44px;
  animation:up 3s infinite alternate ease-in-out;
}
.line-left{
  position: absolute;
  border-right: 2px dashed #fff;
  border-left:2px dashed #fff;
  width:100%;
  height:53px;
  top: -319px;
  left:-44px;
  animation:down 3s infinite alternate ease-in-out;
}
.line-left1{
  position: absolute;
  border-right: 2px dashed #fff;
  border-left:2px dashed #fff;
  width:100%;
  height:53px;
  bottom: 337px;
  left:-44px;
  animation:up 3s infinite alternate ease-in-out;
}
@keyframes down{
  0%{
     height:53px;
  }
  100%{
    height:0px;
   }
}
@keyframes up{
  0%{
    height:0px;
  }
  25%{
    height:13.25px;
  }
  50%{
    height:26.5px;
  }
  75%{
    height:39.75px;
   }
  100%{
    height:53px;
   }
 }
/*end   lines*/
/*start footer*/
footer{
  padding:130px 0 107px;
  position:relative;
  overflow:hidden;
}
footer .head:after{
   margin:20px 0 73px;
}
footer h2{
  font-size:22px;
  font-weight:600;
  color:#4b4b4b;
}
footer .foot-p{
  font-size:18px;
  font-weight:400;
  color:#000;
  display:block;
  margin-bottom:38px;
}
.tid{
  position:relative;
   width:100%;
}
footer input{
  width:100%;
  height:86px;
  border-radius:43px;
  padding:35px 47px 30px 47px;
  font-size:18px;
  font-weight:400;
  color:#4e9c9e;
  border:1px solid #e9ebf7;
  outline:none;
  font-family:'Cairo',sans-serif;
}
footer form input::-webkit-input-placeholder{
  color:#4e9c9e;
  font-size:18px;
  font-weight:400;
}
footer .tid a{
  width:138px;
  height:86px;
  line-height:86px;
  border-radius:43px;
  background:#2459a6;
  color:#fff;
  font-size:18px;
  font-weight:400;
  position:absolute;
  left:0px;
  top:0;
  text-align:center;
  display:inline-block;
}
.foot-h2{
   margin-top:53px;
}
.foot-h2 .head:after{
   margin:22px 0 45px;
}
.h2{
  font-size:20px;
  font-weight:600;
  color:#4b4b4b;
}
footer .social a{
  width:58px;
  height:58px;
  line-height: 68px;
  text-align: center;
}
footer .social i{
  font-size:30px;
}
.messenger{
  position:absolute;
  bottom:22px;
  right:55px;
}
/*end   footer*/
/*start copyright*/
 .copyright{
  background-color:#4b4b4b;
  padding:39px 0;
  text-align:center;
}
 .copyright p{
  color:#fff;
  font-size:18px;
  font-weight:400;
}
/*end copy right*/

/*start responsive*/

@media(min-width:320px) and (max-width:480px){
  .header-menu img {
    float: none !important;
    padding:0;
    padding-top: 20px;
  }
  .header-menu .col-md-2{
    text-align:center;
  }
  .header-menu .button-h a{
    margin:20px 0;
  }
  .header-content a{
    margin-bottom:15px
  }
  header .icon{
    width:303px !important;
    margin:auto;
  }
  header .icon a{
    margin-right:5px !important;
  }
  header .icon-button .button{
    width:171px;
    margin:auto;
  }
  /*.request {
    padding: 60px 0 80px !important;
  }*/
  .request p{
    text-align:center !important;
  }
  .products .tab-content {
      padding-right: 15px;
  }
  .products .tab-content p {
      font-size: 15px !important;
  }

  .products{
    height:1700px;
  }
  .products .box img{
    display:none;
  }
  .nav-stacked .fa-chevron-left {
    top: -7px;
    left: 36px;
    transform: rotate(270deg);
  }
  .products-tab{
    width:auto;
  }

  .plans .col-md-4{
    padding-right:15px !important;
  }
  .plan-content .plan-feat p i {
    margin-left: 10px ;
    }
}

@media(max-width:405px){
  .works .products-tab{
    padding:10px 0;
    height:400px !important;
  }
  .plans .plan-content{
    padding:12px !important;
  }
  .lines{
    height:2300px !important;
  }
  .line-content{
    margin-top:60px !important;
  }
  footer input{
    padding-right:10px !important;
  }
}

@media(min-width:480px) and (max-width:767px){
  .menu ul li a{
    color:#fff;
  }
  .header-menu img{
    padding:20px 47px 0  0;
  }
  .header-menu .button-h{
    float:left;
    margin: 30px 30px 42px;
    margin-right:0;
  }
  .header-menu .button-h a{
    margin:0;
  }
  header .icon{
    width:355px;
    margin:auto;
  }
  header .icon a{
    margin-left:0;
    margin-right:21px;
  }
  header .icon-button .button{
    width:171px;
    margin:auto;
  }
  .products{
    height:1500px;
  }
  .products .box img{
    display:none;
  }
  .nav-stacked .fa-chevron-left {
    top: -7px;
    left: 36px;
    transform: rotate(270deg);
  }
  .products-tab{
    width:auto;
  }
  .plans .col-md-4{
    padding-right:15px !important;
  }
  .request p{
    text-align:center !important;
  }

}
@media(min-width:768px) and (max-width:991px){
  .menu ul li a{
    color:#fff;
  }
   .header-menu img{
    padding:20px 47px 0  0;
  }
  .header-menu .button-h{
    float:left;
    margin: 30px 30px 42px;
    margin-right:0;
  }
  .header-menu .button-h a{
    margin:0;
  }
  header .icon{
    width:577px;
    margin:auto;
  }
  header .icon-button .button{
    width:171px;
    margin:auto;
  }
  .products{
    height:1500px;
  }
  .nav-stacked .fa-chevron-left {
    top: -7px;
    left: 36px;
    transform: rotate(270deg);
  }
  .products-tab{
    width:auto;
  }
  .plans .col-md-4{
    padding-right:15px !important;
  }
  .products .box img{
   top:-430px;
 
  }
  .request p {
    font-size: 22px;
    width: 80%;
  }
  
}
@media(min-width:991px) and (max-width:1199px){
  .menu ul li a{
    color:#fff;
  }
  .menu ul {
    padding: 0 5px;
    float: none;
    text-align: right !important;
    width: 100px;
    margin: auto;
  }
  .header-menu .col-md-2{
    width:29.667% !important;
    text-align:center;
  }
   .header-menu img{
    padding-right:50px;
  }
  .nav-stacked .fa-chevron-left {
    left: 40px;
  }
    .plans .plan-content{
    padding:12px !important;
  }
  .line-text {
    font-size: 14px;
  }
  .lines{
    height:1100px !important;
  }
  .request img {
    left: -30px;
  }
}

@media(max-width:1199px){
  .menu-all{
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#fff;
    z-index:9999;
    text-align:center;
    color:#fff;
  }
  .menu-all ul li{
    background-color:#fff !important;
    display:block;
    margin:0;
    padding:20px 0;
  }
  .contact-h{
    text-align:center;
  }
  header .social {
    float: none !important;
    text-align: center;
  }
  .menu ul li a{
    color:#fff  ;
  }
  header .header-menu .col-md-8{
    height:1px;
    width:1px;
  }
  header .col-md-3{
    text-align:center
  }
  .header-content .clouds{
    top:0;
  }
  .feat i {
    margin-top:30px;
  }
  .feat p{
    margin-bottom:50px;
  }
  .works .products-tab{
    padding:10px 0;
    height:196px;
  }
  .works .nav-tabs li{
    margin-bottom:20px
  }
  .request p{
    font-size:22px;
  }
  .plan-content .plan-feat p {
    font-size: 16px;
  }
  .plans .plan-content{
    padding:30px;
  }
  .lines{
    height:2000px;
    padding:50px 0;
  }
  .line-content {
    margin-bottom:60px;
    margin-top:40px;
  }
  .lines .two .line-about {
    text-align: right;
  }
  .lines .two img {
    float: right;
    margin: 0;
    margin-left: 15px
  }
  .lines .img-center {
    text-align: right;
  }
  footer{
    text-align:center;
  }
  footer .head:after{
    margin:20px auto 70px;
  }
  footer .foot-h2 .head:after{
    margin:22px auto 45px;
  }
  footer input{
    padding-right:20px;
  }
}

@media(min-width:1200px){
  .social .bars{
    display:none;
    cursor:pointer;
  }
  .menu-all .fa-times-circle,
  .col-md-8 .fa-bars{
    display:none
  }
  .header-menu .menu-all{
    display:block;
  }
}
/*.stack{
  position:fixed;
  left:0;
  top:0;
  right:0;
  z-index:9999999999999;
  height:100px;
  background:#f6f6f6;
}
.tall{
  padding:30px 0 30px !important;
}
.tall1{
  margin: 20px 0 42px !important;
}
.tall2{
  padding-top:10px !important;
}*/
/*end responsive