
/* Start Section Title */

.section-title {
    margin-bottom: 80px;
}
.section-title h2{
    color: #111;
    font-size: 48px;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    text-transform: none;
}

.section-title p {
    //padding-bottom: 60px;
    color: #111;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 300;
}
/* End Section Title */


.page-header {
    background: url(../images/banner.jpg) no-repeat;
    padding: 50px 0;
    margin-top: 80px;
}

.page-header h1 {
    color: #fff;
}




/*------------------------------------------*/
/*	     02 - Header & Navigation
/*------------------------------------------*/


.top-bar {
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
}


.top-bar a {
	color: #aaa;
}

.top-bar .contact-details {
    //border-left: 1px solid #f2f2f2;
    //padding-top: 8px;
	    margin-right: -9px;
}
.top-bar .contact-details li {
	display: inline-block;
    padding: 5px 8px;
    //font-size: 18px;
	line-height: 32px;
    border-left: 1px solid #f2f2f2;
}

.top-bar .contact-details li:last-child {
    border-right: 1px solid #f2f2f2;
}

.top-bar .contact-details li a:before {
	color: #aaa;
}

.top-bar .contact-details li:first-child a:before {
	display: none;
}

.top-bar .contact-details li a {
	font-size: 13px;
    letter-spacing: 1px;
	display: block;
	line-height: 32px;
}

/* Top Bar Social */


ul.social-list li {
    float: right;
    border-left: 1px solid #f2f2f2;
	list-style:none;
	 /* margin-right:20px; */

}
ul.social-list{
    margin-right:17px;
}
ul.social-list li a {
    display: inline-block;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
}

ul.social-list li:first-child {
    border-right: 1px solid #f2f2f2;
}

ul.social-list li a:hover{
    background: #FF432E;
}


ul.social-list li a i {
	font-size: 14px;
	display: block;
	width: 40px;
	height: 42px;
	line-height: 42px;
	text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


ul.social-list li a:hover i {
	-webkit-animation: toRightFromLeft 0.3s forwards;
	-moz-animation: toRightFromLeft 0.3s forwards;
	animation: toRightFromLeft 0.3s forwards;
    color: #fff;
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(40%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-40%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(40%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-40%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(40%);
	}
	50% {
		opacity: 0;
		transform: translate(-40%);
	}
	51% {
		opacity: 1;
	}
}







/* ----------------------------------------------------------------*/
/* Start Navigation Section */
/* ----------------------------------------------------------------*/
.navbar-collapse ul.nav {
	    position: relative;
    margin-right: 10px;
    transition: all 0.4s ease-in-out;


	 
}
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.menu .navbar-nav > li > a.active{ 
	/* border-top: 2px solid #FF432E; */
    color: #fff;
    background: #FF432E;
    padding: 25px 15px 30px;
}

a.menu__link {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    font-size: 40px;
    padding-top: 20px;
    
}
.menu .navbar-nav > li> a:hover  {
 border-top: 2px solid #FF432E;
      /* color:#fff; */
     /* background:#696969;  */
    padding: 25px 15px 30px;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color:#FF432E;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}
 .navbar-nav > li > a {
    color: rgb(107, 107, 107);
    display: block;
    font-size: 16px;
    line-height: 10px;
    /* font-weight: 500; */
    padding: 25px 15px 30px!important;
    overflow: hidden;
    border-top: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}
.navbar-logo .sulfur-logo-text{
    margin-top: 15px !important;
}
.navbar-brand {
	position: relative;
	//padding: 27px 0;
    padding-top: 0;
	margin: 0!important;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

a.navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive!important;
    font-size: 40px;
    padding-top: 20px;
    color: #ff432e !important;
}
.navbar-top {
    margin-bottom: 0;
    background: #fff;
    border-bottom: 1px solid #f2f2f2 !important;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}
.navbar-default .navbar-toggle{
	font-size: 20px;
	margin: 5px;
}




/*--------------------------------------------------*/
/* Start Header Section                             */
/*--------------------------------------------------*/



.banner {
    text-align: center;
    color: #fff;
    background: url(../images/banner.jpg) no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner .overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.intro-text {
    position: relative;
    padding: 20% 0 15% 0;
}

.banner .intro-text h1 {    
    font-size:41px;
	color:#fff;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: 5px;
    margin-bottom:29px;
    -webkit-animation: bounceIn;
    -moz-animation: rubberBand;
    -o-animation: bounceIn;
    animation: bounceIn;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    font-family: 'Oswald', sans-serif;
}

.banner .intro-text h1 span {
    color: #ff432e;
	font-size: 59px;

}

.banner .intro-text p {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 51px;
    letter-spacing: 3px;
    margin-bottom: 55px;
    -webkit-animation: bounceInLeft;
    -moz-animation: fadeInLeft;
    -o-animation: fadeInLeft;
    animation: bounceLeft;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.banner .intro-text .btn-primary {
    padding: 15px 25px;
    font-size: 16px;
    border-color: #fff;
    color: #fff;
    border-radius: 0;
    width: 130px;
	background-color:#ff432e;
}

.banner .btn-primary:hover {
	background: #fff;
	border-color: #fff;
    color: #111;
}
.navbar-default {
    margin-bottom: 0!important;
    background: #fff!important;
    border-bottom: 1px solid #f2f2f2 !important;
    border: none!important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}











@media (min-width:1550px){
.agitsworkw3ls-grid {
      height: 824px;
    }
	.top-bar .contact-details {
      margin-right: 79px;
	}
	.agency-exp-awards .block-title article .fifty {
    margin: -20px 0;
}
}
@media (max-width:1554px){
	.top-bar .contact-details {
      margin-right: 79px;
	}
}
@media (max-width:1440px){
.upcoming-session span {
    font-size: 13px;
}
.upcoming-session p {
    font-size: 13px;
}
.upcoming-session h4 {
    font-size: 14px;
}
	.footer-info-agile {
		margin-top: 27px;
	}
	.uxlogo-img p {
    font-size: 12px;
    margin: 10px auto;
}
.agitsworkw3ls-grid {
     height: 824px;
    }
	.top-bar .contact-details {
      margin-right: 79px;
	}
}

@media(max-width:1366px){
.features-right {
    padding: 10.4em 7em 8em; 
}
.features ul.nav.nav-tabs { 
    right: 18%; 
}
.features-left.agileinfo-img, .features-left.agileinfo-img2, .features-left.agileinfo-img3, .features-left.agileinfo-img4 {
		min-height: 37.9em;
	}
	.agitsworkw3ls-grid {
    height: 824px;
    }
	.fa.pull-left {
    margin-right: 10.8em !important;
	}
	.top-bar .contact-details {
		  margin-right: 83px;
	}
	.career-img {
     margin: 0px 90px;
  }
}
@media (max-width:1280px){
   #services{
      padding:7em 0 0 0;
	}
	.features ul.nav.nav-tabs {
    right: 15%;
   }
   .agileits-title h3 {
    font-size: 2.5em; 
	}
	.agileits-title { 
		margin-bottom: 4em;
	}
	.features-left.agileinfo-img, .features-left.agileinfo-img2, .features-left.agileinfo-img3, .features-left.agileinfo-img4 {
		min-height: 37.9em;
	}
	.agitsworkw3ls-grid {
    height: 828px;
    }
	.career-img {
     margin: 0px 85px;
  }
}
/* SCREEN WIDTH UNDER 1200px */
@media screen and (max-width: 1200px) {
  .about-box {
    margin-top: 0;
  }
  .overflow-box {
    margin-left: 0;
  }
  .grid figure {
    margin: 0;
  }
  .steps {
    margin-top: 75px;
  }
  .steps .step .step-box-left {
    margin-left: 0;
    margin-top: 0;
  }
  .steps .step .step-box-right {
    margin-right: 0;
    margin-top: 0;
	
  }
  .testimonials .single-feedback .feedback-content .top {
    top: 160px;
  }
  .testimonials .single-feedback .feedback-content {
    margin-top: 0;
    margin-left: 0;
  }
  .testimonials .owl-theme .owl-controls {
    text-align: center;
    margin-top: 50px;
  }
  .fixed-bg {
    background-attachment: scroll;
  }
  .agitsworkw3ls-grid {
     height:830px;
  }
}
@media(max-width:1080px){
	/* .features-right { */
		/* padding: 10.4em 3em 8em; */
	/* } */
	.features ul.nav.nav-tabs {
		right:5%;
	}
	.features-left.agileinfo-img, .features-left.agileinfo-img2, .features-left.agileinfo-img3, .features-left.agileinfo-img4 {
		min-height: 36em;
	}
	.features-right {
    padding: 8.7em 3em 6em;
    }
	.agitsworkw3ls-grid {
   height:890px;
   }
	.fa.pull-left {
		margin-right: 8.8em !important;
	}
	
}
@media(max-width:1028px){
	.double-border {
		padding: 2em;
		width: 16em;
	}
	.top-bar .contact-details {
    margin-right: -12px;
}
.career-img {
    border-radius: 100%;
    width: 180px;
    height: 180px;
    margin: 0px 55px;

}
}
/* PORTFOLIO FIXES */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  figure.effect-zoe p.description {
    bottom: 110px;
  }
}
/* SECREEN WIDTH undeer 992px */
@media screen and (max-width: 991px) {
    .footer-col {
        text-align: center !important;
    }
    .features-right {
		padding: 10em 3em 5em;
		float: none;
	}
	.features ul.nav.nav-tabs {
		top: 9%;
		left: 4%;
		right: auto;
	}
	.agileits-title h3 {
		font-size: 2.2em;
	}
	.features .agileits-title, .address .agileits-title {
		margin-bottom: 2em;
	}
	.features-left.agileinfo-img, .features-left.agileinfo-img2, .features-left.agileinfo-img3, .features-left.agileinfo-img4 {
		min-height: 32em;
		background-position: center;
	}
	.categories-grid {
        margin-bottom: 0;
        text-align: center;
        width: 100%;
		margin-left: 125px;

    }
    .port-title  {
        text-align: center;
    }
	.portfolio .categories-grid .nav-pills > li > a {
      display:initial;
    padding: 10px 15px;
	
     }
	/* .portfolio .categories-grid .categories ul li { */
    /* list-style: none; */
    /* margin: 20px 15px; */
	/* } */
    .port-title a {
        margin-left: 0;
    }
    .col-md-6 h3 {
        margin-top: 30px;
    }
    .agitsworkw3ls-grid {
    height: 948px;
    }
	.double-border {
		padding: 2em;
		width: 22em;
	}
	.navbar-right {
     margin-right: -69px;

	 }
}
@media (min-width: 768px){
.srv-box:nth-child(odd) {
    right: -125px;
 }
.footer-container-2 .heading p {
    font-size: 16px;
}
.footer-container-2 .heading h2 {
    font-size: 31px;
}
.srv-box:nth-child(odd) {
    
    padding-right: 50px;
}
.srv-content-box {
    text-align: right;
    padding-right: 50px;
}
.srv-box:nth-child(even)
 .srv-content-box {
    text-align: left;
    padding-left: 50px;
}
.srv-content-box {
    width: 48.718%;
}
.srv-content-box i {
    right:-112px;
}
.no-padding {
    padding: 0;
}
.srv-box {
    margin-top:-66px;
}
.srv-box:nth-child(odd)
.srv-content-box h4::before {
    right: 4px;
}

.srv-img-box {
    width: 51.2820%;
}
.srv-content-box i {
    position: absolute;
      top: 46%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.srv-box:nth-child(odd) .srv-content-box h4::before {
    right: 0;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .grid figure {
    width: 50%;
  }
  .port-img {
    margin-top: 71px;
  }
}
@media(max-width:800px){
  .agileits-title h3 {
    font-size: 2em;
	}
	.features-left.agileinfo-img, .features-left.agileinfo-img2, .features-left.agileinfo-img3, .features-left.agileinfo-img4 {
		min-height: 23em; 
	}
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  .grid figure {
    width: 50%;
  }
  figure.effect-zoe p.description {
    bottom: 100px;
  }
  .box-headline {
        font-size:65px;
    }
    .box-intro h5 {
        font-size: 12px;
    }
	.features-right {
    padding: 7em 3em 3em; 
	}
	.features ul.nav.nav-tabs {
		top: 7%;
		left: 5%; 
	}
}

@media only screen and (max-width: 670px) {
       .portfolio .categories-grid .categories ul li {
        float: none;
    }
	.dropdown-menu {
    margin: 2px 0 0;
       
     }
	 .navbar-brand > img {
       display: block;
       width: 200px;
       margin-top: -51px;
	 }
}

@media screen and (max-width: 639px) {
  .grid figure {
    width: 100%;
    max-width: 100%;
  }
  .box-words-wrapper{ 
  width: 478px;
    }
	.box-headline {
    font-size: 48px;
	}
	.owl-page {
    display: none;
	}
}



/* SCREEN WIDTH <= 640px */
@media screen and (max-width: 640px) {
  .steps .step .step-box-left,
  .steps .step .step-box-right {
    width: 100%;
    height: auto;
  }
  .subscribe-form .input-box {
    border-radius: 30px;
  }
  .subscribe-form .standard-button {
    margin-left: 0;
    border-radius: 30px;
  }
}

/* SCREEN WIDTH <= 480px */
@media screen and (max-width: 480px) {
  html {
    font-size: 62.5%;
  }
  .home .color-overlay {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .home .red-button {
    margin-bottom: 0;
  }
  .about-box .about-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .steps .step .step-number {
    margin-bottom: 50px;
  }
  /* .testimonials .single-feedback .feedback-content blockquote cite .client-image { */
    /* display: none; */
  /* } */
  .box-headline {
        font-size: 50px;
    }
    .box-intro h5 {
        font-size: 12px;
    }
	#services {
		padding:3em 0 0 0;
	}
	.portfolio .categories-grid .categories ul li {

    list-style: none;
    margin: 26px 0;
	}
   .form-input-col3 {
    box-sizing: border-box;
    float: left;
	width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
   }
   .get-in-touch {
    box-sizing: border-box;
    width: 100%;
   }
   .select-btn {
    width: 50%!important;
   }
   /* #avail-services { */
    /* padding-bottom: 590px; */
   /* } */
   .contact-middle {
    margin-top: 15px;
   }

    .navbar-brand > img {
       display: block;
       width: 200px;
       margin-top: -51px;
	 }
	 .white-text {
    color: #ffffff;
    font-size: 42px;
	 }
	 .cta-bottom {
    margin-top:0px;
    }
	.standard-button {
    padding: 0 40px 0 40px;
    font-size: 11px;
    line-height: 40px;
	}
	.title1-body {
    margin-left:0px;
	}
	.title2-body {
		margin-left:0px;
	}
	.title3-body {
		margin-left:0px;
	}
	.title4-body {
		margin-left:0px;
	}
	.title5-body {
		margin-left:0px;
	}
	.title6-body{
		margin-left:0px;
	}
	.type-text {
    padding-top:0px;
    font-size: 19px;
    width: 100%;
    /* color: #fff; */
    line-height: 28px;
    margin-top:0px;
   }
}
@media(max-width:568px){ 
	.features-left.agileinfo-img, .features-left.agileinfo-img2, .features-left.agileinfo-img3, .features-left.agileinfo-img4 {
		min-height: 18em;
	}
	.w3l-footer h4 {
		font-size: 1.2em;
		margin-bottom: 0.4em;
	}
	.newsletter input[type="email"] {
		padding: 14px 60px 13px 16px;
		outline: none;
		font-size: 0.8em;
	}
	
	 .dropdown-menu {
    min-width: 333px;
	 }
	 .menu-dropdown {
	  min-width:200px;
      margin-right:0px;
      /* margin-top:-100px; */
	}
	.top-bar .contact-details {
    margin-left:0px;
    }
	ul.social-list {
       margin-right:0px;
    }
	.menu-dropdown1 {
		 min-width:250px;
		 margin-right:0px;
	}
	ul.menu-dropdown1 li {
	    display:block;
	}
	ul.menu-dropdown li {
		display:block;
	}
	.curvedaro {
    font-size: 26px;
    font-weight: bold;
   }
   .table-cell {
    width: 135px;
   }
   .col-width {
    width: auto;
    }
	.title-padding h2 {
    font-size: 23px;
	}
	.title-padding h4 {
    font-size: 18px;
}
}
@media only screen and (max-width: 520px) {
    .box-headline {
        font-size:19px!important;
		margin-top: 5px;
	}
    .box-intro h5 {
        font-size: 12px;
    }
	.box-words-wrapper {
	  width: 373px!important;
	}
	.main-container {
        padding: 50px 0;
    }
	.dropdown-menu {
         /* margin: 2px -236px 0; */
	  width:auto;
}
.menu-dropdown {
	
      margin-right:0px;
	  margin-top: 0px;
}
.menu-dropdown1 {
	 margin-right:0px;
	 margin-top: 0px;
}
.menu-dropdown2 {
	
	margin-right:0px;
	margin-top: 0px;
}
.menu-dropdown2 li {
	margin-left:0px!important;
}
.menu-dropdown1 li {
	margin-left:0px!important;
}
.menu-dropdown li {
	margin-left:0px!important;
}
ul.menu-dropdown1 li {
	display:initial!important;
	
}
ul.menu-dropdown li {
	display:initial!important;
	
}
ul.agile_short_dropdown li {
	display:initial!important;
	margin-left:0px!important;
}
ul.agile_short_dropdown1 li {
	display:initial!important;
	margin-left:0px!important;
	  
}
.agile_short_dropdown {
	width:auto!important;
	margin: 2px 0px 0!important;
}
.agile_short_dropdown1 {
		width:auto;
		margin: 2px 0px 0px!important;
}
.dropdown-menu>li>a {
    display:initial!important;
    padding: 17px 8px;
    /* clear: both; */
    font-size:16px;
}
}


    
@media(max-width:414px){
	.features-right {
		padding: 5em 2em 2em;
	}
	.features ul.nav.nav-tabs li a {
		font-size: 0.9em; 
	}
	.features ul.nav.nav-tabs {
		top: 4%;
		left: 8%;
	}
	.features .agileits-title, .address .agileits-title {
		margin-bottom: 1em;
	}
	.features-left.agileinfo-img, .features-left.agileinfo-img2, .features-left.agileinfo-img3, .features-left.agileinfo-img4 {
		min-height: 14em;
	}
	.agileits-title h3 {
    font-size: 1.5em;
	}
	.agileits-title h6 {
		font-size: 1em; 
	}
	ul.staff-social-icons {
		margin: 10em 0 0 0;
		padding: 0;
	}
	.footer-grid-instagram a {
		float: left;
		width: 24%;
	}
	.port-img {
    margin-top:0px;
	}
	.tp-banner ul {
    margin-left: -106px;
	}
	.tp-banner li img {
		height: 500px;
		width: 687px;
	}
	.double-border {
		padding: 2em;
		width: 18em;
	}
	.head-box {
    font-size: 19px;
	}
	
}
@media (max-width:384px){
    #services {
		padding: 2em 0 0 0;
	}
	 .features ul.nav.nav-tabs li a { 
    margin-right: 0.2em;
    }
	.footer-info-agile {
		margin-top: 11px;
	}
	.social a {
		position: relative;
		display: inline-block;
		width: 32px;
		height: 32px;
		margin: 0px 4px;
	}
	.footer-info-grid,.footer-info-grid.links,.footer-grid,.footer-info-grid.newsletter {
		padding: 0;
	}
	.tp-banner ul {
    margin-left: -82px;
	}
	.tp-banner li img {
		height: 353px;
		width: 513px;
	}
}
@media only screen and (max-width: 360px) {
	 .box-headline {
       font-size:19px!important;
     }
	.box-words-wrapper {
	 width: 275px!important;
	 }
	.typing-text {
      margin: -17px -38px;
	}
	.type-text {
     margin-left: -26px;
	}
	.tp-banner li img {
    height: 353px;
  }
  .table-cell {
    width: 142px;
}
}
@media(max-width:320px){ 
.features ul.nav.nav-tabs li a { 
    margin-right: 0.2em;
}
.typeWriterContainer {
   top: 10%;
}
.head-box {
    font-size: 12px;
}
}

/* RESPONSIVE NAVIGATION FIXES */
@media (max-width: 991px) {
  .footer-container-3 .heading h2 {
    color: #303030;
    font-size: 21px;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
   
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 21px;
  }
  .collapse.in {
    display: block !important;
  }
 
  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: #fc5f45;
    color: #ffffff;
    cursor: pointer;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #efefef;
  }
  .navbar-nav > li {
    display: inline-block!important;
  }
  .sticky-navigation .main-navigation li a {
    line-height: 27px;
  }
  .select-btn {
    width: 17%;
  }
  .navbar-brand > img {
       display: block;
       width: 200px;
       margin-top: -51px;
	 }
   .fa.pull-left {
    margin-right: 7em !important;
   }
   .title_1 {
    font-size: 23px;
   }
}
@media (max-width:680px){
 .navbar-nav > li {
    display:block!important;
}
  .navbar-nav > li > a{
	  padding: 17px 21px 18px 32px;
  }

}