/*@media (min-width: 1281px) {
	.design-wrapper .rotating-slider ul.direction-controls li.left-arrow {
		right: 110%;
	}
	.design-wrapper .rotating-slider ul.direction-controls li.right-arrow {
		left: 110%;
	}
}
@media (min-width: 1025px) and  (max-width: 1280px){
	.design-wrapper .rotating-slider ul.direction-controls li.left-arrow {
		right: 130%;
	}
	.design-wrapper .rotating-slider ul.direction-controls li.right-arrow {
		left: 130%;
	}
}
@media (min-width: 991px) and  (max-width: 1024px){
	.design-wrapper .rotating-slider ul.direction-controls li.left-arrow {
		right: 120%;
	}
	.design-wrapper .rotating-slider ul.direction-controls li.right-arrow {
		left: 120%;
	}
}*/

@media (min-width: 992px) and  (max-width: 1199px) {
    .service-box .service-content {
        min-height: 300px;   
    }
}

@media (min-width: 992px) {
	/** Flex **/
	.flex-md-row {
		display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;  /* TWEENER - IE 10 */
		display: -webkit-flex; /* NEW - Chrome */
		display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
	}
	.item-md-center {
		-webkit-box-align: center;
		-webkit-flex-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}	
	.flex-md-reverse {		
		flex-direction: row-reverse;
	}
	.nav-section .navbar-default .navbar-collapse {  
		width: 100%;
		flex: 1;
	}
	.navbar-right-content {
		display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;  /* TWEENER - IE 10 */
		display: -webkit-flex; /* NEW - Chrome */
		display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
		
		-webkit-box-align: center;
		-webkit-flex-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		
		justify-content: right;
		float: right;
	}
	
	.nav-right-bar {
		padding-left: 15px;
	}
	.nav-section .navbar-nav > li {
		margin-left: 1px;
	}
	.nav-section .dropdown-menu > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.nav-section .navbar-nav > li > a {
		padding: 15px;
	}
	
	.main-wrapper {
		display: -webkit-box; 
		display: -moz-box;    
		display: -ms-flexbox;  
		display: -webkit-flex;
		display: flex;         
	}
	.co-wr {
		float: left;
	}
	.co-wr.one {
		width: 67%;
		flex: 1;
	}
	.co-wr.two {
		width: 33%;
	}
	
	.transform-center {
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%;
	}
	
	.transform-center-a {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		
		padding: 30px 60px;
		
		display: -webkit-box; 
		display: -moz-box;    
		display: -ms-flexbox;  
		display: -webkit-flex;
		display: flex; 
		
		-webkit-box-align: center;
		-webkit-flex-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.inner-transform {
		width: 100%;
	}
	
	.transform-center-b {
		top: 25px;
	}
	
	.rotate-thumb img {
		width: 500px;
		height: 140px;
		margin: auto;
	}
	.modal-dialog {
		margin-top: 60px;
	}
	
	.nav-section .navbar-default {
		position: static;
	}
	.nav-section .dropdown-menu {
		text-align: center;
	}
	.nav-section .dropdown-menu > li {
		display: inline-block;
	}
	.nav-section .navbar-nav > li.dropdown {
		position: static;
	}
    
    .results-body-a > .row {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
        -moz-column-fill: balance;
		-webkit-column-fill: balance;
		column-fill: balance;
		
		-webkit-column-gap: 0.25em;
		-moz-column-gap: 0.25em;
		column-gap: 0.25em;
    }
    .results-body-a > .row .portfolio-col{
        width: 100%;
        -webkit-column-break-inside: avoid;
        column-break-inside: avoid;
        display: inline-block;
        float: none;
    }
	
}
@media (min-width: 768px) {	
	.flex-sm {
		display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;  /* TWEENER - IE 10 */
		display: -webkit-flex; /* NEW - Chrome */
		display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
		
		-webkit-box-align: center;
		-webkit-flex-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}	
	
	.flex-sm-reverse {
		flex-direction: row-reverse;
	}			

	/*.full-row .panel-grid-cell,
	.full-row .panel-grid-cell {
		width: calc(50% - ( 0.5 * 0px ) ) !important;
	}*/
}

@media only screen and (max-width:1199px){
    .start-heads{
        font-size: 100px;
    }
    .service-box .service-content .abt-head-b {
        font-size: 24px;
    }
}

@media only screen and (max-width:991px){
	body #content .post .entry-content {
        float: none;
        margin: 0 7.6923%;
        width: auto;
    }
	.nav-section .navbar-header {
        float: none;
    }
    .nav-section .navbar-left,
	.nav-section .navbar-right {
        float: none !important;
    }
    .nav-section .navbar-toggle {
        display: block;
    }
    .nav-section .navbar-collapse {
        border-top: 0 solid transparent;
        box-shadow: inset 0 0 0 rgba(255,255,255,0.1);
        background-color: rgba(21,92,145,.3);
    }
    .nav-section {
		top: 0;
		border-width: 0 0 0;
		padding: 0;
	}
    .nav-section .navbar-collapse.collapse {
        display: none !important;
        
    }
    .nav-section .navbar-nav {
        float: none !important;
	}
	.nav-section .navbar-nav>li {
        float: none;
    }    
    .nav-section .collapse.in{
  		display:block !important;
	}	
	.nav-section .navbar-default .navbar-toggle {
		margin-top: 20px;
	}
	a.custom-logo-link {
		padding: 15px 0;
		max-width: 90%;
		display: table;
		margin: 0;
	}
	
	.nav-section {
		position: relative;
	}
	.nav-section.home .navbar-nav > li {
	    float: left;
	    padding-left: 15px;
	}
	.nav-section.home .navigative .navbar-nav > li > a {
	    font-size: 12px;
	}
	.nav-section .navigative .navbar-nav > li > a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.nav-logo {
		position: relative;
		top: 0;
		left: 0;
	}
	.bn-caps {
		padding: 30px 0;
	}
	.social-ftr {
		position: relative;
		bottom: 0;
		left: 0;
	}
	
	.nav-section.home,
	.nav-section.inner-pages {
	    padding: 10px 0;
	}
	
	.main-wrapper {
		height: auto;
	}
	.head-ax { 
		font-size: 30px;
		line-height: 40px;
	}
	.head-bx { 
		font-size: 28px;
		line-height: 40px; 
	}
	.sub-head-ax { 
		font-size: 19px;
		line-height: 30px;
	}
	.social-ftr-icon a {
		margin-right: 10px;
	}
	
	.left-wrapper, .right-wrapper {
		padding: 30px;
	}
	.social-ftrser {
		margin-top: 15px;
	}
	.social-ftrser.black {
		margin-top: 0;
		margin-bottom: 15px;
	}
	.social-ftrser,
	.list-menu-ftr, .menu-ftr {
		text-align: center;
	}
	
	.inner {
		width: 320px;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		left: 0;
		right: 0;
		margin-top: 0;
	}
	
	.design-wrapper .rotating-slider {
		overflow: hidden;
		max-width: 100%;
		max-height: 100%;
	}
	
	.design-wrapper .rotating-slider ul.direction-controls li.left-arrow {
		right: 88%;
	}
	.design-wrapper .rotating-slider ul.direction-controls li.right-arrow {
		left: 88%;
	}
	.noisy-head,
	.abt-head-b,
	.abt-head-a {
		font-size: 24px;
	}
	.text-b {
		font-size: 14px;
	}
	.nosy-img,
	.noisy-head {
		margin-right: 0;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.social-ftr-icon.pagesyy1 {
		margin-top: 15px;
		justify-content: center;
	}
	.social-ftr-icon.pagesyy1 a:last-child {
		margin-right: 0;
	}
	.cntct-bar-a {
		text-align: center;
	}
	.start-heads {
		font-size: 80px;
		line-height: 90px;
		display: table;
		margin: 0 auto;
	}
	.paddbottommobile {
		padding-bottom: 15px;
	}
	
	.innermenu-list {
		margin-bottom: 15px;
	}
	.nav-section .navbar-nav > li > a:hover:after, 
	.nav-section .navbar-nav > li.active > a:after {
		width: 100%;
	}
    .main-head {
        font-size: 45px;
        padding: 35px 0 20px;
    }
    .sub-head {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 15px;
    }
    .group-companies .row .col-md-6:first-child {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
	
	.banner-section .item > a > img, .banner-section .item > img, 
	.banner-section .carousel-inner > .item > img {
	    height: 130px;
	}
	
}

@media only screen and (max-width: 767px) {	
	.head-ax { 
		font-size: 24px;
		line-height: 30px;
	}
	.head-bx { 
		font-size: 22px;
		line-height: 30px; 
	}
	.sub-head-ax { 
		font-size: 16px;
		line-height: 30px;
	}
	
	.copy-right-a,
	.copy-right { 
		font-size: 14px;
		line-height: 25px;
	}
	
	.left-wrapper, .right-wrapper {
		padding: 25px;
	}
	
	#rc-imageselect, .g-recaptcha {
		transform: scale(0.80);
		-webkit-transform: scale(0.80);
		transform-origin: 35% 0px;
		-webkit-transform-origin: 35% 0px;
		display: inline-block;
	}
	
	.contact-box,
	.social-ftr-icon,
	.bn-caps {
		text-align: center;
	}
	.social-ftr .hr-b,
	.bn-caps .hr-a {
		margin-left: auto;
		margin-right: auto;
	}
	.captch-form  {
		text-align: center;
		display: table;
		margin: auto;
	}
	.contact-form .form-group {
		text-align: left;
	}
	
	.inner  {
		width: 250px;

	}
	.design-wrapper .rotating-slider ul.direction-controls li button {
		width: 25px;
		height: 25px;
	}
	
	.noisy-head, .abt-head-b, .abt-head-a {
		font-size: 20px;
	}
	.get-direction-head {
		font-size: 18px;
	}
	.start-heads {
		font-size: 60px;
		line-height: 70px;
		padding: 20px 0 15px;
	}
	.list-start-menu-list > li {
		padding-left: 10px;
		padding-right: 10px;
	}
	.header-inner {
		padding-bottom: 0;
	}
	.clnt-cmmnt .text-c{
		font-size: 14px;
	}
	.sub-head-b {
		font-size: 24px;
	}
	.abt-caption {
		margin-top: -30px;
	}
    .service-box .service-content {
        min-height: auto;
    }
    .banner-section .left.carousel-control, 
    .banner-section .right.carousel-control {
        width: 30px;
        height: 30px;
    }
    
    .banner-section .item > a > img, .banner-section .item > img, 
	.banner-section .carousel-inner > .item > img {
	    height: 115px;
	}
	
	
	
}

@media only screen and (max-width: 600px) {	
	.sub-head-a {
		font-size: 20px;
	}
	.form-control.input-a, 
	.form-control.textarea-a {
		font-size: 16px;
	}
	
	.left-wrapper, .right-wrapper {
		padding: 20px;
	}
	.nav-section .navigative .navbar-nav > li > a {
		font-size: 14px;
	}
	.list-start-menu-list > li {
		padding-left: 5px;
		padding-right: 5px;
	}
	.list-start-menu-list > li a {
		padding: 5px;
		font-size: 14px;
	}
	.nav-section.home .navbar-nav > li {
	    width: 33.33%;
	}
	
}

@media only screen and (max-width: 480px) {
	.head-ax { 
		font-size: 20px;
		line-height: 25px;
	}
	.head-bx { 
		font-size: 18px;
		line-height: 25px; 
	}
	.sub-head-ax { 
		font-size: 15px;
		line-height: 25px;
	}
	.inner  {
		width: 180px;
	}
	.portfolio li {
	    margin-left: 10px;
	}
	.portfolio li a {
	    font-size: 15px;
	}
	
	
	.banner-section .item > a, 
	.banner-section .carousel-inner > .item > a {
	    display: table;
	    margin: 0 auto;
	}
	.banner-section .item > a > img, .banner-section .item > img, 
	.banner-section .carousel-inner > .item > img {
	    height: 85px;
	    max-width: 90%;
	}
	
}

@media only screen and (max-width: 360px) {	
	.head-ax { 
		font-size: 18px;
		line-height: 25px;
	}
	.head-bx { 
		font-size: 16px;
		line-height: 25px; 
	}
	.inner  {
		width: 135px;
		
	}
	
	.start-heads {
		font-size: 45px;
		line-height: 60px;
		padding: 15px 0 10px;
	}
	
}
