.form-control {
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0;
    font-family: 'Ruda', sans-serif;
    outline: 0 !important;
}


.address_footer .form-control {
    color: #eee;
}

#new_footer_section .btn-default:active, #new_footer_section .btn-default:focus, #new_footer_section .btn-default:hover{
  background: transparent !important;
} 

.img-responsive{
    width: 100%;
}

ul.top-social {
    background-color: #000;
}
ul.top-social {
    width: 36px;
    height: auto;
    position: fixed;
    z-index: 101;
    left: 0;
    padding: 15px 0 5px;
    margin: 15% 0 0 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.top-social li {
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
}
.top-social li a {
    color: #FFF;
}

.top-social li a i.fa-facebook {
    color: #768bb7;
}

.top-social li a i.fa-twitter {
    color: #a2d9f2;
}

.top-social li a i.fa-instagram {
    color: #ea4e56;
}
  
.top-social li a i.fa-instagram {
    color: #ea4e56;
}
  
.top-social li a i.fa-linkedin { 
    color: #0172b1;
}

.top-social li a i.fa-skype { 
    color: #02b3ff;
}

.top-social li a i.fa-google-plus { 
    color: #ff0202;
}


.top-social li a:hover {
    cursor: pointer;
    transition: all .2s ease-in-out;
    opacity: 0.5;
}

#new_footer_section {
    background-color: #333;
    padding-top: 60px;
    padding-bottom: 60px;
}

#new_footer_section h3 a {
    color: #fff;
    font-size: 18px;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 100;
    letter-spacing: 1px;
}

#new_footer_section .cust_dpmenu {
    list-style: none;
    padding: 0;
}

#new_footer_section .cust_dpmenu li a {
    font-family: 'Ruda', sans-serif;
    color: #aaa !important;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-shadow: none;
}

#new_footer_section .cust_dpmenu li a:hover {
    color: #eee;
}

#new_footer_section .address_footer h3 {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Ruda', sans-serif;
    text-align: left !important;
    letter-spacing: 0.5px;
    font-weight: 100;
}

#new_footer_section .footer_title {
    margin-top: 30px;
    color: #fff;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

#new_footer_section .btn-default {
    background-color: transparent;
    color: #fff;
    font-family: 'ruda', sans-serif;
    font-weight: 100;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 5px 15px;
}


.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}


.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(0, 0, 0, 0.61);
}

.hovereffect img p a{
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect img.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  
}

.hovereffect:hover img.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect p.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  
}

 .hovereffect:hover p.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  
}

 .hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.portfolio_top {    
	margin-top: 43%;
}

.services_cust h2 {
	margin-bottom: 10px;
    margin-top: 0;
}

.services_cust h2 span {
	font-weight: 100;
}

/*
form {
    position:relative;
}
form div {
    position:absolute;
    top:0;
    left:-120%;
    width:100%;
    overflow:hidden;
    
}
form div.active {
    left:0;
}*/

.cust_banner_input {
    background-color: transparent;
    border: 0px;
    border-bottom: 2px solid #ff8600;
    margin-right: -5px;
    color: #ff8600;
    width: 220px;
    margin-top: 10px;
}

.cust_banner_button {
    background-color: #ff8600;
    border: 2px solid #ff8600;
    color: #fff;
    padding: 0px 22px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 18px;
    margin-top: 10px;
}

.cust_banner_button1 {
    background-color: #ff8600;
    border: 2px solid #ff8600;
    color: #fff;
    padding: 0px 22px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 18px;
    margin-top: 10px;
}

.cust_banner_button:hover {
    background-color: #fff;
    border: 2px solid #ff8600;
    color: #1f481e;
    padding: 0px 22px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 18px;
    margin-top: 10px;
}

.display_none {
  background-color: transparent;
  border: 2px solid transparent;
  color: transparent;
}

button:focus {outline:0;}

input:focus {outline:0;}

.cust_blue_para {
    text-align: center;
    font-size: 38px;
    color: #ff8600;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1.5px;
}

.margin_top_banner {
    margin-top: 15%;
}

.we_accept_sticky {
    position: fixed;
    right: 0;
    z-index: 9;
    background-color: #fff;
    top: 20%;
    padding: 0;
    border-radius: 30px;
    text-align: center;
    color: #000;
    box-shadow: 0 0 25px #ccc;
    width: 40px;
    height: 40px;
}

.we_accept_onhover {
    height: 280px;
    -webkit-transition:height, 0.5s linear;
    -moz-transition: height, 0.5s linear;
    -ms-transition: height, 0.5s linear;
    -o-transition: height, 0.5s linear;
    transition: height, 0.5s linear;
}

.we_accept_sticky ul {
    margin: 0;
    padding: 0;
}

.we_accept_sticky_btc {
    display: inline-block;
    float: left;
}

.we_accept_sticky_btc img {
    width: 30px;
    margin: 3px;
}

li {
  list-style: none;
}

.suga-container {
    padding: 0;
    max-width: 178px;
}

.suga-slider-wrap {
  overflow: hidden;
  margin: 15px 14px 5px;
}

.suga-slider-group:before, .suga-slider-group:after {
  content: " ";
  display: table;
}
.suga-slider-group:after {
  clear: both;
}

.suga-slide {
  float: left;
  position: relative;
  margin-left: 0;
  padding-right: 8px;
}

.we_accept_footer1 {
    padding: 0;
}

.we_accept_footer1 li {
    list-style: none;
    float: left;
    display: inline;
}

.we_accept_footer1 li img {
    width: 30px;  
}

.cust_onhover_sec_below_block {
    display: block !important;
    -webkit-transition:height, 0.5s linear;
    -moz-transition: height, 0.5s linear;
    -ms-transition: height, 0.5s linear;
    -o-transition: height, 0.5s linear;
    transition: height, 0.5s linear;
    transition-delay: 2s;
}

article + [data-readmore-toggle], article[data-readmore]{display: block; width: 100%;}article[data-readmore]{transition: height 500ms;overflow: hidden;}




::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important; 
}

.we_accept_sticky img {
    height: 25px;
    margin-bottom: 0px;
}

.cust_onhover_sec {
    text-align: center;
    background-color: #eee;
    border-radius: 50px;
    padding: 5px 5px;
    height: 50px;
}

.cust_onhover_sec:hover .cust_onhover_sec_below_block  {
    transition-delay: 2s;
}

.cust_onhover_sec_below {
    padding: 10px 10px;
    -webkit-transition:height, 0.5s linear;
    -moz-transition: height, 0.5s linear;
    -ms-transition: height, 0.5s linear;
    -o-transition: height, 0.5s linear;
    transition: height, 0.5s linear;
    transition-delay: 2s;
}

.cust_onhover_sec {
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
    width: 40px;
    height: 40px;
    -webkit-transition:height, 0.5s linear;
    -moz-transition: height, 0.5s linear;
    -ms-transition: height, 0.5s linear;
    -o-transition: height, 0.5s linear;
    transition: height, 0.5s linear;
}

.cust_onhover_sec:hover .cust_onhover_sec_below {
    height: 335px;
    width: 50px;
    -webkit-transition:height, 0.5s linear;
    -moz-transition: height, 0.5s linear;
    -ms-transition: height, 0.5s linear;
    -o-transition: height, 0.5s linear;
    transition: height, 0.5s linear;
}

.cust_onhover_sec .cust_onhover_sec_below {
    height: 50px;
    width: 50px;
    -webkit-transition:height, 0.5s linear;
    -moz-transition: height, 0.5s linear;
    -ms-transition: height, 0.5s linear;
    -o-transition: height, 0.5s linear;
    transition: height, 0.5s linear;
}

.mobile_display_crypto {
    position: fixed;
    right: 0;
    z-index: 9999;
    top: 40%;
}

.mobile_display_crypto img {
    width: 30px;
    background-color: #fff;
    border-radius: 50%;
    padding: 2px;
}

.cust_blue_para_below:first-child{
        padding: 10px 15px;
}
.new_cust_blue_para_below_ul:first-child{
    
}

@media only screen and (min-width: 1080px) and (max-width: 1199px){
.carousel-inner {

     width: 440px!important;
}

#myCarousel .carousel-inner{
        top: 90px;
    width: 410px!important;
}

   
}

@media only screen and (max-width: 1080px){
#myCarousel .carousel-inner {
    top: 64px !important;
}
}
@media(max-width: 1920px) and (min-width: 768px) {
    .mobile_display_crypto {
        display: none;
    }
}

@media(min-width: 768px) and (max-width: 1920px) {
    .hide_mobile {
       display: none !important;
   }
}



@media(max-width: 767px) {
    .we_accept_sticky {
        display: none;
    }
    
    .hide_desktop {
       display: none;
    }

    .cust_banner_input {
    width: 200px;
   }

   .cust_banner_button {
    padding: 0px 10px;
   }
   
   .cust_banner_button:hover {
    padding: 0px 10px;
   }
   
   
}
.new_cust_blue_para_below_ul{
        padding: 15px;
}

@media(max-width: 768px){
    .cust_blue_para {
   
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 16px;
}
.home_intro p {
    font-size: 14px;
}
.services_cust h2{
        font-size: 28px;
}
.services_cust h4 a{
        font-size: 20px;
}
.cust_blue_para_below{
        font-size: 18px;
}
.cust_hm_button{
        font-size: 12px;
        padding: 10px 20px;
}
 .row h2[style]{
       color: #000 !important;
    font-size: 20px !important;
        line-height: 32px;
         margin: 10px;
}
 .row p[style]{
        font-size: 13px;
    margin: 10px;
}
.cust_professional .home_intro h1 {
        font-size: 24px;
    line-height: 32px;
}
.testimonail_text h2 {
    font-size: 22px;
}
#header .nopadding{
        padding: 0px 0 75px 0 !important;
}
#myCarousel .carousel-inner p {
    font-size: 14px;
}
.cust_banner_h1 {
    font-size: 20px;
}
.mybanner h2{
    font-size: 23px !important;
}
}


@media (min-width: 560px) and (max-width: 768px){
    
    #myCarousel .carousel-inner p {
    font-size: 16px !important;
}
#myCarousel .carousel-inner {
    top: 110px !important;
}
}

@media(min-width: 480px) and (max-width: 767px){
    #myCarousel .carousel-inner {
    top: 74px;
    width: 290px!important;
    
}

    .carousel-indicators li img {
    width: 70px;
    height: 70px;

}
}

@media(max-width: 480px){
    #myCarousel .carousel-inner p {
    font-size: 12px;
}
    .carousel-indicators li img {
    width: 40px !important;
    height: 40px !important;

}
#myCarousel .carousel-inner {
       top: 20px !important;
    width: 230px !important;
    
}
#myCarousel {
    height: 226px !important;
}
  #myCarousel .carousel-indicators {
    bottom: -26%!important;
    
}

}
@media (max-width: 350px){
  #myCarousel .carousel-inner {
    top: 20px !important;
    width: 196px !important;
}
}
@media (max-width: 320px){
    .carousel-inner {
    top: 20px;
    width: 230px!important;
}
#myCarousel {
    height: 200px !important;
}
}

.citypage-banner{
      margin-top: 114px;
}

@media (min-width: 1200px){
    .citypage-banner{
      margin-top: 114px;
}
}

@media (min-width: 991px) and (max-width: 1200px){
    .citypage-banner {
    margin-top: 92px;
}
}

@media (min-width: 767px) and (max-width: 991px){

.citypage-banner {
    margin-top: 84px;
}
}

@media (max-width: 767px){
    
    .citypage-banner .cust_banner_h1 {
            text-align: center;
    }
    #new_footer_section .container:first-child {
    padding-right: 4px;
    padding-left: 4px;
}

    
}

@media (min-width: 440px) and (max-width: 767px){
    
       .citypage-banner {
    min-height: 420px !important;
}
.citypage-banner {
    margin-top: 94px;
}
    
}

@media (max-width: 440px){
    .citypage-banner {
    margin-top: 40px;
}
}
