/*@media only screen and (max-width:400px) and (min-width:320px){*/
/*    header .logo-wrap img{*/
/*         width: 270px;*/
        
/*    }*/
/*}*/

@media (max-width: 1199px) {
	
	header .logo-wrap img {
		width: 220px;
		/*margin-left:40px;*/
	}
	
	.nav > ul {
		margin: 10px 0px;
	}
	
	.nav li a {
		font-size: 13px;
		padding: 10px 0px 10px 36px;
	}
	
	.nav li ul {
		top: 48px;
	}
	
	.carousel-control {
		display: block;
	}
	
	.profile .profile-icon {
		padding-right: 5px;
	}
	
	.profile p {
		font-size: 18px;
	}
	
	.nav li ul:before {
		height: 11px;
		top: -10px;
	}
	
}

@media (max-width: 991px) {
	
    #exTab1 .tab-content {
      color : #fff;
      background-color:#3260b1;
      padding: 25px 15px;
      min-height: 340px;
    }
	
    #exTab2 h3 {
      color : #000;
      background-color: #428bca;
      padding : 5px 15px;
    }	
#exTab1 .nav-pills > li > a {

color:#000;
}

	header .logo-wrap {
		float: none;
		padding: 10px 0;
		margin: 0 auto;
		display: table;
	}
	
	.visible-xs, .visible-sm, .visible-md, .visible-lg {
		display: block !important;
		top: 20px;
		position: absolute;
		z-index: 999;
		font-size: 25px;
		cursor: pointer;
	 }
	
	#toggle-icon {
	  width: 30px;
	  height: 30px;
	  position: relative;
	  margin: 0px auto;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
	  cursor: pointer;
	}

	#toggle-icon  span {
	  display: block;
	  position: absolute;
	  height: 4px;
	  width: 100%;
	  background: #555;
	  border-radius: 9px;
	  opacity: 1;
	  left: 0;
	  
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	}

	#toggle-icon span:nth-child(1) {
	  top: 0px;
	}

	#toggle-icon span:nth-child(2),#toggle-icon span:nth-child(3) {
	  top: 8px;
	}

	#toggle-icon span:nth-child(4) {
	  top: 16px;
	}

	#toggle-icon.open span:nth-child(1) {
	  top: 18px;
	  width: 0%;
	  left: 50%;
	}

	#toggle-icon.open span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	  /*transform: rotate(37deg);*/
        /*margin-left: -89px;*/
        width: 40%;
        top: 3px;
		background: #000;
	}

	#toggle-icon.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  /*transform: rotate(-45deg);*/
	   transform: rotate(147deg);
        /*margin-left: -89px;*/
        width: 40%;
        top: 9px;
		background: #000;
	}

	#toggle-icon.open span:nth-child(4) {
	  top: 18px;
	  width: 0%;
	  left: 50%;
	}
	 
	 .top-right {
		float: left;
		margin: 0;
	}
	
	.nav li ul {
		top: 0;
		width: 250px;
	}
	
	.nav li:hover ul {
		padding: 0;
	}
	
	.nav li ul::after {
		display: none;
	}	
	
	.nav li ul li {
		width: 100%;
		display: block;
	}

	.header-wrapper .logo-wrap {
		float: none;
		width: 200px;
		margin: 0 auto;
	}
	.header-wrapper .logo-wrap img {
		max-width: 150px;
		margin: auto;
	}
	.top-right {
		float: none !important;
	}
	.pushmenu {
		background: #fff;
		text-align: center;
		width: 250px;
		height: 100%;
		top: 0;
		z-index: 1000;
		position: fixed;
		float: none !important;
		margin-top: 0 !important;
	    overflow-x: scroll;
	}
	.pushmenu-left {
		left: -250px;
	}
	.pushmenu-left.pushmenu-open {
		left: 0;
 	    background-color: #3260b1;
	}
	.pushmenu-push {
		overflow-x: hidden;
		position: relative;
		left: 0;
	}
	.pushmenu-push-toright {
		left: 250px;
	}
	/*Transition*/
		
	.pushmenu, .pushmenu-push {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.nav_list {
		cursor: pointer;
		height: 40px;
		width: 40px;
		background: #1181ff;
		position: absolute;
		left: 15px;
		top: 0;
		text-align: center;
		line-height: 40px;
		color: #FFF;
		font-size: 21px;
	}
	nav-list.active {
		background-position: -270px top;
	}
	.main-navigation {
		padding-top: 15px;
	}
	.main-navigation a {
		display: block;
	}
	
	.nav li a {
		color: #fff;
	}
	/*Transition*/
		
	.pushmenu, .pushmenu-push {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.nav_list {
		cursor: pointer;
	}
	nav-list.active {
		background-position: -270px top;
	}
	.main-navigation {
		padding-top: 15px;
	}
	.nav > ul > li {
		display: block;
		width: 100%;
	}
	.nav > ul > li a {
		border-bottom: 1px solid #cbcbcb;
		display: block;
		padding: 15px 10px;
		text-transform: capitalize;
	}
	.nav li ul li a {
		border-bottom: none;
	}
	.nav li:hover ul {
		position: relative;
		background: #234e98;
	}
	.nav li:hover ul li:hover ul {
		position: relative;
		left: 0px;
		background: #e5e5e5;
	}
	
	.nav > ul > li:after {
		display: none;
	}
	
	#first-slider .carousel .item {
		height: 400px;
	}
	
	.profile {
		padding: 10px 0px;
	}
	
	.profile p {
		padding: 20px 0px;
	}
	
	#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3 {
		font-size: 30px;
	}
	
	#first-slider .slide1 h5, #first-slider .slide2 h5, #first-slider .slide3 h5, #first-slider .slide4 h5 {
		font-size: 25px;
	}
	
	#first-slider .slide1 p, #first-slider .slide2 p, #first-slider .slide3 p, #first-slider .slide4 p {
		font-size: 14px;
	}
	
	#first-slider .buttons .learn-more {
		font-size: 13px;
	}
	
	#first-slider .buttons .contact-us {
		font-size: 13px;
	}
	
	.testi-grid-container .testi-grid-item {
		width: -webkit-calc(50% - 30px);
		width: -moz-calc(50% - 30px);
		width: calc(50% - 30px);
	}
	
	.founder {
   
    width: 100%;
	}
}

@media (max-width: 767px) {
	
	
	.top-head .down-btn {

    padding-left: 46px;
    }
	
	.top-head p {
		display: none;
	}
	
	.col-sm-6.col-xs-12.mob-res-right .pull-right {
		width: 100%;
		text-align: center;
		float: none;
	}
	
	.offer .offer-icon {
		margin: 40px auto 0px;
	}
	
	.offer {
		padding: 20px 0px 60px;
	}
	
	.service {
		padding: 20px 0px 60px;
	}

	.service .service-icon {
		margin: 40px auto 0px;
	}
	
	footer {
		padding: 20px 0px 0px;
	}
	
	footer h3 {
		margin: 40px 0 20px;
	}
	
	#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3 {
		font-size: 24px;
	}
	
	.margin-top{margin-top: 30px;
	}
	.founder{
	    width: 45%;
	}
	    

.founder-content h1{
    text-align: center;
    }
}

@media (max-width: 639px) {
	
	.client .col-lg-2.col-md-3.col-sm-3.col-xs-4.mar-top-30 {
		width: 50%;
	}
	
}

@media (max-width: 580px) {
	
	.carousel-inner .item .container {
		display: block;
	}
	
	#first-slider .carousel .item {
		height: auto;
		min-height: 540px;
	}
	
	#first-slider .first-slide-img {
		max-width: 280px;
		margin: 25px auto 25px;
		display: table;
	}
	
	#first-slider .carousel .item .row {
		margin: 0;
	}
	
	#first-slider .carousel .item .row .container {
		padding: 0;
	}
	
	#first-slider .carousel .item .row .container .col-md-6.col-sm-8.text-left {
		padding: 0 15px;
	}
	
	.testi-grid-container .testi-grid-item {
		width: -webkit-calc(100% - 30px);
		width: -moz-calc(100% - 30px);
		width: calc(100% - 30px);
	}
		
}

@media (max-width: 460px) {
	
	.client .col-lg-2.col-md-3.col-sm-3.col-xs-4.mar-top-30 {
		width: 100%;
	}
	.founder {
    width: 60%;
   }

}

@media (max-width: 519px) and (min-width:399px){
    .top-head .down-btn {
    padding-left: 15px;
}
.top-head .whatsapp {
    
    padding-left: 45px;
 }
}
@media (max-width: 1200px) and (min-width:768px){
    .marquee-sibling {

    width: 19%;
    }
}