/* 
=======================================================================
--------------------TO MAKE RESPONSIVE----------------------------------
---------------------------------------------------------------------- /

---------------------------------------------------------------------- */

/*@media all and (min-width: 1240px) {
  body {
    height: 105%;
  }
}*/

@media all and (min-width: 1025px) and (max-width: 1240px) {
  div#first_sec {
    width: 100%;
  }
  #first_sec h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  #first_sec h3 {
    font-size: 26px;
    padding: 0 15px;
    margin-bottom: 25px;
  }
  #main_sec {
    width: 100%;
  }
  .view.view-sixth {
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
  }
  div#view-mid {
    float: left;
    width: 100%;
  }
  div#copyright {
    margin-bottom: 10px;
  }
  .bg {
    background-attachment: fixed;
  }
  .line_break {
    display: none;
  }
  .main {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
  .main .view.view-sixth {
    float: left;
    width: 32%;
    height: auto;
    padding: 0 !important;
    margin: 0;
  }
  .main .view.view-sixth:nth-child(2) {
    margin: 0 10px;
  }
  .main .view.view-sixth img {
    width: 100%;
  }
  div#view-mid {
    float: none;
    margin: 20px auto !important;
    display: table;
    width: 65%;
  }
  div#view-mid .view-sixth {
    width: 47.8%;
    height: auto;
    margin: 20px 0 0 0;
    float: left;
  }
  div#view-mid .view-sixth:nth-child(2) {
    margin-left: 16px;
  }
  div#view-mid .view-sixth img {
    width: 100%;
  }
  .view .mask, .view .content {
    width: 100%;
    height: 100%;
  }

}

@media screen and (min-width: 768px) {
  .content, 
  .content .row, 
  .content .row .left-block, 
  .content .row .right-block,
  .sun-content
   {
    height: 100%;
  }
  .rocket-block, .contact-block {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(-50%);
  }
  .sun {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-48%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(-50%);
  }
  
  .sun img {
	  position:relative;
	  bottom:-96px;
  }

/*--------targetting the opera----------*/

  x:-o-prefocus, .rocket-block {
    top: 30%;
    transform: translateY(-30%);
  }
  x:-o-prefocus, .contact-block {
    top: 30%;
    transform: translateY(-30%);
  }
  x:-o-prefocus .sun {
	  position:relative;
	  top:50%;
	  transform: translateY(-50%);
  }
}

/*------targetting the IE10 and above------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */ 
   .rocket-block, .contact-block {
        top: 10%;
        transform: translateY(0%);
     }
	.sun {
		position:relative;
	  top:50%;
	  transform: translateY(-50%);
	 } 
}
@media all and (max-width: 1024px) {
  div#first_sec {
    width: 100%;
  }
  #first_sec h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  #first_sec h3 {
    font-size: 26px;
    padding: 0 10px;
    margin-bottom: 25px;
  }
  #main_sec {
    width: 100%;
  }
  .view.view-sixth {
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
  }
  div#view-mid {
    float: left;
    width: 100%;
  }
  div#copyright {
    margin-bottom: 10px;
  }
  .bg {
    background-attachment: fixed;
  }
  .line_break {
    display: none;
  }
}
@media all and (min-width: 481px) and (max-width: 1240px) { 
  .main {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
  .main .view.view-sixth {
      float: left;
      width: 32%;
      height: auto;
      padding: 0 !important;
      margin: 0;
  }
  .main .view.view-sixth:nth-child(2) {
    margin: 0 10px;
  }
  .main .view.view-sixth img {
    width: 100%;
  }
  div#view-mid {
    float: none;
    margin: 20px auto !important;
    display: table;
    width: 65%;
  }
  div#view-mid .view-sixth {
      width: 47.8%;
      height: auto;
      margin: 20px 0 0 0;
      float: left;
  }
  div#view-mid .view-sixth:nth-child(2) {
    margin-left: 16px;
  }
  div#view-mid .view-sixth img {
    width: 100%;
  }
  .view .mask, .view .content {
    width: 100%;
  }
}
@media all and (min-width:768px) and (max-width: 1024px) {
  .view h2 {
      font-size: 14px;
      margin: 8px 10px !important;
  }
  .main .view:first-child h2 {
      font-size: 15px;
      margin: 10px 10px !important;
      padding: 5px 0;
  }
  .view p {
    font-size: 12px;
    padding: 5px 10px 0;
  }
  .main .view:first-child p {
    font-size: 11px;
    padding: 5px 10px 0;
  }
  .view a.info {
    padding: 4px 14px;
    font-size: 12px;
  }
}
@media all and (min-width:600px) and (max-width: 768px) {
  body {
    height: 100%;
  }
}
@media all and (min-width:481px) and (max-width: 767px) {
  .view h2 {
    font-size: 12px;
    margin: 0 10px !important;
  }
  .main .view:first-child h2 {
    font-size: 12px;
    margin: 0 10px !important;
    padding: 5px 0;
  }
  .view p {
    font-size: 12px;
    padding: 5px 10px 0;
  }
  .main .view:first-child p {
    font-size: 11px;
    padding: 5px 10px 0;
  }
  .view a.info {
    padding: 4px 14px;
    font-size: 12px;
  }
}
@media all and (min-width:481px) and (max-width: 600px) {
  .main .view.view-sixth {
    width: 31.8%;
  }
  div#view-mid .view-sixth {
    width: 48.4%;
  }
  div#view-mid .view-sixth:nth-child(2) {
    margin-left: 10px;
  }
  .view h2 {
    font-size: 10px;
    margin: 0 10px !important;
    padding-bottom: 5px;
  }
  .view p {
    font-size: 9px;
    padding: 5px 10px 0;
  }
  .main .view:first-child p {
    font-size: 9px;
    padding: 5px 5px 0;
    margin-bottom: 2px;
  }
}
@media all and (max-width: 480px) {
  .view .mask, .view .content {
    width: 100%;
  }
  .view p {
    padding: 10px 20px 5px;
  }
}

@media screen and (max-width: 767px) {
	body { height: auto;}
  .left-block, .right-block {
    overflow: hidden;
  }
  .contact-block, .rocket-block {
    margin-top: 60px;
  }
  .contact-block .col-sm-6:first-child .form-control {
    margin-bottom: 15px;
  }
  .sun-content {
	  padding-top: 50px;
  }
  .sun img {
	  display:inline;
	  margin-bottom:15px;
  }
  .menu.m-control a {
	  border-radius:0;
	  border:none;
	  background:none;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 28px;
  }
  .contact-block h2 {
    margin-bottom: 30px;
  }
  .contact-block .para {
    margin-bottom: 40px;
  }
  .contact-block form {
    margin-bottom: 50px;
  }
  .contact-block .form-control {
    line-height: 1;
  }
  .form-control::-moz-placeholder {
    font-size: 10px;
    line-height: 2;
  }
.form-control:-ms-input-placeholder {
    font-size: 10px;
    line-height: 2;
  }
.form-control::-webkit-input-placeholder {
    font-size: 10px;
    line-height: 2;
  }
  .rocket-block h1 {
    margin-bottom:20px;
  }
  .timing {
    margin-top: 22px;
  }
  .social-icon li {
    font-size: 30px;
  }
}

.touch #main { property: value }