

/****** Table Of Content ***************
=================================================
#1.  Theme Default
#2.  Header And Menu section 
#3.  About us section
#4.  Service  section
#5.  Ready to Purchase section
#6.  Work section 
#7.  Team Section
#8.  Testimonial Section
#9.  Blog Section
#10. Contact Section
#11. Footer section 
#12. Client logo section  
#13. Mobile section  

=================================================


*/
/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

html,
body {
    height: 100%;
    font-family: "Roboto", sans-serif;
}
a:focus {
    outline: 0px solid
}
img {
    max-width: 100%;
    height: auto;
}
.fix {
    overflow: hidden
}
p {
    margin: 0 0 15px;
}
a {
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
            -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    text-decoration: none;
}
a:hover,
{
    text-decoration: none;
}
a:active,
a:hover {
    outline: 0 none;
    text-decoration: none;
}
a:focus {
    text-decoration: none
}
.clear {
    clear: both
}
.no-padding {
    padding: 0px;
}
.no-padding-l {
    padding-left: 0px;
}
.no-padding-r {
    padding-right: 0px;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}


/*----------------------------------------*/
/*  2.  Header and Menu Area CSS
/*----------------------------------------*/

.modal-dialog {}
.thumbnail {margin-bottom:6px;}

.carousel-control.left,.carousel-control.right{
  background-image:none;
  margin-top:10%;
  width:5%;
}
.social-icon.text-right ul {
    float: right;
    list-style: outside none none;
    padding-top: 15px;
}
.social-icon li {
    display: inline-block;
}
.navbar .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #fff;
}
.navbar .navbar-nav > li > a:focus {
    background-color: transparent
}
.navbar .navbar-nav > li > a {
    color: #fff;
}
.navbar-brand {
    padding: 0px;
}
.navbar {
    background-color: transparent;
    border-color: transparent;
    margin: 0;
    padding-top: 15px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
    font-family: 'Roboto', sans-serif;
}
.social-icon.text-right li {
    display: inline-block;
    margin-left: 2px;
}
.navbar-brand img {
    height: 100%;
}
.hero-image {
    background-image: url("img/slider2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 800px;
    position: relative;
}
.hero-image::before {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.hero_wrapper {
    display: table;
    height: 800px;
    width: 100%;
}
.hero_contain {
    display: table-cell;
    vertical-align: middle;
}
ul.top-right {
    float: right;
    padding-top: 28px;
    position: relative;
    width: auto;
    z-index: 1000;
}
.main-navigation {
    position: absolute;
    background-color: transparent;
    transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.stick.main-navigation {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.stick .navbar-nav > li > a,
.stick .navbar-nav > li > a:hover {
    color: #000;
}
ul.nav > li::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    left: 48%;
    position: absolute;
    top: 5px;
    transition: border-color 0s linear 0s, top 0.3s linear 0s;
    -webkit-transition: border-color 0s linear 0s, top 0.3s linear 0s;
    -moz-transition: border-color 0s linear 0s, top 0.3s linear 0s;
    width: 0;
}
ul.nav > li:hover::before {
    border-top-color: #fff;
    top: 0px;
}
ul.nav > li.current:before {
    border-top-color: #fff;
    top: 0px;
}
.stick ul.nav > li::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    left: 48%;
    position: absolute;
    top: 5px;
    transition: border-color 0s linear 0s, top 0.3s linear 0s;
    -webkit-transition: border-color 0s linear 0s, top 0.3s linear 0s;
    -moz-transition: border-color 0s linear 0s, top 0.3s linear 0s;
    width: 0;
}
.stick ul.nav > li:hover::before {
    border-top-color: #5167d6;
    top: 0px;
}
.stick ul.nav > li.current:before {
    border-top-color: #5167d6;
    top: 0px;
}
#navigation.affix {
    background-color: #fff;
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    position: fixed;
}
.social-icon li > a {
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    margin-bottom: 5px;
    text-align: center;
    transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
    width: 26px;
}
.stick .social-icon li > a {
    background-color: transparent;
    border-radius: 50%;
    color: #000;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
}
.social-icon li.facebook > a:hover {
    background-color: #fff;
    color: #3b5998;
}
.social-icon li.twitter > a:hover {
    background-color: #fff;
    color: #55acee;
}
.social-icon li.google > a:hover {
    background-color: #fff;
    color: #e95950;
}
.stick .social-icon li.facebook > a:hover {
    background-color: #3b5998;
    color: #fff;
}
.stick .social-icon li.twitter > a:hover {
    background-color: #55acee;
    color: #fff;
}

.stick .social-icon li.google > a:hover {
    background-color: #e95950;
    color: #fff;
}
p.hero-text-mini {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 57px;
}
h2.hero-heading {
    color: #fff;
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 17px;
    text-transform: capitalize;
}
.hero_contain {
    text-align: center
}
.hero_contain a {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-top: 0;
    padding: 10px 36px;
    text-transform: capitalize;
}
.hero_contain a:hover {
    background: #5167d6 none repeat scroll 0 0;
    border: 2px solid #5167d6;
    color: #fff;
}

/*----------------------------------------*/
/*  3.  About us section CSS
/*----------------------------------------*/

.about-us.area-wrapper {
    background: #fafafa none repeat scroll 0 0;
    padding: 30px 0 110px;
}
.about-us .area-head {
    text-align: left;
}
.about-us .heading::before {
    left: 100%;
    position: relative;
    top: 27px;
    margin-left: 11px;
}
.about-us h3 {
    font-weight: 300;
    margin-bottom: 25px;
}
.about-us p {
    font-size: 14px;
    line-height: 24px;
}
.about-us span a {
    background: #5167d6 none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    margin-top: 0;
    padding: 9px 25px;
    text-transform: capitalize;
    margin-top: 36px;
}
.about-us span a:hover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #5167d6;
    color: #000;
}
.about-us .heading {
    margin-bottom: 10px;
}
.about-image {
    margin-top: 15px;
}

.about-image img:hover {
    opacity: 0.8;
}

/*----------------------------------------*/
/*  4.  Service section  CSS
/*----------------------------------------*/

.area-wrapper {
    overflow: hidden;
    padding: 120px 0 110px;
}
.area-head {
    text-align: center;
}
.heading {
    color: #252525;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
}
.heading::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #5167d6;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: relative;
    top: -20px;
    transition: border-color 0s linear 0s, top 0.3s linear 0s;
    -webkit-transition: border-color 0s linear 0s, top 0.3s linear 0s;
    -moz-transition: border-color 0s linear 0s, top 0.3s linear 0s;
    width: 0;
    z-index: 5;
}
.single-service {
    cursor: pointer;
    padding: 30px 20px;
    background: #fff;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    border: 1px solid #ebebeb;
    box-shadow: 0 41px 63px -71px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 41px 63px -71px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 41px 63px -71px rgba(0, 0, 0, 0.3);
}
.single-service:hover .sin-ser-content > h3 {
    color: #5167d6;
}
.single-service:hover .sin-ser-icon {
    color: #5167d6;
}
.sin-ser-icon {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 94%;
    color: #252525;
    font-size: 29px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    width: 90px;
}
.sin-ser-content {
    padding: 25px 0;
}
.sin-ser-content > h3 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.sin-ser-content > p {
    color: #818181;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.inner-con-wraper {
    padding-top: 65px;
}


/*----------------------------------------*/
/*  5.  Ready to Purchase section  CSS
/*----------------------------------------*/

.fixed-bg-wrapper {
    background-attachment: fixed;
    background-image: url("img/bg4.jpg");
    background-size: cover;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.9) inset;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.9) inset;
    padding: 100px 0;
    position: relative;
}
.fixed-bg-wrapper::before {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.fixed-bg > h2 {
    color: #fff;
    float: left;
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: left;
}
.fixed-bg a {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #000;
    display: inline-block;
    float: right;
    margin-top: 0;
    padding: 10px 36px;
    text-transform: capitalize;
    font-size: 15px;
}
.fixed-bg a:hover {
    background: #5167d6 none repeat scroll 0 0;
    border: 2px solid #5167d6;
    color: #fff;
}
.fixed-bg {
    width: 70%;
    margin: 0 auto;
}

.navbar-brand {
	height: 60px!important;
}

/*----------------------------------------*/
/*  6.  Work section  CSS
/*----------------------------------------*/

.area-head-two .heading::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #5167d6;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: -53px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transition: border-color 0s linear 0s, top 0.3s linear 0s;
    width: 0;
}
.area-head-two .heading::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #5167d6;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    top: -40px;
    transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transition: border-color 0s linear 0s, top 0.3s linear 0s;
    -webkit-transition: border-color 0s linear 0s, top 0.3s linear 0s;
    -moz-transition: border-color 0s linear 0s, top 0.3s linear 0s;
    width: 0;
}
.area-head-two {
    margin-top: 20px;
    position: relative;
    text-align: center;
}
.area-head-two .heading {
    padding-top: 7px;
}
.work-filter .mix {
    display: none;
}
.mixitup-content {
    overflow: hidden;
}
.mixitup-button li {
    border-right: 1px solid #5167d6;
    cursor: pointer;
    display: inline;
    padding: 0 12px;
}
ul.mixitup-button li:last-child {
    border-right: none;
}
.mixitup-filter {
    overflow: hidden;
}
.mix {
    margin: 15px 0;
}
.work-filter {
    text-align: center;
}
.mixitup-button {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    margin: 50px 0 30px;
    padding: 5px 66px;
    text-align: center;
    text-transform: uppercase;
}
.mixitup-button li:hover,
.mixitup-button li.active {
    color: #5167d6;
}
.filter {
    position: relative
}
.overlay::before {
    background-color: rgba(219, 43, 30, 0.72);
    content: "";
    height: 30%;
    left: 35%;
    opacity: 0;
    position: absolute;
    top: 35%;
    width: 30%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.mix .mix-wrapper:hover .overlay::before {
    height: 80%;
    left: 10%;
    top: 10%;
    width: 80%;
    opacity: 1;
}
.work-icon {
    left: 50%;
    margin-left: -66px;
    margin-top: -26px;
    position: absolute;
    top: 50%;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    opacity: 0;
}
.mix .mix-wrapper:hover .work-icon {
    opacity: 1;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}
.work-icon > a {
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    height: 52px;
    line-height: 52px;
    margin: 0 7px;
    text-align: center;
    width: 52px;
}
.work-icon > a:hover {
    background: #fff none repeat scroll 0 0;
    color: #5167d6;
}
.mix-wrapper {
    overflow: hidden;
}
.mix-wrapper:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.mix-wrapper > img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



/*----------------------------------------*/
/*  7.  Team section  CSS
/*----------------------------------------*/


.sin-team-det > h2 {
    color: #252525;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
    text-transform: capitalize;
}
.sin-team-det > span {
    color: #333;
    font-size: 17px;
    font-weight: 300;
    text-transform: capitalize;
}
.team-area {
    background: #fafafa none repeat scroll 0 0;
    padding: 120px 0 110px;
}
.sin-team {
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.sin-team-img > img {
    width: 100%;
}
.sin-team-det {
    padding: 10px 24px;
    background: #eee;
}
.team-social {
    left: 50%;
    margin-left: -68px;
    position: absolute;
    top: 56%;
    z-index: 999;
}
.team-overlay:before {
    content: "";
    height: 100%;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
}
.sin-team-img {
    overflow: hidden;
    position: relative;
}
.team-overlay::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: -100%;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.sin-team:hover .team-overlay::before {
    content: "";
    height: 100%;
    left: 0px;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    opacity: .5;
}
.sin-team:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.team-social > a {
    background: #eee none repeat scroll 0 0;
    border-radius: 53px;
    color: #000;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
    text-align: center;
    width: 30px;
    -webkit-box-shadow: 2px 8px 10px -1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 8px 10px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 8px 10px -1px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.3s ease .0s;
}
.sin-team:hover .team-social > a {
    opacity: 1;
    transition: all 0.3s ease .0s;
    -webkit-transition: all 0.3s ease .0s;
    -moz-transition: all 0.3s ease .0s;
}
.team-social > a:hover {
    color: #5167d6;
    transition: all 0.1s ease .0s;
    -moz-transition: all 0.1s ease .0s;
    -webkit-transition: all 0.1s ease .0s;
    background: #fff
}

/*----------------------------------------*/
/*  8.  Testimonial section  CSS
/*----------------------------------------*/

.testimonial-head > h2 {
    display: inline-block;
    font-size: 25px;
    font-weight: 300;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.single-testimonial {
    text-align: center;
}
.testimonial-head {
    padding-bottom: 35px;
    text-align: center;
}
.client-test > p {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}
.client-test {
    padding: 0 120px;
}
.testimonial-area {
    padding: 95px 0;
}
.single-testimonial span {
    color: #444;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.testimonial-head > h2::after {
    background: #5167d6 none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -17px;
    position: absolute;
    width: 34px;
}
.test-inner.owl-theme .owl-controls .owl-page span {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #444;
    border-radius: 0px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    opacity: 1;
    width: 10px;
}
.test-inner.owl-theme .owl-controls {
    margin-top: 26px;
    text-align: center;
}
.test-inner.owl-theme .owl-controls .owl-page.active span,
.test-inner.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #444 none repeat scroll 0 0;
    border-color: #444;
    opacity: 1;
}

/*----------------------------------------*/
/*  9.  Blog section  CSS
/*----------------------------------------*/

.blog-area {
    background: #fafafa none repeat scroll 0 0;
    padding: 120px 0 110px;
}
.sin-blog-det h3 a {
    color: #010101;
    font-size: 20px;
    font-weight: 400;
}
.readmore {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    color: #333;
}
.blog-content > p {
    font-size: 15px;
    line-height: 30px;
}
.sin-blog-det > h3 {
    margin-bottom: 12px;
}
.sin-blog {
    border: 1px solid #c8c8c8;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
    padding: 15px;
}
.blog-meta > p {
    font-size: 13px;
    font-weight: 300;
}
.blog-content > p {
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
}
.sin-blog-det {
    padding: 25px 0px;
}
.sin-blog-img img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.sin-blog:hover img {
    transform: scale(1.1);
}
.sin-blog-img {
    overflow: hidden;
    text-align: center;
}
.sin-blog:hover .sin-blog-det h3 a {
    color: #5167d6
}
.readmore:hover {
    color: #5167d6
}

/*----------------------------------------*/
/*  10.  Contact section  CSS
/*----------------------------------------*/


.contact-area {
    padding-top: 120px;
}
.map-area {
    margin-top: 100px;
}
.contact-wraper form input {
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
    padding: 10px 17px;
    width: 100%;
}
.contact-wraper form input:focus,.contact-wraper textarea:focus {
    border-color: 1px solid #fff;
    box-shadow: none;
    outline: 1px solid #fff;
    
}
.contact-wraper form input.input-small {
    width: 50%;
    float: left
}
.contact-wraper textarea {
    border: 1px solid #e8e8e8;
    height: 120px;
    margin-bottom: 22px;
    padding: 10px 15px;
    width: 100%;
}
#googleMap {
    height: 500px;
}
.contact-wraper form .submit-btn {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0px;
    color: #333;
    float: right;
    font-size: 14px;
    padding: 7px 25px;
    text-transform: uppercase;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.btn.submit-btn:hover {
    background: #333 none repeat scroll 0 0;
    border-color: #333;
    color: #fff;
}
.contact-wraper {
    padding-top: 65px;
}
.add-icon {
    float: left;
    height: 35px;
    text-align: center;
    width: 35px;
    margin-top: 4px;
}
.sin-add p {
    overflow: hidden;
    padding-left: 15px;
    font-size: 16px;
    line-height: 26px;
}
.sin-add a {
    color: #333;
    margin-left: 8px;
}

/*----------------------------------------*/
/*  11.  Footer section  CSS
/*----------------------------------------*/

.sin-footer-head h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}
.sin-footer-head {
    margin-bottom: 35px;
}
.sin-footer-con > p {
    color: #e6e7e8;
    font-size: 14px;
    line-height: 20px;
}
.single-footer {
    margin-top: 25px;
}
.footer-widget {
    background: #2a2a2a none repeat scroll 0 0;
    padding-top: 65px;
    padding-bottom: 85px;
}
.footer-social li {
    display: inline-block;
    margin: 0px 3px ;
}
.footer-social a {
    background: #4d5055 none repeat scroll 0 0;
    border: 4px solid #4d5055;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 23px;
    height: 52px;
    line-height: 44px;
    width: 52px;
}
.footer-social a:hover{border: 4px solid #fff;}
.footer-social > ul::before {
    background: #4D5055 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 33%;
}
.footer-social > ul::after {
    background: #4D5055 none repeat scroll 0 0;
    content: "";
    height: 2px;
    right: 0;
    position: absolute;
    top: 50%;
    width: 33%;
}
.footer-social > ul {
    position: relative;
}
.sin-footer-con a {
    color: #e6e7e8;
    font-size: 14px;
}
.quick-link-right {
    float: right;
    margin-right: 90px;
}
.quick-link-left {
    float: left;
}
.sin-footer-con li {
    margin-bottom: 5px;
}
.mail-send {
    background: #5167d6 none repeat scroll 0 0;
    border: medium none;
    border-radius: 52px;
    color: #ffffff;
    font-size: 13px;
    padding: 9px 12px;
    width: 30%;
}
.subscribe-link > input {
    border: medium none;
    border-radius: 23px;
    float: left;
    margin-right: 5%;
    padding: 10px 13px;
    width: 65%;
}
.footer-social {
    margin-top: 55px;
    text-align: center;
}
.footer-area p {
    font-size: 12px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}
.footer-area {
    background: #191919;
    color: #fff;
}
/*----------------------------------------*/
/*  12.  Client logo section  CSS
/*----------------------------------------*/

.sin-cl {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    margin: 0 16px;
    text-align: center;
    padding: 29px 7px;
}
.client-logo-area {
    background: #fafafa none repeat scroll 0 0;
    padding: 100px 0;
    border-bottom: 10px solid #e6e6e6;
    border-top: 10px solid #e6e6e6;
}


/*----------------------------------------*/
/*  13.  Mobile section  CSS
/*----------------------------------------*/

.navbar-toggle .icon-bar {
    background: #5167d6 none repeat scroll 0 0;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}

/*---Style for back to top button----------*/


#scrollUp {
background-color: #5167d6 ;
bottom: 10px;
color: #ffffff !important;
display: block;
font-size: 25px;
height: 45px;
line-height: 42px;
position: fixed;
right: 20px;
text-align: center;
text-decoration: none !important;
transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
width: 45px;
z-index: 1000;
border-radius: 50px;
opacity: .8;
}
/*--------Index two--------*/



/************************* Banner Design ***************/
.banner{
	width:100%;

	height:auto;
}
.banner .item{
	height:800px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;

}
.banner .item::before{
	width:100%;
	float:left;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	content:'';
	background:rgba(0,0,0,0.5);
}
.banner h1{
	color:#fff;
	margin:0 0 25px;
	font-size:60px;
}
.banner p {
    color: #ffffff;
    font-size: 20px;
    line-height: 35px;
    margin: 0 0 35px;
    padding: 0px 60px;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.caption-info{
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	width:100%;
}
.caption-info-inner h1{
	animation-delay: 0.5s;
}
.caption-info-inner p{
	animation-delay: 1.1s;
}
.caption-info-inner a{
	animation-delay: 1.6s;
}
.control{
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.banner:hover .control{
	visibility:visible;
	opacity:1;
}
.control,
.control:focus{
    border: 1px solid #ffffff;
    color: #ffffff;
    margin: -15px 0 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.control:hover{
	background:#fff;
	color:#5167d6;
}
.left.control{
	left:10px;
}
.right.control {
	right:10px;
}
.caption-info-inner a {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-top: 0;
    padding: 10px 36px;
    text-transform: capitalize;
}
.caption-info-inner a:hover {
    background: #5167d6 none repeat scroll 0 0;
    border: 2px solid #5167d6;
    color: #fff;
}
