/* =============================================================================
   Devex DTS 2026 CSS Styles
   ========================================================================== */



/* CLEANING UP BOOTSTRAP */

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form,
.navbar-inverse { background: none !important; border: 0 !important; }
.navbar-collapse { padding: 0 }
.navbar-header { margin-top: -22px; }
header#header.stuck .navbar-header { margin-top: -8px; }
.navbar-inverse .navbar-toggle { background: none; border: 0; }

html {
	min-height: 100%;
	height: auto;
}

/* GENERAL: BODY, COLORS, P, LISTS, LINKS */

body {
	font-family: Helvetica, sans-serif !important;
	color: #3D4045;
	font-weight: normal;	
	background: #fff;	
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}
.gold {
	color: #989898 !important
}

.urbanist {
	font-family: 'Urbanist', sans-serif;
}

.light-gold {
	color: #FAFAFA !important;
}

.semi-bold {
	font-weight: 600 !important;
}

.white {
	color: #ffffff !important
}

.black {
	color: #3D4045 !important
}


a.anchor-difference, a.anchor-services, a.anchor-diversity, a.anchor-testimonials, a.anchor-team, a.anchor-jobs, a.anchor-contact {
    display: block;
    position: relative;
    top: -140px;
    visibility: hidden;
}


p {
    font-size: 20px;
    line-height: 28px;
    color: #3D4045;
    text-align: left;
    margin: 0 0 28px 0;
}

h1 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    font-family: 'Urbanist', sans-serif;
    text-align: left;
    margin: 40px 0px;
}

h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-align: left;	
}

h3 {
	font-size: 20px;
    line-height: 24px;
    text-align: left;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
	color: #989898
}

h5 {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 600;
    color: #989898;
    min-height: 34px;
}

ul {
	margin-bottom: 20px;
}

a {
	color: #000;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover {
	color: #35373C
}



/* NAVBAR */

.fixed-header {
    position: fixed !important;
    padding-top: 18px;
    top: 0px;
    height: 80px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.navbar-brand { position: relative; z-index: 2; }

#header {
	background: #fff;
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999999;
}

.devexlogo {
	background-image: url(https://pages.devex.com/rs/devex/images/dts-2026-logo.png);
    display: block;
    background-repeat: no-repeat;
    height: 50px;
    text-indent: -9999px;
    width: 106px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background-size: 100%;
}

.fixed-header-bg {
    background-color: #fff !important;
    max-width: 1410px;
    margin-left: 0;
}

.navbar .navbar-collapse {
	position: absolute;
    right: 0%; }

.navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 22px; }

.navbar .nav-collapse { position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0;margin: 0; padding-right: 120px; padding-left: 80px; width: 100%; }
.navbar.navbar-default .nav-collapse { background-color: #f8f8f8; }
.navbar.navbar-inverse .nav-collapse { background-color: #222; }
.navbar .nav-collapse .navbar-form { border-width: 0; box-shadow: none; }
.nav-collapse>li { float: right; }



.btn.btn-circle { border-radius: 50px; }
.btn.btn-outline { background-color: transparent; }

@media screen and (max-width: 767px) {
    .navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 15px; padding-right: 15px; } 
    
    .navbar .nav-collapse { margin: 7.5px auto; padding: 0; }
    .navbar .nav-collapse .navbar-form { margin: 0; }
    .nav-collapse>li { float: none; }
}

.navbar-default .navbar-nav>li>a {
	color: #35373C
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #EB8800;
	background-color: transparent;
}

.contact-us:focus {
    background-color: #EB8800 !important;
}

@media only screen and (min-width: 1140px) {
	
			.navbar-default {
			    background: none !important;
			    border: none !important;
			    box-shadow: none !important;
			}

			.navbar-right {
			    float: right!important;
			    margin-top: -55px;
			    margin-right: 0px;
			}

			.navbar-default .navbar-nav>li>a {
			    font-weight: 500;
			    font-size: 16px;
			    text-shadow: none !important;
			    -webkit-font-smoothing: antialiased;
			    -webkit-transition: all .3s ease-in-out;
			    -moz-transition: all .3s ease-in-out;
			    -o-transition: all .3s ease-in-out;
			    transition: all .3s ease-in-out;
			    padding: 0 0 5px 0;
			    margin: 17px 10px 10px 10px;
			    color: #3D4045;
			}

			.current-link {
				color:  #35373C !important;
			}

			.contact-us {
					background-color: #ff9300;
					padding: 16px 32px 15px 32px !important;
					color: #fff !important;
					border-radius: 4px;
					margin-top: 1px !important;
					margin-left: 0px ! Important;
					margin-right: 0px !important;
			}

			.navbar-default .navbar-nav>li>a:hover {
			    color: #35373C;
			 }

			.contact-us:hover {
				background-color: #4d4d4d !important;
				color: white !important;
			}
}

@media only screen and (max-width: 1140px) {

		.devexlogo, .devexlogoblackteam {
		     background-size: 90%;
		}

		.fixed-header {
		    top: 2px;
		    padding-top: 18px;
		    height: 72px;
		    left: 0%;
		     padding-left: 25px;
		     width: 95%;
		}

		.navbar-header {
		    margin-top: -30px;
		}

		.navbar .navbar-collapse {
		    border: none;
		    width: 120%;
		    margin-left: 0%;
		    box-shadow: none;
		    z-index: 99999;
		    right: -10px;
		}

		.navbar-default {
		    background: none !important;
		    border: none;
		    box-shadow: none;
		    margin-top: -30px;
		}

		.navbar-nav {
			margin: 12px 0px 0px 0px;
		    background-color: #fff;
		    padding: 16px 10px 15px 50px;
		    border: 0px !important;
		    height: 100vh;
		}

		.navbar-toggle {
		    background-color: transparent !important;
		    background-image: none;
		    border: none !important;
		    margin-top: 13px;
		    margin-right: -15px;
		}

		.navbar-default .navbar-nav>li>a {
		    font-size: 22px;
		    line-height: 22px;
		    color: #000 !important;
		    margin: 5px 0px 15px 0px;
		}

		.navbar-nav.navbar-right .btn {
		    padding: 9px 60px 8px 65px;
		    margin-top: 5px;
		    margin-left: 10px;
		    font-size: 17px;
		}

		.navbar-default .navbar-toggle .icon-bar {
		    background-color: #FFF;
		}

		.icon-bar-black {
			background-color: #000 !important
		}

		.navbar-toggle .icon-bar {
		    display: block;
		    width: 26px;
		    height: 3px;
		    border-radius: 0px;
		}

}


@media only screen and (max-width: 490px) {


		.navbar-nav {
		    padding: 16px 10px 15px 0px;
		}

}



@media only screen and (min-width: 768px) and (max-width: 1140px) {


		.navbar-nav {
		    padding: 16px 10px 15px 150px;
		}

}


/* BACKGROUND VIDEO ABOVE THE FOLD */

ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

	li { 
	    padding-left: 1.2em; 
	    text-indent: 0;
	}
	

	header#header #logo {
		margin: 0;
		position: relative;
		z-index: 9;
	}

	header#header.stuck {
		border-bottom: none !important;
	}

#main { position: relative; }

	#main h2 {
		font-size: 18px;
	    line-height: 26px;
	    color: white;
	    text-transform: none;
	}

	#main h2 a {
		color: #FF9900 !important;
		/*text-decoration: underline;*/
	}
	

.container-intro {
	width: 1380px;
	margin: 0 auto;
}
			
#intro {
padding-top: 85px;
    position: relative;
    background-color: #FAFAFA;
    background: url(https://pages.devex.com/rs/685-KBL-765/images/dts2026-hero.jpg) no-repeat top center;
    min-height: 660px;
    max-width: 1380px;
    margin: 80px auto 0 auto;
    background-size: cover;
}


	#intro h1 {
		font-size: 50px;
		font-family: 'Urbanist', sans-serif;
		margin: 20px 30px 25px 0px;
		padding: 0;
		-webkit-font-smoothing: antialiased;
		color: #fff;
		font-weight: 700;
		line-height: 50px;
	}

	#intro p {
		font-size: 18px;
		line-height: 24px;
		color: #3D4045;
		text-align: left;
		margin: 0 120px 28px 0;
	}


	#intro h3 {
		color: #FAFAFA;
		font-size: 20px;
		font-weight: 500;
	}

	#intro h4 {
	    color: #999999;
	    font-size: 12px;
	    line-height: 15px;
	    font-weight: 400;
	    margin-top: 50px;
	    padding-right: 12%;
	}



	@media only screen and (max-width: 490px) {


		 #intro {
		    padding-top: 0px;
		    margin-top: 0px;
		    position: relative;
		}

		#intro h1 {
		    font-size: 30px;
		    line-height: 35px;
		}


	}


/* OUR DIFFERENCE */


#difference {
	padding: 80px 0 120px 0;
}

#difference h1 {
	    padding-right: 8%;
}

#difference h3 {
	color: #989898;
}


#difference .col-sm-3 p {
	padding-right: 25%;
}

.stat {
    font-family: 'Urbanist', sans-serif;
    color: #35373C;
    font-size: 58px;
    line-height: 70px;
    padding: 0;
    margin: 30px 0 10px 0;
    font-weight: 700;
}

.small-quote {
    font-size: 38px;
    line-height: 50px;
    font-style: italic;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
}

.small-quote:before {
    content: '"';
    position: absolute;
    margin-left: -.4em;
}

.quote-kate {
	    margin: 115px 0 20px 0;
}


.quote-image {
	margin-top: 80px;
}

	@media only screen and (min-width: 1200px) {

			.quote-image {
				max-width: 432px;
			}

			.big-image {
				max-width: 432px;
			}

			.quote-kate {
				    margin: 184px 20px 30px 0;
			}

}



.big-cta {
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    padding: 14px 24px 14px 24px;
    background-color: #FF9400;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.big-cta:hover {
	background-color: #EB8800;
}



/* SEARCH SERVICES */


#services {
    padding: 100px 0 60px 0;
    background-color: #FAFAFA;
}

.row-service {
    margin-top: 80px;
    margin-bottom: 120px;
}

#services h1 {
 margin: 0px 0px 20px 0;
}

#services p {
 margin-right: 5%;
}

#services ul {
    padding: 0;
    list-style: disc;
    margin-bottom: 30px;
    margin-left: 15px;
}

#services ul li {
	font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    padding-left: 0;
}

/*THEORY OF CHANGE*/

#change {
	padding: 120px 0 120px 0;
	background-color: #fff;
	color: #3D4045;
}

#change h1 {
	font-size: 48px;
	font-family: 'Urbanist', sans-serif;
	font-weight: 700;
	text-align: center;
	    margin: 0px 0 80px 0;
}

#change img {
	max-width: 412px;
	margin: 0 auto;
}

#change ol {
	    padding-left: 20px;
		    font-size: 18px;
			padding-right: 20%;
}

#change ol li {
	padding-left: 0px;
	margin-bottom: 12px;
}


/*METHODOLOGY*/

#methodology {
	padding: 0px 0 100px 0;
	background-color: #fafafa;
	color: #3D4045;
}

#methodology h4 {
	font-size: 40px;
	font-family: 'Urbanist', sans-serif;
	font-weight: 700;
}

#methodology ul {
    padding: 0;
    list-style: disc;
    margin-bottom: 60px;
    margin-left: 15px;
}

#methodology ul li {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 8%;
}

.guarantee {
    color: #fff;
    background-color: #35373C;
    padding: 48px 36px 36px 36px;
}

.guarantee h4 {
font-size: 32px !important;
    line-height: 36px;
    display: inline-block;
    margin-right: 8px;
}

.guarantee p {
	color: #fff;
}

.guarantee img {
    display: inline-block;
    max-width: 34px;
    margin-top: -10px;
}

/* DIVERSITY RECRUITING */


#diversity {
	padding: 100px 0 100px 0;
    background: #fff;
}


.case-study {
	display: block;
    background-color: #F7F7F8;
    margin-bottom: 20px;
    padding: 40px 50px 42px 50px;
}

.diversity-hero {
    margin-top: 0;
    margin-bottom: 80px;
}


#diversity ul {
    padding: 0;
    list-style: disc;
    margin-bottom: 60px;
    margin-left: 15px;
}

#diversity ul li {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 8%;
}

#diversity h2 {
	    display: inline-block;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
}

.DEIA {
	margin: 100px 0 40px 0px;
}

.DEIA .col-sm-7 {
	padding-right: 100px;
}

#diversity h4 {
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
		font-size: 40px;
	line-height: 48px;
}

#diversity .big-cta {
	float: right;
	margin-top: 7px;
}

.stat-record {
	margin-top: 20px;
	font-size: 72px !important;
}


/*TESTMONIALS*/


#testimonials {
	padding: 90px 0 140px 0;
    background: #35373C;
    color: white;
}

#testimonials h3 {
	margin-bottom: 60px;
    color: #B3B3B3 !important;
}

.testimonial {
    font-size: 36px;
    line-height: 46px;
    font-style: italic;
    margin-bottom: 30px;
    font-family: 'Urbanist', sans-serif;
    padding-right: 5%;
    font-weight: 700;
}

.testimonial:before {
    content: '"';
    position: absolute;
    margin-left: -.4em;
}


.slide {
	padding: 0 15px;
}


/*TEAM*/

#our-team {
	padding: 100px 0 120px 0;
}


.team-member {
   margin: 20px 0 20px 0;
}

#our-team h1 {
	padding-right: 10%;
}


#our-team h2 {
    margin-bottom: 16px;
    margin-top: 25px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    color: #3D4045;
}




/*CLIENTS*/

#clients {
	padding: 100px 0 100px 0;
	background-color: #35373C;
	color: #fff;
}

#clients h1, #clients h3 {
	text-align: center;
}

#clients h3 {
	color: #B3B3B3 !important;
}

.client {
	display: inline-block;
	margin: 40px 50px 0px 50px;
}

.client img {
	max-height: 80px;
}

.client-b {
	display: inline-block;
	margin: 40px 80px 0px 80px;
}

.client-b img {
	max-height: 50px;
}




/*GET IN TOUCH*/


#contact {
    padding: 100px 0 90px 0;
    background-color: #fff;
    color: #3D4045;
    margin-top: 0;
}

#contact h1 a {
    text-decoration: none;
    margin-top: -40px;
    display: block;
    color: #3D4045;
    font-size: 42px;
}

#contact h1 a:hover {
	opacity: .5;
}


/*MODALS*/

.modal {
    z-index: 9999999999 !important;
}

.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: .7;
}

.modal-content {
    border-radius: 4px;
    padding: 20px 20px 10px 20px;
}

.modal-content p {
    font-size: 16px;
    line-height: 24px;
    padding-right: 5%;
}

.modal-content h5 {
	margin-bottom: 40px;
	    margin-top: 0px;
}

.modal-content .row {
	visibility: initial !important
}

.modal-header {
    border-bottom: 0px !important;
}

.modal-title {
    font-size: 40px;
    line-height: 48px;
    font-family: 'Urbanist', sans-serif;
    margin-bottom: -10px;
    padding-right: 5%;
    font-weight: 700;
}

.modal-case-image {
	margin: 20px 0 40px 0;
}


.modal-content h3 {
    font-size: 24px;
    line-height: 32px;
    font-style: italic;
    font-family: 'Urbanist', sans-serif;
        margin-bottom: 30px;
}


.modal-content h3:before {
    content: '"';
    position: absolute;
    margin-left: -.4em;
}


.close {
    font-size: 42px;
    font-weight: 400;
    /* text-shadow: 0 1px 0 #fff; */
    filter: alpha(opacity=70);
    opacity: .7;
}


/*IFRAME*/


.iframe {
	width: 100%;
	height: 650px;
	border: 0 !important;
}


/* FOOTER */

footer {
    background-color: #fff;
    padding: 0px;
}

footer .top {
    background-color: #4d4d4d;
    padding: 15px 0;
    margin-bottom: 5px;
}

.footer-link {
    display: inline-block;
    font-size: 24px;
    color: white;
    margin: 15px 20px 12px 0;
    font-weight: 500;
}

.footer-link:hover {
	text-decoration: none !Important;
	color: #FDFAF3;
}

.socialicons {
	display: inline-block;
	margin-top: 12px
}

.socialicons a {
    display: inline-block;
    height: 40px;
    width: 40px;
    color: #4d4d4d;
    border: 1px solid white;
    background-color: white;
    font-size: 20px;
    margin-right: 0px;
    margin-left: 8px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.socialicons a.icon-facebook.social:hover, .socialicons a.icon-twitter.social:hover, .socialicons a.icon-linkedin.social:hover, .socialicons a.icon-youtube.social:hover, .socialicons a.icon-instagram.social:hover {
    background-color: #35373C;
    border: 1px solid #35373C;
    cursor: pointer;
    color: white !important;
    text-decoration: none !important;
}

footer p {
	font-size: 13px;
	line-height: 22px;
	margin:20px 100px 20px 0;
	font-family: Helvetica, sans-serif;
	color: #3D4045;
}

footer p a {
	color: #3D4045;
}

footer p a:hover {
	color: #000;
	border-bottom: 1px solid #000;
	    text-decoration: none;
}



@media only screen and (max-width: 490px) {




		h1 {
			font-size: 30px;
		    line-height: 36px;
		    margin: 20px 0px 20px 0px;
		}

		h2 {
		    font-size: 20px;
		    line-height: 28px;
		}


		h3 {
		    font-size: 16px;
		    line-height: 24px;
		    margin-left: 0px;
		}

		h5 {
		    font-size: 12px;
		    line-height: 17px;
		}


		p {
		    font-size: 16px;
		    line-height: 24px;
		    margin: 0 0 24px 0;
		}



		#intro {
			padding-top: 0px;
			background: url(https://pages.devex.com/rs/685-KBL-765/images/dts2026-hero.jpg) no-repeat bottom left;
			min-height: 600px;
			margin: 80px auto 0 auto;
			background-size: cover;
			margin-top: 0px;
			margin-left: -15px;
		}


		#intro h3 {
		    font-size: 18px;
		    font-weight: 500;
		    margin-top: 120px;
		}


		#intro h1 {
				margin: 50px 0 20px 0px;
				padding: 0;
				font-size: 40px;
				line-height: 45px;
				margin-top: 20px;
		}

		#intro p {
			margin: 0 0px 24px 0;
		}


		#intro h4 {
		    color: #bcbcbc;
		    margin-top: 40px;
		    padding-right: 0%;
		}


		#difference {
		    padding: 20px 0 30px 0;
		}




		#difference h1 {
		    padding-right: 0%;
		}


		.stat {
		    padding: 0;
		    margin: 30px 0 0px 0;
		}

		#difference .col-sm-3 p {
		    padding-right: 0%;
		    min-height: 50px;
		    margin-bottom: 0;
		}


		.quote-kate {
		    margin: 45px 0 20px 0;
		}

		.small-quote {
		    font-size: 24px;
		    line-height: 32px;
		}


	.row-service {
	    margin-top: 30px;
	    margin-bottom: 50px;
	}


    #services {
        padding: 40px 0 0px 0;
    }

		#services h1 {
		    margin: -10px 0px 20px 0;
		}

				#services p {
			margin-right: 0%;
		}

		#services ul {
		    padding: 0;
		    margin-bottom: 30px;
		    margin-left: 15px;
		}

		#services ul li {
		    font-size: 16px;
		    line-height: 24px;
		    margin-bottom: 8px;
		    padding-left: 0;
		}

		#services .big-cta {
			margin-bottom: 40px;
		}

		#change {
			padding: 60px 0 60px 0;
		}


		#change h1 {
			font-size: 40px;
			margin: 0px 0 40px 0;
			line-height: 44px;
		}

		#change ol {
			padding-right: 0%;
		}

		#change img {
			max-width: 90%;
			margin: 0px auto 40px auto;
		}

		#diversity {
		    padding: 0px 0 40px 0;
		}

		#methodology ul li {
			font-size: 16px;
			line-height: 26px;
			margin-bottom: 16px;
		}


		.diversity-hero {
		    margin-top: -70px;
		    margin-bottom: 30px;
		}

		#diversity ul {
			margin-bottom: 30px;
		}

		#diversity ul li {
			font-size: 16px;
			line-height: 26px;
			margin-bottom: 16px;
			padding-left: 0;
			padding-right: 0%;
		}

		#diversity h4 {
			font-size: 32px;
			line-height: 40px;
		}

		.case-study {
		    margin-bottom: 20px;
		    padding: 16px 30px 26px 30px;
		}

		#diversity h2 {
		    display: block;
		}

		#diversity .big-cta {
		    float: initial;
		    margin-top: 10px;
		    width: 100%;
		    text-align: center;
		}

		.quote-image {
		    margin-top: 40px;
		}

		.DEIA {
			margin: 50px 0 40px 0px;
		}

		.DEIA .col-sm-7 {
			padding-right: 0px;
		}

		.guarantee {
			padding: 40px 30px 32px 30px;
		}

		.slick-slide {
			padding: 0 10px !important;
		}
		
		.guarantee h4 {
			font-size: 28px !important;
		}

		#testimonials {
		    padding: 40px 0 70px 0;
		}

		#testimonials h3 {
		    margin-bottom: 30px;
		}

		.testimonial {
		    font-size: 20px;
		    line-height: 28px;
		    margin-bottom: 30px;
		    padding-right: 0%;
		}

		.slide {
		    padding: 0 5px;
		}



		#our-team {
		    padding: 20px 0 20px 0;
		}

		#our-team h1 {
		    padding-right: 0%;
			margin-bottom: 20px;
		}

		#our-team h2 {
				margin-bottom: 10px;
				margin-top: 20px;
				font-size: 26px;
		}


		#jobs {
		    padding: 30px 0 100px 0;
		}

		#jobs .big-cta {
		    margin-top: 0px;
		    width: 100%;
		    text-align: center;
		}


		#clients {
			padding: 40px 0;
		}

	#clients h3 {
		font-size: 18px;
		margin: 10px 14% 0 14%;
	}

	.client {
		display: inline-block;
		margin: 40px 30px 0px 30px;
	}

	.client-b {
			display: inline-block;
			margin: 40px 20px 0px 20px;
		}

	.client img {
		max-height: 80px;
		display: inline-block;
	}

		#contact {
        padding: 40px 0 20px 0;
        border-radius: 0;
        margin-top: 0;
		}

		#contact h1 {
			font-size: 26px;
        line-height: 26px;
        margin: 16px 0px 20px 0px;
		}


		#contact h3 {
			margin-top: 0px !important;
		}


		#contact h1 a {
	    font-size: 26px !important;
		margin-top: 0;
	}

	.big-cta {
			font-size: 16px;
			padding: 16px 20px 16px 20px;
		}

		#contact iframe {
			margin-top: 20px !important;
		}


		footer {
			padding:0;
		}

		footer p {
		    font-size: 13px;
		    line-height: 20px;
		    letter-spacing: 0px;
		    margin: 20px 0px 20px 1px;
		    text-align: center;
		}

		footer p a {
			border-bottom: 0px solid #a3a3a3;
		}

		footer ul {
			display: none;
		}

		.footer-link {
		    display: none !important
		}

		.socialicons {
		    display: block;
		    margin: 5px auto 0 auto;
		    text-align: center;
		}


		.modal-content {
		    border-radius: 31px;
		    padding: 30px 10px 10px 10px;
		}


		.modal-title {
		    font-size: 36px;
		    line-height: 42px;
		    margin-bottom: -10px;
		    padding-right: 10%;
		}

		.modal-header .close {
		    margin-top: -22px;
		}


}






/* HIDING THE LIVE CHAT */

#livechat-compact-view {
	display: none !important
}



/* CHANGING THE MENU ICON WHEN OPENED */

.navbar-toggle .icon-bar:nth-of-type(2) {
	  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(4) {
  	top: 1px;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 200ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
	      background-color: transparent !important;
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	  background-color: transparent !important;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  top: 0px;
	  transform: rotate(-45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(4) {
	  top: -7px;
	  transform: rotate(45deg);
}








.stick-slide {
  position: relative;
}

.slide-caption {
    bottom: 20px !important;
    left: 35px !important;
    position: absolute;
    width: 25%;
    z-index: 2;
    color: #fff !important;
    font-size: 15px;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.4);
}



@media (max-width: 1140px) {
    .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: 19px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}


@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
		display: block;
	    font-size: 16px;
	    padding: 14px 10px 10px 0;
	    border-radius: 4px;
  }

	  .dropdown-menu li {
	  	padding-left: 0;
	    margin-bottom: 5px;
	  }

	  .navbar-right .dropdown-menu {
		    right: -230px !important;
		}
}

