@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Red+Hat+Text:400,400i,500,500i,700,700i&display=swap');
@font-face {
    font-family: 'tex_gyre_adventorregular';
    src: url('../fonts/texgyreadventor-regular-webfont.woff2') format('woff2'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
font-family: 'Open Sans', sans-serif;
}
#main,
body,
html {
    height: 100%
}
.carousel-caption h5 {
font-family: 'tex_gyre_adventorregular';
  display: inline-block;
  padding: 1vw;
  color:#FFF;
  font-size:2.5vw;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.carousel-caption h5 span {
font-family: 'Lora', serif;
font-size:1.5vw;
font-style:italic;
color:#FFF;
text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.topsection {
width:100%;
position:absolute;
z-index:1000;
top:0;
left:0;
background-color:#12054A;
border-bottom:0;
padding:.6vw;
color:#FFF;
}
.topsection li {
font-family: 'Lora', serif;
font-size:0.9vw;
font-style:italic;
list-style:none;
display:inline-block;
margin-right:.5vw;
color:#FFF;
font-weight:600;
text-decoration:none;
}
.topsection li a {
font-family: 'Lora', serif;
color:#FFF;
font-weight:600;
text-decoration:none;
}
.topsection li a:hover {
font-family: 'Lora', serif;
color: #FFFF00;
text-decoration:none;
}
.topsection li i {
margin-right:.3vw;
font-size:1vw;
}
header {
position: fixed;
width: 100%;
z-index: 22;
top: 0;
left: 0;
background: rgba(255, 255, 255, 1);
padding-bottom:0;
padding-top:0;
}
.tr-header {
background: rgba(255, 255, 255, 1);
height:6vw;
margin-top:2.5vw;
}
header.tr-header.sticky {
background: rgba(255, 255, 255, 1);
margin-top:0;
height:5.5vw;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.logo-holder {
position: relative;
}
.logo-vis {
position: relative;
z-index: 1;
transition: all .2s linear;
top:10px;
left:50px;
}
.logo-holder img {
width:40%;
}
.logo-notvis {
position: absolute;
top:10px;
left:50px;
z-index: 2;
transition: all .2s linear;
-webkit-transform: scale(.2);
-moz-transform: scale(.2);
transform: scale(.2);
opacity: 0;
}
header.sticky img.logo-vis {
-webkit-transform: scale(.2);
-moz-transform: scale(.2);
transform: scale(.2);
opacity: 0;
}
header.sticky img.logo-notvis {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
opacity: 1;
width:25%;
}
.transition {
-webkit-transition: all .5s linear;
-moz-transition: all .5s linear;
-o-transition: all .5s linear;
-ms-transition: all .5s linear;
transition: all .5s linear
}
.top-link1 {
	width:100%;
	text-align: left;
	padding:0 0 0 9vw;
	margin:1vw 0 0 0;
}
.top-link1 li {
	font-family: 'tex_gyre_adventorregular';
	color:#12054A;
	font-size:.950vw;
	display:inline-block;
	letter-spacing:0;
	font-weight:600;
    padding: 1.5vw 1.5vw;
	line-height:1.2vw;
	border-right:0vw solid #f3efec;
	text-transform:uppercase;
}
.top-link1 li a {
	color:#12054A;
	letter-spacing:0;
	font-weight:400;
}
.top-link1 li:hover {
	color:#FFF;
	background-color:#EC3700;
}
header.sticky .top-link1 {
	width:100%;
	text-align: left;
	padding:0 0 0 9vw;
	margin:0 0 0 0;
}
header.sticky .top-link1 li {
	font-family: 'tex_gyre_adventorregular';
	color:#12054A;
	font-size:.9vw;
	letter-spacing:0;
	display:inline-block;
	font-weight:600;
    padding:2.2vw 1.5vw;
	line-height:1.2vw;
	border-right:0vw solid #f3efec;
	text-transform:uppercase;
}
header.sticky .top-link1 li a {
	color:#12054A;
	letter-spacing:.1vw;
	font-weight:400;
}
header.sticky .top-link1 li:hover {
	color:#FFF;
	background-color:#12054A;
}
.banner img {
width:100%;
}
.banner-content{position: absolute; bottom:-30vw;left:0;width:100%;text-align:center;}.banner-content h1{font-family: 'tex_gyre_adventorregular'; font-size:6em!important;font-weight:600;line-height:1em;margin-top:10px;color:#fff; text-transform:capitalize!important;}.banner-content p{font-size:18px;font-weight:400;line-height:1em;margin-top:10px;color:#fff}
#return-to-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: rgba(195, 159, 118, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size:2vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
   background: rgba(195, 159, 118, 1);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.desktop-show {
display:block;
}
.mobile-show {
display:none;
}
/* Style The Dropdown Button */
.dropbtn {
color: #716863;
padding: 2.2vw;
font-size:1.1vw;
border: none;
cursor: pointer;
text-align:left;
margin-top:-2em!important;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #fff;
min-width: 100%;
box-shadow: 0px 0.6vw 1vw 0px rgba(0,0,0,0.2);
z-index: 1;
font-size:.9vw!important;
width:300px;
font-weight:600;
}
/* Links inside the dropdown */
.dropdown-content a {
font-family: 'tex_gyre_adventorregular';
color:#12054A;
padding:.5vw 1.2vw;
text-decoration: none;
letter-spacing:0;
text-transform:uppercase;
display: block;
font-size:.9vw!important;
font-weight:600;
text-align:left;
border-bottom:.1vw solid rgba(203,203,203,0.2);
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
background-color: #EC3700;
color:#FFF;}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
background-color: #FFF;
color:#000;
}
.column {
margin: 0px 0px 0;
padding: 0;
}
.column:last-child {
padding-bottom: 0px;
}
.column::after {
content: '';
clear: both;
display: block;
}
.column div {
	position: relative;
	float: left;
	margin: 0 0 0 0px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
	opacity: 0;
}
figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
.product-grid {
margin-bottom:2vw;
}
.product-grid h2 {
font-family: 'tex_gyre_adventorregular';
font-size:1.6vw!important;
font-weight:600;
color:#000;
line-height:1.2em;
padding-top:.5vw;
}
.product-home {
width:100%;
}
.product-home img {
width:100%;
}
.no-padding {
padding:0!important;
}
.content-box {
margin:3vw;
padding:4vw;
background-color:#FFF;
}
.golden-border {
border:.1vw solid#c39f76 !important;
}
.content-box h2 {
font-family: 'tex_gyre_adventorregular';
font-size:3vw;
font-weight:300;
color:#000;
line-height:1.2em;
}
.content-box p {
font-family: 'Lora', serif;
font-size:1.2vw;
color:#444;
font-style:italic;
padding:1.3vw;
line-height:1.7em;
}
.black-bg {
background-color:#585757!important;
}
.grey-border {
border:.1vw solid rgba(255, 255, 255, 0.2);
}
.content-box-black {
margin:3vw;
padding:4vw;
}
.content-box-black h2 {
font-family: 'tex_gyre_adventorregular';
font-size:3vw;
font-weight:300;
color:#FFF;
line-height:1.2em;
}
.content-box-black p {
font-family: 'Lora', serif;
font-size:1.2vw;
color:#FFF;
font-style:italic;
padding:1.3vw;
line-height:1.7em;
}
.read {
	display: inline-block;
	padding:0.9vw 1vw;
	z-index: 0;
	color: #FFF;
	background-color:#12054A;
	border:.1vw solid#12054A;
	text-align: center;
	font-size:.9vw;
	text-transform: uppercase;
	font-weight:600;
	letter-spacing:0;
	text-decoration: none;
	font-family: 'tex_gyre_adventorregular';
	text-decoration:none;
}
.read:hover {
	color: #12054A;
	background-color:#FFF;
	text-decoration:none;
	border:.1vw solid#999;
}
.bg-color {
    background-image: url(../images/bg-line.png);
}
.bg-grey {
background-color:#F7F9FA;
}
.why-choose {
width: 100%;
padding: 2vw 1vw;
-webkit-box-shadow: 4px 0 0 0 rgb(0 0 0);
box-shadow: 4px 0 0 0 rgb(0 0 0);
background-color: #EC3700;
}
.why-choose-border {
    border-right: .1vw solid rgba(255, 255, 255, 0.05);
}
.why-choose h2 {
font-family: 'tex_gyre_adventorregular'!important;
font-size: 1.6vw!important;
color: #FFF;
font-weight:400!important;
padding-top:1.5vw!important;
}
.why-choose h2 span {
font-size: 2.3vw!important;
font-weight:600!important;
}
.why-choose p {
font-family: 'Lora', serif;
font-style:italic;
font-size: 1.2vw;
color: #FFF;
font-weight: 400;
padding-top: 0;
margin-bottom: 0;
}
.why-choose img {
width:50%;
}
.why-choose h3 {
font-size: 1vw;
color: #FFF;
font-weight: 600;
padding-top: 1vw;
}
.caption {
    position: absolute;
    z-index: 10;
    text-align: center;
    width: 100%;
    bottom:1vw;
    left: 0;
    right: 0;
}
.caption h2 {
    font-size: 1.1vw!important;
    color: #FFF!important;
    font-weight:600!important;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    text-decoration: none;
	letter-spacing:0!important;
}
.welcome-section {
background-color: #12054A !important;
}
.welcome-section h2 {
font-family: 'tex_gyre_adventorregular';
font-size:2.5vw;
font-weight:600;
color:#12054A;
line-height:1.2em;
text-transform: uppercase;
}
.welcome-section p {
font-family: 'Lora', serif;
font-size:1.2vw;
color:#12054A;
font-style:italic;
padding:1.3vw 10vw 1.3vw 0;
line-height:1.5em;
margin-bottom:0;
}
.welcome-section h3 {
font-family: 'tex_gyre_adventorregular';
font-size:1.4vw;
font-weight:400;
padding:1.5vw 6vw 1vw 6vw;
color:#12054A;
line-height:1.5em;
}

.welcome-section img {
width:100%;
}
.about-box {
margin:2.7vw 2.5vw 0 0;
padding:2vw;
border:.1vw solid#FFF;
background-color:#FFF;
background-image:url(../images/mono-bg.png);
background-repeat:no-repeat;
background-size:70%;
background-position:bottom right;
}
.line-bg {
background-image:url(../images/line-bg.png);
background-repeat:no-repeat;
background-position:center top;
background-size:100%;
}
.uae-bg {
background-image:url(../images/uae-bg.jpg);
background-repeat:no-repeat;
background-position:center top;
background-size:100%;
}
.uae-pic img {
width:400px!important;
margin-bottom:20px;
}
.contact-form-main {
    width: 100%;
    margin-top: 0vw;
}
.contact-form-main-left {
    width: 100%;
    text-align: center;
    padding-top: 2vw;
	background-color:#12054A;
}
.contact-form-main-left p {
    font-family: 'tex_gyre_adventorregular';
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 1.6em;
	text-decoration:none;
}
.contact-form-main-left p a {
    color: rgba(255, 255, 255, 0.5);
	text-decoration:none;
}
.contact-form-main-left p a:hover {
    color: rgba(255, 255, 255, 1);
	text-decoration:none;
}
.contact-form-main-left p img {
    width:10%;
}
.facebook {
    display: inline-block;
    padding: 0.5vw .8vw;
    z-index: 0;
    color: #FFF;
    background-color: #0856af;
    border: .1vw solid#0856af;
    text-align: center;
    font-size: 1vw;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .1vw;
    text-decoration: none;
    font-family: 'tex_gyre_adventorregular';
    text-decoration: none;
    margin-bottom: 1.2vw;
}
.facebook:hover {
color: #FFF;
background-color: #000;
border: .1vw solid#000;
text-decoration: none;
}
.instagram {
    display: inline-block;
    padding: 0.5vw .8vw;
    z-index: 0;
    color: #FFF;
    background-color: #e51919;
    border: .1vw solid#e51919;
    text-align: center;
    font-size: 1vw;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .1vw;
    text-decoration: none;
    font-family: 'tex_gyre_adventorregular';
    text-decoration: none;
    margin-bottom: 1.2vw;
}
.instagram:hover {
color: #FFF;
background-color: #000;
border: .1vw solid#000;
text-decoration: none;
}
.brochure {
    display: inline-block;
    padding: 0.5vw .8vw;
    z-index: 0;
    color: #FFF;
    background-color: #CC6600;
    border: .1vw solid#CC6600;
    text-align: center;
    font-size: 1vw;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .1vw;
    text-decoration: none;
    font-family: 'tex_gyre_adventorregular';
    text-decoration: none;
    margin-bottom: 1.2vw;
}
.brochure:hover {
color: #FFF;
background-color: #000;
border: .1vw solid#000;
text-decoration: none;
}
.padding-top {
padding-top:1vw;
}
.product-section {
width:100%;
padding:4vw;
}
.infrastructure img {
width:100%;
height:auto;
}
.product-bottom {
margin-bottom:2vw;
}
.product-section h2 {
font-family: 'tex_gyre_adventorregular';
font-size:2.5vw;
font-weight:400;
color:#000;
line-height:1.2em;
text-transform: none;
}
.product-section h2 span {
font-weight:600;
}
.product-section p {
font-family: 'Lora', serif;
font-size:1.4vw;
color:#444;
font-style:italic;
padding:1.3vw 5vw 1.8vw 5vw;
line-height:1.5em;
}
.product-section h3 {
font-family: 'tex_gyre_adventorregular';
font-size:1.5vw;
font-weight:300;
color:#000;
line-height:1.7em;
margin-bottom:1.5vw;
}
.product-section-grid {
margin-bottom:1vw!important;
}
.no-padding-right {
padding-right:0!important;
}
.product-section-home {
width:100%;
padding:4vw;
}
.product-section-home img {
width:100%;
}
.product-section-home h2 {
font-family: 'tex_gyre_adventorregular';
font-size:1.3vw;
font-weight: bolder;
color:#12054A;
line-height:1.2em;
text-transform:uppercase;
padding-bottom:1vw;
letter-spacing:0;
}
.product-section-home h3 {
font-family: 'tex_gyre_adventorregular';
font-size:2vw;
font-weight:600;
color:#12054A;
line-height:1.3em;
text-transform: none;
padding-bottom:0;
}
.product-section-home p {
font-family: 'Lora', serif;
font-size:1.3vw;
color:#12054A;
font-style:italic;
padding:1vw 5vw 1vw 5vw;
line-height:1.5em;
font-weight:400;
}
.infrastructure h3 {
font-family: 'tex_gyre_adventorregular';
font-size:1.3vw;
font-weight:400;
color:#000;
line-height:1.5em;
margin-bottom:1vw;
padding-top:1vw;
text-transform:uppercase;
}
.infrastructure h3 span {
font-weight:600;
}
.infrastructure h4 {
font-family: 'tex_gyre_adventorregular';
font-size:1.4vw;
font-weight:600;
color:#000;
line-height:1.5em;
padding-top:1.5vw;
}
.infrastructure p {
font-family: 'Lora', serif;
font-size:1.3vw;
color:#000;
font-style:italic;
padding:0 0 0 0;
line-height:1.5em;
text-decoration:none;
font-weight:400;
}
.infrastructure p a {
color:#12054A;
text-decoration:none;
}
.infrastructure p a:hover {
color:#12054A;
text-decoration:none;
}
.infrastructure p i {
font-size:1.5vw;
margin-right:.5vw;
}
.infrastructure iframe {
width:100%;
height:30vw;
border:.1vw solid#CCC;
}
.infrastructure-border {
padding: 1vw 2vw;
border: #EAEAEA solid .1vw;
}
.infrastructure-border h5 {
font-family: 'tex_gyre_adventorregular';
font-size:1.5vw;
font-weight:400;
color:#000;
line-height:1.5em;
text-align:left!important;
}
.infrastructure-border h5 a {
color:#444;
text-decoration:none;
}
.infrastructure-border h5 a:hover {
color:#000;
text-decoration:none;
}
.infrastructure-border h5 i {
font-size:1.5vw;
margin-right:.5vw;
}
.infrastructure img {
width:100%;
padding:.5vw;
border:.1vw solid#e2e2e2;
}
.location {
    display: inline-block;
    padding: 0.5vw 1vw;
    z-index: 0;
    color: #FFF;
    background-color: #FA0000;
    border: .1vw solid#FA0000;
    text-align: center;
    font-size: .8vw;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .1vw;
    text-decoration: none;
    font-family: 'tex_gyre_adventorregular';
    text-decoration: none;
    margin-top: 1vw;
}
.location:hover {
color: #FFF;
background-color: #000;
border: .1vw solid#000;
text-decoration: none;
}
hr.tall {
    margin: 3vw 0 3vw 0;
}
hr {
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.1), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent);
    border: 0;
    height:1px;
    margin: 1vw 0 1vw 0;
}
small, .small {
    font-size: 85%;
}
.infrastructure-bg {
background-color:#f1f1f1;
padding-left:3vw;
}
.padding-left-cont {
padding-left:3vw;
}
.about-pic {
width:90%;
margin:0 auto;
padding:0;
background-color: #12054A;
}
.about-pic img {
width:100%;
}
.form-box {
    width:85%;
    margin: 0 auto;
    margin-top:0vw!important;
	margin-bottom:0;
}
.form-wrapper {
    float: left;
    width: 100%;
    margin-top:2vw;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom:.5vw;
    font-weight: bold;
	color:#000;
	font-family: 'tex_gyre_adventorregular';
}
.form-wrapper input {
font-family: 'tex_gyre_adventorregular';
    width: 100%;
    height:3.5vw;
    border: .1vw solid #e7e7e7;
    padding-left: 1vw;
    padding-right: 1vw;
	color:#000;
}
.form-wrapper select {
font-family: 'tex_gyre_adventorregular';
    width: 100%;
    height:3.5vw;
    border: .1vw solid #e7e7e7;
    padding-left: 1vw;
    padding-right: 1vw;
	color:#000;
}
.form-wrapper textarea {
font-family: 'tex_gyre_adventorregular';
    width: 100%;
    border: .1vw solid #e7e7e7;
    padding:1vw;
	color:#000;
}
input, button, select, textarea {
font-family: 'tex_gyre_adventorregular';
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
	color:#000;
}
textarea {
    overflow: auto;
}
.form-wrapper input[type="submit"]{
font-family: 'tex_gyre_adventorregular';
background:#000;
width:20%;
margin:0 auto;
display: block;
color: #FFF;
font-size:1.5vw;
font-weight:400;
text-transform:uppercase;
border:none;
outline: none;
cursor: pointer;
text-align:center;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.form-wrapper input[type="submit"]:hover{
background:#444;
color:#FFF;
}
.ftr-section {
background-color: #000 !important;
padding:2vw;
}
.ftr-section img {
width:80%;
}
.ftr-section h3 {
font-family: 'tex_gyre_adventorregular';
font-size:1.3vw;
font-weight:400;
color:#FFF;
line-height:1.5em;
margin-bottom:0;
}
.ftr-section h4 {
font-family: 'tex_gyre_adventorregular';
font-size:1.1vw;
font-weight:600;
color:#FFF;
line-height:1.5em;
margin-top:1vw;
}
.ftr-section p {
font-family: 'Lora', serif;
font-size:1vw;
color:rgba(255, 255, 255, 0.8);
font-style: italic;
padding-bottom:1vw;
line-height:1.4em;
margin-bottom:0;
text-decoration:none;
}
.ftr-section p a {
font-family: 'Lora', serif;
color:rgba(255, 255, 255, 0.8);
text-decoration:none;
font-style: italic;
}
.ftr-section p a:hover {
font-family: 'Lora', serif;
color:rgba(255, 255, 255, 1);
text-decoration:none;
}
.ftr-section p i {
margin-right:.5vw;
}
.ftr-padding-left {
padding-left:2vw;
}
.ftr-padding-top {
padding-top:1vw;
}
.ftr-border-right {
border-right:.1vw solid rgba(255, 255, 255, 0.05);
}
.ftr-section li {
list-style:none;
display:block;
font-family: 'Lora', serif;
font-size:1vw;
color:rgba(255, 255, 255, 0.8);
font-style: italic;
padding-top:.5vw;
padding-bottom:.5vw;
line-height:1.5em;
margin-bottom:0;
text-decoration:none;
border-bottom:.1vw solid rgba(255, 255, 255, 0.05);
}
.ftr-section li a {
font-family: 'Lora', serif;
color:rgba(255, 255, 255, 0.8);
text-decoration:none;
}
.ftr-section li a:hover {
font-family: 'Lora', serif;
color:rgba(255, 255, 255, 1);
text-decoration:none;
}
.ftr-section li i {
margin-right:.5vw;
}
.more {
	display: inline-block;
	padding:0.5vw 1vw;
	z-index: 0;
	color: #FFF;
	background-color:#c39f76;
	border:.1vw solid#c39f76;
	text-align: center;
	font-size:.8vw;
	text-transform: uppercase;
	font-weight:400;
	letter-spacing:.1vw;
	text-decoration: none;
	font-family: 'tex_gyre_adventorregular';
	text-decoration:none;
	margin-top:1vw;
}
.more:hover {
	color: #000;
	background-color:#FFF;
	text-decoration:none;
	border:.1vw solid#999;
}
.footer {
	background-color:#FFF;
	padding:.5%;
}
.footer-left {
	margin-left:1vw;
}
.footer-right {
	margin-right:1vw;
}
.monogram {
	float:left;
	width:3.3%;
	height:auto;
}
.monogram img {
	width:100%;
	height:100%;
}
.weblink {
font-family: 'tex_gyre_adventorregular';
font-size:1vw;
color:#000;
padding-top:.9vw;
float:left;
margin-left:.5vw;
text-decoration:none;
font-weight:600;
}
.weblink a {
font-size:1vw;
color:#000;
text-decoration:none;
font-weight:600;
}
.weblink a:hover {
color:#c39f76;
text-decoration:none;
}
.copyright {
font-family: 'tex_gyre_adventorregular';
font-size:1vw;
float:right;
color:#000;
padding-top:.9vw;
font-weight:600;
}
@media (min-width:800px) and (max-width:1080px) {
.desktop-show {
display:block;
}
.mobile-show {
display:none;
}
header {
position:fixed!important;
width: 100%;
z-index: 22;
top: 0;
left: 0;
background: rgba(255, 255, 255, 1);
padding-bottom:0;
padding-top:0;
}
.tr-header {
background: rgba(0, 0, 0, 0);
height:8vw;
margin-top:5vw;
}
header.tr-header.sticky {
background: rgba(255, 255, 255, 1);
margin-top:0;
padding-top:1vw;
height:7vw;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.topsection li {
font-size:12px;
margin-right:5px;
margin-bottom:5px;
}
.top-link1 li {
font-size:11px;
}
.top-link1 {
padding: 0 0 0 0;
}
.dropdown-content a {
font-size:11px !important;
border-bottom: 1px solid rgba(203,203,203,0.2);
}
header.sticky .top-link1 li {
font-size:11px;
}
}
@media all and (max-width : 768px) {
.why-choose h2 {
font-size:22px !important;
}
.why-choose h2 span {
font-size: 28px !important;
font-weight: 600 !important;
}
.why-choose p {
font-family: Calibri;
font-size:18px;
color: #FFF;
font-weight: 400;
padding-top: 0;
margin-bottom: 0;
}
.contact-form-main-left p img {
    width:150px;
}
.contact-form-main-left p {
font-size:13px;
font-weight:600;
}

.items {
margin-bottom:30px!important;
}
.caption {
bottom: 20px;
}
.caption h2 {
font-size:14px !important;
}
.about-box {
margin:20px;
padding:20px;
border: .1vw solid #FFF;
background-color: #FFF;
background-image: url(../images/mono-bg.png);
background-repeat: no-repeat;
background-size: 70%;
background-position: bottom right;
}
.desktop-show {
display:none;
}
.mobile-show {
display:block;
}
.topsection {
width: 100%;
position: relative;
z-index: 1000;
top: 0;
left: 0;
border-bottom: .1vw solid rgba(255, 255, 255, 0.3);
padding:8px 0;
color: #FFF;
background-color:#12054A;
}
.topsection li {
font-size:20px;
margin-right:10px;
padding-top:0;
color:#FFF;
}
.topsection li a {
    color: #FFF;
    text-decoration: none;
}
.topsection li a:hover {
    color:#EC3700;
    text-decoration: none;
}
.topsection li i {
margin-right:5px;
font-size: 18px;
}
header {
position:relative;
width: 100%;
}
.logoimg {
width:40%;
}
.more {
padding:5px 10px;
border:1px solid #c39f76;
font-size:12px;
letter-spacing:0;
margin-top:10px;
margin-bottom:10px;
}
.ftr-section p {
font-size:17px;
padding-top:10px;
}
.ftr-section h3 {
font-size:18px;
padding-top:10px;
font-weight:600;
}
.ftr-section h4 {
font-size:16px;
margin-top: 10px;
}
.ftr-section li {
font-size:16px;
padding-top:5px;
padding-bottom:5px;
border-bottom:1px solid rgba(255, 255, 255, 0.05);
}
.monogram {
display:none;
}
.weblink {
font-size:14px;
padding-top:10px;
margin-left:5px;
}
.weblink a {
font-size:14px;
}
.copyright {
font-size:14px;
padding-top:10px;
padding-bottom:10px;
margin-left:5px;
}
.footer-left {
margin-left:0;
}
.footer-right {
margin-right: 0;
float: left;
}
.content-box h2 {
font-size:25px;
}
.content-box p {
font-size:17px;
padding:10px;
}
.read {
padding:5px 10px;
border:1px solid #c39f76;
font-size:14px;
letter-spacing:0;
font-weight:600;
}
.uae-bg {
background-image:url(../images/uae-bg-mob.jpg);
background-repeat:no-repeat;
background-position:center top;
background-size:100%;
}
.uae-pic img {
width:250px!important;
margin-bottom:10px;
}
.brochure {
    padding: 10px 15px;
    font-size:16px;
    letter-spacing:0;
    margin-bottom:20px;
}
.facebook {
    padding: 10px 15px;
    font-size:16px;
    letter-spacing:0;
    margin-bottom:20px;
}
.instagram {
    padding:10px 15px;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottm: 20px;
}
.location {
    padding: 5px 15px;
    font-size:12px;
    letter-spacing:0;
    margin-top:10px;
}
.content-box-black h2 {
font-size:25px;
}
.content-box-black p {
font-size:17px;
padding:10px;
}
.welcome-section h2 {
font-size:25px;
}
.welcome-section p {
font-size:17px;
}
.product-section-grid {
margin-bottom: 10px !important;
margin-top: 10px;
}
.product-section-home h2 {
font-size:15px;
}
.product-section-home p {
font-size:17px;
padding: 10px;
}
.no-padding-right {
padding-right: 15px !important;
}
.product-section h2 {
font-size:25px;
padding-top: 15px;
}
.product-section-home h3 {
  font-size:22px;
}
.product-section p {
font-size:17px;
padding:10px;
}
.infrastructure h3 {
font-size:20px;
padding-top:10px;
}
.infrastructure h4 {
font-size:17px;
}
.form-box {
width: 100%;
}
.form-wrapper input {
height:40px;
border: 1px solid #e7e7e7;
padding-left: 0;
padding-right:0;
}
.form-wrapper input[type="submit"] {
width:100%;
border-radius:10px;
font-size:15px;
}
.infrastructure p {
font-size:17px;
padding:5px;
}
.infrastructure p i {
font-size:17px;
margin-right:5px;
}
.infrastructure-border h5 {
font-size:18px;
}
.infrastructure-border h5 i {
font-size:18px;
margin-right:5px;
}
.infrastructure iframe {
width: 100%;
height:200px;
border:1px solid #CCC;
}
.product-section h3 {
font-size:16px;
font-weight:600;
margin-bottom:10px;
}
}
@media (min-width:320px) and (max-width:479px) {
.logoimg {
width:40%;
margin-left:20px;
}
}
@media (min-width:480px) and (max-width:639px) {
.logoimg {
width:25%;
margin-left:20px;
}
}
@media (min-width:640px) and (max-width:767px) {
.logoimg {
width:20%;
margin-left:20px;
}
}