.spacer {
  background: rgb(76,139,237);
  height: 10px;
}

.intro-text {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-style: normal !important;
}

a {
  color: #3ac995;
}

.panel-heading > h3,h4 {
  color: rgb(76,139,237) !important;
}

.panel-heading {
  background-color: #e1e4ea !important;
}

.slide {
  display: table;
  width: 100%;
  /*height: 100%;*/
  /*padding: 100px 0;*/
}

.slide-content {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid;
  border-radius: 20px;
  box-shadow: 0px 12px black;
}

.slide > * > h1 {
  font-family: 'sign-painter';
  background: white;
  display: inline-block;
  border: 2px solid;
  border-radius: 5px;
  box-shadow: 0px 3px black;
  padding: 20px;
  text-transform: none;
}

.slide1 {
  background: url(../img/intro-bg-invert.jpg) no-repeat scroll;
}

.slide2 {
  color: rgb(76,139,237);
}

.slide3 {
  background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
}

.slide1, .slide3 {
  color: rgb(76,139,237);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}


.slide1, .slide3 {
  color: #0f44bf !important;
}





body {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  background-image: url(../img/intro-bg-code.jpg);
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.slide2 > * > .slide-content {
  background-color: rgb(255,255,255);
}

.slide1 > * > .slide-content, .slide3 > * > .slide-content {
  background-color: rgb(255,255,255);
}

#main-body {
  background: rgb(76,139,237,0.4);
}

.intro-text {
  /*color: rgb(138,180,247) !important;*/
  /*font-family: sign-painter;*/
  font-style: italic;
  font-size: 40px;
  text-shadow: 2px 2px 2px black;
}

#blog a {
  font-size: large;

}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes scaleText { from { font-size:0; } to { font-size:40px; } }
@-moz-keyframes scaleText { from { font-size:0; } to { font-size:40px; } }
@keyframes scaleText { from { font-size:0; } to { font-size:40px; } }
.scale-text {
    font-size:0;
    -webkit-animation:1s scaleText 0s 1;
    -moz-animation:1s scaleText 0s 1;
    animation:1s scaleText 0s 1;

    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

@-webkit-keyframes dummyTrans { from { opacity:1; } to { opacity:1; } }
@-moz-keyframes dummyTrans { from { opacity:1; } to { opacity:1; } }
@keyframes dummyTrans { from { opacity:1; } to { opacity:1; } }
.dummy-trans {
    opacity:0;
    -webkit-animation:1s dummyTrans 0s 1;
    -moz-animation:1s dummyTrans 0s 1;
    animation:1s dummyTrans 0s 1;

    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

.transition-1 {
  margin-left: -0%;
  animation-delay: 0.5s;
}

.transition-2 {
  animation-delay: 1.5s;
}

.transition-3 {
  margin-left: 0%;
  animation-delay: 2.3s;
}

.transition-4 {
  animation-delay: 3.2s;
}


@media (max-width: 767px) {
  .navbar-header {
    background: white;
    border-bottom: 1px solid rgb(76,139,237);
  }

  .nav li > a {
    color: rgb(76,139,237) !important;
  }

  .navbar-collapse {
    background: white;
  }

  .content-box {
    padding: 3%;
  }

}

@media (min-width: 768px) {
  .navbar-custom .nav li > a {
    color: transparent;
  }

  .navbar-custom.top-nav-collapse {
    border-bottom: 1px solid rgb(76,139,237);
  }

  .logo-list {
    /*width: 75px;*/
  }

  .vertical-center {
    display: flex;
    align-items: center;
  }
}

.top-nav-collapse .nav li > a {
  color: rgb(76,139,237) !important;
}

.navbar-custom .nav li.active > a {
  color: white !important;
  background: rgb(76,139,237) !important;
}

.navbar-custom .navbar-toggle {
  background: rgb(76,139,237);
}

section ul li:before {
  background-image: url('../img/list-icon-logo-blue.png');
}

.navbar-custom .navbar-toggle {
  color: rgb(76,139,237);
  background: none;
}

hr {
  border-top:1px solid rgb(76,139,237);
}


.carousel img {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.carousel h5 {
  margin-bottom: 3px;
}
.carousel .carousel-control {
  background-image: none;
  color: rgb(76,139,237);
}
.carousel .carousel-indicators li {
  border: solid 1px rgb(76,139,237);
}
.carousel .carousel-indicators .active {
  background-color: rgb(76,139,237);
}
.carousel ul {
  font-size: x-small;
}


.rw-words-1 div {
  left: 0;
  right: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	-webkit-animation: rotateWord 4s linear infinite 0s;
	-ms-animation: rotateWord 4s linear infinite 0s;
	animation: rotateWord 4s linear infinite 0s;
	-webkit-animation-duration:12s;
    -moz-animation-duration:12s;
    animation-duration:12s;
}
.rw-words-1 div:nth-child(2) {
    -webkit-animation-delay: 4s;
	-ms-animation-delay: 4s;
	animation-delay: 4s;
}
.rw-words-1 div:nth-child(3) {
    -webkit-animation-delay: 8s;
	-ms-animation-delay: 8s;
	animation-delay: 8s;
}

@-webkit-keyframes rotateWord {
    0% { opacity: 1; }
	33% { opacity: 0;}
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
	5% { opacity: 1; -ms-transform: translateY(0px);}
    14% { opacity: 1; -ms-transform: translateY(0px); }
	80% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0;}
    5% { opacity: 1;}
    30% {opacity: 1;}
    40% {opacity: 0;}
}

.cloud-bg {
    color: rgb(76,139,237);
    background-image: url('../img/cloud-large.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#testimonials-carousel > div > div > img {
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
}

#testimonials-div {
  height:325px;
  margin-top:50px
}

#testimonials-carousel > a > span {
  top: 170px
}

@media (max-width: 767px) {
  #testimonials-div {
    height: 380px;
  }
  #testimonials-carousel > a > span {
    top: 210px
  }
}


.custom-cal {
    color: blue;
    float: right;
}

ul.nav .custom-cal a {
    background: #3ac995;
    color: white !important;
    border-radius: 4px;
}

ul.navbar-nav .custom-cal a:hover {
    transition: .3s;
    background: #fff;
    color: #3ac995 !important;
}

.custom-cloud {
    display: inline-block;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 120px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.main-cloud {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 24px;
    width: 500px;
}

.an-item {
    width: 150px;
    display: inline-block;
    position: relative;
    height: 60px;
}

    .an-item img {
        /*position:absolute*/
        /*opacity: 0.8 ;*/
        filter: grayscale(100%);
    }

        .an-item img:hover {
            /*position:absolute*/
            /*opacity: 1;*/
            cursor: pointer;
            filter: none;
            transition: .3s;
            filter: grayscale(0%);
        }

.main-cloud-item {
    padding: 20px;
}

.main-cloud .an-item:first-child {
    /*border:1px solid red;*/
    top: 10px;
}
.main-cloud .an-item:first-child img {
   width:80px;
}
.main-cloud .an-item:nth-child(2) {
    top:10px;
}
.main-cloud .an-item:nth-child(2) img {
   width:65px;
}
.main-cloud .an-item:nth-child(3) {
    /*border: 1px solid blue;*/
}

.main-cloud .an-item:nth-child(4) {
    /*border: 1px solid green;*/
    top: -60px;
}

.main-cloud .an-item:nth-child(5) {
    /*border: 1px solid green;*/
    top: -35px;
}

.main-cloud .an-item:nth-child(6) {
    /*border: 1px solid green;*/
    top: -60px;
}




.cloud-left-side {
    position: absolute;
    display: inline-block;
    min-width: 200px;
    right: -100px;
    margin-left: -150px;
}

.cloud-right-side {
    position: relative;
    width: 200px;
}

.cloud-left-side img.le-arrows {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    max-height: 280px;
    top: 18px;
    right: -4px;
}

.custom-top-first {
    position: absolute;
    top: 15px;
    z-index: 2;
    margin-left: 76px;
}

.custom-top-second {
    position: absolute;
    /* right: 60%; */
    top: 86px;
    z-index: 2;
    left: 33px;
}

.custom-right-icon {
    filter: grayscale(100%);
    z-index: 2;
}

    .custom-right-icon:hover {
        filter: grayscale(100%);
        cursor: pointer;
        filter: none;
        transition: .3s;
    }



.faq .accordionOut .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: -5px;
    font-size: 12px;
    border: 2px solid #e8e8e8;
}

.panel div > div > p {
    font-size: 14px;
    color: black;
}

.faq .accordionOut .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
}


.faq .accordionOut .panel-title a.collapsed {
    color: rgb(76,139,237);
}

    .faq .accordionOut .panel-title a.collapsed:hover {
        color: rgb(76,139,237);
    }

.faq .accordionOut .panel-title a:before,
.faq .accordionOut .panel-title a:after {
    content: "";
    width: 3px;
    height: 10px;
    background: rgb(76,139,237);
    font-size: 15px;
    position: absolute;
    top: 20px;
    right: 35px;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out 0s;
}

.faq .accordionOut .panel-title a:after {
    right: 29px;
    transform: rotate(-45deg);
}

.faq .accordionOut .panel-title a.collapsed:before {
    transform: rotate(-45deg);
    background: #1d2e3b;
}

.faq .accordionOut .panel-title a.collapsed:after {
    transform: rotate(45deg);
    background: #1d2e3b;
}

.faq .accordionOut .panel-title a.collapsed:hover:before,
.faq .accordionOut .panel-title a.collapsed:hover:after {
    background: rgb(76,139,237);
}

.faq .accordionOut .panel-title a.collapsed {
    color: rgb(76,139,237);
}

.faq .accordionOut .panel-title a {
    display: block;
    padding: 15px 70px 15px 20px;
    background: #e8e8e8;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgb(76,139,237);
    position: relative;
}

.custom-accordion.faq {
    bottom: 0;
    /*border: 1px solid red;*/
    background: #e8e8e8;
    z-index: 9;
    width: 100%;
}

.panel {
    background: white;
}

.panel-group {
    /*margin: 20px;*/
}

.highlight-hover {
    filter: drop-shadow(1px 1px 15px rgb(76,139,237));

}
.highlight-hover img {
    /*filter: drop-shadow(1px 1px 15px rgb(76,139,237));*/
    filter: grayscale(0);
}
.highlight-hover-sec {
    filter: drop-shadow(1px 1px 15px #3ac995);
}
    .highlight-hover-sec img {
        filter: grayscale(0);
    }
.custom-services {
    margin: 0 auto;
    /*margin-top: 100px;*/
    max-width: 1200px;
}

.faq-all .panel-group {
    text-align: left;
}

.faq .faq-all .panel-title a {
    /*color: black !important;*/
    text-align: center;
}

.faq-all h4 a img {
    max-width: 40px;
    margin-right: 5px;
    max-height: 30px;
}

.faq-all .accordionOut .panel-default {
    margin-bottom: 20px;
}

.product-section {
}

.custom-img-outer img {
    margin-top: -140px;
    width: 100%;
    max-width: 800px;
}

.to-align p:first-child {
    margin-top: 80px;
}

.le-arrows-mobile {
    display: none;
}
.main-cloud-item {
    width:auto;
    height:auto;
}

#backend-img {
    position: absolute;
    right: 0;
    top: 148px;
    left: 30px;
}

#icon-caption-mobile {
  display: none;
}

@media (max-width:768px) {

    #icon-caption-mobile {
      display: block;
    }

    #icon-caption-desktop {
      display: none;
    }

    .custom-services {
        margin-top: 0px;
    }

    .main-cloud {

    }

    .to-align p:first-child {
        margin-top: 0px;
    }

    .custom-img-outer img {
        margin-top: 0px;
    }

    .le-arrows {
        display: none;
    }

    .le-arrows-mobile {
        display: block;
        max-width: 225px;
        margin-top: 60px;
        margin-left: -23px;
    }

    .main-cloud {
        width: auto;
    }

    .main-cloud-item {
        padding: 0;
    }

        .main-cloud-item img {
            width: 100%;
        }

    .an-item {
        width: 50px;
        display: inline-block;
        position: relative;
        height: 65px;
        margin-left:10px;
        margin-right:10px;
    }

        .an-item img {
            max-width: 60px;
        }

    .main-cloud .an-item:nth-child(2) img {
        width: 50px;
    }
    .main-cloud .an-item:nth-child(4) {
        top: -10px;
    }

        .main-cloud .an-item:nth-child(4) img {
            max-width: 40px;
        }

    .main-cloud .an-item:nth-child(5) {
        width:80px;
        top: 0;
    }
        .main-cloud .an-item:nth-child(5) img {
            width: 80px;
            max-width: 80px;
        }
    .main-cloud .an-item:nth-child(6) {
        top: -20px;
    }

    .cloud-left-side {
        right: unset;
        margin-left: auto;
    }

    .custom-top-first {
        left: 46px;
        top: 13px;
        width: 100px
    }
    .custom-top-first img ,.custom-top-second img {
        max-width: 40px;
    }
    .custom-top-second {
        top: 13px;
        left: 16px;
    }
    .product-section {
        display: flex;
        flex-flow: column;
    }
    .custom-img-outer {
        order: 1;
    }
    .product-section .col-sm-4 {
        order:3
    }
    .custom-right-icon {
        max-width: 30px;
    }
    .main-cloud-item, .main-cloud-item img {
        width: auto;
        height: auto;
        max-width:100%;
    }
    #backend-img {
        top: 126px;
        left: 71px;
        max-width: 53%;
    }
}
