
/********** Template CSS **********/
:root {
    --primary: #05389C;
    --secondary: #FFC342;
    --light: #EEF9FF;
    --dark: #091E3E;
}


/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}

.logo{
    max-width: 250px;
}

.btn-zita {
    background-color: #FFC342;
    color: #FFFFFF;
}

.bg-dark{
    /* background-color: #134a99 !important; */
    background-color: #1974e3 !important;
}


.chooseUs .bg-bandlamudi{
    transition: 1s;
}

.chooseUs:hover .bg-bandlamudi{
    border-radius: 50%;
    transition: 1s;
    box-shadow: 0px 0px 15px #666666;
    color: #dcbc94;
}

.text-success{
    color:#05389C !important;
}

.text-primary {
    color: #FFC342 !important;
}

.bg-primary{
    background-color: #b3774a !important;
}

.blog-item h4{
    color: #b3774a !important;
}

.bg-dark a .bi, .bg-dark .text-primary{
    color: #FFFFFF !important;
}
.text-black{
    color: #333333;
}

.footerDiv .btn-primary {
    background-color: #FFC342 !important;
    border: none;
}

.section-title h1{
    font-size: 28px;
}

.footerDiv .section-title::before {
    background: #FFC342;
}

.footerDiv .mb-2 {
    margin-bottom: 0.2rem !important;
}

.footerDiv .mb-4 {
    margin-bottom: 0.9rem !important;
}

.wid-100-per{
    width: 100%;
}

.copyRights{
    background: #FFC342;
    padding-top: 10px;
    float: left;
    width: 100%;
}

.copyRights img{
    margin-top: -12px;
}

.copyRights a{
    color: #FFFFFF;
    text-decoration: underline;
}

.copyRights a:hover{
    color: #1974e3 !important;
    text-decoration: underline;
}


.footerDiv h3{
    font-size: 20px;
}

/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.bg-primary{
    background-color: #05389C !important;
}

.adp-button{
    border: 1px solid #cdcdcd;
    color : #999999;
    border-radius: 4px;
}
.adp-button:hover{
    color : #333333;
    background-color: #f1f1f1;
}


.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.carousel-item small{
    font-size: 20px;
    width: 100%;
    float: left;
}

/*** Navbar ***/


.navbar .dropdown ul li:hover a{
    border-radius: 0px;
}

.display-1 {
    font-size: calc(1rem + 2.6vw);
    font-weight: 800;
    line-height: 1.2;
    background-color: rgba(0, 0, 0, .3);
    margin: 0px;
    padding: 30px 20px;
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(9, 30, 62, .7); */
    /* background: rgba(179, 136, 103, .7); */
    /* background-color: #b38867 !important; */
    /* background-color: #b38867 !important; */
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }
    .carousel-caption h1 {
        font-weight: 600 !important;
    }
    .logo{
        max-width: 200px !important;
    }
    .px-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/

.section-title h1{
    color: #05389C;
}
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFC342;
    /* border: 1px solid #FFFFFF; */
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    height: 480px;
    padding: 0 0px;
    transition: .9s;
    margin-bottom: 40px;
}

.service-item:hover {
    transition: .9s;
    box-shadow: 0px 0px 15px #cdcdcd;
    transform: scale(1.05);
}

.service-item img {
    margin-bottom: 10px;
    width: 100%;
    max-height: 230px;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transition: 0.5s;
}

.service-item .ser-content {   
    float: left;
    padding: 10px 20px !important;
    width: 100%;
}

.service-item .btn{
    margin-bottom: 30px;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
    min-height: 600px;
    text-align: justify;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
    min-height: 600px;
}

/* .testimonial-item {
  text-align: justify;
} */

/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .9s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);    
}

.blog-item {
    transition: 1.5s;
}

.blog-item:hover {
    box-shadow: 0px 0px 25px #999999;
}

.height-500{
    height: 500px;
}

b{
    color: #333333;
}

/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}
.benifits-bg-header{
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/benifits-banner.jpg) center center no-repeat;
    background-size: cover;
}

.Implementation-bg-header{
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/Implementation.jpg) center center no-repeat;
    background-size: cover;
}

.Hyper-Care-Support-bg-header{
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/Hyper-Care-Support-Banner.jpg) center center no-repeat;
    background-size: cover;
}
.platinum-bg-header{
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/platinum-banner.jpg) center center no-repeat;
    background-size: cover;
}
.key-features-bg-header{
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/key-fetures-banner.jpg) center center no-repeat;
    background-size: cover;
}
.overview-bg-header{
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/overview-banner.jpg) center center no-repeat;
    background-size: cover;
}
.z-services-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/service-banner.jpg) center center no-repeat;
    background-size: cover;
}
.training-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/training-banner.jpg) center center no-repeat;
    background-size: cover;
}
.mdg-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/mdg-banner.jpg) center center no-repeat;
    background-size: cover;
}
.testing-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/quality-assurance-banner.jpg) center center no-repeat;
    background-size: cover;
}
.champion-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/champion-banner.jpg) center center no-repeat;
    background-size: cover;
}
.consulting-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/consulting-banner.jpg) center center no-repeat;
    background-size: cover;
}
.project-mag-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/project-manager.jpg) center center no-repeat;
    background-size: cover;
}

.about-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/about-banner.jpg) center center no-repeat;
    background-size: cover;
}

.contact-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/contact-banner.jpg) center center no-repeat;
    background-size: cover;
}

.ZitaTech-header-inner-page{
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/ZitaTech-inner-page-banner.jpg) center center no-repeat;
}
.MDC-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/SAP-MDC-banner.jpg) center center no-repeat;
    background-size: cover;
}
.MDG-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/SAP-MDG-banner.jpg) center center no-repeat;
    background-size: cover;
}
.MDQ-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/SAP-MDQ-banner.jpg) center center no-repeat;
    background-size: cover;
}
.PrivacyPolicy-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/PrivacyPolicy.jpg) center center no-repeat;
    background-size: cover;
}
.TermsAndConditions-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/TermsAndConditions.jpg) center center no-repeat;
    background-size: cover;
}
.CCGO-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/inner-banners/CCG-banner.jpg) center center no-repeat;
    background-size: cover;
}
.CCGO-video-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/inner-banners/CCG-video-banner.jpg) center center no-repeat;
    background-size: cover;
}
.desc-builder-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/inner-banners/description-builder-banner.jpg) center center no-repeat;
    background-size: cover;
}
.desc-builder-video-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/inner-banners/description-builder-video-banner.jpg) center center no-repeat;
    background-size: cover;
}
.testimonials-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/inner-banners/testimonials-banner.jpg) center center no-repeat;
    background-size: cover;
}
.text-translation-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/inner-banners/text-translation-banner.jpg) center center no-repeat;
    background-size: cover;
}
.text-translation-video-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/inner-banners/text-translation-video-banner.jpg) center center no-repeat;
    background-size: cover;
}
.GVMO-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/inner-banners/GVMO-banner.jpg) center center no-repeat;
    background-size: cover;
}
.GVMO-video-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/inner-banners/GVMO-video-banner.jpg) center center no-repeat;
    background-size: cover;
}
.video-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/inner-banners/videos-banner.jpg) center center no-repeat;
    background-size: cover;
}
.who-we-are-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/inner-banners/who-we-are-banner.jpg) center center no-repeat;
    background-size: cover;
}
.our-experts-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/inner-banners/our-experts-banner.jpg) center center no-repeat;
    background-size: cover;
}
.our-philosophy-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/inner-banners/our-philosophy-banner.jpg) center center no-repeat;
    background-size: cover;
}
.mission-bg-header {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 133, 0.5)), url(../img/inner-banners/mission-statement-banner.jpg) center center no-repeat;
    background-size: cover;
}



.inner-sub-img img{
    max-width: 100%;
}

.vendor-carousel img{
    border: 1px solid #dddddd;
    padding: 5px 10px;
    height: 100px;
}


.link-animated a {
    transition: .5s;
    font-size: 15px;
}

.link-animated a:hover {
    padding-left: 5px;
}

a:hover {
    color: #b3774a;
}


@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}


/* .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #b3774a;
} */

.dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #FFC342;
}

.carousel-caption h5{
    /* background-color: #FFC342; */
    background-color: rgba(0, 0, 0, .3);
    padding: 10px 20px;
    font-size: 20px;
}

.btn-square:hover{
    border-radius: 5px;
}

.rounded-circle{
    border-radius: 3px !important;
    border: 1px solid #f1f1f1;
}

.rounded-circle:hover{
    color: #05389C;
    border-radius: 50% !important;
}

.back-to-top:hover{
    border-radius: 50% !important;
}


.ourCients img{
    width: 192px;
    height: 150px;
    float: left;
    padding: 20px;
    margin: 10px;
    border: 1px solid #f1f1f1;
    transition: .9s;
}

.ourCients img:hover{
    box-shadow: 0px 0px 10px #cdcdcd;
    
}

.squad-info {
    width: 100%;
    box-shadow: 0px 0px 20px #cdcdcd;
    float: left;
    transition: .5s;
}

.squad-info:hover {
    transform: scale(1.07);
    border-radius: 5px;
}

.squad-info img {
    width: 100%;
    margin-bottom: 20px;
}

.squad-info .squad-title {
    color: #05389C;
    font-size: 20px;
    width: 100%;
}

.squad-info .squad-desg {
    color: #FFC342;
    font-size: 20px;
    width: 100%;
}

.squad-info h5 {
    color: #FFC342;
    margin-bottom: 25px;
}

.pr-0{
    padding-right: 0px;
}

.contact-us-icons{
    width: 60px;
    height: 60px;
}

.icon-with-txt{
margin-top: 100px;
}

.icon-with-txt .inDiv-icon-txt{
    min-height: 200px;
    float: left;
    margin-bottom: 75px;
    transition: .7s;
    padding: 10px;
    width: 100%;
    border-top: 4px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.icon-with-txt .inDiv-icon-txt i, .icon-with-txt .inDiv-icon-txt img{
    font-size: 40px;
    margin: 20px;
    background-color: #05389C;
    color: #fff;
    padding: 22px 10px;
    border-radius: 10px;
    width: 90px;
    height: 90px;
    margin-top: -70px;
    transition: .7s;
}

.icon-with-txt .inDiv-icon-txt:hover, 
.icon-with-txt .inDiv-icon-txt:hover i, 
.icon-with-txt .inDiv-icon-txt:hover img {
    box-shadow: 0px 0px 10px #cdcdcd;
    border-radius: 10px;
    transform: scale(1.05);
}

.icon-with-txt .inDiv-icon-txt:hover i, 
.icon-with-txt .inDiv-icon-txt:hover img {
    box-shadow: 0px 0px 10px #cdcdcd;
    background-color: #FFC342;
    border-radius: 50%;    

    /* transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -o-transform:rotate(360deg); */
}

.icon-with-txt .inDiv-icon-txt:hover{
    border-top: 4px solid #FFC342;
}
.text-left{
    text-align: left;
}
.float-left{
    float: left;
}

.ContactPage i{
    font-size: 26px;
}

.ContactPage .bg-primary{
    width: 60px;
    height: 60px;
    padding: 20px 22px;
    border-radius: 50%;
    margin-bottom: 30px;
}

.ContactPage .bg-primary:last-child{
    padding: 20px 28px;
}


.zita-form .form-group{
    margin: 10px 0px;
    font-size: 1.1rem;
}

.zita-form .checkbox{
    margin: 10px 0px;
    padding-right: 15px;
    float: left;
    width: 25%;
}

.form-control {
    border-radius: 5px;
    font-size: 1.1rem;
    line-height: 1.7;
}

.about-service{
    border: 1px solid #dddddd;
    padding: 20px 10px;
    min-height: 315px;
}
.about-service img{
    max-width: 100%;
}

.navbar .dropdown a:hover, 
.navbar .dropdown .active, 
.navbar .dropdown .active:focus, 
.navbar .dropdown li:hover>a {
    color: #fff;
    border-radius: 5px;
}

.ads-list li{ width: 50%; float: left;}

.roadMapIcon .fa{
    background-color: #05389C;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding-top: 13px;
    color:#FFFFFF
}

.roadMapIcon:last-child .fa{
    background-color: rgb(109, 1, 149);
}

.aboutImgs img{
    max-width: 90%;
    margin: 10px;
}

.mis-vis-gol img{
    max-width: 100%;
}

.flipImg{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.listOfZita h5::before{
    content: "";
    display: block;
    background: url("../img/bullet-icon.png") no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 3px 6px 0 0;
}


.listOfZita ul li::before{
    content: "";
    display: block;
    background: url("../img/bullet-icon.png") no-repeat;
    width: 20px;
    height: 25px;
    float: left;
    margin: 3px 6px 0 0;
    list-style: none;
}

.listOfZita ul{
    padding: 0px;
}

.listOfZita ul li{
    list-style: none;
    padding-bottom: 10px;
}

.z-icon{
    background-color: rgba(0, 0, 0, 0.4);
    width: 60px;
    height: 50px;
    left: 0px;
    top: 85%;
    /* bottom: 70px; */
    position: fixed;
    border-radius: 0px 50px 50px 0px;
}

.z-icon span{
    background-color: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    float: left;
    padding: 5px 7px;
    margin: 5px 5px 5px 15px;
}
.z-icon span img{ 
    width: 25px;
}

.Benefits-icons img{
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 15px;
}


.contactForm{
    background-color: #f1f1f1;
    padding:20px 30px;
}

.zita-form{
    margin: 20px 0px 10px 0px;
}

.mt-4{
    margin-top: 40px !important;
}

#hideMe {
    -webkit-animation: cssAnimation 5s forwards; 
    animation: cssAnimation 5s forwards;
}
@keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}
@-webkit-keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}

.contDiv{
    width:100%;
    padding:30px 20px;
    float:left;
    background-color: #f9f9f9;
}

.contDiv h5 a{
    color:#1571cd;
}

.sap-logo-img img{
    max-height: 60px;
    margin: 10px 10px 30px 10px;
}

.sap-logo-img img{
    max-height: 60px;
    margin: 10px 10px 30px 10px;
}
.sap-logo-img img:first-child{
    float: left;
}
.sap-logo-img img:last-child{
    float: right;
}



@media (max-width: 576px) {

    .carousel-inner{
        margin-top: 75px;
    }

    .carousel-item h1{
        font-size: 22px;
    }

    .carousel-item .display-1{
        padding: 15px 10px;
    }
    
    .carousel-item h5{
        display: none;
    }

    .ZitaTech-header-inner-page{
        max-height: 200px;
    }
    .navbar .dropdown a:hover, .navbar .dropdown .active, .navbar .dropdown .active:focus, .navbar .dropdown li:hover>a {
        color: #1571cd;
    }

    .sap-logo-img img{
        max-height: 40px;
        margin: 10px 10px 30px 10px;
    }

}





.videos{
    float: left;
}
.videos img{
    width: 100%;
    float: left;
    cursor: pointer;
    transition: 0.5s;
}
.videos img:hover{
    width: 105%;
    margin: -1%;
    box-shadow: 0px 0px 15px #999999;    
}

.videos span{
    float: left;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
}

.videos span:hover{
    font-size: 18px;
    font-weight: 500;
    color: #1974e3;
}

.videos iframe {
    width: 100%;
    height: 440px;
}


.newTestimonial .col-md-12{
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: 0.9s;
    padding:10px
}
.newTestimonial .col-md-12:nth-child(odd){
    border-left:4px solid #FFC342
}
.newTestimonial .col-md-12:nth-child(even){
    border-right:4px solid #FFC342
}
.newTestimonial .col-md-12:hover{
    transform: scale(1.02);
    box-shadow: 0px 0px 20px #cdcdcd;
}


.SilverPartnerImg{
    width: 100px;
}

.border-left{
    border-left: 1px solid #cdcdcd;
}

.border-right{
    border-right: 1px solid #cdcdcd;
}


/* Social Media Icons Start */

.sticky-icon  {
	z-index:9;
	position:fixed;
	bottom:15%;
	right:0%;
	width:250px;
	display:flex;
	flex-direction:column;
}  
.sticky-icon a  {
	transform:translate(190px,0px);
	border-radius:50px 0px 0px 50px;
    background-color: rgba(0, 0, 0, 0.4);
	text-align:left;
	margin:2px;
	text-decoration:none;
	padding:7px;
	font-size:18px;
	font-family:'Oswald', sans-serif;
	transition:all 0.8s;
}
.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px);
}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);
}
.sticky-icon a span {
    padding-top: 7px;
    float: left;
}

.Facebook, .Youtube, .ZitaIcon, .Instagram  {color:#FFF;}

.Facebook:hover { background-color:#2C80D3;}	
.Youtube:hover { background-color:#fa0910; }	
.ZitaIcon:hover { background-color:#FFC342; }	
.Instagram:hover { background-color:#2cba88; }
	
.Google  {
	background-color:#d34836;
	color:#FFF;}						
.sticky-icon a i {
	background-color:#FFF;
	height:40px;
	width:40px;
    float: left;
	color:#000;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	margin-right:20px;
	transition:all 0.5s;}

    .sticky-icon a i img {
        height:40px;
        width:40px;
        padding: 5px;
        transition:all 0.5s;}

.sticky-icon a i.fa-facebook-f  {
	background-color:#FFF;
	color:#2C80D3;}
	
.sticky-icon a i.fa-google-plus-g  {
	background-color:#FFF;
	color:#d34836;}
	
.sticky-icon a i.fa-instagram  {
	background-color:#FFF;
	color:#FD1D1D;}
	
.sticky-icon a i.fa-youtube  {
	background-color:#FFF;
	color:#fa0910;}
	
.sticky-icon a i.fa-ZitaIcon  {
	background-color:#FFF;
	color:#53c5ff;}

/* .fas fa-shopping-cart  {
	background-color:#FFF;} */


/* 
#myBtn {
    height:50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
	line-height:40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
	font-size:30px;}

#myBtn:hover {
  background-color: #555;
} */

/* Social Media Icons End */


.iFrameVideos iframe{
    width: 100%;
    min-height: 450px;
    max-height: 550px;
}

@media (max-width: 640px) {

    .iFrameVideos iframe{
        width: 100%;
        min-height: 300px;
        max-height: 350px;
    }
    .text-center .display-4 {
        padding-top: 30px;
    }
    .SilverPartnerImg{
        max-width: 65px;
    }

}


.blue-line, .yellow-line, .green-line{
    box-shadow: 0px 0px 8px #cdcdcd;
    padding: 15px;
    min-height: 180px;
    float: left;
    transition: 0.5s;
    margin-bottom: 30px;
}

.blue-line{
    border-left: 4px solid #1571cd;
}
.yellow-line{
    border-left: 4px solid #FFC342;
}
.green-line{
    border-left: 4px solid #00C000;
}

.blue-line:hover, .yellow-line:hover, .green-line:hover{
    transform: scale(1.03);
}
