@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap
Author URL: http://shapebootstrap.net
*/
/*************************
*******Typography******
**************************/
body {
 /* padding-top: 100px;*/
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #64686d;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #272727;
}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}



.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #45aed6;
  border-color: #2a95be;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #2a95be;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  
}


}
/*************************
*******Header******
**************************/
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
 /* padding: 22px 15px 21px;*/
   padding: 5px 15px 13px;
}
@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.77);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
   /* background: transparent;*/
    padding-top: 37px;
    border-top: 3px solid #fff;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
}
#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 558px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h2 {
  margin-top: 238px;
  font-size: 34px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
#main-slider .slider-inner h2 > span {
  color: #45aed6;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #45aed6;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}





}






/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}


#about {
  padding: 100px 0;
}
#work-process {
  padding: 50px 0 50px;
  background: #efede6;
  background-size: cover;
  color: #fff;
}
#work-process h2 {
  color: #fff;
}
#work-process h3 {
  color: #fff;
  margin-bottom: 0;
}
#work-process .icon-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #45aed6;
  border-radius: 100px;
  position: relative;
}
#work-process .icon-circle > span {
  border-style: solid;
  border-width: 2px;
  border-color: #45aed6;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: -12px;
  color: #64686d;
}
#work-process h3 {
  margin-bottom: 50px;
}














/***********************
********* Footer ******
************************/

@media only screen and (min-width: 768px) {
 
}


/* Ravi Importanat poopular link css */



/*cascade starts*/
.tester{ margin-right: 20px;}
.tester-connection{ padding-left:0px !important;}
.tester-connection li{ list-style:none; border-radius:10px; margin-bottom:10px; font-size: 18px;}
.bgblack{ background-color:#414142; padding: 36.4px 35px;}
.bggreen{ background-color:#5bbf6e; padding: 36.4px 35px;}
.bgviolet{ background-color:#ac7ab5; padding: 36.4px 35px;}
.navbar-nav{ text-transform:uppercase; color: #414142;}
.navbar-nav li a{ color: #414142 !important; font-weight: 300; padding: 32px 20px 32px 20px!important; font-size:13px; border-top: 3px solid rgba(255, 255, 255, 0.00);}
.navbar-nav li span{ display:list-item;}
.menu-image1{ margin-left: 5px;}
.menu-image2{ margin-left: 25px;}
.menu-image3{ margin-left: 25px;}
.menu-image4{ margin-left: 50px;}
.menu-image5{ margin-left: 33px;}
.menu-image6{ margin-left: 15px;}
.menu-image7{ margin-left: 20px;}
.top-header{ background:#efede6; padding: 10px 0px; }
.headerpara{ color:#414142; margin: 0px !important; font-size:13px; }
.list-header{ margin: 0px !important;}
.list-header li{ list-style:none; display:inline-block; float: right;}

.login1{ background:#cdcdcb; margin-top: -10px; margin-left: 15px; border-radius: 0px 0px 10px 10px; padding: 5px 5px;}
.contact-numbr{ margin-bottom:0px !important; margin-right: 15px; color:#666;}
.border-rigt{ border-right:1px #848484 solid;}
.login1 p{ display:inline-block; margin-bottom: 0px !important; font-size: 14px; padding-left: 10px; padding-right: 10px;}
.login1 a{ color:#666;}
.list-image img{ margin-bottom: 5px; width: 169px;}
.column-title{ color:#363738 !important; font-size: 20px; text-transform: uppercase; font-weight: 400; margin-bottom: 15px !important; padding-bottom: 0px !important;}


.tester-connection li img{ margin-right: 15px;}

.news-section{ background-color:#fff; padding-bottom: 10px; border-radius: 6px;}
.head-darkbrown{ background-color:#b32829; padding:7px 10px; border-radius:5px 5px 0px 0px;}
.header-news{ color:#fff !important; font-size:18px !important; font-weight:400 !important; margin:0px !important;}
.list-news{ padding:0px; margin: 0px;}
.list-news li{ list-style:none; font-size:12px; color:#414142; }
.newsheading{ color:#2c2c30; font-size:16px !important;}
.news-datas{ background:#f3f3f3; margin:10px 10px 0px; padding: 10px 15px;}
.horrizontallinenews{ border:1px #dcdad4 solid; margin-bottom:8.5px; margin-top:8.5px; }
.head-darkblue{ background-color:#045287; padding:10.5px 10px; border-radius:5px 5px 0px 0px;}
.loginform{ background:#006cb5; padding:25px 25px 57px 15px; border-radius: 0px 0px 5px 5px;}


.inputbox1 {
    background: url(../images/mail.png) no-repeat scroll left center rgba(255, 255, 255, 1);
    border: 1px solid #ccc;
    color: #999;
    margin-bottom: 20px;
    padding: 5px 5px 5px 30px;
    width: 100%;
	
}

.inputbox2 {
    background: url(../images/paswd.png) no-repeat scroll left center rgba(255, 255, 255, 1);
    border: 1px solid #ccc;
    color: #999;
    margin-bottom: 20px;
    padding: 5px 5px 5px 30px;
    width: 100%;
}



.buttonsubmit {
    background: none repeat scroll 0 0 #43aed6;
    border: 1px solid #277a95;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    padding: 5px 99px;
}

.signup-link{ font-size:12px; color:#fff;}
.signup-link:hover{ color:#fff; text-decoration:underline;}







.isocrfy{ font-size:11px; color:#333; line-height: 6px;}




#floatingShare{
    position: relative;
    text-align: center;
}

#floatingShare a{
    position: relative;
    width:42px;
    height: 42px;
    display:list-item;
    list-style-type: none;
}

#floatingShare a, #floatingShare a:focus, #floatingShare a:hover {
    color: #fff;
}
#floatingShare a, #floatingShare a:visited, #floatingShare a:focus, #floatingShare a:active, #floatingShare a:hover {
    outline: 0 none !important;
}

/* icon sizes */
#floatingShare i{
    line-height: inherit;
    font-size: 24px;
    text-align: center;
}

#floatingShare .top-left{
    position: fixed;
    top: 50%;
    left:0;
}

#floatingShare .top-right{
    position: fixed;
    top: 20%;
    right:0;
}

/* facebook */

#floatingShare .feysbuk{
    background-color: #3b5998;
}

/* twitter */

#floatingShare .tivitir{
    background-color: #00aced;
}

/* google plus */

#floatingShare .gogil{
    background-color: #dd4b39;
}

/* linkedin */

#floatingShare .linktin{
    background-color: #007bb6;
}

/* envelope */

#floatingShare .meyil{
    background-color: #726C6C;
}

/* pinterest */

#floatingShare .pinter{
    background-color: #c92228;
}

/* stumble upon */

#floatingShare .stambul{
    background-color: #eb4924;
}

#floatingShare .shareCount{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    color: #dddddd;
    font-size:  10px;
}

#floatingShare .mtop5{
    margin-top: 5px;
}


#floatingShare .feysbuk:hover{ width:50px;}
#floatingShare .tivitir:hover{ width:50px;}
#floatingShare .gogil:hover{ width:50px;}
#floatingShare .linktin:hover{ width:50px;}








/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}





/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

.signin-slider{ float:right; position: absolute; top: -381px;}




@media (max-device-width:480px){ 
.list-image img{ width:auto !important;}
.isocrfy{ width: 190px; float: left; margin-left: 14px;}
.menu-image1{ visibility:hidden; height: 1px;}
.menu-image2{ visibility:hidden; height: 1px;}
.menu-image3{ visibility:hidden; height: 1px;}
.menu-image4{ visibility:hidden; height: 1px;}
.menu-image5{ visibility:hidden; height: 1px;}
.menu-image6{ visibility:hidden; height: 1px;}
.menu-image7{ visibility:hidden; height: 1px;}

.navbar-nav li a{ padding: 2px 20px !important;}

.signin-section{ margin-top: 55px;}
.news-section{ margin-top: 30px;}
}


@media (max-device-width:760px){ 
.list-image img{ width:auto !important;}
.isocrfy{ width: 190px; float: left; margin-left: 14px;}
.menu-image1{ visibility:hidden; height: 1px;}
.menu-image2{ visibility:hidden; height: 1px;}
.menu-image3{ visibility:hidden; height: 1px;}
.menu-image4{ visibility:hidden; height: 1px;}
.menu-image5{ visibility:hidden; height: 1px;}
.menu-image6{ visibility:hidden; height: 1px;}
.menu-image7{ visibility:hidden; height: 1px;}

.navbar-nav li a{ padding: 2px 20px !important;}

}
.logo-section{ float: left; height: 109px;}



/* Added the below snippet as adviced by Binu T Joy */

@media only screen and (min-device-width : 320px) and (max-device-width : 387px) {
	
	.list-image{ float: left !important;}
	
	.list-image img{margin-left: -39px; width: 131px !important;}
	
	.signin-section{ margin-top: 55px; width:70%;}
	
	}
	
	
	
	@media only screen and (min-device-width : 388px) and (max-device-width : 402px) {
	
	.list-image{ float: left !important; }
	
	.list-image img{ width: 131px !important; margin-left: -39px;  margin-right: 15px;}
	.signin-section{ margin-top: 55px; width:70%;}
	
	}
	
	@media only screen and (min-device-width : 402px) and (max-device-width : 480px) {
	
	.list-image{ float: left !important; }
	
	.list-image img{ width: 131px !important; margin-left: -39px;  margin-right: 93px;}
	.signin-section{ margin-top: 55px; width:70%;}
	
	}
	
	
	@media only screen and (min-device-width : 481px) and (max-device-width : 1199px) {
	
	.list-image{ float: left !important; }
	
	.list-image img{ width: 131px !important; margin-left: -39px;  margin-right: 93px;}
	.login1{  margin-top: -36px;}
	
	}

@media only screen and (max-width:320px)
{
    .list-image{ float: left !important; }
	
	.list-image img{ width: 131px !important; margin-left: -39px;  margin-right: 93px;}
    .signin-section{ margin-top: 55px; width:63%!important;}
    .buttonsubmit{ padding:5px 90px;}
}







@media (max-device-width:990px){  
.navbar-nav li a {padding: 10px 13px !important; }
}

@media (max-device-width:767px){ 
.navbar-nav li a {padding: 2px 13px !important; }
}    


/* menu */
@media only screen and (min-width : 800px) and (max-width : 1200px)
{
    .navbar-nav li a{ padding:32px 12px!important;}
    .container{ width:100%;}
    
 }
 
@media only screen and (max-width : 950px)
{
    .navbar-nav li a{ padding:32px 12px!important;} 
    
 }
 
 @media only screen and (min-device-width : 896px) and (max-device-width : 910px)
 {
     .container{ width:100%;}
     .navbar-brand > img { width:75%;}
     .navbar-nav{ width:680px;}
     #main-menu.navbar-default .navbar-nav > li > a{padding:32px 9px!important;}
}

@media only screen and   (max-device-width : 895px)
{
    #main-menu.navbar-default .navbar-nav > li > a{padding:32px 3px!important;} 
    .navbar-brand > img { max-width:70%;}
     .navbar-nav{ width:590px;}
     /*.navbar-header{width:15%;}
     .navbar.navbar-default .navbar-brand{padding:0px!important; margin-top:14px;}
     .logo-section p{width:70%; padding-top:36px; line-height:12px;}*/
     
}

/* -----------------------------End--------------------------------- */

/*cascade ends*/

















