/**

*

* ---------------------------------------------------------------------------

*

* Template : Blue - A One-Page HTML Portfolio/Business Template

* Author : Webidea

* Author URI : http://morsheds.com

*

* --------------------------------------------------------------------------- 

*

*/



/* =================================== */

/*	Basic Style 

/* =================================== */



html{margin-top: 0px !important;}



body {

    background-color: #fff;

    font-family: 'Ubuntu', sans-serif;

    line-height: 24px;

    font-size: 15px;

    color: #818181;

}



figure, address {

    margin: 0;

}



p {

    line-height: 25px;

}



iframe {

    border: 0;

}



a {

    -webkit-transition: all 0.3s ease-out 0s;

       -moz-transition: all 0.3s ease-out 0s;

        -ms-transition: all 0.3s ease-out 0s;

         -o-transition: all 0.3s ease-out 0s;

            transition: all 0.3s ease-out 0s;

}



a, a:hover, a:focus, .btn:focus {

    text-decoration: none;

    outline: none;

}



h1, h2, h3, h4, h5, h6,

.h1, .h2, .h3, .h4, .h5, .h6 {

    font-family: 'Ubuntu', sans-serif;

    color: #252525;

}



main > section {

    /*padding: 70px 0;*/

}

main #home-slider { margin-top:70px;}
main #about,#price,#testimonials,#service { padding: 70px 0; }

main .default-sec { padding: 70px 0; }

fieldset{padding:0px 20px;}



main{/*min-height:100vh;*/}



.signup legend{margin-bottom: 15px;}

.m-b-0{margin-bottom:0px;}





.btn {

    border-radius: 0;

    border: 0;

    position: relative;

    text-transform: uppercase;

}



.btn-blue {

    background-color: rgba(214, 15, 38, 0.78);

    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;

    padding: 15px 55px;

    color: #fff;

}



.btn-border {

    border: 2px solid #fff;

    color: #fff;

    padding: 12px 35px;

}



.bg-blue {

    background-color: #009EE3;

}



.top-margin{margin-top: 60px;}



.btn-red{color: white;background-color: #d60f26;padding: 15px;font-weight: 600; transition:350ms; box-shadow:0px 0px 0px 1px #d60f26;}

.btn-red:hover{color: #d60f26;background-color:white ; box-shadow:0px 0px 0px 1px #d60f26;}



/* Sweep To Right */

.btn-effect {

	vertical-align: middle;

	box-shadow: 0 0 1px rgba(0, 0, 0, 0);

	position: relative;

	display: inline-block;



	-webkit-transform: translateZ(0);

	   -moz-transform: translateZ(0);

		-ms-transform: translateZ(0);

		 -o-transform: translateZ(0);

			transform: translateZ(0);

		  

	-webkit-backface-visibility: hidden;

	   -moz-backface-visibility: hidden;

			backface-visibility: hidden;

		  

	-webkit-transition-property: color;

	   -moz-transition-property: color;

		-ms-transition-property: color;

			transition-property: color;

		  

	-webkit-transition-duration: 0.3s;

	   -moz-transition-duration: 0.3s;

		-ms-transition-duration: 0.3s;

			transition-duration: 0.3s;

		  

	-moz-osx-font-smoothing: grayscale;

}



.btn-effect:before {

	content: "";

	position: absolute;

	z-index: -1;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	background: #fff;

	

	-webkit-transform: scaleX(0);

	   -moz-transform: scaleX(0);

		-ms-transform: scaleX(0);

			transform: scaleX(0);

			

	-webkit-transform-origin: 0 50%;

	   -moz-transform-origin: 0 50%;

		-ms-transform-origin: 0 50%;

			transform-origin: 0 50%;

			

	-webkit-transition-property: transform;

	   -moz-transition-property: transform;

		-ms-transition-property: transform;

			transition-property: transform;

			

	-webkit-transition-duration: 0.3s;

	   -moz-transition-duration: 0.3s;

		-ms-transition-duration: 0.3s;

			transition-duration: 0.3s;

			

	-webkit-transition-timing-function: ease-out;

	   -moz-transition-timing-function: ease-out;

		-ms-transition-timing-function: ease-out;

			transition-timing-function: ease-out;

}



.btn-effect:hover, .btn-effect:focus, .btn-effect:active {

	color: #009EE3;

}



.btn-effect:hover:before, .btn-effect:focus:before, .btn-effect:active:before {

	-webkit-transform: scaleX(1);

	   -moz-transform: scaleX(1);

	    -ms-transform: scaleX(1);

			transform: scaleX(1);

}



.sec-title {

    margin-bottom: 30px;

}



.sec-title.white {

    color: #fff;

}



.sec-title h2 {

    font-size: 36px;

    margin: 0 0 30px;

    padding-bottom: 30px;

    position: relative;

    text-transform: uppercase;

}



.sec-title.white h2 {

    color: #fff;

}



.sec-title h2:after {

    border-bottom: 1px solid #d60f26;

    content: "";

    display: block;

    left: 45%;

    bottom: 0;

    position: absolute;

    width: 10%;

}



.sec-title.white h2:after {

    border-bottom: 1px solid #fff;

}



.parallax {

    background-attachment: fixed;

    background-position: center top;

    background-repeat: no-repeat;

    background-size: cover;

}





.signup, .login{background-image: url(../img/lol.png);background-size: cover;background-repeat: no-repeat;background-position: center;background-attachment: fixed;min-height: 100vh;}

.login h2, .signup h2{ color:white; }

.login .box{padding: 20px;background-color: rgba(255, 255, 255, 0.88);}

.signup .box{padding: 20px;background-color: rgba(255, 255, 255, 0.88);}

.login .sec-title, .signup .sec-title{margin-bottom:30px;}

.login .btn{margin: 15px 0px 0px 0px;}

.text-red{color: #d60f26;}

.text-white{color: #ffffff;}

.m-b-15{margin-bottom: 15px;}

.m-b-30{margin-bottom: 30px;}

.basic-page{    background-image: url(../img/lol.png);background-size: cover;background-repeat: no-repeat;background-position: center;background-attachment: fixed;min-height: 100vh;}

.basic-page .sec-title h2{color:white; text-transform: none;}

.basic-page .col-sm-10{padding: 50px;box-shadow: 2px 2px 15px -4px grey;background-color: rgba(255, 255, 255, 0.88);}

.basic-page p{margin-bottom:25px;text-align: justify;}

.address{display: inline-flex;padding: 0px;list-style-type: none;width: 100%; margin-bottom:0px;}

.address li{width: 50%;padding: 20px;}

.box{box-shadow: 0px 0px 25px -6px grey;}

.bg-red-white{background-color: #d60f26;color: white;}

.news-banner{padding:548px 0px 0px 0px; background-position: top; background-size: cover;background-repeat: no-repeat;}

.no-pad{padding:0px !important;}

.news .box{padding: 50px;}

.news .box p{margin-bottom:25px;}

.news .box1{box-shadow: 0px 0px 25px -6px grey; padding:20px;margin-bottom: 20px;}

.news .box1.top{margin-top: -100px;background-color: white;}





/**

/*	Preloader

/* ==========================================*/



#preloader {

    background-color: #fff;

    position: fixed;

    width: 100%;

    height: 100%;

    z-index: 9999;

}



/*Battery*/

.loder-box {

  background-color: rgba(0, 0, 0, 0.02);

  border-radius: 1px;

  height: 100px;

  left: 50%;

  margin-left: -64px;

  margin-top: -50px;

  position: absolute;

  top: 50%;

  width: 128px;

}



.battery{

    width: 60px;

    height: 25px;

    top: 35%;

    border: 1px #2E2E2E solid;

    border-radius: 2px;

    position: relative;

    -webkit-animation: charge 5s linear infinite;

       -moz-animation: charge 5s linear infinite;

            animation: charge 5s linear infinite;

    margin: 0 auto;

}



.battery:after {

  background-color: #2E2E2E;

  border-radius: 0 1px 1px 0;

  content: "";

  height: 10px;

  position: absolute;

  right: -5px;

  top: 7px;

  width: 3px;

}



@-webkit-keyframes charge{

    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}

    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}

}



@-moz-keyframes charge{

    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}

    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}

}



@keyframes charge{

    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}

    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}

}





.same-height{display: flex;flex-wrap: wrap;}

.same-height>div{}









/**

/*	Header

/* ==========================================*/



.logo{width:135px;}



#navigation {

    -webkit-transition: all 0.8s ease 0s;

       -moz-transition: all 0.8s ease 0s;

        -ms-transition: all 0.8s ease 0s;

         -o-transition: all 0.8s ease 0s;

            transition: all 0.8s ease 0s;



    background-color: #d60f26;

    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);

    padding: 5px 0;

}



#navigation.animated-header {

   /* padding: 18px 0;*/

}



h1.navbar-brand {

    font-size: 20px;

    font-weight: 700;

    margin: 0;

    text-transform: uppercase;

}



header .navbar-brand{padding:0px;}



.navbar-inverse .navbar-nav > li > a {

    color: #fff;

    font-size: 16px;

    text-transform: uppercase;

	font-weight: 500;

}



.navbar-inverse .navbar-nav > li > a:hover{box-shadow: 0px 1px 0px 0px white;}









/*=================================================================

	Home Slider

==================================================================*/





#home-slider {

   /* position: relative;*/

   /* padding: 0;*/

	/*min-height:100vh;
*/
}



.sl-slider-wrapper {

    width: 100%;

    margin: 0 auto;

    position: relative;

    overflow: hidden;

}



.sl-slider {

    position: absolute;

    top: 0;

    left: 0;

}



/* Slide wrapper and slides */



.sl-slide,

.sl-slides-wrapper,

.sl-slide-inner {

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

} 



.sl-slide {

    z-index: 1;

}



.slide-caption {

    color: #fff;

    display: table;

    height: 100%;

    left: 0;

    min-height: 100%;

   /*  position: absolute;  */

    text-align: center;

    top: 0;

    width: 100%;

    z-index: 11;

}



.slide-caption .caption-content {

    vertical-align: bottom;

    display: table-cell;

}



.slide-caption .caption-content a{border: 1px solid white;}


.caption-content {position: relative;}

.caption-content h2 {

    color: #fff;

    font-size: 52px;

    font-weight: 400;

    margin-bottom: 25px;

    text-transform: uppercase;

	margin: 0px;

    padding: 20px;

    background-color: rgba(0, 0, 0, 0.40);

    margin-top: 20px;

	width:100%;

	position: absolute;

    bottom: 0px;

}

/* #banner .item{height: 100vh;overflow: hidden;} */

#banner .owl-nav{position: absolute;top: 50%;width: 100%;}

#banner .owl-nav .owl-prev{float:left;margin-left: 25px;}

#banner .owl-nav .owl-next{float:right;margin-right: 25px;}

#banner .owl-nav i{color: white;font-size: 50px;}

/* #banner{height: 100vh;} */



.caption-content > span {

    display: block;

    font-size: 24px;

    margin-bottom: 45px;

    text-transform: capitalize;

}



.caption-content p {

    font-size: 29px;

    margin-bottom: 65px;

}



/* The duplicate parts/slices */



.sl-content-slice {

    overflow: hidden;

    position: absolute;

    -webkit-box-sizing: content-box;

    -moz-box-sizing: content-box;

    box-sizing: content-box;

    background: #fff;

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    -o-backface-visibility: hidden;

    -ms-backface-visibility: hidden;

    backface-visibility: hidden;

    opacity : 1;

}



/* Horizontal slice */



.sl-slide-horizontal .sl-content-slice {

    width: 100%;

    height: 50%;

    left: -200px;

    -webkit-transform: translateY(0%) scale(1);

    -moz-transform: translateY(0%) scale(1);

    -o-transform: translateY(0%) scale(1);

    -ms-transform: translateY(0%) scale(1);

    transform: translateY(0%) scale(1);

}



.sl-slide-horizontal .sl-content-slice:first-child {

    top: -200px;

    padding: 200px 200px 0px 200px;

}



.sl-slide-horizontal .sl-content-slice:nth-child(2) {

    top: 50%;

    padding: 0px 200px 200px 200px;

}



/* Vertical slice */



.sl-slide-vertical .sl-content-slice {

    width: 50%;

    height: 100%;

    top: -200px;

    -webkit-transform: translateX(0%) scale(1);

    -moz-transform: translateX(0%) scale(1);

    -o-transform: translateX(0%) scale(1);

    -ms-transform: translateX(0%) scale(1);

    transform: translateX(0%) scale(1);

}



.sl-slide-vertical .sl-content-slice:first-child {

    left: -200px;

    padding: 200px 0px 200px 200px;

}



.sl-slide-vertical .sl-content-slice:nth-child(2) {

    left: 50%;

    padding: 200px 200px 200px 0px;

}



/* Content wrapper */

/* Width and height is set dynamically */

.sl-content-wrapper {

    position: absolute;

}



.sl-content {

    width: 100%;

    height: 100%;

}



/* Default styles for background colors



.btn-effect:after {

    width: 0%;

    height: 100%;

    top: 0;

    left: 0;

    background: #fff;

    content: "";

    position: absolute;

    z-index: -1;



    -webkit-transition: all 0.3s ease-out 0s;

       -moz-transition: all 0.3s ease-out 0s;

        -ms-transition: all 0.3s ease-out 0s;

         -o-transition: all 0.3s ease-out 0s;

            transition: all 0.3s ease-out 0s;

}



.btn-effect:hover,

.btn-effect:active {

    color: #0e83cd;

}



.btn-effect:hover:after,

.btn-effect:active:after {

    width: 100%;

} */





/* Project laughtbox setup */



.fancybox-item.fancybox-close {

    background: url("../img/icons/close.png") no-repeat scroll 0 0 transparent;

    height: 50px;

    right: 0;

    top: 0;

    width: 50px;

}



.fancybox-next span {

    background: url("../img/right.png") no-repeat scroll center center #009ee3;

    height: 50px;

    width: 50px;

    right: 0;

}



.fancybox-prev span {

    background: url("../img/left.png") no-repeat scroll center center #009ee3;

    height: 50px;

    width: 50px;

    left: 0;

}



/*=================================================================

	About

==================================================================*/



#about {

    background-color: #fbf8f8;

    color: #fff;

}



#about h3 {

    color: #fff;

    margin: 0 0 35px;

    text-transform: uppercase;

}



#about .welcome-block h3 {

    margin: 0 0 65px;

}



#about .welcome-block img {

    border: 3px solid #fff;

    border-radius: 50%;

    margin-right: 35px;

    max-width: 100px;

}



#about .message-body {

    font-size: 13px;

    line-height: 20px;

    margin-bottom: 70px;

}



.owl-buttons {

    border: 2px solid #fff;

    display: inline-block;

    float: right;

    padding: 1px 8px 5px;

}



.owl-buttons > div {

    display: inline-block;

    padding: 0 5px;

}



.welcome-message {

    padding: 0 50px;

}



.welcome-message img {

    display: block;

    height: auto;

    max-width: 100px;

    float: left;

}



.welcome-message p {

    font-size: 13px;

    margin-left: 135px;

}



/*=================================================================

	Services

==================================================================*/

#works .owl-item{padding: 0px 40px; }

.owl-buttons{position: absolute;top: 50%;width: 100%;}

.owl-next{float: right;}

.owl-buttons{border: 0px solid #fff;}

.owl-buttons>div{color: black;font-size: 40px;}

.sticky{position: fixed;top: 35vh;right: 0px;z-index: 9;}

.sticky ul{list-style-type: none;padding: 0px;/* display: flex;transform: rotate(270deg); */}

.sticky ul li a{display: block;padding: 12px 5px;background-color: rgba(255, 255, 255, 0.75);color: #d60f26;box-shadow: 0px 0px 0px 1px #d60f26; transition:350ms; text-align:left;}

.sticky ul li a i{margin-right: 10px;}

.sticky ul li a:hover{background-color: #d60f26;color: white;}

.sticky ul li:first-child a{border-radius: 10px 0px 0px;background-color: white;color:#d60f26 ;}

.sticky ul li:last-child a{border-radius: 0px 0px 0px 10px;background-color: #d60f26;color: white;}





#service{background-image:url("../img/dots-mini.png");}



#service iframe{border-top: 20px solid rgba(255, 0, 0, 0.15);border-left: 20px solid rgba(255, 0, 0, 0.15);box-shadow: 20px 20px 0px 0px rgba(128, 128, 128, 0.40);}





.service-icon {

    border: 3px solid transparent;

    display: inline-block;

    height: 85px;

    width: 85px;

    line-height: 101px;



    -webkit-transform: rotate(47deg);

       -moz-transform: rotate(47deg);

        -ms-transform: rotate(47deg);

         -o-transform: rotate(47deg);

            transform: rotate(47deg);



    -webkit-transition: all 0.3s ease 0s;

       -moz-transition: all 0.3s ease 0s;

        -ms-transition: all 0.3s ease 0s;

         -o-transition: all 0.3s ease 0s;

            transition: all 0.3s ease 0s;

}



.service-item:hover .service-icon {

    border: 3px solid #009ee3;

    margin-bottom: 20px;

    color: #009ee3;

}



.service-icon i {

    -webkit-transform: rotate(-48deg);

       -moz-transform: rotate(-48deg);

        -ms-transform: rotate(-48deg);

         -o-transform: rotate(-48deg);

            transform: rotate(-48deg);

}



.service-item h3 {

    font-size: 20px;

    text-transform: uppercase;

}



/*=================================================================

	Portfolio

==================================================================*/



.project-wrapper {

    margin: 0;

    padding: 0;

    list-style: none;

    text-align: center;

}



.project-wrapper li {

    display: inline-block;

}



.portfolio-item {

    cursor: pointer;

    margin: 0 1% 1% 0;

    overflow: hidden;

    position: relative;

    width: 32%;

}



figcaption.mask {

    background-color: rgba(54, 55, 50, 0.79);

    bottom: -126px;

    color: #fff;

    padding: 25px;

    position: absolute;

    width: 100%;

    text-align: left;

    

    -webkit-transition: all 0.4s ease 0s;

       -moz-transition: all 0.4s ease 0s;

        -ms-transition: all 0.4s ease 0s;

         -o-transition: all 0.4s ease 0s;

            transition: all 0.4s ease 0s;

}



.portfolio-item:hover figcaption.mask {

    bottom: 0;

}



figcaption.mask h3 {

    margin: 0;

    color: #fff;

}



ul.external {

    list-style: outside none none;

    margin: 0;

    padding: 0;

    position: absolute;

    right: 0;

    top: -47px;

    

    -webkit-transition: all 0.4s ease 0s;

       -moz-transition: all 0.4s ease 0s;

        -ms-transition: all 0.4s ease 0s;

         -o-transition: all 0.4s ease 0s;

            transition: all 0.4s ease 0s;

}



ul.external li {

    display: inline-block;

}



ul.external li a {

    background-color: rgba(255, 255, 255, 0.9);

    color: #818181;

    display: block;

    padding: 10px 18px 13px;

    

    -webkit-transition: all 0.5s ease 0s;

       -moz-transition: all 0.5s ease 0s;

        -ms-transition: all 0.5s ease 0s;

         -o-transition: all 0.5s ease 0s;

            transition: all 0.5s ease 0s;

}



ul.external li a:hover {

    background-color: #009EE3;

    color: #fff;

}



.portfolio-item:hover ul.external {

    top: 0;

}



.fancybox-skin {

    border-radius: 0;

}



.fancybox-title.fancybox-title-inside-wrap {

    padding: 15px;

}



.fancybox-title h3 {

    margin: 0 0 15px;

}



.fancybox-title p {

    color: #818181;

    font-size: 16px;

    line-height: 22px;

}



.fancybox-title-inside-wrap {

    padding-top: 0;

}





.recent-works .work-item p{background-color: #575455;padding: 25px; font-size: 15px !important;}

.recent-works .work-item a{color: red;}

.recent-works .work-item img{width:100%;}



.red{background-color: #d60f26 !important;color: white !important;}







/*=================================================================

	Testimonials

==================================================================*/





#testimonials {

    background-image: url(../img/ishareeco.jpg);

    padding: 0;

    color: #fff;

}



.whitebg>div{padding: 17px 25px;background-color: rgba(255, 255, 255, 0.7);border-radius: 40px;text-align: center;margin-bottom: 40px;color: #d60f26;font-size: 16px;font-weight: 600;}

.whitebg img{width: 100px;margin: auto;}





#testimonials .sec-title h2:after {

    border-bottom: 1px solid #d60f26;

}



#testimonials .overlay {

    background-color: rgba(10, 10, 10, 0.26);

    padding: 70px 0 40px;

}



.line-height p{line-height: 70px;}



.testimonial-item {

    margin: 0 auto;

    padding-bottom: 50px;

    width: 64%;

}



.testimonial-item img {

    border: 3px solid #fff;

    border-radius: 50%;

    display: inline-block;

    height: auto;

    max-width: 100px;

}



.testimonial-item > div {

    line-height: 30px;

    position: relative;

}



.testimonial-item > div:before {

    background-image: url("../img/icons/quotes.png");

    background-repeat: no-repeat;

    bottom: 127px;

    height: 33px;

    left: -35px;

    position: absolute;

    width: 45px;

}



.testimonial-item > div:after {

    background-image: url("../img/icons/quotes.png");

    background-position: -58px 0;

    background-repeat: no-repeat;

    bottom: -50px;

    height: 33px;

    position: absolute;

    right: 0;

    width: 45px;

}



.testimonial-item > div > span {

    display: inline-block;

    font-weight: 700;

    margin: 40px 0 30px;

    text-transform: uppercase;

}



#testimonials .owl-controls.clickable {

    margin-top: 20px;

    text-align: center;

}



#testimonials .owl-buttons {

    border: 2px solid #fff;

    float: inherit;

}



#testimonials .owl-prev:hover,

#testimonials .owl-next:hover {

    color: #fff;

}

#works .owl-nav{position: absolute;top: 45%;width: 100%;}

#works .owl-nav .owl-prev{float:left;}

#works .owl-nav .owl-next{float:right;}

#works .owl-nav i{color: black;font-size: 50px;}



.threeimg{padding: 20px 0;}

.three-logo{list-style-type: none; padding: 0px; margin-bottom: 0px; display: flex;}

.three-logo li{width: 100%;text-align: center;}









.price-table {

   /*  border: 1px solid #e3e3e3; */height: 100%;    position: relative;    box-shadow: 0px 0px 0px 2px #ececec;border-radius: 5px;

}



.price-table.featured {

    -webkit-box-shadow: 0 0px 0px 2px rgb(214, 15, 38);

       -moz-box-shadow: 0 0px 0px 2px rgb(214, 15, 38));

            box-shadow: 0 0px 0px 2px rgb(214, 15, 38);

			

}



.m-top{margin-top: 30px;}



















.price-table > span {

    color: #252525;

    display: block;

    font-size: 24px;

    padding: 30px 0;

    text-transform: uppercase;

	margin-bottom: 50px;

	background-color: rgba(128, 128, 128, 0.15);

	border-radius: 5px 5px 0px 0px;

}

.btn-price{position: absolute;bottom: 20px; background-color: #d60f26; border-color: #a20b1c;color: white; transition:300ms; width: 80%;left: 10%; font-size:15px;border-radius: 5px;padding: 13px 0px;}

.btn-price:hover{color:white;background-color: #a20b1c;}





.btn-price-gray{position: absolute;bottom: 20px;border-color: #a20b1c;color: #439dfe; transition:300ms; width: 80%;left: 10%; font-size:15px;border-radius: 5px;padding: 13px 0px;box-shadow: 0px 0px 0px 1px #439dfe; background-color: white;}

.btn-price-gray:hover{color:white;background-color: #439dfe;}







.price-table .value {

    background-color: #f8f8f8;

    color: #727272;

    padding: 20px 0;



    -webkit-transition: all 0.7s ease 0s;

       -moz-transition: all 0.7s ease 0s;

        -ms-transition: all 0.7s ease 0s;

         -o-transition: all 0.7s ease 0s;

            transition: all 0.7s ease 0s;

}



.price-table.featured .value {

    background-color: #d60f26;

    color: #fff;

}



.price-table .value span {

    display: inline-block;

}



.price-table .value span:first-child {

    font-size: 32px;

    line-height: 32px;

}



.price-table .value span:nth-child(2) {

    font-size: 65px;

    line-height: 65px;

    margin-bottom: 25px;

}



.price-table .value span:last-child {

    font-size: 16px;

}



.price-table ul {

/*     margin: 0;

    padding: 0;

    list-style: none;

    text-align: center; */

	margin-bottom: 100px;

    padding: 0;

    list-style: none;

    font-size: 15px;

    color: #727278;

	text-align: left;

	

}

.price-table ul li i{font-size: 16px;

margin-right: 15px;color: #439dfe; }



.price-table ul li {

/*     border-top: 1px solid #e3e3e3;

    display: block;

    padding: 25px 0; */

	padding: 5px 0px;

	color: gray;

    -webkit-transition: all 0.7s ease 0s;

       -moz-transition: all 0.7s ease 0s;

        -ms-transition: all 0.7s ease 0s;

         -o-transition: all 0.7s ease 0s;

            transition: all 0.7s ease 0s;

}



.price-table ul li a {

    display: block;

    text-transform: uppercase;

}



/* .price-table.featured ul li:last-child,

.price-table ul li:last-child:hover {

    background-color: #009EE3;

} */



.price-table.featured ul li:last-child a,

.price-table ul li:last-child:hover a {

    color: #fff;

}

















/*=================================================================

	Price

==================================================================*/



#social {

    background-image: url(../img/slider/banner.jpg);

    padding: 0;

}



#social .overlay {

    background: url("../img/slide_bg.png") repeat scroll 0 0 transparent;

    padding: 100px 0 120px;

}



.social-button {

    margin: 0;

    padding: 0;

    list-style: none;

    text-align: center;

}



.social-button li {

    display: inline-block;

}



.social-button li:nth-child(2) {

    margin: 0 75px;

}



.social-button li a {

    border: 2px solid #fff;

    border-radius: 50%;

    color: #fff;

    display: block;

    height: 90px;

    line-height: 96px;

    width: 90px;

    

    -webkit-transition: all 0.2s ease 0s;

       -moz-transition: all 0.2s ease 0s;

        -ms-transition: all 0.2s ease 0s;

         -o-transition: all 0.2s ease 0s;

            transition: all 0.2s ease 0s;

}



.social-button li a:hover {

    color: #008ECC;

    border: 2px solid #008ECC;

}





/*=================================================================

	Contact

==================================================================*/



.input-field {

    margin-bottom: 10px;

}



.form-control {

    border: 1px solid #ececec;

    border-radius: 0;

    box-shadow: none;

    color: #818181;

    font-size: 16px;

    height: 50px;

}



textarea.form-control {

    width: 100%;

    height: 165px;

}



#submit:hover {

  color: #fff;

}



#submit:before {

  background-color: #0A85BB;

}



#submit.btn-effect:after {

  background: #2E2E2E;

}



.contact-details h3 {

    border-bottom: 1px solid #008ecc;

    font-weight: 700;

    margin-bottom: 15px;

    padding-bottom: 15px;

    text-transform: uppercase;

}



.contact-details p {

    line-height: 30px;

}



.contact-details p i {

    margin-right: 10px;

}



.contact-details span {

    display: block;

    margin-left: 24px;

}





/*============================================================

	Google Maps

==============================================================*/



#google-map {

    padding: 0;

}



#map-canvas {

    width: 100%;

    height: 300px;

}



/* 	.recent-works

	{

		padding: 0px 50px;

	} */





/*============================================================

	Footer

==============================================================*/



#footer {

    background-color: #d60f26;

    padding: 70px 0 20px;

    color: #fff;

}



.f-14{font-size: 14px;}







.footmenu{list-style-type: none;padding: 0px;margin: 0px;}

.footmenu a{color: white;display: block;padding: 5px 0px;}





.footer img{margin-bottom:20px;}



.footer-content {

    width: 390px;

    margin: 0 auto;

}



.footer-content > div {

    margin-bottom: 40px;

}



.footer-content > div > p:first-child {

    margin-bottom: 15px;

    text-transform: uppercase;

}



.subscribe-form {

    position: relative;

}



.subscribe.form-control {

    background-color: transparent;

    border: 1px solid #7f7f7f;

}



.subscribe.form-control:focus {

    -webkit-box-shadow: none;

       -moz-box-shadow: none;

            box-shadow: none;

}



.submit-icon {

    background-color: #7f7f7f;

    border: 0 none;

    border-radius: 0;

    color: #c1c1c1;

    padding: 13px 20px;

    position: absolute;

    overflow: hidden;

    right: 0;

    top: 0;

}



.submit-icon .fa-paper-plane {

    position: relative;

    top: 0;

    

    -webkit-transform: translateX(0);

       -moz-transform: translateX(0);

        -ms-transform: translateX(0);

         -o-transform: translateX(0);

            transform: translateX(0);



    -webkit-transition: all 0.3s ease 0.2s;

       -moz-transition: all 0.3s ease 0.2s;

        -ms-transition: all 0.3s ease 0.2s;

         -o-transition: all 0.3s ease 0.2s;

            transition: all 0.3s ease 0.2s;

}



.submit-icon:hover .fa-paper-plane {

    position: relative;

    top: -37px;

    

    -webkit-transform: translateX(30px);

       -moz-transform: translateX(30px);

        -ms-transform: translateX(30px);

         -o-transform: translateX(30px);

            transform: translateX(30px);

}



.footer-content .footer-social {

    margin: 40px 0 35px;

}



.footer-social ul {

    list-style: outside none none;

    margin: 0;

    padding: 0;

    text-align: left;

}



.footer-social ul li {

    display: inline-block;

    margin: 0 10px;

}



.footer-social ul li a {

    color: white;

    display: block;

    

    -webkit-transition: all 0.2s ease 0s;

       -moz-transition: all 0.2s ease 0s;

        -ms-transition: all 0.2s ease 0s;

         -o-transition: all 0.2s ease 0s;

            transition: all 0.2s ease 0s;

}



.footer-social ul li a:hover {

    color: #009EE3;

}



.footer-content > p {

    color: #ababab;

    font-size: 12px;

}



.head-icon{display: inline-flex !important;margin-left: 15px;}

.head-icon a{padding: 15px 5px !important;}









/*============================================================ 

	Responsive Styles

 ============================================================*/



/*============================================================

	For Small Desktop

==============================================================*/



@media (min-width: 980px) and (max-width: 1150px) {



/*about*/

    #about .welcome-block img {

        margin-bottom: 30px;

    }



/* portfolio */

    figcaption.mask {

        bottom: -151px;

    }



    .testimonial-item > div:after {

        bottom: -40px;

    }

}





/*============================================================

	Tablet (Portrait) Design for a width of 768px

==============================================================*/



@media (min-width: 768px) and (max-width: 979px) {



/* home slider  */

    .caption-content h2 {

        font-size: 40px;

    }



    .caption-content p {

        font-size: 25px;

    }



    .caption-content strong {

        font-size: 45px;

    }



/* about */

    .recent-works {

        margin-bottom: 0px;

    }

	

	.sec-title h2:after

	{

		left: 40%;

		width:20%;

	}



    .service-item {

        margin-bottom: 50px;

    }



/* portfolio */

    .portfolio-item {

        width: 48%;

    }



/* testimonial */

    .testimonial-item {

        width: 100%;

    }



    .testimonial-item {

        width: 80%;

    }



    .testimonial-item > div:after {

        bottom: -35px;

    }



/* price */

    .price-table {

        margin-bottom: 50px;

    }



/* contact form */

    .contact-form {

        margin-bottom: 50px;

    }

}





/*============================================================

	Mobile (Portrait) Design for a width of 320px

==============================================================*/





@media (min-width: 768px) and (max-width: 991px) {

    .navbar-collapse.collapse {

        display: none !important;

    }

    .navbar-collapse.collapse.in {

        display: block !important;

    }

    .navbar-header .collapse, .navbar-toggle {

        display:block !important;

    }

    .navbar-header {

        float:none;

    }

	/* #home-slider{min-height: auto;} */

	#banner .item{/*height: auto;*/}

	.line-height p{line-height:35px;}

	.md-3{margin-left:25%; margin-top:20px;}

	.whitebg>div p{font-size: 15px;}

	.whitebg>div{padding: 30px 5px;border-radius: 5px;}

}

















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



    body {

        font-size: 14px;

    }



    .parallax {

        background-position: centet tip !important;

    }



    .sec-title h2 {

        font-size: 25px;

    }



    .sec-title h2:after {

        left: 40%;

		width: 20%;

    }



/*navigation*/

    .navbar-inverse .navbar-toggle {

        border-color: #fff;

    }



    .navbar-inverse .navbar-toggle:hover,

    .navbar-inverse .navbar-toggle:focus {

        background-color: transparent;

    }



/* slider */

    .caption-content h2 {

        font-size: 18px;

    }



    .caption-content > span {

        font-size: 16px;

        margin-bottom: 20px;

    }



    .caption-content p {

        font-size: 16px;

        margin-bottom: 30px;

    }



    .caption-content strong {

        font-size: 22px;

    }



/* about */

    .recent-works {

        margin-bottom: 0px;

    }

	



    #about h3 {

        font-size: 18px;

        margin: 0 0 35px !important;

    }



    #about .owl-buttons {

        margin-top: 20px;

    }



    #about .message-body {

        margin-bottom: 45px;

    }



    #about .welcome-block img {

        margin: 0 25px 15px 0;

    }



	



	

	

/* service */

    .service-item {

        width: 100%;

    }



/*portfolio*/

    .portfolio-item {

        margin: 0 auto 10px;

        font-size: 14px;

        width: 280px;

    }



    figcaption.mask {

        bottom: -107px;

        color: #fff;

        padding: 15px;

    }



/* lightbox */

    .fancybox-title h3 {

        font-size: 20px;

    }



    .fancybox-title p {

        font-size: 14px;

    }



/* testimonial */

    .testimonial-item {

        width: 95%;

    }



    .testimonial-item > div:before,

    .testimonial-item > div:after {

        background-image: none;

    }



    .testimonial-item > div > span {

        margin: 30px 0 20px;

    }



/* price */

    .price-table {

        margin-bottom: 50px;

    }



/* follow us */

    .social-button li:nth-child(2) {

        margin: 0 25px;

    }



    .social-button li a {

        height: 65px;

        line-height: 71px;

        width: 65px;

    }



/* contact form */

    .contact-form {

        margin-bottom: 50px;

    }



/* footer */

    .footer-content {

        width: 100%;

    }



    .footer-social ul li {

        margin: 0 7px;

    }

	

	.same-height{display: block;}

	

	.three-logo{display: block;}

	

	

	

	

	

	

	

}





/*============================================================

	Mobile (Landscape) Design for a width of 480px

==============================================================*/



@media (min-width: 992px)

{

	.nav>li>a{padding: 15px 8px;}

	.navbar-inverse .navbar-nav > li > a{font-size: 12px;margin-top: 7px;}

	.nav>li>a{padding: 10px 8px;}

	#navigation.animated-header{padding: 10px 0;}

	

}







@media (min-width: 1200px) {

	.nav>li>a{padding: 15px 16px;}

	.navbar-inverse .navbar-nav > li > a{font-size: 17px;margin-top: 0px;}

	#navigation.animated-header{/*padding: 20px 0;*/}

}







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

/* .container{width: 1200px;} */

.no-pad-desk{padding: 0px !important;}





}





@media only screen and (min-width: 320px) and (max-width: 330px)

{

	#testimonials .whitebg p{font-size: 16px;}

	

}


/*@media only screen and (min-width: 768px) and (max-width: 991px) {
#banner{margin-top: 60px !important;}
}

@media only screen and (max-width: 767px) {
  #banner{margin-top: 20px !important;} 
}
*/
@media only screen and (min-width: 320px){
	.logo{width: 120px;padding-left: 10px;}
}
@media only screen and (min-width: 320px) and (max-width: 550px) {

.footer img{margin:auto !important; margin-bottom:20px !important;}

#footer{text-align:center;}

.owl-item{padding: 0px 0px;}

.owl-buttons{display:none;}

.footer-social ul{text-align:center;}


.sticky ul li a span{display:none;}

.nav-dots{display:none !important;}

.footer .f-14{text-align: center;}

#service iframe{border-top: 0px solid rgba(255, 0, 0, 0);border-left: 0px solid rgba(255, 0, 0, 0);box-shadow: 20px 20px 0px 0px rgba(128, 128, 128, 0);}

/* #banner .item{height: auto;overflow: hidden;} */

#banner{/*margin-top: 20px;*/}

#banner .owl-nav{display:none;}

#works .owl-item{padding:0px;}

#works .owl-nav{top: 70%;}

#works .owl-nav i{color:white;}

#home-slider {/*min-height:auto;*/}



}


@media only screen and (min-width: 420px) and (max-width: 991px) {
   .caption-content h2 {
        font-size: 23px !important;
    }
}


@media only screen and (min-width: 534px) and (max-width: 767px) {
   .caption-content h2 {
        font-size: 32px !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {


    .caption-content p {

        font-size: 25px;

    }



    .caption-content strong {

        font-size: 35px;

    }



/*about*/



    #about .welcome-block h3 {

        margin: 0 0 35px;

    }

	

	



/* service */



    .service-item {

        margin: 0 auto 50px;

        width: 55%;

    }



/* portfolio */

    .portfolio-item {

        width: 48%;

    }



    figcaption.mask {

        bottom: -132px;

    }



/* testimonial */

    .testimonial-item {

        width: 80%;

    }



    .testimonial-item > div:before {

        bottom: 160px;

    }



/* social */

    .social-button li:nth-child(2) {

        margin: 0 50px;

    }



    .social-button li a {

        height: 90px;

        line-height: 96px;

        width: 90px;

    }



/* price */

    .price-table {

        margin-bottom: 50px;

    }



/* contact form */

    .contact-form {

        margin-bottom: 50px;

    }



/* footer */

    .footer-content {

        width: 380px;

    }	

	

}


.btn-txt p {
    margin: 0px!important;
}



/* @media only screen and (max-width: 533px){
		
		
		.pic-show { padding-top: 5px !important;}	
		
		.page-con img {
		height: 40vh !important;
		width: 100%;
		padding-top: 0px !important;
		}	
		
		.recent-works .work-item p{     font-size: 14px !important;}	
		.news-banner{ padding: 140px 0px}
		
		.only-slider img{     padding-top: 0px !important;}
		
		.only-slider img {
		height: 40vh !important;
		margin-top: 5px;}
	
	}
 */
@media only screen and (max-width: 991px) {

main #home-slider { margin-top:60px !important;}
main #about,#price,#testimonials,#service { padding: 40px 0px !important; }
main .default-sec { padding: 20px 0 !important; }

.box {box-shadow:none !important;}

		.head-icon2 a {
    width: 10%;
    float: left;
}

.head-icon1 a {
    width: 10%;
    float: left;
}
}






































