:root {
    --primary-color: #cdbe70;
    --background-color: #000;
    --background-color1: #fff;
    --font-color1: #000;
    --font-color2: #fff;
}

html, body {
    background: var(--background-color);
    font-size: 100%;
    font-family: 'Muli','Montserrat', sans-serif;
    overflow-x: hidden;
}

body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}

ul{
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6,label,p{
	margin:0;	
}

h1, h2, h3, h4, h5, h6, p, i {
    font-family: 'Muli','Montserrat', sans-serif;
}

.btn-primary { 
    color: #000;
    background: var(--primary-color);
    padding: 1em;
    font-size: 1em;
    font-weight: bold;
    outline: none;
    border: 2px solid var(--primary-color);
    border-radius:0;
    text-transform: uppercase;
}

.btn-primary:hover{
    color: #fff;
    background: var(--background-color);
    border: 2px solid var(--primary-color);
}
/*--header--*/
.head {
    margin:0;
	padding: 1em 0em;	
	background: hsla(0, 3%, 16%, 0.32);
}

.banner {
    margin-top: 8em;
}

.header {
    background: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../images/banner1920x1081.jpg) no-repeat center;
    width: 100%;
    height: 750px;
    text-align: center;
    background-size: cover;
    border-bottom: 5px solid var(--primary-color);
}

.header1 {
    background: url(../images/breadcrumb1920x1081.jpg) no-repeat center;
    width: 100%;
    height: 200px;
    text-align: center;
    background-size: cover;
    border-bottom: 5px solid var(--primary-color);
}

.header1-left{
	float:right;
	margin-top: 1em;
}

.header1-left ul li {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin: 0 1em;
}

.header1-left .fa{
     position: relative;
}

.header1-left ul li a {
    text-decoration: none;
    color: #fff;
}

.header1-left ul li a:hover {
    color: var(--primary-color);
}

.header1-left ul li i{
    left: -.5em;
}
.arya-table{
    padding-bottom: 3em;
}
.banner-title p {
    font-size: 1.8em;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px #000;
    line-height: 1.8em;
    margin: 0em auto;
}

.banner-title .btn-header {
    color: #fff;
    background: var(--background-color);
    padding:1em;
    margin-top: 2em;
    font-size: 1em;
    font-weight: bold;
    outline: none;
    border: 2px solid var(--primary-color);
    border-radius: 0;
    text-transform: uppercase;
}

    .banner-title .btn-header:hover {
        color: #000;
        background: var(--primary-color);
        border-color: #000;
    }

.banner span{
	display:block;
	margin:5em 0;
}

.banner-t {
    text-align: center;
    margin: 6em auto;
    width: 20%;
    position: relative;
}

.banner-t b{
	width: 100%;
    height: 2px;
    display: block;
    background: var(--primary-color);
    margin-bottom: 3px;
}
.banner-t b.lin{
	width: 80%;
	margin:0 auto;
}
.banner-t  span{
	width: 40px;
    height: 40px;
    display: block;
    background: rgb(35, 39, 42);
    position: absolute;
    top: -7px;
    left: 45%;  
}
.banner-t  span i{
	width: 20px;
    height: 20px;
    display: block;
    border: 2px solid var(--primary-color);
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    margin-left: 0.7em;
}
.link-effect-4 a {
  padding: 0 10px;
  margin: 0 20px;
  text-shadow: none;
  position: relative;
}
.link-effect-4 a::before {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 0 0px;
  max-height: 0;
  color: var(--primary-color);
  content: attr(data-hover);
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.link-effect-4 a:hover::before {
  max-height: 100%;
}
/*--header--*/
.logo a {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    border: 2px solid var(--primary-color);
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    transition: all 500ms ease;
}
.logo a img{
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(-45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(-45deg) translate3d(0, 0, 0);
    -o-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
    text-align: center;
}
.logo i {
    color: var(--primary-color);
    font-style: normal;
    margin-left: 0.3em;
    font-size: 1em;
    font-weight: bold;
}
.navbar-brand {
    height: auto; 
    padding: 0; 
    font-size: 1em; 
    line-height: 20px;
    font-weight: bold;
}
.navbar-nav {
    float: right;
	margin-top: 1em;
}
.header-left{
	float:right;
	margin-top: 1em;
}
.header-left ul li {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin: 0 1em;
}
 .header-left .fa{
     position: relative;
 }

.header-left ul li a {
    text-decoration: none;
    color: #fff;
}
.header-left ul li a:hover {
    color: var(--primary-color);
}
.header-left ul li i{
    left: -.5em;
}
.navbar-top {
    float: left;
	width:60%;
}
.navbar-default {
    border: none;
    background: none;
    min-height: auto;
    margin-bottom: 0;
}
div#bs-example-navbar-collapse-1 {
    padding: 0;
}
ul.nav.navbar-nav li a {
    font-size: 1.1em;
    color: #FFFFFF;
    margin: 0 15px;
    padding: 0px 0;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background:none !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}

ul.nav.navbar-nav li.active a {
       color: var(--primary-color);
    background: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background:none;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 105px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color:#fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0!important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
ul.dropdown-menu li {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
ul.dropdown-menu li:nth-child(3){
	border-bottom:none;
}
ul.dropdown-menu li a {
    color: #000!important;
}
ul.dropdown-menu li a:hover {
	    color: var(--primary-color);
		background:#fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none!important;
}
/*--//header--*/
/*--content home page--*/
/*--services--*/
.service {
    padding: 6em 0 8em;
    border-bottom: 3px solid var(--primary-color);
}
.service-top {
    margin-bottom: 8em;
}
.service-top h3 {
    text-align: center;
    margin-bottom: 0.4em;
    font-size: 3em;
    font-weight: bold;
	color:#fff;
}

.service-top1 {
    text-align: center;
    margin: 0 auto;
    width: 20%;
    position: relative;
}
.service-top1 b{
	width: 100%;
    height: 2px;
    display: block;
    background: Var(--primary-color);
    margin-bottom: 3px;
}
.service-top1 b.line{
	width: 80%;
	margin:0 auto;
}
.service-top1  span{
	width: 40px;
    height: 40px;
    display: block;
    background: transparent;
    position: absolute;
    top: -7px;
    left: 42%;  
}
.service-top1  span i{
	width: 20px;
    height: 20px;
    display: block;
    background: #000;
    border: 2px solid var(--primary-color);
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    margin-left: 0.7em;
}
.service-grid {
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    display: inline-block;
    -webkit-transition: -webkit-transform 300ms ease-out;
    -moz-transition: -moz-transform 300ms ease-out;
    transition: transform 300ms ease-out;
    width: 25%;
    float: left;
}
.service-grid1 {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0;
    display: block;
    overflow: hidden;
    border: 2px solid var(--primary-color);
}
.service-grid2 {
    transform: rotate(-45deg) translate3d(0, 0, 0);
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(-45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(-45deg) translate3d(0, 0, 0);
    -o-transform: rotate(-45deg) translate3d(0, 0, 0);
    text-align: center;
    position: absolute;
    top: 14%;
    left:4%
}
.service-grid2 i{
	font-size:2em;
	color: var(--primary-color);
}
.service-grid2 h3{
	font-size:1.5em;
	color: #fff;
	margin: 1.5em 0;
}

.service-grid1:hover {
    background: var(--primary-color);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.service-grid1:hover .service-grid2 h3{
     visibility:hidden;
}
.service-grid1:hover .service-grid2 i {
  visibility:hidden;
}
.service-grid2 p{
    visibility:hidden;
}
.service-grid1:hover .service-grid2{
    top: 30%;
}
.service-grid1:hover .service-grid2 p {
    text-align:center;
    font-size:1em;
    font-weight: bold;   
	line-height:1.8em;
    color: #000;
    visibility:visible;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
/*--//service--*/
/*--col-grid--*/
.col-grids {
    background-color: #fff;
    padding: 6em 0 8em;
    border-bottom: 3px solid var(--primary-color);
}
.col-top {
    margin-bottom: 8em;
}
.col-top h3 {
    text-align: center;
    margin-bottom: 0.4em;
    font-size: 3em;
    font-weight: bold;
	color: var(--font-color1);
}

.col-top1 {
    text-align: center;
    margin: 0 auto;
    width: 20%;
    position: relative;
}
.col-top1 b{
	width: 100%;
    height: 2px;
    display: block;
    background: Var(--primary-color);
    margin-bottom: 3px;
}
.col-top1 b.line{
	width: 80%;
	margin:0 auto;
}
.col-top1  span{
	width: 40px;
    height: 40px;
    display: block;
    background: transparent;
    position: absolute;
    top: -7px;
    left: 42%;  
}
.col-top1  span i{
	width: 20px;
    height: 20px;
    display: block;
    background: #000;
    border: 2px solid var(--primary-color);
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    margin-left: 0.7em;
}
.col-grid{
    padding:0;
}
.col-grid p {
    font-size: 1em;
    line-height: 2em;
    color: #000;
    margin-bottom: 1em;
}
.col-grid p i{
    color:#000;
    font-size: 0.6em;
}
.col-grid h2{
    margin:3em 0 0.5em;
    font-size: 1em;
    font-weight: bold;
    color: var(--primary-color);
}
.col-grid .btn-primary{
    margin-top: 0.7em;
}
.col-grid-1{
	padding:0;
}
.col-1-top, .col-1-bottom {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.col-1-top img, .col-1-bottom img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  border: 2px solid var(--primary-color);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.col-1-top {
  position: relative;
}
.col-1-bottom {
  top: 0;
  left: 0;
  position: absolute;
}
.col-1-bottom .info-text {
  display: block;
  position: relative;
  padding: 2em;
  float: left;
  left: 50%;
  top: 50%;
  text-align:center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.info-text h5{
	color:#fff;
	font-size:1.8em;
	border-bottom:4px double #fff;
	padding-bottom:0.5em;
	margin-bottom:0.5em;
}
.info-text p{
	color:#fff;
	font-size:0.9em;
	line-height:2em;
}
.col-1 {
  display: block;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  -webkit-transform-style: preserve3d;
  -moz-transform-style: preserve3d;
  -ms-transform-style: preserve3d;
  -o-transform-style: preserve3d;
  transform-style: preserve3d;
}
.col-1 .col-1-top {
  z-index: 1;
}
.col-1 .col-1-bottom {
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.col-1.bottom .col-1-bottom {
  -webkit-transform: translateY(100%) rotateX(-90deg);
  -moz-transform: translateY(100%) rotateX(-90deg);
  -ms-transform: translateY(100%) rotateX(-90deg);
  -o-transform: translateY(100%) rotateX(-90deg);
  transform: translateY(100%) rotateX(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.col-1:hover .col-1-bottom {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateX(0) rotateY(0);
  -moz-transform: translateX(0) rotateY(0);
  -ms-transform: translateX(0) rotateY(0);
  -o-transform: translateX(0) rotateY(0);
  transform: translateX(0) rotateY(0);
}
/*--//col-grid--*/
/*--team--*/
.team-top {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
  -o-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
  display: inline-block;
  -webkit-transition: -webkit-transform 300ms ease-out;
  -moz-transition: -moz-transform 300ms ease-out;
  transition: transform 300ms ease-out;
   float: left;
   width: 25%;
}
.team-top1 {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0;
  display: block;
  overflow: hidden;
    border: 2px solid var(--primary-color);
}
.team-top1 img {
    width: 100%;
  -webkit-transform: skew(0deg, 0deg) rotate(-45deg);
  -moz-transform: skew(-20deg, -20deg) rotate(-45deg);
  -ms-transform: skew(-20deg, -20deg) rotate(-45deg);
  -o-transform: skew(-20deg, -20deg) rotate(-45deg);
  transform: skew(0deg, 0deg) rotate(-45deg);
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.team-top1 img:hover {
  opacity: 1;
}
.team {
    padding: 6em 0 8em;
    border-bottom: 5px solid var(--primary-color);
}
.zoom-icon {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	display: block;
	left: 0;
	top: -152px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.32);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.team-top1 .zoom-icon {
	top: -100px;
	width: 100%;
}
.team-top1 .swipebox:hover .zoom-icon {
	top: 0%;
	opacity: 1;
	filter: alpha(opacity=99); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}
.zoom-icon1{
	-webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
	-moz-transform: rotate(-45deg) translate3d(0, 0, 0);
	-ms-transform: rotate(-45deg) translate3d(0, 0, 0);
	-o-transform: rotate(-45deg) translate3d(0, 0, 0);
	transform: rotate(-45deg) translate3d(0, 0, 0);
    text-align: center;
	margin: 4em 0 0 3em;
}
.zoom-icon1{
	-webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
	-moz-transform: rotate(-45deg) translate3d(0, 0, 0);
	-ms-transform: rotate(-45deg) translate3d(0, 0, 0);
	-o-transform: rotate(-45deg) translate3d(0, 0, 0);
	transform: rotate(-45deg) translate3d(0, 0, 0);
    text-align: center;
	margin: 4em 0 0 1em;
}
.zoom-icon1 h5{
	font-size:2em;
	color:#fff;
	margin-bottom: 0.5em;
}
/*--team--*/
.social-ic li{
	display:inline-block;
}
.social-ic li a {
    width:35px;
    height: 35px;
    display: block;
	background:  var(--primary-color);
    margin: 0 0.5em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.social-ic li a:hover{
	background:  #000;
}
.social-ic li a i {
    width:35px;
    height: 35px;
    display: block;
	background:  url(../images/img-spr.png)no-repeat -2px -90px;
}
.social-ic li a i.ic {
	background: url(../images/img-spr.png)no-repeat -63px -90px;
}
.social-ic li a i.ic1 {
	background: url(../images/img-spr.png)no-repeat -123px -90px;
}
/*--//team--*/
/*--//content home page*/
/*--newslwtter--*/
.arya-news {
    padding: 6em 0;
    border-bottom: 3px solid var(--primary-color);
}
.service-top1  {
	margin-bottom:4em;
}
.service-top1 h3 {
	color:#fff;
}
.service-top2 b{
    background: var(--background-color);
}
.service-top2 span {
   background: var(--primary-color);
}
.service-top2  span i{
    border: 2px solid #000;   
}
.news-letter {
    background: var(--background-color);
    padding: 5em 0;
    border-bottom: 1px solid var(--primary-color);
}
.news-letter input[type="text"] {
    outline: none;
    padding: 14px 10px;
    color: #848484;
    font-size: 16px;
    border: 1px solid var(--primary-color);
	    width: 43%;
    float: left;
    margin-right: 2%;
}
.news-letter input[type="submit"]{
    color: #000;
    background:#fff;
    border: none;
    padding: 14px 20px;
    font-size: 1em;
    outline: none;
    border: 1px solid var(--primary-color);
    text-transform: uppercase;
	float:left;
	
}
.news-letter input[type="submit"]:hover {
    background:var(--primary-color);
    color: #000;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.icon-box {
    padding: 8px 15px;
    background: rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
}
.icon-box:hover i.fa {
    color: #fff !important;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}

.icon-box:hover {
    background: var(--background-color);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.icons a {
    color: #999;
}
.bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background: rgba(149, 149, 149, 0.18);
    margin: 1%;
}
.bs-glyphicons li .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #282a2b;
}
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
/*--footer--*/
.footer{
    background: var(--background-color);
    padding: 5em 0;
    border-bottom: 1px solid var(--primary-color);
}
.footer-title a {
    width: 150px;
    height: 150px;
    display: inline-block;
    text-align: center;
    border: 0.3em solid var(--primary-color);
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    transition: all 500ms ease;
}
.footer-title a img {
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(-45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(-45deg) translate3d(0, 0, 0);
    -o-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
}
.footer-title i {
    font-style: normal;
    margin-left: 1em;
    font-size: 1.7em;
    font-weight: bold;
    color: var(--primary-color)
}
.footer-title h4{
	font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1em;
    margin-top: 2.5em;
}
.footer-title p {
    font-size: 1em;
    color: #999;
    line-height: 1.5em;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 80%;
}
.footer-social h4{
	font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1em;
}
.footer-social a  {
    width: 40px;
    height: 40px;
    display: inline-block;  
    text-align: center;
    color: #fff;
    padding: 5px;
    line-height: 30px;
    font-size:20px;
    border: 1px solid var(--primary-color);
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    transition: all 500ms ease;
}
.footer-social a:hover  {   
    background: var(--primary-color);
}
.footer-social a i {
    text-align: center;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(-45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(-45deg) translate3d(0, 0, 0);
    -o-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
}
.footer-link h4 {
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1em;
    margin-top: 2.5em;
}
.footer-link div{
    line-height: 2em;
}
.footer-link span{
    color: var(--primary-color);
}
.footer-link a{
    color:#fff;
}
.footer-link a:hover{
    color: var(--primary-color);
}
.footer-contact h4 {
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1em;
    margin-top: 2.5em;
}
.footer-contact div{
    line-height: 2.1em;
}
.footer-contact .fa{
    display:inline-block;
}
.footer-contact i {
    font-size: 1em;
    color: #fff;
    font-weight: bold;
    font-style: normal;
}
.footer-contact span {
    color: var(--primary-color);
}
.footer-contact p{
    font-size: 0.9em;
    line-height: 1.7em;
    color: #fff;
}
.footer-contact a{
    font-size: 0.9em;
    color: #fff
}

.footer-contact a:hover{
    color: var(--primary-color);
}
.copy{
	background: var(--background-color);
    padding: 1.5em 0;
}
.copy #movetop{
  width: 1.5em;
  height: 1.5em;
  display: none;
  position: fixed;
  bottom: 1.3em;
  right: 2em;
  z-index: 99;
  font-size: 1em;
  text-align:center;
  cursor: pointer;
  color: #fff;
  background: var(--background-color);
  border: 1px solid var(--primary-color);
  padding: 0;
  line-height: 1.5em;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
  -o-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
  transition: 0.3s ease-out;
}
.copy #movetop span{
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(-45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(-45deg) translate3d(0, 0, 0);
    -o-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
}
.copy #movetop:hover{
    background: var(--primary-color);
}
p.footer-grid {
    font-size: 1em;
    color: #fff;
	text-align:center;
}
p.footer-grid a{ 
    margin-left: 0.5em;
	text-decoration:none;
    margin-right: 10px;
	color: var(--primary-color);
}
p.footer-grid a:hover{
	color:#fff;
}
/*--//footer--*/
/*--about--*/
.about-breadcrumb{
    padding: 1em;
    border-bottom: 5px solid var(--primary-color);
}
.about-breadcrumb .breadcrumb-bg{
    background: Var(--background-color);
}
.about-breadcrumb .breadcrumb-bg p{
  font-size: 1em;
  color: #fff;
  line-height: 1.5em;
  max-width: 500px;
}
.about-breadcrumb .breadcrumb-bg a{
  font-size: 1em;
  color: var(--primary-color);
}
.about-breadcrumb .breadcrumb-bg a:hover{
    text-decoration: none;
    color:#fff;
}
.content-about{
	padding: 6em 0;
    border-bottom: 1px solid var(--primary-color);
}
.col-left{
	float:left;
}
.col-left span{
	color: var(--primary-color);
	font-size: 5em;
	display: block;
	font-weight: 600;
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.col-right{
	float:right;
	width: 72%;
    display:inline-block;
}
.col-right h6{
	margin:0;
	font-size: 1.3em;
	color: #fff;
}
.col-right p{
	margin: 1.2em 0 0;
	font-size: 0.9em;
	line-height: 1.9em;
	color: #999;
}
.about h6{
	font-size:1.3em;
	color:#fff;
    font-weight:bold;
	font-style: italic;
    margin-bottom: 0.5em;
}
.about h2 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.9em;
    color: var(--primary-color);
}
.about p {
    font-size: 0.9em;
    line-height: 1.9em;
    color: #999;
    margin-bottom: 1.5em;
}
.about .btn-about {
    color: #000;
    background: var(--primary-color);
    padding: 1em;
    font-size: 1em;
    font-weight: bold;
    outline: none;
    border: 2px solid var(--primary-color);
    border-radius: 0;
    text-transform: uppercase;
    margin-bottom: 3em;
}
.about .btn-about:hover{
    background: var(--background-color);
    color: #fff;
}
.us-col{
	padding-bottom:3em;
}
/*--//about--*/
/*--product--*/
.product {
    padding: 6em 0 1em;
    border-bottom: 1px solid var(--primary-color);
}
.product h2{
    text-align: center;
    font-size: 3em;
    color: #fff;
    margin-bottom: 0.5em;
	font-weight: bold;
}
.products {
    padding: 5em 1em;
}

.product2 {
    background: #fff;
    padding: 1.5em;
    height: 1100px;
    border: 3px solid var(--primary-color);
    margin-bottom: 1em
}

.product2 p {
    text-align:center;
    color: #999;
    font-size: 0.9em;
    line-height: 2em;
    width: 100%;

}
.product2 p a{
    color: #000;
    font-size: 0.8em;
}
.product2 p a:hover{
    color: var(--primary-color);
    text-decoration: none;
}
.product2 img {
    float: left;
    width: 100%;
    height: 20%;
    padding:0 1.5em 1em;
}

.product2 h6 {
    text-align:center;
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
    margin-bottom: 1em;
}
/*--//product--*/
/*--rates--*/
.rates {
    background-color: var(--background-color1);
    padding: 6em 0;
    border-bottom: 1px solid var(--primary-color);
}
/*--//rates--*/
/*--gallery--*/
figure {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    border: 3px solid var(--primary-color);
}
figure:hover figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    top: 0;
}

figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
	top: -100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
	padding: 5em 2em;
}

figcaption h3 {
    color: var(--primary-color);
    margin-bottom: 0;
    position: relative;
    left: 100%;
    font-size: 2.2em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
}

figcaption p {
    margin-bottom: 0;
    margin-top: 20px;
    position: relative;
    left: 100%;
    font-size: 0.9em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

figure:hover h3,figure:hover p {
    left: 0;
}

.gallery h2 {
    text-align: center;
    font-size: 3em;
    color: #fff;
    margin-bottom: 0.5em;
	font-weight: bold;
}
.gallery{
	padding:6em 0;
    border-bottom: 3px solid var(--primary-color);
}
.gal-gd{
	margin:2em 0;
}
.gal-btm {
    margin-top: 4em;
}
/*--//gallery--*/
/*-- contact --*/
.contact {
    padding: 6em 0;
    border-bottom: 1px solid var(--primary-color);
}
.contact form{
	margin-top:6em;
}
.contact h2{
    font-size: 3em;
    color: #fff;
    margin-bottom: 0.5em;
	font-weight: bold;
	text-align: center;
}
.contact-grid1{
	text-align: center;
}
.contact-icon{
    width: 30px;
    height: 30px;
    display: block;
    border: 2px solid Var(--primary-color);
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
	margin: 0 auto;
}
.contact-grid1 i {
    width: 30px;
    height: 30px;
    font-size: 0.9em;
    color: #fff;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(-45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(-45deg) translate3d(0, 0, 0);
    -o-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
    line-height: 1.9em;
}
.contact-grid1 h4{
	font-size: 1.2em;
    color: #fff;
    margin:1em 0 0.5em;
}
.contact-grid1 a{
	font-size:1em;
	color:#fff;
	line-height:1.5em;
	margin:0;
}
.contact-grid1 a:hover{
	color:var(--primary-color);
    text-decoration: none;
}
.contact-grid1 a span{
	display:block;
}
.contact-grids{
	margin:5em 0 0;
}
.contact-form1 h4,.contact-me h4{
	font-size:1em;
	color:#797979;
	margin:0 0 .5em;
}
.contact-form1{
	padding:0 1em 0 0;
}
.contact-form1:nth-child(2) {
    padding: 0 0 0 0;
}
.contact-form{
	padding:0;
}
.contact-form1 input[type="text"],.contact-form1 input[type="email"],.contact-me textarea{
	outline:none;
	padding:10px;
	border:1px solid #DFDFDF;
	background:#EAEAEA;
	font-size:14px;
	color:#999;
	width:100%;
}
.contact-me textarea{
	min-height:300px;
}
.contact-me{
	margin-top:1em;
}
.contact-grids1 input[type="submit"]{
	outline: none;
    padding: 14px 0;
    border: none;
    background:var(--background-color);
    border: 2px solid var(--primary-color);
    font-size: 1em;
    color: #fff;
    width: 100%;
    margin: 1.5em 0 0 0em;
}
.contact-grids1 input[type="submit"]:hover{
	background:var(--primary-color);
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.map {
    padding:3em 0;
    border-bottom: 1px solid var(--primary-color);
}
    .map .map-canada,
    .map .map-uae{
        display : inline-block;
        padding:0;
    }
/*-- //contact --*/
/*--test--*/
.test-top-g {
    margin-bottom: 8em;
}

.test-top-g h3 {
    text-align: center;
    margin-bottom: 0.4em;
    font-size: 3em;
    font-weight: bold;
    color: #fff;
}

.test-t-g {
    text-align: center;
    margin: 0 auto;
    width: 20%;
    position: relative;
}
.test-t-g b {
    width: 100%;
    height: 2px;
    display: block;
    background: Var(--primary-color);
    margin-bottom: 3px;
}

.test-t-g b.line {
    width: 80%;
    margin: 0 auto;
}

.test-t-g span {
    width: 40px;
    height: 40px;
    display: block;
    background: transparent;
    position: absolute;
    top: -7px;
    left: 42%;
}
.test-t-g span i {
    width: 20px;
    height: 20px;
    display: block;
    background:#000;
    border: 2px solid var(--primary-color);
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    margin-left: 0.7em;
}

.test {
    padding: 6em 0;
    background: url(../images/tt.jpg) no-repeat center;
    width: 100%;
    min-height: 402px;
    display: block;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    border-bottom: 5px solid var(--primary-color);
}
.test-top2 {
    background: #fff;
    padding: 1.5em;
}
.test-top3 {
    background: var(--primary-color);
	padding: 1.5em;
}
.test-top2 p{
	float: right;
    color: #999;
    font-size: 0.9em;
    line-height: 2em;
    width: 86%;
}
.test-top2 i{
	float:left;
}
 .test-top2 i .fa{
     color: var(--primary-color);
 }
.test-top3 img{
	float:left;
	border-radius: 100px;
    width: 20%;
    border: 2px solid #fff;
}
.test-top3 h6{
	float: right;
    color: #000;
    font-size: 1em;
    line-height: 2em;
    width: 76%;
    margin-top: 1em;
    margin-left: 4%;
	font-style: italic;
}
/*--test--*/

@media(max-width:1280px){
    .about h2 {
        font-size: 0.9em;
    }
}
@media(max-width:1024px){
    .navbar-top {
        width: 67%;
    }
    .service-grid1 {
        width: 150px;
        height: 150px;
        margin: 0 auto;
    }
    .service-grid2 h3 {
        font-size: 1.1em;
    }
    .team-top1 {
        width: 150px;
        height: 150px;
    }
    .team-top1 img {
      width: 150px;
      height: 150px;
    }
    .service-grid2 {
        top: 8%;
        left: 4%;
    }
    .service-grid1:hover .service-grid2 p {
        font-size: 0.7em;
    }
    .col-grid h3 {
        font-size: 1.8em;
    }
    .col-grid h5 {
        font-size: 1.2em;
    }
    .info-text p {
        font-size: 0.75em;
    }
    .col-1-bottom .info-text {
        padding: 1em;
    }
    .zoom-icon1 {
        margin: 2.1em 0 0 1em;
    }
    .social-ic li a {
        margin: 0 0.1em;
    }
    .test-top3 h6 {
        margin-top: 0.5em;
    }
    .news-letter input[type="text"] {
        width: 42%;
    }
    .map{
       padding: 2em;
        min-height: 250px;
    }
    .map .map-canada iframe, 
    .map .map-uae iframe{
        float:none;
    }
    .footer-bottom h4, .footer-bottom1 h4 {
        font-size: 2em;
    }
    .arya-news {
        padding: 5em;
    }
    .service {
        padding: 5em 0 6em;
    }
    .service-top {
        margin-bottom: 6em;
    }
    col-top {
        margin-bottom: 6em;
    }
    .team {
        padding: 5em 0 6em;
    }
    .test {
        padding: 5em 0;
    }
    figcaption {
        padding: 3.8em 1em;
    }
    figcaption h3 {
        font-size: 1.8em;
    }
    figcaption p {
        font-size: 0.8em;
    }
    .gallery {
        padding: 5em 0;
    }
    .about h2 {
        font-size: 0.9em;
    }
    .content-about {
        padding: 5em 0;
    }
    .contact {
        padding: 5em 0;
    }
    .header {
        height: 750px;
    }
    .header1 {
        height: 92px;
    }
    .banner {
        margin-top: 10em;
    }
    h1.grid2 {
      font-size: 2.3em;
    }
}
@media(min-width: 1280px){
    .header{
        height: 900px;
    }
}
@media(max-width:991px){
    ul.nav.navbar-nav li a {
        margin: 0 5px;
	    font-size: 0.9em;
    }
    .logo h1 {
        font-size: 1.5em;
    }
    .logo h1 a span {
        width: 35px;
        height: 35px;
    }
    .navbar-nav {
        margin-top: 1.5em;
        width: 62%;
    }
    .header-left {
        margin-top: 1.2em;
    }
    .header-left ul li {
        margin: 0 0.3em;
    }
    .header1-left {
        margin-top: 1.2em;
    }
    .header1-left ul li {
        margin: 0 0.3em;
    }
    .navbar-top {
        width: 65%;
    }
    .header {
        height: 100%;
    }
    .header1 {
        height: 87px;
    }
    .banner {
        margin-top: 8em;
    }
    .banner p {
       width: 100%;
    }
    .arya-news {
        padding: 4em;
    }
    .service {
        padding: 4em 0 5em;
    }
    .service-top {
        margin-bottom: 4em;
    }
    .service-top1 {
        width: 30%;
    }
    .service-grid {
        width: 50%;
	    margin-bottom: 2em;
    }
    .col-top {
        margin-bottom: 4em;
    }
    .col-top1{
        width: 30%;
    }
    .col-grid-1 {
        width: 50%;
        float: left;
    }
    .col-grid .btn-primary{
        margin-bottom:2.5em;
    }
    .team-top {
        width: 50%;
	    margin-top: 2em;
    }
    .team {
        padding: 4em 0 6em;
    }
    .test {
        padding: 4em 0;
    }
    .test-top1 {
        width: 50%;
        margin: 0 auto 1em;
    }
    .test-top3 {
        padding: 1em;
    }
    .test-top3 h6 {
        margin-top: 0.8em;
    }
    .news-letter input[type="text"] {
        width: 40%;
    }
    .news-letter {
        padding: 4em 0;
    }
    .team-top1 {
        margin: 0 auto;
    }
    .zoom-icon1 h5 {
        font-size: 1.5em;
    }
    .footer {
        padding: 4em 0;
    }
    .footer-bottom1 {
        margin-top: 2em;
    }
    .footer-title a{
        width:100px;
        height:100px;
    }
    .footer-title a img{
       width:100px;
       height:100px;
    }
    .footer-title i{
        margin-left: 0.8em;
        font-size: 1.3em;
    }
    p.footer-grid {
        font-size: 0.8em;
    }
    .map {
        padding: 1.5em 0.7em ;
        min-height: 200px;
    }
    .map .map-canada iframe,
    .map .map-uae iframe {
        float:none;
    }
    .news-letter {
        padding: 3em 0;
    }
    .about h2 {
        font-size: 0.8em;
    }
    .content-about {
        padding: 4em 0;
    }
    .gallery {
        padding: 4em 0;
    }
    .gal-gd-sec {
        width: 50%;
        float: left;
        padding: 0 0.2em;
    }
    .gal-gd {
        margin: 0.4em 0;
        width: 33.33%;
        float: left;
        padding: 0 0.2em;
    }
    figcaption h3 {
        font-size: 1.5em;
    }
    figcaption p {
        margin-top: 10px;
    }
    figcaption {
        padding: 3.3em 1em;
    }
    .col-left span {
        font-size: 4em;
    }
    .us-col,.col-us {
        margin-bottom: 1em;
    }
    .contact {
        padding: 4em 0;
    }
    .contact-form1 {
        padding: 0;
	    margin-bottom:1em;
    }
    .contact-grids1 input[type="submit"] {
        margin: 0.5em 0 0 0em;
    }
    .contact-grid {
        margin-top: 1em;
    }
    .contact-grids {
        margin: 3em 0 0;
    }
    .contact form {
        margin-top: 4em;
    }
    .col-1-top img, .col-1-bottom img {
        width: 100%;
    }
    .bs-glyphicons li {
        float: left;
        width:48%;
    }
    .icon-box {
        padding: 8px 11px;
    }
    h1.grid2 {
      font-size: 2.3em;
    }
    .short-top h3 {
        top: 47%;
    }
    }
    @media(max-width:800px){
	    ul.nav.navbar-nav li a {
		    font-size: 1em;
		    margin: 0 9px;
	    }
        .banner .responsive-table{
            width: 100%;
        }
        .table-header,
        .table-row {
            font-size: 6px;
        }
            .table-header .col,
            .table-row .col {
                padding: 5px;
            }
        .col-1 {
            flex: 20%;
        }

        .col-2 {
            flex: 12%;
        }

        .col-3 {
            flex: 8%;
        }

        .col-4 {
            flex: 30%;
        }

        .col-5 {
            flex: 30%
        }
    }
    @media(max-width:767px){    
    .navbar-toggle {
        float: right;
	    padding:0;
        border: none;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }
    ul.nav.navbar-nav li a {
        margin: 7px 0px;
        display: inline-block;
        text-align: center;
        width: auto;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }
    .navbar-toggle .icon-bar {
        width: 27px;
        height: 3px;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-top {
        width: 47%;
        margin: 0;
    }
    .navbar-nav {
        margin: 7.5px 0px;
    }
    .navbar-nav {
        width: 100%;
    }
    div#bs-example-navbar-collapse-1 {
        background: #000;
        margin: 0;
        padding: 0;
        position: absolute;
        width: 87%;
        z-index: 999;
    }
    ul.nav.navbar-right {
        text-align: center;
    }
    .navbar-right .dropdown-menu {
        min-width: 100%;
        position: relative;
	    text-align:center;
    }
    .navbar-toggle .icon-bar {
        background: var(--primary-color);
    }
    .navbar-toggle {
        margin: 18px 0 0;
        background: none;
    }
    .navbar-nav > li > a {
        width: 25%;
        text-align: center;
        margin: 5px auto;
    }
    div#bs-example-navbar-collapse-1 {
        width: 95.2%;
        margin-top: 1em;
    }
    ul.dropdown-menu li a {
        color: #fff!important;
        text-align: center;
    }
	ul.dropdown-menu li a:hover {
		color: var(--primary-color)!important;
		background: #000;
	}
	.navbar-nav .open .dropdown-menu {
   
		margin: 0 42%;
	}
	ul.dropdown-menu li {
		padding: 0px!important;
		border-bottom: none!important;
	}
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 0px!important;
	}
        .banner .responsive-table {
            width: 100%;
        }
        .table-header .col,
        .table-row .col {
            padding: 5px;
        }
        .table-header,
        .table-row{
            font-size: 5px;
        }
        .col-1 {
            flex: 20%;
        }

        .col-2 {
            flex: 12%;
        }

        .col-3 {
            flex: 8%;
        }

        .col-4 {
            flex: 30%;
        }

        .col-5 {
            flex: 30%
        }
}
@media(max-width:760px){
    .banner {
        margin-top: 4.5em;
    }
    .header {
        height: 100%;
    }
    .header1 {
        height: 129px;
    }
    .table-header .col,
    .table-row .col {
        padding: 5px;
    }
    .table-header,
    .table-row {
        font-size: 5px;
    }
    .col-1 {
        flex: 20%;
    }

    .col-2 {
        flex: 12%;
    }

    .col-3 {
        flex: 8%;
    }

    .col-4 {
        flex: 30%;
    }

    .col-5 {
        flex: 30%
    }
    .service-top h3 {
        font-size: 2.5em;
    }
    .arya-news {
        padding: 3em 0;
    }
    .service {
        padding: 3em 0 4em;
    }
    .service-grid {
        width: 47%;
    }
    .test-top1 {
        width: 75%;
    }
    .test {
        padding: 3em 0;
    }
    .test-top-g {
        margin-bottom: 3em;
    }
    .news-letter input[type="text"] {
        width: 39%;
    }
    .footer {
        padding: 3em 0;
    }
    .test-top-g h3 {
        font-size: 2.5em;
    }
    .team {
        padding: 3em 0 5em;
    }
    .content-about {
        padding: 3em 0;
    }
    .gallery {
        padding: 3em 0;
    }
    figcaption h3 {
        font-size: 1.2em;
    }
    figcaption {
        padding: 2.5em 1em;
    }
    .contact h2 {
        font-size: 2.5em;
    }
    .contact form {
        margin-top: 3em;
    }
    .contact {
        padding: 3em 0;
    }
    .gallery h2 {
        font-size: 2.5em;
    }
    figcaption.gal-text {
        padding: 1.6em 1em;
    }
    button.btn.btn-lg {
      font-size: 1.1em;
    }
    h1.grid2 {
      font-size: 2em;
    }
    h2.grid2 {
      font-size: 1.9em;
    }
    .b-wrapper1.long-img {
        padding-top: 16em;
    }
    td class="s2".add-check a {
        width: 106px;
    }
    .heart li a {
        margin: 0 0.3em;
    }
    .page-header h3 {
        font-size: 2.5em;
    }
    .test-top3 {
		    padding: 0.3em;
	}
	.test-top3 img {
		float: left;
		border-radius: 100px;
		width: 10%;
		border: 2px solid #fff;
	}
	.logo h1 {
		font-size: 1.3em;
	}
	.test-top3 h6 {
		margin-top: 0.8em;
		line-height: 20px;
	}
}
@media(max-width:640px){
	.navbar-nav .open .dropdown-menu {
		margin: 0px 40%;
	}
	.test-top3 {
		padding: 0.3em;
	}
	.test-top3 img {
		float: left;
		border-radius: 100px;
		width: 10%;
		border: 2px solid #fff;
	}
	.test-top3 h6 {
		margin-top: 0.8em;
		line-height: 20px;
	}
}
@media(max-width:600px){
    .bs-glyphicons li {
        float: left;
        width: 100%;
    }
    .navbar-top {
        width: 100%;
        float: none;
    }
    .header-left {
        float: none;
        text-align: center;
    }
    .header1-left {
        float: none;
        text-align: center;
    }
    .banner-text {
        width: 70px;
        height: 70px;
    }
    .banner h2 {
        font-size: 3em;
        line-height: 1.3em;
        width: 70px;
        height: 70px;
    }
    .banner span {
        margin: 3em 0 2em;
    }
    .banner-title p {
        width: 100%;
        font-weight: normal;
        font-size: 1em;
    }
    .service-grid {
        width: 46%;
    }
    .service-top h3 {
        font-size: 2.3em;
    }
    .service-top1 {
        width: 45%;
    }
    .team-top {
        width: 47%;
        margin-top: 3em;
    }
    .test-top-g h3 {
        font-size: 2.2em;
    }
    .test-top1 {
        width: 95%;
    }
    .team {
        padding: 2.5em 0 4em;
    }
    .col-top1{
        width: 45%;
    }
    .col-grid h3 {
        font-size: 1.6em;
    }
    .news-letter input[type="text"] {
        width: 100%;
        margin: 0em 0 1em;
    }
    .footer-bottom h4, .footer-bottom1 h4 {
        font-size: 1.5em;
    }
    .footer-bottom p {
        font-size: 1.2em;
        width: 100%;
    }
    .contact h2 {
        font-size: 2em;
    }
    .contact {
        padding: 2em 0;
    }
    .contact-me textarea {
        min-height: 203px;
    }
    .gal-gd-sec {
        margin: 0.4em 0;
        width: 100%;
        float: left;
        padding: 0 0em;
    }
    .gal-gd {
        margin: 0.4em 0;
        width: 100%;
        float: left;
        padding: 0 0em;
    }
    .gal-gd img{
        width: 100%;
    }
    .gallery h2 {
        font-size: 2em;
    }
    .gal-btm {
        margin-top: 3em;
    }
    figcaption h3 {
        font-size: 2em;
    }
    figcaption {
        padding: 4em 1em;
    }
    div#bs-example-navbar-collapse-1 {
        width: 93.2%;
    }
    .product2 {
        height: 750px;
    }
    .page-header h3 {
      font-size: 2em; 
    }
    button.btn.btn-lg {
      font-size: 1em;
      padding: 7px;
    }
    button.btn.btn-1 {
      font-size: 0.9em;
      padding: 8px;
    }
    button.btn.btn-sm {
      font-size: 0.8em;
      padding: 9px;
    }
    h1#h1-bootstrap-heading {
      font-size: 2.2em;
    }
    h2#h2-bootstrap-heading {
      font-size: 2em;
    }
    h1.grid2 {
      font-size: 1.45em;
    }
    h2.grid2 {
      font-size: 1.35em;
    }
    h3.grid2 {
      font-size: 1.3em;
    }
    h4.grid2 {
      font-size: 1.2em;
    }
    .media-1 {
        padding-left: 0em;
    }

}
@media(max-width:480px){
.navbar-nav .open .dropdown-menu {
		margin: 0px 36%;
}
}
@media(max-width:414px){
    .logo a {
        width: 32px;
        height: 32px;
    }
    .logo a img{
        width: 32px;
        height: 32px;
    }
    .banner h2 {
        font-size: 2.5em;
        line-height: 1em;
        width: 50px;
        height: 50px;
    }
    .banner-text {
        width: 50px;
        height: 50px;
    }
    .banner span {
        margin: 2em 0 1em;
    }
    .banner-title p {
        width: 100%;
        font-weight: normal;
        font-size: 0.8em;
    }
    .header {
        height: 100%;
    }
    .header1 {
        height: 125px;
    }
    .banner {
        margin-top: 2em;
    }
    .service-grid {
        width: 95%;
        float: none;
        margin: 0 auto;
    }
    .service-grid1 {
        width: 127px;
        height: 127px;
        margin: 0 auto 2em;
    }
    .test-top2 {
        padding: 1em;
    }
    .service-grid2 i {
        font-size: 1.7em;
    }
    .service-grid2 h3 {
        font-size: 1em;
    }
    .service-grid1:hover .service-grid2 p {
        font-size: 0.69em;
    }
    .service-top h3 {
        font-size: 2em;
    }
    .service-top1 {
        width: 65%;
    }
    col-top h3{
        font-size: 2em;
    }
    .col-top1{
        width: 65%;
    }
    .news-letter input[type="text"] {
        padding: 8px 10px;
    }
    .news-letter input[type="submit"] {
        padding: 8px 20px;
    }
    .news-letter {
        padding: 2em 0;
    }
    .footer-bottom {
        padding: 0;
    }
    .footer-bottom h4, .footer-bottom1 h4 {
        font-size: 1.3em;
    }
    .footer-bottom p {
        font-size: 1em;
    }
    .team-top {
        width: 100%;
        margin-top: 3em;
    }
    .footer-bottom1 {
        margin-top: 1.4em;
        padding: 0;
    }
    .col-grid-left {
        padding: 1em;
    }
    .footer-social a  {
        width: 40px;
        height: 40px;
    }
    .footer-social a i{
        width: 40px;
        height: 40px;
    }
    .footer {
        padding: 2em 0;
    }
    .map {
        min-height: 100px;
    }
    .map .map-canada iframe,
    .map .map-uae iframe{
        text-align:center;
        float: none;
    }
    p.footer-grid {
        font-size: 0.7em;
        padding: 0 1em;
    }
    .test-top1 {
        width: 100%;
        padding: 0;
    }
    .test {
        padding: 2em 0;
    }
    .col-grid h3 {
        font-size: 1.1em;
    }
    .us-grid {
        padding: 0;
    }
    .us-col, .col-us {
        margin-bottom: 1em;
        padding: 0;
    }
    .service-top {
        margin-bottom: 3em;
    }
    col-top{
        margin-bottom: 3em;
    }
    .content-about {
        padding: 2em 0;
    }
    .gallery {
        padding: 2em 0;
    }

    figcaption h3 {
        font-size: 1.5em;
    }
    figcaption {
        padding: 1.2em 1em;
    }
    figcaption.gal-text {
        padding: 4em 1em;
    }
    .col-grid-1 {
        width: 100%;
    }
    div#bs-example-navbar-collapse-1 {
        width: 91.2%;
    }

    h1#h1-bootstrap-heading {
      font-size: 1.6em;
    }
    h2#h2-bootstrap-heading {
      font-size: 1.5em;
    }
    h3#h3-bootstrap-heading {
      font-size: 1.4em;
    }
    button.btn.btn-lg {
      font-size: 0.9em;
      margin: 0 0 0.5em 0px;
      padding: 9px;
    }
    .grid1 {
      margin: 0.7em 0 0;
    }
    button.btn.btn-1 {
      font-size: 0.8em;
      margin: 0 0 0.5em;
    }
    button.btn.btn-sm {
      font-size: 0.7em;
      padding: 5px;
      margin: 0 0 0.5em;
    }
    button.btn.btn-xs {
      font-size: 0.7em;
    }
    ul.nav.nav-pills a{
	    padding: 0.5em;
      font-size: 0.9em;
    }
    span.label {
      margin: 0 0 0.5em;
      display: inline-block;
    }
    .page {
      padding: 3em 0 1em;
    }
    .page-header {
      margin: 16px 0 9px;
    }
    .grid2 {
      margin: 0.4em 0 0;
    }
    .bs-example {
      padding: 1em 0 0;
    }
    .page-header h3 {
        font-size: 1.6em;
    }
    td class="s2".add-check a {
        width: 86px;
    }
    .navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0 29%;
			text-align: center;
	}
	.test-top3 img {
		float: left;
		border-radius: 100px;
		width: 12%;
		border: 2px solid #fff;
	}
	.about h2 {
		font-size: 0.7em;
	}

	.col-right h6 {
		margin: 0;
		font-size: 1em;
	}
	.col-left span {
		font-size: 3em;
	}
	.contact h2,.service-top h3,.gallery h2 {
		font-size: 1.6em;
	}
	.contact-grid1 h4 {
      font-size: 1.2em;
	}
	.contact-me textarea {
		min-height: 149px;
	}
	.lb-overlay div h3 {
      font-size: 22px;
	}
}
@media(max-width:384px){
	.test-top3 img {
		float: left;
		border-radius: 100px;
		width: 15%;
		border: 2px solid #fff;
	}
}
