
/**********cloud-banner**********/

.cloud-banner {
    width: 100%;
    float: left;
    background: url(../png/banner-bg.png) no-repeat;
    background-size: cover;
    height: 600px;
}

.banner-sec {
    width: 100%;
    float: left;
    padding-top: 90px;
}

.left-part {
    width: 90%;
    float: left;
	margin-top: 35px;
}

.left-part .heading-banner {
    font-size: 40px;
    color: white;
    line-height: 53px;
	font-weight:600;
	width: 100%;
	padding-top: 0px;
}

.left-part p {
    width: 90%;
    color: white;
    padding-top: 15px;
    line-height: 32px;
	font-size: 16px;
    font-weight: 400;
}

.get-a-quote {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.get-a-quote a {
    background: #6fc047;
    color: #fff;
    padding: 12px 25px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.5s;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}

.get-a-quote a i {
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    border-radius: 50%;
    top: 2px;
    transition: 0.5s;
    animation: 2s infinite pulso;
    left: 0;
}

@keyframes pulso {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .8)
    }
    70% {
        -moz-box-shadow: 0 0 0 20px transparent;
        box-shadow: 0 0 0 20px transparent
    }
    100% {
        -moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

.get-a-quote a:hover {
    border-radius: 25px;
    padding: 12px 50px 12px 0px;
}

.get-a-quote a:hover i {
    left: 125px;
}

.right-part {
    width: 100%;
    float: left;
    padding-top: 10px;
    text-align: right;
    position: relative;
}

.right-part img {
    width: 100%;
}

.img-class {
    position: absolute;
    background: url(../png/right-bg-img.png) no-repeat;
    width: 180px;
    height: 180px;
    background-size: contain;
    top: 196px;
    left: -35px;
}


/* .img-class::before {
        content: " ";
        position: absolute;
        background: url(../images/range-bar.png) no-repeat;
        width: 166px;
        height: 80px;
        top: 50px;
        left: 15px;
        background-size: contain;
    } */

.img-class .data-text {
    width: 95%;
    margin: 0 auto;
    text-align: left;
    padding: 14px 0px 9px 17px;
    color: white;
    border-bottom: 1px solid #754f8d91;
    font-weight: 500;
    font-size: 12px;
    position: relative;
}

.img-class .data-text span {
    font-size: 23px;
    font-weight: 500;
    position: absolute;
    right: 18px;
    top: 5px;
}


/* .img-class p {
        text-align: center;
        padding-top: 100px;
        font-size: 12px;
        color: #a7a2a2;
    } */

.img-class p {
    text-align: center;
    padding-top: 35px;
    font-size: 12px;
    /* color: white; */
    color: #a7a2a2;
    font-weight: 400;
}


/**********end cloud-banner**********/


/**********types-section**********/

section.cloud-type {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: #f2f5f6;
    overflow: hidden;
}

.types-head {
    width: 100%;
    text-align: center;
    position: relative;
}

.types-head h2 {
    font-size: 50px;
    color: #081221;
    position: relative;
	font-weight: 600;
}
.contact-us-section .types-head h6 {
    font-size: 50px;
    color: #081221;
    position: relative;
	font-weight: 600;
}

.types-head h2 span {
    display: block;
    color: #6FC047;
    font-size: 18px;
	font-weight: 600;
}

.types-head p {
    line-height: 29px;
    color: #081221;
	font-size: 16px;
    font-weight: 400;
	width: 80%;
    margin: 0 auto;
}

.type-details {
    width: 100%;
    background: white;
    padding: 15px;
    min-height: 320px;
    border-radius: 10px;
    margin: 15px 0;
}

.types-sec {
    width: 100%;
    float: left;
    padding-top: 15px;
}

.types-img {
    width: 100%;
    padding-top: 15px;
}

.types-text {
    width: 100%;
    padding: 15px 0;
}

.types-text .sub-title {
    font-size: 18px;
    color: #081221;
	font-weight: 600;
}

.types-text p {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}


/**********end types-section**********/


/**********benefits-section**********/

section.time-benefits {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: url(../png/benefits-bg.png) no-repeat;
    background-size: 100% 70%;
}

.benefits-head {
    width: 100%;
    padding: 25px 0;
}

.right-text {
    width: 76%;
}

.right-text h2 {
    font-size: 40px;
    color: white;
    margin: 0;
	font-weight: 600;
}
.right-text h3 {
    font-size: 40px;
    color: white;
    margin: 0;
	font-weight: 600;
}

.left-text {
    width: 100%;
    position: relative;
}

.left-text p {
    line-height: 32px;
    color: white;
	font-size: 16px;
    font-weight: 400;
}

.left-text:before {
    content: " ";
    position: absolute;
    border-top: 4px solid white;
    top: -11px;
    width: 50px;
    border-radius: 5px;
    animation: draw-line 3s infinite;
    animation-fill-mode: forwards;
}

@keyframes draw-line {
    0%,
    100% {
        width: 0;
    }
    50% {
        width: 50px;
        border-top: 4px solid white;
    }
}

.benefits-part {
    width: 100%;
    padding-top: 30px;
}

.real-time {
    width: 80%;
    margin: 0 auto;
    background: white;
    border-radius: 16px;
}

.real-img {
    width: 100%;
    text-align: right;
    background: #CCEAB8;
    max-height: 153px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.saving-img {
    position: relative;
    top: -5px;
}

.benefits-text {
    width: 100%;
    padding: 15px;
    box-shadow: 0px 0px 6px #80808057;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    min-height: 210px;
}

.benefits-text .benefits-title {
    font-size: 18px;
    color: #091620;
	font-weight: 600;
}

.benefits-text p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}

.security-img {
    position: relative;
    top: -66px;
}

.flexiblity-img {
    position: relative;
    top: -23px;
}


/**********end benefits-section**********/


/**********specilized-section**********/

section.our-specilized {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.our-service {
    width: 100%;
    padding: 20px 0;
}

.service-left {
    width: 100%;
    padding: 80px 0 0 75px;
}

.service-left span {
    font-size: 22px;
    color: #6FC047;
	font-weight: 600;
}

.service-left h4 {
    font-size: 42px;
    color: #091620;
	font-weight: 600;
}

.service-left p {
    font-weight: 500;
    padding-top: 15px;
    line-height: 29px;
    color: #000000;
	font-size:16px;
}

.service-right {
    width: 100%;
    text-align: right;
}

.service-right img {
    width: 100%;
}


/**********end specilized-section**********/


/**********why-teamtweaks-section**********/

section.why-sec {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.why-cloud {
    width: 100%;
    padding-top: 30px;
}

.cloud-left {
    width: 100%;
    float: left;
    padding-bottom: 35px;
}

.cloud-left h4 {
    font-size: 22px;
    color: #6FC047;
	font-weight: 600;
}

.cloud-left h2 {
    font-size: 42px;
    color: #091620;
    line-height: 65px;
    margin: 0;
	font-weight: 600;
}

.cloud-left p {
    padding-top: 15px;
    line-height: 27px;
	font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.cloud-right {
    width: 100%;
    margin: 0 auto;
}

.cloud-right-part {
    width: 100%;
    float: left;
}

.scalable {
    width: 100%;
    background: #E5F1FB;
    border-radius: 23px;
    min-height: 240px;
    position: relative;
}

.cloud-left-part {
    width: 100%;
    float: left;
    padding-top: 60px;
}

.cloud-images {
    width: 100%;
    position: relative;
    height: 40px;
}

.cloud-img {
    position: absolute;
    top: -29px;
    background: white;
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 15px;
    box-shadow: rgb(128 128 128 / 34%) 0px 0px 6px;
    border-radius: 9px;
    left: 25px;
}

.cloud-text {
    width: 100%;
    padding: 15px;
}

.cloud-text .cloud-title {
    font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

.cloud-text p {
    font-size: 14px;
    line-height: 29px;
    color: #000000;
    font-weight: 500;
}


/**********end why-teamtweaks-section**********/


/**********approaches-section**********/

section.approach {
    width: 100%;
    float: left;
    background: url(../png/architecture-bg.png);
}

.approach-sec {
    width: 100%;
    padding: 15px;
    float: left;
}

.approach-part {
    width: 100%;
    padding: 15px;
    float: left;
}

.approach-img {
    width: 15%;
    float: left;
    padding: 10px;
}

.approach-text {
    width: 80%;
    float: left;
}

.approach-text .approach-title {
    font-size: 16px;
    color: white;
	font-weight: 600;
	margin-top: 10px;
    margin-bottom: 10px;
	line-height: 18px;
}

.approach-text p {
    font-size: 14px;
    line-height: 29px;
    color: #cbc9c9;
    font-weight: 400;
}

.div-left-img {
    width: 100%;
    padding: 30px 0;
    text-align: center;
}

.div-left-img img {
    width: 100%;
}


/**********end approaches-section**********/


/**********platform-section**********/

section.platform {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: url(../jpg/platform-bg.jpg) no-repeat;
    background-size: cover;
}

.our-support {
    width: 90%;
    padding: 20px 0;
    margin: 0 auto;
}

.support {
    width: 100%;
    background: white;
    text-align: center;
    padding: 20px 15px;
    box-shadow: 0px 0px 6px #80808057;
    border-radius: 18px;
    min-height: 300px;
    margin: 20px 0;
}

.support-img {
    width: 100%;
    padding: 15px;
}

.support-text {
    width: 100%;
}

.support-text .support-title {
    font-size: 16px;
	font-weight: 600;
	color:#000;
	line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
}

.support-text p {
    font-size: 14px;
    padding-top: 10px;
    line-height: 29px;
    font-weight: 400;
    color: #000000;
}


/**********end platform-section**********/


/**********revamp-section**********/

section.revamp {
    width: 100%;
    padding: 50px 0;
    float: left;
    background: url(../png/revamp-bg.png) no-repeat;
    background-size: cover;
}

.right-text span {
    font-size: 22px;
    color: #6FC047;
	font-weight: 600;
}

section.revamp .left-text {
    margin: 55px 0;
}

section.revamp .right-text h5 {
    color: black;
    line-height: 58px;
	font-weight: 600;
	font-size: 40px;
}

section.revamp .left-text p {
    color: black;
	font-size: 16px;
    font-weight: 400;
}

.revamp-head {
    width: 100%;
    padding: 10px;
    min-height: 260px;
}

.revamp-img {
    width: 70px;
    box-shadow: rgb(128 128 128 / 34%) 0px 0px 6px;
    padding: 15px;
    text-align: center;
    border-radius: 9px;
    height: 63px;
}

.revamp-text {
    width: 100%;
    padding: 20px 0;
}

.revamp-text .revamp-title {
    font-size: 15px;
	font-weight: 600;
}

.revamp-text p {
    font-size: 14px;
    line-height: 29px;
    font-weight: 400;
    color: #000000;
}


/**********end revamp-section**********/


/*********cloud-service**********/

section.platform-cloud {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.cloud-service {
    width: 100%;
    float: left;
}

.cloud-serv-img {
    width: 12%;
    float: left;
    padding: 15px;
    margin: 15px;
    box-shadow: 0px 0px 6px #80808057;
    text-align: center;
    border-radius: 10px;
}

.cloud-serv-text {
    width: 80%;
    float: left;
    padding: 10px;
}

.cloud-serv-text .cloud-serv-title {
    font-size: 16px;
	font-weight: 600;
	line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
}

.cloud-serv-text p {
    font-size: 14px;
    line-height: 29px;
    font-weight: 400;
    color: #000000;
}

.cloud-img-part {
    width: 550px;
    padding-top: 60px;
    float: left;
}

.cloud-img-part img {
    width: 100%;
}


/*********end cloud-service**********/

.box {
    overflow: hidden;
}

.types-head:before {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #EC732F;
    top: -25px;
    left: -120px;
}

.types-head:after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #882fb1;
    top: 215px;
    right: -115px;
}

.types-head h2:before {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #427CD4;
    top: -45px;
    left: 420px;
    animation: move-left 3s infinite;
    transition: 3s ease-in;
}
.contact-us-section .types-head h6:before {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #427CD4;
    top: -45px;
    left: 420px;
    animation: move-left 3s infinite;
    transition: 3s ease-in;
}

@keyframes move-left {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-20px);
    }
}

.types-head h2:after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #D45252;
    top: -17px;
    right: 107px;
    animation: bounce 3s infinite;
    transition: 3s ease-in;
}
.contact-us-section .types-head h6:after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #D45252;
    top: -17px;
    right: 107px;
    animation: bounce 3s infinite;
    transition: 3s ease-in;
}

@keyframes bounce {
    0%,
    100% {
        transform: translate(0);
    }
    50% {
        transform: translateY(50px);
    }
}

.service-right .img-class {
    position: absolute;
    background: white;
    width: 180px;
    height: 180px;
    background-size: contain;
    top: 286px;
    left: 8px;
    border-radius: 16px;
    box-shadow: rgb(128 128 128 / 34%) 0px 0px 6px;
}

.service-right .img-class .data-text {
    color: black;
    font-weight: 600;
}

.service-right .img-class .data-text span {
    color: #f32473;
    font-weight: 500;
}

.service-right .img-class::before {
    background: url(../png/range-bar-black.png) no-repeat;
    background-size: contain;
}

.service-right .img-class p {
    color: black;
    font-weight: 600;
	font-size: 16px;
}


/* CHART-SKILLS STYLES*/

.chart-skills {
    position: relative;
    width: 140px;
    height: 70px;
    overflow: hidden;
    top: 25px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.chart-skills::before,
.chart-skills::after {
    position: absolute;
}

.chart-skills::before {
    content: '';
    width: inherit;
    height: inherit;
    border: 10px solid rgba(211, 211, 211, .3);
    border-bottom: none !important;
    border-top-left-radius: 175px;
    border-top-right-radius: 175px;
    position: absolute;
    top: 0px;
    left: 0;
}

.chart-skills::after {
    content: '31.2%';
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.our-service .chart-skills::after {
    color: black;
}

.chart-skills span {
    position: absolute;
    top: 100%;
    left: 0;
    width: inherit;
    height: inherit;
    border: 10px solid #f32473;
    border-top: none !important;
    border-bottom-left-radius: 175px;
    border-bottom-right-radius: 175px;
    transform-origin: 50% 0;
    animation-fill-mode: forwards;
    animation: rotate-one 3s infinite;
}


/* ANIMATIONS*/

@keyframes rotate-one {
    0%,
    100% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(130deg);
        /**
           * 12% => 21.6deg
           */
    }
}



section.cloud-clients {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: url(../jpg/clients-bg.jpg);
	margin-bottom: 50px;
}

.our_clients {
    width: 100%;
    float: left;
}

.happy_title {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

.happy_title h4 {
    font-size: 38px;
    font-weight: 600;
    color: white;
}

.client-item {
    margin-bottom: 20px;
	width: 160px;
    height: auto;
    background-color: rgb(255, 255, 255);
    padding: 15px 10px;
    border-radius: 5px;
	float: left;
	margin-right: 15px;
}
.app_title h4{
	font-size: 38px;
}


