body{
    font-family: 'Araboto' !important;
    font-weight: normal;
    font-style: normal;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after
{
    margin-left:0;
}
header{padding: 23px 0;width: 93%;margin: auto;}
header .logo img{
    width: 76%;
}
header .menu li a:hover::before,
header .menu li a:focus::before {
    width:40px;
    transition:all 0.5s ease-in-out;
}
header .sections{
    margin-top: 24px;
}
header .sections li {
    display: inline-block;
    padding: 0 15px;
}
header .sections li a{
    font-weight: 300;
    color: #4E4E4E;
    font-size: 1.8rem;
    padding: .7rem;
    position: relative;
}
header .sections li a:after{
    position:absolute;
    content:'';
    background:url(../images/link-icon.png)center no-repeat;
    left:0;
    right:0;
    text-align:center;
    margin:auto;
    top:40px;
    width:19px;
    height:25px;
    background-size:60%;
    transform:scale(0);
    transition:all .5s;
}
header .sections li a:hover:after{
    transform:scale(1.1);
    transition:all .5s;
}
header .social{
    display:flex;
    margin-top: 0;
    justify-content: flex-end;
    align-items: center;
}
header .social li:hover svg path{
    fill:#56c1e6;
    transition:all .4s;
}
header .social .download a{
    position: relative;
    border-radius: 10px;
    background:#56c1e6;
    padding: 9px 26px 12px;
    color:#fff;
    margin: 21px;
    font-size: 17px;
    font-weight: 300;
    overflow: hidden;
    display: inline-block;
    z-index: 999;
}
header .social .download a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color:#5b5d5e66;
    transition: 0.4s ease-in-out;
    z-index: -1;
}
header .social .download a:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color:#5b5d5e66;
	transition: 0.4s ease-in-out;
	z-index: -1;
}
header .social .download:hover a:after,
header .social .download:hover a:before{
	height: 100%;
}
header .menu .dropdown-menu {
    margin-top: 0;
    border: none;
    transition: all 0.5s ease-in-out;
    animation: 1s fadeInDown;
    border-radius: 0 0 0 30px;
    min-width: 297px;
}
header .menu .dropdown-menu li{
    display:inline-block;
    width:49%;
    padding:0 10px;
}
header .menu .dropdown-menu li:hover a {
    transition:all 0.5s ease-in-out;
    color: #372d1b;
}
header .menu .dropdown-menu li a {
    transition:all 0.5s ease-in-out;
    background:transparent ;
    color: #372d1b;
    font-size:15px;
    font-weight:600;
    padding:10px 18px;
}
header  .menu li.dropdown:hover a{
    background:transparent;
}
header .menu li:hover a{
    color:#eb840c;
    transition:all 0.5s ease-in-out;
}
.nav>li>a:focus, .nav>li>a:hover ,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover
{
    background:transparent;
}
.top-layer{
    background: url(../images/main-layer.png)no-repeat left;
    background-size: 73%;
}
.main-sec{
    position:relative;
    margin-bottom:100px;
    padding-bottom: 185px;
}
.main-sec .main-right{
    right:10%
}
.hu__hu__ { animation: hu__hu__ infinite 2s ease-in-out }
@keyframes hu__hu__ {
    50% { transform: translateY(30px) }
}
.main-sec:after{
    position:absolute;
    content:'';
    background:url(../images/top-layer.png)no-repeat right;
    right:0;
    top: -76px;
    width: -webkit-fill-available;
    height:1126px;
    background-size: 44%;
    z-index: -1;
    animation: hu__hu__ infinite 5s ease-in-out;
}
.main-sec .caption{
    margin-top:100px;
    position: relative;
}
@keyframes drive{
	0%{margin-left:-500px;margin-top:130px;}
	10%{margin-left:-200px;margin-top:100px;}
	20%{margin-left:0px;margin-top:120px;}
	30%{margin-left:100px;margin-top:130px;}
	40%{margin-left:100px;margin-top:140px;}
	50%{margin-left:100px;margin-top:120px;}
	60%{margin-left:100px;margin-top:130px;}
	100%{margin-left:200%;margin-top:130px;}
}

.main-sec .caption:after{
    position:absolute;
    content:'';
    background:url(../images/car-top.png)no-repeat;
    right: 79%;
    bottom: 64%;
    width:190px;
    height:100px;
    background-size: 70%;
    animation:flash 10s infinite;
}
.main-sec .caption h4{
    color:#5B5D5E;
    font-weight:bold;
    font-size: 27px;
    line-height:48px;
    padding-top: 22px;
}
.main-sec .downloads-app{
    margin-top:150px;
}
.main-sec .downloads-app h3{
    color:#000;
    font-weight:bold;
    font-size:22px;
    padding-bottom:20px;
}
.main-sec .downloads-app img{
    width:63%;
    margin:10px 0;
}
.main-sec .img{
    display:flex;
}
.main-sec .img img{
    /* width:50%; */
    max-width: 600px;
}
.main-sec .logo{
    text-align:left;
    margin-top:30px;
    position: relative;
    left: 10%;
}
.main-sec .logo:after{
    position:absolute;
    content:'';
    background:#ccc;
    left: 14%;
    bottom: 37px;
    top: 46px;
    width: 41%;
    height:1px;
}
.main-sec .logo img{
    width: 12%;
}
footer{
    position:relative;
    margin-top: 81px;
    padding: 57px 0;
    background: url(../images/footer-layer.png)no-repeat;
    background-size: 100% 100%;
    font-family: 'Neo Sans Arabic';
}
footer .links
{text-align: center;padding-bottom: 20px;position: relative;}
footer .links ul{
    list-style:none;
    padding:20px 0 0 0;
}
footer .links ul li{
    padding: 0 13px;
    position:relative;
    text-align: right;
}
footer .links ul li a{
    color: #fff;
    line-height: 51px;
    font-size: 18px;
    transition:all 0.5s ease-in-out;
}
footer .links ul li:hover a{
    color:#fca642;
    transition:all 0.5s ease-in-out;
}
footer .footer-info{
    text-align:right;
    color: #fff;
    margin-top: 32px;
}
footer .footer-info img{
    width: 49%;
    display:inline-block;
    padding: 9px;
}
footer .follow{
    display:flex;
    justify-content: space-between;
    margin: 17px 0;
}
footer .follow svg path{
    fill:#fff;
}
footer .follow h3{
    font-size: 21px;
    margin: 6px 0;
}
footer .info p{
    
font-size: 20px;
    
color: #fff;
    
width: 62%;
}
footer .bottom
{margin: 29px auto;}
footer .bottom .rights{
    padding-right:30px;
}
footer .rights span{
    font-weight:bold;
    font-size: 22px;
}
footer .rights p{
    font-size: 18px;
    color: #fff;
}
footer .rowaad {
    text-align: left;
}
footer .rowaad img{
    width:40%;
}
.owl-carousel
{
    direction:ltr !important;
}
.main-slider
{
    position:relative;
    z-index: 9;
    overflow: hidden;
}
.main-slider .swiper-viewport
{
    border:none;
    box-shadow:none;
    margin: 0;
}
.main-slider .swiper-slide:after
{
    position:absolute;
    content:'';
    background-image: linear-gradient(36deg, #1989a0, #EB840C);
    width:100%;
    height:100%;
    right:0;
    top:0;
    opacity:.73;
    z-index: 9;
}
.main-slider .caption
{
    position:absolute;
    top: 29%;
    right: 49%;
    left:0;
    z-index: 99;
    /* width: 25%; */
    text-align: right;
    font-weight: bold;
}
.main-slider .caption h2
{
    color: #fff;
    font-size: 62px;
    line-height: 65px;
    font-weight: bold;
}
.main-slider .caption h4
{
    color: #fff;
    font-size: 60px;
    line-height: 58px;
}
.main-slider .swiper-pagination
{
    bottom: 13%;
    z-index: 99;
    position: absolute;
    right: 6%;
}
.main-slider .swiper-pagination-bullet
{
    background: #c99c68;
    opacity:1;
    box-shadow:none;
    width: 6px;
    height: 6px;
    display: block;
    margin: 7px 0;
}
.main-slider .swiper-pager
{
    z-index: 9;
    border-radius: 50px;
    transition:all .5s;
}
.main-slider .swiper-pager:hover
{
    /* background:#fff; */
    transition:all .5s;
}
.main-slider .swiper-pager:hover .swiper-button-next:before
,.main-slider .swiper-pager:hover .swiper-button-prev:before
{
    /* color:#d29500; */
    transition:all .5s;
}
.main-slider .swiper-viewport .swiper-button-prev
{
    left: 12%;
    opacity: 1;
    position: relative;
    top: 32px;
    border: 4px solid #fff;
    padding: 34px 41px 34px 0;
    width: 13%;
    border-radius: 0px 0px 0px 30px;
    display: inline-block;
    text-align: center;
    margin: auto;
    border-right: none;
}
.main-slider .swiper-viewport .swiper-button-next
{
    right: 89%;
    opacity: 1;
    position: relative;
    transform: rotate(180deg);
    top: -195px;
    border: 4px solid #fff;
    padding: 34px 41px 34px 0;
    width: 11%;
    border-radius: 30px 0px 0px 0px;
    display: inline-block;
    text-align: center;
    margin: auto;
    border-right: none;
}
.main-slider .swiper-viewport .swiper-button-next:hover
,.main-slider .swiper-viewport .swiper-button-prev:hover
{
    background:#039bb4;
}
.main-slider .swiper-button-next,.main-slider .swiper-button-prev
{
    margin:0;
    text-shadow:none;
    background:transparent;
}
.main-slider .swiper-button-next:before
{
     position: absolute;
     content: "\f103";
     font-family:'flaticon';
     right: 61%;
     top: 12px;
     color: #fff;
     font-size: 40px;
     /* font-weight: bold; */
}
.main-slider .swiper-button-prev:before
{
     position: absolute;
     content: "\f103";
     font-family:'flaticon';
     right: 61%;
     top: 12px;
     color: #fff;
     font-size: 40px;
     /* font-weight: bold; */
}
.about-us{
    position:relative;
    margin: 112px 0;
    background: url(../images/about-layer.png)no-repeat right;
    background-size: contain;
}
.about-us h1{
    font-weight: 900;
    color: #56c1e6;
    font-size: 37px;
}
.about-us .text p{
    font-size: 35px;
    font-weight: normal;
    color: #5B5D5E;
    font-family: 'Neo Sans Arabic';
    padding-top: 22px;
    width: 75%;
}
.about-us ul li{
    display:inline-block;
    font-family: 'Neo Sans Arabic';
    width:49%;
    color:#56c1e6;
    font-size: 25px;
    padding: 10px 39px;
    position: relative;
}
.about-us ul li:after{
    position:absolute;
    content:'';
    background:#56c1e6;
    width:20px;
    height:20px;
    right:0;
    top: 20px;
    border-radius:50px;
}
.about-us .downloads-app a{
    display:block;
}
.about-us .downloads-app a img{
    margin:10px;
    width:25%;
}
.about-us .downloads-app h3{
    font-size: 29px;
    font-weight: bolder;
    padding-bottom: 22px;
}
.about-us .scroll-icon{
    background:#56c1e6;
    position: absolute;
    display:inline-block;
    border-radius:50px;
    width:80px;
    height:80px;
    line-height:70px;
    text-align:center;
    overflow:hidden;
    left: 55%;
    bottom: 15%;
    cursor: pointer;
}
.about-us .scroll-icon img{
    width:30%;
    animation:bounce 2s infinite;
}
@keyframes scroll-ani-to-top {
  0% {
    opacity: 0;
    bottom:70%;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 0;
  }
}
.about-us .about-icon{
    position:absolute;
    left: 40%;
    bottom: -3%;
}
.about-us .about-icon img{
    width:70%;
    animation: pulse 5s infinite;
}
.about-us .about-img img{
    width: 46%;
    transition:all .5s;
    margin: 26px 7px;
}
.owl-buttons div{
    background:transparent !important;
    opacity:1 !important;
    padding:0 !important;
    margin:0 !important;
}
.partners{
    padding-bottom: 1px;
    background: #fff;
    position:relative;
}
.partners .title{
    margin: 0 0 57px;
}
.partners .title h1{
    color: #56c1e6;
    font-weight:900;
    font-size: 33px;
    line-height: 47px;
}
.partners .title h1 span{
    display:block;
    color: #5B5D5E;
}
.partners .item{
    text-align:center;
    margin: 25px;
}
.partners .item img{
    /* width:70%; */
    /* max-width: 86px; */
    max-height: 80px;
}
.partners .owl-buttons img{
    width:90%;
}
.partners .owl-buttons div.owl-next
{
    position: relative;
    top: -271px;
    right: 44%;
    transform: rotate(180deg);
}
.partners .owl-buttons div.owl-prev
{
    position: relative;
    top: -271px;
    right: 36%;
}
.how-work{
    background: url(../images/main-layer.png)no-repeat left top;
    background-size: 73%;
}
.how-work .title h3{
    font-size:37px;
    font-weight:bold;
    color:#56c1e6;
    line-height:50px;
    padding-bottom: 48px;
    position: relative;
}
.how-work .title h3:after{
    position:absolute;
    content:'';
    background:url(../images/how-text.png)no-repeat;
    left: 123%;
    top: 11px;
    width:83px;
    height:83px;
    background-size: 78%;
    animation: pulse 2s infinite;
}
.how-work .title h3 span{
    display:block;
    color:#5B5D5E;
}
.how-work .steps-geoshield{
    position: relative;
    margin-top:100px;
}
.how-work .steps-geoshield:after{
    position:absolute;
    content:'';
    background: url(../images/steps-layer.png) no-repeat;
    left: 86%;
    top: 51px;
    width:160px;
    height: 564px;
}
.how-work .steps-geoshield p{
    font-size:25px;
    color:#5B5D5E;
    padding: 20px 85px;
    position: relative;
    transition:all .5s;
}
.how-work .steps-geoshield p:after{
    position:absolute;
    content:'';
    background:#56c1e685;
    width:20px;
    height:20px;
    right: 25px;
    border-radius:50px;
}
.how-work .steps-geoshield .slick-current{
    color:#56c1e6;
    background:url(../images/circle.png)no-repeat right 7px top 37px;
    background-size:15%;
    transition:all .5s;
}
.how-work .steps-geoshield p.slick-current:after{
   background:#56c1e6;
}
.services .title{
    padding:50px 0;
}
.services .title h1{
    color:#56c1e6;
    font-weight:bold;
}
.services .title h1 span{
    display:block;
    color:#5B5D5E;
}
.service-content{
    padding:50px 0;
    background:url(../images/services.png)no-repeat center;
    border-radius: 50px;
    color: #fff;
    position: relative;
    overflow:hidden;
    z-index: 99;
}
.service-content:after{
    position:absolute;
    content:'';
    background:#000;
    width:100%;
    height:100%;
    right:0;
    left:0;
    text-align:center;
    top:0;
    opacity:.7;
    z-index: -1;
}
.services .item{
    position:relative;
    direction:rtl;
    color:#fff;
    padding:0 70px;
    display: flex;
    align-items: center;
}
.services .item .caption{
    position:relative;
    z-index:99999;
}
.services .serv-details{
    /* top:50px; */
}
.services .item .serv-details .serv{
    background: #958b8b3b;
    padding: 75px 26px;
    border-radius: 27px;
    font-family: 'Neo Sans Arabic';
}
.services .item .serv-details .serv h4{
    font-size: 19px;
}
.services .item .serv-details .serv p{
    font-size: 26px;
    padding: 0;
}
.services .item h5{
    color:#56c1e6;
    font-weight:bold;
    font-size:40px;
    padding: 15px 0;
}
.services .item h5 span{
    display:block;
    color:#fff;l
}
.services .item p{
    /* width:60%; */
    font-size: 27px;
    font-weight:300;
    padding-bottom: 13px;
    line-height: 2;
    font-family: 'Neo Sans Arabic';
}
.services .serv-book p{
    text-align:center;
    background: #56c1e6;
    padding: 14px 0;
    border-radius: 18px;
    width: 100%;
    margin: 28px auto;
    font-family: 'Araboto';
}
.services .owl-pagination{
    right: 6%;
    position: relative;
    float: right;
}
.services .owl-theme .owl-controls .owl-page span{
    width:47px;
    border-radius:0;
    background: #474545;
    height:6px;
    opacity: 1;
}
.services .owl-theme .owl-controls .owl-page.active span{
    background:#56c1e6;
}
.hu__hu__ { animation: hu__hu__ infinite 2s ease-in-out }
@keyframes hu__hu__ {
    50% { transform: translateY(30px) }
}

.elevateLeft { animation-name: elevateLeft }
@keyframes elevateLeft {
    from {
        transform: translateY(100%) rotate(-20deg);
        transform-origin: right;
    }
    40% {
        transform: rotate(20deg);
        transform-origin: right;
    }
    65% {
        transform: rotate(0deg);
        transform-origin: right;
    }
}

.leRainDrop span { animation-name: leRainDrop; animation-iteration-count: infinite; }
@keyframes leRainDrop {
    0%, 25%, 55%, 75%, 87%, 97%, 100% { transform: scaleX(1.0) }
    26%, 56%, 76% { transform: scaleX(1.3) scaleY(0.8) }
    31%, 61%, 81% { transform: scaleX(0.8) scaleY(1.2) }
    76%, 88% { transform: scaleX(1.2) }
    98% { transform: scaleX(1.1) }
}

.leFadeIn span { animation-name: leFadeIn }
@keyframes leFadeIn {
    from { opacity: 0 }
    to { opacity: 1 }
}
.testimonials {
    position:relative;
    margin-top: 107px;
}
.testimonials:after{
    position:absolute;
    content:'';
    background:url(../images/testmonial-layer.png)no-repeat;
    width:934px;
    height:922px;
    right: 13%;
    top: -65px;
    z-index: -1;
}
.testimonials .title h1{
    color: #56c1e6;
    font-weight: bolder;
    font-size: 40px;
    padding: 4px;
}
.testimonials .item{
    direction:rtl;
}
.testimonials .item .caption{
    margin: auto;
    position:relative;
}
.testimonials .item p{
    font-size: 34px;
    color: #5B5D5E;
    margin: 4px auto 0;
    font-weight: bold;
    width: 78%;
    float: right;
    line-height: 62px;
    font-family: 'Neo Sans Arabic';
}
.testimonials img{
    width:60%;
    animation: swing 4s infinite;
}
.testimonials .icon{
    background: #56c1e61f;
    padding: 11px;
    display: inline-block;
    border-radius: 50px;
    width: 91px;
    height: 91px;
    line-height: 88px;
    text-align: center;
}
.testimonials .owl-pagination{
    margin-top:100px;
    position: relative;
    right: 25%;
}
.testimonials .owl-theme .owl-controls .owl-page span{
    width:47px;
    border-radius:0;
    background: #e1dede;
    height:8px;
    opacity: 1;
}
.testimonials .owl-theme .owl-controls .owl-page.active span{
    background: #56c1e6;
}
/* start menu mobile */
nav#slide-menu .logo{
    margin:auto;
    padding: 19px 25px;
    background: #fff;
    background-size: 100%;
    text-align: center;
    position:relative;
    display:block;
}
nav#slide-menu {
    position: fixed;
    top: 0;
    right: -267px;
    bottom: 0;
    display: block;
    float: right;
    width: 100%;
    overflow: auto;
    max-width: 267px;
    height: 100%;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    z-index: 99999;
    background: url(../images/main-layer.png)no-repeat left,#fff;    /* background-size:50%; */
}
nav#slide-menu .menu{
    display: block;
}
nav#slide-menu ul.menu{
    /* display: block; */
    padding: 0;
    list-style: none;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    /* margin: -3px 0; */
    padding-right: 29px;
}
nav#slide-menu ul li a
{
     color: #56c1e6  !important;
     cursor: pointer;
     font-size: 21px;
     padding: 2px;
     font-weight: 500;
}
nav#slide-menu ul li a:focus{
    background:transparent !important;
}
nav#slide-menu ul li{
    padding: 8px 18px;
    font-family: 'Neo Sans Arabic';
}
nav#slide-menu .social{
    text-align:center;
}
nav#slide-menu .social li{
    padding:10px;
}
.responsive  .closebtn {
    position: absolute;
    background-color: #ec8813;
    color: #fff;
    width: 2.462rem;
    height: 2.4562rem;
    line-height: 2.154rem;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    top: 0px;
    left: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 0;
    z-index: 999;
}
.responsive .overlay{
    width: 100%;
    height:100%;
    top: 0;
    background: rgba(0,0,0,0.7);
    position: fixed;
    display: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
body.menu-active .responsive .overlay{
    display:block;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 9999999;
}
body.menu-active nav#slide-menu {
    right: 0px;
    z-index: 99999999;
}
.menu-trigger svg path{
    fill: #5B5D5E;
}
body.menu-active  .menu-trigger {
    right: 10px;
}
#breadcrumbs{
    overflow:hidden;
    margin: 0 0 0 0;
    position:relative;
}
#breadcrumbs .text{
    z-index: 99;
}
#breadcrumbs .text img{
    width: 17%;
}
#breadcrumbs .text h1{
    color: #5B5D5E;
    position:relative;
    font-size: 22px;
}
#breadcrumbs .text ul li a
{
    color:#fff;
    /* font-weight:100; */
    font-size: 16px;
}
#breadcrumbs .text ul li:after
{
    position:absolute;
    content:'/';
    color:#fff;
    top: 72%;
}
#breadcrumbs .text ul li:last-of-type:after
{
    display:none;
}
#breadcrumbs .text ul li:last-of-type a
{
    color:#eb840c;
}
.page-template-contact .newsletter
{
    margin-top:25px;
}
.product-page
{
    padding:40px 0;
}
.product-page .item
{
    text-align:center;
}
.product-page .image img
{
    min-height: 203px;
    border-radius: 122px;
    width: 84%;
    display: block;
    margin: 25px auto;
    box-shadow: 0 0 10px 4px rgba(0,0,0,.1);
    padding: 21px;
}
.product-page .item .title
{
    padding-top:20px;
}
.product-page .item .title h5
{
    font-size:25px;
    color:#039bb4;
}
.product-page .item .title span
{
    color:#fca642;
    font-size: 15px;
    font-weight: 600;
}
.content-page
{
    text-align:center;
    margin: 40px 37px;
}
.content-page p
{
    line-height:45px;
    font-size: 22px;
    color: #039bb4;
}

.about-page.about
{
    padding: 0;
}
.about-page.about .text p
{
    width: 100%;
    text-align: right;
    font-weight: 500 !important;
}
.about-page .vision-message
{
    /* background:#039bb4; */
    background-size: cover;
    padding-bottom: 54px;
    margin-bottom: 32px;
    position: relative;
}
.about-page .vision-message .content
{
    margin-bottom:70px;
}
.about-page .vision-message .content h1
{
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 900;
    background: #eb840c;
    padding: 28px 9% 31px 0;
    margin: 0 0 32px 0;
    width: 40%;
    border-radius: 0 0 0 125px;
    color: #fff;
    font-size: 43px;
    right: -9%;
    position: relative;
}
.about-page .vision-message .content h1.size{font-size:30px;}
.about-page .vision-message .content p
{
    font-size: 22px;
    line-height: 37px;
    color: #039bb4;
}
.about-page .vision-message .image
{
    text-align:right;
    float:left;
    width:50%;
}
.contact-page{
    margin: 0 0 203px;
    position: relative;
}
.contact-page .tab-bar{
    position:absolute;
    left: 15%;
    top: -12%;
}
.contact-page .nav-tabs{
    border:none;
}
.contact-page .nav-tabs > li > a{
    border:none;
    color:#BFBFBF;
    font-size: 21px;
    margin:10px;
    padding: 7px 27px;
    border-radius:10px;
    border: 4px solid #BFBFBF;
}
.contact-page .nav-tabs > li.active > a{
    color:#56c1e6;
    border:4px solid #56c1e6 !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border:none
}

.contact-page:after {
    position: absolute;
    content: '';
    background: url(../images/top-layer.png)no-repeat right;
    right: 0;
    top: -76px;
    width: -webkit-fill-available;
    height: 1126px;
    background-size: 44%;
    z-index: -1;
    animation: hu__hu__ infinite 5s ease-in-out;
}
.contact-page .gform_wrapper
{
    margin:0;
}
.gform_wrapper h3.gform_title 
{
    display:none;
}
body.rtl .gform_wrapper h3.gform_title
{
    color: #000;
}
.contact-page .gform_wrapper .gform_body input::placeholder,
.contact-page .gform_wrapper .gform_body textarea::placeholder
{
    color: #ABABAB;
    font-size:19px;
}
.contact-page .gform_wrapper .gform_body li:first-of-type,
.contact-page .gform_wrapper .gform_body li:nth-of-type(2),
.contact-page .gform_wrapper .gform_body li:nth-of-type(3)
,.contact-page .gform_wrapper .gform_body li:nth-of-type(4){
    display:inline-block;
    width:50%;
}
.contact-page .gform_wrapper li{
    position:relative;
}
.contact-page .gfield_required{
    position: absolute;
    top: 59px;
    right: 8px;
}
.contact-page .gform_wrapper .gform_body input,
.contact-page .gform_wrapper .gform_body select,
.contact-page .gform_wrapper .gform_body textarea
{
    color: #ABABAB;
    background: #fff !important;
    width: 100% !important;
    box-shadow: 0 20px 50px #cccccc42 !important;
    border-radius:30px;
    outline:none;
    border:none;
    padding: 31px !important;
}
.contact-page .gform_wrapper .gform_body textarea{
    height:300px;
}
.contact-page input[type=submit]
{
    width:auto !important;
    border: 1px solid #56c1e6;
    background: #56c1e6;
    border-radius: 19px;
    padding: 15px 100px!important;
    font-size: 29px !important;
    box-shadow:none;
    transition:all 0.5s ease-in-out;
}
.contact-page .form- input[type=submit]:hover
{
    background:transparent;
    transition:all 0.5s ease-in-out;
}
.contact-page .logo{
    position:absolute;
    bottom: -1px;
    left:0;
}
.contact-page .logo:after {
    position: absolute;
    content: '';
    background: #ccc;
    left: 110%;
    bottom: 37px;
    top: 46px;
    width: 120%;
    height: 1px;
}
.contact-page .logo img{
    width:40%;
}
.single-page
{
    margin:30px 0;
    text-align: center;
}
.single-page .content-serv
{
    box-shadow: 0 0 53px 2px rgba(0,0,0,.1);
    border-top: 1px solid #f1eaea;
    position: relative;
    padding: 19px;
    text-align: right;
}
.single-page .content-serv h1
{
    font-weight:bold;
    color: #039bb4;
    font-size: 22px;
}
.single-page .content-serv p{
    color:#8f9086;
    line-height: 2;
    font-size: 14px;
}
#searchform button 
{
    padding:6px 15px;
    box-shadow:none;
    transition:all 0.5s ease-in-out;
}
#searchform input:hover ,
#searchform input:focus
{
    border-color:#000;
    outline:none;
    box-shadow:none;
}

#searchform button:hover ,
.error-404-box input.btn:hover
{
    transition:all 0.5s ease-in-out;
    background:transparent;
    color:#000;
}
/* image varient start */
@-webkit-keyframes floating {
  from {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
            transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
            transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
@keyframes floating {
  from {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
            transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
            transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
@media(max-width: 767px){
     header .logo{
         text-align:center;
     }
    header .logo img{
        margin:auto;
        width:auto;
    }
    .main-sec{
        padding: 0;
        margin: 17px 0;
    }
    .main-sec:after{
        top: 0;
        display: none;
    }
    .main-sec .caption{
        margin-top:30px;
    }
    .main-sec .caption img{
        width:50%;
    }
    .main-sec .caption h4{
        font-size:20px;
        padding: 0;
    }
    .main-sec .main-right{
        right:0;
    }
    .main-sec .caption:after{
        right: 0;
        bottom: 55%;
        display: none;
    }
    .main-sec .downloads-app{
        margin-top: 19px;
    }
    .main-sec .downloads-app h3{
        font-size: 18px;
        padding: 0;
    }
    .main-sec .downloads-app img{
        width:40%;
    }
    .about-us{
        margin:0;
    }
    .about-us h1{
        font-size:25px;
    }
    .about-us .text p{
        width:auto;
        font-size: 21px;
        padding: 12px 0;
    }
    .about-us ul li{
        font-size: 13px;
        padding: 17px 30px;
    }
    .about-us .scroll-icon{
        left:10%;
    }
    .about-us .about-icon{
        left:20%;
    }
    .about-us .about-img img{
        width:20%;
    }
    .testimonials:after{
        display:none;
    }
    .testimonials .owl-pagination{
        right:0;
        margin: 27px 0;
    }
    .testimonials{
        margin-top:20px;
    }
    .testimonials .title h1{
        font-size:20px;
        padding:0 20px;
    }
    .testimonials .item p{
        width:auto;
        font-size:20px;
        line-height:2;
    }
    .testimonials .icon{
        display:none;
    }
    .testimonials img{
        margin:auto;
        text-align:center;
    }
    .how-work .title h3{
        font-size:20px;
        padding: 0;
        line-height: 30px;
    }
    .how-work .steps-geoshield{
        margin:0;
    }
    .how-work .steps-geoshield p{
        padding: 16px 36px;
        font-size: 18px;
    }
    .how-work .steps-geoshield:after{
        display:none;
    }
    .how-work .steps-geoshield p:after{
        top: 24px;
        right: 3px;
        }
    .how-work .steps-geoshield .slick-current{
        background:no-repeat;
    }
    .partners .owl-buttons div.owl-prev{
        right:0;
    }
    .partners .title{
        margin: 10px;
    }
    .partners .title h1{
        font-size:20px;
        line-height: 26px;
    }
    .partners .owl-buttons div.owl-prev{
        display:none !important;
    }
    .partners .owl-buttons div.owl-next{
        display:none !important;
    }
    .services .title{
        padding:20px;
    }
    .services .title h1{
        font-size:25px;
    }
    .services .item h5{
        font-size:20px;
        padding: 0;
    }
    .services .item p{
        font-size:20px;
    }
    .services .item{
        display:block;
        padding: 0;
    }
    .service-content{
        background-size:cover;
        padding: 10px 10px 41px;
    }
    .services .item .serv-details .serv{
        padding: 13px;
    }
    .services .item .serv-details .serv h4{
        font-size:14px;
    }
    .services .item .serv-details .serv p{
        font-size:15px;
    }
    .services .owl-pagination{
        right:0;
        left:0;
        text-align:center;
        margin:auto;
        float: none;
    }
    footer{
        background-size: cover;
        padding: 0;
        margin: 0;
    }
    footer .links ul li a{
        font-size:15px;
        line-height: 28px;
    }
    footer .footer-info{
        margin:0;
    }
    footer .info p{
        width:auto;
    }
    footer .bottom .rights{
        padding:0;
        text-align:center;
    }
    footer .rights p{
        font-size:15px;
    }
    footer .rowaad{
        text-align:center;
    }
    .contact-page .tab-bar{
        position:relative;
        left: 0;
        top: 0;
    }
    .contact-page .nav-tabs > li > a{
        padding:10px;
        font-size: 11px;
    }
    .contact-page .gform_wrapper .gform_body li:first-of-type, .contact-page .gform_wrapper .gform_body li:nth-of-type(2), .contact-page .gform_wrapper .gform_body li:nth-of-type(3), .contact-page .gform_wrapper .gform_body li:nth-of-type(4){
        display:block;
        width:auto;
    }
    html[dir=rtl] .gform_wrapper{
        padding-right:0 !important; 
    }
    .contact-page .gform_wrapper .gform_body input, .contact-page .gform_wrapper .gform_body textarea{
        padding:20px !important; 
    }
    .contact-page .gform_wrapper .gform_body input::placeholder,
    .contact-page .gform_wrapper .gform_body textarea::placeholder
    {
        color: #ABABAB;
        font-size:15px;
    }
    .contact-page{
        margin:0;
    }
    .contact-page input[type=submit]{
        padding:10px 50px !important;
        font-size:20px !important;
        border-radius:10px;
    }
}
@media(max-width: 991px) and (min-width: 768px) {
    header .sections{
        margin:0;
    }
    header .sections li{
        padding:0;
    }
    header .sections li a{
        font-size: 1.2rem;
    }
    header .social .download a{
        /* padding:20px 0; */
        margin: 0;
        font-size: 7px;
    }
    .main-sec .caption{
        margin:20px 0;
    }
    .main-sec .caption:after{
        right:70%;
    } 
    .main-sec .img{
    } 
    .main-sec .img img{
        width:50%;
        max-width:100%;
    }
    .main-sec .main-right{
        right:0;
    }
    .main-sec .caption h4{
        font-size:20px;
    }
    .main-sec .logo img{
        width:30%;
    }
    .main-sec .logo:after{
        left:40%;
    }
    .main-sec .downloads-app{
        margin:0;
    }
    .testimonials:after{
        display:none;
    }   
    .partners .owl-buttons div.owl-prev{
        right:30%;
    }
    .how-work .title h3{
        font-size:20px;
        line-height:40px;
    }
    .how-work .steps-geoshield .slick-current{
        background:none;
    }
    .how-work .steps-geoshield:after{
        display:none;
    }
    .how-work .steps-geoshield p:after{
        top: 22px;
        right: 5px;
    }
    .how-work .steps-geoshield p{
        padding: 11px 42px;
        font-size:17px;
    }
    .how-work .title h3:after{
        left:100%;
    }
    .about-us .text p{
        width:auto;
    }
    .about-us ul li{
        font-size:19px;
    }
    .about-us ul li:after{
        top:10px;
    }
    .about-us .scroll-icon{
        left:70px;
    }
    .about-us .about-img img{
        width: 43%;
    }
    .services .item{
        padding:0 10px;
    }
    .services .item .serv-details .serv{
        padding:10px;
    }
    .testimonials .item p{
        width:auto;
    }
    footer{
    background-size: 121% 100%;
    }
    footer .links ul li a{
        font-size: 16px;
    }
    footer .info p{
        width:auto;
    }
    .contact-page .logo{
        bottom: -69px;
    }
}
@media(min-width:992px) and (max-width:1191px){
   header .sections{
        margin:0;
    }
    header .sections li{
        padding:0;
    }
    header .sections li a{
        font-size: 1.2rem;
    }
    header .social .download a{
        /* padding:20px 0; */
        margin: 0;
        font-size: 7px;
    }
    .main-sec .caption{
        margin:20px 0;
    }
    .main-sec .caption:after{
        right:70%;
    } 
    .main-sec .img{
    } 
    .main-sec .img img{
        width: 47%;
        max-width: 87%;
    }
    .main-sec .main-right{
        right:0;
    }
    .main-sec .caption h4{
        font-size: 16px;
    }
    .main-sec .logo img{
        width:30%;
    }
    .main-sec .logo:after{
        left:40%;
    }
    .main-sec .downloads-app{
        margin:0;
    }
    .testimonials:after{
        display:none;
    }   
    .partners .owl-buttons div.owl-prev{
        right:30%;
    }
    .how-work .title h3{
        font-size:20px;
        line-height:40px;
    }
    .how-work .steps-geoshield .slick-current{
        background:none;
    }
    .how-work .steps-geoshield:after{
        display:none;
    }
    .how-work .steps-geoshield p:after{
        top: 22px;
        right: 5px;
    }
    .how-work .steps-geoshield p{
        padding: 11px 42px;
        font-size:17px;
    }
    .how-work .title h3:after{
        left:100%;
    }
    .about-us .text p{
        width:auto;
    }
    .about-us ul li{
        font-size:19px;
    }
    .about-us ul li:after{
        top:10px;
    }
    .about-us .scroll-icon{
        left:70px;
    }
    .about-us .about-img img{
        width: 43%;
    }
    .services .item{
        padding:0 10px;
    }
    .services .item .serv-details .serv{
        padding:10px;
    }
    .testimonials .item p{
        width:auto;
    }
    footer{
    background-size: 121% 100%;
    }
    footer .links ul li a{
        font-size: 16px;
    }
    footer .info p{
        width:auto;
    }
}
@media (min-width:1280px) and (max-width:1365px){
    header .sections li a{
        font-size:15px;
    }
    .main-sec .main-right{
        right:5%;
    }
    .main-sec .caption h4{
        font-size:20px;
    }
    .main-sec .caption:after{
        bottom:65%;
    }
    .main-sec .img img{
        max-width: 494px;
    }
    .how-work .steps-geoshield{
        right:7%;
    }
}
@media (min-width:1366px) and (max-width:1920px){
     header .sections li a{
        font-size:15px;
    }
    .main-sec .img img{
        max-width: 547px;
    }
    .main-sec .caption h4{
        font-size:20px;
    }
    .how-work .steps-geoshield{
        right:7%;
    }
}