body{
    margin: 0;
}
ul{
    padding: 0;
}
a,a:active,a:hover,a:focus{
    list-style: none;
    text-decoration: none;
}
li{
    list-style: none;
    text-decoration: none;
}
.social-wrapper {
  background-color: #660000;
  float: left;
  padding-bottom: 1%;
  padding-top: 1%;
  width: 100%;
}
.col-sm-3.phone {
  float: left;
  width: 25%;
}
.col-sm-3.phone > a {
  color: #ffffff;
}
.fa.fa-phone, .fa.fa-envelope-o {
  border: 1px solid;
  font-size: 17px;
  margin-right: 4px;
  padding: 4px 8px;
}
.icons a {
  color: #ffffff;
  font-size: 16px;
}
.col-sm-3.icons a i {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 17px;
  margin-right: 7px;
  padding: 4px 8px;
}
.navbar-brand {
  float: left;
  padding: 0;
}
.navbar-brand img {
  width: 100%;
  height: 80px;
}
.menu-bar.navbar-default {
  background-color: transparent;
  border: none;
}
.header {
  float: left;
  padding-bottom: 7px;
  padding-top: 4px;
  width: 100%;
}
.navbar-nav > li {
  float: left;
  padding-top: 3%;
}
.navbar {
  margin-bottom: 10px;
}
.menu-bar.navbar-default .navbar-nav > li > a {
  border-bottom: 2px solid #660000;
  border-radius: 3px;
  color: #660000;
  font-weight: 600;
  margin: 3px;
  transition: all 0.3s linear 0s;
}
.menu-bar.navbar-default .navbar-nav > li > a:hover{
    background-color: #660000;
    border-radius: 4px;
    color: #fff;
}
.dropdown-menu > li > a {
  background-color: #660000;
  clear: both;
  color: #ffffff;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  margin: 3px;
  padding: 8px 20px;
  white-space: nowrap;
}
.dropdown-menu > li {
    display: inline-block;
    float:left;
}
.open > ul {
	display: block !important;
}
.dropdown-menu {
  background-color: transparent;
  border: none;
}
.banner {
  background-image: url("../images/web-dev-kss.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  float: left;
  height: 350px;
  width: 100%;
}
.banner-html {
  background-image: url("../images/html-kss.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  float: left;
  height: 350px;
  width: 100%;
}
.banner-word {
  background-image: url("../images/word-kss.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  float: left;
  height: 350px;
  width: 100%;
}
.banner-ecom {
  background-image: url("../images/ecomm-kss.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  float: left;
  height: 350px;
  width: 100%;
}

.banner-alexa {
  background-image: url("../images/alexa-kss.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  float: left;
  height: 350px;
  width: 100%;
}

.best {
  display: table-cell;
  vertical-align: bottom;
  width: auto;
  height: auto;
}
.best > h2 {
  background-color: #660000;
  color: #ffffff;
  float: left;
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  padding: 16px 0px;
  text-align: center;
  width: 18%;
}
.info {
  float: left;
  padding-bottom: 2%;
  padding-top: 2%;
  text-align: center;
  width: 100%;
}

.heading span {
  background-color: #fff;
  display: inline-block;
  height: 15px;
  position: relative;
  width: 2px;
}
.heading-1 span {
  background-color: #fff;
  display: inline-block;
  height: 15px;
  position: relative;
  width: 2px;
}

.heading {
  display: inline;
  float: left;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
.heading-1 {
  display: inline;
  float: left;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

.heading > h2 {
  color: #eee;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
}
.heading-1 > h2 {
  color: #600;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
}
.heading span::before {
  background-color: #fff;
}
.heading-1 span::before {
  background-color: #fff;
}

.heading span::before {
  content: "";
  height: 2px;
  position: absolute;
  right: 4px;
  top: 7px;
  width: 100px;
}
.heading-1 span::before {
  content: "";
  height: 2px;
  position: absolute;
  right: 4px;
  top: 7px;
  width: 100px;
}

.heading span::after {
  background-color: #fff;
}
.heading-1 span::after {
  background-color: #fff;
}
.heading span::after {
  content: "";
  height: 2px;
  left: 4px;
  position: absolute;
  top: 7px;
  width:100px;
}
.heading-1 span::after {
  content: "";
  height: 2px;
  left: 4px;
  position: absolute;
  top: 7px;
  width:100px;
}

.heading2 span {
  background-color: #660000;
  display: inline-block;
  height: 15px;
  position: relative;
  width: 2px;
}
.heading2 {
  display: inline;
  float: left;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
.heading2 > h2 {
  color: #660000;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
}
.heading2 span::before {
  background-color: #660000;
}
.heading2 span::before {
  content: "";
  height: 2px;
  position: absolute;
  right: 4px;
  top: 7px;
  width: 100px;
}
.heading2 span::after {
  background-color: #660000;
}
.heading2 span::after {
  content: "";
  height: 2px;
  left: 4px;
  position: absolute;
  top: 7px;
  width:100px;
}
.info p {
  color: #000000;
}
.websites {
  float: left;
  margin-bottom: 3%;
  margin-top: 3%;
  width: 100%;
}
.col-sm-4.web-types {
  box-shadow: 0 0 3px 0 #000000;
  height: 400px;
  margin: 3% 1% 1%;
  overflow: hidden;
  padding: 3px;
  width: 347px;
}
.web-types img {
    width: 100%;
    transition: transform 0.9s ease-in-out;
}
.web-types img:hover {
    transform: translate3d(0px,-300px,0px);
}
.web-types h3 {
  color: #660000;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  text-align: center;
}
.websites h2 {
  color: #660000;
}
.butn > a {
  background-color: #ffffff;
  border-radius: 5px;
  color: #660000;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 15px;
}
.butn {
  float: left;
  margin-top: 2%;
  text-align: center;
  width: 100%;
}
.butn > a:hover{
    background-color: #000;
    color: #fff;
    transition: all 0.3s linear;
}
.bg {
  background-image: url("../images/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 530px;
  width: 100%;
  margin-bottom: 2%;
}
.bg1{
  background-image: url("../images/bgimg2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 480px;
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
}
.bg2 {
  background-image: url("../images/bgimg3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 656px;
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
}
.bg3{
  background-image: url("../images/bgimg4.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 480px;
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
}
.bg4 {
  background-image: url("../images/bgimg5.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 480px;
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
}
.bg5 {
  background-image: url("../images/bgimg6.jpg.");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 480px;
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
}
.bg6 {
  background-image: url("../images/bgimg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 480px;
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
}
.bg h2 {
  margin-top: 3%;
}
.col-sm-12.feature-sec {
  width: 100%;
  float: left;
}
.col-sm-3.features {
  background-color: rgba(23, 19, 22, 0.42);
  border-radius: 4px;
  float: left;
  margin: 1%;
  min-height: 166px;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 23%;
}
.features:hover {
  background: #660000 none repeat scroll 0 0;
  transform: scale(1.15);
}
.col-sm-3.features > h3 {
  border-bottom: 1px solid;
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  margin-top: 30px;
  padding-bottom: 4px;
}
.col-sm-3.features > p {
  color: #ffffff;
  text-align: left;
}
.col-sm-3.features > img {
  color: #ffffff;
  height: 66px;
  margin-top: 7%;
}
.col-sm-8.processcontent {
  margin-top: 2%;
}
.pro{
    width: 100%;
    float: left;
}
.pro2 {
  background-image: url("../images/require2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 316px;
  margin-top: 3%;
  width: 100%;
}
.col-sm-6.processcontent > p {
  margin: 5px;
  color: #fff;
}
.slider-section {
  background-color: #660000;
  float: left;
  margin-bottom: 2%;
  margin-top: 2%;
  padding-bottom: 1%;
  padding-top: 1%;
  width: 100%;
}
.col-md-offset-2.col-md-8.text-center > h2 {
  color: #ffffff;
}
.col-sm-9 > p {
  color: #ffffff;
}
/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}
/*----------------------------------------------------bootclean---------------------------------*/
.media-carousel img {
  height: 100px;
  width: 250px;
}
.media-carousel .carousel-control.left {
  background: #000 none repeat scroll 0 0;
  border: 4px solid #ffffff;
  border-radius: 23px;
  height: 40px;
  left: -46px;
  margin-top: 35px;
  width: 40px;
}
.media-carousel .carousel-control.right {
  background: #222222 none repeat scroll 0 0;
  border: 4px solid #ffffff;
  border-radius: 23px;
  height: 40px;
  margin-top: 35px;
  right: -45px !important;
  width: 40px;
}
.col-sm-12.boot-section {
  float: left;
  padding: 0;
  width: 100%;
}
.col-sm-6.boot-A img {
  margin-right: 11px;
  width: 16%;
}
.col-sm-6.boot-A > h2 {
  background-color: #660000;
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  padding: 8px 0;
  text-align: center;
}
.about-section {
  float: left;
  margin-bottom: 2%;
  margin-top: 2%;
  width: 100%;
}
.col-md-12.client-slider {
  margin-top: 2%;
}
/*----------------------------------------endbootclean------------------------------------------*/
.scrollToTop {
  bottom: 60px;
  color: #ffffff;
  display: none;
  font-size: 25px;
  height: 50px;
  line-height: 45px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  width: 50px;
  z-index: 999;
  border-radius: 50%;
}
.scrollToTop {
  background-color: #660000;
}
.col-sm-12.process {
  float: left;
  margin-bottom: 4%;
  margin-top: 2%;
  width: 100%;
}
.col-sm-4.processimg > img {
  float: left;
  width: 100%;
}
.col-sm-8.processcontent > p {
  line-height: 27px;
}
.footer {
  background-color: #660000;
  float: left;
  padding-bottom: 2%;
  padding-top: 1%;
  width: 100%;
}
.footer h3 {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  padding-bottom: 7px;
}
.col-sm-3.products > p {
  color: #ffffff;
}
.col-sm-3.services > p {
  color: #ffffff;
}
.col-sm-3.questions > img {
  float: left;
  margin-right: 20px;
}
.col-sm-3.questions > p {
  color: #ffffff;
}
.col-sm-3.questions i {
  font-size: 16px;
  font-style: normal;
}
.col-sm-3.questions > h3 {
  font-size: 16px;
}
.col-sm-3.support > p {
  color: #ffffff;
}
.fa.fa-asterisk {
  margin-right: 3px;
}
.copyright {
  background-color: #000;
  float: left;
  padding-bottom: 6px;
  padding-top: 1%;
  width: 100%;
}
.col-sm-3.address1 > p {
  color: #fff;
}
.col-sm-3.address1 a {
  color: #c25c5c;
}
.col-sm-6.p-sec > p {
  color: #fff;
}

/*-----------------------------------------------------Aboutus------------------------------------*/
.banner2{
    width: 100%;
    float: left;
    background-image: url("../images/about-us2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    display: table;
}
.aboutus {
  float: left;
  margin-bottom: 1%;
  margin-top: 4%;
  width: 100%;
}
.col-sm-8.aboutus-p > p {
  line-height: 24px;
  text-align: center;
}
.col-sm-4.image > img {
  box-shadow: 6px 6px 6px #660000;
  width: 100%;
}
/*-------------------------------------------------------contactus---------------------------------------*/
.banner3{
    width: 100%;
    float: left;
    background-image: url("../images/contact-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    display: table;
}
.banner3 h2 {
  font-size: 35px;
  margin-top: 10%;
}
.subscribe-section {
  background-color: #660000;
  float: left;
  width: 100%;
  padding-top: 1%;
  padding-bottom: 1%;
}
.subscribe-section2 {
  background-image: url("../images/contact-bg.jpg");
  background-position: center center;
  background-size: cover;
  float: left;
  height: 115px;
  margin-top: 0;
  padding-bottom: 1%;
  padding-top: 1%;
  width: 100%;
}
.col-sm-2.envolop > a {
  color: #ffffff;
  font-size: 45px;
}
.col-sm-5.newsletter {
  border-right: 1px solid #ffffff;
  height: 85px;
  text-align: right;
}
.col-sm-5.newsletter {
  border-right: 1px solid #ffffff;
  text-align: right;
}
.col-sm-5.newsletter > h2 {
  color: #ffffff;
  font-size: 20px;
}
.col-sm-5.newsletter span {
  font-size: 14px;
  color: #fff;
}
.col-sm-5.p > p {
  color: #ffffff;
  padding-top: 10px;
}
.col-sm-2.envolop {
  margin-top: 2%;
}
.form {
  padding: 11px 60px;
}
.btn.btn-default.btn-A {
  padding: 11px 23px;
}
.form-horizontal {
  float: left;
  margin-bottom: 1%;
  margin-top: 2%;
  width: 100%;
}
.form-group > label {
  float: left;
  text-align: right;
  width: 10%;
}
.form-control {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #660000;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #000;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

.col-sm-8.form-group {
  margin-left: 26%;
}
.buton {
  background-color: #660000;
  border: medium none;
  border-radius: 4px;
  color: #ffffff;
  padding: 10px 31px;
}
.col-sm-12.sub-1A {
  float: left;
  width: 100%;
}
textarea.form-control {
  height: 165px;
}
.location{
    width: 100%;
    float: left;
}
.location iframe {
  height: 300px;
  margin-top: 2%;
  width: 100%;
}
/*-------------------------------------------------portfolio-----------------------------------------*/
.col-sm-12.web-discription {
  float: left;
  width: 100%;
  margin-top: 4%;
}
.col-sm-4.webpage {
  float: left;
  width: 33.33%;
}
.col-sm-3.characteristics {
  background-color: #ececec;
  border-top: medium dashed #660000;
  float: left;
  margin: 1%;
  min-height: 356px;
  padding-top: 2%;
  width: 25%;
  border-radius: 4px;
  margin-bottom: 5%;
}
.col-sm-6.choose-sec {
   background-color: #ececec;
  border-top: medium dashed #660000;
  float: left;
  margin: 1%;
  min-height: 356px;
  width: 44%;
  border-radius: 4px;
}
.col-sm-6.choose-sec > h3 {
  font-size: 22px;
  text-align: center;
}
.whychoose {
  background-image: url("../images/choose-new.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 353px;
  padding-top: 2%;
  text-align: center;
  width: 100%;
  margin-top: 3%;
  margin-bottom: 1%;
}
.whychoose p {
  color: #ffffff;
}
.fa.fa-chevron-right {
  margin-right: 8px;
}
.bton > a {
  background-color: #660000;
  border-radius: 3px;
  color: #ffffff;
  padding: 11px 13px;
  transition: all 0.3s linear;
}
.bton > a:hover{
    background-color: #000;
}
.bton {
  text-align: center;
  width: 100%;
  float: left;
  margin-top: 10%;
}
.website {
  float: left;
  margin-bottom: 4%;
  margin-top: 2%;
  width: 100%;
}
.col-sm-4.webpage > h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 6px;
  text-align: center;
  color: #660000;
}
.web-info {
  float: left;
  width: 100%;
}
.col-sm-12.webpages {
  float: left;
  margin-bottom: 5%;
  width: 100%;
}
/*---------------------------------------------------html-----------------------------------------------*/
.fa.fa-location-arrow {
  color: #ffffff;
  font-size: 50px;
}
.col-sm-4.icons > img {
  height: auto;
  width: 45%;
}
.whychoose p {
  color: #ffffff;
  margin-top: 7px;
}
.col-sm-4.icons {
  float: left;
  margin-bottom: 2%;
  margin-top: 2%;
  width: 33.33%;
}
.col-sm-2.domain > img {
  width: 100%;
}
/*--------------------------------------------wordpress-----------------------------------*/
.col-sm-8.processcontent > p {
  margin: 0;
}
/*--------------------------------------------ecommerse------------------------------------*/
.ecommerse {
  float: left;
  width: 100%;
}
.ecommerse > img {
  width: 100%;
}
