

/*
*******************************************
*******************************************

@File: Portfolio Theme Styles

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below>>>>>

*******************************************
*******************************************

==== INDEX PAGE CSS

** - Browser Reset + Common Styles.
** - Home Page Styles.
** - Home Page2 Styles.
** - Home Page3 Styles.
** - Home Page4 Styles.
** - Home Page5 Styles.
** - About Page Styles.
** - blog Page Styles.
** - Single-blog Page Styles.
** - portfolio Page Styles.
** - Single Project Page Styles.
** - Single Project v2 Page Styles.
** - contact Page Styles.
** - style Page Styles.




*/


/*
*****************************************
>>> | Browser Reset & Common CSS |
*****************************************
*/



/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

html,
body { height: 100% }

body {
    font-family: 'Roboto', sans-serif;
	font-weight: 400;
    background: #fff;
}

a:hover { text-decoration: none }

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}




/* ==========================================================
                    Preloader Start
    ==========================================================*/
.loader {
  background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: fixed;
  width: 100%;
  z-index: 999999999;
}
.cssload-thecube {
	width: 73px;
	height: 73px;
	margin: 0 auto;
	margin-top: 49px;
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(43,160,199);
	animation: cssload-fold-thecube 2.76s infinite linear both;
		-o-animation: cssload-fold-thecube 2.76s infinite linear both;
		-ms-animation: cssload-fold-thecube 2.76s infinite linear both;
		-webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
		-moz-animation: cssload-fold-thecube 2.76s infinite linear both;
	transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
		-o-transform: scale(1.1) rotateZ(90deg);
		-ms-transform: scale(1.1) rotateZ(90deg);
		-webkit-transform: scale(1.1) rotateZ(90deg);
		-moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
		-o-transform: scale(1.1) rotateZ(180deg);
		-ms-transform: scale(1.1) rotateZ(180deg);
		-webkit-transform: scale(1.1) rotateZ(180deg);
		-moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
		-o-transform: scale(1.1) rotateZ(270deg);
		-ms-transform: scale(1.1) rotateZ(270deg);
		-webkit-transform: scale(1.1) rotateZ(270deg);
		-moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
	animation-delay: 0.35s;
		-o-animation-delay: 0.35s;
		-ms-animation-delay: 0.35s;
		-webkit-animation-delay: 0.35s;
		-moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3:before {
	animation-delay: 0.69s;
		-o-animation-delay: 0.69s;
		-ms-animation-delay: 0.69s;
		-webkit-animation-delay: 0.69s;
		-moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4:before {
	animation-delay: 1.04s;
		-o-animation-delay: 1.04s;
		-ms-animation-delay: 1.04s;
		-webkit-animation-delay: 1.04s;
		-moz-animation-delay: 1.04s;
}



@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-o-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-o-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-ms-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-ms-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fold-thecube {
	0%, 10% {
		-webkit-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-webkit-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-webkit-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-moz-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-moz-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

/* ==========================================================
                    Preloader End
    ==========================================================*/








/* ==========================================================
                    Hero Area Start
    ==========================================================*/



/* Header Bottom Area Start */
header.header-area {
    padding: 50px 0;
	z-index: 9999999;
	
}
.home-page1 header.header-area {
    padding: 50px 0 0;
}

.logo-area {
    position: relative;
    z-index: 9999999;
}

.slicknav_menu {
  display: none;
}


.text-logo {
  border: 1px solid;
  color: #333333;
  display: inline-block;
  font-size: 20px;
  padding: 4px 15px;
  text-transform: uppercase;
}

.main-menu-wrap ul {
    list-style: outside none none;
    margin: 5px 0;
    padding: 0;
    text-align: right;
    text-transform: uppercase;
}
.main-menu-wrap li {
    display: inline-block;
    position: relative;
}
.main-menu-wrap ul li a {
    border: 1px solid rgba(0, 0, 0, 0);
    color: #333333;
    display: block;
    font-weight: 700;
    margin-left: 5px;
    padding: 5px 14px;
    position: relative;
    transition: all 0.4s ease 0s;
}




.main-menu-wrap ul li:hover > a, .main-menu-wrap ul li.current_page_item > a, .main-menu-wrap ul li.current-page-ancestor > a {
  border: 1px solid #333333;
  text-decoration: none;
  transition: all 0.4s ease 0s;
}
/* Dropdown Menu start */
.main-menu-wrap ul li ul {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  transform: translateY(100px);
  width: 260px;
  z-index: 9;
  
}

.main-menu > li:nth-child(5) .drop-menu {
    right: 0;
}

.main-menu-wrap ul li ul li {
  display: block;
}

.main-menu-wrap ul li ul li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  line-height: 30px;
  margin: 0;
  padding: 10px 15px;
  text-align: left;
  font-size: 13px;
}
.drop-menu {
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.4s ease 0s;
    visibility: hidden;
    display: block;
}
.main-menu-wrap li:hover .drop-menu {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

.main-menu-wrap .sub-siblings::after {
    content: "";
    font-family: "fontawesome";
    line-height: 20px;
    margin-left: 7px;
    margin-top: -10px;
    position: absolute;
    right: 3px;
    top: 50%;
    transition: all 0.4s ease 0s;
}
.main-menu-wrap ul li ul li a.sub-siblings:after{
    right: 20px;
}
.sub-siblings:hover::after {
  transform: rotate(90deg);
}


/* Dropdown Menu End */



/* Header area end */




/* Slider area Start */
.slider-area .col-md-6 {
  padding-right: 0;
}
.slider-text {
    display: flex;
    flex-direction: column;
    height: 500px;
    justify-content: center;
}
.slider-text h1 {
    font-size: 65px;
    font-weight: 300;
    line-height: 80px;
}



/* Slider Control  Start */


.owl-dot span {
    background: #7a7a7a none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    width: 10px;
}
.owl-dots {
    display: inline-block;
    position: absolute;
    right: -100%;
    top: 40%;
}
.home-page1 .owl-dots {
  right: -80%;
}
.owl-dot.active span {
    background: #222222 none repeat scroll 0 0;
}

/* Slider Control  End */


/* Slider area End */




/* Portfolio Isotope area Start */

/* Portfolio Isotope area menu Start */

.portfolio-area {
    padding-bottom: 100px;
}

.portfolio-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.portfolio-menu {
    padding-bottom: 40px;
    padding-left: 15px;
}
.portfolio-menu li {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    margin-right: 31px;
    padding-bottom: 13px;
}
.portfolio-menu li.active {
    color: #222222;
    font-weight: 500;
    position: relative;
}
.portfolio-menu li.active::before {
    background: #222222 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 6px;
    left: 45%;
    position: absolute;
    width: 6px;
}
.portfolio-menu li.active:nth-child(1)::before {
  left: 36%;
}

/* Portfolio Isotope area menu End */

/* Portfolio Isotope area Grid items Start */
.grid-item{
    width: 25%;
    box-sizing: border-box;
}
.grid-item.grid-item-hp3-width1{
    width: 20%;
    box-sizing: border-box;
}

.grid-item.grid-item--width2{
    width: 50%;
}
.grid-item.grid-item--width3{
    width: 40%;
}

.grid-item a {
    display: block;
    padding: 0 15px;
}
.grid-item img {
    width: 100%;
}

.home-page-three .portfolio-grid{
    margin: 0 -10px;
}
.home-page-three .portfolio-area{
    overflow: hidden;
}

.image-hover {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.sin-project {
    position: relative;
}

.image-hover {
    overflow: hidden;
    transition: all 0.6s ease 0s;
}
.image-hover::before {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 0;
  left: 28px;
  opacity: 0.7;
  position: absolute;
  top: 13px;
  width: calc(100% - 55px);
  transition: .6s;
}
.hover-black {
  background: #222222 none repeat scroll 0 0;
  bottom: 13px;
  padding: 13px;
  left: 28px;
  position: absolute;
  width: calc(100% - 55px);
  transition: all 0.6s ease 0s;
  transform: translateY(100px);
}
.hover-black h4 {
  font-size: 17px;
  margin-bottom: 9px;
  color: #fff;
}
.hover-black p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
}
.margin-bottom {
  display: block;
  height: 30px;
  width: 100%;
}
.sin-project:hover .image-hover::before {
    height: calc(100% - 26px);
    transition: all 0.6s ease 0s;
}
.sin-project:hover .hover-black {
    transform: translateY(0px);
    transition: all 0.6s ease 0s;
}


/* Btn area Start */


.btn-area {
    padding-top: 30px;
    text-align: center;
}
a.more-btn {
    color: #222222;
    position: relative;
}
a.more-btn::before {
    background: #222222 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: -10px;
    position: absolute;
    top: 7px;
    width: 6px;
}
a.more-btn::after {
    background: #222222 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 6px;
    right: -10px;
    position: absolute;
    top: 7px;
    width: 6px;
}

/* Btn area End */


/* Portfolio Isotope area Grid items End */

/* Portfolio Isotope area End */


/* Footer area Start */

footer.footer-area {
    overflow: hidden;
    background: #EEEEEE
}

.home-page1 footer.footer-area {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.home-page1 .footer-content {
    border-top: 1px solid #e6e6e6;
}

.footer-left > p {
    color: #222222;
    text-align: left;
}
.footer-social-icon ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-social-icon li {
  display: inline-block;
  margin-right: 20px;
}
.footer-left {
    overflow: hidden;
}
.footer-social-icon {
    display: inline-block;
    float: right;
    line-height: 152px;
    position: relative;
}
.footer-right {
    text-align: right;
}
.home-page1 .footer-area p {
    background: transparent;
}
.footer-area p {
  display: inline-block;
  line-height: 152px;
  margin: 0;
}
.footer-right > p {
    margin: 0;
}

.footer-social-icon a {
    color: #222222;
}
.footer-social-icon a:hover {
  color: #000;
}
.footer-right > p span {
    display: inline-block;
    margin: 0 5px;
    position: relative;
    top: 1px;
}

/* Footer area End */


/* ======================================================
                        Heme Page One End
========================================================= */


/* ======================================================
                        Heme Page Two Start
========================================================= */

.slider-bg {
    background: rgba(0, 0, 0, 0) url("assets/images/homepage-2-bg.jpg") repeat scroll center center / cover ;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

/*
.slider-bg::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}
*/

.slider-bg.slider-bg2 {
    background: rgba(0, 0, 0, 0) url("assets/images/home-page-2-bg2.jpg") repeat scroll center center / cover ;
}
.slider-bg.slider-bg2::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}
.slider-bg.slider-bg3::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

.slider-bg.slider-bg3 {
    background: rgba(0, 0, 0, 0) url("assets/images/home-page-2-bg3.jpg") repeat scroll center center / cover ;
}

.home-page-two .slider-text h1 {
  font-size: 50px;
  line-height: 62px;
}
.slider-text h1 span {
    font-weight: 700;
}
.home-page-two .slider-text {
    padding-left: 100px;
}

/* slider Control Start for Homepage two */
.home-page-two .owl-dots {
    bottom: 15px;
    display: block;
    right: auto;
    text-align: center;
    top: auto;
    width: 100%;
}
.home-page-two .owl-dot {
    display: inline-block;
    margin: 0 6px;
}
/* Home Page Two Fortfolio area Start */

.home-page-two .portfolio-area {
    padding-top: 100px;
}

/* Home Page Two Fortfolio area End */





/* ======================================================
                        Heme Page Two End
========================================================= */





/* ======================================================
                        Heme Page Three End
========================================================= */


.home-page-three .hero-area {
    background: #f7f6fc none repeat scroll 0 0;
}
.home-page-three .owl-dots {
  bottom: 35px;
  right: 0;
  text-align: center;
  top: auto;
  width: 100%;
}
.home-page-three .slider-text {
  height: 550px;
}
.home-page-three .home-page4-slider-text {
    padding-top: 50px;
}
.home-page-three .home-page3-bg-img {
    position: relative;
    top: -90px;
}



.home-page-three .portfolio-area {
    padding-top: 100px;
}

.home-page-three .portfolio-menu {
  text-align: center;
}

.home-page-three .slider-text h1 {
    font-size: 50px;
    line-height: 62px;
}
.home-page-three .owl-dot {
    display: inline-block;
    margin-right: 10px;
}
.margin-bottom.margin-bottom2 {
  height: 20px !important;
}
.home-page-three .grid-item a {
  display: block;
  padding: 0 10px;
}
/* ======================================================
                        Heme Page Three End
========================================================= */






/* ======================================================
                        Heme Page Four End
========================================================= */


.home-page-four .hero-area {
    position: relative;
}
.home-page-four .hero-area::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.65;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 2;
}
.home-page-four .home-page3-bg-img {
    position: relative;
    top: -40px;
}


.home-page-four .home-page4-slider-text {
  padding-top: 100px;
  text-align: center;
}
.home-page4-slider-text ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.home-page4-slider-text li {
  display: inline-block;
  margin: 0 15px;
  position: relative;
  text-transform: uppercase;
}
.home-page4-slider-text-menu li::after {
    background: #222222 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 5px;
    position: absolute;
    right: -19px;
    top: 44%;
    width: 5px;
}
.home-page4-slider-text-menu li:last-child::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.homepage4-social-link li {
    margin: 0 10px;
}


.home-page-four .sin-project {
    padding: 0 10px;
}
.home-page-four .slider-text .home-page4-slider-text h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 62px;
    text-transform: uppercase;
}
.homepage4-social-link a {
    color: #666666;
    transition: all 0.4s ease 0s;
}
.homepage4-social-link a:hover {
    color: #000000;
    transition: all 0.4s ease 0s;
}


.home-page-four .slider-text .home-page4-slider-text h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 62px;
    text-transform: uppercase;
}
.homepage4-social-link a {
    color: #666666;
    transition: all 0.4s ease 0s;
}
.homepage4-social-link a:hover {
    color: #000000;
    transition: all 0.4s ease 0s;
}
.home-page-four .owl-dots {
    bottom: 60px;
    right: 0;
    width: 46%;
}






/* ======================================================
                        Heme Page Four End
========================================================= */







/* ======================================================
                        Heme Page Five Start
========================================================= */

.home-page-five header {
  padding: 50px 0 0;
}
.grid-item.grid-item-content-three {
    width: 33.33%;
}

.home-page4-slider-text-menu {
    padding-bottom: 20px;
}
.home-page-five .home-page4-slider-text h1 {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    display: inline-block;
    padding: 10px;
}

.grid-item.grid-item-content-three a {
    padding: 0;
}



.home-page-five .hero-area::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: none;
}
.home-page-three.home-page-four.home-page-five .home-page4-slider-text {
  padding-top: 0;
}
.home-page-five .owl-dots {
  bottom: 30px;
  width: 100%;
}




/* ======================================================
                        Heme Page Five End
========================================================= */




/* ======================================================
                        Portfolio Page Start
========================================================= */

/* Hero Area Start */
.home-image-area-text {
    padding: 25px 0 85px;
    text-align: center;
}
.home-image-area-text h1 {
    color: #333333;
    font-size: 37px;
    font-weight: 500;
    text-transform: uppercase;
}
.sub-page-link > a {
    color: #666666;
    font-size: 18px;
    transition: all 0.4s ease 0s;
}
.sub-page-link > a:hover {
  color: #222222;
}
/* Hero Area End */

/* ======================================================
                        Portfolio Page End
========================================================= */





/* ======================================================
                        Single Project Page Start
========================================================= */
/* Single-project-area Start */

.single-project-area {
    padding: 100px 0 70px;
}

.single-project-single-img img {
    margin-bottom: 15px;
}
.col-md-3:nth-child(2) .single-project-single-img img {
    height: 182px;
    margin-bottom: 30px;
}


.single-project-area .col-md-4 {
    padding-left: 0;
}



.single-project-info {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    box-shadow: 0 0 7px 3px #dddddd;
    padding: 17px;
}
.single-project-info-text {
  background: #f7f6fc none repeat scroll 0 0;
  padding: 50px 35px;
}
.single-project-info-text h2 {
  font-size: 25px;
  font-weight: 400;
  padding-bottom: 25px;
  text-align: left;
  text-transform: uppercase;
}
.single-project-info-text ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.single-project-info-text ul li {
  color: #222222;
  display: block;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 7.7px;
  width: 275px;
}
.single-project-info-text ul li span {
    color: #333333;
    display: inline-block;
    float: right;
    font-weight: 300;
    width: 145px;
}




/* project-Details-area Start */

.project-details-area {
    padding-top: 30px;
}
.project-details > h2 {
    color: #333333;
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 30px;
}
.project-details > p {
    color: #666666;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
}
.project-details > p:nth-child(2) {
    padding-bottom: 20px;
}

/* project-Details-area End */

/* brand-area End */

.brand-area {
    padding: 12px 0 100px;
}

.brand-area .owl-controls {
    display: none;
}

/* brand-area End */



/* Single-project-area End */



/* ======================================================
                        Single Project Page End
========================================================= */






/* ======================================================
                        Single Project V2 Page Start
========================================================= */


.single-project-v2 .single-project-info-text ul li {
    margin-bottom: 11.8px;
}
.single-project-v2 .col-md-4 {
    padding-right: 30px;
}





/* ======================================================
                        Single Project V2 Page End
========================================================= */



/* ======================================================
                        Single Project V2 Page End
========================================================= */
/* single-about Start */

.about-section {
    padding: 90px 0 0;
}

.single-about {
    padding-bottom: 60px;
}


.about-section .row .col-md-6:nth-child(1) {
    padding-right: 30px;
}
.about-section .row .col-md-6:nth-child(2) {
    padding-left: 30px;
}


.single-about > h2 {
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 25px;
    padding-top: 15px;
    text-transform: uppercase;
}
.single-about > p {
  color: #666666;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}
.about-tab .nav > li > a:focus, .about-tab .nav > li > a:hover {
    background: #000000 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #ffffff;
}

.nav.nav-tabs > li.active a {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
}

.about-tab .nav.nav-tabs a {
  background: #cccccc none repeat scroll 0 0;
  border-radius: 1px;
  color: #333333;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin-right: 15px;
  position: relative;
  text-align: center;
  width: 120px;
}
.about-tab .nav.nav-tabs li:last-child a {
    margin-right: 0;
}
  
..nav.nav-tabs > li.active a::before {
    border-color: #000000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 10px;
    bottom: -21px;
    content: "";
    height: 0;
    left: 45%;
    position: absolute;
    width: 0;
}

/* single-about End */


/* FAQ area Start */
.faq-area {
    padding: 80px 0 65px;
}

.acordion-area-content {
  padding-right: 30px;
}
.acordion-area {
  height: 280px;
  width: 100%;
}

.about-page .acordion-area {
  padding-top: 17px;
}
.acordion-area-content > h3 {
  margin-bottom: 35px;
}
.single-acordion {
    margin-bottom: 10px;
}

.faqanswer {
  border: 1px solid #e1e1e1;
  color: #fff;
  display: none;
  line-height: 28px;
  padding: 12px 20px 12px 30px;
  width: 100%;
}
.faqanswer p {
  color: #777777;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 3px;
}
.single-acordion.display-block .faqanswer {
  display: block;
}
a.active {
    background: #333;
    color: #fff;
    text-decoration: none;
    margin-bottom: 0px;
}

.togglefaq {
  border: 1px solid #e1e1e1;
  color: #666666;
  display: block;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 2px;
  padding: 10px 30px;
  text-decoration: none;
  width: 100%;
}

.togglefaq.active-item:focus {
    color: #666;
}
.togglefaq:focus {
    color: #666;
}

.togglefaq:hover {
  color: #666;
}
.togglefaq i {
  display: inline-block;
  float: right;
  position: relative;
  top: 6px;
}

.icon-plus {
    color: #333;
    margin-right: -14px;
    font-size: 14px;
    float: right;
    margin-top: 9px
}

.icon-minus {
    color: #fff;
    margin-right: -14px;
    font-size: 14px;
    float: right;
    margin-top: 9px
}
  
  
  @media only screen and (max-width: 767px){
   
    .faqanswer {
      width: 260px !important;
    }
    
    .togglefaq {
      width: 260px !important;
    }
    
  }
  
  
  
  
  
  
/* FAQ Area right start */


/*
.single-acordion:nth-child(1) .faqanswer {
    display: block;
}
*/

.acordion-area-right > h3 {
    margin-bottom: 20px;
}
.acordion-area-right > p {
    color: #666666;
    margin-bottom: 19px;
}

.acordion-area-right-tab .nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: #000;
  border: 1px solid transparent;
  color: #fff;
}
.acordion-area-right-tab ul li a {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  margin-right: 0;
  color: #666;
}
.acordion-area-right-tab ul li:nth-child(1) a {
    border-right: 1px solid transparent;
}
.acordion-area-right-tab ul li:nth-child(2) a {
    border-right: 1px solid transparent;
}

.about-tab .nav.nav-tabs li.active a {
    position: relative;
}
.about-tab .nav.nav-tabs li.active a::after {
    border-color: #000000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 10px;
    bottom: -20px;
    content: "";
    height: 0;
    left: 43%;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 0;
}

.about-tab .nav.nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    margin-bottom: 30px;
}


.tab-pane {
    border: 1px solid transparent;
}
.tab-pane p {
  color: #777777;
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
  margin: 0;
}


/* FAQ Area right End */


/* barfiller Area End */

.single-about.counter-process-area {
    padding-top: 20px;
}

.barfiller {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 10px 5px 0px rgba(235, 235, 235, 1) inset, 10px -1px 0px 4px rgba(235, 235, 235, 1) inset;
  height: 15px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.single-bar h4 {
    font-size: 17px;
    font-weight: 300;
}

.counter-process-area .tip {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000000;
    font-size: 17px;
    font-weight: 300;
}
.barfiller .tip::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}
.barfiller .fill {
  background: #000000 none repeat scroll 0 0 !important;
  height: 4px;
  left: 10px;
  top: 37%;
}

/* barfiller Area End */




/* ======================================================
                        Single Project V2 Page End
========================================================= */





/* ======================================================
                        Single Project V2 Page End
========================================================= */

/* Blog Page area Start */

.blog-page-blog {
    padding: 80px 0;
}
.blog-page-blog .col-md-6:nth-child(2n+1) {
    padding-right: 30px;
}
.blog-page-blog .col-md-6:nth-child(2n) {
    padding-left: 30px;
}

.blog-page-single-blog {
    padding-bottom: 60px;
}
.blog-page-single-blog img {
    width: 100%;
}


.blog-page-single-blog-bottom {
    border-color: #cccccc;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    margin-top: -1px;
    padding: 30px 35px 35px;
}
.blog-page-single-blog-bottom p:nth-child(1) {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 0 0 18px;
}
.blog-page-single-blog a {
  color: #666666;
  display: block;
  transition: .4s;
}
.blog-page-single-blog-bottom a:hover {
  color: #222222;
}
.blog-page-single-blog a span {
    margin-right: 15px;
}
.blog-page-single-blog a span i {
    margin-right: 10px;
}
.blog-page-single-blog h3 {
  font-size: 21px;
  font-weight: 500;
}
.blog-page-single-blog h3 a {
    color: #222222;
}
.blog-page-single-blog-bottom p:last-child {
    color: #666666;
    font-size: 16px;
    font-weight: 300;
}

/* Blog Page area End */

/* Blog Page area pagination Start */

.blog-area-pagination ul {
    margin-bottom: 0;
    margin-top: -10px;
}
.blog-area-pagination ul li {
    display: inline-block;
    margin-right: 9px;
}
.blog-area-pagination .pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
    color: #222222;
}
.blog-area-pagination .pagination > li.current-page > a, .pagination > li.current-page > span {
  background: #222222 none repeat scroll 0 0;
  border: 1px solid #222222;
  color: #ffffff;
}
.pagination a {
    font-size: 16px;
    transition: .4s;
}

.pagination > li > a, .pagination > li > span {
    color: #222222;
}
.blog-area-pagination .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

/* Blog Page area pagination End */



/* ======================================================
                        Single Project V2 Page End
========================================================= */




/* ======================================================
                        Single Project V2 Page End
========================================================= */


/* Blog Page Single blog area End */
.single-blog-page .blog-page-single-blog {
    padding-bottom: 15px;
}
.single-blog-page .blog-page-single-blog-bottom {
    border-left: 1px solid rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0);
}

.single-blog-page .blog-page-single-blog-bottom p {
    color: #666666;
    font-size: 17px;
    font-weight: 300;
    line-height: 32px;
}


.footer-social-icon.single-blog-social-icon {
    display: block;
    float: none;
    line-height: normal;
    padding-bottom: 15px;
    text-align: center;
}

.footer-social-icon.single-blog-social-icon li {
    border: 1px solid #cccccc;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.footer-social-icon.single-blog-social-icon li.active-icon {
    background: #333333 none repeat scroll 0 0;
    border: 1px solid #333;
}
.footer-social-icon.single-blog-social-icon li.active-icon a {
    color: #ffffff;
}

.single-blog-page .blog-area-pagination ul {
    margin-top: 0;
}




/* Blog Page Single blog Coment-area area Start */

.blog-comment-area {
    border-top: 1px solid #cccccc;
    padding-top: 40px;
}
.blog-comment-area > h3 {
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 25px;
    text-transform: uppercase;
}
.single-comment:last-child {
    padding-bottom: 0;
}

.comment-text p:nth-child(3) {
    margin: 0;
}

.commentor-image {
  float: left;
  height: 110px;
  width: 110px;
}
.commentor-image img {
  height: 100%;
  width: 100%;
}
.comment-text {
  float: left;
  padding-left: 30px;
  width: 88%;
}
.comment-text h5 {
  color: #666666;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 7px;
}
.comment-text p:nth-child(2) {
    margin-bottom: 8px;
}
    .reply-comment {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 0;
}
.reply-text {
    color: #222222;
    font-weight: 500;
}
.reply-text i {
  color: #222222;
  display: inline-block;
  margin-right: 5px;
}
.single-comment {
  display: block;
  overflow: hidden;
  padding-bottom: 50px;
  position: relative;
}
.single-comment.comment-to-comment {
    padding-left: 100px;
}
.comment-to-comment .comment-text {
    width: 87%;
}
.comment-text > p {
  font-size: 16px;
  font-weight: 300;
}

/* Blog Page Single blog Coment-area End */

/* Blog Page Single blog leave-coment-area End */

.leave-comment-area {
    padding-top: 60px;
}

.leave-comment-heading {
    padding-bottom: 35px;
}
.leave-comment-heading h3 {
  font-size: 25px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
.leave-comment-single-input input {
    border: 1px solid #cccccc;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 400;
    height: 50px;
    margin-bottom: 30px;
    padding-left: 20px;
    width: 100%;
}
.leave-comment-single-input input:last-child {
    margin: 0;
}
.leave-comment-single-input textarea {
    border: 1px solid #cccccc;
    font-size: 17px;
    font-weight: 400;
    height: 212px;
    margin-bottom: 30px;
    outline: medium none;
    padding-left: 20px;
    padding-top: 14px;
    resize: none;
    width: 100%;
}
input#submit-btn2 {
    background: #333333 none repeat scroll 0 0;
    border: 1px solid #333333;
    color: #ffffff;
    float: right;
    font-size: 17px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    text-transform: uppercase;
    width: 180px;
}

/* Blog Page Single blog leave-coment-area End */

/* Blog Page Single blog area End */





/* ======================================================
                        Single Project V2 Page End
========================================================= */




/* ======================================================
                        Single Project V2 Page End
========================================================= */

/* Contact Page Contact-info Start */

.contact-page-area {
    padding: 40px 0 100px;
}
.contact-single-info {
    padding-top: 40px;
}
.contact-single-info h4 {
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.contact-single-info > p {
    color: #666666;
    font-size: 15px;
    font-weight: 300;
}
.contact-single-info > p a {
    color: #666666;
}

.contact-single-info > p:last-child {
    margin: 0;
}

/* Contact Page Contact-info End */

/* Contact Page contact-single-input Start */

.contact-single-input input {
    margin-bottom: 30px !important;
}

.leave-comment-single-input.contact-area-single-input textarea {
    height: 180px;
}
input#submit-btn {
    background: #333333 none repeat scroll 0 0;
    border: 1px solid #333333;
    color: #ffffff;
    float: right;
    font-size: 17px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    text-transform: uppercase;
    width: 180px;
}
/* Contact Page contact-single-input End */


/* ======================================================
                        Single Project V2 Page End
========================================================= */
































