/*
  Theme Name: Stellar - Creative & Agency Responsive HTML5 Template
  Theme URL: http://themewar.com/html/stellar
  Author: ThemeWar
  Author URI: http://themewar.com
  Description: Stellar is a Premium One page creative responsive HTML5 template best suitable for Design agencies, freelancers, photographers, personal portfolios etc. The template comes with 3 Home Page designs with blog pages.
  Version: 1.0
*/

/*=======================================================================
[Table of contents]
=========================================================================

1. Headers
2. Banners
3. Banner 2
4. Banner 3
5. Welcome
6. Welcome 2
7. Welcome 3
8. Features Section
9. Features 2
10. Features3
11. Funfact Section
12. Funfact 2
13. Funfact 3
14. Why Choose Stellar
15. Why Choose Stellar2
16. Portfolio
17. Portfolio 2
18. Portfolio 3
19. Call To Action 2
20. Call To Action
21. Call To Action 3
22. Team
23. Team 2
24. Team 3
25. Info Section
26. Skill Section
27. Gallery
28. Testimonia l
29. Testimonial 2
30. Testimonial 3
31. Latest Blog
32. Latest Blog 2
33. Blog Section 3
34. Client Section
35. Subscribe Section
36. Subscribe Section 2
37. Subscribe Section 3
38. Contact Section
39. Contact Section 2
40. Contact Section 3
41. Footer
42. Footer2
43. Footer 3
44. Page Header

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

/*=======================================================================
// Page Area
=========================================================================*/
.animat {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menuOpened #page {
    margin-left: -300px; width: 100%;
}
body.menuOpened {
    overflow: hidden;
}
body.bodyoverflos{
    overflow: hidden;
}
/*=======================================================================
// Headers
=========================================================================*/
.header{
    width: 100%;
    position: absolute;
    z-index: 999;
}
.fixedHeader{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, .97);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
}
body.menuOpened .fixedHeader{
    left: -300px;
}
.logo{
    width: 100%;
    text-align: left;
    padding-top: 45px;
    padding-bottom: 0px;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
}
.fixedHeader .logo{
    padding-top: 37px;
    padding-bottom: 32px;
}
.logo a img {
    width: 130px;
}
.mainMenu{
    width: 100%;
    position: relative;
    text-align: right;
    line-height: .8;
    padding-top: 52px;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
}
.fixedHeader .mainMenu{
    padding-top: 40px;
}
.mainMenu ul{
    margin: 0px;
    padding: 0px;
    text-align: right;
    display: inline-block;
    transition: all ease 1000ms;
    -moz-transition: all ease 1000ms;
    -webkit-transition: all ease 1000ms;
    -ms-transition: all ease 1000ms;
    -o-transition: all ease 1000ms;
}
.mainMenu ul li{
    list-style: none;
    display: inline-block;
    padding-right: 45px;
    position: relative;
    opacity: 1;
    padding-bottom: 30px;
    transition: top 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
    -moz-transition: top 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
    -webkit-transition: top 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
    -ms-transition: top 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
    -o-transition: top 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
    top: 0;
}
.mainMenu > ul > li:nth-child(2){
    transition: top 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
    -moz-transition: top 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
    -webkit-transition: top 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
    -ms-transition: top 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
    -o-transition: top 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
}
.mainMenu > ul > li:nth-child(3){
    transition: top 0.3s ease 0.3s, opacity 0.3s ease 0.3s;
    -moz-transition: top 0.3s ease 0.3s, opacity 0.3s ease 0.3s;
    -webkit-transition: top 0.3s ease 0.3s, opacity 0.3s ease 0.3s;
    -ms-transition: top 0.3s ease 0.3s, opacity 0.3s ease 0.3s;
    -o-transition: top 0.3s ease 0.3s, opacity 0.3s ease 0.3s;
}
.mainMenu > ul > li:nth-child(4){
    transition: top 0.3s ease 0.4s, opacity 0.3s ease 0.4s;
    -moz-transition: top 0.3s ease 0.4s, opacity 0.3s ease 0.4s;
    -webkit-transition: top 0.3s ease 0.4s, opacity 0.3s ease 0.4s;
    -ms-transition: top 0.3s ease 0.4s, opacity 0.3s ease 0.4s;
    -o-transition: top 0.3s ease 0.4s, opacity 0.3s ease 0.4s;
}
.mainMenu > ul > li:nth-child(5){
    transition: top 0.3s ease 0.5s, opacity 0.3s ease 0.5s;
    -moz-transition: top 0.3s ease 0.5s, opacity 0.3s ease 0.5s;
    -webkit-transition: top 0.3s ease 0.5s, opacity 0.3s ease 0.5s;
    -ms-transition: top 0.3s ease 0.5s, opacity 0.3s ease 0.5s;
    -o-transition: top 0.3s ease 0.5s, opacity 0.3s ease 0.5s;
}
.mainMenu > ul > li:nth-child(6){
    transition: top 0.3s ease 0.6s, opacity 0.3s ease 0.6s;
    -moz-transition: top 0.3s ease 0.6s, opacity 0.3s ease 0.6s;
    -webkit-transition: top 0.3s ease 0.6s, opacity 0.3s ease 0.6s;
    -ms-transition: top 0.3s ease 0.6s, opacity 0.3s ease 0.6s;
    -o-transition: top 0.3s ease 0.6s, opacity 0.3s ease 0.6s;
}
.mainMenu ul.inactive li{
    top: -5px;
    opacity: 0;
}
.mainMenu ul.active li{
    top: 0;
    opacity: 1;
}
.fixedHeader .mainMenu > ul > li{
    padding-bottom: 42px;
}
.mainMenu ul li:last-child{
    padding-right: 0px;
}
.mainMenu ul li a{
    font-size: 13px;
    color: #FFF;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: .8;
    display: inline-block;
    font-weight: 500;
    width: 100%;
}
.mainMenu ul li a:hover{
    color: #ff3b30;
}
/*.home2 .mainMenu ul li a:hover, .home2 .mainMenu ul li.active > a{*/
    /*color: #ff3b30;*/
/*}*/
.mainMenu ul li ul{
    position: absolute;
    left: 0%;
    top: 150%;
    background: rgba(0, 0, 0, .9);
    width: 230px;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    opacity: 0;
    visibility: hidden;
}
.mainMenu > ul > li:hover > ul{
    opacity: 1;
    visibility: visible;
    left: 0;
    top: 100%;
}
.mainMenu ul li ul li{
    width: 100%;
    text-align: left;
    border-bottom: 1px dotted #111;
    padding: 0;
}
.mainMenu ul li ul li a{
    color: #fff;
    font-size: 11px;
    padding: 25px 20px;
    position: relative;
    text-transform: uppercase;
}

.menuButtons{
    display: inline-block;
    margin-left: 12px;
}
.menuButtons a{
    display: inline-block;
    line-height: .8;
    position: relative;
}
.menuButtons a:hover .hovImg, .menuButtons a.active .hovImg{
    opacity: 1;
    visibility: visible;
}
.hovImg{
    position: absolute;
    left: 0;
    top: 1px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
}
.menuButtons2{
    display: inline-block;
    margin-left: 12px;
}
.menuButtons2 a{
    display: inline-block;
    line-height: .8;
    position: relative;
}
.menuButtons2 a:hover .hovImg2, .menuButtons2.active a .hovImg2{
    opacity: 1;
    visibility: visible;
}
.hovImg2{
    position: absolute;
    left: 0;
    top: 2px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
}
body.menuOpened .sideMenuArea{
    right: 0px;
}
.sideMenuArea {
    background: rgba(0, 0, 0, 0.97);
    height: 100%;
    left: auto;
    position: fixed;
    right: -300px;
    top: 0;
    width: 300px;
    padding-left: 40px;
    padding-top: 47px;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
}
.fixedHeader .sideMenuArea .logo {
    padding-bottom: 0;
    /*padding-top: 45px;*/
}
.sideMenuArea .mainMenu {
    padding-top: 40px !important;
}
.sideMenuArea .mainMenu ul {
    display: block;
    text-align: left;
    background: transparent;
}
.sideMenuArea .mainMenu ul li {
    display: block;
    padding-bottom: 30px;
    padding-right: 0;
}
.sideMenuArea .mainMenu ul li ul {
    opacity: 1;
    top: 0;
    visibility: visible;
    width: 230px;
    position: relative;
    padding-left: 20px;
    display: none;
    transition: none !important;
    margin-top: 10px;
}
.sideMenuArea .mainMenu ul li ul li{
    padding: 0;
}
.sideMenuArea .mainMenu ul li ul li a {
    margin: 20px 0;
    padding: 0;
}
.closeBtn {
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 30px;
    top: 18px;
}
.closeBtn:hover, .closeBtn:focus{
    color: #ff3b30;
}


/*=======================================================================
// Banner 2 image Slider
=========================================================================*/
.banner2{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.tp-simpleresponsive .tp-caption.homeOneSlider{
    left: 0 !important;
    right: 0 !important;
}
.slid2s{
    text-align: center;
}
.slid2s h2{
    font-size: 40px;
    line-height: 1.5;
    margin: 0px 10%;
    color: #FFF;
}

.slid2s h1{
    font-size: 60px;
    color: white;
    margin: 0px;
    font-weight: 700;
    line-height: 1.4;
}
.slid2s h1 span {
    color: #ff3b30;
    font-weight: 900;
}
.mainSlider .slotholder{
    position: relative;
}
.mainSlider .slotholder:after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, .5);
}

.mainSlider .tp-bullets{
    bottom: 0 !important;
    height: 60px;
    left: auto !important;
    margin: auto 0 !important;
    opacity: 1 !important;
    position: absolute;
    right: 20px;
    top: 0;
    width: 11px;
    z-index: 2;
}
.mainSlider .tp-bullets.simplebullets.round .bullet{
    width: 10px;
    height: 10px;
    border: none;
    background: none;
    border-radius: 50%;
    margin-bottom: 10px;
    padding: 2px;
    position: relative;
}
.mainSlider .tp-bullets.simplebullets.round .bullet:after{
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 6px;
    width: 6px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
}
.mainSlider .tp-bullets.simplebullets.round .bullet.selected{
    border: 2px solid #ff3b30;
    background: rgba(0, 0, 0, 0);
    padding: 0px;
}
.mainSlider .tp-bullets.simplebullets.round .bullet.selected:after{
    background: none;
}
.mainSlider .tp-bannertimer{
    display: none !important;
    visibility: hidden !important;
}
.sllearnMore{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
}
.sllearnMore .learnMoreButton2{
    margin-bottom: 45px;
    color: #FFF;
}

/*=======================================================================
// Welcome 2 service 1
=========================================================================*/
.welcome2{
    padding-top: 130px;
}
.welcome2 .sectionTitle2 {
    font-weight: 700;
    margin: 0 0 24px;
}
.welP{
    font-size: 26px;
    margin-bottom: 40px;
}
.welcome2 .sectionTitle {
  font-size: 24px;
  letter-spacing: 0px;
  color: #ff3b30;
  font-weight: 700;
  /*border: 1px solid #ff3b30;*/
  border-radius: 40px;
  text-align: center;
  margin: 30px 0px;
}
.welcome2 .col-sm-6 {
  position: relative;
  text-align: center;
}

.welcome2 .feature_group {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 40px;
}
.welcome2 .feature_portlet {
    position: relative;
    width: calc((100% - 100px)/3);
    float: left;
    margin-right : 50px;
}
@media (max-width: 767px) {
    .welcome2 .feature_portlet{
        width: 100%;
    }
}

.welcome2 .feature_portlet:last-child {
    margin-right: 0px;
}
.feature_portlet_head {
    position: relative;
    text-align: center;
    /*border-bottom: 2px solid #ff3b30;*/
    /*background-color: #efefef;*/
}
.feature_portlet_head h4 {
    text-align: center;
    /*line-height: 72px;*/
    padding-bottom: 10px;
    font-size: 24px;
}
.feature_portlet_head .divide {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 4px;
    background: #ff3b30;
    z-index: 100;
}
/*.feature_portlet_head:after {*/
    /*left: 50%;*/
    /*content: "";*/
    /*border-bottom: 2px solid #ff3b30;*/
    /*padding-right: 40px;*/
/*}*/
.feature_portlet_body {
    position: relative;
    background-color: white;
    padding: 180px 32px 32px 32px;
    margin-top: 10px;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    text-align: center;
}
.feature_portlet_body p.before_img:before {
    width: 128px;
    height: 123px;
    content: "";
    position: absolute;
    top : 24px;
    left: calc(50% - 64px);
}
.feature_portlet_body p.f1:before {
    background-image: url("../images/main_content1_1.png");
}
.feature_portlet_body p.f2:before {
    background-image: url("../images/main_content1_2.png");
}
.feature_portlet_body p.f3:before {
    background-image: url("../images/main_content1_3.png");
}
.feature_portlet_body p {
    font-size: 18px;
}


/*=======================================================================
// Features 2
=========================================================================*/
.features{
    background: #fafafa;
    padding: 115px 0 120px;
}
.features-detail {
  width: 100%;
  margin-bottom: 30px;
}
.features h2 {
    font-weight: 700;
}
.halfImg{
    position: absolute;
    left: -15px;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.halfImg img{
    height: 100%;
    width: auto;
}

.features .sectionTitle2{
    margin-bottom: 34px;
}
.features .subTitle {
    margin-bottom: 30px;
}
.iconBox2 img{
    margin-top: 20px;

}
.iconBox2 h5{
    margin: 16px 0 10px;
}
.features .col-lg-6 {
    padding-left: 50px;
}


/*=======================================================================
// service2
=========================================================================*/

.blogSection2 .sectionTitle2{
    margin-bottom: 34px;
    font-weight: 700;
}
.blogSection2 .container .col-md-4 {
  padding: 20px 30px;
}
.blogSection2 .container .blogSection2-section {
  margin-top: 40px;
}
.blogSection2 .container .col-md-4 img {
    width: 100%;
  height: auto;
}
.blogSection2 .container .col-md-4 h5 {
  margin: 20px 0px;
}
/*.singleBlog2{*/
    /*!*he*!*/
    /*!*border: 1px solid #cccccc;*!*/
    /*position: relative;*/
    /*display: inline-block;*/
    /*padding: 40px;*/
    /*transition: all ease 500ms;*/
    /*-moz-transition: all ease 500ms;*/
    /*-webkit-transition: all ease 500ms;*/
    /*-ms-transition: all ease 500ms;*/
    /*-o-transition: all ease 500ms;*/
/*}*/




/*=======================================================================
// Why Choose Stellar
=========================================================================*/
.whychoose{
    background: url(../images/bg/16.jpg) no-repeat center center;
    padding: 100px 0 55px;
}
.overlay:after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(35, 34, 33, .93);
    content: "";
}
.overlay .container{
    position: relative;
    z-index: 1;
}
.itemContent i{
    color: #ff3b30;
    font-size: 96px;
    line-height: .8;
}
/*.itemContent h2{*/
    /*font-size: 34px;*/
    /*color: #fff;*/
    /*margin: 13px 0 30px;*/
/*}*/
.itemContent p{
    font-size: 18px;
    line-height: 1.5;
    color: white;
  margin-bottom: 40px;
}
.bootsTab{
    margin-top: 40px;
}
.stellarTab{
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    line-height: .8;
}
.stellarTab li{
    display: inline-block;
    list-style: none;
    line-height: .8;
    width: 33%;
    text-align: center;
}
.stellarTab li a{
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
    letter-spacing: .2px;
    font-weight: 700;
    line-height: .8;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}
.stellarTab li a:after{
    width: 0px;
    height: 2px;
    background: #ff3b30;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
}
.stellarTab li a:hover, .stellarTab li.active a{
    color: #FFF;
}
.stellarTab li a:hover:after, .stellarTab li.active a:after{
    width: 40px;
}
.itemContent{
    min-height: 280px;
}

/*=======================================================================
// Why Choose Stellar2
=========================================================================*/
.whychoose2{
    background: #000000;
    padding: 150px 0 115px;
}
.whychoose .itemContent h3 {
  font-weight: 700;
  color: white;
  margin-bottom: 30px;
}
/*.whychoose2 .sectionTitle small{*/
    /*color: #ff3b30;*/
/*}*/
/*.whychoose2 .sectionTitle{*/
    /*margin-bottom: 43px;*/
/*}*/
/*.bootsTab2 .itemContent h3{*/
  /*color: white;*/

    /*margin: 23px 0 30px;*/
/*}*/
/*.bootsTab2 .stellarTab li a{*/
    /*font-weight: 500;*/
    /*letter-spacing: 2px;*/
    /*color: #717171;*/
/*}*/
/*.bootsTab2 .stellarTab li a:hover, .bootsTab2 .stellarTab li.active a{*/
    /*color: #fff;*/
/*}*/
/*.bootsTab2 .itemContent{*/
    /*min-height: 370px;*/
/*}*/

/*=======================================================================
// Portfolio
=========================================================================*/
.portfolios{
    width: 100%;
    position: relative;
    padding: 286px 0 0;
}
.portfolios .container{
    position: relative;
    z-index: 99;
}
.portfolios .sectionTitle{
    margin-bottom: 50px;
}
.portfolios #folioGrid1{
    overflow: visible !important;
}
.folioNav{
    width: 100%;
    text-align: center;
    margin-top: 67px;
    margin-bottom: 82px;
    line-height: .8;
}
.folioNav ul{
    margin: 0px;
    padding: 0px;
    width: 100%;
    line-height: .8;
}
.folioNav ul li{
    display: inline-block;
    line-height: .8;
    list-style: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    color: #999;
    padding: 0 7px 20px;
    cursor: pointer;
    margin-right: 56px;
    position: relative;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
}
.folioNav ul li:last-child{
    margin-right: 0px;
}
.folioNav ul li:after{
    width: 0%;
    position: absolute;
    bottom: 0px;
    height: 2px;
    background: #ffd667;
    left: 0;
    right: 0;
    margin:  0 auto;
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
}
.folioNav ul li:hover, .folioNav ul li.active{
    color: #000;
}
.folioNav ul li:hover:after, .folioNav ul li.active:after{
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.singleFolio{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.singleFolio img{
    width: 100%;
    height: auto;
}
.blankFolio{
    width: 100%;
    height: 70px;
    background: #FFF;
    margin-bottom: 30px;
}
.folioHover{
    width: 418px;
    height: 215px;
    position: absolute;
    box-shadow: 0 21px 25px rgba(0, 0, 0, .06);
    left: -100px;
    background: #FFF;
    bottom: 0px;
    padding-left: 30px;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}
.rightHover .folioHover{
    left: auto;
    right: -100px;
    padding-left: 0;
    padding-right: 30px;
}
.singleFolio:hover .folioHover{
    opacity: 1;
    visibility: visible;
    bottom: 60px;
}
.folioHover h1{
    font-size: 80px;
    line-height: 70px;
    text-transform: capitalize;
    color: #000;
    font-family: Georgia;
    margin: 20px 0 21px;
}
.singleFolio:hover .folioHover h1{
    opacity: 1;
    visibility: visible;
}
.folioHover .cats{
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    color: #4655e3;
    line-height: .8;
}
.folioHover .cats a{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    color: #4655e3;
    letter-spacing: 5px;
    line-height: .8;
    transition: all ease 100ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
}
.folioHover .cats a:hover{
    color: #000;
}
.folioHover .cats span{
    display: inline-block;
    padding-left: 7px;
    padding-right: 12px;
}
.mores{
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/right_arrow.png) no-repeat center center #2c3da7;
    border-radius: 50%;
    right: -25px;
    top: 0;
    bottom: 0;
    margin:  auto 0;
}
.rightHover .mores{
    right: auto;
    left: -25px;
    background: url(../images/left_arrow.png) no-repeat center center #2c3da7;
}
.mores:hover{
    background: url(../images/right_arrow.png) no-repeat center center #000;
}
.rightHover .mores:hover{
    background: url(../images/left_arrow.png) no-repeat center center #000;
}
/*=======================================================================
// Portfolio 2
=========================================================================*/
.portfolios2 .sectionTitle2{
    margin-bottom: 32px;
}
.folioNav2{
    line-height: .8;
    margin-bottom: 72px;
}
.folioNav2 ul{
    line-height: .8;
}
.folioNav2 ul li{
    font-weight: 700;
    letter-spacing: 2px;
    line-height: .8;
}
.folioNav2 ul li:after{
    background: #ff3b30;
}
.folioGrid2{
    position: relative;
    margin: 0 70px;
}
.folioItem2{
    width: 50%;
    float: left;
    overflow: hidden;
    position: relative;
}
.folioItem2 img{
    width: 100%;
    height: auto;
}
.fI2Hover{
    width: 100%;
    height: 100%;
    background: rgba(35, 34, 32, .8);
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    top: 0;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
}
.folioItem2:hover .fI2Hover{
    opacity: 1;
    visibility: visible;
}
.fI2content{
    position: absolute;
    width: 100%;
    height: 80px;
    left: 0;
    top: 20px;
    bottom: 0;
    margin: auto 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    -ms-transition: all ease 800ms;
    -o-transition: all ease 800ms;
}
.folioItem2:hover .fI2content{
    top: 0;
    visibility: visible;
    opacity: 1;
}
.fI2content h2{
    font-size: 54px;
    line-height: .8;
    color: #FFF;
    text-transform: capitalize;
    margin: 0px;
    font-family: Georgia;
}
.fI2content h2 a{
    color: #fff;
}
.fI2content h2 a:hover{
    color: #ff3b30;
}
.fI2Cats{
    width: 100%;
    text-align: center;
    line-height: .8;
    color: #ff3b30;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 28px;
}
.fI2Cats a{
    color: #ff3b30;
    font-size: 12px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
}
.fI2Cats a:hover{
    color: #FFF;
}
.fI2Cats span{
    display: inline-block;
    padding: 0 3px;
}
.marginFolioMores{
    margin-top: 92px;
}
/*=======================================================================
// Portfolio 3
=========================================================================*/
#Grid .mix{
    display: none;
}
.portfolios3{
    padding: 150px 0 120px;
}
.portfolios3 .sectionTitle small{
    color: #ff3b30;
}
.folioNav3 ul li:after{
    background: #ff3b30;
}
.folioNav3{
    margin-top: 48px;
}
.folioGrid3{
    width: 100%;
    position: relative;
}
.folioItem3{
    width: 33.33333333%;
    float: left;
    position: relative;
    overflow: hidden;
}
.folioItem3 img{
    width: 100%;
    height: auto;
}
.fI3Hover{
    width: 100%;
    height: 100%;
    background: rgba(35, 34, 33, .8);
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    top: 0;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
}
.folioItem3:hover .fI3Hover{
    opacity: 1;
    visibility: visible;
}
.fI3content{
    position: absolute;
    width: 100%;
    height: 58px;
    left: 0;
    top: 20px;
    bottom: 0;
    margin: auto 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    -ms-transition: all ease 800ms;
    -o-transition: all ease 800ms;
}
.folioItem3:hover .fI3content{
    top: 0;
    visibility: visible;
    opacity: 1;
}
.fI3content h2{
    font-size: 24px;
    line-height: .8;
    color: #FFF;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 300;
    letter-spacing: 7px;
}
.fI3content h2 a{
    color: #FFF;
}
.fI3content h2 a:hover{
    color: #ff3b30;
}
.fI3Cats{
    width: 100%;
    text-align: center;
    line-height: .8;
    color: #ff3b30;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
}
.fI3Cats a{
    color: #ff3b30;
    font-size: 12px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
}
.fI3Cats a:hover{
    color: #FFF;
}
.fI3Cats span{
    display: inline-block;
    padding: 0 3px;
}
.marginFolioMores2{
    margin-top: 125px;
}
/*=======================================================================
// Call To Action 2
=========================================================================*/
.callToAction2{
    background: #232221;
}
.callToActionContent2 h5{
    display: block;
    font-size: 16px;
    line-height: .8;
    letter-spacing: 8px;
    margin-bottom: 30px;
    color: #b89841;
    margin: 0px 0 15px;
    text-transform: uppercase;
    font-weight: 300;
}
.callToActionContent2 h1{
    font-size: 60px;
    color: #FFF;
    margin: 0px;
    font-weight: 700;
}
.callToActionContent2 h3{
    color: #FFF;
    font-size: 46px;
    margin: 0 0 52px;
}
.callToActionContent2 .stellarButton{
    background: #ff3b30;
    color: #FFF;
    font-weight: 700;
}
.callToActionContent2 .stellarButton:hover{
    background: white;
    color: #ff3b30;
}

/*=======================================================================
// Call To Action
=========================================================================*/
.callToAction{
    margin: -145px 0 0;
    padding: 382px 0;
    position: relative;
    width: 100%;
}
.callToAction:after{
    background: rgba(0, 0, 0, 0) url("../images/bg/8.jpg") no-repeat scroll center top;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: skew(0deg, 23deg);
    -moz-transform: skew(0deg, 23deg);
    -webkit-transform: skew(0deg, 23deg);
    -ms-transform: skew(0deg, 23deg);
    -o-transform: skew(0deg, 23deg);
    width: 100%;
}
.callToAction .container{
    position: relative;
    z-index: 2;
}
.callToActionContent{
    width: 100%;
    position: relative;
}
.callToActionContent h5{
    display: block;
    font-size: 16px;
    line-height: .8;
    letter-spacing: 8px;
    margin-bottom: 30px;
    color: #ffd667;
    margin: 0px 0 29px;
    text-transform: uppercase;
    font-weight: 300;
}
.callToActionContent h3{
    font-weight: 100;
    line-height: .8;
    color: #FFF;
    font-size: 26px;
    margin: 0 0 61px;
    letter-spacing: 12px;
}
.stellarButton{
    width: 230px;
    height: 50px;
    background: #ffd667;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    line-height: .8;
    color: #000;
    letter-spacing: 2px;
    border-radius: 3px;
    padding: 19px 0;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
}
.stellarButton:hover{
    background: #2c3da7;
    color: #FFF;
}
.black.callToActionContent h5, .callToActionContent h3{
    color: #000;
}

/*=======================================================================
// Testimonial 2
=========================================================================*/
.testimonial2{
    background: #fafafa;
}
.testiItem2 p{
    /*font-family: Georgia;*/
    /*color: #336fac;*/
    font-size: 24px;
    line-height: 1.5;
    /*letter-spacing: 0px;*/
    /*font-style: italic;*/
    font-weight: 400;
    text-align: center;
}
#testimonialSlider2{
    padding-bottom: 0;
    margin-top: 45px;
}
#testimonialSlider2 .carousel-indicators{
    bottom: 0;
    margin: 57px 0 0;
    position: relative;
    text-align: center;
    width: 100%;
    left: 0;
}
#testimonialSlider2 .carousel-indicators li{
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 7px 0 0;
    position: relative;
    border: none;
    background: none;
    display: inline-block;
}
#testimonialSlider2 .carousel-indicators li:last-child{
    margin-right: 0px;
}
#testimonialSlider2 .carousel-indicators li img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .4;
}
#testimonialSlider2 .carousel-indicators li.active{
    height: 70px;
    padding-left: 83px;
    text-indent: 0;
    top: 10px;
    width: 280px;
}
#testimonialSlider2 .carousel-indicators li.active img{
    height: 70px;
    width: 70px;
    opacity: 1;
}
#testimonialSlider2 .carousel-indicators li h5{
    font-size: 14px;
    margin: 20px 0 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: .8;
    text-align: left;
}
#testimonialSlider2 .carousel-indicators li h6{
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #b89841;
    margin: 0px;
    text-align: left;
    letter-spacing: 2px;
}

/*=======================================================================
// Testimonial 3
=========================================================================*/
.testimonial3{
    background: #fafafa;
    padding: 150px 0 175px;
}
.testimonial3 #testimonialSlider{
    padding-bottom: 130px;
}
.testimonial3 .sectionTitle{
    margin-bottom: 107px;
}
.testimonial3 .sectionTitle small{
    color: #ff3b30;
}
.testimonial3 .testiItem p{
    color: #000;
}
.testimonial3 .testiItem h5{
    color: #000;
}
.testimonial3 .testiItem h6{
    color: #ff3b30;
}
/*=======================================================================
// Latest Blog
=========================================================================*/
/*.latestBlog{*/
    /*width: 100%;*/
    /*position: relative;*/
    /*background: url(../images/bg/14.jpg) no-repeat left center;*/
    /*z-index: 1;*/
    /*margin-top: -420px;*/
    /*padding-top: 948px;*/
    /*padding-bottom: 640px;*/
/*}*/
/*.latestBlog .sectionTitle small{*/
    /*color: #FFF;*/
    /*margin-bottom: 0px;*/
/*}*/
/*.latestBlog .sectionTitle{*/
    /*margin-bottom: 105px;*/
/*}*/
/*.singleBlog{*/
    /*background: #FFF;*/
    /*padding: 0 30px 20px;*/
/*}*/
/*.sbHeader{*/
    /*min-height: 215px;*/
    /*padding-top: 62px;*/
/*}*/
/*.sbHeader.biggi{*/
    /*padding-top: 52px;*/
/*}*/
/*.singleBlog h1{*/
    /*margin: 0;*/
    /*font-family: Georgia;*/
/*}*/
/*.singleBlog h1 a{*/
    /*color: #000;*/
    /*font-size: 40px;*/
    /*line-height: 45px;*/
/*}*/
/*.singleBlog h1 a:hover{*/
    /*color: #2c3da7;*/
/*}*/
/*.sbMeta{*/
    /*position: relative;*/
    /*width: 100%;*/
/*}*/

/*.sbCats{*/
    /*color: #2c3da7;*/
    /*padding-top: 24px;*/
    /*line-height: .8;*/
    /*padding-bottom: 26px;*/
/*}*/
/*.sbCats a{*/
    /*color: #2c3da7;*/
    /*font-size: 13px;*/
    /*text-transform: uppercase;*/
    /*font-weight: 400;*/
    /*line-height: .8;*/
    /*display: inline-block;*/
    /*letter-spacing: 1px;*/
/*}*/
/*.sbCats a:hover{*/
    /*color: #000;*/
/*}*/
/*.sbAuth{*/
    /*width: 100%;*/
    /*text-align: center;*/
    /*margin-bottom: 40px;*/
/*}*/
/*.sbAuth img{*/
    /*width: 40px;*/
    /*height: 40px;*/
    /*display: inline-block;*/
    /*border-radius: 50%;*/
/*}*/
/*.sbFooter{*/
    /*width: 100%;*/
    /*position: relative;*/
    /*line-height: .8;*/
/*}*/
/*.sbFooter a{*/
    /*color: #999999;*/
    /*font-size: 13px;*/
    /*line-height: 0.8;*/
    /*padding-left: 23px;*/
    /*position: relative;*/
/*}*/
/*.sbFooter a:hover{*/
    /*color: #2c3da7;*/
/*}*/
/*.sbFooter a i{*/
    /*bottom: -2px;*/
    /*font-size: 20px;*/
    /*left: 0;*/
    /*line-height: 0.8;*/
    /*position: absolute;*/
/*}*/
/*.sbFooter a.sbflast i{*/
    /*bottom: -2px;*/
/*}*/
/*.latestBlog .learnMoreButton{*/
    /*margin-top: 109px;*/
/*}*/
/*=======================================================================
// Latest Blog 2
=========================================================================*/


/*.singleBlog2:hover, .singleBlog2:focus{*/
    /*border-color: #b89841;*/
/*}*/
/*.singleBlog2 .sbHeader{*/
    /*min-height: 155px;*/
    /*padding-top: 51px;*/
/*}*/
/*.singleBlog2 .sbHeader.biggi{*/
    /*padding-top: 32px;*/
/*}*/
/*.singleBlog2 h1{*/
    /*margin: 0;*/
    /*padding: 0 15px;*/
    /*font-family: Georgia;*/
    /*line-height: 35px;*/
    /*font-size: 30px;*/
/*}*/
/*.singleBlog2 h1 a{*/
    /*color: #000;*/
    /*font-size: 30px;*/
    /*line-height: 35px;*/
/*}*/
/*.singleBlog2 h1 a:hover{*/
    /*color: #2c3da7;*/
/*}*/
/*.singleBlog2 .sbCats{*/
    /*color: #b89841;*/
    /*font-size: 13px;*/
    /*text-transform: uppercase;*/
    /*line-height: .8;*/
    /*display: inline-block;*/
    /*font-weight: 700;*/
    /*letter-spacing: 0px;*/
/*}*/
/*.singleBlog2 .sbCats a{*/
    /*color: #b89841;*/
    /*font-size: 13px;*/
    /*text-transform: uppercase;*/
    /*line-height: .8;*/
    /*display: inline-block;*/
    /*font-weight: 700;*/
    /*letter-spacing: 0px;*/
/*}*/
/*.singleBlog2 .sbCats a:hover{*/
    /*color: #000;*/
/*}*/
/*.morebuttonRow{*/
    /*margin-top: 92px;*/
/*}*/

/*=======================================================================
// Blog Section 3
=========================================================================*/
.blogSection3{
    position: relative;
    width: 100%;
    padding: 140px 0 110px;
}
.blogSection3 .sectionTitle small{
    color: #ff3b30;
}
.singleBlog3{
    width: 310px;
    border: 1px solid #f1f1f1;
    padding: 0 25px 22px;
}
.singleBlog3 .sbHeader{
    min-height: 155px;
    padding-top: 51px;
}
.singleBlog3 h1{
    margin: 0;
    line-height: 35px;
    font-size: 24px;
    font-weight: 300;
    padding: 0 25px;
}
.singleBlog3 h1 a{
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
}
.singleBlog3 h1 a:hover{
    color: #2c3da7;
}
.singleBlog3 .sbCats{
    color: #b89841;
    font-size: 13px;
    text-transform: uppercase;
    line-height: .8;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0px;
}
.singleBlog3 .sbCats a{
    color: #b89841;
    font-size: 13px;
    text-transform: uppercase;
    line-height: .8;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0px;
}
.singleBlog3 .sbCats a:hover{
    color: #000;
}
.morebuttonRow2{
    margin-top: 102px;
}
/*=======================================================================
// Client Section
=========================================================================*/
.clientSection{
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 33px 0 28px;
    background: #FAFAFA;
}
.clients{
    width: 20%;
    position: relative;
    text-align: center;
    float: left;
}
.clients img{
    width: auto;
    max-width: 100%;
    height: auto;
}
/*=======================================================================
// Subscribe Section
=========================================================================*/
.subscribeSection{
    margin-top: -432px;
    min-height: 598px;
    padding: 213px 0 225px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.subscribeSection:after{
    background: rgba(0, 0, 0, 0) url("../images/bg/15.jpg") no-repeat scroll center center;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: skew(0deg, -23deg);
    -moz-transform: skew(0deg, -23deg);
    -webkit-transform: skew(0deg, -23deg);
    -ms-transform: skew(0deg, -23deg);
    -o-transform: skew(0deg, -23deg);
    width: 100%;
}
.subscribeSection .container{
    position: relative;
    z-index: 2;
}
.subs1 .sectionTitle small{
    letter-spacing: 2px;
}
.subscribeForm{
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0px 50px;
    text-align: center;
}
.subscribeForm input[type="email"]{
    width: 404px;
    height: 50px;
    border-radius: 4px;
    border: none;
    background: #FFF;
    display: inline-block;
    padding-left: 15px;
    font-size: 14px;
    color: #000;
    line-height: .8;
    font-weight: 400;
    letter-spacing: 3px;
    margin-right: 8px;
}
.subscribeForm input[type="email"].reqError{
    border: 1px solid #d9534f;
}
.subscribeForm button{
    width: 230px;
    height: 50px;
    border-radius: 4px;
    background: #ffd667;
    border: none;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
}
.subscribeForm button:hover{
    background: #2c3da7;
    color: #FFF;
}
.subscribeForm p{
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    margin: 20px 0 0;
    line-height: .8;
    letter-spacing: 2px;
    text-align: left;
}
.subscriptionSuccess, .contactSuccess{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .9);
    display: none;
}
.subsNotice, .consNotice{
    width: 100%;
    height: 190px;
    background: none;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border-radius: 5px 5px 0 0;
    text-align: center;
}
.subsNotice i, .consNotice i{
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #ff3b30;
    font-size: 60px;
    height: 109px;
    text-align: center;
    width: 110px;
    padding: 27px 0;
}
.subsNotice p, .consNotice p{
    color: #fff;
    font-family: Georgia;
    font-size: 30px;
    margin: 40px 0 0;
    text-transform: capitalize;
    line-height: 40px;
    display: inline-block;
}

/*!*=======================================================================*/
/*// Subscribe Section 2*/
/*=========================================================================*!*/
/*.subscriptionSection{*/
    /*background: #fafafa;*/
    /*padding: 100px 0 70px;*/
/*}*/
/*.subscriptionSection .sectionTitle2{*/
    /*margin-bottom: 30px;*/
    /*font-size: 36px;*/
    /*line-height: .8;*/
/*}*/
/*.subscribeForm2 input[type="email"]{*/
    /*border: 1px solid #e0e0e0;*/
    /*color: #000000;*/
    /*letter-spacing: 2px;*/
    /*font-weight: 400;*/
/*}*/
/*.subscribeForm2 button{*/
    /*background: #b89841;*/
    /*color: #FFF;*/
    /*font-weight: 700;*/
    /*letter-spacing: 2px;*/
/*}*/
/*.subscribeForm2 button:hover{*/
    /*background: #000;*/
/*}*/
/*.subscribeForm2 p{*/
    /*text-transform: none;*/
    /*color: #6a6a6a;*/
    /*letter-spacing: 2px;*/
    /*margin-top: 15px;*/
    /*padding-left: 5px;*/
/*}*/
/*=======================================================================
// Subscribe Section 3
=========================================================================*/
.subscriptionSection3{
    background: #fafafa;
    padding: 120px 0 145px;
}
.subscriptionSection3 .sectionTitle small{
    letter-spacing: 3px;
}
.subscribeForm3 input[type="email"]{
    border: 1px solid #e0e0e0;
    color: #000000;
    letter-spacing: 2px;
    font-weight: 400;
}
.subscribeForm3 button{
    background: #b89841;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 2px;
}
.subscribeForm3 button:hover{
    background: #000;
}
.subscribeForm3 p{
    text-transform: uppercase;
    color: #6a6a6a;
    letter-spacing: 2px;
    margin-top: 19px;
    font-size: 12px;
}


/*=======================================================================
// Contact Section
=========================================================================*/
.contactSection{
    width: 100%;
    position: relative;
    min-height: 600px;
    background: #fafafa url("../images/bg/concat.png") no-repeat scroll center 154px;
    padding-top: 250px;
    padding-bottom: 140px;
}
.contactSection:before{
    width: 50%;
    height: 440px;
    top: -430px;
    background: #fafafa;
    position: absolute;
    right: 0px;
    content: "";
    z-index: 1;
}
.conForms{
    margin: 60px 0 0;
    padding: 0px;
}
.inputa{
    width: 100%;
    position: relative;
    height: 50px;
    background: #FFF;
    border-radius: 0px;
    border: 1px solid #CCC;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
    font-weight: 300;
    letter-spacing: 3px;
    padding-left: 19px;
}

.texputa{
    width: 100%;
    position: relative;
    height: 190px;
    background: #FFF;
    border-radius: 0px;
    border: 1px solid #CCC;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
    font-weight: 300;
    letter-spacing: 3px;
    padding-left: 19px;
    padding-top: 15px;
    resize: none;
}
.inputa.reqError, .texputa.reqError{
    border-color: #d9534f;
}
.conforms2 .inputa.reqError, .conforms2 .texputa.reqError{
    border-color: #d9534f;
}
button.submita{
    width: 192px;
    height: 50px;
    background: #ff3b30;
    border-radius: 4px;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
}
button.submita:hover{
    background: #000;
}
.conInfos{
    margin-top: 90px;
}
.sconInfo{
    width: 100%;
    position: relative;
    text-align: left;
    margin-bottom: 40px;
}
.sconInfo h5{
    color: #999999;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    padding-left: 33px;
    letter-spacing: 2px;
    line-height: .8;
    margin: 0px 0px 29px;
}
.sconInfo h5 i{
    position: absolute;
    left: 0;
    top: -6px;
    font-size: 20px;
    color: rgba(0, 0, 0, .1);

}
.sconInfo p{
    padding-left: 33px;
    line-height: .8;
    font-size: 14px;
    color: #000;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*=======================================================================
// Contact Section 2
=========================================================================*/
.contactSection2{
    background: url(../images/bg/contact2.png) no-repeat center top #FFF;
}
.contactSection2 .sectionTitle2{
    /*margin-bottom: 110px;*/
}

/*.conInfos2{*/
    /*position: relative;*/
    /*width: 100%;*/
    /*text-align: center;*/
    /*margin-top: 32px;*/
/*}*/
/*.conInfos2 p{*/
    /*display: inline-block;*/
    /*text-align: center;*/
    /*font-size: 16px;*/
    /*color: #000;*/
/*}*/
/*.conInfos2 p.pMid{*/
    /*margin-left: 124px;*/
    /*margin-right: 64px;*/
/*}*/
/*.conInfos2 .pfirst{*/
    /*margin-left: 15px;*/
/*}*/
/*.conInfos2 .plast{*/
    /*margin-right: 30px;*/
/*}*/
/*.conInfos2 p i{*/
    /*color: #b89841;*/
    /*margin-right: 11px;*/
/*}*/
/*.conforms2{*/
    /*margin-top: 70px;*/
/*}*/
/*.conforms2 .inputa, .conforms2 .texputa{*/
    /*font-weight: 400;*/
    /*letter-spacing: 2px;*/
    /*border-color: #CCC;*/
/*}*/


/*=======================================================================
// Contact Section 3
=========================================================================*/
.contactSection3{
    padding: 150px 0 140px;
    background: #FFF;
}
.contactSection3 .sectionTitle small{
    color: #ff3b30;
}
.sconInfo h5 i{
    color: #ff3b30;
}
.conforms3 .submita{
    background: #b89841;
    font-weight: 300;
    letter-spacing: 2px;
    color: #FFF;
}
.conforms3 .submita:hover{
    background: #000;
}


/*=======================================================================
// Footer
=========================================================================*/
.footer{
    width: 100%;
    position: relative;
    background: #fafafa;
    border-top: 1px solid #eaeaea;
}
.footerSocial{
    width: 100%;
    position: relative;
    text-align: right;
    padding-top: 36px;
    padding-bottom: 40px;
}
.footerSocial a{
    width: 25px;
    height: 25px;
    background: #000;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin-right: 6px;
}
.footerSocial a:last-child{
    margin-right: 0px;
}
.footerSocial a.fac:hover{
    background: #3765A3;
}
.footerSocial a.ins:hover{
    background: #895A4D;
}
.footerSocial a.lin:hover{
    background: #0274B3;
}
.footerSocial a.goo:hover{
    background: #DC4A38;
}
.footerSocial a.twi:hover{
    background: #5EA9DD;
}
.footerSocial a.dri:hover{
    background: #F26798;
}
.copyRight{
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    line-height: .8;
    font-weight: 300;
    padding-top: 43px;
  line-height: 1.5;
}
.copyRight span{
    display: inline-block;
    padding: 0 8px;
}


/*=======================================================================
// Footer2
=========================================================================*/
.footer2{
    border-top: 1px solid #e0e0e0;
    background: #FFF;
}
.footer2 ul {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
}
.footer2 ul li {

}
.footer2 .fa {
    margin-right: 10px;

}

#backToTop{
    position: fixed;
    right: 50px;
    bottom: 40px;
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 25px;
    margin-right: 6px;
    text-align: center;
    width: 25px;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    opacity: 0;
    visibility: hidden;
}
#backToTop.showit{
    opacity: 1;
    visibility: visible;
}
#backToTop:hover{
    background: #2c3da7;
}


.preloader{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
}
.preloader img{
    width: 120px;
    height: 131px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

