/*------------------------------------------------------------------
MAIN CSS [Table of contents]

1. Common CSS
2. Navbar CSS
3. Header CSS
4. About CSS
5. Achievement CSS
6. Service CSS
7. Why Us CSS
16. Client CSS
17. Contact Us CSS
18. Newsletter CSS
19. Footer CSS
20. Back To Top CSS
-------------------------------------------------------------------*/

/***** Common CSS *****/
html,
body {
  height: 100%;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #333;
  webkit-tap-highlight-color: #222222;
}
.byebye { display:none;}
.mt20{
  margin-top: 20px
}
.mt30{
  margin-top: 30px;
}
.mt40{
  margin-top: 40px
}
.mt50{
  margin-top: 50px
}
.mt80{
  margin-top: 80px
}
.mb80{
  margin-bottom: 80px;
}
.mb40{
  margin-bottom: 40px;
}
.mb20{
  margin-bottom: 20px;
}
.mr15{
  margin-right: 15px;
}
.section-heading, .faq-heading{
  text-transform: capitalize;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #1abc9c;
}
a:hover,
a:focus {
  color: #1abc9c;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3;
}
h1{
  line-height: 1.3;
}
h2{
  line-height: 1.4;
  letter-spacing: 3px;
  color: #fff;
}
p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}
p.lead {
    font-size: 21px;
    font-weight: 700;
}
.bg-white {
  background-color: #fff;
}
.bd-awhite{
  background: #F4F7F7;
}
.bg-dark {
  background-color: #222222;
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  padding: 100px 0;
}
section .section-header{
  margin: 0 auto;
}
section .section-header i{
  color: rgba(0, 0, 0, 0.3);
  font-size: 32px;
  margin-bottom: 10px;
}
section .section-header h2{
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
section .section-header p{
  font-weight: 500;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 50px;
}
section .section-header p.lead {
    font-size: 21px;
    font-weight: 700;
}
section hr {
  background: #73458e none repeat scroll 0 0;
  border-color: #87509c;
  border-radius: 4px;
  border-width: 2px;
  height: 2px;
  margin-bottom: 19px;
  margin-top: 8px;
  max-width: 50px;
  opacity: 0.3;
  transition: all 0.35s ease 0s;
}
section:hover hr{
  max-width: 95px;
}
.bg-whitehr hr {
  border-color: #6C15A3;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.btn.btn-default{
  background: transparent;
  padding: 10px 20px;
  border-image: -moz-linear-gradient(-29deg, #983C80 0%, #87509c 100%) 1 1 1 1;
  border-image: -moz-linear-gradient(-29deg, #983C80 0px, #87509c 100%) 1 1 1 1;
  border-image: -moz-linear-gradient(-29deg, #983C80 0, #87509C 100%) 1 1 1 1;
  border-image: -webkit-linear-gradient(-29deg, #983C80 0, #87509C 100%) 1 1 1 1;
  border-image: -ms-linear-gradient(-29deg, #983C80 0, #87509C 100%) 1 1 1 1;
  border-style: solid;
  border-width: 2px;
  color: #87509C;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
          transition: all 0.5s;
}
.btn.btn-default i {
  margin-left: 5px;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default.focus,
.btn.btn-default:active,
.btn.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
background-color:#1abc9c;
}
.btn.btn-default:active,
.btn.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn {
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  border-radius:3px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #1abc9c;
}
::selection {
  color: white;
  text-shadow: none;
  background: #1abc9c;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}

/***** Navbar CSS *****/

.navbar-default {
  background-color: #efefef;
  border-bottom: 1px solid #dddddd;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.affix-top .container{
  border-bottom: 1px solid #dddddd;
  padding: 20px 15px;
}
.navbar-default.affix {
  background-color:#efefef;
  opacity: 1;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
.navbar-default .navbar-header .navbar-brand {
  color: #6C15A3;
  font-weight: 700;
  text-transform: uppercase;
  background: url('../images/line-centric-logo-180.png') no-repeat;
  min-width: 180px;
  margin-top: 0px;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-right{
  padding-top: 10px;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 14px;
  color: #1abc9c;
  text-transform: uppercase;
}
.navbar-default .nav > li > a{
  padding:5px 14px;
}
.navbar-default .nav > li:last-child > a{
  padding-right:0;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  font-weight: 600;
  font-size: 16px;
  color: #1abc9c;
  text-transform: uppercase;
}
.navbar-default.affix .nav > li > a,
.navbar-default.affix .nav > li > a:focus{
  color:#1abc9c;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #1abc9c;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #1abc9c !important;
  background-color: transparent;
  border-radius: 0;
  position: relative;
}
.navbar-default .nav > li.active > a::after,
.navbar-default .nav > li > a:hover::after{
  background: #1abc9c none repeat scroll 0 0;
  border-radius: 3px;
  content: "";
  height: 3px;
  left: 15px;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
  width: 18px;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
  background-color: #f4f7f7;
  color: #1abc9c;
}

/***** Header CSS *****/

header {
  width: 100%;
  background-image: url('../images/shopping-mall.jpg');
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  text-align: center;
  color: #fff;
  height: 100%;
  display: block;
  overflow-y: hidden;
  position: relative;
}
.bg_overlay{
  background-image: -moz-linear-gradient(-29deg, #000 0px, #000 100%);
  background-image: -moz-linear-gradient(-29deg, #000 0, #000 100%);
  background-image: -webkit-linear-gradient(-29deg, #000 0, #000 100%);
  background-image: -ms-linear-gradient(-29deg, #000 0, #000 100%);
  bottom: 0;
  left: 0;
  opacity: 0.75;
  position: absolute;
  right: 0;
  top: 0;
}
.slide-content .bg_overlay{
  z-index: 1;
  opacity: 0.55;
}
header .header-content {
  height: 100vh;
  max-height: 750px;
  position: relative;
  text-align: center;
  padding: 150px 15px 0;
  width: 100%;
}
.header-content-inner {
  display: block;
  overflow: hidden;
  position: relative;
  top: 32%;
}
.header-content-inner h1.heder-heading {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 0;
}
.header-content-inner p {
  font-size: 18px;
  font-weight: 600;
  margin: 20px auto 0;
  max-width: 500px;
}
.custom_btn {
background-color:#1abc9c;
  padding: 18px 48px;
  color: #fff;
  border: none !important;
  font-size: 18px;
  margin-top: 30px;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
.custom_btn:hover,
.custom_btn:active,
.custom_btn:focus,
.custom_btn.active {
  padding: 18px 60px;
  color: #fff;
}
.default_color:hover{
  color: #fff;
}
.text-write {
  position: relative;
  text-align: center;
}
.text-write h1{
  font-weight: 600;
}
/****** About CSS *****/

.about-des{
  padding: 0 15px;
}
.about-des h3{
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 28px;
  text-transform: capitalize;
}
.about-des p{
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 16px;
  text-align: justify;
}
.about-image img{
  width: 100%
}

/**** Why Us CSS ****/

#why_us{
  background: #fafafa;
  padding: 0;
}
#why_us .why-us-img{
  height: 650px;
  position: relative;
  background-image: url('../images/toronto-bg.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  bottom: 0;
  right: 0;
  top: 0;
}
#why_us .why-us-img .c_cover{
  background-image: -moz-linear-gradient(-29deg, #000 0px, #000 100%);
  background-image: -moz-linear-gradient(-29deg, #000 0, #000 100%);
  background-image: -webkit-linear-gradient(-29deg, #000 0, #000 100%);
  background-image: -ms-linear-gradient(-29deg, #000 0, #000 100%);
  bottom: 0;
  left: 0;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 0;
}

#why_us .why-us-des{
  padding: 50px 15px 10px 50px;
}
.why-us-des h2{
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 25px;
}
.why-us-des h2::after {
background-color:#1abc9c;
  bottom: -10px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}
.why-us-des p{
  margin-bottom: 30px;
}
.why-us-des-item{
  padding: 0;
}
.why-us-des-item i{
  color: #1abc9c;
  background-clip: text;
  font-size: 72px;
}
.why-us-des-item h4{
  color: #555;
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}

/***** Service CSS *****/

#service{
  background: #f1f1f1;
}
.service-box {
  border: 1px solid rgba(135, 80, 156, .1);
  padding: 25px 20px;
  margin-bottom: 30px;
  background: #F1F1F1;
  position: relative;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
          transition: all 0.5s;
}
.service-wrap .service-box:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 9;
  content: "";
  height: 0px;
  position: absolute;
  width: 0px;
  border-left: 1px solid #1abc9c;
  border-top: 1px solid #1abc9c;
  visibility: hidden;
}
.service-wrap .service-box:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  z-index: 9;
  content: "";
  height: 0px;
  position: absolute;
  width: 0px;
  border-top: 1px solid #1abc9c;
  border-right: 1px solid #1abc9c;
  visibility: hidden;
}
.service-wrap .box-content:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  z-index: 9;
  content: "";
  height: 0px;
  position: absolute;
  width: 0px;
  border-left: 1px solid #1abc9c;
  border-bottom: 1px solid #1abc9c;
  visibility: hidden;
}
.service-wrap .box-content:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  z-index: 9;
  content: "";
  height: 0px;
  position: absolute;
  width: 0px;
  border-right: 1px solid #1abc9c;
  border-bottom: 1px solid #1abc9c;
  visibility: hidden;
}
.service-wrap:hover .service-box:before,
.service-wrap:hover .service-box:after,
.service-wrap:hover .box-content:before,
.service-wrap:hover .box-content:after {
  visibility: visible;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
          transition: all 0.5s;
}
.service-box:hover{
  background: #fff
}
.service-box .service-icon {
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
          transition: all 0.5s;
}
.service-box .service-icon i{
  font-size: 72px;
  color: #1abc9c;
}
.service-box:hover .service-icon i{
  font-size: 72px;
  color: #1abc9c;
}
.service-box .box-content h3{
  color: #555;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
  text-transform: capitalize;
}
.service-box .box-content p{
  margin-bottom: 15px;
}
.service-box .box-content a{
  color: #555;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
.service-box .box-content a:hover{
  color: #87509C;
  text-decoration: none;
}
.service-box .box-content a i{
  margin-left: 3px;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
          transition: all 0.2s;
}
.service-box .box-content a:hover i{
  margin-left: 8px;
}

/***** Achievement CSS *****/

#achievement{
  position: relative;
  background-attachment: fixed;
  background-image: url('../images/inventory-moving.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  bottom: 0;
  left: 0;
  top: 0;
}
#achievement .c_cover{
  background-image: -moz-linear-gradient(-29deg, #000 0px, #000 100%);
  background-image: -moz-linear-gradient(-29deg, #000 0, #000 100%);
  background-image: -webkit-linear-gradient(-29deg, #000 0, #000 100%);
  background-image: -ms-linear-gradient(-29deg, #000 0, #000 100%);
  bottom: 0;
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
}
.achievement-des{
  color: #fff;
  margin-bottom: 50px;
}
.achievement-des h2{
  text-transform: uppercase;
  font-weight: 700;
}
.achievement-des h4{
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 25px;
}
.achievement-des p{
  margin-bottom: 30px;
}
.achievement-des .btn.btn-default {
  border-color: #fff;
  border-image: none;
  border-radius: 0;
  color: #fff;
}
.achievement-des .btn.btn-default i{
  margin-left: 5px;
}
.counter-div{
  width: 180px;
  height: 160px;
  display: block;
  margin: 0 auto;
  padding: 15px;
}
.counter-div p{
  margin-bottom: 0;
}
.counter-div i{
  color: #1abc9c !important;
  font-size: 40px;
  margin-bottom: 5px;
}
.counter-div h4{
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
}
.counter-div strong{
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}

/***** Client CSS*****/

#client{
  background-attachment: fixed;
  background-image: url("../images/toronto-bg.jpg");
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  min-height: 200px;
}
#client .c_cover{
  background-image: -moz-linear-gradient(-29deg, #000 0px, #000 100%);
  background-image: -moz-linear-gradient(-29deg, #000 0, #000 100%);
  background-image: -webkit-linear-gradient(-29deg, #000 0, #000 100%);
  background-image: -ms-linear-gradient(-29deg, #000 0, #000 100%);
  bottom: 0;
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
}
#client .carousel {
    margin-bottom: 0;
    padding: 0 40px 0 40px;
}
#client .carousel .item .thumbnail{
  background-image: -moz-linear-gradient(-29deg, #983C80 0px, #712B91 100%);
  background-image: -moz-linear-gradient(-29deg, #983C80 0, #712B91 100%);
  background-image: -webkit-linear-gradient(-29deg, #983C80 0, #712B91 100%);
  background-image: -ms-linear-gradient(-29deg, #983C80 0, #712B91 100%);
  border-radius: 0;
  border-color: #fff;
}
#client .carousel .item .thumbnail:hover{
  border-color: rgba(255, 255, 255, 0.5);
}
.carousel-control {
  left: -12px;
  height: 40px;
  width: 40px;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  top: 30%;
}
.carousel-control.right {
  right: -12px;
}

/***** Contact Us CSS *****/
#contact{
  background: #f1f1f1;
}
.contact-info {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 15px;
  padding: 16px 15px;
  box-shadow: 0 0 4px 1px rgba(143, 69, 141, 0.1);
}
.contact-info i{
  color: #1abc9c;
  font-size: 32px;
  margin-bottom: 6px;
}
.contact-info p {
  margin-bottom: 0;
}
.contact-form .form-control{
  background: #fff;
  height: 55px;
  box-shadow: none;
  border:none;
  font-size: 18px;
  font-weight: 500;
  color: #555;
  border-radius: 0;
  box-shadow: 0 0 4px 1px rgba(143, 69, 141, 0.1);
}
.contact-form .form-control:focus{
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(135, 80, 156, 0.6);
}
.form-control::-moz-placeholder{
  color: #666;
}
.form-control:-moz-placeholder{
  color: #666;
}
.form-control::-webkit-input-placeholder{
  color: #666;
}
.form-control:-ms-input-placeholder{
  color: #666;
}
.contact-form textarea.form-control{
  min-height: 107px;
}
.contact-form .custom_btn{
  margin-top: 0;
  width: 100%;
  border-radius: 0;
}

/***** Footer CSS *****/

footer{
background-color:#1abc9c;
  padding: 50px 0;
}

.copy-right{
  color: #fff;
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 20px;
}

/***** Back To Top CSS *****/

.back-to-top {
background-color:#1abc9c;
  border: medium none;
  border-radius: 50%;
  bottom: 20px;
  box-shadow: 0 0 20px -10px rgba(221, 221, 221, 0.8);
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 18px;
  height: 40px;
  padding: 7px 14px;
  position: fixed;
  right: 20px;
  width: 40px;
}
.back-to-top:hover, .back-to-top:focus{
  background: #7B1CA7;
}

/**************************
        End Of CSS
**************************/