﻿@media only screen and (min-width:80px) and (max-width :768px) /*@media only screen and (max-width :768px)*/
{
    body
    {
        margin: 0;
        padding: 0;
        font-size: 100%;
        font-family: Lato;
        overflow-x: hidden;
        color: #626262;
    }
    
    
    
    
       .menubar
    {
    display: none;
    }
    .logo {
    float: left;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}
.logo img{
    width: 100%;
}
   


 #cssmenu
    {
        display:block;
        }

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Lato;
  background: #272B2E;
   border-bottom: 1px solid #404040;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 14px;
  text-decoration: none;
  color: #dddddd;
  background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
/*@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {*/
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    color: #dddddd;
    cursor: pointer;
    display: block;
    font-size: 100%;
    padding: 17px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }

#wowslider-container1 .ws-title {
    background: #000 none repeat scroll 0 0;
    border-radius: 15px 15px 0 0;
    bottom: 0;
    color: #ffffff;
    font-family: Comfortaa;
    font-size:10px;
    font-weight: normal;
    left: 0;
    letter-spacing: 1px;
    line-height: 22px;
    margin: 0 5%;
    opacity: 0.6;
    padding: 10px 5px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 90%;
    z-index: 50;
}
.inside {
    color: #fff;
    float: left;
    font-family: Lato;
    font-size: 100%;
    margin: 0 auto;
    padding: 4% 10% 0;
    text-align: center;
    width: 80%;
}
h2 {
    color: #2f9ee0;
    float: left;
    font-family: Lato;
    font-size: 100%;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.productrow li {
    float: left;
    list-style-type: none;
    margin: 0 3.5% 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.button--wayra {
    overflow: hidden;
    transition-delay: 0s, 0s;
    transition-duration: 0.3s, 0.3s;
    transition-property: border-color, color;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    width: 100%;
}
.bg-2 a {
    color: #444444;
    cursor: pointer;
    float: left;
    font-size: 100%;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 1em 2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 72%;
}
.datamain {
    background: #70848f none repeat scroll 0 0;
    float: left;
    width: 100%;
    display: table;
}

.datamain1 {
    background: #70848f none repeat scroll 0 0;
    float: left;
    width: 100%;
}
h3 {
    color: #272b2e;
    float: left;
    font-family: "Lato";
    font-size: 100%;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.rightmenu ul li a {
    color: #626262;
    cursor: pointer;
    float: left;
    font-family: Lato;
    font-size: 100%;
    line-height: 41px;
    text-decoration: none;
    width: 100%;
}
.footer {
    background: #272b2e none repeat scroll 0 0;
    float: left;
    margin: 0;
    padding: 35px 10% 10px;
    width: 100%;
}
.footer ul {
    background: #272b2e none repeat scroll 0 0;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

h4 {
    color: #fff;
    float: left;
    font-family: "Lato";
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

h7 {
    color: #070244;
    float: left;
    font-family: Lato;
    font-size: 100%;
    font-weight: normal;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}
.footer {
    background: #272b2e none repeat scroll 0 0;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.footerin {
    background: #272b2e none repeat scroll 0 0;
    float: left;
    margin: 0;
    padding: 35px 10% 10px;
    width: 80%;
}
.footerdata p {
    color: #acacac;
    float: left;
    font-family: Lato;
    font-size: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
.footerdata2 p {
    color: #7d7d7d;
    float: left;
    font-family: Lato;
    font-size: 100%;
    margin: 0;
    text-align: center;
    width: 100%;
}

.leftdiv {
    float: left;
    margin-bottom: 45px;
    margin-top: 25px;
    width: 100%;
}


h5 {
    color: #272b2e;
    float: left;
    font-family: "Lato";
    font-size: 100%;
    font-weight: normal;
    margin: 15px 0 5px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
}
.aboutdata p {
    color: #626262;
    float: left;
    font-family: Lato;
    font-size: 15px;
    line-height: 23px;
    margin-top: 0;
    text-align: justify;
    width: 100%;
}
.rightdiv {
    float: left;
    margin-top: 25px;
    position: relative;
    width: 100%;
}

.rightmenu ul li {
    background-image: url("../Images/list_marker.png");
    background-position: left 5px center;
    background-repeat: no-repeat;
    background-size: 7px auto;
    border-bottom: 1px solid #e9e9e9;
    display: inline-block;
    float: none;
    font-size: 15px;
    line-height: 23px;
    padding: 0 0 0 10%;
    position: relative;
    width: 90%;
}
.care
{
    float:left;
    }
.care img
{
    width:100%;
}
.SegmentsWeServe ul {
    float: left;
    font-size: 0;
    line-height: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: justify;
    width: 100%;
}
.SegmentsWeServe ul li {
    color: #626262;
    float: none;
    font-size: 15px.;
    list-style-position: outside;
    margin: 5px 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.Commandata p {
    color: #555555;
    float: left;
    font-family: Lato;
    font-size: 15px;
    line-height: 23px;
    margin-top: 0;
    text-align: justify;
    width: 100%;
}
h8 {
    color: #231a75;
    float: left;
    font-family: Lato;
    font-size: 15px;
    font-weight: normal;
    margin: 10px 0;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}
.Commandata p {
    color: #555555;
    float: left;
    font-family: Lato;
    font-size: 15px;
    line-height: 23px;
    margin-top: 0;
    text-align: justify;
    width: 100%;
}
h8 {
    color: #231a75;
    float: left;
    font-family: Lato;
    font-size: 15px;
    font-weight: normal;
    margin: 10px 0;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}
.Commandata ul li {
    color: #626262;
    float: none;
    font-size: 15px;
    list-style-position: outside;
    padding: 0;
    position: relative;
    width: 100%;
}
.Commandata img {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.project {
    float: left;
    width: 100%;
    display: table;
}
.look-book-first {
    border: 7px solid #f7f7f7;
    padding: 15px 0;
}
.projectlist li {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    color: #626262;
    float: left;
    margin-bottom: 24px;
    margin-right: 55px;
    text-align: center;
    transition: box-shadow 0.3s ease 0s;
    width: 100%;
}
.Clients ul li {
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    color: #626262;
    float: left;
    font-size: 15px;
    height: 100%;
    list-style-position: outside;
    list-style-type: none;
    padding: 5px;
    position: relative;
    width: 100%;
}
h6 {
    color: #231a75;
    float: left;
    font-family: Lato;
    font-size: 15px;
    font-weight: normal;
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.Contactleft {
    float: left;
    width: 100%;
}
.btn {
    color: #626262;
    display: inline-block;
    font-size: 100%;
    line-height: 18px;
    margin-left: 5px;
    padding: 7px;
    text-align: center;
    width: 100%;
}
.Contactright {
    float: left;
    width: 100%;
}
.Contactright p {
    color: #626262;
    float: left;
    font-family: Lato;
    font-size: 100%;
    line-height: 25px;
    margin-top: 0;
    text-align: justify;
    width: 100%;
}
.Whatwedo p {
    color: #626262;
    float: left;
    font-family: Lato;
    font-size: 100%;
    line-height: 23px;
    margin-top: 0;
    text-align: justify;
    width: 100%;
}
.Whatwedo ul li a {
    color: #626262;
    font-family: Lato;
    font-size: 14px;
    line-height: 28px;
}
.testimonial p {
    color: #626262;
    float: left;
    font-family: Lato;
    font-size: 100%;
    line-height: 23px;
    margin-top: 0;
    text-align: justify;
    width: 100%;
}
.testimonialhead {
    color: #2f9ee0;
    float: left;
    font-family: Lato;
    font-size: 100%;
    font-weight: normal;
    line-height: 25px;
    margin: 2% 0;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}

.grid2 figure2 img {
    display: block;
    width: 100%;
    min-height: 100%;
    opacity: 0.8;
    position: relative;
}
.testimonial ul li {
    color: #626262;
    float: left;
    font-size: 13px;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 2% 20px 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.probox1 {
    float: left;
    margin-right: 16px;
    width: 100%;
}
.probox1 > a {
    float: left;
    position: relative;
    width: 100%;
}
.probox1 > a img{
    float: left;
    margin-right: 16px;
    width: 100%;
}
.probox1 > a p{
    float: left;
    margin-right: 16px;
    width: 100%;
}
.probox1 .g_fade {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    height: 78%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: capitalize;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}







































}