
/*tablet view*/
@media only screen and (min-width: 768px) and (max-width: 999px) {

.container 
{
  width: 95%;
}
.bottom-sec .logo img {
  max-width: 200px;
}
.header-top .bottom-sec {
  min-height: 0;
}
.bottom-sec .contact-us {
  padding-bottom: 20px;
  padding-top: 25px;
}
.main-menu ul li {
  margin-right: 0;
}
.main-menu ul li a{
	font-size: 12px;
	padding: 20px 7px;
}
.header-bottom .address-info{
	font-size: 13px;
}
.cation h1{
	font-size: 25px;
}
h2.page-title-h2{
	font-size: 30px;
}
span.welcome-txt{
	font-size: 20px;
	margin-bottom: 15px;
}
p{
	font-size: 14px;
}
.welcome-block {
  margin: 40px auto 0;
  width: 730px;
}
.blocks .img-wrap {
  width: 24%;
}
.blocks .desc {
  padding-right: 14px;
  width: 76%;
}
.blocks .desc p {
  font-size: 14px;
}
.desc h3 {
  margin-bottom: 0;
}
h3 {
  font-size: 20px;
}
.dragatsi-logo{
	max-width: 300px;
}
.dragatsi-logo a img {
  max-width: 285px;
}
.project-management ul {
  min-height: 280px;
  width: 730px;
}
.project-management ul li:first-child {
  margin-bottom: 20px;
}
.project-management ul li {
  width: 220px;
}
.project-management ul li span{
	font-size: 16px;
	width: 75%;
}
.project-management ul li:nth-of-type(2), .project-management ul li:nth-of-type(3) {
  margin-bottom: 60px;
}
.get-in-touch .left h3 {
  font-size: 24px;
}
.get-in-touch .right a span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
.get-in-touch .right a {
  font-size: 18px;
  padding: 20px 15px 15px;
}
.footer-block h4{
	font-size: 18px;
}
.get-in-touch .left {
  width: 55%;
}
.footer .footer-block.footer-area-1 {
  width: 28%;
}
.footer .footer-block.footer-area-2 {
  margin: 0 2%;
  width: 30%;
}
.footer .footer-block.footer-area-3 {
  width: 38%;
}
.contact-info span:first-child {
  margin-bottom: 10px;
}
.footer-block form input, .footer-block form textarea{
	font-size: 14px;
}
.quick-links ul li a,
.copyright-text p, .copyright-text p a,
.contact-info span, .contact-info span a,
.working-hour p,
.footer-block form .submit-btn input[type="submit"]{
	font-size: 14px;
}
.gapping {
  padding: 50px 0;
}


}/*tablet view close*/

/* Large tablet view*/
@media only screen and (min-width: 1000px) and (max-width: 1169px) {

.container 
{
  width: 98%;
}
.main-menu ul li {
  margin-right: 0;
}
.main-menu ul li a{
	font-size: 16px;
}
.cation h1 {
  font-size: 35px;
}
h2.page-title-h2{
	font-size: 30px;
}
.project-management ul {
  min-height: 340px;
  width: 970px;
}
.project-management ul li:first-child {
  margin-bottom: 30px;
}
.dragatsi-logo,
.dragatsi-logo a,
.dragatsi-logo a img{
	max-width: 400px;
}
.get-in-touch .left {
  width: 59%;
}
.footer .footer-block.footer-area-1 {
  width: 26%;
}
.footer .footer-block.footer-area-2 {
  margin: 0 4%;
  width: 28%;
}
.footer .footer-block.footer-area-3 {
  width: 38%;
}
.contact-info span:first-child {
  display: block;
  margin-bottom: 10px;
}
.gapping {
  padding: 50px 0;
}

}/* Large tablet view close*/

/*mobile view*/
@media only screen and (max-width: 767px){

/*********Home Page**********/

.container 
{
  width: 93%;
}
.header-bottom {
  display: none;
}
.header-top .top-sec {
  text-align: center;
}
.bottom-sec .logo {
  display: inline-block;
  float: none;
  position: relative;
  top: 0;
  vertical-align: top;
}
.header-top .social {
  margin-bottom: 5px;
}
.header-right {
  margin: 0 auto;
}
.header-right span{
	font-size: 13px;
}
.header-top .bottom-sec:after {
  width: 100%;
}
.cation h1 {
  font-size: 12px;
  line-height: 100%;
  padding: 10px;
}
.cation {
  height: auto;
  bottom: 40px;
}
.bottom-sec .contact-us:before{
	top: 10px;
}
.contact-us span {
  font-size: 18px;
}
.contact-us .tall-free{
	font-size: 14px;
}
.contact-us .tall-free span {
  font-size: 14px;
  top: -9px;
}
.header-top .bottom-sec {
  min-height: 0;
  padding: 15px 0;
  text-align: center;
}
.bottom-sec .container {
  border-top: 0 none;
}
.bottom-sec .contact-us {
  display: inline-block;
  float: none;
  vertical-align: top;
}
/* Responsive menu */

.menu {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}
.show-menu .side-menu {
  left: 0;
}
.side-menu {
  background-color: #0455a3;
  height: 100%;
  left: -80%;
  position: fixed;
  top: 0;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  width: 80%;
  z-index: 9;
}
.menu .menu-trigger {
  background-color: #0455a3;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 10px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.menu-trigger .line {
  background-color: #fff;
  border-radius: 3px;
  display: block;
  height: 4px;
  margin: 3px 0;
  width: 25px;
}
.menu .menu-trigger:hover .line {
  background-color: #333;
}
.menu .menu-trigger:hover {
  background-color: #fdd209;
}
.side-menu ul li a {
  border-bottom: 1px solid #03427c;
  color: #fff;
  font-family: 'trajanproregular';
  font-size: 14px;
  font-weight: bold;
  padding: 15px 10px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}
.side-menu ul li a:before {
  background-color: #ec1f27;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.7s ease 0s;
  width: 20%;
  z-index: -1;
}
.side-menu ul li a:hover:before,
.side-menu ul li.active a:before {
  opacity: 1;
  width: 100%;
}
.side-menu ul li a:hover, .side-menu ul li.active a {
  color: #fff;
}
.close-button {
  background-color: red;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  float: right;
  margin: 15px;
  padding: 7px 9px;
  position: relative;
  z-index: 1;
}
.close-button:before {
  background-color: #fdd209;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: -1;
}
.close-button:hover:before {
  transform: scale(1);
}
.close-button:hover i {
  color: #333;
}
.close-button:hover {
  border-color: #333;
}

.side-menu, .menu {
  display: block;
}
.sticky .bottom-sec {
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 2px 0 rgba(0,0,0,0.20);
  z-index: 99;
}
.sticky .menu {
  position: fixed;
  right: 10px;
  top: 20px;
  z-index: 100;
}
.sticky .bottom-sec .contact-us {
  display: none;
}
.sticky .bottom-sec .logo img {
  max-width: 109px;
}
.sticky .bottom-sec .logo {
  display: block;
  float: left;
}
.sticky .side-menu {
  z-index: 999;
}
h2.page-title-h2{
	font-size: 22px;
	padding-bottom: 37px;
}
span.welcome-txt {
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 10px;
}
p {
  font-size: 14px;
}
.welcome-block {
  margin: 30px auto 0;
  width: 100%;
}
.welcome-block .blocks {
  width: 100%;
}
h3 {
  font-size: 20px;
}
.welcome-block .blocks.left {
  margin-bottom: 20px;
}
.desc h3 {
  margin-bottom: 0;
}
.blocks .img-wrap img {
  max-width: 68px;
  width: 100%;
}
.blocks .desc p {
  font-size: 14px;
  text-align: justify;
}
.project-management ul {
  min-height: 0;
  width: 100%;
  max-width: 280px;
}
.dragatsi-logo {
  margin: 0 auto 30px;
  max-width: 100%;
  position: relative;
}
.dragatsi-logo a {
  display: block;
  max-width: 100%;
}
.project-management ul li:first-child {
  margin-bottom: 0;
}
.project-management ul li:nth-of-type(2), .project-management ul li:nth-of-type(3) {
  margin-bottom: 0;
}
.section-2 .project-management ul li {
  float: left;
  margin-bottom: 20px;
}
.section-2 .project-management ul li span {
  float: right;
  font-size: 16px;
  line-height: 120%;
  text-align: left;
  padding-left: 20px;
  padding-right: 0;
  width: 80%;
}
.get-in-touch .left {
  width: 100%;
  margin-bottom: 20px;
}
.section-1.gapping p {
  text-align: justify;
}
.section-2 .project-management ul li:last-child {
  margin-bottom: 0;
}
.get-in-touch .left h3{
	font-size: 20px;
}
.get-in-touch .right a span {
  font-size: 11px;
}
.get-in-touch .right a {
  font-size: 16px;
  padding: 16px 15px 15px;
}
.get-in-touch .right {
  float: none;
  margin: 0 auto;
  max-width: 285px;
}
.customer-review {
  width: 100%;
}
.section-4{
	background-size: 100% auto;
}
.footer .footer-block.footer-area-1 {
  width: 100%;
}
.footer .footer-block.footer-area-3 {
  width: 100%;
}
.footer .footer-block.footer-area-2 {
  margin: 30px auto;
  width: 100%;
}
.footer .footer-block {
  float: none;
}
.footer-block form .submit-btn {
  display: block;
  margin: 0 auto;
  width: 110px;
}
.footer-block form .submit-btn input[type="submit"] {
  font-size: 14px;
}
.footer-block form p {
  width: 100%;
}
.gapping {
  padding: 30px 0;
}
.copyright-text.mob-copyright {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.footer-area-1 .copyright-text {
  display: none;
}
#quick-enquiry-form > div#result {
  text-align: center;
  width: 100%;
}
#ajaxLoader {
  left: 70%;
}
/* Responsive menu close */
.abt_quoat p {
  font-size: 15px;
}
.abt_quoat p:before , .abt_quoat p:after{
  width: 18px;
  background-size: 100% auto;
  height: 18px;
}
.abt_quoat .quoat_own {
  font-size: 16px;
  margin-top: 7px;
}
.aboutus .welcome-block {
  width: 100%;
}
.aboutus .welcome-block .blocks {
  width: 100%;
}
.ourservices .services_wrap h3 {
  font-size: 17px;
}
.ourservices .services_box .service_img {
  width: 240px;
  margin: 0 auto 20px;
  float: none;
}
.ourservices .services_box .service_desc {
  width: 100%;
  float: none;
}
.ourservices .services_box .service_desc.left {
  text-align: left;
}
.ourservices .services_box .service_desc h4 {
  font-size: 17px;
}
.ourservices .services_box .service_desc p {
  text-align: justify;
}
.ourservices .services_box .service_part {
  margin-bottom: 23px;
}
.contact_wrap .cont_left {
  background: none;
  padding-right: 0;
  width: 100%;
}
.contact_wrap .cont_right {
  width: 100%;
  margin-top: 30px;
}
.footer-block .contact-info span {
  display: block;
  margin: 0;
}
.footer-block .contact-info span:first-child {
  margin-bottom: 17px;
}
}/*mobile view close*/

