@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;600;700;900&display=swap');
body{
    overflow-x: hidden;
    font-family: 'Jost', sans-serif;
}

/* Menu*/
.top-menu {
    position: fixed;
    top: 40px;
    left: 0px;
    background: transparent;
    right: 0px;
    padding-left: 80px;
    padding-right: 80px;
    margin: auto !important;
    z-index: 999;
    text-align: center;
    transition: 0.4s ease-in-out;
    
}
.top-menu .active a, .top-menu2 .active a{
    color:#999;
    border-top: #ccc solid 1px;
    border-right: #ccc solid 1px;
    position: relative;
    transition: 0.5s ease-in-out;
    box-sizing: border-box;
    
}
.top-menu .active a::before, .top-menu2 .active a::before {
    height:22px;
    width:1px;
    background: #ccc;
    content: "";
    display: block;
    position: absolute;
    left:-2px;
    top:-1px;
    transition: 0.5s ease-in-out;
    box-sizing: border-box;
  }
  .top-menu .active a::after, .top-menu2 .active a::after {
    height:1px;
    width:25px;
    background: #ccc;
    content: "";
    display: block;
    position: absolute;
    transition: 0.5s ease-in-out;
    right:-1px;
    bottom:-1px;
  }
  .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
    transition: 0.5s ease-in-out;
  }
.top-menu .get_quat{
    color: #fff;
    text-decoration: none;
    box-shadow: 10px 10px 14px 1px rgba(00,00,00,0.2);
    border: solid 1px #ccc;
    padding:7px 20px;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    border-radius:1px;
}
.top-menu2 .get_quat {
    color: #ccc;
    text-decoration: none;
    background: #333;
    box-shadow: 10px 10px 14px 1px rgba(00,00,00,0.2);
    border: solid 2px transparent;
    padding:7px 20px;
    font-family: 'Jost', sans-serif;
    font-weight:300;
    text-transform: uppercase;
    border-radius:1px;
  }
.nav-item{margin-right:15px;}
.top-menu .logo_black{display: none;}
.top-menu2 .logo_white{display: none;}
.top-menu2 {position: fixed;
    top:0px;
    left: 0px;
    right: 0px;
    width:100%;
    padding-left: 80px;
    padding-right: 80px;
    color: #333;
    background: #fff;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin: auto !important;
    z-index: 999;
    text-align: center;
    transition: 0.4s ease-in-out;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
margin-right: 20px !important;
border-top: #404040 solid 20px;
}
#header{
    margin-top:50px;
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 0px 70px;
}
.navbar-brand img{
    width: 180px;
}
.top-menu2 .navbar-brand img{
    width: 120px;
}
.nav-link{color:#ccc;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    border: solid 1px transparent;
    font-weight: 600;
letter-spacing: 4px;
}
.nav-link .active{color: #ccc;}
.slider{
    border-top:20px solid #404040;
    background-image: url("../imgs/slider_img.jpg");
    background-position:center; 
background-attachment:fixed; 
-o-background-size:cover; 
-moz-background-size:cover; 
-webkit-background-size:cover; 
background-size:cover; 
background-repeat:no-repeat;
    padding-bottom:150px;
    position: relative;
}

.slider::before{ content:"";
    height:250px;
    width: 20px;
    background:#404040;
    position: absolute;
}
.slider::after{ content:"";
    height:20px;
    width:300px;
    background:#404040;
    position: absolute;
    bottom: 0px;
    right: 0;
}
.slider h1{
    font-family: 'Jost', sans-serif;
    text-transform: uppercase; 
    color:#ffffff;
    width:1000px;
    margin-top:330px;
    margin-bottom:50px;
    font-size:80px;
    font-weight: 900;

}
.slider h1 span{
    font-family: 'Jost', sans-serif;
    text-transform: uppercase; 
    color:#c3cfdd;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom:30px;
    font-size:50px;

}
.slider_boxs{
    background:#404040;
    color: #ccc;
    font-family: 'Jost', sans-serif;
    padding: 40px 40px 20px 40px;
    border-radius: 15px;
    min-height:245px;
    
}
.slider_boxs p{
    font-weight:300;
    font-family: 'Jost', sans-serif;
}
.slider h1 span{
    display: block;
    
}
.sticky{
    position:fixed;
    top:1200px;
}
.social {
  position: fixed;
  width: 20px;
  background: #404040;
  z-index: 1;
  right: 0%;
  height: 100%;
  top: 0;
  padding-top: 10%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.social ul {
    padding: 0px;
    margin: 0;
    rotate: 90deg;
    width:21px;
  }
.social ul li{
    color: #ccc;
    display: table-cell;
    padding: 0px 10px;
}
.social ul li a{
    color: #ccc;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}
.text_slider{
    padding-bottom: 70px;
    margin-top:400px;
    display: flex;
}
.text_slider img{
display: none;
}
.logo_rect{
  width: 230px;
  height: 250px;
  position: relative;
}
.logo_rect::before{
width:230px;
height: 5px;
display: block;
content: "";
background: #ccc;
animation: movenw 1.1s infinite ease-in-out;
}
@keyframes movenw {
  0%{
    transform: scaleX(0);
    transform-origin:right;
}
50%{
    transform: scaleX(1);
    transform-origin:right;
}
50.1%{
    transform: scaleX(1);
    transform-origin:left;
}
100%{
    transform: scaleX(0);
    transform-origin:left;
}
}
.logo_rect::after {
  width: 5px;
  height: 245px;
  display: block;
  margin-left: 225px;
  content: "";
  background: #ccc;
  animation: move 1s infinite ease-in-out;
}
@keyframes move {
  0%{
    transform: scaleY(0);
    transform-origin: bottom;
}
50%{
    transform: scaleY(1);
    transform-origin: bottom;
}
50.1%{
    transform: scaleY(1);
    transform-origin: top;
}
100%{
    transform: scaleY(0);
    transform-origin: top;
}


  }
.logo_rect h3{
font-size: 100px;
color: #ccc;
font-family: 'Jost', sans-serif;
font-weight:300;
position: absolute;
}
.logo_rect h3:first-child {
  rotate: -90deg;
  left: -114px;
  top: 16px;
}
.logo_rect h3:last-child {
  bottom: -98px;
  right: -8px;
}
.logo_text svg{
  font-size:50px;
  margin-left: 20px;
  display: block;
  margin-bottom: 30px;
  width:800px;
  color: #ccc;
  font-family: 'Jost', sans-serif;
  position: absolute;
  margin-top: 30px;
  }
  .logo_text svg span{display: block;}

  .text-line {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    animation: dash 5s infinite linear forwards, filling 5s infinite ease-in forwards;
  }
  
  .text-line text {
    font-family: 'Jost', sans-serif;
    font-weight:100;
    font-style: normal;
  }
  
  @keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
  }
  
  @keyframes filling {
    0%, 90% { fill: #fff; fill-opacity: 0; }
    100% { fill: #fff; fill-opacity: 1; }
  }

  .text-line_2 {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    animation: dash 10s linear infinite forwards, filling 10s infinite ease-in forwards ;
    animation-delay:1s;
  }
  
  .text-line_2 text {
    font-family: 'Jost', sans-serif;
    font-weight:100;
    font-style: normal;
        color: transparent;
  }
  
  @keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
  }
  
  @keyframes filling {
    0%, 90% { fill: #fff; fill-opacity: 0; }
    100% { fill: #fff; fill-opacity: 1; }
  }

  .text-line_3 {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    animation: dash 15s infinite linear forwards, filling 15s infinite ease-in forwards;
    animation-delay:2s;
  }
  
  .text-line_3 text {
    font-family: 'Jost', sans-serif;
    font-weight:100;
    font-style: normal;
  }
  
  @keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
  }
  
  @keyframes filling {
    0%, 90% { fill: #fff; fill-opacity: 0; }
    100% { fill: #fff; fill-opacity: 1; }
  }
.item-1, 
.item-2, 
.item-3 {
	position: absolute;
  display: block;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-weight:700;
	bottom:0em;
  width:75%;
  font-size:35px;
	animation-duration: 10s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.item-1{
	animation-name: anim-1;
}

.item-2{
	animation-name: anim-2;
}

.item-3{
	animation-name: anim-3;
}

@keyframes anim-1 {
	0%, 8.3% { right: -100%; opacity: 0; }
  8.3%,25% { right: 25%; opacity: 1; }
  33.33%, 100% { right: 110%; opacity: 0; }
}

@keyframes anim-2 {
	0%, 33.33% { right: -100%; opacity: 0; }
  41.63%, 58.29% { right: 25%; opacity: 1; }
  66.66%, 100% { right: 110%; opacity: 0; }
}

@keyframes anim-3 {
	0%, 66.66% { right: -100%; opacity: 0; }
  74.96%, 91.62% { right: 25%; opacity: 1; }
  100% { right: 110%; opacity: 0; }
}
.about_sec{
    background:#404040 url("../imgs/patrn.png") no-repeat center top;
    padding-top:180px;
    padding-bottom:180px;
    background-attachment: fixed;
    background-size: cover;
}
.about_sec img{width: 100%;}
.about_tittle{
    font-family: 'Jost', sans-serif;
    text-align: right;
    border-right:dashed 1px #ccc;
    color: #c6c6c6;
    font-weight:300;
}
.about_content{
    font-family: 'Jost', sans-serif;
    color: #c6c6c6;
    font-weight:300;
    padding-right: 30px;
}
.about_content h2{
  margin-bottom:30px;
}
.about_content h2::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #ccc;
  display: block;
}
.pad_t_150{
    padding-top: 150px;
}
.about_content ul li{
    font-family: 'Jost', sans-serif;
    font-size:16px;
    padding:8px 0px;
    color: #c6c6c6;
    text-transform: uppercase;
    font-weight:300;
    list-style: none;
}
.about_content ul li:before{content: "---------";
    color: #c6c6c6;
    padding-right: 15px;
    letter-spacing: -5px;
}
.sec_covarge{
    background:url("../imgs/the_gate_egypt_covarege.jpg") no-repeat center top;
    padding-top:0px;
    background-attachment: fixed;
    padding-bottom:0px;
    background-size: cover;
    position: relative;
}
.cov_tittle {
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 99;
  }
.sec_covarge h2{
    font-family: 'Jost', sans-serif;
    font-size:60px;
    color:#c6c6c6;
    text-transform: uppercase;
    font-weight:900;
    padding-top:150px;
    margin-bottom: 40px;
    text-align: center;
    top:70px;
letter-spacing: 10px;
color: transparent;
-webkit-text-stroke: 2px #fff;
}
.sec_covarge h2 span{
    font-family: 'Jost', sans-serif;
    display: block;
}
.covarage_boxs{
    padding-top:350px;
    padding-bottom:200px;
    position: relative;
}
.right_covarage_bg{
    background: #333;
    padding-left: 60px; 
}
.left_covarage_bg{
    background:rgba(0, 0, 0, 0.7); 
    text-align: right;
    direction: rtl;
    color: #fff;
    padding-right: 60px;
}
.left_covarage_bg ul li{
    color: #fff !important;
}
.left_covarage_bg ul li:before{
    color: #c6c6c6;
    padding-left: 15px;
    letter-spacing: -2px !important;
text-align: right;
padding-right: 10px;   
}
.covarage_boxs h3{
    font-family: 'Jost', sans-serif;
    font-size:40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
}
.covarage_boxs h3 span{
    display: block;
}
.covarage_boxs ul {
    padding: 0;
    margin: 0;
    margin-left: 20px;
    list-style-type: none;
    list-style-position: outside;
    display: block;

}
.covarage_boxs ul li{
    font-family: 'Jost', sans-serif;
    font-size:16px;
    padding:8px 0px;
    color: #888;
    text-transform: uppercase;
    font-weight:300;
    list-style: none;
}
.covarage_boxs ul li:before{content: "---------";
    color: #c6c6c6;
    padding-right: 15px;
    letter-spacing: -5px;
text-align: right;
padding-right: 10px;
}
.covarage_boxs img{
    width: 100%;
    padding-top: 30px;
    bottom: 0;
}

.sec_developer{
    background:#000000;
    padding-top: 80px;
    padding-bottom: 80px;
}
.sec_developer h2 {
  font-family: 'Jost', sans-serif;
  font-size: 50px;
  color: #c6c6c6;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 20px;
  margin-left: 40px;
  margin-bottom: 60px;
  letter-spacing: 5px;
}
.sec_developer h2 span{
    font-family: 'Jost', sans-serif;
    font-weight: 200;
    display: block;
}
.developer_boxs{
    
    background: #0d0d0d;
    border: solid #000 1px;
    padding:80px 50px;
    transition: 0.8s ease-in-out;
    cursor: pointer;
    position: relative;
}
.developer_boxs:hover{
  background:#201f1f;
  transition: 0.8s ease-in-out;
}
.developer_boxs img{width:100%;
    filter: grayscale(100%);
}
.developer_boxs:hover img{filter: grayscale(0);
    transition: 0.4s ease-in-out;
  }

.developer_boxs:before{content: "+";
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 700;
    font-family: 'Jost', sans-serif;
    color: #fff;
    background: #000;
    padding: 3px 12px;
}
.sec_contact{
    background:url("../imgs/video-placeholder_3.gif") no-repeat center bottom;
    padding-top:150px;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.sec_contact::after{
  background: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contact-form h2 {
    font-family: 'Jost', sans-serif;
    font-size: 30px;
    color: #c6c6c6;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom:10px;
  }
  .contact-form h2 span{
    font-family: 'Jost', sans-serif;
    font-weight: 200;
    display: block;
  }
  .contact-form p {
    font-family: 'Jost', sans-serif;
    font-size:16px;
    color: #c6c6c6;
    font-weight:300;
  }
  .contact-form {
    background: #000;
    padding: 50px 40px;
    margin-bottom: -150px;
    position: relative;
    z-index: 22;
  }
  .cont-for {
    width: 49%;
    display: inline-block;
  }
  .form-control {
    height: calc(2.80rem + 3px);
    font-size: 1rem;
    padding: 0 20px;
    font-weight: 400;
    color: #fff;
    border: none;
    background-color:#222222;
    border-bottom:none;
    border-radius: 0;
    margin-bottom:5px;
    font-family: 'Jost', sans-serif;
    font-weight:300;
    position: relative;
  }
.select-rrop{width:99%;}
.cont-for .btn-success{
    background: #666;
    border-radius: 0;
    width: 99%;
    border: none;
    padding: 10px;
    font-weight: 700;
    font-family: 'Jost', sans-serif;
}
.form-control::placeholder{
    color: #ccc;
}
.greyspacer{height: 200px;
}
.sec_footer{
    background: #000;
    padding-top:120px;
}
.cont_boxs_first img{ width: 60px;}
.cont_boxs_first ul{
    margin-top: 30px;
    margin-left: 0px;
    padding: 0px;
}
.cont_boxs_first ul li{display: inline-block;
list-style: none;
margin-right: 10px;
}
.cont_boxs ul li span{
    font-weight: 700;
    font-family: 'Jost', sans-serif;
    color: #fff;
}
.cont_boxs_first ul li a{
    border: #ccc solid 1px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    color: #ccc;
    display: block;
}
.cont_boxs h3{font-weight: 700;
    font-family: 'Jost', sans-serif;
color: #fff;
margin-bottom: 30px;
text-transform: uppercase;
font-size: 20px;
}
.cont_boxs h3:after{
    content: "";
    width: 25px;
    height:3px;
    background: #ccc;
    display: block;
}
.cont_boxs ul{padding: 0px;}
.cont_boxs ul li{list-style: none;
margin-bottom: 10px;
}
.cont_boxs ul li a{
    font-family: 'Jost', sans-serif;
    color: #fff;
    font-weight: 300;
    
    text-transform: uppercase;
    text-decoration: none;
    font-size:16px;
}
.cont_boxs ul li:before{
    content: "------";
    letter-spacing: -4px;
    margin-right: 8px;
}
.cont_boxs p{color: #fff;
text-transform: uppercase;
}
.footer_copy{
    border-top: #333 solid 1px;
    color: #999;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    padding-top:30px;
    padding-bottom:30px;
    margin-top:40px;
    text-transform: uppercase;
}
.footer_copy a{
    color:#ffd900;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
}
.sec_covarge_map{
    background: #111;
    position: relative;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 120px;

}
.sec_covarge_map:after{
  background:url("../imgs/world_map_1_1.gif") no-repeat center top;
  position:absolute;
  background-size: cover;
  opacity: .3;
  top:0;
  left: 0;
  z-index:1;
  content: "";
  bottom: 0;
  right: 0;

}
.sec_covarge_map_cont{
  opacity: 1;
  position: relative;
z-index: 2;
  background-color: transparent;


}
.sec_covarge_map img{
    width: 100%;

}
.sec_covarge_map video {
  width: 100%;
}
.sec_covarge_map .sec_covarge_map_box h3{
font-size:40px;
font-weight: 700;
color: #555;
text-transform: uppercase;
}
.sec_covarge_map_box ul {
    padding: 0;
    margin: 0;
      margin-left: 0px;
    margin-left: 20px;
    list-style-type: none;
    list-style-position: outside;
    display: block;
  }
  .sec_covarge_map_box ul li {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    padding: 8px 0px;
    color: #ccc;
    text-transform: uppercase;
    font-weight: 300;
    list-style: none;
  }
  .sec_covarge_map_box ul li::before {
    content: "---------";
    color: #fff;
    padding-right: 15px;
    letter-spacing: -5px;
    text-align: right;
    padding-right: 10px;
  }
  .ul_t_p{
    padding-top:0px;
  }



  .greyspacer{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background:#000;
    z-index: -1;
  }
  
  .greyspacer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 100px);
    height: 100%;
    background: repeating-linear-gradient(45deg, #000000 25%, #0000 50%, #222 50%, #222 75%);
    background-size: 100px 100px;
    -webkit-animation: stripeTransform 2s linear infinite;
            animation: stripeTransform 2s linear infinite;
  }
  .greyspacer::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(27, 39, 53, 0) 0%, #090a0f 100%);
  }
  
  @-webkit-keyframes stripeTransform {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(100px * -1));
    }
  }
  
  @keyframes stripeTransform {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(100px * -1));
    }
  }
  @-webkit-keyframes stripeBackgroundPosition {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: calc(100px * -1) 0;
    }
  }
  @keyframes stripeBackgroundPosition {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: calc(100px * -1) 0;
    }
  }


  .top-menu .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background:url("../imgs/menu_ico_white.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
    .top-menu2 .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background:url("../imgs/menu_ico_black.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .navbar-toggler{border: none;}
  .navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
@media screen and (min-width:769px) and (max-width:810px) {
  .slider h1 {
    color: #ffffff;
    width:90%;
    margin-top:200px;
    margin-bottom: 50px;
    font-size:60px;
    font-weight: 900;
  }
  .item-1, .item-2, .item-3 {
    font-size: 30px;
  }
  .pad_t_150 {
    padding-top: 0px;
  }
  .about_sec {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .about_content {
    padding-right:20px;
    padding-left: 20px;
    width: 50%;
  }
  .about_content:last-child{
    width: 100%;;
  }
  .developer_boxs {
    width: 33.33%;
  }
  .slider h1 span {
    font-size: 35px;
  }
  .cont_boxs{
    margin-bottom:10px;
    background:#0f0f0f;;
    border-left:10px #000 solid;
    padding: 40px;
  }
  .cont_boxs_first{
    margin-bottom:10px;
    background:#0f0f0f;;
    border-left:10px #000 solid;
    padding: 40px;
  }
}
  @media screen and (min-width:0px) and (max-width:768px) {
   body{overflow-x: hidden;}
    .slider {
      padding-bottom: 80px;
      overflow-x: hidden;
    }
.slider{
    border-top:20px solid #404040;
    background-image: url("../imgs/slider_mobile.jpg");
    background-position:center; 
background-attachment:fixed; 
-o-background-size:cover; 
-moz-background-size:cover; 
-webkit-background-size:cover; 
background-size:100% 100%; 
background-repeat:no-repeat;
    position: relative;
}
    .slider h1{
    width:80%;
    margin-top:200px;
    margin-bottom:0px;
    font-size:60px;
    margin-left: 40px;
    font-weight: 900;
}
.slider h1 span {
  font-size:30px;
}
.item-1, .item-2, .item-3 {
  width: 63%;
  font-size: 20px;
}
.top-menu {
  top: 20px;
  padding-left: 20px;
  padding-right:20px;
  z-index: 9999;
}
.top-menu2 {
  top:0px;
  padding-left:10px;
  padding-right:10px;
  border-bottom: 1px solid #333;
  z-index: 9999;
  padding-left: 35px;
}

.top-menu .navbar-brand img {
  width: 110px;
}
.top-menu2 .navbar-brand img {
  width: 100px;
}
.nav-item {
  margin-right: 0;
  margin-bottom: 20px;
}
.top-menu .navbar-nav{
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
}
.g_quoat{ background: #fff;
text-align: center;
}
.top-menu .get_quat {
  color: #999;
  background-color: #000;
  box-shadow:none;
  border: solid 2px #ccc;
  width: 100%;
}
.top-menu2 .get_quat {
  color: #999;
  background-color: #000;
  box-shadow:none;
  border: solid 2px #ccc;
  width: 100%;
}
.top-menu2 .navbar-nav{

  padding-top: 30px;
  padding-bottom: 30px;
}
.top-menu .nav-item {
  width:200px;
  margin: auto;
  margin-bottom: 20px;
}
.about_sec {
  padding-top: 0px;
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
  overflow-x: hidden;
}
.pad_t_150 {
  padding-top: 80px;
}
.sec_covarge h2 {
  font-size: 40px;
  letter-spacing: 1px;
  padding-top: 80px;
  text-align:left;
  padding-left: 40px;
  margin-bottom: 0px;
}
.covarage_boxs h3 {
  font-size: 30px;
}
.covarage_boxs {
  padding-top: 80px;
  padding-bottom: 50px;
}
.left_covarage_bg {
  text-align: left;
  padding-left: 60px;
}
.cov_tittle {
  text-align: left;
  position: inherit;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
}
.sec_covarge_map {
  padding: 80px 40px;
  overflow-x: hidden;
}
.ul_t_p {
  padding-top: 0px;
}
.sec_covarge_map img {
  width: 72%;
}
.cov_img{
  text-align: center;
  padding-top: 30px;
}
.sec_developer h2 {
  font-size: 30px;
  letter-spacing: 1px;
  overflow-x: hidden;
}
.developer_boxs {
  padding: 40px 20px;
  width: 50%;
}
.sec_developer {
overflow-x: hidden;
}
.cont-for {
  width: 95%;
  display: block;
}
.about_content {
  margin-bottom: 30px;
}
.select-rrop {
  width: 95%;
}
.greyspacer {
  height:300px;
  overflow: hidden;
}
.contact-form {
  padding: 50px 40px;
  margin-bottom: -150px;
  background: rgba(0, 0, 0, 0.5);
}
.sec_footer {
  padding-top: 80px;
}
.cont_boxs_first{
  padding: 20px 40px;
  padding-right: 10px;
}
.cont_boxs{
  padding: 20px 40px;
}
.text_slider_contnair {
  display: none;
}

.logo_rect{
display: none;
}
.logo_text{
  display: none;
  }
  .text_slider {
    padding-bottom: 250px;
    margin-top: 250px;
    display: flex;
  }
  .text_slider img {
    width: 80%;
    display: block;
    margin-left: 11%;
  }
  }