/*-----------------------------------------------------------------------------------

    Template Name: Nirstruct - Responsive Construction Site Template
    Template URI:www.irsfoundation.com/tf/html/nirstruct-preview/
    Description: This is html5 template
    Author: Mojibor Rahman
    Author URI:themeforest.net/user/irstheme
    Version: 1.0
-----------------------------------------------------------------------------------
    CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)433
    2. header-area start
    3. slider-area start
    4. service-area start
    5. callto-action-area start
    6. about-area start
    7. project-area start
    8. team-area start
    9. testmonial-area start
    10. pricing-area start
    11. footer-area start
    12. home page two style here
    13. fanfact-area start
    14. news-area start
    15. breadcumb-area start
    16. sidebar-area start
    17. news-details-area start
    18. contact-area start
    19. 404-area start

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900|Arimo:400,400i,700');
*{
    margin:0;
    padding:0;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #858585;
}
.floatleft {float:left}
.floatright {float:right}
img {
    max-width:100%;
    height:auto
}
.fix {overflow:hidden}
p {
    margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
    color: #222;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height:auto;
    font-weight: 700;
    font-family: 'Arimo', sans-serif;
}
input:focus,select:focus{
    outline:none;
}
input, button{
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
}
a {
    -webkit-transition:all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-transition:all .3s;
    text-decoration:none;
    color:#222;
    font-weight: 700;
    font-size: 14px;
}
a:hover{
    color:#FF9C10;
}
a:active, a:hover, a:focus {
    outline: none;
    text-decoration:none;
}
button:focus{
    outline:none;
}
ul{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
:before,:after{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
div{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.black-opacity{
    position: relative;
    z-index: 9;
}
.black-opacity:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .90;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.bg-img-1{background: url(../images/bg/1.jpg) no-repeat center center / cover}
.bg-img-2{background: url(../images/bg/2.jpg) no-repeat center center / cover}
.bg-img-3{background: url(../images/bg/3.jpg) no-repeat center center / cover}
.bg-img-4{background: url(../images/bg/4.jpg) no-repeat center center / cover}
.bg-img-5{background: url(../images/bg/6.jpg) no-repeat center center / cover}
.bg-img-6{background: url(../images/bg/7.jpg) no-repeat center center / cover}

.pt-120{padding-top: 120px;}
.ptb-120{padding: 120px 0;}
.mb-40{margin-bottom: 40px;}

.bg-1{background: #fafafa;}
.bg-fff{background: #fff;}

a#scrollUp {
    position: fixed;
    right: 10px;
    bottom: 20px;
    height: 45px;
    width: 45px;
    background: #222;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
}
a#scrollUp:hover{
    background: #FF9C10;
}
/*preloader-area */
.preloder-wrap {
	background-color: #222;
	color: #fff;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999999999;
}
.loader {
    height: 200px;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: 50%;
    top: 0;
    width: 100%;
    margin-left: -100px;
}
.loader .siteref {
    bottom: 16px !important;
    display: block;
    font-size: 10px;
    left: 10px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100% !important;
}
.preloder-wrap .child-common
{
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-left: 5px solid #FFF;
    border-right: 5px solid #FFF;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-animation: animate3 2s infinite;
    animation: animate3 2s infinite;
}

.preloder-wrap .child1
{
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

.preloder-wrap .child2
{
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloder-wrap .child3
{
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloder-wrap  .child4
{
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes animate3
{
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes animate3 {
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}


/*------------------header-area start------------------*/
.header-top-area{
    background: #FF9C10;
    padding: 10px 0px;
}
.header-top-left ul li{
    display: inline-block;
    margin: 2px 20px 2px 0px;
    color: #fff;
}
.header-top-left ul li i{
    margin-right: 5px;
}
.header-top-left ul li:last-child{
    margin-right: 0px;
}
.header-top-right ul li {
    display: inline-block;
}
.header-top-right ul li a{
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #fff;
    text-align: center;
    font-size: 13px;
    border-radius: 3px;
}
.header-bottom-area{
    background: #fff;
}
.header-bottom-area.sticky-menu{
	width: 100%;
	left: 0;
	top: 0px;
	position: fixed;
	z-index: 9999999;
	background: #fff;
	box-shadow: 0px 1px 2px rgba(0,0,0,.1);
	-webkit-transition:all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.logo {
    padding: 20px 0;
}
.mainmenu ul li{
    display: inline-block;
    margin-left: 30px;
    position: relative;
}
.mainmenu ul li:first-child{
    margin-left: 0px;
}
.mainmenu ul li a{
    display: block;
    padding: 28px 0px;
    text-transform: uppercase;
    font-size: 14px;
}
.mainmenu ul li.active > a,.mainmenu ul li:hover > a{
    color: #FF9C10;
}
.mainmenu ul li > ul{
    position: absolute;
    left: 0;
    top: 150%;
    background: #fff;
    box-shadow: 0px 2px 3px rgba(0,0,0,.1);
    padding: 10px ;
    width: 180px;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    text-align: left;
    border-top: 3px solid #FF9C10;
    z-index: 999;
}
.mainmenu ul li > ul.right{
    left: auto;
    right: 0;
}
.mainmenu ul li:hover > ul{
    top: 100%;
    visibility: visible;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mainmenu ul li > ul li{
    margin: 0px;
    display: block;
}
.mainmenu ul li > ul li a{
    padding: 7px 0px;
    text-transform: capitalize;
}
.mainmenu ul li > ul li:hover > a{
    padding-left: 10px;
}
/*------------------header-area end------------------*/

/*------------slider-area start-----------------*/
.slider-items{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 999;
}
.slider-items:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    z-index: -9;
    opacity: .5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.slider-items h2{
    color: #fff;
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.slider-items h2 span{
    color: #FF9C10;
}
.slider-items p{
    font-size: 18px;
    margin-bottom: 35px;
}
.slider-items ul li {
    display: inline-block;
    margin: 0px 2px;
}
.slider-items ul li a{
    padding: 14px 30px;
    background: #FF9C10;
    text-transform: uppercase;
    display: block;
}
.slider-items ul li:hover a{
    background: #fff;
    color:#222;
}
.nivo-directionNav a {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 50px;
    left: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    width: 50px;
    z-index: 99999;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border-radius: 50%;
    font-size: 20px;
}
.nivo-directionNav a:hover{
    background: #FF9C10;
    color: #222;
}
.nivo-directionNav a.nivo-nextNav {
    left:auto;
    right:50px;
}
.nivo-controlNav{
    padding: 0px;
}
/*------------ slider-area end-----------------*/

/*----------------------------responsiv-area start --------------------------*/
.responsive-menu-wrap{
    position:relative;
}
.responsive-menu-wrap .slicknav_btn {
    background-color: transparent;
    border-radius: 0;
    display: block;
    float: right;
    padding: 18px 20px;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    height: 0px;
    width: 0px;
    margin: 0;
}
.slicknav_menu .slicknav_icon {
    margin: 0 -5px;
}
.responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
    display: none;
}
.responsive-menu-wrap .slicknav_menu {
    background: transparent none repeat scroll 0 0;
    font-size: 15px;
    padding: 19px 0;
    position: absolute;
    right: 0;
    top: 0;
}
.responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: block;
  height: 2px;
  width: 25px;
  background: #222;
}
.responsive-menu-wrap .slicknav_nav {
    background: #222;
    border-radius: 0px;
    clear: both;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 5px 0;
    position: relative;
    top: 25px;
    width: 720px;
    z-index: 99;
    right: 0px;
    z-index:9999999;
    position:relative;
}
.slicknav_nav a {
    color: #f1f1f1;
    text-decoration: none;
    text-transform: capitalize;
}
.slicknav_nav a i{display:none}
.slicknav_nav a:hover {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    text-shadow:0px 3px 5px rgba(0,0,0,.5);
    color:#fff;
}
.responsive-menu-wrap .slicknav_nav .slicknav_row:hover {
    background: transparent;
}
.responsive-menu-wrap .slicknav_nav .slicknav_arrow {
    font-size: 10px;
    margin: 5px;
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:first-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  position: relative;
  top: 5px;
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:last-child{
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:nth-child(2){display:none}
/*---------------------------- responsiv-area end --------------------------*/

/*------------service-area start-----------------*/
.service-area{
    background: #fff;
}
.service-items {
    margin-top: 35px;
}
.section-title{
    margin-bottom: 35px;
}
.section-title h2 {
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    line-height: 23px;
}
.section-title p{
    font-size: 17px;
    font-style: italic;
    line-height: 28px;
	font-weight:600;
}
.section-title h2:before,.section-title h2:after{
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 3px;
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform: -webkit-translateX(-50%);
	transform: -webkit-translateX(-50%);
	transform: -moz-translateX(-50%);
}
.section-title h2:before{
    width: 90px;
    background: #d1d0cb;
}
.section-title h2:after{
    background: #FF9C10;
    width: 30px;
}
.section-title2 h2,.section-title2 p{
    color: #fff;
}
.section-title2 h2:before{
    background: #fff;
}
.service-wrap h3{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.service-wrap h3 i{
    margin-left: 20px;
    font-size: 25px;
    color: #FF9C10;
    position: relative;
    top: 2px;
}
.service-wrap p{
    margin-bottom: 15px;
}
.service-wrap a{
    text-transform: capitalize;
    font-weight: 600;
    color: #FF9C10;
}
.service-wrap a:hover{
    color: #222;
}
.service-items2 .service-wrap h3 i{
    margin: 0px 20px 0px 0px;
}
/*------------ service-area end-----------------*/
/*------------ callto-action-area start-----------------*/
.callto-action-area{
    padding-top: 10px;
}
.callto-action-wrap {
    padding: 90px 0;
}
.callto-action-wrap h2{
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}
.callto-action-wrap p{
    color: #fff;
    margin-bottom: 30px;
}
.callto-action-wrap a{
    display: inline-block;
    padding: 13px 40px;
    background: #FF9C10;
    text-transform: uppercase;
}
.callto-action-wrap a:hover{
    background:#fff;
    color: #222;
}
/*------------ callto-action-area end-----------------*/

/*------------ about-area start-----------------*/
.about-area{
    background: #fff;
}
.about-item h3{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.about-item h3 i {
    font-size: 30px;
    top: 4px;
    position: relative;
    margin-right: 15px;
}
.about-img img{
    visibility: hidden;
}
/*------------ about-area end-----------------*/

/*------------ project-area start-----------------*/
.project-area{
    padding: 120px 0px 90px;
}
.project-menu button {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 30px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    font-size: 12px;
    background: transparent;
    margin: 0px 1px;
}
.project-menu button.active{
    background: #FF9C10;
    border-color: #FF9C10;
    color: #fff;
}
.project-wrap{
    position: relative;
    margin-bottom: 30px;
}
.project-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: rgba(0,0,0,.7);
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.project-wrap:hover .project-content{
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.project-content a{
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    color: #fff;
    margin: 0px auto 20px;
}
.project-content a:hover{
    background: #fff;
    color: #222;
}
.project-content h3{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 0px;
}
/*------------ project-area end-----------------*/
/*------------ team-area start-----------------*/
.team-area{
    padding: 120px 0px 90px;
    background: #fff;
}
.team-wrap {
    margin-bottom: 30px;
    background: #fafafa;
    padding-top: 30px;
}
.team-content{
    background: #FF9C10;
    overflow: hidden;
    padding: 30px 80px 30px 30px;
    position: relative;
}
.team-content h3{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
.team-content h3 span{
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
	font-style:italic;
}
.team-content p {
    font-size: 15px;
    color: #fff;
}
.team-content ul {
    background: #222;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
}
.team-content ul li{
    margin-bottom: 10px;
}
.team-content ul li:last-child{
    margin-bottom: 0px;
}
.team-content ul li a{
    font-size: 20px;
    color: #FF9C10;
}
.team-content ul li a:hover{
    color: #fff;
}
/*------------ team-area end-----------------*/

/*------------ testmonial-area start-----------------*/
.test-wrap{
    padding: 55px 30px;
    border: 2px solid #fff;
}
.test-info{
    float: left;
    width: 120px;
}
.test-img{
    width: 85px;
}
.test-info h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #FF9C10;
    font-weight: 700;
    margin: 20px 0px 3px;
}
.test-info span{
    display: block;
    color: #fff;
    font-weight: 300;
    font-family: 'Roboto Condensed';
    font-size:12px;
    text-transform: capitalize;
    line-height: 15px;
}
.test-content{
    overflow: hidden;
}
.test-content p{
    color: #fff;
}
.dotate-style{
    padding-bottom: 50px;
}
.dotate-style .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    text-align: center;
    width: 100%;
}
.dotate-style .owl-dot {
    height: 12px;
    width: 12px;
    background: #fff;
    display: inline-block;
    margin: 0px 3px;
    border-radius: 50%;
}
.dotate-style .owl-dot.active{
    background: #FF9C10;

}
/*------------ testmonial-area end-----------------*/

/*------------ pricing-area start-----------------*/
.pricing-area{
    padding: 120px 0px 90px;
}
.pricing-wrap{
    margin-bottom: 30px;
    box-shadow: 0px 2px 3px rgba(0,0,0,.1);
    padding-bottom: 40px;
    border-bottom: 5px solid #222;
}
.pricing-wrap.active{
    border-color: #FF9C10;
}
.pricing-icon{
    background: #222;
    padding-top:40px;
}
.pricing-wrap.active .pricing-icon{
    background: #FF9C10;
}
.pricing-icon i{
    height: 65px;
    width: 65px;
    line-height: 65px;
    color: #fff;
    background: #333;
    border-radius: 50%;
    margin-bottom: 15px;
    font-size: 24px;
}
.pricing-wrap.active .pricing-icon i{
    background: #a78924;
}
.pricing-icon h3{
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 35px;
}
.pricing-wrap.active .pricing-icon h3{
    color: #222;
}
.pricing-icon h4{
    background: #FF9C10;
    padding: 20px 0px;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0px;
}
.pricing-wrap.active .pricing-icon h4{
    background: #222;
    color: #fff;
}
.pricing-icon h4 span{
    font-size: 16px;
}
.pricing-wrap ul li{
    padding: 8px 0px;
    font-size: 16px;
}
.pricing-wrap ul li:nth-child(even){
    background: #f2f2f2;
}
.pricing-wrap button{
    padding: 10px 35px;
    background: #FF9C10;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
}
.pricing-wrap button:hover{
    background: #222;
    color: #fff;
}
/*------------ pricing-area end-----------------*/

/*------------ brand-area start-----------------*/
.brand-area{
    padding: 100px 0px;
    background: #f1f1f1;
}
.brand-wrap a{
    display: block;
    border: 2px solid #FF9C10;
}
/*------------ brand-area end-----------------*/

/*------------ footer-area start-----------------*/
.footer-top-area{
    padding: 100px 0px 50px;
}
.footer-widget{
    margin-bottom: 50px;
}
.footer-logo img{
    margin-bottom: 35px;
}
.footer-logo p{
    color: #fff;
    margin-bottom: 30px;
}
.footer-logo form{
    position: relative;
}
.footer-logo input{
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #fff;
    padding-left: 20px;
    padding-right: 40px;
}
.footer-logo button{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    background: #FF9C10;
    border: none;
    color: #fff;
}
.footer-widget h2{
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    color: #fff;
    font-size: 20px;
}
.footer-widget h2:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #FF9C10;
    content: "";
}
.footer-contact ul li{
    display: block;
    line-height: 30px;
    color: #fff;
    margin-bottom: 3px;
}
.footer-contact ul li i{
    margin-right: 10px;
}
.footer-contact ul.socil-media{
    margin-top: 25px;
}
.footer-contact ul.socil-media li{
    display: inline-block;
}
.footer-contact ul.socil-media li a{
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background: #fff;
}
.footer-contact ul.socil-media li a:hover{
    background: #FF9C10;
    color: #222;
}
.footer-contact ul.socil-media li a i{
    margin-right: 0px;
}
.footer-menu ul li {
    line-height: 30px;
    margin-bottom: 5px;
}
.footer-menu ul li a{
    color: #fff;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
}
.footer-menu ul li a:hover{
    color: #FF9C10;
}
.footer-menu ul li a:before{
    position: absolute;
    left: 0;
    top: -4px;
    content: "\f101";
    font-family: fontawesome;
}
.footer-menu ul li a:hover:before{
    left: 5px;
}
.footer-bottom-area {
    padding: 20px 0px;
    background: #FF9C10;
    font-size: 16px;
	color:#fff;
}
.footer-bottom-area span{
    font-weight: 700;
}
/*------------ footer-area end-----------------*/


/*===============================================
            home page two style here
===============================================*/
.header-area2 .header-bottom-area {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
}
.header-bottom{
    background: #FF9C10;
    padding: 0px 20px;
}
.header-area2 .header-top-area {
    background: #fff;
}
.header-area2 .header-top-left ul li {
    color: #222;
}
.header-area2 .header-top-right ul li a {
    background: #FF9C10;
}
.header-area2 .header-top-right ul li a:hover{
    color: #fff;
}
.header-area2 .mainmenu ul li:hover > a,.header-area2 .mainmenu ul li.active > a{
    color: #fff;
}
.header-area2 .mainmenu ul li > ul li:hover a,.header-area2 .mainmenu ul li > ul li.active a{
    color: #FF9C10;
}
.slider-area2 .slider-items{
    position: relative;
}
.slider-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 9999;
    padding-top: 80px;
}
.slider-area2 .slider-items:before{
    z-index: 9;
}
.slider-area2 .slider-items p{
    color: #fff;
}
.slider-area2 .slider-items img{
    visibility: hidden;
}

.service-area2{
    padding: 120px 0px 90px;
}
.service-area2 .service-wrap{
    margin-bottom: 30px;
    padding: 30px ;
    background: #fafafa;
    text-align: center;
}
.service-area2 .service-wrap i{
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
	background-color: #FF9C10;
}
.service-area2 .service-wrap h3 {
    margin-bottom: 15px;
    font-size: 20px;
}
.slider-active2 .owl-dots{
    position: absolute;
    left: 0;
    bottom: 15px;
    right: 0;
    text-align: center;
}
.slider-active2 .owl-dot{
    height: 10px;
    width: 4px;
    background: #fff;
    display: inline-block;
    margin: 0px 2px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.slider-active2 .owl-dot.active{
    background: #FF9C10;
    height: 15px;
}
/*------------ fanfact-area start-----------------*/
.fanfact-area {
    padding: 100px 0px 70px;
}
.fanface-wrap {
    margin-bottom: 28px;
    text-align: center;
}
.fanface-wrap h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    line-height: 35px;
}
.fanface-wrap h3{
    color: #FF9C10;
    text-transform: uppercase;
    font-size: 16px;
}
/*------------ fanfact-area end-----------------*/
.team-area2 .team-wrap{
    box-shadow: 0px 2px 5px rgba(0,0,0,.1);
	padding-top:0px;
}
.team-area2 .team-img{
    padding-top: 30px;
}
.team-area2 .team-img {
    position: relative;
    overflow: hidden;
}
.team-area2 .team-img  ul{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    padding:0px 10px;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transform:scaleX(0);
    transform:scaleX(0);
    -webkit-transform-origin:right;
    transform-origin:right;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.team-area2 .team-wrap:hover .team-img  ul{
    -webkit-transform:scaleX(1);
    transform:scaleX(1);
    visibility: visible;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.team-area2 .team-img  ul li{
    margin-bottom: 10px;
}
.team-area2 .team-img ul li a{
    color: #fff;
    font-size: 17px;
}
.news-area .pagination-wrapper{
	margin-bottom:30px;
}
.team-area2 .team-img ul li a:hover{
    color: #FF9C10;
}
.team-area2 .team-content{
    padding-right: 20px;
}
.testmonial-area2 .test-wrap{
    padding: 0px;
    border:none;
    text-align: center;
}
.testmonial-area2 .test-info {
    float: none;
    width: auto;
    margin-bottom: 20px;
}
.testmonial-area2 .test-info {
    float: none;
    width: auto;
    margin-bottom: 20px;
}
.testmonial-area2 .test-img{
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
}
.testmonial-area2 .test-info h3{
    font-size: 20px;
}
.testmonial-area2 .test-content p {
    font-size: 16px;
}
.about-area.about-area2 {
    background: #fafafa;
}
/*------------ news-area start-----------------*/
.news-area{
    padding: 120px 0px 90px;
    background: #fff;
}
.news-wrap{
    background: #fafafa;
    margin-bottom: 30px;
}
.news-img {
    position: relative;
    overflow: hidden;
}
.news-img:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 9;
}
.news-wrap:hover .news-img:before{
    opacity: .5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.news-img img{
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    width: 100%;
}
.news-wrap:hover .news-img img{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
}
.news-content{
    padding: 30px 20px;
}
.news-content ul li{
    display: inline-block;
    margin-right: 15px;
    color: #797878;
}
.news-content ul li:last-child{
    margin-right: 0px;
}
.news-content ul li a{
    color: #797878;
    font-weight: 400;
}
.news-content ul li i{
    margin-right: 3px;
}
.news-content h3{
    font-size: 20px;
    margin: 20px 0px 20px;
}
.news-content p{
    margin-bottom: 20px;
}
.news-content a.readmore{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
	text-decoration: underline;
    color: #FF9C10;
}
.news-content a.readmore:hover{
    color: #222;
}
/*------------ news-area end-----------------*/

/*------------ breadcumb-area start -----------------*/
.breadcumb-area{
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.breadcumb-wrap h2{
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.breadcumb-wrap ul li {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    margin: 6px 0px 6px 5px;
}
.breadcumb-wrap ul li.active{
    color: #FF9C10;
}
.breadcumb-wrap ul li a{
    color: #fff;
}
.breadcumb-wrap ul li a:hover{
    color: #FF9C10;
}
/*------------ breadcumb-area end -----------------*/
.about-page-area{
    padding-bottom: 90px;
    background: #fff;
}
.about-page-wrap{
    background: #fafafa;
    text-align: center;
    margin-bottom: 30px;
}
.about-content{
    padding: 40px 30px;
}
.about-content h3{
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 22px;
}

.about-area2 .about-wrap h3{
    margin-bottom: 20px;
    text-transform: capitalize;
}
.about-area2 .about-wrap p{
    margin-bottom: 20px;
}
.about-area2 .about-wrap ul li{
    position: relative;
    line-height: 30px;
    font-weight: 600;
    font-style: italic;
    padding-left: 20px;
    font-size: 16px;
}
.about-area2 .about-wrap ul li:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f101";
    font-family: fontawesome;
    font-style: normal;
}

.service-area3{
	padding:120px 0px 90px;
}
.service-area3 .service-wrap{
    padding: 0px;
    text-align: left;
}
.service-area3 .service-img{
    position: relative;
}
.service-area3 .service-img:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    z-index: 9;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.service-area3 .service-wrap:hover .service-img:before{
    opacity: .5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.service-area3 .service-content{
    padding: 30px 20px;
}
.project-area2 .project-wrap{
    width: 25%;
    float: left;
    margin-bottom: 0px;
}
.project-area.project-area2{
    padding: 120px 0px;
}
.pagination-wrapper{
    margin-top: 20px;
}
.pagination-wrapper ul li {
    display: inline-block;
}
.pagination-wrapper ul li a, .pagination-wrapper ul li span {
    display: block;
    height: 40px;
    width: 40px;
    border:1px solid #ccc;
    line-height: 40px;
    color: #222;
    font-weight: 700;
    font-size: 16px;
}
.pagination-wrapper ul li a:hover, .pagination-wrapper ul li span{
    background: #FF9C10;
    color: #fff;
    border-color: #FF9C10;
}

/*------------ sidebar-area start -----------------*/
.news-sidebar{
    padding: 40px 20px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.widget{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.widget-title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.widget_search form{
    position: relative;
}
.widget_search input{
    height: 45px;
    width: 100%;
    border: 1px solid #eee;
    padding: 0px 45px 0px 20px;
    border-radius: 3px;
}
.widget_search button{
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: #FF9C10;
    border: none;
    color: #fff;
    border-radius: 3px;
}
.widget_search button:hover{
    background: #222;
}
.widget_categories ul li,.widget_archive ul li{
    line-height: 32px;
}
.widget_categories ul li a,.widget_archive ul li a{
    display: block;
    position: relative;
    font-weight: 400;
    padding-left: 20px;
}
.widget_categories ul li a:before,.widget_archive ul li a:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f105";
    font-family: fontawesome;
}
.widget_categories ul li a:hover:before,.widget_archive ul li a:hover:before{
    padding-left: 5px;
    color: #FF9C10;
}
.widget_recent_entries ul li{
    overflow: hidden;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
}
.widget_recent_entries ul li:last-child{
    padding-bottom:0px;
    margin-bottom:0px;
    border-bottom:none;
}
.post-img{
    float: left;
    margin-right: 15px;
}
.post-content{
    overflow: hidden;
}
.post-content a {
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 22px;
    font-size: 15px;
}
.widget_tag_cloud{
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}
.post-content p{
    font-weight: 600;
    font-style: italic;
    font-size: 12px;
}
.widget_tag_cloud ul li{
    display: inline-block;
}
.widget_tag_cloud ul li a{
    padding: 8px 12px;
    display: block;
    border:1px solid #eee;
    color: #787b78;
    margin-bottom: 5px;
}
.widget_tag_cloud ul li a:hover{
    background: #FF9C10;
    border-color: #FF9C10;
    color: #fff;
}
/*------------ sidebar-area end -----------------*/
/*===================================================
                news-details-area start
=====================================================*/
.news-details-area{
    background: #fff;
}
.news-details-wrap{
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
.news-details-img {
    position: relative;
    margin-bottom: 40px;
}
.news-details-img img{
    width:100%;
}
.news-details-wrap h3{
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 25px;
}
.news-details-wrap h3 span{
    display: block;
}
.news-details-wrap p{
    line-height: 28px;
    margin-bottom: 25px;
}
.news-details-wrap .text{
    color: #222;
    font-weight: 400;
    line-height: 28px;
}
.news-details-wrap blockquote {
    padding: 40px 30px;
    border: none;
    color: #222;
    font-style: italic;
    line-height: 28px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin: 30px 0px;
    background: #FF9C10;
}
.news-tags ul{
    display: inline-block;
    padding: 0px 20px;
    position: relative;
}
.news-tags ul:first-child{
    padding-left: 0px;
}
.news-tags ul:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "/";
}
.news-tags ul:first-child:before{
    display: none;
}
.news-tags ul li{
    font-weight: 600;
    color: #222;
    display: inline-block;
}
.news-tags ul li:first-child{
    margin-right: 15px;
}
.news-tags ul li a{
    font-weight: 300;
    color: #626a72;
    font-size: 14px;
}
.news-tags ul li a:hover{
    color: #f9690e;
}
.comment-main{
    margin: 70px 0px;
    padding-bottom: 70px;
    border-bottom: 1px solid #e1e1e1;
}
h3.news-title {
    font-size: 28px;
    margin-bottom: 30px;
}
h3.news-title span{
    color: #FF9C10;
}
ol{
    list-style:none;
}
.comment-wrapper {
    position: relative;
}
.comments-reply {
    margin-top: 10px
}
.comment-wrap {
    background: #fff;
    overflow: hidden;
    margin-bottom: 50px;
}
.comment-theme{
    float:left;
    margin-right: 20px;
}
.comment-main-area {
    overflow: hidden;
}
.comment-wrap1 {
    margin-left: 70px;
    margin-bottom: 0px;
}
.comment-wrap2{margin-left:84px;}
.sewl-comments-meta h4{
    margin-bottom: 0px;
}
.sewl-comments-meta span{
    display:inline-block;
    margin-bottom: 10px;
}
.comment-area p{
    margin-bottom: 25px;
}
.comments-reply a{
    font-weight: 700;
    background: #FF9C10;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    padding: 5px 20px;
    text-transform: uppercase;
}
.comments-reply a i{
    margin-right: 5px;
}
.comments-reply a:hover{
    color: #222;
}
.comment.even.thread-even.depth-1{
    margin-top:40px;
}
.sewl-form-inputs input,.sewl-form-textarea textarea{
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    padding-left: 20px;
    margin-bottom: 30px;
}
.sewl-form-textarea textarea {
    height: 230px;
}
.form-submit input{
    height: 50px;
    width: 180px;
    text-align: center;
    line-height: 50px;
    border: none;
    background: #222;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.form-submit input:hover{
    background: #FF9C10;
}
/*===================================================
                contact-area start
=====================================================*/
.contact-form{
    margin-bottom: 90px;
}
.contact-form input,.contact-form textarea{
    height: 60px;
    width: 100%;
    background: #fff;
    border:none;
    padding-left: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 1px 2px rgba(0,0,0,.1);
    font-size: 16px;
}
.contact-form textarea{
    height: 285px;
    padding-top: 10px;
}
.contact-form button{
    padding: 12px 30px;
    background: #FF9C10;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    border:none;
}
.contact-form button:hover{
    background: #222;
}
.contact-wrap ul li{
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0,0,0,.1);
    padding: 40px 50px 40px 115px;
    position: relative;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #454544;
    text-transform: uppercase;
}
.contact-wrap ul li:last-child{
    margin-bottom: 0px;
}
.contact-wrap ul li i{
    color: #454544;
    font-size: 48px;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;

}
.contact-wrap ul li p{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 24px;
}
.contact-wrap ul li p span{
    display: block;
}
#googleMap{
    width: 100%;
    height: 350px;
}

/*-----------------404 page start-----------------*/
.error-area{
    padding: 120px 0px;
    background: #fff;
}
.error-wrap{
    text-align: center;
}
.error-wrap img{
    margin-bottom: 30px;
}
.error-wrap h3{
    text-transform: uppercase;
    margin-bottom: 20px;
}
.error-wrap p{
    padding: 30px;
    background: #fafafa;
    font-size: 16px;
    font-weight: 600;
}
/*-----------------404 page end-----------------*/

/*mail*/
.cf-msg {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}
.cf-msg p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
}
