:focus {
    outline: none !important;
}

/*title-style-003*/
.title-style-003 {
    position: relative;
}

.title-style-003 h2 {
    margin: 0;
    font-weight: 500;
    font-size: 52px;
    line-height: 1.3;
    letter-spacing: 2px;
}
.sppb-text-center.title-style-003 .sppb-addon-content {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content:center;
    top: 0;
    bottom: 0;
    left: 0;
    right:0;
    font-size: 16px;
    letter-spacing: 15px;
    z-index:-1;
    color: #7c7c7c;
}
@media (max-width: 767px) {
    .title-style-003 h2 { font-size: 36px; }
    .sppb-text-left.title-style-003 .sppb-addon-content {left: -10px;font-size: 14px;/* letter-spacing: 10px; */}
    .sppb-text-center.title-style-003 .sppb-addon-content { font-size: 14px; letter-spacing: 10px; }
}

/*menu*/
.sp-megamenu-parent >li a {
    position: relative;
    transition: 0.3s;
    color: #fff;
    padding-left: 25px;
    font-size: 15px !important;
}
.sp-megamenu-parent >li.active>a:before {
    display: unset !Important;
    position: absolute;
    content: '';
    left: 10px !important;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url('/images/1_Dreamztech/home/robot-head.png') no-repeat scroll center center / contain;
    width: 13px;
    height: 13px;
    z-index: 9999 !important;
}
.sp-megamenu-parent >li.active>a:before {
    animation-name            : shadow2    ;
    animation-duration        : 0.9s     ;
    animation-iteration-count : infinite  , infinite  ;
    animation-direction       : alternate , alternate ;
}
@keyframes shadow2 {
    from { filter: drop-shadow(0px 0px 0px #4dadff); }
    to   { filter: drop-shadow(0px 0px 8px #4dadff); }
}

/*slideshow*/
@media (max-width: 992px){
.sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-col-6.slide-img-wrap {
    max-width: 100%;
    flex: 0 0 100%;
}}
@media (max-width: 992px){
    .sppb-slide-item-bg .slide-img-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 400px;
}}
.sppb-slide-item-bg:after {
    display: none;
}
.sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-slideshow-sub-title {
    color: #fff;
}
.sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-col-sm-6 {
    max-width: 50%;
  flex: 0 0 50%;
  margin-left: 0px;
}
.sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-fw-slider-button-wrapper {
    margin-top: 30px;
    padding-left: 0;
    text-align: left;
}
@media(max-width:991px){
.sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-col-sm-6 {
    max-width: 100%;
  flex: 0 0 100%;
  margin-left: 0px;
}
}

/*icon*/
.home-icon-bg {
    background: #fff;
    box-shadow: -3px 5px 10px #00000050;transition: 0.3s;
}
.home-icon-bg:hover {
    margin-top: 30px !Important;
    box-shadow: -3px 5px 15px #00000050;
}
@media(max-width:991px){
.home-icon-bg {
    padding: 10px 8px !important;
}
.home-icon-bg .sppb-animated-number {
    font-size: 20px !important;
    margin-bottom: 0px !important;
    line-height: 1 !Important;
}
.home-icon-bg .sppb-animated-number-title {
    font-size: 12px !important;
    margin-top: 0px !important;
}}

/*bg-element*/
.bg-element {
    position: relative;
}
.bg-element:before {
    position: absolute;
    content: '';
    width: 500px;
    height: 500px;
    background: url(/images/1_Dreamztech/home/bg-element.png) no-repeat scroll center center / cover;
    left: -50px;
    top: -50px;
    z-index: 0;
    opacity: 0.3;
}
@media(max-width:991px){
.bg-element:before {
    opacity: 0.15;
}
}
.bg-element:before {
    animation-name            : rotate;
    animation-duration        : 60s     ;
    animation-iteration-count : infinite  , infinite  ;
    animation-direction       : alternate , alternate ;
}
@keyframes rotate {
    from { transform: rotate(360deg); }
    to   { transform: rotate(0); }
}

.bg-element-002 {
    position: relative;
}
.bg-element-002:before {
    position: absolute;
    content: '';
    width: 600px;
    height: 600px;
    background: url(/images/1_Dreamztech/home/bg-element.png) no-repeat scroll center center / cover;
    right: -50px;
    top: -50px;
    z-index: 0;
    opacity: 0.3;
}
@media(max-width:991px){
.bg-element-002:before {
    opacity: 0.15;
}
}
.bg-element-002:before {
    animation-name            : rotate;
    animation-duration        : 60s     ;
    animation-iteration-count : infinite  , infinite  ;
    animation-direction       : alternate , alternate ;
}
@keyframes rotate {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/*circle-bg*/
.circle-bg:after {
    position: absolute;
    content: '';
    width: 880px;
    height: 880px;
    border-radius: 1000px;
    background: #020f1e;
    left: 0px;
    right: 0;
    top: 500px;
    bottom: 0;
    margin: auto;
    z-index: -2;
    opacity: 1;
}
@media(max-width:991px){
  .circle-bg:after {
    display: none;
}
}
.circle-bg:after {
    animation-name            : shadow    ;
    animation-duration        : 1.5s     ;
    animation-iteration-count : infinite  , infinite  ;
    animation-direction       : alternate , alternate ;
}
@keyframes shadow {
    from { filter: drop-shadow(0px 0px 0px #2776e8); }
    to   { filter: drop-shadow(0px 0px 50px #2776e8); }
}

/*home-pricing*/
.home-pricing h3 {
    color: #fff;
    font-size: 48px;
}
@media(min-width:1350px){
    .home-pricing h3 {
    color: #ffffff;
    font-size: 48px;
}
}
@media(max-width:991px){
    .home-pricing h3 {
    color: #fff;
    font-size: 30px;
}
}
.home-pricing h3 {
    animation-name            : shadow2    ;
    animation-duration        : 0.9s     ;
    animation-iteration-count : infinite  , infinite  ;
    animation-direction       : alternate , alternate ;
}
@keyframes shadow2 {
    from { filter: drop-shadow(0px 0px 5px #0056a0); }
    to   { filter: drop-shadow(0px 0px 10px #0056a0); }
}

/*our-client*/
.home-our-client .sppb-row-container {
    margin-top: -200px !important;
    background: transparent;
    padding: 0px 50px;
}
@media(max-width:991px){
.home-our-client .sppb-row-container {
    margin-top: -150px !important;
    background: transparent;
    padding: 0px 15px;
}
}
.sppb-testimonial-carousel-message {
    font-size: 14px !important;
    line-height: 1.5 !important;
    min-height: 165px;
}
@media(max-width:991px){
.sppb-testimonial-carousel-message {
    font-size: 14px !important;
    line-height: 1.5 !important;
    min-height: 110px;
}
}

/*cta-img*/
.cta-img {
    position: relative;
}
.cta-img:before {
    position: absolute;
    content: '';
    width: 160px;
    height: 160px;
    background: url(/images/1_Dreamztech/home/cta-mascot.png) no-repeat scroll center center / cover;
    left: 150px;
    bottom: 70px;
    z-index: 2;
}
.cta-img:before {
    animation-name            : moving, rotate2;
    animation-duration        : 1s    ;
    animation-iteration-count : infinite  , infinite  ;
    animation-direction       : alternate , alternate ;
}
@keyframes moving {
    from { margin-bottom: 0px; }
    to   { margin-bottom: 30px;  }
}
@keyframes rotate2 {
    from { transform:rotate(0deg); }
    to   { transform:rotate(5deg);  }
}
.cta-img:after {
    position: absolute;
    content: '';
    width: 750px;
    height: 150px;
    background: url(/images/1_Dreamztech/home/cta-img-shadow.png) no-repeat scroll center center / cover;
    left: -5px;
    bottom: -38px;
    z-index: 2;
}

/*cta-title*/
.cta-title h3 {
    animation-name            : shadow2    ;
    animation-duration        : 0.9s     ;
    animation-iteration-count : infinite  , infinite  ;
    animation-direction       : alternate , alternate ;
}
@keyframes shadow2 {
    from { filter: drop-shadow(0px 0px 5px #80ecfd); }
    to   { filter: drop-shadow(0px 0px 15px #80ecfd); }
}
@media(max-width:991px){
    .cta-img:after {
    display: none;
}
.cta-img:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    background: url(/images/1_Dreamztech/home/cta-mascot.png) no-repeat scroll center center / cover;
    left: 70px;
    bottom: 30px;
    z-index: 2;
}
}

/*map*/

.image-mapper {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.image-mapper-img {
    max-width: 100%;
    max-height: 100%;
}

.image-mapper-svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

polygon.image-mapper-shape {
    fill: rgb(102, 102, 102)!important;
    stroke: rgb(51, 51, 51)!important;
    stroke-width: 1!important;
    opacity: 0!important;
    cursor: pointer!important;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .step {
        text-align:center
    }

    .step span {
        display: block;
        margin: 10px 0
    }

    .navbar-text.navbar-right {
        display: none
    }
}

@media (min-width: 768px) {
    .navbar-right {
        margin-right:0!important
    }
}

#image-map-wrapper {
    text-align: center
}

#image-map-container {

    max-width: 100%
}

#image-map {
    display: inline-block;
    max-width: 100%
}

.segment {
    margin-bottom: 10px;
    padding-bottom: 30px;
    border-bottom: 2px solid #f4f4f4
}

.step {
    border-radius: 6px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 48px;
    padding-top: 48px;
    background-color: #f4f4f4;
    color: inherit;
    margin-top: 40px;
    margin-bottom: 30px
}

.heading,.step h1 {
    text-align: left;
    margin-top: 0;
    font-size: 20px;
    font-family: Quantico,sans-serif;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 48px
}

.step .container .row>* {
    padding-left: 0;
    padding-right: 0
}

#image-mapper-file {
    display: none
}

#image-mapper-dialog .glyphicon-refresh {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg)
    }

    to {
        -ms-transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

#social {
    text-align: center
}

/*career*/
.career-img img {
    width: 200px;
}

