@import url('https://fonts.googleapis.com/css?family=Cairo');
*{
    z-index: 1;
}
body{
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0px;
}
a {text-decoration: none !important;}

.btn-primary{
    margin-top: 10px;
    padding: 5px 10px;
    border: none;
    background: #3F95CF;
    font-size: 17px;
}


/* Start Logo */
.logo .row > div a{float: right;}
.logo .img{position: relative;}
.logo .img img{
    width:200px;
    height: 150px;
	float: left;
}
.logo .company{
	padding-top: 25px;
	padding-right: 0px;
	margin-right: -10px;
}
.logo .company .co{
	font-size: 28px;
	font-weight: bold;
	color: rgba(0,0,0,0.7);
	line-height: 2;
}
.logo .company .co1{
	margin-right: 10px;
	font-size: 22px;
	font-weight: bold;
	color: rgba(0,0,0,0.6);
}
.logo .overlay{
    width:100%;
    height: 100%;
    background-color: rgba(250,250,250,0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 22;
}
.contact{float:left;}
.contact svg:not(:root).svg-inline--fa.fa-phone-volume{
    margin-top: 20px;
    margin-right: 38%;
    margin-bottom: 10px;
    transform: rotate(-32deg);
    color: #000;
    
}
.contact svg:not(:root).svg-inline--fa.fa-facebook-f,
.contact svg:not(:root).svg-inline--fa.fa-twitter,
.contact svg:not(:root).svg-inline--fa.fa-instagram{
    margin-right: 30px;
    color: #000;
    margin-bottom: 10px;
}
.contact svg:not(:root).svg-inline--fa.fa-facebook-f:hover,
.contact svg:not(:root).svg-inline--fa.fa-twitter:hover,
.contact svg:not(:root).svg-inline--fa.fa-instagram:hover,
.contact svg:not(:root).svg-inline--fa.fa-phone-volume:hover,
.contact p:hover{
    color:#2978AC;
}
.contact p{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
} 
.audio span{ 
	position: absolute;
    top: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
	text-align: left;
	z-index: 999;
}
.audio svg:not(:root).svg-inline--fa{
    color: rgba(0,0,0,0.5);
    font-size: 18px;
	z-index: 999;
}
.audio svg:not(:root).svg-inline--fa:hover{
    color: #1E384C;
    cursor: pointer;
}
.audio span#pause{
   display: none;
}
/* End Logo */

/* Start Navbar */
nav{
    padding: 10px;
    font-size:20px;
}
.navbar-brand{
    font-size:22px;
    color: #FFF !important;
    
}
.navbar-brand:hover svg:not(:root).svg-inline--fa{
    color: #000 !important;
    transform: rotate3d(360deg);
}
.navbar > .container .navbar-brand:hover, 
.navbar > .container-fluid .navbar-brand:hover{
    color: #000 !important;
}
.navbar-brand svg:not(:root).svg-inline--fa{
    font-size: 25px; 
    margin-right: 5px;
}

.navbar-default {
    background-color: #004D79;
    border-color: #004D79;
}

.navbar-default .navbar-nav > li > a{
    color: #fff;
	font-size: 18px;
	padding: 15px 10px;
}
.navbar-nav{height:0}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus{
    color: #000;
    background-color: #e7e7e7;
    height: 82px;
    margin-top: -15px;
    padding-top: 30px;
    -webkit-box-shadow: 2px 18px 14px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 18px 14px -5px rgba(0,0,0,0.5);
    box-shadow: 2px 15px 14px -5px rgba(0,0,0,0.5);
}


.navbar-default .navbar-nav > li > a:hover{
    color: #000;
    background-color: #e7e7e7;
    height: 72px;
    margin-top: -11px;
    -webkit-box-shadow: 2px 18px 14px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 18px 14px -5px rgba(0,0,0,0.5);
    box-shadow: 2px 15px 14px -5px rgba(0,0,0,0.5);
}

.navbar-default .navbar-collapse, 
.navbar-default .navbar-form{
    margin-left: 50px;
}

nav .flag-british,
nav .flag-iraq{
    width:30px;
    height:30px;
    position: absolute;
	left: 50px;
	top: 18px;
}

nav .flag-iraq{
	display: none;
}

nav .flag-iraq img,
nav .flag-british img{
    width:100%;
    height: 100%;
}

.navbar-form {
	margin-left: 20px !important;
	position: absolute;
    top: 10px;
    left: 60px;
}

/* End Navbar */

/* Start Video */

.video{
    position: absolute;
    top: 200px;
    width: 100%;
    height: 500px;
    overflow: hidden;
    z-index: 0;
}

.video video{
    width: 100%;
    z-index: 0;
}


/* End Video */

/* Start Slider */
#wowslider-container1.ws_gestures{
    margin-top: 60px;
}
/* End Slider */

/* Start About us */
.about-us *{
    z-index: 10;
}
.about-us{
    margin-top: 80px;
    background: url('../images/company.jpg') no-repeat center center fixed;
    padding: 15px;
    -moz-box-shadow:    inset 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
    box-shadow:         inset 0 0 10px rgba(0,0,0,0.5);
    position: relative;
}

.about-us .overlay{
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.about-us h2{
    margin-bottom: 25px;
    font-weight: bold;
}

.about-us h2:hover{
    color: #41AAE1;
}

.about-us a{
    text-decoration: none;
    color: rgb(250,250,250);
}

.about-us p{
    padding-right: 20px;
    color: rgb(250,250,250);
    line-height: 25px;
}
.about-us svg:not(:root).svg-inline--fa{
    margin-right: -10px;
    margin-left: 5px;
}

.about-us button{margin-right: 38%;}

.about-us .img{
    margin-top: 75px;
    height: 415px;
}

.about-us .img img{
    width:100%;
    height:100%;
    -webkit-box-shadow: 2px 18px 14px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 18px 14px -5px rgba(0,0,0,0.75);
    box-shadow: 2px 15px 14px -5px rgba(0,0,0,0.75);
}

.about-us .info{
    margin-top: 200px;
}

.about-us .info h3{
    color: rgb(250,250,250);
}

.about-us .info .about-us svg:not(:root).svg-inline--fa{
    margin-left: 10px;
}

/* End About us */

/* Start services */
.services *{
    z-index: 10;
}

.services{
    margin-top: 40px;
    background: url('../images/services-background.jpg')no-repeat center center fixed;
    padding: 15px;
    position: relative;
    padding-bottom: 30px;
    -moz-box-shadow:    inset 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
    box-shadow:         inset 0 0 10px rgba(0,0,0,0.5);
}

.services .overlay{
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.services h2{
    margin-bottom: 25px;
    font-weight: bold;
}

.services h2:hover{
    color: #41AAE1;
}

.services a{
    text-decoration: none;
    color: rgb(250,250,250);
}
.services p{
    padding-right: 20px;
    color: rgb(250,250,250);
    line-height: 25px;
}
.services svg:not(:root).svg-inline--fa{
    margin-right: -10px;
    margin-left: 5px;
}

.services svg:not(:root).svg-inline--fa.fa-check{
    margin-right: 40px;
}

.services .img{
    margin-top: 75px;
    height: 415px;
}

.services .img img{
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 2px 18px 14px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 18px 14px -5px rgba(0,0,0,0.75);
    box-shadow: 2px 15px 14px -5px rgba(0,0,0,0.75);
}

.services button{margin-right: 75px;}

/* End Services */

/* Start Achiev */
.achiev *{
    z-index: 10;
}
.achiev{
    margin-top: 40px;
    background: url('../images/achiev-background.jpg')no-repeat center center fixed;
    padding: 15px;
    padding-bottom: 30px;
    position: relative;
    -moz-box-shadow:    inset 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
    box-shadow:         inset 0 0 10px rgba(0,0,0,0.5);
}

.achiev .overlay{
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.achiev h2{
    margin-bottom: 25px;
    font-weight: bold;
}

.achiev h2:hover{
    color: #41AAE1;
}

.achiev a{
    text-decoration: none;
    color: rgb(250,250,250);
}
.achiev p{
    padding-right: 20px;
    color: rgb(250,250,250);
    line-height: 25px;
}
.achiev svg:not(:root).svg-inline--fa{
    margin-right: -10px;
    margin-left: 5px;
}

.achiev svg:not(:root).svg-inline--fa.fa-check{
    margin-right: 40px;
}

.achiev .img{
    margin-top: 75px;
    height: 415px;
}

.achiev .img img{
    width:100%;
    height:100%;
    -webkit-box-shadow: 2px 15px 10px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 15px 10px -5px rgba(0,0,0,0.5);
    box-shadow: 2px 15px 10px -5px rgba(0,0,0,0.5);
}

.achiev button{margin-right: 75px;}

/* Start Achiev Slider */
.slider-two .flickity-page-dots .dot{
    display:none;   
}

.slider-two .slider{
    width: 600px;
    position: absolute;
    top:300px;
    right: 27%;
}

.slider-two{
    width: 100%;
    height: 100%;
}

.slider-two .item {
  width: 100%;
  display: block;
}

.slider-two .main-carousel{
    height: 100% !important;
}

.slider-two .flickity-viewport{
    height: 100% !important;
}

.slider-two .item img{
    width: 100%;
    height:400px !important;
    border-radius: 0px;
}

.slider-two .flickity-prev-next-button.next, 
.slider-two .flickity-prev-next-button.previous{
    display: none;
}

.slider-two .item span {
    position: absolute;
    left: 0px!important;
    height: 25%;
    width: 100%;
    padding: 5px;
    border-radius: 0px;
    background: rgba(255,255,255,0.7);
    bottom: -10px;
    margin-bottom: 10px;
}

.slider-two .item span a{
    margin-right: 0px;
    margin-top: 25px;
    text-decoration: none;
    color: #000;
    padding: 5px;
    font-size: 22px;
    font-weight: bold;
}
/* End Achiev Slider */


/* End Achiev */

hr{
    border: 1px solid #DDD;
    margin-top: 50px;
}


/* Start Footer */

footer{
    position: relative;
}

.footer{
    height: 300px;
    margin-top: 0px;
    padding-bottom: -20px;
}

.page {
  height: 150px;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background:#FFF;
  border-radius: 6px;
  overflow: hidden;
}

.page_animated .bubble_1 {
        -webkit-animation: bubble-1 3s linear -1.2s;
                animation: bubble-1 3s linear -1.2s;
      }

.page_animated .bubble_2 {
        -webkit-animation: bubble-2 3s linear;
                animation: bubble-2 3s linear;
      }

.page_animated .bubble_3 {
        -webkit-animation: bubble-3 3s linear;
                animation: bubble-3 3s linear;
      }


.water {
  position: absolute;
  height: 50%;
  width: 100%;
  z-index: 5;
  bottom: 0;
  left: 0;
  background: #32bafa;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.water__inner {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    overflow: hidden;
  }

.water__wave {
    width: 200%;
    position: absolute;
    bottom: 100%;
  }

.water__wave_back {
      right: 0;
      fill: #2c7fbe;
      -webkit-animation: wave-back 5s infinite linear;
              animation: wave-back 5s infinite linear;
    }

.water__wave_front {
      left: 0;
      fill: #32bafa;
      margin-bottom: -1px;
      -webkit-animation: wave-front 3s infinite linear;
              animation: wave-front 3s infinite linear;
    }

.bubble {
  position: absolute;
  bottom: 80px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: scale(0) translate(0, 0);
          transform: scale(0) translate(0, 0);
  opacity: 0;
}

.bubble_2 {
    margin-left: -20px;
  }

@-webkit-keyframes wave-front {
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@keyframes wave-front {
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@-webkit-keyframes wave-back {
  100% {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}

@keyframes wave-back {
  100% {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}

@-webkit-keyframes bubble-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0) translate(0, 0);
            transform: scale(0) translate(0, 0);
  }
  25% {
    -webkit-transform: scale(.25) translate(20px, -25px);
            transform: scale(.25) translate(20px, -25px);
  }
  50% {
    -webkit-transform: scale(.5) translate(40px, -50px);
            transform: scale(.5) translate(40px, -50px);
  }
  75% {
    -webkit-transform: scale(.75) translate(20px, -75px);
            transform: scale(.75) translate(20px, -75px);
  }
  100% {
    -webkit-transform: scale(1) translate(10px, -100px);
            transform: scale(1) translate(10px, -100px);
  }
}

@keyframes bubble-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0) translate(0, 0);
            transform: scale(0) translate(0, 0);
  }
  25% {
    -webkit-transform: scale(.25) translate(20px, -25px);
            transform: scale(.25) translate(20px, -25px);
  }
  50% {
    -webkit-transform: scale(.5) translate(40px, -50px);
            transform: scale(.5) translate(40px, -50px);
  }
  75% {
    -webkit-transform: scale(.75) translate(20px, -75px);
            transform: scale(.75) translate(20px, -75px);
  }
  100% {
    -webkit-transform: scale(1) translate(10px, -100px);
            transform: scale(1) translate(10px, -100px);
  }
}


@-webkit-keyframes bubble-2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0) translate(-20px, -10px);
            transform: scale(0) translate(-20px, -10px);
  }
  25% {
    -webkit-transform: scale(.25) translate(-40px, -45px);
            transform: scale(.25) translate(-40px, -45px);
  }
  50% {
    -webkit-transform: scale(.5) translate(-60px, -70px);
            transform: scale(.5) translate(-60px, -70px);
  }
  75% {
    -webkit-transform: scale(.75) translate(-40px, -95px);
            transform: scale(.75) translate(-40px, -95px);
  }
  100% {
    -webkit-transform: scale(1) translate(-30px, -100px);
            transform: scale(1) translate(-30px, -100px);
  }
}

@keyframes bubble-2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0) translate(-20px, -10px);
            transform: scale(0) translate(-20px, -10px);
  }
  25% {
    -webkit-transform: scale(.25) translate(-40px, -45px);
            transform: scale(.25) translate(-40px, -45px);
  }
  50% {
    -webkit-transform: scale(.5) translate(-60px, -70px);
            transform: scale(.5) translate(-60px, -70px);
  }
  75% {
    -webkit-transform: scale(.75) translate(-40px, -95px);
            transform: scale(.75) translate(-40px, -95px);
  }
  100% {
    -webkit-transform: scale(1) translate(-30px, -100px);
            transform: scale(1) translate(-30px, -100px);
  }
}

@-webkit-keyframes bubble-3 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0) translate(0, 0);
            transform: scale(0) translate(0, 0);
  }
  25% {
    -webkit-transform: scale(.25) translate(0, -20px);
            transform: scale(.25) translate(0, -20px);
  }
  50% {
    -webkit-transform: scale(.5) translate(-10px, -40px);
            transform: scale(.5) translate(-10px, -40px);
  }
  75% {
    -webkit-transform: scale(.75) translate(10px, -60px);
            transform: scale(.75) translate(10px, -60px);
  }
  100% {
    -webkit-transform: scale(1) translate(0, -100px);
            transform: scale(1) translate(0, -100px);
  }
}

@keyframes bubble-3 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0) translate(0, 0);
            transform: scale(0) translate(0, 0);
  }
  25% {
    -webkit-transform: scale(.25) translate(0, -20px);
            transform: scale(.25) translate(0, -20px);
  }
  50% {
    -webkit-transform: scale(.5) translate(-10px, -40px);
            transform: scale(.5) translate(-10px, -40px);
  }
  75% {
    -webkit-transform: scale(.75) translate(10px, -60px);
            transform: scale(.75) translate(10px, -60px);
  }
  100% {
    -webkit-transform: scale(1) translate(0, -100px);
            transform: scale(1) translate(0, -100px);
  }
}

footer .site-map{
    z-index: 9;
}

footer h3{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 20px;
}
footer ul{
    list-style: none;
}

footer ul li{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    margin-right: 10px;
    text-align: center;
}

footer ul li a{color: #000 !important;}
footer ul li a:hover{
    color: #1E384C !important;
}

footer .contact-info{
    z-index: 9
}
footer .contact-info h4{
    text-align: right;
	margin-right: 30%;
    color: #1E384C;
}

footer .contact-info h4 a{
    color: #000;
}


footer .contact-info h4 a:hover{
    color: #1E384C;
}
footer .contact-info svg:not(:root).svg-inline--fa{
    margin-right: 10px;
}

/* End Footer */

/* Start Copyright */
.copyright {
    margin-top: 50px;
    font-weight: bold;
}
/* End Copyright */



/* keyframes */
@keyframes pop {
  10% { transform: scale(1.15); }
  50% { transform: scale(1); }
}


/*******
******
****
**
*
MEDIA QUERY 
*
**
***
*****
******/

/* Start Logo Section */
@media screen and (max-width:767px){
	.logo .row > div a{
		margin: 0 auto;
		height: 50%;
		float: none;
	}
	.contact{margin-left:30%;margin-top: -35px;}
}
@media screen and (min-width:400px) and (max-width:500px){
	.logo .row > div > a{
		margin: 0 auto;
		height: 50%;
		float: none;
		margin-right: 10%;
	}
	.logo .company {padding-top: 15px;}
	.logo .img img {width:150px;height: 100px; }
	.logo .company .co {font-size: 22px;}
	.logo .company .co1 {font-size: 18px;}
	.contact{margin-left:25%;margin-top: -35px;}
}

@media screen and (max-width:400px){
	.logo .img img {width:150px;height: 100px; }
	.logo .row .col-xs-5{width: 100%;}
	.logo .img img{margin-left: 25%;}
	.logo .company {
		padding-top: 0px;
		width: 100%;
		padding-right: 15px;
    	text-align: center;
	}
	.logo .company .co{font-size: 20px;}
	.logo .company .co1 {font-size: 16px;}
	.contact{margin-left:25%;margin-top: 0px;}
	.contact svg{font-size: 35px;}
	.contact a svg{font-size:28px;}
	.contact p{font-size: 15px}
}

@media screen and (max-width:325px){
	.contact{margin-left:15%;}
}

/* End Logo Section */

/* Start Navbar Section */

@media screen and (min-width:1160px) and (max-width:1250px){
	.navbar-form {margin-left: -15px !important;}
	.navbar-form .form-control{width:130px;}
	nav .flag-british, nav .flag-iraq{left: 20px;}
}

@media screen and (min-width:768px) and (max-width:1160px){
	.navbar-default {padding-top: 75px; padding-bottom: 60px; position: relative;}
	.navbar-default .navbar-collapse {margin-right: 25%;}
	.navbar-brand{position: absolute; top: 0px; margin-right: 35px;}
	.navbar-form { top: 5px; left: 60px;}
	.flag-british {top:14px !important; left: 25px !important;}
}

@media screen and (min-width:768px) and (max-width:1150px){
	.nav > li > a{padding: 10px 5px; font-size: 14px;}
	.navbar-nav{margin-right: -210px;}
}
@media screen and (max-width:767px){
	nav .form-control{width:65%; display: inline;}
	.navbar-form .form-group{display: inline;}
	.navbar-toggle{float: right; margin-right: 15px;}
	.navbar-default .navbar-collapse {height: 400px;}
	.navbar-default .navbar-form {top: 0px; left: 0px;}
	nav .flag-british{left: 10px;}
	.navbar-brand{padding: 8px 15px}
	.navbar-default .navbar-toggle .icon-bar{background-color: #000;}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > li > a, 
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus{height: 50px ; padding: 18px;}
	.navbar-form{
		border: none;
    	-webkit-box-shadow: none;
    	box-shadow: none;
	}
}

@media screen and (max-width:600px){
	nav {padding-top: 60px;}
	.navbar-brand {margin-right: 13%;}
	.navbar-default .navbar-form{left: 6%; margin-right: 10px;}
}

@media screen and (max-width:400px){
	.navbar-brand {margin-right:0px; padding-right: 0px}
	.navbar-brand ,
	.navbar-brand svg{font-size: 16px !important;}
	.navbar-default .navbar-nav > li > a {font-size:17px; }
}

@media screen and (max-width:280px){
	.navbar-brand ,
	.navbar-brand svg{font-size: 14px !important;}
}

/* End Navbar Section */

/* Start Video Section */

@media screen and (min-width:768px) and (max-width:1050px){
	.video {margin-top: 90px;}
}

@media screen and (min-width:601px) and (max-width:767px){
	.video {margin-top: 140px;}
}

@media screen and (min-width:501px) and (max-width:600px){
	.video {margin-top: 193px;}
}

@media screen and (min-width:401px) and (max-width:500px){
	.video {margin-top:187px;}
}

@media screen and (max-width:400px){
	.video {margin-top:220px;}
}

/* End Video Section */

/* Start Slider Section */
@media screen and (min-width:700px) and (max-width:880px){
	#wowslider-container1 {max-width: 485px;}
	#wowslider-container1 .ws_images img{height: 272px; width: 485px;}
}

@media screen and (min-width:550px) and (max-width:700px){
	#wowslider-container1 {max-width: 350px;}
	#wowslider-container1 .ws_images img{height: 198px; width: 350px;}
	#wowslider-container1 .ws-title {font-size: 20px;}
}

@media screen and (min-width:400px) and (max-width:550px){
	#wowslider-container1 {max-width: 300px;}
	#wowslider-container1 .ws_images img{height: 168px; width: 300px;}
	#wowslider-container1 .ws-title {font-size: 18px;}
}

@media screen and (min-width:400px) and (max-width:500px){
	#wowslider-container1.ws_gestures {margin-top: 30px;}
}

@media screen and (min-width:300px) and (max-width:400px){
	#wowslider-container1 {max-width: 250px;}
	#wowslider-container1 .ws_images img{height: 140px; width: 250px;}
}

@media screen and (min-width:325px) and (max-width:400px){
	#wowslider-container1.ws_gestures {margin-top: 25px;}
	#wowslider-container1 .ws-title {font-size: 16px;}
}

@media screen  and (max-width:325px){
	#wowslider-container1 {max-width: 180px;}
	#wowslider-container1 .ws_images img{height: 100px; width: 180px;}
}

@media screen and (max-width:300px){
	#wowslider-container1.ws_gestures {margin-top: 19px;}
	#wowslider-container1 .ws-title {font-size: 16px;}
}


@media screen and (max-width:325px){
	#wowslider-container1.ws_gestures {margin-top: 20px;}
}

/* End Slider Section */ 

/* Start About Us Section */

@media screen and (max-width:991px){
	.about-us button{margin-right: 45%;}
	.about-us .info{margin-top: 40px;}
}

@media screen and (max-width:470px){
	.about-us{margin-top: 5px;}
	.about-us h2,
	.about-us .info h3{font-size: 20px;}
	.about-us p{font-size: 15px; padding-right: 0px;}
	.about-us button{margin-right: 33%;}
}
/* End About Us Section */

/* Start Services Section */
@media screen and (max-width:991px){
	.services{position: relative; padding-bottom: 350px;}
	.services .img {
		margin-top: 20px;
		margin-right: 12.5%;
		width: 75%;
		position: absolute;
		bottom: 0px;
	}
	.services .img .slider-two{margin-top: 90px;}
}


@media screen and (max-width:470px){
	.services h2{font-size: 20px;}
	.services  p{font-size: 15px; padding-right: 0px;}
	.services  button{margin-left: 0%;}
	.services svg:not(:root).svg-inline--fa.fa-check{margin-right: 2px;}
	.services .img{width: 95%; margin-right: -3%;}
	 .slider-two span{width: 100% !important; }
}
/* End Services Section */

/* Start Achievements Section */
@media screen and (max-width:470px){
	.achiev h2{font-size: 20px;}
	.achiev  p{font-size: 15px; padding-right: 0px;}
	.achiev  button{margin-right: 33%;}
	.achiev svg:not(:root).svg-inline--fa.fa-check{margin-right: 2px;}
}

@media screen and (min-width:400px) and (max-width:991px){
	.slider-two .item img {height: 295px !important}
	.achiev .img {
		margin-top: 37px;
		height: 310px;
	}
}

@media screen and (min-width:300px) and (max-width:400px){
	.slider-two .item img {height: 250px !important}
	.achiev .img {
		margin-top: 25px;
		height: 260px;
	}
}

@media screen  and (max-width:300px){
	.slider-two .item img {height: 200px !important}
	.achiev .img {
		margin-top: 20px;
		height: 210px;
	}
	
	.slider-two .item span a{font-size: 11px;}
	.slider-two .item span {width: 50%;}
}
/* End Achievements Section */

/* Start Footer Section */
@media screen  and (max-width:325px){
	.footer h3{font-size: 24px;}
	.footer ul li{font-size: 16px; margin-right: 0px;}	
	.footer .contact-info h4 {font-size: 16px; text-align: right;}
}

@media screen  and (max-width:400px){
	.footer .contact-info h4{margin-right: 5%;}
}

@media screen  and (max-width:280px){
	.footer .contact-info h4{margin-right: 0%;}
}

@media screen and (min-width:325px)  and (max-width:767px){
	.footer{height: 550px;}
	.copyright{font-size: 15px;}
}

@media screen and (max-width:325px){
	.footer{height: 500px;}
	.copyright{font-size: 15px;}
	
}
/* End Footer Section */


/* FrameWork */
#mask{
	position:relative;
	top:5px;
	margin:auto;
	height:100px; 
	font-size:40px;
	font-weight:700  ;
	text-align:center;
	padding-top: 25px;
	line-height:90px;
	margin-bottom: 30px;
	text-shadow: 0px 2px 2px  rgba(0,0,0,0.2), 0px 2px 0px rgba(255,255,255,0.3);
	background-image:-webkit-radial-gradient(center 10px,80px 100px, #111111 67%, #0099ff 51%);
	background-size:40px 110px;  
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent; 
	-webkit-animation-name: wave-animation; 
	-webkit-animation-duration: 13s ;  
	-webkit-animation-iteration-count:infinite; 
-webkit-animation-timing-function: linear ; 
}
@-webkit-keyframes 'wave-animation'
{ 
	0% {background-position:200px 10px;}
	50% {background-position:100px -20px;}
	100% {background-position:0px -40px;}
}




/*************** Start About Us Page Style *********************/

.about {background: rgba(240,240,255,1);margin-top: -20px;}
.about canvas{width: 100%;}
.about p svg{margin-left: 10px;}
/*************** End About Us Page Style *********************/

/************** Start Acheiv Page Style **********************/
.achievements .post{
	padding: 20px 5px;
	background: rgba(240,240,255,1); 
	border: 2px solid #429DDA;
	border-bottom-right-radius: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	margin-bottom: 25px;
}
.achievements a {color: #000 !important;}
.achievements h3{font-size: 27px; padding-bottom: 15px;}
.achievements svg{margin-left: 10px;}
.achievements .fa-location-arrow {transform: rotate3d(0,1,0,180deg);}
.achievements img{width: 95%; height: 245px; border-radius: 10px; margin-top: 40px;}
.achievements button {margin-right: 75px; margin-top: 10px;}

@media screen and (max-width:800px){
	.achievements .post{width:95%; margin-right: 2.5%;}
}

@media screen and (max-width:767px){
	.achievements img{width:75%; margin-right: 12.5%;margin-top:0px;}
	.achievements .post {padding-bottom: 80px;}
	.achievements button {position: absolute; bottom: -310px; right:30.5%}
	.achievements{position: relative;}
}

@media screen and (min-width:500px) and (max-width:615px){
	.achievements button {right:24%}
}

@media screen and (min-width:420px) and (max-width:500px){
	.achievements button {right:18%}
}

@media screen and (min-width:350px) and (max-width:420px){
	.achievements button {right:13%}
}

@media screen and (min-width:300px) and (max-width:350px){
	.achievements button {right:9%}
}

@media screen and (max-width:300px){
	.achievements button {right:-10px}
}

@media screen and (max-width:500px){
	.achievements img {height: 175px;}
	.achievements button {bottom: -240px;}
}

@media screen and (max-width:400px){
	.achievements h3 {font-size: 22px;}
	.achievements p {font-size: 15px;}
	.achievements h4{font-size: 15px;}
}

/************** End Acheiv Page Style **********************/

/************** Start Acheiv Details Page Style **********************/

.achiev-details h3 {text-align:  center;}
.achiev-details svg {margin-left: 10px;}
.achiev-details .fa-location-arrow {transform: rotate3d(0,1,0,180deg);}
.achiev-details p{margin-bottom: 50px;}

/* Start Slider */
.flickity-page-dots .dot{
    display:none;   
}


.slider01 .item {
  width: 100%;
  height: 95vh;
  display: block;
}

.slider01 .item img{
    width: 100%;
    height: 80vh !important;
}


.slider01 .item span {
    width: 40%;
    right:20px;
    position:absolute;
    z-index:9999;
    font-size:20px;
	padding: 0 10px;
	bottom: 20%;
    background-color:rgba(0,0,0,0.5);
}
.slider01 .item span{
    border-top-left-radius: 35px ;
    border-bottom-right-radius: 35px;
	padding: 20px;
}


.slider01 .item span a {
    color:#FFF !important; 
	text-decoration: none !important;
}


.flickity-prev-next-button.next,
.flickity-prev-next-button.previous{
    top: 40%;
    background: #DDD;
}

/* End Slider */

.flickity-prev-next-button svg{margin-left: 0px !important;}
@media screen and (max-width: 990px){
	.slider01 .item span h2{font-size: 24px;}
	.slider01 .item span p{font-size: 18px;}
}

@media screen and (min-width: 600px) and (max-width: 770px){
	.slider01 .item span{width: 65%;}
}

@media screen and (max-width: 600px){
	.slider01 .item {height: 60vh;}
	.slider01 .item span{bottom: 10px; width: 90%;}
	.flickity-prev-next-button.next, 
	.flickity-prev-next-button.previous{display: none;}
	.slider01 .item img{height: 100% !important;}
	
}

@media screen and (max-width: 500px){
	.slider01 .item span a{font-size: 15px;}
	.slider01 .item span {padding: 5px;}
}

@media screen and (max-width: 370px){
	.slider01 .item {height: 40vh;}
	.slider01 .item span h2{font-size: 17px;}
	.slider01 .item span p{font-size: 12px;}
}
/* End Slider */

@media screen and (max-width: 400px){
	.achiev-details h3{font-size: 24px}
	.achiev-details h4 {font-size: 14px;}
	.achiev-details p{font-size: 14px;}
}

/************** End Acheiv Details Page Style **********************/

/************** Start Services Page Style **********************/
.service p{font-size: 18px; padding-bottom: 25px;}
.service a{color:#000 !important;}
.service a:hover{text-decoration: underline !important;}
.service svg {margin-left: 10px;}
.service svg.fa-check{margin-right: 50px;}
.service .images{
	margin-bottom: 25px;
	height: 350px;
}

.service .images img{width: 100%; height: 100%; border-radius: 10px;}
@media screen and (max-width: 500px){
	.service h3{font-size: 24px}
	.service p{font-size: 14px;}
	.service .images{height: 200px}
	.service svg.fa-check {margin-right: 2px;}
}
/************** End Services Page Style **********************/

/************** Start Services Detials Page Style **********************/

.service-details h3 {margin-bottom: 30px; text-align: center;}

.service-details p {margin-bottom: 20px;}

@media screen and (max-width:550px){
	.service-details img {
		width: 90%;
		margin-right: 5%;
		height: 200px;
	}
}

@media screen and (max-width:400px){
	.service-details h3{font-size: 22px;}
	.service-details p{font-size: 14px;}
	.service .images img{width: 90%; margin-right: 5%;}
}

/************** End Services Detials Page Style **********************/


/************** Start Contact Us Page Style ***********************/
.story ul {list-style: none;}
.story .form-group input,
.story textarea{
    padding: 5px;
    border-radius: 5px;
    width:100%;
}

.story #name{margin-bottom: 15px;}

.story .ui-form{width: 50%; margin-right: 25%;}
.story select{
    width: 470px;
    border-radius: 5px;
    margin-right: 5px;
    padding: 5px;
}

.story .form_submit {
    width: 50%;
    margin-right: 25%;
}
.story .form_submit .c-capcha{text-align: center;}
.story .form_submit input{
    padding: 5px;
    border-radius: 5px;
}

.story .form_submit button{
    margin-right: 47.5%;
    margin-top: 15px;
    padding: 5px;
    width: 100px;
}

.story h4{text-align: center; padding-bottom: 0px;}

.attach {display: inline !important; width: 70% !important;} 
.form-group label {display: inline;}
.story select{width:87%;}
@media screen and (min-width:1201px){
	.story select{width:90%;}
}
@media screen and (max-width:700px){
	.story .ui-form{width: 80%; margin-right: 10%;}
	.story .form_submit button{margin-right: 57.5%;}
}

@media screen  and (max-width:400px){
	.story .ui-form{width: 97%; margin-right:1%;}
	.story .form_submit button{margin-right: 19%;}
}

@media screen  and (max-width:470px){
	.story select{width: 84%;}
}

@media screen  and (max-width:344px){
	.story select{width: 82%; font-size: 12px;}
	.story *{font-size: 14px;}
}

@media screen  and (max-width:293px){
	.story select{width: 79%;}
	.story .ui-form{margin-right: -10px;}
}
/************** End Contact Us Page Style ***********************/













