.d-table {
    width: 100%;
    height: 100%;
    display: table;
    margin-left: 60px;
    margin-right: 60px
}

.d-tablecell {
    display: table-cell;
    vertical-align: middle
}

.custom-btn1 {
    background-color: #9c27b0;
    color: #fff;
    border: 1px solid #9c27b0;
    display: inline-block;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 30px;
    text-decoration: none;
    margin-right: 30px
}

    .custom-btn1:hover {
        background-color: transparent;
        text-decoration: none;
        color: #fff;
        box-shadow: 0 2px 2px 0 rgb(156 39 176 / 14%),0 3px 1px -2px rgb(156 39 176 / 20%),0 1px 5px 0 rgb(156 39 176 / 12%)
    }

.hero-slider {
    position: relative;
    // header height olucak
}

.single-hs-item {
    height: 700px;
    background-size: cover;
    background-position: center center;
    position: relative
}

    .single-hs-item:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #000;
        opacity: .6
    }

.item-bg1 {
    background-image: url(https://techsolutionshere.com/wp-content/uploads/2019/01/s1.jpg)
}

.item-bg2 {
    background-image: url(https://techsolutionshere.com/wp-content/uploads/2019/01/s2.jpg)
}

.item-bg3 {
    background-image: url(https://techsolutionshere.com/wp-content/uploads/2019/01/s3.jpg)
}

.hero-text {
    padding: 0 15px;
    text-align: center;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

    .hero-text h1 {
        color: #fff;
        font-size: 50px;
        text-transform: capitalize;
        font-weight: 600;
        margin: 0
    }

    .hero-text p {
        color: #fff;
        font-size: 17px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        line-height: 30px;
        margin-top: 20px;
        margin-bottom: 35px
    }

.hero-slider .owl-item.active h1 {
    -animation: 1s 0.3s fadeInUp both
}

.hero-slider .owl-item.active p {
    -webkit-animation: 1s 0.3s fadeInUp both;
    animation: 1s 0.3s fadeInUp both
}

.hero-slider .owl-item.active .slider-btn {
    -webkit-animation: 1s 0.3s fadeInUp both;
    animation: 1s 0.3s fadeInUp both
}

.owl-carousel .owl-nav button.owl-prev {
    background-color: #9c27b0;
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    font-size: 30px;
    margin: -40px 0 0;
    border-radius: 0;
    height: 50px;
    width: 50px
}

.owl-carousel .owl-nav button.owl-next {
    background-color: #9c27b0;
    position: absolute;
    right: 0;
    top: 50%;
    color: #fff;
    font-size: 30px;
    margin: -40px 0 0;
    border-radius: 0;
    height: 50px;
    width: 50px
}

.owl-theme .owl-nav {
    margin-top: 0
}

.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 2
}

.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 20px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #9c27b0
}

.owl-carousel .owl-nav button.owl-next:hover {
    background-color: purple
}

.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: purple
}

.zoom-within-container {
    height: 300px;
    overflow: hidden
}

    .zoom-within-container img {
        transition: transform 0.5s ease
    }

    .zoom-within-container:hover img {
        transform: scale(1.5)
    }

.card-description {
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 300;
    color: #999
}

.card-title {
    color: #3c4858;
    font-weight: 700;
    font-family: "Roboto Slab","Times New Roman",serif;
    font-size: 1.3em;
    line-height: 1.55em;
    text-align: center
}

input[type="search"] {
    width: 75%;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    outline: none;
    border: none;
    background-color: #fff;
    background-image: linear-gradient(#9c27b0,#9c27b0),linear-gradient(#d2d2d2,#d2d2d2);
    background-position: center bottom,center calc(100% - 1px);
    background-repeat: no-repeat;
    padding: 0;
    -webkit-transition: width 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-size: 0 2px,100% 1px
}

    input[type="search"]:focus {
        background-size: 100% 2px,0 1px;
        transition-duration: 0.3s
    }

.d-table {
    width: 100%;
    height: 100%;
    display: table
}

.d-tablecell {
    display: table-cell;
    vertical-align: middle
}

.custom-btn1 {
    background-color: #9c27b0;
    color: #fff;
    outline: none;
    border: 1px solid #9c27b0;
    display: inline-block;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 30px;
    text-decoration: none
}

    .custom-btn1:hover {
        background-color: transparent;
        text-decoration: none;
        color: #fff;
        box-shadow: 0 2px 2px 0 rgb(156 39 176 / 14%),0 3px 1px -2px rgb(156 39 176 / 20%),0 1px 5px 0 rgb(156 39 176 / 12%)
    }

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
    box-shadow: none
}

@media only screen and (max-width:600px) {
    .d-table {
        margin-left: auto;
        margin-right: auto
    }

    .single-hs-item {
        height: 550px
    }

    .hero-text h1 {
        font-size: 30px
    }

    .hero-text p {
        font-size: 15px;
        margin-bottom: 25px
    }

    .owl-carousel .owl-nav button.owl-next {
        margin: 0;
        bottom: 0;
        height: 35px;
        width: 35px
    }

    .owl-carousel .owl-nav button.owl-prev {
        margin: 0;
        bottom: 0;
        height: 35px;
        width: 35px
    }

    .owl-dots {
        bottom: 10px;
        left: 50px;
        right: 50px
    }

    .custom-btn1 {
        margin-right: 0
    }

    .zoom-within-container {
        height: 300px;
        overflow: hidden
    }

        .zoom-within-container img {
            transition: transform 0.5s ease
        }

        .zoom-within-container:hover img {
            transform: scale(1.5)
        }

    @media only screen and (max-width:576px) {
        .btn.col-sm-9 {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%
        }
    }
}

.contact-page .info {
    padding-bottom: 10px;
    padding-top: 0
}

.info {
    max-width: 360px;
    margin: 0 auto;
    padding: 70px 0 30px
}

.info-horizontal .description {
    overflow: hidden
}

.card-description, .description, .footer-big p {
    color: #999
}

.info .info-title {
    color: #3c4858;
    margin: 30px 0 15px
}

.info .info-media {
    font-weight: 700
}

.title, .description {
    padding-left: 15px
}

.card-title, .footer-big h4, .footer-big h5, .footer-brand, .info-title, .media .media-heading, .title {
    font-weight: 700;
    font-family: "Roboto Slab","Times New Roman",serif
}

.btn-round {
    border-radius: 30px
}

.btn.btn-primary, .btn.btn-primary.active, .btn.btn-primary.active:focus, .btn.btn-primary.active:hover, .btn.btn-primary:active, .btn.btn-primary:active:focus, .btn.btn-primary:active:hover, .btn.btn-primary:focus, .btn.btn-primary:hover, .navbar .navbar-nav > li > a.btn.btn-primary, .navbar .navbar-nav > li > a.btn.btn-primary.active, .navbar .navbar-nav > li > a.btn.btn-primary.active:focus, .navbar .navbar-nav > li > a.btn.btn-primary.active:hover, .navbar .navbar-nav > li > a.btn.btn-primary:active, .navbar .navbar-nav > li > a.btn.btn-primary:active:focus, .navbar .navbar-nav > li > a.btn.btn-primary:active:hover, .navbar .navbar-nav > li > a.btn.btn-primary:focus, .navbar .navbar-nav > li > a.btn.btn-primary:hover, .open > .btn.btn-primary.dropdown-toggle, .open > .btn.btn-primary.dropdown-toggle:focus, .open > .btn.btn-primary.dropdown-toggle:hover, .open > .navbar .navbar-nav > li > a.btn.btn-primary.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn.btn-primary.dropdown-toggle:focus, .open > .navbar .navbar-nav > li > a.btn.btn-primary.dropdown-toggle:hover {
    background-color: #9c27b0;
    color: #fff
}

.btn-raised {
    padding: 12px 30px;
    border: none;
    will-change: box-shadow,transform;
    transition: box-shadow 0.2s cubic-bezier(.4,0,1,1),background-color 0.2s cubic-bezier(.4,0,.2,1);
    background-color: #9c27b0;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgb(156 39 176 / 14%),0 3px 1px -2px rgb(156 39 176 / 20%),0 1px 5px 0 rgb(156 39 176 / 12%)
}

.btn.btn-primary, .navbar .navbar-nav > li > a.btn.btn-primary {
    box-shadow: 0 2px 2px 0 rgb(156 39 176 / 14%),0 3px 1px -2px rgb(156 39 176 / 20%),0 1px 5px 0 rgb(156 39 176 / 12%)
}

.page-header.header-small {
    height: 65vh;
    min-height: 65vh
}

.header-filter {
    position: relative
}

.page-header {
    height: 100vh;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
    border: 0;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.btn.btn-just-icon.btn-lg {
    font-size: 27px;
    padding: 13px 18px
}

.btn.btn-white.btn-simple {
    color: #fff;
    background: 0 0;
    box-shadow: none
}

.page-header .title, .page-header .description {
    color: #fff
}

.page-header.header-small .container {
    padding-top: 25vh
}

.header-bottom {
    height: 75px
}

.logo-row > * {
    width: auto
}

.valid-feedback, .invalid-feedback {
    margin-top: 0
}

.form-control.is-valid, .was-validated .form-control:valid {
    margin-bottom: .2rem
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    margin-bottom: .2rem
}
