/* Body 
------------------------------------- */
body {
	background: #f8fafb;
	font-family: 'Raleway', sans-serif;
}

html,body {
      width: 100%;
     overflow-x: hidden;
  }

.post-masonry img {
    width: 100%;
    display: block;
}

/* Typography
------------------------------------- */
h1,h2,h3,h4,h5 {
  font-weight: bold;
}

h1 {
  font-size: 62px;
  line-height: 72px;
}

h2 {
  color: #323232;
  font-size: 26px;
  line-height: 42px;
  letter-spacing: 1px;
  padding-bottom: 12px;
}

h3 {
/*  color: #ffa400;*/
  font-size: 16px;
  letter-spacing: 26px;
  letter-spacing: 2px;
}

h5 {
  color: #ffa400;
  line-height: 28px;
  letter-spacing: 2px;
}

p {
  font-size: 16px;
  letter-spacing: 0.9px;
  line-height: 32px;
}



/* All Section styles
------------------------------------- */
#testimonial, #blog, #counter, #contact {
padding-top: 40px;
padding-bottom: 40px;
min-height: 360px;
}

#about h3 {
  	padding-bottom: 12px;
}

.parallax-section {
  	background-attachment: fixed !important;
  	background-size: cover !important;
}

.logo img {
    border: none;
    padding-top: 26px;
}
/* navigation styles
/* ========================================== */
.navbar-default {
    background: rgba(255,255,255,1);
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    margin: 0 !important;
  }
.navbar-default .navbar-brand {
font-size: 20px;
font-weight: bold;
margin: 0;
height: auto;
max-width: 250px;
line-height: 76px;
padding-top: 10px;
  }
.navbar-default .navbar-brand img {
position: absolute;
bottom: 0px;
left: 10;
overflow: hidden;
z-index: 10;
  }
.navbar-default li {
  margin: 15px 20px;
}
.navbar-default .navbar-nav li a {
	font-weight: 700;
    color: #303030;
    font-size: 14px;
    padding: 0px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}
.navbar-default .navbar-nav li a:hover {
    color: #ffa400;
  }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #303030;
  background-color: transparent;
  outline:none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #01a59d;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
    border: none;
    padding-top: 26px;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #127997;
    border-color: transparent;
  }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}
.navbar-default li {
    margin: 28px 20px;
}
/* home section styles
/* ========================================== */
#home {
background: url('../images/head_bg_blue.png') center center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
height: 75vh;
  text-align: center;
  position:relative;
}
#home:after{
content: url(../images/home_banner_btm.png);
position: absolute;
bottom: -6px;
left: 0;
overflow: hidden;
width: 100%;	
}
#legal {
background: #2b3990; /* Old browsers */
background: -moz-linear-gradient(left, #2b3990 0%, #00a79d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #2b3990 0%,#00a79d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #2b3990 0%,#00a79d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3990', endColorstr='#00a79d',GradientType=1 ); /* IE6-9 */
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
height: 25vh;
  text-align: center;
  position:relative;
}
#legal:after{
content: url(../images/home_banner_btm.png);
position: absolute;
bottom: -6px;
left: 0;
overflow: hidden;
width: 100%;	
}

#home .btn-danger {
  background: #ffa400 !important;
  margin-right: 20px;
}

#home .btn-danger:hover {
  background: #ffc400 !important;
}

#home .btn {
  background: #000000;
  border-color: transparent;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 14px 52px;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
}

#home .btn:hover {
  background: #ffa400;
}
.hosting_banner_img{
	
}
.banner_left_sec{
	padding-right: 85px;
}
.banner_right_sec {
    position: absolute;
    top: -135px;
    background: url(../images/right_sec_img.png) no-repeat center top;
    height: 550px;
    width: 100%;
			-webkit-animation: bounce 1.2s ease-out;
-moz-animation: bounce 800ms ease-out;
-o-animation: bounce 800ms ease-out;
animation: bounce 1.2s ease-out;
}
.banner_right_sec h4 {
    position: relative;
    top: 182px;
    font-family: "Raleway",sans-serif;
    color: rgb(51, 51, 51);
    font-size: 24px;
    padding: 5px 88px 0 101px;
    font-weight: 400;
    line-height: normal;
}
.banner_right_sec span:nth-child(1){
	color:#2b3a90;
	    font-weight: 600;
    font-size: 30px;
}
.banner_right_sec span:nth-child(2){
	color:#00a69d;
	    font-weight: 600;
    font-size: 30px;
}

/*What we offer CSS
/* ========================================== */
#offer {
    padding: 80px 0 80px 0;
    background: url('../images/what-we-offer.jpg') no-repeat center right;
}
#offer:nth-cild(odd) h4{
	color:#127997;
}
#offer:nth-cild(even) h4{
	color:#00a79d;
}
#offer .counter-item p{
	color:#555252;
}
#offer p{
color: #555252;
text-align: center;
font-size: 16px;
}
#offer .counter-item{
text-align:center;	
margin: 40px 0 0 15px;
}
#offer2 {
    padding: 80px 0 80px 0;
    background: url('../images/what-we-offer.jpg') no-repeat center right;
}
#offer2:nth-cild(odd) h4{
	color:#127997;
}
#offer2:nth-cild(even) h4{
	color:#00a79d;
}
#offer2 .counter-item p{
	color:#555252;
}
#offer2 p{
color: #555252;
text-align: center;
font-size: 13px;
}
#offer2 .counter-item{
text-align:center;	
margin: 40px 0 0 0;
}
.counter-item h3 {
    background: #a2d4de url(../images/cloud_tech.png) no-repeat center;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border-radius: 50%;
	line-height:100px;
}

#offer h2{
text-align: center;
text-transform: uppercase;	
padding: 0;
margin: 0;
}
/*Amazing offers CSS
/* ========================================== */
#amazing_services{
padding: 80px 0 80px 0;
}
#amazing_services h2{
text-align: center;
color: #555252;
position: relative;
text-transform: uppercase;
font-size: 28px;
font-family: 'Raleway', sans-serif;
font-weight: 700;
margin-bottom: 0;
padding-bottom: 4px;
padding: 0;
margin: 0;
}
#amazing_services h2 span b{
color:#42d1c7 !important;	
}
#amazing_services h2 span:before{
	position:absolute;
content: url(../images/heading_img.png);
position: absolute;
left: -41px;
top: -4px;
}
#amazing_services h2 span:after{
		position:absolute;
content: url(../images/heading_img.png);
position: absolute;
right: -41px;
top: -4px;
}
#amazing_services p {
    color: #555252;
    text-align: center;
    font-size: 16px;
	color:#a8d7eb;
}
#amazing_services ul{
padding:0;
margin:0;
}
#amazing_services ul li {
    padding: 20px 0 5px 15px;
    margin: 0;
    list-style: none;
    box-shadow: 0px 1px 0px #5094b1;
}
#amazing_services ul li:nth-child(4){
	    border-bottom: solid 0px #1d617e;
    box-shadow: none;
}
#amazing_services ul li h2 {
    color: #35c9be;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: normal;
    margin-bottom: 8px;
}
#amazing_services ul li  p{
color:#555252;
text-align:left;
letter-spacing:normal;
line-height:normal;
}
.services_right_section {
    padding: 43px 0 0 69px;
    z-index: 1;
}
#amazing_services:after{
position: absolute;
bottom: -6px;
overflow: hidden;
right:0;	
}
/* testimonial section styles
/* ========================================== */
#testimonial .item {
  text-align: center;
  display: block;
  width: 100%;
  padding-bottom: 62px;
}

#testimonial .item img {
  display: inline-block;
}

/* about section styles
/* ========================================== */
#about .container {
    width: 1280px;
    padding: 0px;
    margin: 0 auto;
}

#about .col-md-6 {
	padding: 0;
}
#about{
padding: 30px 0px;	
}
#about .about-des {
  	padding: 30px;
}

#about .about-des h3 {
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Roboto Slab",serif;
}

#about .about-des h4 {
	font-size: 20px;
}

#about .about-des p {
    font-size: 14px;
    line-height: 24px;
    font-family: "Raleway",sans-serif;
    color: #232323;
}
/* Services section styles
/* ========================================== */
#services {
    background: url(../images/services_bg.png) no-repeat;
    min-height: 1040px;
    background-size: 100%;
	padding: 30px 0;
}

/* blog section styles
/* ========================================== */
#blog h2, #blog h4 {
  text-align: center;
}

#blog h2 {
  padding-bottom: 12px;
  font-size: 32px;
}

#blog h4 {
  padding-bottom: 32px;
  letter-spacing: 0.9px;
}

#blog p {
	padding-top: 10px;
	font-size: 14px;
	line-height: 28px;
}

#blog .blog-wrapper {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#blog .blog-wrapper h3 a {
  color: #000000;
}


/* Counter section styles
/* ========================================== */
#counter {
   background: url('../images/counter-bg.jpg') 20% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
}

#counter .support_icons {
color: #ffa400;
font-size: 32px;
border-radius: 50%;
width: 100px;
height: 100px;
margin: 0 auto;
}

#counter .counter-text {
  color: #ffffff;
  letter-spacing: 2px;
}
/* Pricing section styles
/* ========================================== */
#pricing_plans {
   padding: 80px 0 90px 0;
   background: url('../images/amazing_plans.jpg') no-repeat center right;
}
#pricing_plans .container h2 span.small_caption {
    display: block;
    border-bottom: none;
    font-size: 16px;
    color: #1c2d33;
    font-family: "Raleway",sans-serif;
    text-transform: initial;
}
.pricing {
    position: relative;
    border-radius: 0;
    text-align: center;
    background: #e5e5e5;
    min-height: 360px;
    margin: 0 17px 17px 0;
    padding-bottom:100px;
    padding-right:0px;
    padding-left:0px;
}	
.pricing h3 {
text-transform: uppercase;
font-size: 19px;
padding: 0;
margin: 0;
width: 44%;
position: absolute;
text-align: left;
top: 32px;
color: #ffffff;
font-family: 'Raleway', sans-serif;
font-weight: 400;
letter-spacing: normal;
line-height: normal;
}
.pricing p{
line-height: normal;
color: rgb(102, 102, 102);
font-size: 16px;
margin-top: 18px;
text-shadow: 0px 2px 2px #FFF;	
}
.pricing h4 {
    color: #383838;
    font-size: 35px;
    text-align: left;
    text-transform: uppercase;
    margin: 22px 0 0 0;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    padding: 0 0 0 22px;
}
.pricing button {
    width: 159px;
    height: 47px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 24px;
    border-radius: 0;
    border: none;
    left: 24%;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
}
.pricing button a {
    color: #fff;
    text-decoration: none;
}
.pricing:nth-child(even) button {
    background: #1db3a8;
}
.pricing:nth-child(odd) button {
    background: #127997;
}
#pricing_plans .pricing:nth-child(2n+1) .price_heading{
	height:105px;
background: #127997; /* Old browsers */
background: -moz-linear-gradient(-45deg, #127997 0%, #127997 50%, #2a87a2 50%, #2a87a2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #127997 0%,#127997 50%,#2a87a2 50%,#2a87a2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(122deg, #127997 0%,#127997 50%,#2a87a2 50%,#2a87a2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#127997', endColorstr='#2a87a2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
position: relative;
padding: 13px;
}
#pricing_plans .pricing:nth-child(2n) .price_heading{
	height:105px;
background: #1db3a8; /* Old browsers */
background: -moz-linear-gradient(-45deg, #1db3a8 0%, #1db3a8 50%, #3fbeb5 50%, #3fbeb5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #1db3a8 0%,#1db3a8 50%,#3fbeb5 50%,#3fbeb5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #1db3a8 0%,#1db3a8 50%,#3fbeb5 50%,#3fbeb5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1db3a8', endColorstr='#3fbeb5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
position: relative;
padding: 13px;	
}
#pricing_plans .pricing:nth-child(2n+1) h4{
	color:#127998;
}
#pricing_plans .pricing:nth-child(2n+1) h4 small{
	color:#127998;
	font-size:17px;
	text-transform: lowercase;
font-family: 'Roboto', sans-serif;
font-weight: 100;
}
#pricing_plans .pricing:nth-child(2n+1) h4 span{
	color:#127998;
		font-size:17px;
  vertical-align: text-top;
		text-transform: lowercase;
font-family: 'Roboto', sans-serif;
font-weight: 100;
}
#pricing_plans .pricing:nth-child(2n) h4{
	color:#1db3a8;
}
#pricing_plans .pricing:nth-child(2n) h4 small{
	color:#1db3a8;
		font-size:17px;
		text-transform: lowercase;
font-family: 'Roboto', sans-serif;
font-weight: 100;
}
#pricing_plans .pricing:nth-child(2n) h4 span{
	color:#1db3a8;
		font-size:17px;
  vertical-align: text-top;
		text-transform: lowercase;
font-family: 'Roboto', sans-serif;
font-weight: 100;
}
.price_heading img {
    position: absolute;
    right: 0;
    top: 15px;
}
.pricing_heading h2 {
    text-align: center;
    color: #323232;
    line-height: 42px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
	padding: 0;
margin: 0;
}
.pricing_heading p{
text-align:center !important;	
}
.pricing_heading{
	margin-bottom: 40px;
}
.priceing_animation .price_tag{
font-weight:normal;
}
/* contact section styles
/* ========================================== */
#contact {
background: url('../images/contact-bg.jpg') center center;
-webkit-background-size: cover;
background-size: 100% !important;
}

#contact .form-control {
    background: rgba(255,255,255,0.5);
    border-color: #cccccc;
    color: #ffffff;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 23px;
    transition: all 0.4s ease-in-out;
    padding: 10px;
}
#contact input[type="text"], #contact input[type="email"],#contact textarea {
    height: 36px;
    background: transparent;
    border: solid 1px #02a29c;
    width: 78%;
    margin-bottom: 12px;
	padding:10px 5px;
}
#contact button {
    background: #02a29c;
    color: #fff;
    border: none;
    padding: 13px 19px;
    float: right;
    margin-right: 79px;
}

#contact input[type="submit"] {
  background: #000000;
  border:none;
  border-radius: 4px;
  font-weight: bold;
  letter-spacing: 1px;
  height: 50px;
  margin-top: 10px;
}
#contact span {
 background-color:#A51D22;
 color:#FFF;
 padding: 3px 10px 3px 10px;
 font-size: 28px;
 float: left;
}
#contact input[type="submit"]:hover {
  background: #ffa400;
}

.form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #ffffff;
}
.form-control::-webkit-input-placeholder {
  color: #ffffff;
}

/*#contact .contact-detail {
  background: rgba(250,250,250,0.75);
  padding: 34px 10px 34px 60px;
}*/

#contact .contact-detail h2 {
  padding-bottom: 28px;
}

#contact .contact-detail div {
  padding-bottom: 10px;
}


/* footer section styles
/* ========================================== */
footer {
padding-bottom: 0;
}

footer p {
  padding-right: 40px;
  padding-bottom: 20px;
  font-size: 16px;
}

footer a {
  color: #606060;
}
.link-list ul:nth-child(2){
padding:0;
margin:0;	
}
.link-list ul.address li{
list-style: none;
font-family: 'Raleway', sans-serif;
font-size: 16px;
color: #666666;
float: left;
width: 50%;
line-height: 27px;
text-align: left;
}
.link-list ul.quick_links li{
list-style: none;
font-family: 'Raleway', sans-serif;
font-size: 16px;
color: #666666;
float: left;
width: 100%;
line-height: 27px;
text-align: left;
}
.link-list ul.quick_links li a{
color:#666666;
text-decoration:none;	
}
footer a:hover {
  color: #ffa400;
  text-decoration: none;
}
.social_links {
    padding: 0;
    margin: 0;
    width: 100%;
    clear: both;
}
.social_links li{
width: 45px;
height: 45px;
color: #00a99d;
font-size: 18px;
text-align: center;
line-height: 31px;
float: left;
list-style: none;
border: solid 1px #00a99d;
margin: 10px 10px 0 0;
border-radius: 6px;
padding-top: 5px;
}
.social_links li a{
	color: #00a99d;
font-size: 22px;
text-align: center;
padding:0;
}
.link-list a {
  color: #fff;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: "Raleway",sans-serif;
font-size: 16px;
}

.social-icon {
  padding: 0;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
}
.social-icon li a {
  background: #3c3c3c;
  border-radius: 100%;
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-right: 2px;
}
.social-icon li a:hover {
  background: #ffa400;
}

/*My Styles*/
.min_text{
font-family: "Raleway",sans-serif;
color: rgb(255, 255, 255);
font-weight: 400;
font-style: italic;	
text-align: left;
font-size: 46px;
margin-bottom: 28px;
}
.caption_text {
    font-family: "Roboto Slab",serif;
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: 400;
    text-transform: inherit;
    clear: both;
    margin-top: 35px;
    text-align: left;
}
.search_bar {
    height: 64px;
    text-align: left;
    padding: 10px 6px 6px 6px;
    border-radius: 40px;
    margin: -10px 0;
		font-family: 'Raleway', sans-serif;
		z-index:2;
}
.search_bar .domain {
    width: 100%;
    height: 52px;
    color: #ffffff;
    font-size: 24px;
    font-family: "Raleway",sans-serif;
    font-weight: bold;
    padding: 5px 18px;
    text-align: center;
    border: none;
    border-radius: 40px 40px 40px 40px;
}
.search_bar select {
    height: 52px;
    border: medium none navajowhite;
    margin-top: 0px;
    margin-left: -1px;
    background: #00a69d;
    width: 100%;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    padding: 0 8px;
    cursor: pointer;
    color: #fff;
}
.domain_ext {
    float: left;
    width: 21%;
    position: relative;
}
.search_bar .domain_ext::after {
    content: '\f107';
    position: absolute;
    right: 10px;
    top: 12px;
    font-family: fontawesome;
    font-size: 21px;
    color: #fff;
	pointer-events: none;
}
.search_bar button {
    background: #00a69d;
    float: left;
    height: 52px;
    margin-top: 0px;
    margin-left: 0px;
    border: none;
    border-left: solid 1px #fff;
    font-family: "Raleway",sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    width: 28%;
	border-radius: 0 40px 40px 0;
}
.yellow_color{
color:#ffae00;	
}
.social_icons{
padding:0;	
margin-top:23px;
}
.social_icons ul{
margin:0;
padding:0;	
}
.social_icons li{
	border: 1px solid rgb(149, 150, 151);
float: left;
width: 48px;
height: 48px;
border-radius: 50%;
line-height: 45px;
list-style: outside none none;
color: rgb(255, 255, 255);
font-size: 27px;
margin-right: 25px;
}
.about_content h2, #services h2, #contact h2 {
    color: #00a99d;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 0;
    padding-bottom: 4px;
    font-weight: 600;
}
.about_content p, #services p, #contact p, #pricing_plans p {
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    color: #666666;
    text-align: left;
    padding: 0 16px;
    letter-spacing: normal;
    line-height: normal;
}
.about_content h2 span,#services h2 span,#contact h2 span,#pricing_plans h2 span,#offer h2 span,#amazing_services h2 span{
position:relative;
/*border-bottom: solid 2px #FFAE00;*/
}
.about_content h2 span b,#services h2 span b,#contact h2 span b,#pricing_plans h2 span b,#offer h2 span b,#amazing_services h2 span b{
color:#00a69d;
}
.about_content h2 span:before,#services h2 span:before,#contact h2 span:before,#pricing_plans h2 span:before,#offer h2 span:before{
content: url(../images/heading_img_after.png);
position: absolute;
right: -260px;
top: -2px;
}
.about_content h2 span:after,#services h2 span:after,#contact h2 span:after,#pricing_plans h2 span:after,#offer h2 span:after{
content: url(../images/heading_img_before.png);
position: absolute;
left: -260px;
top: -2px;
}
.view_more{
color: #fff;
background: #ffae00;
height: 38px;
width: 150px;
border: none;
font-family: "Raleway",sans-serif;
text-transform: uppercase;
font-weight: 600;
line-height: 38px;
margin-top: 12px;
}
.view_more i {
    border-right: solid 1px #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-right: 11px;
    font-size: 16px;
	margin-right:5px;
}
.counter-item.funcionando h4 {
    font-weight: 400;
    font-size: 25px;
	margin-top: 26px;
	font-size:16px;
}
.counter-item.funcionando:nth-child(even) h4{
color:#127997;	
}
.counter-item.funcionando:nth-child(odd) h4{
color:#00a79d;	
}
.counter-item.funcionando:nth-child(even) .support_icons{
	background:#127997;
	position: relative;
	width: 100px;
height: 100px;
border-radius: 50%;
margin: 0 auto;
line-height:100px;
}
.counter-item.funcionando:nth-child(odd) .support_icons{
		background:#00a99d;
		position:relative;
}
.counter-item.funcionando:nth-child(even) button{
color:#127997;
border:solid 1px #127997;
text-transform: uppercase;
padding: 8px 15px;
border-radius: 7px;
font-size: 12px;
background: none;
background: none;
font-weight: bold;	
}
.counter-item.funcionando:nth-child(even) button a{
text-decoration: none;
}
.counter-item.funcionando:nth-child(odd) button{
color:#00a99d;
border:solid 1px #00a99d;
text-transform: uppercase;
padding: 8px 15px;
border-radius: 7px;
font-size: 12px;
background: none;
background: none;
font-weight: bold;
}
.counter-item.funcionando:nth-child(odd) button a{
text-decoration: none;
}
.counter-item.funcionando:nth-child(even) .support_icons:before,.counter-item.funcionando:nth-child(odd) .support_icons:before{
content: url(../images/offer_img.png);
position: absolute;
right: -2px;
top: 3px;
}

.counter-item.funcionando p {
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 300;
    font-family: "Raleway",sans-serif;
    margin-top: 22px;
}
.services_inner_section{
margin: 0 auto;
float: none;
min-height: 760px;
}
.services_inner_section .domain:nth-child(1){
	border-right:solid 1px #f4f4f4;
	border-bottom:solid 1px #f4f4f4;
}
.services_inner_section .domain:nth-child(4){
	border-left:solid 1px #f4f4f4;
	border-top:solid 1px #f4f4f4;
}
.services_inner_section  .hosting{
		border-bottom:solid 1px #f4f4f4;
}
.services_inner_section div{
	min-height:380px;
	text-align: center;
padding: 26px;
transition: 0.0s ease all;
}
.services_inner_section div:hover{
background:#ffae00;	
transition: 0.5s ease all;
}
.domain span i{
border: 1px solid rgb(218, 218, 218);
height: 85px;
width: 85px;
display: block;
border-radius: 30% 0%;
background: rgb(255, 255, 255) none repeat scroll 0% 0%;
color: #ffae00;
font-size: 43px;
text-align: center;
line-height: 82px;
margin: 34px auto;
}
.domain span, .domain h3 {
    margin: 30px 0 21px 0;
    font-size: 24px;
    font-family: "Raleway",sans-serif;
}
.domain p{
line-height: 23px;
font-family: "Raleway",sans-serif;
font-size: 13px;	
color:#1c2d33;	
}
.domain:hover h3,.domain:hover p{
color:#fff;	
}
.services_inner_section .circle {
    background: #fff;
    height: 86px;
    width: 86px;
    border-radius: 50%;
    border: solid 5px rgba(0,0,0,0.1);
    position: absolute;
    left: 44%;
    top: 44%;
	line-height:80px;
	text-align:center;
}
.services_inner_section .circle i{
color:#ffae00;	
font-size: 18px;
}
#website_today{
background: #2b3990; /* Old browsers */
background: -moz-linear-gradient(left, #2b3990 0%, #00a79d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #2b3990 0%,#00a79d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #2b3990 0%,#00a79d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3990', endColorstr='#00a79d',GradientType=1 ); /* IE6-9 */
height:270px;
line-height:270px;
text-align:center;
color:#fff;
font-family: "Raleway",sans-serif;
text-transform:uppercase;
position:relative;
}
#website_today::after {
    content: url(../images/blue_bar_bg.png);
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: -4px;
    line-height: normal;
}
.today h3 {
    font-size: 26px;
    margin: 24px 24px 0 180px;
    text-align: center;
    float: left;
    font-weight: 300;
	letter-spacing: normal;
}
.today button {
    float: left;
    color: #127997;
    background: transparent;
    border: none;
    height: 100px;
    line-height: normal;
    border-radius: 30px 0;
    width: 235px;
    font-size: 26px;
    font-family: "Roboto Slab",serif;
    text-align: center;
    margin-top: 96px;
}
.view_more_btn {
    color: rgb(0, 0, 0);
    font-size: 11px !important;
    text-transform: uppercase;
    font-family: "Raleway",sans-serif;
    margin-top: 9px;
    font-weight: 600;
    padding: 0 79px !important;
}
.today button span {
    font-size: 14px;
    display: block;
    font-family: "Raleway",sans-serif;
    text-align: left;
    padding: 0 53px;
}
#website_today .container,#website_today .row{
	height:270px;
}
#website_today .today {
    height: 250px;
    margin-top: 0;
    position: relative;
    padding-top: 93px;
	width:100%;
	overflow:hidden;
}
.priceing_animation {
    background: url(../images/amount_bg.png) no-repeat;
    position: absolute;
    top: 0;
    height: 220px;
    right: 14%;
	-webkit-animation: bounce 1.2s ease-out;
-moz-animation: bounce 800ms ease-out;
-o-animation: bounce 800ms ease-out;
animation: bounce 1.2s ease-out;
}
.send_btn{
background: #ffae00;
text-align: center;
margin: 0 auto;
width: 217px;
height: 51px;
border: none;
color: #fff;
font-size: 21px;
font-family: "Raleway",sans-serif;
font-weight: 600;
margin-bottom: 35px;
border-radius: 9px;
}
.submit-btn{
text-align:center;	
}
footer .link-list h2 {
    color: #ffae00;
    height: 30px;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 11px !important;
}
.copyright{
background: #2b3990; /* Old browsers */
background: -moz-linear-gradient(left, #2b3990 0%, #00a79d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #2b3990 0%,#00a79d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #2b3990 0%,#00a79d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3990', endColorstr='#00a79d',GradientType=1 ); /* IE6-9 */
height:93px;	
text-align:center;
color:#fff;
padding-top:30px;
font-family: "Raleway",sans-serif;
}
.copyright a{
text-align:center;
text-decoration: none;
color:#fff;
font-family: "Raleway",sans-serif;
line-height: 30px;
}
.mobile_link {
    background: url(../images/btm_image.png) no-repeat center bottom;
    width: 300px;
    height: 315px;
    margin-top: -66px;
}

.ios {
    width: 145px;
    height: 50px;
    border-radius: 10px;
    position: absolute;
    left: 28%;
    top: 44%;
		padding:10px;
}
.ios {
width: 145px;
height: 50px;
border-radius: 10px;
position: absolute;
left: 28%;
top: 40%;
padding: 0;
}
.android{
width: 145px;
height: 50px;
border-radius: 10px;
position: absolute;
left: 28%;
top: 57%;
padding: 0;
}
.ios a,.android a{
outline:none;	
}
.list_hosting{
position: relative;
top: 52px;	
z-index:1;
}
.list_hosting ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    height:170px;
    width: 100%;
}
.list_hosting ul li{
	list-style:none;
	float:left;
	line-height: normal;
	font-family: 'Roboto', sans-serif;
}
.list_hosting ul li:nth-child(1) {
    position: absolute;
    left: -42px;
    top: -1px;
    -webkit-animation: bounce 1.2s ease-out;
    -moz-animation: bounce 800ms ease-out;
    -o-animation: bounce 800ms ease-out;
    animation: bounce 1.2s ease-out;
    background: url(../images/us.png) no-repeat;
    display: block;
    height: 100%;
    width: 115px;
		padding: 78px 0 0 0;
}
.list_hosting ul li:nth-child(2) {
    position: absolute;
    left: 81px;
    top: 2px;
		-webkit-animation: bounce 1.3s ease-out;
-moz-animation: bounce 800ms ease-out;
-o-animation: bounce 800ms ease-out;
animation: bounce 1.3s ease-out;
    background: url(../images/net.png) no-repeat;
    display: block;
    height: 100%;
    width: 115px;
		padding: 103px 0 0 0;
}
.list_hosting ul li:nth-child(3) {
    position: absolute;
    left: 207px;
    top: 1px;
		-webkit-animation: bounce 1.4s ease-out;
-moz-animation: bounce 800ms ease-out;
-o-animation: bounce 800ms ease-out;
animation: bounce 1.4s ease-out;
    background: url(../images/com.png) no-repeat;
    display: block;
    height: 100%;
    width: 148px;
		padding: 116px 0 0 0;
}
.list_hosting ul li:nth-child(4) {
    position: absolute;
    left: 369px;
    top: 2px;
		-webkit-animation: bounce 1.5s ease-out;
-moz-animation: bounce 800ms ease-out;
-o-animation: bounce 800ms ease-out;
animation: bounce 1.5s ease-out;
    background: url(../images/net.png) no-repeat;
    display: block;
    height: 100%;
    width: 115px;
		padding: 77px 0 0 0;
}
.list_hosting ul li:nth-child(5) {
    position: absolute;
    right: -29px;
    top: 1px;
		-webkit-animation: bounce 1.6s ease-out;
-moz-animation: bounce 800ms ease-out;
-o-animation: bounce 800ms ease-out;
animation: bounce 1.6s ease-out;
    background: url(../images/us.png) no-repeat;
    display: block;
    height: 100%;
    width: 115px;
		padding: 79px 0 0 0;
}
.list_hosting li:nth-child(1) span:nth-child(1) {
    font-size: 19px;
    color: #454545;
	display: block;
}
.list_hosting li:nth-child(2) span:nth-child(2) {
    font-size: 19px;
    color: #454545;
	display: block;
}
.list_hosting li:nth-child(3) span:nth-child(3) {
    font-size: 21px;
    color: #454545;
	display: block;
}
.list_hosting li:nth-child(4) span:nth-child(4) {
    font-size: 28px;
    color: #454545;
	display: block;
}
.list_hosting li:nth-child(5) span:nth-child(5) {
    font-size: 19px;
    color: #454545;
	display: block;
}
.list_hosting li:nth-child(1) span:nth-child(2) {
    font-size: 19px;
    color: #00a69d;
	display: block;
}
.list_hosting li:nth-child(2) span:nth-child(2) {
    font-size: 19px;
    color: #00a69d;
	display: block;
}
.list_hosting li:nth-child(3) span:nth-child(2) {
    font-size: 28px;
    color: #00a69d;
	display: block;
}
.list_hosting li:nth-child(4) span:nth-child(2) {
    font-size: 21px;
    color: #00a69d;
	display: block;
}
.list_hosting li:nth-child(5) span:nth-child(2) {
    font-size: 19px;
    color: #00a69d;
	display: block;
}


@media (max-width: 1366px) {
    #home {
	height: 100vh;
	}
}

@media (max-width: 1280px) {
	#about .about-des {
		padding: 40px;
	}
	#about .about-des h3 {
		font-size: 20px;
	}
	
	#about .about-des h4 {
		font-size: 16px;
	}
	
	#about .about-des p {
		font-size: 13px;
		line-height: 24px;
	}
	#about .container {
    width: 100%;
}
/*Pricing*/
.pricing {
    position: relative;
    border-radius: 0;
    text-align: center;
    background: #e5e5e5;
    min-height: 330px;
    margin: 0 17px 0 0;
    width: 23.5%;
}
.banner_right_sec {
    top: -123px;

}
}
@media (max-width: 1024px) {
.banner_right_sec {
    background-size: 100%;
}	
.banner_right_sec h4 {
    top: 132px;
}
.hosting_banner_img img{
	width:100%;
}
.pricing {
    width: 29%;
	margin: 17px 17px 0 0;
}
.services_right_section {
    padding: 0;
}
.list_hosting ul li:nth-child(1) {
width: 19%;
padding: 55px 0 0 0;
background-size: 100%;
}
.list_hosting ul li:nth-child(2) {
left: 48px;
width: 20%;
padding: 84px 0 0 0;
background-size: 100%;
}
.list_hosting ul li:nth-child(3) {
left: 146px;
width: 30%;
padding: 105px 0 0 0;
background-size: 100%;
}
.list_hosting ul li:nth-child(4) {
left: 281px;
width: 20%;
padding: 80px 0px 0px;
background-size: 100% auto;
}
.list_hosting ul li:nth-child(5){
right: 0px;
width: 20%;
padding: 64px 0px 0px;
background-size: 100% auto;	
}
.priceing_animation {
    right: 0%;
}
}
/* mobile responsive section styles
/* ========================================== */
@media (max-width: 768px) {
  h1 {
    font-size: 53px;
  }
  #counter .counter-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .min_text {
    font-size: 39px;
}
.search_bar {
	height: 75px;
    padding: 10px;
}
.search_bar input[type="text"]{
font-size: 13px;
width: 100%;
}
.search_bar select {
    height: 54px;
    width:100%;
}
.search_bar button {
    height: 54px;
    font-size: 14px;
    width: 31%;
}
.caption_text {
   font-size: 25px;
}
.social_icons li {
    margin-right: 13px;
	display: inline-block;
	float:none;
}
.social_icons li:last-child(){
	   margin-right: 0;
}
#about .container {
    width: 100%;
}
.today h3 {
    font-size: 29px;
    margin: 14px;
    text-align: center;
    float: none;
    font-weight: 500;
    width: 55%;
}
.today button {
    margin-left: 5%;
}
.priceing_animation {
    right: 0%;
}
#contact input[type="text"], #contact input[type="email"], #contact textarea {
    height: 46px;
    background: transparent;
    border: solid 1px #02a29c;
    width: 100%;
    margin-bottom: 12px;
    padding: 10px 5px;
}
#contact button {
    margin-right: 0;
}
.pricing {
    position: inherit;
    margin: 10px 14px;
    width: 46%;
    float: left;
}
#pricing_plans h2{
margin-bottom: 10px ;	
}
.link-list {
    text-align: left;
    width: 33%;
	padding: 0 6px;
	float: left;
}
.mobile_link {
    margin-top: -98px;
    background-size: 100%;
}
.social_links{
	padding:0 8px;
	width:31%;
	float: right;
}
.social_links {
    padding: 0 8px;
    width: 100%;
    float: left;
}
.ios,.android{
    left: 21%;
}
#pricing_plans .container{
width: 100%;	
}
#home {
    height: 100vh;
}
#home .container {
    position: absolute;
    top: 90px;
    width: 100%;
}
.hosting_banner_img img {
    width: 75%;
}
.banner_left_sec {
    padding: 0;
}
.list_hosting ul li:nth-child(1) {
    left: 0;
    background-size: auto;
    width: 15%;
    padding: 74px 0px 0px;
}
.list_hosting ul li:nth-child(2) {
    left: 22%;
    background-size: auto;
    width: 15%;
    padding: 103px 0px 0px;
}
.list_hosting ul li:nth-child(3) {
    left: 41%;
    background-size: auto;
    width: 20%;
    padding: 114px 0px 0px;
}
.list_hosting ul li:nth-child(4) {
    left: 65%;
    background-size: auto;
    width: 15%;
    padding: 103px 0px 0px;
}
.list_hosting ul li:nth-child(5) {
    right: 0;
    background-size: auto;
    width: 15%;
    padding: 74px 0px 0px;
}
.banner_right_sec {
    background: none;
}
.banner_right_sec h4 {
color:#fff;
font-size: 40px;
top: 212px;
}
.banner_right_sec span:nth-child(1) {
color:#fff;
font-size: 43px;
}
.banner_right_sec span:nth-child(2) {
    color: #fff;
	font-size: 43px;
}
.services_right_section {
    padding: 0;
}
.services_right_section img{
width:100%;	
}
}

@media (max-width: 650px) {
  h1 {
    font-size: 40px;
  }
  .min_text {
    font-size: 39px;
}
        #legal {
        height: 0vh;
  }
  #offer2 {
    padding: 75px 5px 5px 5px;
}
.search_bar {
	height: 75px;
    padding: 10px;
}
.search_bar input[type="text"]{
font-size: 13px;
width: 100%;
}
.search_bar select {
    height: 54px;
    width: 100%;
}
.search_bar button {
    height: 54px;
    font-size: 14px;
    width: 31%;
}
.caption_text {
   font-size: 25px;
}
.social_icons li {
    margin-right: 13px;
	display: inline-block;
	float:none;
}
.social_icons li:last-child(){
	   margin-right: 0;
}
#about .container {
    width: 100%;
}
#website_today .today {
    height: 340px;
    margin-top: 0px;
}
.priceing_animation {
    right: 21%;
}
.banner_right_sec {
    position: absolute;
    top: -87px;
   
    height: 550px;
    width: 100%;
    -webkit-animation: bounce 1.2s ease-out;
    -moz-animation: bounce 800ms ease-out;
    -o-animation: bounce 800ms ease-out;
    animation: bounce 1.2s ease-out;
    background-size: 85%;
    padding: 0;
    left: 0;
}
.banner_right_sec h4 {
    top: 234px;
}
.today h3 {
    font-size: 29px;
    margin: 14px;
    text-align: center;
    float: none;
    font-weight: 500;
}
.today button {
    margin-left: 0;
}
.pricing {
    position: inherit;
    margin: 21px auto;
}
#pricing_plans h2{
margin-bottom: 10px ;	
}
.link-list {
    text-align: left;
    width: 23%;
    padding: 0 6px;
    float: left;
}
.social_links {
    padding: 0 8px;
    width: 31%;
    float: right;
}
.mobile_link {
    margin-top: 20px;
}
#amazing_services ul {
    padding: 0 14px;
    margin: 0;
}
.pricing {
    width: 100%;
}
.pricing button {
    left: 36%;
}
.services_right_section {
    padding: 0;
}
.services_right_section img{
width:100%;
}
#home {
    height: 930px;
}
.link-list {
    text-align: center;
    width: 100%;
    padding: 0 6px;
    float: left;
}
.social_links {
    width: 100%;
    float: left;
}
#contact input[type="text"], #contact input[type="email"], #contact textarea {
    width: 100%;
}
#contact button {
    margin-right: 0;
}
.list_hosting {
    top: -3px;
}
.list_hosting ul {
    height: 227px;
}
.list_hosting ul li:nth-child(1) {
    position: absolute;
    left: 0;
    top: -1px;
    -webkit-animation: bounce 1.2s ease-out;
    -moz-animation: bounce 800ms ease-out;
    -o-animation: bounce 800ms ease-out;
    animation: bounce 1.2s ease-out;
    background: url(../images/us.png) no-repeat;
    display: block;
    height: 100%;
    width: 18%;
    padding: 54px 0 0 0;
    background-size: 100%;
}
.list_hosting ul li:nth-child(2) {
    position: absolute;
    left: 17%;
    top: 2px;
    -webkit-animation: bounce 1.3s ease-out;
    -moz-animation: bounce 800ms ease-out;
    -o-animation: bounce 800ms ease-out;
    animation: bounce 1.3s ease-out;
    background: url(../images/net.png) no-repeat;
    display: block;
    height: 100%;
    width: 20%;
    padding: 87px 0 0 0;
    background-size: 100%;
}
.list_hosting ul li:nth-child(3) {
    position: absolute;
    left: 38%;
    top: 1px;
    -webkit-animation: bounce 1.4s ease-out;
    -moz-animation: bounce 800ms ease-out;
    -o-animation: bounce 800ms ease-out;
    animation: bounce 1.4s ease-out;
    background: url(../images/com.png) no-repeat;
    display: block;
    height: 100%;
    width: 25%;
    padding: 93px 0 0 0;
    background-size: 100%;
}
.list_hosting ul li:nth-child(4) {
    position: absolute;
    left: 62%;
    top: 2px;
    -webkit-animation: bounce 1.5s ease-out;
    -moz-animation: bounce 800ms ease-out;
    -o-animation: bounce 800ms ease-out;
    animation: bounce 1.5s ease-out;
    background: url(../images/us.png) no-repeat;
    display: block;
    height: 100%;
    width: 20%;
    padding: 66px 0 0 0;
    background-size: 100%;
}
.list_hosting ul li:nth-child(5) {
    position: absolute;
    right: 0;
    top: 1px;
    -webkit-animation: bounce 1.6s ease-out;
    -moz-animation: bounce 800ms ease-out;
    -o-animation: bounce 800ms ease-out;
    animation: bounce 1.6s ease-out;
    background: url(../images/us.png) no-repeat;
    display: block;
    height: 100%;
    width: 18%;
    padding: 59px 0 0 0;
    background-size: 100%;
}
#website_today .today {
    padding-top: 226px;
}
#website_today {
    height: 420px;
    line-height: normal;
    overflow: hidden;
}
}

@media (max-width: 450px) {
  h1 {
    font-size: 28px;
    line-height: 38px;
  }
  #home h5 {
    font-size: 11px;
  }
  #home .btn {
    display: inline-block;
    padding: 14px 32px;
  }
#home {
    height: 100vh;
}
        #legal {
        height: 0vh;
  }
  #offer2 {
    padding: 75px 5px 5px 5px;
}
.services_inner_section .circle{
display:none;	
}
  .min_text {
    font-size: 39px;
}
.search_bar {
	height: 75px;
    padding: 10px;
}
.search_bar input[type="text"]{
font-size: 13px;
width: 100%;
}
.search_bar select {
    height: 54px;
    width: 22%;
}
.search_bar button {
    height: 54px;
    font-size: 14px;
    width: 31%;
}
.caption_text {
   font-size: 25px;
}
.social_icons li {
    margin-right: 13px;
	display: inline-block;
	float:none;
}
.social_icons li:last-child(){
	   margin-right: 0;
}
#about .container {
    width: 100%;
}
#website_today .today {
    height: 244px;
    margin-top: 26px;
}
.today h3 {
    font-size: 29px;
    margin: 14px;
    text-align: center;
    float: none;
    font-weight: 500;
}
.today button {
    margin-left: 14%;
}
.pricing {
    position: inherit;
    margin: 21px auto;
}
#pricing_plans h2{
margin-bottom: 10px ;	
}
.link-list {
    width: 100%;
    text-align: center;
}
.social_links {
    padding: 0 8px;
    width: 100%;
    margin: 0 auto;
    float: left;
}
.mobile_link {
    margin: 0 auto;
}
#amazing_services ul {
    padding: 0 14px;
    margin: 0;
}
.pricing {
    width: 100%;
}
}

@media (max-width: 375px) {
  h1 {
    font-size: 24px;
    line-height: 34px;
  }
  #home h5 {
    font-size: 9px;
  }
  #home {
    height: 100vh;
}
        #legal {
        height: 0vh;
  }
  #offer2 {
    padding: 75px 5px 5px 5px;
}
  .min_text {
    font-size: 39px;
}
.search_bar {
    height: 88px;
    padding: 7px;
}
.search_bar input[type="text"]{
font-size: 13px;
width: 100%;
}
.search_bar select {
    height: 54px;
    width: 100%;
}
.search_bar .domain_ext::after {
    display: none;
}
.search_bar button {
    height: 54px;
    font-size: 14px;
    width: 31%;
}
.caption_text {
   font-size: 25px;
}
.social_icons li {
    margin-right: 7px;
	display: inline-block;
	float:none;
}
.social_icons li:last-child(){
	   margin-right: 0;
}
#about .container {
    width: 100%;
}
#website_today .today {
    height: 244px;
    margin-top: 26px;
}
.today h3 {
    font-size: 29px;
    margin: 14px;
    text-align: center;
    float: none;
    font-weight: 500;
}
.today button {
    margin-left:5%;
}
.pricing {
    position: inherit;
    margin: 21px auto;
}
#pricing_plans h2{
margin-bottom: 10px ;	
}
.link-list{
text-align:center;	
}
.mobile_link {
    margin-top: 20px;
}
.pricing {
    width: 100%;
}
.about_content h2 span::after, #services h2 span::after, #contact h2 span::after, #pricing_plans h2 span::after, #offer h2 span::after {
    content: url(../images/heading_img_before.png);
    position: absolute;
    left: -250px;
    top: -2px;
}

.about_content h2 span::before, #services h2 span::before, #contact h2 span::before, #pricing_plans h2 span::before, #offer h2 span::before {

    content: url(../images/heading_img_after.png);
    position: absolute;
    right: -248px;
    top: -2px;
}
.pricing_heading h2 {
    font-size: 24px;
}
#amazing_services h2 {
    font-size: 24px;
}
#amazing_services h2 span::before {
    left: -31px;
}
#amazing_services h2 span::after {
    right: -31px;
}
#amazing_services p {
    line-height: normal;
    padding: 0 11px;
}
#amazing_services ul {
    padding: 0 17px;
}
#website_today .today {
    height: auto;
    margin-top: 0;
}
#website_today {
    height: 440px;
	line-height:normal;
	overflow: hidden;
}
#website_today .container, #website_today .row {
    height: 100%;
}
#website_today .today {
    padding-top: 226px;
}
#contact {
 background:#e4e4e4 ;

}
.services_right_section {
    padding: 0;
}
.services_right_section img{
width:100%;	
}
.list_hosting {
    top: 0;
}
.list_hosting ul {
    height: 123px;
}
.hosting_banner_img img{
width:100%;	
}
.banner_left_sec {
    padding: 0;
    height: 200px;
}
#home .container{
position: absolute;
top: 90px;	
}
.banner_right_sec {
    background: url(../images/right_sec_img.png) no-repeat center top;
    height: 0;
    background: none;
	top:0;
	left: 0;
}
.banner_right_sec h4 {
    position: relative;
    top: 0;
    font-family: "Raleway",sans-serif;
    color: #fff;
    font-size: 24px;
    padding: 5px 20px 0 20px;
    font-weight: 400;
    line-height: normal;
}
.banner_right_sec span:nth-child(1),.banner_right_sec span:nth-child(2) {
    color: #fff;
}
.navbar-default .navbar-toggle {
    border: none;
    padding-top: 23px;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #127997;
    border-color: transparent;
}
.list_hosting li:nth-child(1) span:nth-child(1) {
    font-size: 16px;
}
.list_hosting li:nth-child(1) span:nth-child(2) {
    font-size: 14px;
}
.list_hosting li:nth-child(1) span:nth-child(3) {
     font-size: 16px;
}
.list_hosting li:nth-child(1) span:nth-child(4) {
     font-size: 16px;
}
.list_hosting li:nth-child(1) span:nth-child(5) {
     font-size: 16px;
}
.list_hosting li:nth-child(2) span:nth-child(2) {
    font-size: 14px;
    color: #00a69d;
    display: block;
}
.list_hosting li:nth-child(3) span:nth-child(2) {
    font-size: 18px;
}
.list_hosting li:nth-child(4) span:nth-child(2) {
    font-size: 14px;
}
.list_hosting li:nth-child(5) span:nth-child(2) {
    font-size: 14px;
}
.list_hosting ul li:nth-child(1) {
    position: absolute;
    left: 0;
    top: -1px;
    -webkit-animation: bounce 1.2s ease-out;
    -moz-animation: bounce 800ms ease-out;
    -o-animation: bounce 800ms ease-out;
    animation: bounce 1.2s ease-out;
    background: url(../images/us.png) no-repeat;
    display: block;
    height: 100%;
    width: 60px;
    padding: 32px 0 0 0;
    background-size: 100%;
}
.list_hosting ul li:nth-child(2) {
    position: absolute;
    left: 18%;
    top: 2px;
    -webkit-animation: bounce 1.3s ease-out;
    -moz-animation: bounce 800ms ease-out;
    -o-animation: bounce 800ms ease-out;
    animation: bounce 1.3s ease-out;
    background: url(../images/net.png) no-repeat;
    display: block;
    height: 100%;
    width: 65px;
    padding: 56px 0 0 0;
    background-size: 100%;
}
.list_hosting ul li:nth-child(3) {
    position: absolute;
    left: 38%;
    top: 0px;
    -webkit-animation: bounce 1.4s ease-out;
    -moz-animation: bounce 800ms ease-out;
    -o-animation: bounce 800ms ease-out;
    animation: bounce 1.4s ease-out;
    background: url(../images/com.png) no-repeat;
    display: block;
    height: 100%;
    width: 83px;
    padding: 60px 0 0 0;
    background-size: 100%;
}
.list_hosting ul li:nth-child(4) {
    position: absolute;
    left: 63%;
    top: 2px;
    -webkit-animation: bounce 1.5s ease-out;
    -moz-animation: bounce 800ms ease-out;
    -o-animation: bounce 800ms ease-out;
    animation: bounce 1.5s ease-out;
    background: url(../images/us.png) no-repeat;
    display: block;
    height: 100%;
    width: 60px;
    padding: 36px 0 0 0;
    background-size: 100%;
}
.list_hosting ul li:nth-child(5) {
    position: absolute;
    right: 0;
    top: 1px;
    -webkit-animation: bounce 1.6s ease-out;
    -moz-animation: bounce 800ms ease-out;
    -o-animation: bounce 800ms ease-out;
    animation: bounce 1.6s ease-out;
    background: url(../images/us.png) no-repeat;
    display: block;
    height: 100%;
    width: 65px;
    padding: 39px 0 0 0;
    background-size: 100%;
}
}

@media (max-width: 320px) {
  h1 {
    font-size: 24px;
    line-height: 34px;
  }
  #home {
        height: 470px;
  }
        #legal {
        height: 0vh;
  }
  #offer2 {
    padding: 75px 5px 5px 5px;
}
  #home h5 {
    font-size: 9px;
  }
  
  .min_text {
    font-size: 39px;
}
.search_bar {
    height: 88px;
    padding: 7px;
}
.search_bar input[type="text"]{
font-size: 13px;
width: 100%;
}
.search_bar select {
    height: 54px;
    width: 100%;
}
.search_bar .domain_ext::after {
    display: none;
}
.search_bar button {
    height: 54px;
    font-size: 14px;
    width: 31%;
}
.caption_text {
   font-size: 25px;
}
.social_icons li {
    margin-right: 7px;
	display: inline-block;
	float:none;
}
.social_icons li:last-child(){
	   margin-right: 0;
}
#about .container {
    width: 100%;
}
#website_today .today {
    height: 244px;
    margin-top: 26px;
}
.today h3 {
    font-size: 29px;
    margin: 14px;
    text-align: center;
    float: none;
    font-weight: 500;
}
.today button {
    margin-left:5%;
}
.pricing {
    position: inherit;
    margin: 21px auto;
}
#pricing_plans h2{
margin-bottom: 10px ;	
}
.link-list{
text-align:center;	
}
.mobile_link {
    margin-top: 20px;
}
.pricing {
    width: 100%;
}
.about_content h2 span::after, #services h2 span::after, #contact h2 span::after, #pricing_plans h2 span::after, #offer h2 span::after {
    content: url(../images/heading_img_before.png);
    position: absolute;
    left: -250px;
    top: -2px;
}

.about_content h2 span::before, #services h2 span::before, #contact h2 span::before, #pricing_plans h2 span::before, #offer h2 span::before {

    content: url(../images/heading_img_after.png);
    position: absolute;
    right: -248px;
    top: -2px;
}
.pricing_heading h2 {
    font-size: 24px;
}
#amazing_services h2 {
    font-size: 24px;
}
#amazing_services h2 span::before {
    left: -31px;
}
#amazing_services h2 span::after {
    right: -31px;
}
#amazing_services p {
    line-height: normal;
    padding: 0 11px;
}
#amazing_services ul {
    padding: 0 17px;
}
#website_today .today {
    height: auto;
    margin-top: 0;
}
#website_today {
    height: 440px;
	line-height:normal;
	overflow: hidden;
}
#website_today .container, #website_today .row {
    height: 100%;
}
#website_today .today {
    padding-top: 226px;
}
#contact {
 background:#e4e4e4 ;

}
.services_right_section {
    padding: 0;
}
.services_right_section img{
width:100%;	
}
.list_hosting {
    top: 0;
}
.list_hosting ul {
    height: 123px;
}
.hosting_banner_img img{
width:100%;	
}
.banner_left_sec {
    padding: 0;
    height: 200px;
}
#home .container{
position: absolute;
top: 90px;	
}
.banner_right_sec {
    background: url(../images/right_sec_img.png) no-repeat center top;
    height: 0;
    background: none;
	top:0;
	left: 0;
}
.banner_right_sec h4 {
    position: relative;
    top: 0;
    font-family: "Raleway",sans-serif;
    color: #fff;
    font-size: 24px;
    padding: 5px 20px 0 20px;
    font-weight: 400;
    line-height: normal;
}
.banner_right_sec span:nth-child(1),.banner_right_sec span:nth-child(2) {
    color: #fff;
}
.navbar-default .navbar-toggle {
    border: none;
    padding-top: 23px;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #127997;
    border-color: transparent;
}
.list_hosting li:nth-child(1) span:nth-child(1) {
    font-size: 16px;
}
.list_hosting li:nth-child(1) span:nth-child(2) {
    font-size: 14px;
}
.list_hosting li:nth-child(1) span:nth-child(3) {
     font-size: 16px;
}
.list_hosting li:nth-child(1) span:nth-child(4) {
     font-size: 16px;
}
.list_hosting li:nth-child(1) span:nth-child(5) {
     font-size: 16px;
}
.list_hosting li:nth-child(2) span:nth-child(2) {
    font-size: 14px;
    color: #00a69d;
    display: block;
}
.list_hosting li:nth-child(3) span:nth-child(2) {
    font-size: 18px;
}
.list_hosting li:nth-child(4) span:nth-child(2) {
    font-size: 14px;
}
.list_hosting li:nth-child(5) span:nth-child(2) {
    font-size: 14px;
}
.list_hosting ul li:nth-child(1) {
    position: absolute;
    left: 0;
    top: -1px;
    -webkit-animation: bounce 1.2s ease-out;
    -moz-animation: bounce 800ms ease-out;
    -o-animation: bounce 800ms ease-out;
    animation: bounce 1.2s ease-out;
    background: url(../images/us.png) no-repeat;
    display: block;
    height: 100%;
    width: 60px;
    padding: 32px 0 0 0;
    background-size: 100%;
}
.list_hosting ul li:nth-child(2) {
    position: absolute;
    left: 18%;
    top: 2px;
    -webkit-animation: bounce 1.3s ease-out;
    -moz-animation: bounce 800ms ease-out;
    -o-animation: bounce 800ms ease-out;
    animation: bounce 1.3s ease-out;
    background: url(../images/net.png) no-repeat;
    display: block;
    height: 100%;
    width: 65px;
    padding: 56px 0 0 0;
    background-size: 100%;
}
.list_hosting ul li:nth-child(3) {
    position: absolute;
    left: 38%;
    top: 0px;
    -webkit-animation: bounce 1.4s ease-out;
    -moz-animation: bounce 800ms ease-out;
    -o-animation: bounce 800ms ease-out;
    animation: bounce 1.4s ease-out;
    background: url(../images/com.png) no-repeat;
    display: block;
    height: 100%;
    width: 83px;
    padding: 60px 0 0 0;
    background-size: 100%;
}
.list_hosting ul li:nth-child(4) {
    position: absolute;
    left: 63%;
    top: 2px;
    -webkit-animation: bounce 1.5s ease-out;
    -moz-animation: bounce 800ms ease-out;
    -o-animation: bounce 800ms ease-out;
    animation: bounce 1.5s ease-out;
    background: url(../images/us.png) no-repeat;
    display: block;
    height: 100%;
    width: 60px;
    padding: 36px 0 0 0;
    background-size: 100%;
}
.list_hosting ul li:nth-child(5) {
    position: absolute;
    right: 0;
    top: 1px;
    -webkit-animation: bounce 1.6s ease-out;
    -moz-animation: bounce 800ms ease-out;
    -o-animation: bounce 800ms ease-out;
    animation: bounce 1.6s ease-out;
    background: url(../images/us.png) no-repeat;
    display: block;
    height: 100%;
    width: 65px;
    padding: 39px 0 0 0;
    background-size: 100%;
}
}

.dropdown {
  position: relative;
  top: 50px;
  right: 320px;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 400px;
  min-height: 200px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown2 {

}

.dropdown-content2 {
  display: none;
}