/*
Theme Name: Aurora-Web
Author: TIVLABS
Description:
Version:1.0
*/

@font-face {
	font-family: 'RobotoRegular';
	src: url('fonts/RobotoRegular.eot');
	src: url('fonts/RobotoRegular.eot') format('embedded-opentype'),
		 url('fonts/RobotoRegular.woff2') format('woff2'),
		 url('fonts/RobotoRegular.woff') format('woff'),
		 url('fonts/RobotoRegular.ttf') format('truetype'),
		 url('fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}
@font-face {
    font-family: 'SourceCodeProBlack';
    src: url('fonts/SourceCodeProBlack.eot');
    src: url('fonts/SourceCodeProBlack.eot') format('embedded-opentype'),
         url('fonts/SourceCodeProBlack.woff2') format('woff2'),
         url('fonts/SourceCodeProBlack.woff') format('woff'),
         url('fonts/SourceCodeProBlack.ttf') format('truetype'),
         url('fonts/SourceCodeProBlack.svg#SourceCodeProBlack') format('svg');
}
@font-face {
    font-family: 'SourceCodeProBold';
    src: url('fonts/SourceCodeProBold.eot');
    src: url('fonts/SourceCodeProBold.eot') format('embedded-opentype'),
         url('fonts/SourceCodeProBold.woff2') format('woff2'),
         url('fonts/SourceCodeProBold.woff') format('woff'),
         url('fonts/SourceCodeProBold.ttf') format('truetype'),
         url('fonts/SourceCodeProBold.svg#SourceCodeProBold') format('svg');
}
@font-face {
    font-family: 'RobotoLight';
    src: url('fonts/RobotoLight.eot');
    src: url('fonts/RobotoLight.eot') format('embedded-opentype'),
         url('fonts/RobotoLight.woff2') format('woff2'),
         url('fonts/RobotoLight.woff') format('woff'),
         url('fonts/RobotoLight.ttf') format('truetype'),
         url('fonts/RobotoLight.svg#RobotoLight') format('svg');
}
@font-face {
    font-family: 'RobotoBold';
    src: url('fonts/RobotoBold.eot');
    src: url('fonts/RobotoBold.eot') format('embedded-opentype'),
         url('fonts/RobotoBold.woff2') format('woff2'),
         url('fonts/RobotoBold.woff') format('woff'),
         url('fonts/RobotoBold.ttf') format('truetype'),
         url('fonts/RobotoBold.svg#RobotoBold') format('svg');
}
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('fonts/proxima-nova-bold-5964b11f8478d-webfont.woff2') format('woff2'),
         url('fonts/proxima-nova-bold-5964b11f8478d-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    width: 100%;
    height: 100%;
    font-family: 'RobotoRegular';
	font-size:22px;
    color: #6e6e6e;
    background-color: #ffffff;
}

html {
    width: 100%;
    height: 100%;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #28c3ab;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #176e61;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-brand {
    font-weight: 700;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.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;
	font-family: 'RobotoRegular';
	font-size:18px;
	padding:45px 35px;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: transparent;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: absolute;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    color: #000;
    background: url(images/banner-image.jpg) no-repeat top center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	font-family: 'RobotoLight';
}

.intro-body {
    display: table-cell;
    vertical-align: middle;
	padding-top: 135px;
}

.brand-heading {
	font-family: 'SourceCodeProBlack';
    font-size: 54px;
}

.intro-text {
    font-size: 18px;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }

    .intro-text {
        font-size: 25px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.container-fluid{ margin:0px 70px; }




.wrapper {
    text-align: center;
}

/* Clip text element */
.clip-text {
    font-family: 'SourceCodeProBlack';
    font-size: 100px;
    line-height: 1;
    position: relative;
    display: inline-block;
	text-transform:uppercase;
    /*margin: .25em;
    padding: .5em .75em;
    text-align: center;*/
    /* Color fallback */
    /*color: #fff;*/
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

.clip-text:before,
.clip-text:after {
    position: absolute;
    content: '';
}

/* Background */
.clip-text:before {
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: inherit;
}

/* Text Background (black zone) */
.clip-text:after {
    position: absolute;
    z-index: -1;
    top: .125em;
    right: .125em;
    bottom: .125em;
    left: .125em;
    background-color: #000;
}



/* Background image from http://thepatternlibrary.com/ and http://lorempixel.com */
.clip-text_one {
    background-image: url(images/text-bg.jpg);
}



/***************************************Section One CSS******************************************/

.section-one h1 {
    font-family: 'RobotoRegular';
    font-size: 50px;
    color: #31435d;
    padding: 60px 0;
    margin: 0;
    text-transform: none;
    font-weight: normal;
}
.section-one .section-one-list{
	list-style:none;
	padding:0px;
	margin:0px 0 60px 0;
	background:#3cbfae;
	border-radius:4px;
	display:inline-table;
	overflow:hidden;
}
.section-one .section-one-list li{
	font-family: 'RobotoRegular';
	font-size:22px;
	text-transform:uppercase;
	color:#ffffff;
	letter-spacing:1px;
	list-style:none;
	padding:0px;
	margin:0px;
	display:inline-table;
	width:315px;
	text-align:center;
}
.section-one .section-one-list li a {
    padding: 20px;
    display: block;
    color: #ffffff;
}
.section-one .section-one-list li.active{
	background-color:#8860b2;
}
.section-one .our-services-list{ margin:50px 0; }
.section-one .our-services-list .img-responsive{ display:inline-block; }

.section-one .our-services-list{ text-align:center; }

.section-one .our-services-list .img-block {
    display: block;
    min-height: 70px;
    vertical-align: bottom;
    position: relative;
}
.section-one .our-services-list .img-block img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
.section-one .our-services-list h3{
	padding:25px 0;
	margin:0px;
	font-family: 'RobotoBold';
	font-size:24px;
	color:#a483c6;
	text-transform:none;
}
.section-one .our-services-content {
    min-height: 370px;
    padding-bottom: 70px;
    position: relative;
}
.section-one .our-services-content .find-out-more{
	position:absolute;
	bottom:0px;
	left:50%;
	transform:translate(-50%);
}

.section-one .find-out-more{
}

/****************************************Tab*****************************************************/

/*#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}


/************************************************************************************************/


/************************************************************************************************/

/***************************************Section Two CSS******************************************/

.section-two {
	background:transparent url('images/section-two-bg.png') 0 0 no-repeat;
	min-height:550px;
	margin-bottom:80px;
	padding:80px 0px;
	color:#ffffff;
	background-size: cover;
}
.section-two h3{
	font-family: 'SourceCodeProBlack';
	color:#3cbfae;
	font-size:55px;
}
.section-two a.read-more{
	font-family: 'proxima_nova_rgbold';
	font-size:20px;
	background-color:#3cbfae;
	padding:20px 32px;
	color:#ffffff;
	border-radius:5px;
	display: inline-block;
}
.section-two .section-two-left-content{
	padding:40px 95px;
}

/************************************************************************************************/

/***************************************Section Three CSS******************************************/

.section-three {
	min-height:550px;
	margin-bottom:80px;
	padding:40px 0px;
	color:#6e6e6e;
}
.section-three h3{
	font-family: 'SourceCodeProBlack';
	color:#3cbfae;
	font-size:55px;
}
.section-three a.read-more{
	font-family: 'proxima_nova_rgbold';
	font-size:20px;
	background-color:#3cbfae;
	padding:20px 32px;
	color:#ffffff;
	border-radius:5px;
	display: inline-block;
}
.section-three .section-three-left-content{
	padding:40px 95px;
}
.section-three .section-three-left-content h4{
	font-family: 'RobotoBold';
	color:#3cbfae;
	text-transform:none;
	font-size:28px;
	margin-bottom: 10px;
}
.section-three .section-three-left-content h3{
	color:#281623;
}

/************************************************************************************************/

/*******************************************Section Four********************************************/

.featured-blog-post-bg {
    background-size: cover;
    height: 520px;
    margin-bottom: 80px;
    margin-top: 0px;
	position:relative;
}
.featured-blog-post-content{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	padding:40px;
	color:#ffffff;
}
.featured-blog-post-content h2{	
	font-family: 'RobotoBold';
	font-size:40px;
	padding:0px;
	margin:0px;
	font-weight:normal;
	text-transform:none;
}
	
.featured-blog-post-content h4{
	font-family: 'SourceCodeProBold';
	font-size:14px;
	padding:0px;
	margin:0px 0 10px 0;
	font-weight:normal;
	text-transform:none;
}

/***************************************************************************************************/

/*******************************************Testimonial*********************************************/

.section-five{
	background:#f2f2f2;
	padding:50px 0px;
	text-align:center;
	margin-bottom:80px;
}
.section-five .testimonial-section{
	padding:0 10%;
	margin:60px auto;
}
.section-five .testimonial-section .testimonial-content, .section-five .testimonial-section .testimonial-content p{
	font-family: 'RobotoLight';
	font-style:italic;
	color:#303659;
	font-size:45px;
	margin-bottom:50px;
	position:relative;
	padding: 0 30px;
}
.testimonial-content img.left-arrow {
    position: absolute;
    left: 0;
    top: 0;
}
.testimonial-content img.right-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
}
.section-five .testimonial-section h2 {
    font-family: 'RobotoRegular';
    font-size: 35px;
    font-weight: normal;
    color: #8860b2;
    margin: 0;
    padding: 0;
}
.section-five .testimonial-section h4{
	font-family: 'RobotoRegular';
	font-size:20px;
	font-weight:normal;
	text-transform:none;
	color:#000000;
	margin:10px 0;
	padding:0px;
}

/***************************************************************************************************/

/*******************************************Our Clients*********************************************/

.section-six{
	padding:0px;
	text-align:center;
	margin-bottom:80px;
}
.section-six h2{
	font-family: 'SourceCodeProBold';
	font-size:55px;
	color:#3cbfae;
	margin-bottom:45px;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: auto;
	max-height:160px;
}

/***************************************************************************************************/

/**************************************************************************************************/

.carousel-indicators li {
    width: 20px;
    height: 20px;
    margin: 1px 1px -30px 1px;
    background-color: #3cbfae;
    border: 0px solid #3cbfae;
}
.carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 1px 1px -30px 1px;
    background-color: #8860b2;
}
.section-three .carousel-indicators li {
    width: 20px;
    height: 20px;
    margin: 1px 1px -70px 1px;
    background-color: #3cbfae;
    border: 0px solid #3cbfae;
}
.section-three .carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 1px 1px -70px 1px;
    background-color: #8860b2;
}

/**************************************************************************************************/

/*******************************************Footer*********************************************/

footer{
	background:transparent url('images/footer-bg.jpg') 0 0 no-repeat;
	padding:100px 0;
	min-height:450px;
	font-size:12px;
	color:#ffffff;
	background-size: 100%;
}

footer .footer-box1 .footer-logo{
	margin-bottom:40px;
}
footer .footer-box1 ul.contact-details{
	padding:0px;
	margin:0px;
	list-style:none;
}
footer .footer-box1 ul.contact-details li{
	padding:0px;
	margin:0 30px 0 0;
	list-style:none;	
	display:inline-table;
	font-size:22px;
	color:#ffffff;
}
footer .footer-box1 ul.contact-details li a{
	color:#ffffff;
}
footer .footer-box1 ul.contact-details li .fa{
	margin-right:5px;
}

footer .footer-box2 ul, footer .footer-box3 ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
footer .footer-box2 ul li, footer .footer-box3 ul li {
    padding: 12px 0 0 0;
    margin: 0px;
    list-style: none;
    font-size: 24px;
}
footer .footer-box2 h2, footer .footer-box3 h2 {
    font-family: 'SourceCodeProBold';
    font-size: 32px;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    letter-spacing: 3px;
}

footer .footer-box4 ul.social-media{
	padding:0px;
	margin:0px;
	list-style:none;
}
footer .footer-box4 ul.social-media li {
    padding: 0px 30px 0 0;
    margin: 0px;
    list-style: none;
    display: inline-table;
    font-size: 60px;
}
footer .footer-box4 ul.social-media li:last-child {
    padding: 0px;
}


/***************************************************************************************************/

#myCarousel .carousel-indicators {
    right: 22%;
    left: auto;
    width: auto;
}
.single{
	margin-top:180px;
}
.single nav.navbar.navbar-custom.navbar-fixed-top {
    background: #333;
    padding: 0;
}

/***********************************Responsive******************************************************/

@media all and (min-width:1921px){
	.container-fluid{ width:1920px; margin:0 auto; }
}

@media all and (min-width:1200px) and (max-width:1500px){
	
	.logo {
		width: 220px;
	}
	.navbar-brand {
		padding: 0;
	}
	.navbar-custom .nav li a {
		font-size: 14px;
		padding: 10px 15px;
	}
	
	/********************************Intro*************************************/
	
	.intro-body {
		padding-top: 0;
	}
	.intro {
		padding: 100px 0 20px;
	}
	.clip-text {
		font-size: 50px;
	}
	
	/**************************************************************************/
	
	/********************************Section One*******************************/
	
	.section-one h1 {
		font-size: 30px;
		padding: 30px 0;
	}
	.section-one .our-services-list {
		margin: 20px 0;
	}
	
	/**************************************************************************/
	
	/********************************Section Two*******************************/
	.section-two {
		margin-bottom: 20px;
		padding: 80px 0px 0 0;
	}
	.section-two .section-two-left-content {
		padding: 40px 0px;
	}
	.section-two h3 {
		font-size: 30px;
	}
	/**************************************************************************/
	
	/********************************Section Three*******************************/
	.section-three {
		min-height: auto;
		margin-bottom: 60px;
	}
	.section-three .section-three-left-content {
		padding: 10px 0px;
	}
	.section-three h3 {
		font-size: 30px;
	}
	.section-three a.read-more {
		font-size: 20px;
		padding: 10px 32px;
		margin-bottom: 30px;
	}
	/**************************************************************************/
	
	/********************************Section Three*******************************/
	.featured-blog-post-bg {
		height: 360px;
		margin-bottom: 20px;
		margin-top: 0px;
	}
	.featured-blog-post-content h2 {
		font-size: 30px;
	}
	/**************************************************************************/
	
	/********************************Section Five*******************************/
	.section-five .testimonial-section .testimonial-content, .section-five .testimonial-section .testimonial-content p {
		font-size: 15px;
		margin-bottom: 40px;
		padding: 0px;
	}
	.section-five .testimonial-section h2 {
		font-size: 25px;
	}
	.section-five .testimonial-section h4 {
		font-size: 14px;
	}
	.testimonial-content img.left-arrow {
		left: -20px;
		top: -20px;
		width: 20px;
	}
	.testimonial-content img.right-arrow {
		right: -20px;
		bottom: -20px;
		width: 20px;
	}
	.section-five {
		padding: 0 0 50px 0;
	}
	/**************************************************************************/
	
	/********************************Section Six*******************************/
	.section-six h2 {
		font-size: 30px;
		margin-bottom: 25px;
	}
	/**************************************************************************/
	
	footer {
		background: transparent url(images/footer-bg.jpg) 0 0 repeat;
		background-size:cover;
		padding: 40px 0;
		min-height: auto;
		font-size: 12px;
		color: #ffffff;
	}
	.footer-box1, .footer-box2, .footer-box3, .footer-box4 { margin-bottom:25px; }
	footer .footer-box2 h2, footer .footer-box3 h2 {
		font-size: 22px;
	}
	footer .footer-box2 ul li, footer .footer-box3 ul li {
		font-size: 14px;
	}
	p {
		font-size: 14px;
	}
	footer .footer-box4 ul.social-media li {
		font-size: 25px;
		padding: 0 5px 0 0;
	}
	footer .footer-box1 ul.contact-details li {
		margin: 0 30px 0 0;
		font-size: 14px;
	}
	
}


@media all and (min-width:992px) and (max-width:1199px){
	
	.container-fluid {
		margin: 0px 50px;
	}
	
	.logo {
		width: 220px;
	}
	.navbar-brand {
		padding: 0;
	}
	.navbar-custom .nav li a {
		font-size: 14px;
		padding: 10px 15px;
	}
	
	/********************************Intro*************************************/
	
	.intro-body {
		padding-top: 0;
	}
	.intro {
		padding: 100px 0 20px;
	}
	.clip-text {
		font-size: 30px;
	}
	
	/**************************************************************************/
	
	/********************************Section One*******************************/
	
	.section-one h1 {
		font-size: 30px;
		padding: 30px 0;
	}
	.section-one .our-services-list {
		margin: 20px 0;
	}
	
	/**************************************************************************/
	
	/********************************Section Two*******************************/
	.section-two {
		margin-bottom: 20px;
		padding: 80px 0px 0 0;
	}
	.section-two .section-two-left-content {
		padding: 40px 0px;
	}
	.section-two h3 {
		font-size: 30px;
	}
	/**************************************************************************/
	
	/********************************Section Three*******************************/
	.section-three {
		min-height: auto;
		margin-bottom: 60px;
	}
	.section-three .section-three-left-content {
		padding: 10px 0px;
	}
	.section-three h3 {
		font-size: 30px;
	}
	.section-three a.read-more {
		font-size: 20px;
		padding: 10px 32px;
		margin-bottom: 30px;
	}
	/**************************************************************************/
	
	/********************************Section Three*******************************/
	.featured-blog-post-bg {
		height: 360px;
		margin-bottom: 20px;
		margin-top: 0px;
	}
	.featured-blog-post-content h2 {
		font-size: 30px;
	}
	/**************************************************************************/
	
	/********************************Section Five*******************************/
	.section-five .testimonial-section .testimonial-content, .section-five .testimonial-section .testimonial-content p {
		font-size: 15px;
		margin-bottom: 40px;
		padding: 0px;
	}
	.section-five .testimonial-section h2 {
		font-size: 25px;
	}
	.section-five .testimonial-section h4 {
		font-size: 14px;
	}
	.testimonial-content img.left-arrow {
		left: -20px;
		top: -20px;
		width: 20px;
	}
	.testimonial-content img.right-arrow {
		right: -20px;
		bottom: -20px;
		width: 20px;
	}
	.section-five {
		padding: 0 0 50px 0;
	}
	/**************************************************************************/
	
	/********************************Section Six*******************************/
	.section-six h2 {
		font-size: 30px;
		margin-bottom: 25px;
	}
	/**************************************************************************/
	
	footer {
		background: transparent url(images/footer-bg.jpg) 0 0 repeat;
		background-size:cover;
		padding: 40px 0;
		min-height: auto;
		font-size: 12px;
		color: #ffffff;
	}
	.footer-box1, .footer-box2, .footer-box3, .footer-box4 { margin-bottom:25px; }
	footer .footer-box2 h2, footer .footer-box3 h2 {
		font-size: 22px;
	}
	footer .footer-box2 ul li, footer .footer-box3 ul li {
		font-size: 14px;
	}
	p {
		font-size: 14px;
	}
	footer .footer-box4 ul.social-media li {
		font-size: 25px;
		padding: 0 5px 0 0;
	}
	footer .footer-box1 ul.contact-details li {
		margin: 0 30px 0 0;
		font-size: 14px;
	}
	
}

@media all and (min-width:768px) and (max-width:991px){
	.container-fluid {
		margin: 0px 20px;
	}
	
	.logo {
		width: 220px;
	}
	.navbar-brand {
		padding: 0;
	}
	.navbar-custom .nav li a {
		font-size: 14px;
		padding: 10px 15px;
	}	
	
	/********************************Intro*************************************/
	
	.intro-body {
		padding-top: 0;
	}
	.intro {
		padding: 100px 0 20px;
	}
	.clip-text {
		font-size: 30px;
	}
	
	/**************************************************************************/
	
	/********************************Section One*******************************/
	
	.section-one h1 {
		font-size: 30px;
		padding: 30px 0;
	}
	.section-one .section-one-list li {
		width: 100%;
	}
	.section-one .our-services-list {
		margin: 20px 0;
	}
	
	/**************************************************************************/
	
	/********************************Section Two*******************************/
	.section-two {
		margin-bottom: 20px;
		padding: 0px 0px;
	}
	.section-two .section-two-left-content {
		padding: 40px 0px;
	}
	.section-two h3 {
		font-size: 30px;
	}
	/**************************************************************************/
	
	/********************************Section Three*******************************/
	.section-three {
		min-height: auto;
		margin-bottom: 0;
	}
	.section-three .section-three-left-content {
		padding: 10px 0px;
	}
	.section-three h3 {
		font-size: 30px;
	}
	.section-three a.read-more {
		font-size: 20px;
		padding: 10px 32px;
		margin-bottom: 30px;
	}
	/**************************************************************************/
	
	/********************************Section Three*******************************/
	.featured-blog-post-bg {
		height: 360px;
		margin-bottom: 20px;
		margin-top: 0px;
	}
	.featured-blog-post-content h2 {
		font-size: 30px;
	}
	/**************************************************************************/
	
	/********************************Section Five*******************************/
	.section-five .testimonial-section .testimonial-content, .section-five .testimonial-section .testimonial-content p {
		font-size: 15px;
		margin-bottom: 40px;
		padding: 0px;
	}
	.section-five .testimonial-section h2 {
		font-size: 25px;
	}
	.section-five .testimonial-section h4 {
		font-size: 14px;
	}
	.testimonial-content img.left-arrow {
		left: -20px;
		top: -20px;
		width: 20px;
	}
	.testimonial-content img.right-arrow {
		right: -20px;
		bottom: -20px;
		width: 20px;
	}
	.section-five {
		padding: 0 0 50px 0;
	}
	/**************************************************************************/
	
	/********************************Section Six*******************************/
	.section-six h2 {
		font-size: 30px;
		margin-bottom: 25px;
	}
	/**************************************************************************/
	
	footer {
		background: transparent url(images/footer-bg.jpg) 0 0 repeat;
		background-size:cover;
		padding: 40px 0;
		min-height: auto;
		font-size: 12px;
		color: #ffffff;
	}
	.footer-box1, .footer-box2, .footer-box3, .footer-box4 { margin-bottom:25px; }
	footer .footer-box2 h2, footer .footer-box3 h2 {
		font-size: 22px;
	}
	footer .footer-box2 ul li, footer .footer-box3 ul li {
		font-size: 14px;
	}
	p {
		font-size: 14px;
	}
	footer .footer-box4 ul.social-media li {
		font-size: 25px;
		padding: 0 5px 0 0;
	}
	footer .footer-box1 ul.contact-details li {
		margin: 0 30px 0 0;
		font-size: 14px;
	}
	
	
}

@media all and (max-width:767px){
	
	.container-fluid {
		margin: 0px 10px;
	}
	
	.logo {
		width: 120px;
	}
	.navbar-custom .nav li a {
		font-size: 14px;
		padding: 10px 15px;
	}
	.navbar {
		border-bottom: 0px solid rgba(255,255,255,.3) !important;
		background-color: transparent !important;
	}
	.navbar-collapse.navbar-right.navbar-main-collapse{
		background: #272940;
	}
	
	/********************************Intro*************************************/
	
	.intro-body {
		padding-top: 0;
	}
	.intro {
		padding: 100px 0 20px;
	}
	.clip-text {
		font-size: 30px;
	}
	
	/**************************************************************************/
	
	/********************************Section One*******************************/
	
	.section-one h1 {
		font-size: 30px;
		padding: 30px 0;
	}
	.section-one .section-one-list{ display:block; margin:0px 0 30px 0;}
	.section-one .section-one-list li {
		width: 50%;
		float: left;
		font-size: 11px;
		/*padding: 20px 12px;*/
	}
	.section-one .our-services-list {
		margin: 20px 0;
	}
	
	/**************************************************************************/
	
	/********************************Section Two*******************************/
	.section-two {
		margin-bottom: 20px;
		padding: 0 0 40px 0px;
	}
	.section-two .section-two-left-content {
		padding: 40px 0px;
	}
	.section-two h3 {
		font-size: 30px;
	}
	/**************************************************************************/
	
	/********************************Section Three*******************************/
	.section-three .section-three-left-content {
		padding: 10px 0px;
	}
	.section-three h3 {
		font-size: 30px;
	}
	.section-three a.read-more {
		font-size: 20px;
		padding: 10px 32px;
		margin-bottom: 30px;
	}
	/**************************************************************************/
	
	/********************************Section Three*******************************/
	.featured-blog-post-bg {
		height: 360px;
		margin-bottom: 20px;
		margin-top: 0px;
	}
	.featured-blog-post-content h2 {
		font-size: 30px;
	}
	/**************************************************************************/
	
	/********************************Section Five*******************************/
	.section-five .testimonial-section .testimonial-content, .section-five .testimonial-section .testimonial-content p {
		font-size: 15px;
		margin-bottom: 40px;
		padding: 0px;
	}
	.section-five .testimonial-section h2 {
		font-size: 25px;
	}
	.section-five .testimonial-section h4 {
		font-size: 14px;
	}
	.testimonial-content img.left-arrow {
		left: -20px;
		top: -20px;
		width: 20px;
	}
	.testimonial-content img.right-arrow {
		right: -20px;
		bottom: -20px;
		width: 20px;
	}
	.section-five {
		padding: 0 0 50px 0;
	}
	/**************************************************************************/
	
	/********************************Section Six*******************************/
	.section-six h2 {
		font-size: 30px;
		margin-bottom: 25px;
	}
	/**************************************************************************/
	
	footer {
		background: transparent url(images/footer-bg.jpg) 0 0 repeat;
		background-size:cover;
		padding: 40px 0;
		min-height: 450px;
		font-size: 12px;
		color: #ffffff;
	}
	.footer-box1, .footer-box2, .footer-box3, .footer-box4 { margin-bottom:25px; }
	footer .footer-box2 h2, footer .footer-box3 h2 {
		font-size: 22px;
	}
	footer .footer-box2 ul li, footer .footer-box3 ul li {
		font-size: 14px;
	}
	p {
		font-size: 14px;
	}
	footer .footer-box4 ul.social-media li {
		font-size: 35px;
	}
	
	
}

/***************************************************************************************************/1