/* lg */ 
@media (min-width: 1200px) {
 /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  
 /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  .navbar-nav > li {
    margin-left: 10px;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .recent-work-wrap .recent-work-inner h3 a {
    font-size: 20px;
  }

  .recent-work-wrap .overlay{
    padding: 15px;
  }

  .services-wrap {
    padding: 40px 10px 40px 30px;
  }

  .feature-wrap h2, 
  .single-services h2 {
    font-size: 18px;
  }

  .feature-wrap h3, 
  .single-services h3{
    font-size: 14px;
  }

  .tab-wrap .media .parrent.pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body{
    clear: both;
  }

  #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .recent-work-wrap .overlay .preview{
    line-height: inherit;
  }

  .team-bar .first-arrow {
    width: 21%;
  }

  .team-bar .second-arrow {
    width: 20%;
  }

  .team-bar .third-arrow {
    width: 21%;
  }

  .team-bar .fourth-arrow {
    width: 20%;
  }

  ul.social_icons li{
    margin-right: 0;
  }

}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-nav > li {
    margin-left: 0;
  }

  #main-slider .carousel h1 {
    font-size: 25px;
  }

  #main-slider .carousel h2 {
    font-size: 20px;
  }

  .tab-wrap .media .parrent.pull-left, 
  .media.accordion-inner .pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body, 
  .media.accordion-inner .media-body{
    clear: both;
  }

  .services-wrap {
    padding:10px;
  }

  .recent-work-wrap .overlay{
   padding: 15px;
  }

  .recent-work-wrap .recent-work-inner h3 a {
    font-size: 20px;
  }

  .sinlge-skill{
    width: 150px;
    height: 150px;
  } 

  .sinlge-skill p em {
    font-size: 25px;
  }

  .sinlge-skill p {
    font-size: 16px;
  }

  .team-bar .first-one-arrow {
    width: 2%;
  }

  .team-bar .first-arrow {
    width: 18%;
  }

  .team-bar .second-arrow {
    width: 24%;
  }

  .team-bar .third-arrow {
    width: 15%;
  }

  .team-bar .fourth-arrow {
    width: 20%;
  }

  .blog .blog-item .entry-meta > span a{
    font-size: 10px;
  }
}

/* xs */
@media (max-width: 767px) {
  .container > .navbar-header, .container > .navbar-collapse{
    margin-left: 0;
  }

  .top-number{
    font-size: 14px;
  }

  input.search-form:hover {
    width: 120px;
  }

  .navbar-nav > li {
    padding-bottom: 0;
  }

  #main-slider .carousel h1 {
    font-size: 25px;
  }

  #main-slider .carousel h2 {
    font-size: 16px;
  }

  .feature-wrap h2, 
  .single-services h2 {
    font-size: 18px;
  }

  .feature-wrap h3, 
  .single-services h3{
    font-size: 12px;
  }


  .media.accordion-inner .pull-left, 
  .media.accordion-inner .media-body{
    clear: both;
  }

  .accordion-inner h4 {
    margin-top: 10px;
  }

  .tab-wrap .media .pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .media-body{
    clear: both;
  }

  .nav-tabs > li.active > a:after{
    display: none;
  }

  #footer .col-sm-6{
      text-align:center;
  }
  
   #footer .pull-right{
      float: none !important;
  }

  .sinlge-skill {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .team .single-profile-top, 
  .team .single-profile-bottom {
    margin-bottom: 30px;
  }

  .clients-area {
    padding: 60px 0;
  }

  .clients-area h1 {
    font-size: 25px;
  }

  .portfolio-item, 
  #recent-works .col-xs-12.col-sm-4.col-md-3{
    padding:0 15px;
  }

  ul.social_icons li{
    margin-right: 0;
  }

  .blog .blog-item .entry-meta{
    margin-bottom: 20px;
  }

  .blog .blog-item .blog-content h3 {
    margin-bottom: 20px;
  }

  .post_reply_comments {
    padding-left: 20px;
  }
    

}

/* XS Portrait */
@media (max-width: 480px) {


}

@media (min-width: 768px) and (max-width: 1024px) {
.banner_subtitle {
    font-size: 16px;
    color: white;
    font-family: myriad pro;
}
}

@media (min-width: 767px) and (max-width: 1024px) {
.small_box {
    width: 80%;
    height: 100%;
    text-align: center; 
	display: flex;
justify-content: center; /* align horizontal */
align-items: center; /* align vertical */

    background:none;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 30px;
    top: 0px;
    box-shadow:none;
    /* opacity: 0.4; */

}

.small_box1 {
    width: 80%;
    height: 100%;
    text-align: center; 
	display: flex;
justify-content: center; /* align horizontal */
align-items: center; /* align vertical */

    background:none;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 30px;
    top: 0px;
    box-shadow:none;
    /* opacity: 0.4; */

}

.abc {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding-top: 15px;
    text-align: center;
    line-height: 30px;
}




}



@media (min-width: 320px) and (max-width: 767px) {
.small_box {
    width: 81%;
    height: 100%;
    text-align: center; 
	display: flex;
justify-content: center; /* align horizontal */
align-items: center; /* align vertical */

    background:none;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 30px;
    top: 0px;
    box-shadow:none;
    /* opacity: 0.4; */

}

.small_box1 {
    width: 81%;
    height: 100%;
    text-align: center; 
	display: flex;
justify-content: center; /* align horizontal */
align-items: center; /* align vertical */

    background:none;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 30px;
    top: 0px;
    box-shadow:none;
    /* opacity: 0.4; */

}

.abc {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    padding-top: 15px;
    text-align: center;
    line-height: 30px;
}




}




@media (min-width: 991px) and (max-width: 1024px) {
.small_box {
    width: 86% !important;
    height: 100%;
    text-align: center; 
	display: flex;
justify-content: center; /* align horizontal */
align-items: center; /* align vertical */

    background:none;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 30px;
    top: 0px;
    box-shadow:none;
    /* opacity: 0.4; */

}

}
@media (min-width: 1024px) and (max-width: 1191px) {
.small_box {
    width: 210px;
    height: 100px;
    text-align: center;
    background: radial-gradient(#8bb2c1, #0180b2);
    position: absolute;
    left: 192px;
    top: -40px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    z-index: 1;
    -webkit-box-shadow: 0px 24px 32px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 24px 32px -20px rgba(0,0,0,0.75);
    box-shadow: 0px 24px 32px -20px rgba(0,0,0,0.75);
	display: flex;
	justify-content: center; /* align horizontal */
align-items: center; /* align vertical */
}
}
.space_benf{height:30px;}
.ben_text_right{
   text-align: right;
    /* margin-top: 20px; */
    height: 65px;
    
    display: flex;
    justify-content: flex-end;
    align-items: center;
    }

.ben_text_left{
    text-align: left;
    /* margin-top: 20px; */
    height: 65px;
    display: flex;
    /* vertical-align: middle; */
    display: flex;
    /* justify-content: center; */
    align-items: center;}
@media (min-width: 768px) and (max-width: 1199px) {
#inner-box1 {
	background-color: rgba(63, 195, 255, 0.3);
	opacity: 0.8;
	padding: 70px 67px;
	text-align: center;
	transition: all 0.7s;
	color: #FFFFFF !important;
}	
}

@media (min-width: 320px) and (max-width: 979px) {
#team-slider h3 {
	background-color: rgba(63, 195, 255, 0.5);
	opacity: 1; padding:10px;
	
	text-align: center;

	color: #FFFFFF !important; position:absolute; bottom:20px; right:20px;
}	
}


@media (min-width: 320px) and (max-width: 425px) {
#team-slider h3 {
	font-size:12px !important;
}	

.hr_line {
    border-left: 1px dashed #333;
    width: 0px;
    height: 24px;
    position: relative;
    left: 27px;
    top: -9px;
}
.space_benf{height:30px;}

.ben_text_right{text-align:right; margin-top:5px;}

.ben_text_left{text-align:left; margin-top:5px;}

}

@media (min-width: 425px) and (max-width: 768px) {
.timer1 {
    font-size: 27px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 60px;
    color: #000000;
}

.timer {
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
}

.ben_text_right {
    text-align: right;
  
    font-size: 12px;    
	height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ben_text_left {
    text-align: left;
    height: 60px;
    display: flex;
    /* vertical-align: middle; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    font-size: 12px;
}

.ben_icon {
    border: 1px solid #000000;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    float: right;
    margin-left: 10px;
}

.ben_icon_left {
   
    height: 60px;
    width: 60px;
  
    margin-right: 10px;
}

.space_benf {
    height: 25px;
}

.hr_line {
	    border-left: 1px dashed #333;
    width: 0px;
    height: 26px;
    position: relative;
    left: 28px;
    top: -9px;
}

}


@media (min-width: 320px) and (max-width: 424px) {
.timer {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
}

.timer1 {
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    line-height: 60px;
    color: #000000;
}

.counter-item h2 {font-size: 14px;}

.counter-item img{width:75% !important;}

#grad {
    background: url(../images/banner/counter-bg.jpg);
    width: 100%;
    background-attachment: fixed;
    padding: 30px 10px;
}

.heading {
    font-size: 20px !important;
    line-height: 25px;
    width: 80%;
    margin: 15px auto;
    text-align: center;
}

.ben_icon {
    border: 1px solid #000000;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    float: right;
    margin-left: 30px;
}

.ben_icon_left {
   
    height: 60px;
    width: 60px;
  
}

}




@media (min-width: 979px) and (max-width: 1777777px) {
#team-slider h3 {
	background-color: rgba(63, 195, 255, 0.5);
	opacity: 0; padding:10px;
	
	text-align: center;

	color: #FFFFFF !important; position:absolute; bottom:20px; right:20px;
}	
}


@media (min-width: 500px) and (max-width: 767px) {
.banner_subtitle{font-size:12px; line-height:16px; font-weight:100;}

.product_heading {
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 30px;
    color: #f6b800;
}

}

@media (min-width: 320px) and (max-width: 500px) {
.banner_subtitle{ display:none !important;}

.product_heading {
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 30px;
    color: #f6b800;
}

}

@media (min-width: 320px) and (max-width: 600px) {
	.bg iframe {width:90% !important;}
	
.flip-box {
    float: left;
    display: block;
    position: relative;
    z-index: 2;
    width: 50% !important;
    height: 160px !important;}
	
	.index_flip-text {
    padding: 15px 11px !important;
    text-align: center;
    font-size: 14px !important;
}
.flip-box .flank {
    width: 150px;
    height: 160px !important;
    left: 75px;
}

.lead {
    font-size: 14px;}
	
.feature-wrap {
    margin-bottom: 20px;
    overflow: hidden;
}
}


@media (min-width: 767px) and (max-width: 1200px) {
.homepage {
    padding-bottom: 400px;
}

.bg_cross {
	height:364px; background-image:url(../images/index_cross_ind_product_bg.jpg); background-size:cover; background-position:center
}

}

li .dropdown	{    margin-left: 5px !important;
    line-height: 35px;}
	
	
	
@media (min-width: 320px) and (max-width: 425px) {
.ben_icon {
    border: 1px solid #000000;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    float: right;
    margin-left: 10px;
}

.ben_text_right {
    text-align: right;
 
    font-size: 12px;
	    height: 35px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hr_line {
    border-left: 1px dashed #333;
    width: 0px;
    height: 19px;
    position: relative;
    left: 18px;
    top: -9px;
}


.ben_icon_left {
    border: 1px solid #000000;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    float: left;
    margin-right: 10px;
}

.ben_text_left {
    text-align: left;
    
    font-size: 10px;
	height: 35px;
    display: flex;
 
   
  
    align-items: center;
    font-size: 12px;
}

.space_benf {
    height: 20px;
}

.gmap {
	border: 10px solid #f6f5f0;
	border-radius: 0% 50% 50% 50%;
	height: 300px;
	width: 300px;
	box-shadow: 0px 0px 3px 3px #e7e4dc;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

                 

}	


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

.bg_cross {
	height:364px; background-image:url(../images/index_cross_ind_product_bg.jpg); background-size:cover; background-position:center
}

}