@import "animate.css";
@import url(//fonts.googleapis.com/css?family=Racing+Sans+One);
@import url(//fonts.googleapis.com/css?family=Asap);
@import url(//fonts.googleapis.com/css?family=Merriweather+Sans);

@import "http://fonts.googleapis.com/css?family=Roboto:400,500,700";
@import "http://fonts.googleapis.com/css?family=Roboto+Condensed";
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 13px/17px "Droid Sans", sans-serif;
  color: black;
  background: url(../images/body-background.png) repeat;
  min-width: 1350px;background:none repeat scroll 0 0 #78A32D;
}

.page6 .address-block-wrapper a
{
    text-decoration:underline;
}
.page6 .address-block-wrapper a:hover
{
    text-decoration:none;
}
@media (max-width: 1199px) {
  body {
    min-width: 0;
  }
}
a {
  text-decoration: none;
  color: inherit;font-family: comic sans ms;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
li{font-family: comic sans ms;}

a:hover {
    color: #7e3e98;
}

img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 400 30px/32px "Racing Sans One", sans-serif;
  color: black;
  text-transform: uppercase;
}
@media (max-width: 979px) {
  h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
h3 {
  text-transform: uppercase;
  line-height: 18px;
  color:#800080;
  font-family: "Asap", sans-serif;   font-weight: bold;
}
h3 .lower {
  display: block;
  text-transform: none;
}
h4 {
  text-transform: uppercase;
  line-height: 18px;
  color: #800080;
  font-family: "Asap", sans-serif;
}
.heading1 {
  margin-bottom: 24px;
}
/* ======= Buttons ======= */
.btn-default {
  display: inline-block;
  font: 400 13px/13px "Asap", sans-serif;
  color: #84b5e6;
}
.btn-default:hover {
  color: #000000;
}
.btn-big {
  display: inline-block;
  font: 400 17px/17px "Asap", sans-serif;
  color: #84b5e6;
}
.btn-big:hover {
  color: #000000;
}
/* ======= Wrappers ======= */
.big-wrapper {
  background: #ffffff;
  width: 1324px;
  margin: 8px auto 0;
  padding: 39px 0 27px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(132, 181, 230, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(132, 181, 230, 0.1);text-align:justify;
}
@media (max-width: 1199px) {
  .big-wrapper {
    width: auto;
    margin: 0;
  }
}
.border-wrapper1 {
  position: relative;
  overflow: hidden;
}
.border-wrapper1 .grid_1 {
  position: relative;
}
.border-wrapper1 .border {
  position: absolute;
  left: 50%;
  background: #cfcfcf;
  background: rgba(0, 0, 0, 0.1);
  width: 1px;
  height: 20000px;
  top: 0;
}
@media (max-width: 767px) {
  .border-wrapper1 .border {
    display: none;
  }
}
.wrapper1 {
  padding-bottom: 50px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding-bottom: 21px;
}
#header h1 {
  float: left;
}
#header .info {
  padding-bottom: 32px;
}
#header .info .grid_12 {
  background-color: #78A32D;border-bottom-left-radius: 20px;box-shadow: 3px 2px 3px #888888;
  border-bottom: 2px solid #d6d6d6;border-top-right-radius: 20px;
}
#header #search {
  float: right;
  display: inline-block;
}
#header #stuck_container {
  left: 0;
}
@media (max-width: 1199px) {
  #header #stuck_container {
    text-align: center;
  }
  #header #stuck_container nav {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #header {
    text-align: center;
  }
  #header h1 {
    float: none;
  }
  #header #search {
    float: none;
  }
}
/* ======= Logo ======= */
h1 {
  display: inline-block;
}
h1 a {
  display: block;
}
h1 a span {
  display: block;
}
h1 a .first {
  font: 400 54px/54px "Racing Sans One", sans-serif;
  letter-spacing: -0.02em;
  color: #84b5e6;
}
h1 a .second {
  font: 400 13px/16px "Droid Sans", sans-serif;
  color: #606060;
  margin-top: -1px;
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
nav {
  margin-top: 15px;
  float: none;
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
.sf-menu > li + li {
   margin-left:10px;
}
@media (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 5px;
  }
}
.sf-menu > li > .sf-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #676767;
  bottom: 2px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  display: block;
  text-transform: uppercase;
  font: 400 16px/16px "Racing Sans One", sans-serif;
  padding: 13px 30px 14px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #191616;
}
@media (max-width: 1199px) {
  .sf-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 979px) {
  .sf-menu > li > a {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.sf-menu > li > a:hover {
  color: #800080;
  background-color: #78A32D;
}
.sf-menu .sfHover > a {
  color: #ffffff;
  background-color: #33B253;
}
.sf-menu .sfHover > a:after {
  color: #ffffff;
}
.sf-menu > li.current > a {
  color: black;
  background-color: #78A32D;
}
.sf-menu > li.current > a:after {
  color: #ffffff;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  display: none;
  min-width: 123px;
  font: 400 14px/28px "Merriweather Sans", sans-serif;
  position: absolute;
  top: 57px;
  left: 50%;
  margin-left: -61.5px;
  background: #ffffff;
  text-align: center;
  padding: 10px 0 7px 0;
  z-index: 2;
  border: 1px solid #d6d6d6;
}
.sf-menu ul:before {
  position: absolute;
  content: '';
  display: block;
  width: 18px;
  height: 10px;
  overflow: hidden;
  background: url(../images/triangle1.png) no-repeat center top;
  top: -10px;
  left: 50%;
  margin-left: -9px;
}
.sf-menu ul li {
  position: relative;
  display: block;
}
.sf-menu ul li > .sf-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #1b1b1b;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  display: block;
  color: #1b1b1b;
  text-transform: uppercase;
}
.sf-menu ul li a:hover {
  color: #ffffff;
  background: #84b5e6;
}
.sf-menu ul li + li {
  border-top: 1px solid #eaeaea;
}
.sf-menu ul > .sfHover > a {
  background: #84b5e6;
  color: #ffffff;
}
.sf-menu ul > .sfHover > a:after {
  color: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -11px;
  left: 123px;
  margin-left: 0;
  z-index: 4;
}
.sf-menu ul ul:before {
  display: none;
}
@media only screen and (max-width: 767px) {

  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #84b5e6;
    width: 100%;
    background: #ffffff;
    font: 400 16px/16px "Racing Sans One", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
  background: #ffffff;
  left: 0;
}
.isStuck nav {
  margin-top: 0;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content.common {
  padding-top: 32px;
}
/* ======= Box 1 Science & Technologies  ======= */
.box1 .content {
  background-color: #78A32D;
  border-top: none;
  height:auto;float:left;
  padding: 16px 24px 30px;    
    text-align: justify;
}
.box1 h3 {
    color: black;
    font-family: "Droid Sans",sans-serif;
    line-height: 20px;
}
.box1 h3 a:hover {
  color: #000000;
}
.box1 p {
  color: black;margin-bottom: 7px;
  line-height: 20px;
}
.box1 .btn-big {
  color: #ffffff;
  margin-top: 17px;
}
.box1 .btn-big:hover {
  color: #000000;
}
@media (max-width: 767px) {
  .box1 {
    margin-bottom: 50px;
  }
  .box1 img {
    width: 100%;
  }
}
.box1-wrapper1 {
  margin-top: 47px;
  margin-bottom: 69px;
  overflow: hidden;
}
.box1-wrapper1 h2 {
  margin-bottom: 19px;
}
/* ======= Box 2 Why choose us ======= */
.box2 h3 {
  margin-bottom: 23px;
}
.box2_list {
  margin-top: 29px;
  position: relative;
  padding-left: 34px;
  font: 400 13px/18px "Asap", sans-serif;

}
.box2_list .label {
  font: 400 30px/20px "Racing Sans One", sans-serif;
  color: PURPLE;
  text-transform: uppercase;
  position: absolute;
  left: 1px;
  top: 2px;
}
.box2_list:first-child {
  margin-top: 29px;
}
.box2 .btn-default {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .box2 {
    margin-bottom: 50px;
  }
}
/* ======= Box 3 Welcome ======= */
.box3 .heading {
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .box3 .heading {
    margin-bottom: 0;
  }
}
.box3 .posts {
  margin-bottom: 23px;
}
.box3 .posts img {
  margin-bottom: 23px;
}
.box3 .posts h3 {
  margin-bottom: 2px;
}
.box3 > p {
  line-height: 20px;
}
@media (max-width: 767px) {
  .box3 {
    margin-bottom: 50px;
  }
  .box3 img {
    margin-top: 30px;
  }
}
/* ======= Post 1 NEws ======= */
.post1 {
  position: relative;
  padding-left: 108px;
  padding-bottom: 32px;
}
.post1 time {
  position: absolute;
  left: 0;
  top: -5px;
  font: 400 17px/26px "Racing Sans One", sans-serif;
  color:PURPLE;
  text-align: center;
}
.post1 time span {
  display: block;
}

.page1 .post1 time span {
  float:left;
}



.post1 time span.date {
  font-size: 28px;
  margin-top: -3px;
}
.post1 h3 {
  margin-bottom: 9px;
}
.post1 .image-wrapper {
    left: 3px;
    position: absolute;
    top: 24px;
}
.post1 .image-wrapper img {
  display: block;
}
.post1 .image-wrapper .btn-default {
  margin-top: 19px;
}
@media (max-width: 979px) {
  .post1 {
    padding-left: 0;
  }
  .post1 time {
    position: relative;
    text-align: left;
    left: 0;
  }
  .post1 .image-wrapper {
    left: 0;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
  }
}
.post1-wrapper1 .post1 {
  position: relative;
}
.post1-wrapper1 .post1 + .post1:before {
  position: absolute;
  top: -31px;
  content: '';
  left: 0;
  width: 100%;
  height: 1px;
  overflow: hidden;
  background: url(../images/border1.png) repeat-x;
}
/* ======= Box 4 A few words about us ======= */
.box4 img {
  float: left;
  margin: 4px 20px 10px 0;
}
.box4 h3 {
  margin-bottom: 23px;
}
.box4 p {
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .box4 {
    margin-bottom: 50px;
  }
  .box4 img {
    width: 100%;
    float: none;
    margin-bottom: 0 0 20px 0;
  }
}
/* ======= Box 5 What we offer ======= */
.box5 {
  padding-left: 69px;
  position: relative;
}
.box5 .label {
  text-align: center;
  background: url(../images/button-background.png) repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 4px;
  font: 700 30px/50px "Asap", sans-serif;
  color: black;
}
.box5 h3 {
  margin-bottom: 9px;
}
.box5-wrapper1 .box5 {
  margin-bottom: 32px;
}
/* ======= Box 6 Our team ======= */
.box6 img {
    float: left;
    margin-right: 21px;
}
.box6 h3 {
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .box6 {
    margin-bottom: 50px;
  }
}
@media (max-width: 479px) {
  .box6 img {
    width: 100%;
  }
}
.box6-wrapper1 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.box6-wrapper1 .heading1 {
  margin-bottom: 28px;
}
/* ======= Post 2 Blog ======= */
.post2 {
  position: relative;
}
.post2 .head {

  position: relative;
  margin-bottom: 12px;
}
.post2 .head h3 {
  margin-bottom: 9px;
}
.post2 .head .info .by {
  float: left;
}
.post2 .head .info .comments {
  float: right;
}
.post2 time {
  position: absolute;
  left: 0;
  top: -5px;
  font: 400 17px/26px "Racing Sans One", sans-serif;
  color: #84b5e6;
  text-align: center;
}
.post2 time span {
  display: block;
}
.post2 time span.date {
  font-size: 28px;
  margin-top: -3px;
}
.post2 img {
  margin-top: 4px;
}
.post2 p {
  margin-bottom: 17px;
}
.post2 .btn-default {
  margin-top: -2px;
}
@media (max-width: 767px) {
  .post2 img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.post2-wrapper1 {
  margin-bottom: 88px;
}
.post2-wrapper1 .post2 {
  margin-bottom: 26px;
}
.list1-wrapper1 {
  margin-bottom: 69px;
}
/* ======= Box 7 Latest services overview ======= */
.box7 {
  background: #e9e9e9;
  padding: 20px 20px 16px 20px;
}
.box7 img {
  margin-bottom: 16px;
}
.box7 h3 {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .box7 img {
    width: 100%;
  }
}
.box7-wrapper1 {
  margin-top: 28px;
  margin-bottom: 37px;
}
.box7-wrapper1 .box7 {
  margin-bottom: 21px;
}
/* ======= Box 8 Gallery ======= */
.box8 .gallery_image {
  margin-bottom: 16px;
}
.box8 h3 {
  margin-bottom: 9px;
}
.box8 .btn-default {
  margin-top: 15px;
}
/* ======= Gallery 1 Technologies ======= */
.gallery1 {
  margin-top: 28px;
  margin-bottom: 58px;
}
.gallery1 .box8 {
  margin-bottom: 28px;
}
/* ======= Google Map  ======= */
.google-map1 {
  height: 402px;
  margin-top: 28px;
  margin-bottom: 30px;
}
/* ======= Address  ======= */
.address-block {
  border: 1px solid #e9e9e9;height: 100%;
  padding: 27px 19px 26px; height: 81%;
}
.address-block h3 {
  margin-bottom: 9px;
}
.address-block address span {
  display: block;
}
@media (max-width: 767px) {
  .address-block {
    margin-bottom: 30px;
  }
}
/* ======= Address block wrapper  ======= */
.address-block-wrapper {
  margin-bottom: 20px;
}
/* ======= Box 9 Privacy Policy ======= */
.box9 h3 {
  margin-bottom: 9px;
}
.box9 p {
  margin-bottom: 17px;
}
.box9-wrapper1 {
  margin-bottom: 64px;
}
.box9-wrapper1 .box9 {
  margin-bottom: 32px;
}
/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  color: #84b5e6;
}
.simple-link:hover {
  color: #000000;
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 19px;
  position: relative;
  font: 400 13px/17px "Asap", sans-serif;
  color: #676767;
  text-transform: uppercase;
}
.list1 li:before {
  content: '';
  left: 0;
  top: 6px;
  height: 6px;
  width: 6px;
  border-radius: 50px;
  background: #84b5e6;
  display: block;
  position: absolute;
}
.list1 li + li {
  margin-top: 13px;
}
/* ======= Social buttons 1 ======= */
.socials1 li {
  display: inline-block;
}
.socials1 li + li {
  margin-left: 7px;
}
.socials1 li a i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  display: block;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #606060;
}
.socials1 li a i.fa-facebook {
  background: #4264ab;
}
.socials1 li a i.fa-facebook:hover {
  background: #7496dd;
}
.socials1 li a i.fa-twitter {
  background: #46e2ed;
}
.socials1 li a i.fa-twitter:hover {
  background: #78ffff;
}
.socials1 li a i.fa-rss {
  background: #ff9124;
}
.socials1 li a i.fa-rss:hover {
  background: #cd5f00;
}
/* ======= Gallery  ======= */
.gallery_image a.big-image {
  display: block;
  position: relative;
  background: #000000;
}
.gallery_image a.big-image img {
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.gallery_image a.big-image .gallery_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a.big-image .gallery_hover .icon {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 40px;
  height: 60px;
  background: url(../images/zoom.png) no-repeat center top;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -20px;
}
.gallery_image a.big-image:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.gallery_image a.big-image:hover .gallery_hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery_image a.big-image:hover .gallery_hover .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 27px 0;
}
#footer .privacy-block {
  font: 400 11px/18px "Droid Sans", sans-serif;
  float: left;
}
#footer .socials1 {
  float: right;
  margin-top: -4px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #606060;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  outline: none;
  color: #800080;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/

/*************new styles starts************/


.main_logo {
    background-color: white;
    border-bottom-left-radius: 18px;
    border-top-right-radius: 23px;
    height: auto;
    width: 350px;
    border: 4px solid #78A32D;
}


.main_logo:hover {
    box-shadow: 6px 5px 10px #888888;
}

.box1.wow.fadeInUp.animated.animated img {
    border: 5px solid #78a32d;
    display: block;
    float: none;
    margin: 0 auto;
    width: 100%;
    box-sizing:border-box;
    
}

.google-map1{display:none;}
iframe {
    height: 300px;
    width: 100%;margin-bottom:10px;
}
#content.common {
    padding-top:2px;
}


.page6 .btn-default:hover {
    background-color: green;
}

.footer_menu {
    clear: both;
    display: inline-block;
    float: none;
    height: auto;
    margin-left: 11%;
    width: 55%;
}

.footer_menu li {
    float: left;
    margin: 0 auto;
}


.footer_menu a {
    margin: 0 auto;
    padding: 0 14px;
    width: 100%;
}

.grid_2_2{width:auto; margin-bottom: 22px;}
.grid_2_2 a:nth-child(2) {
    color: #848484;
    font-size: 14px;
}

.grid_2_2 a:nth-child(1) {
   
    font-size: 20px;
}
#search #m1 {
    color: #4ec9f5;
    display: block;
    float: right;
    font-family: roboto;
    font-size: 15px;
    font-weight: bolder;
    line-height: 0;
    padding-right: 49px;
    padding-top: 24px;
    text-align: center;
}   


.bold {
    font-size: 14px; 
    font-weight: bold;
    text-decoration: underline;
}




.page5 .post2 .head h3, .page5 .post2 .head p {
    margin-bottom: 0;
}


.new_grid{    /*height: 260px;*/margin-bottom: 20px;width: 45%;}
.f_active{color:#800080;text-decoration:underline;}
.footer_menu a:hover{text-decoration:underline;}
.canny {float: right;}
.page1 .box3 .posts {margin-bottom:0px;}
.border-wrapper1 .row .grid_3:nth-child(2) {width: 56%;}
.border-wrapper1 .row .grid_3:nth-child(4) {width: 35%;}
p{font-family: Comic Sans MS;font-size:14px;line-height:22px;margin-bottom:20px;}
.para1{color:black;text-decoration:underline;display: block;margin-top: 47px;}
.para2{float: left; margin-top:0px;color:black;text-decoration:underline;}
.para3{color:black;text-decoration:underline;margin-top:20px;float:left;}
.para4{color:black;text-decoration:underline;display: block;margin-top:67px;}
.pic_margin{float:left;margin:0 20px 10px 0;width:30%;}
.clearit {clear: both;float: none;width: 100%;}
.clearthis{clear:both;}
.pic_margin2 {float: left;margin: 0 20px 10px 0;width: 32%;}
.line_height1{line-height:24px;}


/*=============================================================================
===============================================================================*/

address
{
    font-family:roboto;
    font-size:15px;
    line-height:24px;
}














/*************new styles ends************/



@media only screen and (min-width:768px) and (max-width:1024px)
{
h2 {font: 400 21px/32px "Racing Sans One",sans-serif;}
.grid_12 {width: 97%;}
.grid_3 {width: 22%;}
.box1 .content {text-align: left;}
.grid_4 {width: 97%;}
.para1{color:black;text-decoration:underline;display: block;margin-top: 28px;}
.footer_menu {float: left;width:75%;padding-left: 12%;margin-bottom: 5px;margin-top: 5px;}
#header #stuck_container nav {float: left;}
.sf-menu > li > a {padding-left: 20px;padding-right: 20px;}
.page2 .grid_8 {width: 97%;}
.page2 .grid_3 {width: 97%;}
.page2 .grid_2 {width: 97%;}
.grid_8 {width: 95%;}
}


@media (width:768px) 
{
.grid_3 {width: 47%;}
.para2 {margin-top: 1px;}
.para3 {margin-top: 40px;}
}    




@media only screen and (min-width:641px) and (max-width:767px)
{
.search {border-bottom-left-radius: 37px;border-top-right-radius: 37px;float: right;margin-top: 10px;width: 380px;}
#header .info {padding-bottom: 2px;}
.container {padding: 0;width: 92%;}
.box1.wow.fadeInUp.animated.animated img {width: 50%;}
.border-wrapper1 .row .grid_3:nth-child(2) {width: 100%;}
.border-wrapper1 .row .grid_3:nth-child(4) {width: 98%;}
.post1 {padding-bottom: 2px;}
.wrapper1 {padding-bottom: 2px;}
.sf-menu > li > a {padding-left: 12px;padding-right: 12px;}
.post1.wow.fadeInUp.animated.animated > p {clear: both;}
.footer_menu {width: 91%;margin-bottom: 5px;margin-top: 5px;}
.box4 img {float: none;width: 44%;}
.page2 .grid_3 {width: 99%;}
.box6 img {display: block;float: none;margin: 0 auto 25px;}
.box6 {margin-bottom: 0;}
.page2 .grid_2 {margin-bottom: 0;}
.grid_4.new_grid {height: auto;width: 100%;}
}
@media only screen and (min-width:481px) and (max-width:640px)
{
.search {border-bottom-left-radius: 37px;border-top-right-radius: 37px;float: right;margin-top: 10px;width: 380px;}
#header .info {padding-bottom: 2px;}
.container {padding: 0;width: 92%;}
.box1.wow.fadeInUp.animated.animated img {width:77%;}
.border-wrapper1 .row .grid_3:nth-child(2) {width: 100%;}
.border-wrapper1 .row .grid_3:nth-child(4) {width: 98%;}
.post1 {padding-bottom: 2px;}
.wrapper1 {padding-bottom: 2px;}
.sf-menu > li > a {padding-left: 12px;padding-right: 12px;}
.post1.wow.fadeInUp.animated.animated > p {clear: both;}
.footer_menu {margin: 5px 0;width: 100%;padding: 0;}
.box4 img {float: none;width: 44%;}
.page2 .grid_3 {width: 99%;}
.box6 img {display: block;float: none;margin: 0 auto 25px;}
.box6 {margin-bottom: 0;}
.page2 .grid_2 {margin-bottom: 0;}
.grid_4.new_grid {height: auto;width: 100%;}
.sf-menu.sf-js-enabled.sf-arrows > li {width: 100%;}
.footer_menu a {padding: 0 8px;}
.post2-wrapper1 {margin-bottom: 0;}
}
@media only screen and (min-width:320px) and (max-width:480px)
{
.search {border-bottom-left-radius: 37px;border-top-right-radius: 37px;float: right;margin-top: 10px;width: 380px;}
#header .info {padding-bottom: 2px;}
.container {padding: 0;width: 92%;}
.box1.wow.fadeInUp.animated.animated img {width:90%;}
.border-wrapper1 .row .grid_3:nth-child(2) {width: 100%;}
.border-wrapper1 .row .grid_3:nth-child(4) {width: 98%;}
.post1 {padding-bottom: 2px;}
.wrapper1 {padding-bottom: 2px;}
.sf-menu > li > a {padding-left: 12px;padding-right: 12px;}
.post1.wow.fadeInUp.animated.animated > p {clear: both;}
.footer_menu {line-height: 20px;margin: 5px 0;padding: 0;width: 78%;margin: 11px auto;float: none;display: block;}
.box4 img {float: none;width: 44%;}
.page2 .grid_3 {width: 99%;}
.box6 img {display: block;float: none;margin: 0 auto 25px;}
.box6 {margin-bottom: 0;}
.page2 .grid_2 {margin-bottom: 0;}
.grid_4.new_grid {height: auto;width: 100%;}
.sf-menu.sf-js-enabled.sf-arrows > li {width: 100%;}
.footer_menu a {padding: 0 8px;}
.post2-wrapper1 {margin-bottom: 0;}
.main_logo {width: 100%;}
.canny {margin-top: 10px;}
.privacy-block.wow.fadeInUp.animated.animated{margin-bottom: 10px;}
.search .text1 {font-size: 28px;}
.wow.fadeInUp.search.animated.animated > img {margin-right: -95px;}



}


.captcha {
    background-color: gray !important;
    color: black !important;
    float: left;
    font-weight: bold !important;
    height: 40px !important;
    letter-spacing: 7px !important;
    padding: 0 20px !important;
    text-align: center;
    width: 44% !important;
}
.txtCaptcha {
    display: block;
    float: left;
    width: 44% !important;
    margin-left:20px!important;
    
}


.text_enter {
    float: left;
    width: 40%;
}


.page6 .btn-default {
    background-color: #800080;
    border-radius: 10px;
    color: white;
    display: block;
    float: left;
    font-family: "Asap",sans-serif;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-synthesis: weight style;
    font-variant: normal;
    height: 40px;
    line-height: 31px;
    margin-left: 2px;
    margin-right: 20px;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
    width: 120px;
    cursor: pointer;
}