body{
    margin: 0;
    overflow-x: hidden;
}

*{
    margin: 0;
}

.container-IT{
    padding: 0 100px 0 100px;
}

/* Nav */

.tog-icon{
    display: none;
}

.nav-ul li .active{
    color: #3dc6c6;
}

.main-nav{
    height: 80px;
    background-color: whitesmoke;
    position: relative;
}

.nav-box{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.nav-logo a{
    display: inline-block;
}

.nav-ul{
    padding: 0;
    margin: 0;
}

.nav-ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 40px;
}

.nav-ul li:nth-child(6){
    padding-right: 0;
}

.nav-ul li a{
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    color: #282828;
    transition: all 0.2s ease-in-out;
}

.nav-ul li a:hover{
    color: #3dc6c6;
}

.box-call{
    height: 80px;
    width: 280px;
    background-image: linear-gradient(90deg, #5c6ee7 15%, #3dc6c6 85%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
}

.box-call a{
    display: inline-block;
    text-decoration: none;
}

.call-1{
    padding-right: 30px;
}

.call-1 img{
    transition: all 0.2s ease-in-out;
}

.call-text{
    display: flex;
    flex-direction:column;
    justify-content: center;
}

.call-text a{
    font-size: 20px;
    color: white;
    transition: all 0.2s ease-in-out;
}

.box-call:hover .call-text a{
    color: #282828;
}

.box-call:hover .call-1 img{
    transform: rotate(30deg);
}

/* Banner */

.banner{
    height: 710px;
    position: relative;
}

.slide img{
    width: 100%;
}

.banner-text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-60%);
    z-index: 1;
    text-align: center;
}

.banner-text h1{
    font-size: 50px;
    color: white;
    margin: 0;
    padding-bottom: 25px;
}

.banner-text p{
    font-size: 25px;
    color: white;
    padding-bottom: 30px;
    margin: 0;
}

.banner-butt a{
    display: inline-block;
}

.banner-butt a button{
    width: 200px;
    height: 50px;
    border-radius: 35px;
    background-color: white;
    border-style: none;
    font-size: 20px;
    color: #252525;
    transition: all 0.2s ease-in-out;
}

.banner-butt a button:hover{
    background-color: #3dc6c6;
    color: white;
}

/* Card-Sec */

.card-sec{
    height: 500px;
    background-image: linear-gradient(80deg, #5582DF 0%, #3DC7C6 100%);
    position: relative;
    z-index: 1;
}

.card-box{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-360px);
}

.card-box-1{
    text-align: center;
    width: 250px;
    height: 300px;
    border-radius: 20px;
    background-color: white;
    margin-right: 25px;
    transition: all 0.4s ease-in-out;
}

.card-box-1:hover{
    transform: translateY(-20px);
}

.card-box-1:nth-child(5){
    margin-right: 0;
}

.card-image{
    padding-top: 50px;
    padding-bottom: 30px;
}

.card-text h3{
    margin: 0;
}

.card-text h3 a{
    display: inline-block;
    text-decoration: none;
    color: #102c58;
    font-size: 25px;
    transition: all 0.2s ease-in-out;
}

.card-text h3 a:hover{
    color: #3dc6c6;
}

.card-text-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 300px;
    padding-left: 20px;
    padding-right: 20px;
}

.texting h2{
    font-size: 40px;
    margin: 0;
    color: white;
}

.texting-button{
    position: relative;
}

.texting-button a{
    display: inline-block;
}

.texting-button a button{
    width: 250px;
    height: 70px;
    border-radius: 35px;
    background-color: white;
    border-style: none;
    font-size: 20px;
    color: #252525;
    transition: all 0.2s ease-in-out;
}

.texting-button a button:hover{
    color: white;
    background-color: #252525;
}

.texting-button:after{
    content: "";
    display: block;
    width: 80px;
    height: 300px;
    border-radius: 25px;
    position: absolute;
    right: -50px;
    top: -262px;
    background: transparent;
    border-right:2px solid white;
    border-top:2px solid white;
    border-bottom:2px solid white;
    z-index: -1;
    transition: all 0.2s ease-in-out;
}

.texting-button:hover:after{
    border-right:2px solid #102c58;
    border-top:2px solid #102c58;
    border-bottom:2px solid #102c58;
}

/* Sec-1 */

.sec-1{
    height: 760px;
    background-color: white;
}

.sec-1-box{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.sec-welcome{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 30px;
}

.experience{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-image: linear-gradient(140deg, #5d6ce7 25%, #3ec5c7 75%);
    position: absolute;
    right: -50px;
    top: -50px;
    transition: all 0.5s ease-in-out;
}

.sec-1-box:hover .experience{
    background-image: linear-gradient(-140deg, #5d6ce7 25%, #3ec5c7 75%);
    transform: scale(1.05);
}

.experience h4{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    padding-top: 50px;
    text-align: center;
    color: white;
    margin: 0;
}

.sec-1-img{
    position: relative;
}

.sec-1-img img{
    border-radius: 15px 15px 60px 15px;
    transition: all 0.5s ease-in-out;
}

.sec-1-box:hover .sec-1-img img{
    transform: scale(1.05);
}

.sec-1-text h4{
    font-size: 22px;
    margin: 0;
    padding-bottom: 20px;
    color: #0978E1;
}

.sec-1-text h2{
    font-size: 45px;
    margin: 0;
    padding-bottom: 20px;
    color: #031F4B;
}

.sec-1-text p{
    font-size: 20px;
    margin: 0;
    padding-bottom: 20px;
    color: #515151;
}

.sec-wel-1{
    padding-right: 90px;
    text-align: center;
}

.sec-wel-1:hover .wel-image img{
    transform: scale(1.08);
}

.sec-wel-1:nth-child(3){
    padding-right: 0;
}

.wel-image{
    padding-bottom: 15px;
}

.wel-image img{
    transition: all 0.2s ease-in-out;
}

.wel-text h3{
    margin: 0;
    font-size: 20px;
    color: #102C58;
}

.sec-1-butt a{
    display: inline-block;
}

.sec-1-butt a button{
    width: 200px;
    height: 60px;
    background-image: linear-gradient(130deg, #6457EF 33%, #4D9BD6 73%);
    border-radius: 35px;
    border-style: none;
    font-size: 22px;
    color: white;
    transition: all 0.2s ease-in-out;
}

.sec-1-butt a button:hover{
    background-image: linear-gradient(-130deg, #6457EF 33%, #4D9BD6 73%); 
}

/* Sec-2 */

.sec-2{
    height: 850px;
    background-color: #F9F8FF;
}

.sec-2-box{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 163px;
}

.sec-2-box:hover .sec-2-image img{
    transform: scale(1.05);
}

.sec-2-box-1 h2{
    font-size: 45px;
    margin: 0;
    padding-bottom: 20px;
    color: #031F4B;
}

.sec-2-box-1 p{
    font-size: 20px;
    margin: 0;
    padding-bottom: 76px;
    color: #515151;
}

.sec-2-butt a{
    display: inline-block;
}

.sec-2-butt a button{
    width: 200px;
    height: 60px;
    background-image: linear-gradient(-130deg, #6457EF 33%, #4D9BD6 73%);
    border-radius: 35px;
    border-style: none;
    font-size: 22px;
    color: white;
    transition: all 0.2s ease-in-out;
}

.sec-2-butt a button:hover{
    background-image: linear-gradient(130deg, #6457EF 33%, #4D9BD6 73%); 
}

.sec-2-image{
    position: relative;
}

.sec-2-image img{
    border-radius: 15px 80px 15px 0;
    transition: all 0.5s ease-in-out;
}

.play-icon{
    position: absolute;
    left: -50px;
    top: -50px;
    transition: all 0.5s ease-in-out;
}

.sec-2-box:hover .play-icon{
    transform: scale(1.05);
}

.play-icon a{
    display: inline-block;
    text-decoration: none;
}

.playing{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-image: linear-gradient(140deg, #5d6ce7 25%, #3ec5c7 75%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    color: white;
    transition: all 0.2s ease-in-out;
}

.sec-2-box:hover .playing{
    background-image: linear-gradient(-140deg, #5d6ce7 25%, #3ec5c7 75%);
    color: #031F4B;
}

.sec-2-box-1 span{
    color: #0074ef;
}

/* Sec-3 */

.sec-3{
    height: 750px;
    background-image: linear-gradient(160deg, #5D6AE8 0%, #3DC9C5 100%);
    position: relative;
}

.sec-3-box{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-480px);
    width: 1100px;
    height: 200px;
    background-color: wheat;
    border-radius: 20px;
}

.sec-3-circle{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-image: linear-gradient(180deg, #5E69E8 0%, #3DC9C5 100%);
    transition: all 0.3s ease-in-out;
}

.sec-3-circle:hover{
    background-image: linear-gradient(90deg, #5E69E8 0%, #3DC9C5 100%);
    transform: scale(1.08);
}

.sec-3-text h2{
    font-size: 34px;
    color: #031F4B;
    margin: 0;
}

.sec-3-circle{
    padding-top: 25px;
    text-align: center;
}

.sec-3-circle h3{
    margin: 0;
}

.sec-3-circle h3 .counter, .sec-3-circle h3 .add{
    font-size: 34px;
    margin: 0;
    color: white;
}

.sec-3-circle span{
    font-size: 22px;
    color: white;
}

.sec-3-title{
    text-align: center;
    padding-top: 150px;
    padding-bottom: 50px;
}

.sec-3-title h4{
    font-size: 19px;
    color: white;
    margin: 0;
}

.sec-3-title h2{
    font-size: 34px;
    color: white;
    margin: 0;
}

.sec-3-card-box{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 166px;
}

.sec-3-card-1{
    width: 270px;
    height: 320px;
    background-color: white;
    text-align: center;
    padding: 20px;
    transition: all 0.5s ease-in-out;
}

.sec-3-card-1:hover{
    transform: scale(1.08);
}

.card-image-box{
    padding-bottom: 20px;
}

.card-text h3{
    font-size: 21px;
    font-weight: bold;
    color: #031F4B;
    margin: 0;
}

/* Sec-4 */

.sec-4{
    height: 896px;
    background-color: white;
}

.sec-4-title{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 50px;
}

.sec-4-title h2{
    font-size: 40px;
    color: #001B44;
    font-weight: bold;
    margin: 0;
}

.sec-4-box{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 80px;
}

.sec-4-boxing{
    display: flex;
}

.sec-4-boxing-1{
    margin-right: 30px;
    margin-bottom: 30px;
}

.sec-4-boxing-1:nth-child(2){
    margin-right: 0;
    margin-bottom: 0;
}

.sec-4-boxing .last-sec-4{
    margin-bottom: 0;
}

.sec-4-boxing-image{
    overflow: hidden;
    line-height: 0;
}

.image-1{
    border-radius: 10px 50px 10px 10px;
}

.image-2{
    border-radius: 10px 10px 50px 10px;
}

.image-3{
    border-radius: 50px 10px 10px 10px;
}

.image-4{
    border-radius: 10px 10px 50px 10px;
}

.image-1 img, .image-2 img, .image-3 img, .image-4 img{
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
}

.sec-4-boxing-1:hover .image-1 img, .sec-4-boxing-1:hover .image-2 img, .sec-4-boxing-1:hover .image-3 img, .sec-4-boxing-1:hover .image-4 img{
    transform: scale(1.2);
}

.sec-4-boxing-image a{
    display: inline-block;
}

.sec-4-boxing-image{
    position: relative;
}

.sec-4-texting{
    position: absolute;
    left: 30px;
    bottom: 40px;
}

.sec-4-texting h3{
    margin: 0;
}

.sec-4-texting h3 a{
    display: inline-block;
    text-decoration: none;
    font-size: 25px;
    color: white;
    padding-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.sec-4-texting h3 a:hover{
    color: #48cdc9;
}

.sec-4-texting h4{
    font-size: 20px;
    color: white;
    margin: 0;
}

.image-5{
    border-radius: 10px 10px 80px 10px;
}

.sec-4-box-image a{
    display: inline-block;
}

.sec-4-box-image img{
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
}

.sec-4-box-right:hover .sec-4-box-image img{
    transform: scale(1.2);
}

.sec-4-box-image{
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.sec-4-box-texting{
    position: absolute;
    left: 30px;
    bottom: 40px;
}

.sec-4-box-texting h3{
    margin: 0;
}

.sec-4-box-texting h3 a{
    display: inline-block;
    text-decoration: none;
    font-size: 31px;
    color: white;
    padding-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.sec-4-box-texting h3 a:hover{
    color: #48cdc9;
}

.sec-4-box-texting h4{
    font-size: 20px;
    color: white;
    margin: 0;
}

/* Sec-5 */

.sec-5{
    height: 898px;
    background-color: whitesmoke;
}

.sec-5-box{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 80px;
}

.sec-5-box-1 h2{
    font-size: 50px;
    font-weight: bold;
    color: #031F4B;
    margin: 0;
    padding-bottom: 30px;
}

.sec-5-box-1 p{
    font-size: 17px;
    font-weight: 400;
    color: #3D3D3D;
    margin: 0;
    padding-bottom: 100px;
}

.sec-5-ul{
    width: 436px;
    height: 400px;
    background-color: white;
    padding: 50px;
}

.sec-5-ul ul{
    padding: 0;
    margin: 0;
}

.sec-5-ul ul li{
    list-style-type: none;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #282828;
    padding-left: 40px;
    position: relative;
}

.sec-5-ul ul li:nth-child(7){
    padding-bottom: 0;
}

.sec-5-ul ul li::before{
    content: "\f00c";
    display: block;
    width: 100%;
    height: 100%;
    font-family: FontAwesome;
    color: #4F7ED4;
    position: absolute;
    left: 0;
    top: 3px;
    transition: all 0.3s ease-in-out;
}

.sec-5-ul ul li:hover::before{
    transform: translate(15px,-8px);
}

/* Sec-6 */

.sec-6{
    height: 888px;
    background: url(../images/team-bg.jpg)no-repeat center center;
    background-size: 100% 100%;
}

.sec-6-title{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 60px;
}

.sec-6-title h2{
    font-size: 40px;
    font-weight: 600;
    color: white;
    margin: 0;
}

.sec-6-box{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.sec-6-box:last-child{
    padding-bottom: 60px;
}

.sec-6-image a{
    display: inline-block;
}

.sec-6-image img{
    border-radius: 35px;
}

.sec-6-box-1{
    position: relative;
    overflow: hidden;
    border-radius: 35px;
    margin-bottom: 40px;
}

.sec-6-box .last-sec-6{
    margin-bottom: 0;
}

.sec-6-box-1::before{
    content: "";
    display: block;
    width: 270px;
    height: 276px;
    background-color: white;
    border-radius: 35px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-270px);
    opacity: 0.8;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.sec-6-box-1:hover::before{
    transform: translateX(0);
}

.sec-6-wrap{
    position: absolute;
    left: 60px;
    top: 70px;
    transform: translateX(-214px);
    z-index: 2;
    transition: all 0.4s ease-in-out;
    text-align: center;
}

.sec-6-box-1:hover .sec-6-wrap{
    transform: translateX(0);
}

.sec-6-image{
    position: relative;
}

.sec-6-text h3{
    margin: 0;
}

.sec-6-text h3 a{
    display: inline-block;
    text-decoration: none;
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #031f4b;
    transition: all 0.3s ease-in-out;
}

.sec-6-text h3 a:hover{
    color: #3dc6c6;
}

.sec-6-text h4 {
    font-size: 19px;
    margin: 0;
    padding-bottom: 15px;
    color: #3d3d3d;
}

.social-icon{
    display: flex;
}

.soc-icon{
    padding-right: 15px;
}

.soc-icon:nth-child(3){
    padding-right: 0;
}

.soc-icon a{
    display: inline-block;
    text-decoration: none;
}

.icons{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color:#3dc6c6;
    font-size: 20px;
    color: black;
    transition: all 0.3s ease-in-out;
}

.icons:hover{
    background-color: black;
    color: white;
}

.add-sec-6{
    width: 270px;
    height: 276px;
    background-color: white;
}

.sec-6-image a{
    display: inline-block;
    text-decoration: none;
}

.add-sec-6::before{
    display: none;
}

.adding{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #3dc6c6;
    font-size: 20px;
    color: black;
    transition: all 0.3s ease-in-out;
    margin-bottom: 15px;
}

.adding:hover{
    color: white;
    background-color: black;
}

.wrap-add{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.wrap-add h4{
    margin: 0;
}

.wrap-add h4 a{
    display: inline-block;
    text-decoration: none;
    font-size: 21px;
    color: #728299;
    transition: all 0.3s ease-in-out;
}

.wrap-add h4 a:hover{
    color: #3dc6c6;
}

/* Sec-7 */

.sec-7{
    height: 286px;
    background-color: wheat;
}

.sec-7-title{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec-7-title h2{
    font-size: 40px;
    color: #031F4B;
    font-weight: bold;
    margin: 0;
}

.sec-7-box{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 50px;
}

.sec-7-bar{
    display: flex;
    padding-bottom: 20px;
}

.sec-7-bar h3{
    font-size: 20px;
    margin-right: 34px;
    margin-bottom: 0;
    color: #031F4B;
}

.sec-7-bar h4{
    font-size: 20px;
    margin: 0;
    color: #031F4B;
}

progress{
    width: 240px;
    height: 30px;
}

/* Sec-8 */

.sec-8{
    height: 720px;
    background-color: white;
}

.sec-8-title{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.sec-8-title h2{
    font-size: 45px;
    margin: 0;
}

.sec-8-box{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 80px;
}

.sec-8-image a{
    display: inline-block;
}

.sec-8-image img{
    border-radius: 25px;
}

.sec-8-box-1{
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}

.sec-8-textbox{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,70%);
    z-index: 2;
    transition: all 0.4s ease-in-out;
    width: 320px;
    height: 300px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 86px 20px 20px 20px;
    border-radius: 25px;
    text-align: center;
}

.sec-8-box-1:hover .sec-8-textbox{
    transform: translate(-50%,-50%);
}

.sec-8-textbox h3{
    margin: 0;
}

.sec-8-textbox h3 a{
    font-size: 23px;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 20px;
    color: #011b43;
    transition: all 0.3s ease-in-out;
}

.sec-8-textbox h3 a:hover{
    color: #3ec4c7;
}

.sec-8-butt a{
    display: inline-block;
}

.sec-8-butt{
    text-align: center;
}

.sec-8-textbox a button{
    width: 170px;
    height: 50px;
    background-color:#3dc6c6;
    border-radius: 35px;
    border-style: none;
    font-size: 22px;
    color: white;
    transition: all 0.3s ease-in-out;
}

.sec-8-textbox a button:hover{
    background-color: #011b43;
}

/* Sec-9 */

.sec-9{
    height: 636px;
    background-color: whitesmoke;
    padding-bottom: 110px;
    background-image: url(../images/testimonials-right-img.png);
    background-repeat: no-repeat;
    background-position: 80% 0;
    position: relative;
}

.satisfac{
    width: 200px;
    height: 200px;
    background-image: linear-gradient(180deg, #5E69E8 0%, #3DC9C5 100%);
    border-radius: 50%;
    position: absolute;
    left: 76%;
    top: 40%;
}

.satisfac h3{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 42px;
    margin: 0;
    padding-bottom: 10px;
    font-size: 30px;
    color: white;
}

.satisfac h4{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 42px;
    text-align: center;
    margin: 0;
    font-size: 25px;
    color: white;
}

.sliding{
    width: 50%;
}

.sec-9-box{
    height: 350px;
    background-color: wheat;
    padding: 25px;
}

.sec-9-box p{
    text-align: center;
    font-size: 22px;
    margin: 0;
    padding-bottom: 20px;
}

.image-sec-text h3{
    margin: 0;
    font-size: 21px;
}

.image-sec-text h4{
    margin: 0;
    font-size: 18px;
}

.sec-9-title{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.sec-9-title h2{
    margin: 0;
    font-size: 40px;
}

.image-sec-9{
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.image-sec-9 img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.sec-9-imagebox{
    display: flex;
    align-items: center;
    justify-content: center;
}

.indicate .li-slide{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #3dc6c6;
}

/* Sec-10 */

.sec-10{
    height: 850px;
    background-color: #4D9BD6;
}

.sec-10-title{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec-10-title h2{
    font-size: 45px;
    color: white;
    margin: 0;
}

.sec-10-box{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sec-10-box-1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 700px;
    background-color:white;
    text-align: center;
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* .sec-10-box-1::after{
    content: "";
    display: block;
    width: 3px;
    height: 700px;
    background-color: #3dc6c6;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease-in-out;
}

.sec-10-box-1:nth-child(3)::after{
    display: none;
} */

.sec-10-box-1:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #393E80;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-700px);
    transition: all 0.5s ease-in-out;
    z-index: -1;
}

.sec-10-box-1:hover::before{
    transform: translateX(0);
}

.sec-10-textbox{
    color: #282828;
    transition: all 0.5s ease-in-out;
}

.sec-10-box-1:hover .sec-10-textbox{
    color: white;
}

.sec-10-textbox h4{
    font-size: 19px;
    margin: 0;
    padding-bottom: 30px;
}

.sec-10-textbox h3{
    font-size: 55px;
    margin: 0;
    padding-bottom: 30px;
}

.sec-10-textbox p{
    font-size: 17px;
    margin: 0;
    line-height: 50px;
    padding-bottom: 30px;
}

.sec-10-butt a{
    display: inline-block;
}

.sec-10-butt a button{
    width: 200px;
    height: 60px;
    background-color: #282828;
    border-radius: 35px;
    border-style: none;
    font-size: 22px;
    color: white;
    transition: all 0.3s ease-in-out;
}

.sec-10-butt a button:hover{
    color: #282828;
    background-color: white;
}

/* Sec-11 */

.sec-11{
    height: 708px;
    background-image: linear-gradient(180deg, #5E69E8 0%, #3DC9C5 100%);
}

.sec-11-title{
    text-align: center;
    padding-top: 150px;
    padding-bottom: 80px;
}

.sec-11-title h2{
    font-size: 45px;
    color: white;
    margin: 0;
    padding-bottom: 20px;
}

.sec-11-title p{
    font-size: 20px;
    color: white;
    margin: 0;
}

.box-in{
    text-align: center;
    width: 1378px;
    padding-bottom: 80px;
}

.logo-sliding img{
    width: 300px;
    height: 150px;
}

/* Sec-12 */

.sec-12{
    height: 888px;
    background-color: whitesmoke;
    position: relative;
}

.sec-12-title{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 200px;
}

.sec-12-title h2{
    font-size: 45px;
    margin: 0;
    color: #001B44;
}

.sec-12-box{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-80%);
    z-index: 1;
}

.sec-12-box-1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 250px;
    border-radius: 25px;
    background-image: linear-gradient(180deg, #5E69E8 0%, #3DC9C5 100%);
    margin-right: 35px;
    text-align: center;
    padding: 20px;
    transition: all 0.5s ease-in-out;
}

.sec-12-box-1:hover{
    transform: scale(1.08);
}

.sec-12-box-1:nth-child(4){
    margin-right: 0;
}

.sec-12-textbox img{
    padding-bottom: 20px;
}

.sec-12-textbox h3{
    padding-bottom: 20px;
    margin: 0;
    font-size: 25px;
    color: white;
}

.sec-12-textbox p{
    margin: 0;
    font-size: 18px;
    color: white;
}

/* Footer */

.main-foot{
    height: 720px;
    background-color: #282828;
    position: relative;
}

.foot-logo-box{
    width: 230px;
    height: 140px;
    border-radius: 25px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-436px);
}

.foot-logo-box a{
    display: inline-block;
}

.footer-box{
    display: flex;
    justify-content: space-evenly;
    padding-top: 180px;
    padding-bottom: 100px;
    position: relative;
}

.footer-box:hover::after{
    background-color: #3dc6c6;
}

.footer-box:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: white;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%,320px);
    transition: all 0.3s ease-in-out;
}

.footer-box-1 h3{
    color: white;
    font-size: 30px;
    margin: 0;
    padding-bottom: 20px;
}

.footer-box-1 p{
    color: #d9d9d9;
    font-size: 18px;
    margin: 0;
    padding-bottom: 20px;
}

.soc-icon{
    display: flex;
}

.social{
    padding-right: 15px;
}

.social a{
    text-decoration: none;
    display: inline-block;
}

.social:nth-child(4){
    padding-right: 0;
}

.icons-footer{
    width: 45px;
    height: 45px;
    background-color: #d9d9d9;
    font-size: 22px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #272727;
    transition: all 0.3s ease-in-out;
}

.icons-footer:hover{
    background-color: #3dc6c6;
    color: white;
}

.footer-box-1 ul{
    padding: 0;
    margin: 0;
}

.footer-box-1 ul li{
   list-style-type: none;
   padding-bottom: 15px;
   padding-left: 30px;
   position: relative;
   z-index: 1;
}

.footer-box-1 ul li::before{
    content: "\f105";
    width: 100%;
    height: 100%;
    font-family: FontAwesome;
    font-size: 20px;
    color: white;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.footer-box-1 ul li:hover::before{
    color: #3dc6c6;
    transform: translateX(10px);
}

.footer-box-1 ul li a{
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    color: #d9d9d9;
    transition: all 0.3s ease-in-out;
}

.footer-box-1 ul li .active{
    color: #3dc6c6;
}

.footer-box-1 ul .last-foot{
    padding-bottom: 0;
}

.footer-box-1 ul li a:hover{
    color: #3dc6c6;
}

.footer-box-1 h4{
    color: #d9d9d9;
    margin: 0;
    padding-bottom: 40px;
    font-size: 20px;
}

.footer-box-1 h4:last-child{
    padding-bottom: 0;
}

.footer-box-1 h4 a{
    display: inline-block;
    text-decoration: none;
    color: #d9d9d9;
    transition: all 0.3s ease-in-out;
}

.footer-box-1 h4 a:hover{
    color: #3dc6c6;
}

.footer-second{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-second h4{
    color: white;
    font-size: 20px;
    margin: 0;
}



/* Mediaquery */

/* For Extra Small Screen */

@media(max-width:575.98px){

    .container-IT{
        padding: 0 50px 0 50px;
    }

    /* Nav */

    .tog-icon{
        display: block;
        position: absolute;
        right: 70px;
        top: 36px;
    }

    .main-nav{
        height: auto;
    }

    .nav-logo{
        padding-bottom: 20px;
    }

    .nav-logo img{
        max-width: 80px;
    }

    .nav-box{
        flex-direction: column;
        flex-wrap: wrap;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .nav-ul li{
        display: block;
        padding-right:0;
        padding-bottom: 20px;
        text-align: center;
    }

    .nav-ul li a{
        font-size: 18px;
    }

    .box-call{
        height: auto;
        width: auto;;
        padding: 10px;
    }

    .call-1 img{
        max-width: 30px;
    }

    .call-text a{
        font-size: 15px;
        color: white;
        transition: all 0.2s ease-in-out;
    }

    /* Banner */

    .banner{
        height: auto;
    }

    .slide img{
       height: 380px;
    }

    .banner-text{
        transform: translate(-50%,-50%);
    }

    .banner-text h1{
        font-size: 22px;
        padding-bottom: 20px;
    }

    .banner-text p{
        font-size: 18px;
        padding-bottom: 20px;
    }

    .banner-butt a button{
        width: 140px;
        height: 40px;
        font-size: 18px;
    }

    /* Card-Sec */

    .card-sec{
        height: 1750px;
    }

    .card-box{
        flex-direction: column;
        flex-wrap: wrap;
        transform: translate(-50%,-55%);
        z-index: 1;
    }

    .card-box-1{
        width: 250px;
        height: 280px;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .card-box-1:hover{
        transform: scale(1.02);
    }

    .card-box-1:nth-child(5){
        margin-bottom: 0;
    }

    .card-text-box{
        flex-direction: column;
        flex-wrap: wrap;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        position: absolute;
        left: 50%;
        bottom: 50%;
        transform: translate(-50%,850px);
    }

    .texting h2{
        font-size: 16px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .texting-button a button{
        width: 180px;
        height: 40px;
        font-size: 16px;
    }

    .texting-button:after{
        width: 140px;
        height: 286px;
        right: -50px;
        top: -262px;
    }

    /* Sec-1 */

    .sec-1{
        height: auto;
    }

    .sec-1-box{
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
    }

    .sec-welcome{
        flex-direction: column;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .experience{
        width: 90px;
        height: 90px;
        right: -16px;
        top: -30px;
    }

    .experience h4{
        font-size: 16px;
        padding-top: 20px;
    }

    .sec-1-img{
        padding-bottom: 25px;
    }

    .sec-1-img img{
        border-radius: 15px 15px 30px 15px;
        max-width: 200px;
    }

    .sec-1-text h4{
        font-size: 20px;
        padding-bottom: 20px;
    }

    .sec-1-text h2{
        font-size: 25px;
        padding-bottom: 20px;
    }

    .sec-1-text p{
        font-size: 18px;
        padding-bottom: 20px;
    }

    .sec-wel-1{
        padding-right:0;
        margin-bottom: 25px;
        text-align: center;
    }

    .sec-wel-1:nth-child(3){
        margin-bottom: 0;
    }

    .wel-text h3{
        font-size: 18px;
    }

    .sec-1-butt a button{
        width: 140px;
        height: 40px;
        font-size: 18px;
    }

    /* Sec-2 */

    .sec-2{
        height: auto;
    }

    .sec-2-box{
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-2-box-1{
        text-align: center;
    }

    .sec-2-box-1 h2{
        font-size: 25px;
        padding-bottom: 20px;
    }

    .sec-2-box-1 p{
        font-size: 18px;
        padding-bottom: 40px;
    }

    .sec-2-butt{
        padding-bottom: 30px;
    }

    .sec-2-butt a button{
        width: 140px;
        height: 40px;
        font-size: 18px;
    }

    .sec-2-image img{
        border-radius: 15px 40px 15px 0;
        max-width: 200px;
    }

    .play-icon{
        left: -20px;
        top: -20px;
    }

    .playing{
        width: 80px;
        height: 80px;
        font-size: 30px;
    }

    /* Sec-3 */

    .sec-3{
        height: auto;
        background-color: #3dc6c6;
    }

    .sec-3-box{
        flex-direction: column;
        width: 250px;
        height: 850px;
        transform: translate(-50%,-138%);
    }

    .sec-3-text{
        text-align: center;
    }

    .sec-3-title{
        padding-top: 880px;
        padding-bottom: 50px;
    }

    .sec-3-title h4{
        font-size: 18px;
        padding-bottom: 10px;
    }

    .sec-3-title h2{
        font-size: 26px;
    }

    .sec-3-card-box{
        padding-bottom: 40px;
        flex-direction: column;
    }

    .sec-3-card-1{
        width: auto;
        height: auto;
        margin-bottom: 20px;
    }

    .sec-3-card-1:hover{
        transform: scale(1.02);
    }

    .sec-3-card-1:nth-child(4){
        margin-bottom: 0;
    }

    .card-text h3{
        font-size: 18px;
    }

    /* Sec-4 */

    .sec-4{
        height: auto;
    }

    .sec-4-title{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-4-title h2{
        font-size: 25px;
    }

    .sec-4-box{
        flex-direction: column;
        flex-wrap: wrap;
        padding-bottom: 40px;
    }

    .sec-4-boxing{
        flex-direction: column;
        flex-wrap: wrap;
    }

    .sec-4-boxing-1{
        margin-right: 0;
        margin-bottom: 30px;
    }

    .sec-4-boxing-1:nth-child(2){
        margin-bottom: 30px;
    }

    .sec-4-boxing .last-sec-4{
        margin-bottom: 30px;
    }

    .image-1{
        border-radius: 10px 30px 10px 10px;
    }
    
    .image-2{
        border-radius: 10px 10px 30px 10px;
    }
    
    .image-3{
        border-radius: 30px 10px 10px 10px;
    }
    
    .image-4{
        border-radius: 10px 10px 30px 10px;
    }

    .image-5{
        border-radius: 10px 10px 30px 10px;
    }

    .sec-4-box-image img{
        max-width: 270px;
    }

    .sec-4-texting h3 a{
        font-size: 23px;
    }
    
    .sec-4-box-texting h3 a{
        font-size: 25px;
    }

    /* Sec-5 */

    .sec-5{
        height: auto;
    }

    .sec-5-box{
        flex-direction: column;
        padding-top: 40px;
    }

    .sec-5-box-1 h2{
        font-size: 25px;
        padding-bottom: 20px;
        text-align: center;
    }

    .sec-5-box-1 p{
        font-size: 17px;
        padding-bottom: 50px;
        text-align: center;
    }

    .sec-5-ul{
        width: auto;
        height: auto;
        padding: 30px;
        margin-bottom: 25px
    }

    .sec-5-ul ul li{
        padding-bottom: 15px;
        font-size: 18px;
        padding-left: 40px;
    }

    .solution-image img{
        max-width: 250px;
    }

    /* Sec-6 */

    .sec-6{
        height: auto;
    }
    
    .sec-6-title{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-6-title h2{
        font-size: 25px;
    }

    .sec-6-box{
        flex-direction: column;
    }

    .sec-6-box:last-child{
        padding-bottom: 40px;
    }

    .sec-6-box .last-sec-6{
        margin-bottom: 35px;
    }

    .sec-6-box .last-sec-6:nth-child(4){
        margin-bottom: 0;
    }

    /* Sec-7 */

    .sec-7{
        height: auto;
    }

    .sec-7-title{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-7-title h2{
        font-size: 25px;
    }

    .sec-7-box{
        flex-direction: column;
        padding-bottom: 30px;
    }

    .sec-7-box-1{
        margin-bottom: 25px;
    }

    .sec-7-box-1:nth-child(4){
        margin-bottom: 0;
    }

    .sec-7-bar{
        padding-bottom: 15px;
    }

    /* Sec-8 */

    .sec-8{
        height: auto;
    }

    .sec-8-title{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-8-title h2{
        font-size: 25px;
    }

    .sec-8-box{
        flex-direction: column;
        padding-bottom: 40px;
    }

    .sec-8-box-1{
        margin-bottom: 25px;
    }

    .sec-8-box-1:nth-child(3){
        margin-bottom: 0;
    }

    .sec-8-image img{
       max-width: 250px;
    }

    .sec-8-textbox h3 a{
        font-size: 21px;
    }

    .sec-8-textbox{
        transform: translate(-50%,70%);
        padding: 20px;
        width: 200px;
        height: 200px;
    }

    .sec-8-textbox a button{
        width: 120px;
        height: 40px;
        font-size: 19px;
    }

    /* Sec-9 */

    .sec-9{
        height: auto;
        padding-bottom: 40px;
        background-position: 94% 30%;
        background-size: 28% 89%;
    }

    .satisfac{
        width: 70px;
        height: 70px;
        position: absolute;
        left: 10%;
        top: 14%;
    }

    .satisfac h3{
        padding-top: 10px;
        padding-bottom: 0;
        font-size: 14px;
    }

    .satisfac h4{
        padding-bottom: 10px;
        font-size: 12px;
    }

    .sliding{
        width:auto;
    }

    .sec-9-box{
        height: auto;
        width: auto;
        padding: 12px;
    }

    .sec-9-box p{
        font-size: 15px;
        padding-bottom: 15px;
    }

    .image-sec-9 img{
        width: 100%;
        height: 100%;
    }

    .image-sec-text h3{
        font-size: 12px;
    }

    .image-sec-text h4{
        font-size: 12px;
    }

    .sec-9-title{
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .sec-9-title h2{
        font-size: 19px;
    }

    .indicate .li-slide{
        width: 10px;
        height: 10px;
    }

    .indicate{
        position: absolute;
        bottom: -18px;
    }

    /* Sec-10 */

    .sec-10{
        height: auto;
    }

    .sec-10-title{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-10-title h2{
        font-size: 25px;
    }

    .sec-10-box{
        flex-direction: column;
    }

    .sec-10-box-1{
        width: auto;
        height: auto;
        padding: 30px;
    }

    .sec-10-textbox h4{
        padding-bottom: 30px;
    }

    .sec-10-textbox p{
        font-size: 16px;
        line-height: 34px;
    }

    .sec-10-butt a button{
        width: 150px;
        height: 50px;
        font-size: 18px;
    }

    /* Sec-11 */

    .sec-11{
        height: auto;
    }

    .sec-11-title{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-11-title h2{
        font-size: 25px;
    }

    .sec-11-title p{
        font-size: 18px;
    }

    .box-in{
        width: auto;
        padding-bottom: 40px;
    }

    .logo-sliding img{
        width: auto;
        height: auto;
    }

    /* Sec-12 */

    .sec-12{
        height: 1400px;
    }

    .sec-12-title{
        padding-top: 40px;
        padding-bottom: 800px;
    }

    .sec-12-title h2{
        font-size: 25px;
    }

    .sec-12-box{
        flex-direction: column;
        transform: translate(-50%,-72%);
    }

    .sec-12-box-1{
        width: 100%;
        height: 100%;
        margin-right: 0;
        margin-bottom: 25px;
        padding: 15px;
        flex-direction: column;
    }

    .sec-12-box-1:nth-child(4){
        margin-bottom: 0;
    }

    .sec-12-textbox img{
        padding-bottom: 12px;
    }
    
    .sec-12-textbox h3{
        padding-bottom: 12px;
        font-size: 20px;
    }
    
    .sec-12-textbox p{
        font-size: 14px;
    }

    /* Footer */

    .main-foot{
        height: auto;
    }

    .foot-logo-box{
        width: 200px;
        height: 100px;
        left: 50%;
        top: 390px;
    }

    .footer-box{
        flex-direction: column;
        padding-top: 100px;
        padding-bottom: 80px;
    }

    .footer-box:after{
        left: 50%;
        bottom: 30px;
        transform: translate(-50%,-50%);
    }

    .footer-box-1{
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-box-1:nth-child(4){
        margin-bottom: 0;
    }

    .soc-icon{
        justify-content: center;
    }

    .footer-box-1 ul li{
        padding-left: 0;
    }

    .footer-box-1 ul li::before{
        left: -110px;
        top: 0;
    }

    .footer-second{
        flex-direction: column;
        padding-top: 0;
        text-align: center;
    }

    .footer-second h4{
        font-size: 17px;
        padding-bottom: 15px;
    }

    .footer-second h4:nth-child(2){
        padding-bottom: 0;
    }

    .footer-box-1 h4{
        color: #d9d9d9;
        margin: 0;
        padding-bottom: 20px;
        font-size: 18px;
    }


}
    


/* For Small Screen */

@media(min-width:576px) and (max-width:767.98px){

    .container-IT{
        padding: 0 50px 0 50px;
    }

    /* Nav */

    .tog-icon{
        display: block;
        position: absolute;
        right: 150px;
        top: 36px;
    }

    .main-nav{
        height: auto;
    }

    .nav-logo{
        padding-bottom: 20px;
    }

    .nav-logo img{
        max-width: 90px;
    }

    .nav-box{
        flex-direction: column;
        flex-wrap: wrap;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .nav-ul li{
        display: block;
        padding-right:0;
        padding-bottom: 20px;
        text-align: center;
    }

    .nav-ul li a{
        font-size: 20px;
    }

    .box-call{
        height: auto;
        width: auto;;
        padding: 10px;
    }

    .call-1 img{
        max-width: 35px;
    }

    .call-text a{
        font-size: 18px;
        color: white;
        transition: all 0.2s ease-in-out;
    }

    /* Banner */

    .banner{
        height: auto;
    }

    .slide img{
       height: 380px;
    }

    .banner-text{
        transform: translate(-50%,-50%);
    }

    .banner-text h1{
        font-size: 26px;
        padding-bottom: 20px;
    }

    .banner-text p{
        font-size: 22px;
        padding-bottom: 20px;
    }

    .banner-butt a button{
        width: 150px;
        height: 45px;
        font-size: 20px;
    }

    /* Card-Sec */

    .card-sec{
        height: 1750px;
    }

    .card-box{
        flex-direction: column;
        flex-wrap: wrap;
        transform: translate(-50%,-55%);
        z-index: 1;
    }

    .card-box-1{
        width: 250px;
        height: 280px;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .card-box-1:hover{
        transform: scale(1.02);
    }

    .card-box-1:nth-child(5){
        margin-bottom: 0;
    }

    .card-text-box{
        flex-direction: column;
        flex-wrap: wrap;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        position: absolute;
        left: 50%;
        bottom: 50%;
        transform: translate(-50%,850px);
    }

    .texting h2{
        font-size: 19px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .texting-button a button{
        width: 200px;
        height: 45px;
        font-size: 18px;
    }

    .texting-button:after{
        width: 200px;
        height: 286px;
        right: -90px;
        top: -262px;
    }

    /* Sec-1 */

    .sec-1{
        height: auto;
    }

    .sec-1-box{
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
    }

    .sec-welcome{
        flex-direction: column;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .experience{
        width: 120px;
        height: 120px;
        right: -16px;
        top: -30px;
    }

    .experience h4{
        font-size: 22px;
        padding-top: 28px;
    }

    .sec-1-img{
        padding-bottom: 25px;
    }

    .sec-1-img img{
        border-radius: 15px 15px 30px 15px;
        max-width: 250px;
    }

    .sec-1-text h4{
        font-size: 22px;
        padding-bottom: 20px;
    }

    .sec-1-text h2{
        font-size: 28px;
        padding-bottom: 20px;
    }

    .sec-1-text p{
        font-size: 20px;
        padding-bottom: 20px;
    }

    .sec-wel-1{
        padding-right:0;
        margin-bottom: 25px;
        text-align: center;
    }

    .sec-wel-1:nth-child(3){
        margin-bottom: 0;
    }

    .wel-text h3{
        font-size: 20px;
    }

    .sec-1-butt a button{
        width: 160px;
        height: 45px;
        font-size: 19px;
    }

    /* Sec-2 */

    .sec-2{
        height: auto;
    }

    .sec-2-box{
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-2-box-1{
        text-align: center;
    }

    .sec-2-box-1 h2{
        font-size: 28px;
        padding-bottom: 20px;
    }

    .sec-2-box-1 p{
        font-size: 20px;
        padding-bottom: 40px;
    }

    .sec-2-butt{
        padding-bottom: 30px;
    }

    .sec-2-butt a button{
        width: 160px;
        height: 45px;
        font-size: 19px;
    }

    .sec-2-image img{
        border-radius: 15px 40px 15px 0;
        max-width: 250px;
    }

    .play-icon{
        left: -20px;
        top: -20px;
    }

    .playing{
        width: 100px;
        height: 100px;
        font-size: 34px;
    }

    /* Sec-3 */

    .sec-3{
        height: auto;
        background-color: #3dc6c6;
    }

    .sec-3-box{
        flex-direction: column;
        width: 250px;
        height: 850px;
        transform: translate(-50%,-138%);
    }

    .sec-3-text{
        text-align: center;
    }

    .sec-3-title{
        padding-top: 880px;
        padding-bottom: 50px;
    }

    .sec-3-title h4{
        font-size: 19px;
        padding-bottom: 10px;
    }

    .sec-3-title h2{
        font-size: 28px;
    }

    .sec-3-card-box{
        padding-bottom: 40px;
        flex-direction: column;
    }

    .sec-3-card-1{
        width: auto;
        height: auto;
        margin-bottom: 20px;
    }

    .sec-3-card-1:hover{
        transform: scale(1.02);
    }

    .sec-3-card-1:nth-child(4){
        margin-bottom: 0;
    }

    .card-text h3{
        font-size: 20px;
    }

    /* Sec-4 */

    .sec-4{
        height: auto;
    }

    .sec-4-title{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-4-title h2{
        font-size: 28px;
    }

    .sec-4-box{
        flex-direction: column;
        flex-wrap: wrap;
        padding-bottom: 40px;
    }

    .sec-4-boxing{
        flex-direction: column;
        flex-wrap: wrap;
    }

    .sec-4-boxing-1{
        margin-right: 0;
        margin-bottom: 30px;
    }

    .sec-4-boxing-1:nth-child(2){
        margin-bottom: 30px;
    }

    .sec-4-boxing .last-sec-4{
        margin-bottom: 30px;
    }

    .image-1{
        border-radius: 10px 35px 10px 10px;
    }
    
    .image-2{
        border-radius: 10px 10px 35px 10px;
    }
    
    .image-3{
        border-radius: 35px 10px 10px 10px;
    }
    
    .image-4{
        border-radius: 10px 10px 35px 10px;
    }

    .image-5{
        border-radius: 10px 10px 35px 10px;
    }

    .sec-4-box-image img{
       max-width: 270px;
    }

    .sec-4-box-texting h3 a{
        font-size: 28px;
    }

    /* Sec-5 */

    .sec-5{
        height: auto;
    }

    .sec-5-box{
        flex-direction: column;
        padding-top: 40px;
    }

    .sec-5-box-1 h2{
        font-size: 28px;
        padding-bottom: 20px;
        text-align: center;
    }

    .sec-5-box-1 p{
        font-size: 17px;
        padding-bottom: 50px;
        text-align: center;
    }

    .sec-5-ul{
        width: auto;
        height: auto;
        padding: 30px;
        margin-bottom: 25px;
    }

    .sec-5-ul ul li{
        padding-bottom: 15px;
        font-size: 20px;
    }

    .solution-image img{
        max-width: 350px;
    }

    /* Sec-6 */

    .sec-6{
        height: auto;
    }
    
    .sec-6-title{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-6-title h2{
        font-size: 28px;
    }

    .sec-6-box{
        flex-direction: column;
    }

    .sec-6-box:last-child{
        padding-bottom: 40px;
    }

    .sec-6-box .last-sec-6{
        margin-bottom: 35px;
    }

    .sec-6-box .last-sec-6:nth-child(4){
        margin-bottom: 0;
    }

    /* Sec-7 */

    .sec-7{
        height: auto;
    }

    .sec-7-title{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-7-title h2{
        font-size: 28px;
    }

    .sec-7-box{
        flex-direction: column;
        padding-bottom: 30px;
    }

    .sec-7-box-1{
        margin-bottom: 25px;
    }

    .sec-7-box-1:nth-child(4){
        margin-bottom: 0;
    }

    .sec-7-bar{
        padding-bottom: 15px;
    }

    /* Sec-8 */

    .sec-8{
        height: auto;
    }

    .sec-8-title{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-8-title h2{
        font-size: 30px;
    }

    .sec-8-box{
        flex-direction: column;
        padding-bottom: 40px;
    }

    .sec-8-box-1{
        margin-bottom: 25px;
    }

    .sec-8-box-1:nth-child(3){
        margin-bottom: 0;
    }

    .sec-8-image img{
       max-width: 300px;
    }

    .sec-8-textbox h3 a{
        font-size: 21px;
    }

    .sec-8-textbox{
        transform: translate(-50%,70%);
        padding:60px 20px 20px 20px;
        width: 250px;
        height: 250px;
    }

    .sec-8-textbox a button{
        width: 140px;
        height: 50px;
        font-size: 20px;
    }

    /* Sec-9 */

    .sec-9{
        height: auto;
        padding-bottom: 40px;
        background-position: 94% 30%;
        background-size: 34% 90%;
    }

    .satisfac{
        width: 90px;
        height: 90px;
        position: absolute;
        left: 10%;
        top: 14%;
    }

    .satisfac h3{
        padding-top: 14px;
        padding-bottom: 0;
        font-size: 20px;
    }

    .satisfac h4{
        padding-bottom: 14px;
        font-size: 14px;
    }

    .sliding{
        width:auto;
    }

    .sec-9-box{
        height: auto;
        width: auto;
        padding: 12px;
    }

    .sec-9-box p{
        font-size: 18px;
        padding-bottom: 15px;
    }

    .image-sec-9 img{
        width: 100%;
        height: 100%;
    }

    .image-sec-text h3{
        font-size: 18px;
    }

    .image-sec-text h4{
        font-size: 15px;
    }

    .sec-9-title{
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .sec-9-title h2{
        font-size: 28px;
    }

    .indicate .li-slide{
        width: 10px;
        height: 10px;
    }

    .indicate{
        position: absolute;
        bottom: -20px;
    }

    /* Sec-10 */

    .sec-10{
        height: auto;
    }

    .sec-10-title{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-10-title h2{
        font-size: 30px;
    }

    .sec-10-box{
        flex-direction: column;
    }

    .sec-10-box-1{
        width: auto;
        height: auto;
        padding: 30px;
    }

    .sec-10-textbox h4{
        padding-bottom: 30px;
    }

    .sec-10-textbox p{
        font-size: 17px;
        line-height: 34px;
    }

    .sec-10-butt a button{
        width: 160px;
        height: 50px;
        font-size: 20px;
    }

    /* Sec-11 */

    .sec-11{
        height: auto;
    }

    .sec-11-title{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-11-title h2{
        font-size: 30px;
    }

    .sec-11-title p{
        font-size: 20px;
    }

    .box-in{
        width: auto;
        padding-bottom: 40px;
    }

    .logo-sliding img{
        width: auto;
        height: auto;
    }

    /* Sec-12 */

    .sec-12{
        height: 1400px;
    }

    .sec-12-title{
        padding-top: 40px;
        padding-bottom: 800px;
    }

    .sec-12-title h2{
        font-size: 28px;
    }

    .sec-12-box{
        flex-direction: column;
        transform: translate(-50%,-72%);
    }

    .sec-12-box-1{
        width: 100%;
        height: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 15px;
        flex-direction: column;
    }

    .sec-12-box-1:nth-child(4){
        margin-bottom: 0;
    }

    .sec-12-textbox img{
        padding-bottom: 15px;
    }
    
    .sec-12-textbox h3{
        padding-bottom: 15px;
        font-size: 22px;
    }
    
    .sec-12-textbox p{
        font-size: 16px;
    }

    /* Footer */

    .main-foot{
        height: auto;
    }

    .foot-logo-box{
        width: 200px;
        height: 100px;
        left: 50%;
        top: 390px;
    }

    .footer-box{
        flex-direction: column;
        padding-top: 100px;
        padding-bottom: 80px;
    }

    .footer-box:after{
        left: 50%;
        bottom: 30px;
        transform: translate(-50%,-50%);
    }

    .footer-box-1{
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-box-1:nth-child(4){
        margin-bottom: 0;
    }

    .soc-icon{
        justify-content: center;
    }

    .footer-box-1 ul li{
        padding-left: 0;
    }

    .footer-box-1 ul li::before{
        left: -110px;
        top: 0;
    }

    .footer-second{
        flex-direction: column;
        padding-top: 0;
        text-align: center;
    }

    .footer-second h4{
        font-size: 20px;
        padding-bottom: 15px;
    }

    .footer-second h4:nth-child(2){
        padding-bottom: 0;
    }

    .footer-box-1 h4{
        padding-bottom: 20px;
        font-size: 20px;
    }
 

}

/* For Medium Screen */

@media(min-width:768px) and (max-width:991.98px){

    .container-IT{
        padding: 0 50px 0 50px;
    }

    /* Nav */

    .tog-icon{
        display: block;
        position: absolute;
        right: 200px;
        top: 36px;
    }

    .main-nav{
        height: auto;
    }

    .nav-logo{
        padding-bottom: 20px;
    }

    .nav-logo img{
        max-width: 100px;
    }

    .nav-box{
        flex-direction: column;
        flex-wrap: wrap;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .nav-ul li{
        display: block;
        padding-right:0;
        padding-bottom: 20px;
        text-align: center;
    }

    .nav-ul li a{
        font-size: 22px;
    }

    .box-call{
        height: auto;
        width: auto;;
        padding: 10px;
    }

    .call-text a{
        font-size: 20px;
        color: white;
        transition: all 0.2s ease-in-out;
    }

    /* Banner */

    .banner{
        height: auto;
    }

    .slide img{
       height: 380px;
    }

    .banner-text{
        transform: translate(-50%,-50%);
    }

    .banner-text h1{
        font-size: 30px;
        padding-bottom: 20px;
    }

    .banner-text p{
        font-size: 24px;
        padding-bottom: 20px;
    }

    .banner-butt a button{
        width: 160px;
        height: 50px;
        font-size: 20px;
    }

    /* Card-Sec */

    .card-sec{
        height: 1750px;
    }

    .card-box{
        flex-direction: column;
        flex-wrap: wrap;
        transform: translate(-50%,-55%);
        z-index: 1;
    }

    .card-box-1{
        width: 250px;
        height: 280px;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .card-box-1:hover{
        transform: scale(1.02);
    }

    .card-box-1:nth-child(5){
        margin-bottom: 0;
    }

    .card-text-box{
        flex-direction: column;
        flex-wrap: wrap;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        position: absolute;
        left: 50%;
        bottom: 50%;
        transform: translate(-50%,830px);
    }

    .texting h2{
        font-size: 19px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .texting-button a button{
        width: 220px;
        height: 50px;
        font-size: 20px;
    }

    .texting-button:after{
        width: 200px;
        height: 286px;
        right: -120px;
        top: -260px;
    }

    /* Sec-1 */

    .sec-1{
        height: auto;
    }

    .sec-1-box{
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
    }

    .sec-welcome{
        flex-direction: column;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .experience{
        width: 150px;
        height: 150px;
        right: -16px;
        top: -30px;
    }

    .experience h4{
        font-size: 26px;
        padding-top: 38px;
    }

    .sec-1-img{
        padding-bottom: 25px;
    }

    .sec-1-img img{
        border-radius: 15px 15px 30px 15px;
        max-width: 300px;
    }

    .sec-1-text h4{
        font-size: 22px;
        padding-bottom: 20px;
    }

    .sec-1-text h2{
        font-size: 34px;
        padding-bottom: 20px;
    }

    .sec-1-text p{
        font-size: 20px;
        padding-bottom: 20px;
    }

    .sec-wel-1{
        padding-right:0;
        margin-bottom: 25px;
        text-align: center;
    }

    .sec-wel-1:nth-child(3){
        margin-bottom: 0;
    }

    .wel-text h3{
        font-size: 20px;
    }

    .sec-1-butt a button{
        width: 180px;
        height: 55px;
        font-size: 20px;
    }

    /* Sec-2 */

    .sec-2{
        height: auto;
    }

    .sec-2-box{
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-2-box-1{
        text-align: center;
    }

    .sec-2-box-1 h2{
        font-size: 30px;
        padding-bottom: 20px;
    }

    .sec-2-box-1 p{
        font-size: 20px;
        padding-bottom: 40px;
    }

    .sec-2-butt{
        padding-bottom: 30px;
    }

    .sec-2-butt a button{
        width: 170px;
        height: 50px;
        font-size: 20px;
    }

    .sec-2-image img{
        border-radius: 15px 60px 15px 0;
        max-width: 300px;
    }

    .play-icon{
        left: -20px;
        top: -20px;
    }

    .playing{
        width: 120px;
        height: 120px;
        font-size: 38px;
    }

    /* Sec-3 */

    .sec-3{
        height: auto;
        background-color: #3dc6c6;
    }

    .sec-3-box{
        flex-direction: column;
        width: 250px;
        height: 850px;
        transform: translate(-50%,-138%);
    }

    .sec-3-text{
        text-align: center;
    }

    .sec-3-title{
        padding-top: 880px;
        padding-bottom: 50px;
    }

    .sec-3-title h4{
        font-size: 19px;
        padding-bottom: 10px;
    }

    .sec-3-title h2{
        font-size: 30px;
    }

    .sec-3-card-box{
        padding-bottom: 40px;
        flex-direction: column;
    }

    .sec-3-card-1{
        width: auto;
        height: auto;
        margin-bottom: 20px;
    }

    .sec-3-card-1:hover{
        transform: scale(1.02);
    }

    .sec-3-card-1:nth-child(4){
        margin-bottom: 0;
    }

    .card-text h3{
        font-size: 21px;
    }

    /* Sec-4 */

    .sec-4{
        height: auto;
    }

    .sec-4-title{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-4-title h2{
        font-size: 32px;
    }

    .sec-4-box{
        flex-direction: column;
        flex-wrap: wrap;
        padding-bottom: 40px;
    }

    .sec-4-boxing{
        flex-direction: column;
        flex-wrap: wrap;
    }

    .sec-4-boxing-1{
        margin-right: 0;
        margin-bottom: 30px;
    }

    .sec-4-boxing-1:nth-child(2){
        margin-bottom: 30px;
    }

    .sec-4-boxing .last-sec-4{
        margin-bottom: 30px;
    }

    .image-1{
        border-radius: 10px 40px 10px 10px;
    }
    
    .image-2{
        border-radius: 10px 10px 40px 10px;
    }
    
    .image-3{
        border-radius: 40px 10px 10px 10px;
    }
    
    .image-4{
        border-radius: 10px 10px 40px 10px;
    }

    .image-5{
        border-radius: 10px 10px 40px 10px;
    }

    .sec-4-box-image img{
       max-width: 270px;
    }
  
    .sec-4-box-texting h3 a{
        font-size: 30px;
    }

    /* Sec-5 */

    .sec-5{
        height: auto;
    }

    .sec-5-box{
        flex-direction: column;
        padding-top: 40px;
    }

    .sec-5-box-1 h2{
        font-size: 34px;
        padding-bottom: 20px;
        text-align: center;
    }

    .sec-5-box-1 p{
        font-size: 17px;
        padding-bottom: 50px;
        text-align: center;
    }

    .sec-5-ul{
        width: auto;
        height: auto;
        padding: 30px;
        margin-bottom: 25px;
    }

    .sec-5-ul ul li{
        padding-bottom: 15px;
        font-size: 20px;
    }

    .solution-image img{
        max-width: 400px;
    }

    /* Sec-6 */

    .sec-6{
        height: auto;
    }
    
    .sec-6-title{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-6-title h2{
        font-size: 32px;
    }

    .sec-6-box{
        flex-direction: column;
    }

    .sec-6-box:last-child{
        padding-bottom: 40px;
    }

    .sec-6-box .last-sec-6{
        margin-bottom: 35px;
    }

    .sec-6-box .last-sec-6:nth-child(4){
        margin-bottom: 0;
    }

    /* Sec-7 */

    .sec-7{
        height: auto;
    }

    .sec-7-title{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-7-title h2{
        font-size: 32px;
    }

    .sec-7-box{
        flex-direction: column;
        padding-bottom: 30px;
    }

    .sec-7-box-1{
        margin-bottom: 25px;
    }

    .sec-7-box-1:nth-child(4){
        margin-bottom: 0;
    }

    .sec-7-bar{
        padding-bottom: 15px;
    }

    /* Sec-8 */

    .sec-8{
        height: auto;
    }

    .sec-8-title{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-8-title h2{
        font-size: 34px;
    }

    .sec-8-box{
        flex-direction: column;
        padding-bottom: 40px;
    }

    .sec-8-box-1{
        margin-bottom: 25px;
    }

    .sec-8-box-1:nth-child(3){
        margin-bottom: 0;
    }

    .sec-8-image img{
       max-width: 350px;
    }

    .sec-8-textbox h3 a{
        font-size: 25px;
    }

    .sec-8-textbox{
        transform: translate(-50%,70%);
        width: 300px;
        height: 300px;
        padding: 80px 20px 20px 20px;
    }

    .sec-8-textbox a button{
        width: 150px;
        height: 50px;
        font-size: 22px;
    }

    /* Sec-9 */

    .sec-9{
        height: auto;
        padding-bottom: 40px;
        background-position: 94% 30%;
        background-size: 40% 94%;
    }

    .satisfac{
        width: 120px;
        height: 120px;
        position: absolute;
        left: 10%;
        top: 6%;
    }

    .satisfac h3{
        padding-top: 18px;
        padding-bottom: 0;
        font-size: 21px;
    }

    .satisfac h4{
        padding-bottom: 18px;
        font-size: 19px;
    }

    .sliding{
        width:auto;
    }

    .sec-9-box{
        height: auto;
        width: auto;
        padding: 12px;
    }

    .sec-9-box p{
        font-size: 22px;
        padding-bottom: 15px;
    }

    .image-sec-9 img{
        width: 100%;
        height: 100%;
    }

    .image-sec-text h3{
        font-size: 20px;
    }

    .image-sec-text h4{
        font-size: 16px;
    }

    .sec-9-title{
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .sec-9-title h2{
        font-size: 28px;
    }

    .indicate .li-slide{
        width: 10px;
        height: 10px;
    }

    .indicate{
        position: absolute;
        bottom: -20px;
    }

    /* Sec-10 */

    .sec-10{
        height: auto;
    }

    .sec-10-title{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-10-title h2{
        font-size: 35px;
    }

    .sec-10-box{
        flex-direction: column;
    }

    .sec-10-box-1{
        width: auto;
        height: auto;
        padding: 30px;
    }

    .sec-10-textbox h4{
        padding-bottom: 30px;
    }

    .sec-10-textbox p{
        font-size: 17px;
        line-height: 34px;
    }

    .sec-10-butt a button{
        width: 180px;
        height: 50px;
        font-size: 22px;
    }

    /* Sec-11 */

    .sec-11{
        height: auto;
    }

    .sec-11-title{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-11-title h2{
        font-size: 35px;
    }

    .sec-11-title p{
        font-size: 20px;
    }

    .box-in{
        width: auto;
        padding-bottom: 40px;
    }

    .logo-sliding img{
        width: auto;
        height: auto;
    }

    /* Sec-12 */

    .sec-12{
        height: 1400px;
    }

    .sec-12-title{
        padding-top: 40px;
        padding-bottom: 800px;
    }

    .sec-12-title h2{
        font-size: 32px;
    }

    .sec-12-box{
        flex-direction: column;
        transform: translate(-50%,-64%);
    }

    .sec-12-box-1{
        width: 100%;
        height: 100%;
        margin-right: 0;
        margin-bottom: 25px;
        padding: 15px;
        flex-direction: column;
    }

    .sec-12-box-1:nth-child(4){
        margin-bottom: 0;
    }

    .sec-12-textbox img{
        padding-bottom: 18px;
    }
    
    .sec-12-textbox h3{
        padding-bottom: 18px;
        font-size: 25px;
    }
    
    .sec-12-textbox p{
        font-size: 18px;
    }

    /* Footer */

    .main-foot{
        height: auto;
    }

    .foot-logo-box{
        width: 200px;
        height: 100px;
        left: 50%;
        top: 390px;
    }

    .footer-box{
        flex-direction: column;
        padding-top: 100px;
        padding-bottom: 80px;
    }

    .footer-box:after{
        left: 50%;
        bottom: 30px;
        transform: translate(-50%,-50%);
    }

    .footer-box-1{
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-box-1:nth-child(4){
        margin-bottom: 0;
    }

    .soc-icon{
        justify-content: center;
    }

    .footer-box-1 ul li{
        padding-left: 0;
    }

    .footer-box-1 ul li::before{
        left: -110px;
        top: 0;
    }

    .footer-second{
        flex-direction: column;
        padding-top: 0;
        text-align: center;
    }

    .footer-second h4{
        font-size: 20px;
        padding-bottom: 15px;
    }

    .footer-second h4:nth-child(2){
        padding-bottom: 0;
    }

    .footer-box-1 h4{
        padding-bottom: 20px;
        font-size: 20px;
    }

}

/* For Large Screen */

@media(min-width:992px) and (max-width:1199.98px){

    .container-IT{
        padding: 0 50px 0 50px;
    }

    /* Nav */

    .main-nav{
        height: auto;
    }

    .nav-ul li{
        display: inline-block;
        padding-right:20px;
        padding-bottom: 0;
    }

    .nav-ul li a{
        font-size: 18px;
    }

    .box-call{
        height: auto;
        width: auto;;
        padding: 10px;
    }

    .call-text a{
        font-size: 20px;
        color: white;
        transition: all 0.2s ease-in-out;
    }

    /* Banner */

    .banner{
        height: auto;
    }

    .banner-text{
        transform: translate(-50%,-50%);
    }

    .banner-text h1{
        font-size: 36px;
        padding-bottom: 20px;
    }

    .banner-text p{
        font-size: 25px;
        padding-bottom: 20px;
    }

    .banner-butt a button{
        width: 170px;
        height: 50px;
        font-size: 20px;
    }

    /* Card-Sec */

    .card-sec{
        height: auto;
    }

    .card-box{
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        transform: translate(-50%,-220px);
        z-index: 1;
    }

    .card-box-1{
        width: 170px;
        height: 220px;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .card-image{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .card-box-1:nth-child(5){
        margin-bottom: 0;
    }

    .card-text-box{
        padding-top: 220px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 40px;
    }

    .texting h2{
        font-size: 22px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .texting-button a button{
        width: 220px;
        height: 50px;
        font-size: 20px;
    }

    .texting-button:after{
        width: 160px;
        height: 190px;
        right: -30px; 
        top: -160px;
    }

    /* Sec-1 */

    .sec-1{
        height: auto;
    }

    .sec-1-box{
        flex-direction: row;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-1-box-1{
        margin-right: 35px;
    }

    .sec-1-box-1:nth-child(2){
        margin-right: 0;
    }

    .sec-welcome{
        flex-direction: row;
        padding-bottom: 20px;
    }

    .experience{
        width: 170px;
        height: 170px;
        right: -26px;
        top: -86px;
    }

    .experience h4{
        font-size: 28px;
        padding-top: 40px;
    }

    .sec-1-img{
        padding-bottom: 0;
    }

    .sec-1-img img{
        border-radius: 15px 15px 40px 15px;
        max-width: 400px;
    }

    .sec-1-text h4{
        font-size: 22px;
        padding-bottom: 20px;
    }

    .sec-1-text h2{
        font-size: 34px;
        padding-bottom: 20px;
    }

    .sec-1-text p{
        font-size: 20px;
        padding-bottom: 20px;
    }

    .sec-wel-1{
        padding-right:80px;
        margin-bottom: 0;
        text-align: center;
    }

    .wel-text h3{
        font-size: 20px;
    }

    .sec-1-butt a button{
        width: 180px;
        height: 55px;
        font-size: 20px;
    }

    /* Sec-2 */

    .sec-2{
        height: auto;
    }

    .sec-2-box{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-2-box-1 h2{
        font-size: 35px;
        padding-bottom: 20px;
    }

    .sec-2-box-1 p{
        font-size: 20px;
        padding-bottom: 40px;
    }

    .sec-2-butt{
        padding-bottom: 0;
    }

    .sec-2-butt a button{
        width: 180px;
        height: 55px;
        font-size: 22px;
    }

    .sec-2-image img{
        border-radius: 15px 70px 15px 0;
        max-width: 350px;
    }

    .play-icon{
        left: -50px;
        top: -20px;
    }

    .playing{
        width: 150px;
        height: 150px;
        font-size: 42px;
    }

    /* Sec-3 */

    .sec-3{
        height: auto;
        background-color: #3dc6c6;
    }

    .sec-3-box{
        width: 930px;
        height: 200px;
        transform: translate(-50%,-350px);
    }

    .sec-3-title{
        padding-top: 220px;
        padding-bottom: 50px;
    }

    .sec-3-title h4{
        font-size: 19px;
        padding-bottom: 10px;
    }

    .sec-3-title h2{
        font-size: 30px;
    }

    .sec-3-card-box{
        padding-bottom: 40px;
    }

    .sec-3-card-1{
        width: auto;
        height: auto;
        margin-bottom: 0;
        margin-right: 15px;
    }

    .sec-3-card-1:nth-child(4){
        margin-right: 0;
    }

    .sec-3-card-1:hover{
        transform: scale(1.04);
    }

    .card-image-box img{
        width: 190px;
    }

    .card-text h3{
        font-size: 21px;
    }

    /* Sec-4 */

    .sec-4{
        height: auto;
    }

    .sec-4-title{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-4-title h2{
        font-size: 38px;
    }

    .sec-4-box{
        padding-bottom: 40px;
    }

    .sec-4-boxing{
        margin-right: 30px;
    }

    .sec-4-boxing-1{
        margin-right: 30px;
        margin-bottom: 30px;
    }

    .sec-4-boxing-1:nth-child(2){
        margin-bottom: 0;
    }

    .sec-4-boxing .last-sec-4{
        margin-bottom: 0;
    }

    .image-1{
        border-radius: 10px 45px 10px 10px;
    }
    
    .image-2{
        border-radius: 10px 10px 45px 10px;
    }
    
    .image-3{
        border-radius: 45px 10px 10px 10px;
    }
    
    .image-4{
        border-radius: 10px 10px 45px 10px;
    }

    .image-5{
        border-radius: 10px 10px 45px 10px;
    }
  
    .sec-4-box-texting h3 a{
        font-size: 31px;
    }

    /* Sec-5 */

    .sec-5{
        height: auto;
    }

    .sec-5-box{
        padding-top: 40px;
        align-items: flex-end;
    }

    .sec-5-box-1 h2{
        font-size: 40px;
        padding-bottom: 20px;
    }

    .sec-5-box-1 p{
        font-size: 17px;
        padding-bottom: 50px;
    }

    .sec-5-ul{
        width: auto;
        height: auto;
        padding: 40px;
        margin-bottom: 0;
    }

    .sec-5-ul ul li{
        padding-bottom: 15px;
        font-size: 20px;
    }

    .solution-image img{
        max-width: 450px;
    }

    /* Sec-6 */

    .sec-6{
        height: auto;
    }

    .sec-6-box-1{
        margin-right: 20px;
    }

    .sec-6-box-1:nth-child(4){
        margin-right: 0;
    }

    .sec-6-title{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-6-title h2{
        font-size: 32px;
    }

    .sec-6-box{
        flex-direction: row;
        flex-wrap: wrap;
    }

    .sec-6-box:last-child{
        padding-bottom: 40px;
    }

    .sec-6-box .last-sec-6{
        margin-bottom:0;
    }

    .sec-6-box .last-sec-6:nth-child(4){
        margin-right:0;
        margin-top: 35px;
    }

    /* Sec-7 */

    .sec-7{
        height: auto;
    }

    .sec-7-title{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-7-title h2{
        font-size: 34px;
    }

    .sec-7-box{
        padding-bottom: 30px;
    }

    .sec-7-box-1{
        margin-bottom: 0;
        margin-right: 25px;
    }

    .sec-7-box-1:nth-child(4){
        margin-right: 0;
    }

    .sec-7-bar{
        padding-bottom: 15px;
    }

    .sec-7-bar h3{
        margin-right: 24px;
    }
    
    progress{
        width: 220px;
        height: 30px;
    }

    /* Sec-8 */

    .sec-8{
        height: auto;
    }

    .sec-8-title{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-8-title h2{
        font-size: 38px;
    }

    .sec-8-box{
        padding-bottom: 40px;
    }

    .sec-8-box-1{
        margin-bottom: 0;
        margin-right: 25px;
    }

    .sec-8-box-1:nth-child(3){
        margin-right: 0;
    }

    .sec-8-image img{
       width: 100%;
       height: 100%;
    }

    .sec-8-textbox h3 a{
        font-size: 26px;
    }

    .sec-8-textbox{
        width: 250px;
        height: 250px;
        padding: 30px 20px 20px 20px;
    }

    .sec-8-textbox a button{
        width: 160px;
        height: 50px;
        font-size: 22px;
    }

    /* Sec-9 */

    .sec-9{
        height: auto;
        padding-bottom: 40px;
        background-position: 98% 30%;
        background-size: 40% 98%;
    }

    .satisfac{
        width: 150px;
        height: 150px;
        position: absolute;
        left: 10%;
        top: 4%;
    }

    .satisfac h3{
        padding-top: 26px;
        padding-bottom: 0;
        font-size: 28px;
    }

    .satisfac h4{
        padding-bottom: 26px;
        font-size: 20px;
    }

    .sliding{
        width:auto;
    }

    .sec-9-box{
        height: auto;
        width: auto;
        padding: 12px;
    }

    .sec-9-box p{
        font-size: 22px;
        padding-bottom: 15px;
    }

    .image-sec-9 img{
        width: 100%;
        height: 100%;
    }

    .image-sec-text h3{
        font-size: 21px;
    }

    .image-sec-text h4{
        font-size: 18px;
    }

    .sec-9-title{
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .sec-9-title h2{
        font-size: 34px;
    }

    .indicate .li-slide{
        width: 10px;
        height: 10px;
    }

    .indicate{
        position: absolute;
        bottom: -20px;
    }

    /* Sec-10 */

    .sec-10{
        height: auto;
    }

    .sec-10-title{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-10-title h2{
        font-size: 38px;
    }

    .sec-10-textbox h4{
        padding-bottom: 30px;
    }

    .sec-10-textbox p{
        font-size: 17px;
        line-height: 34px;
    }

    .sec-10-butt a button{
        width: 190px;
        height: 50px;
        font-size: 22px;
    }

    /* Sec-11 */

    .sec-11{
        height: auto;
    }

    .sec-11-title{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-11-title h2{
        font-size: 38px;
    }

    .sec-11-title p{
        font-size: 20px;
    }

    .box-in{
        width: auto;
        padding-bottom: 40px;
    }

    .logo-sliding img{
        width: auto;
        height: auto;
    }

    /* Sec-12 */

    .sec-12-title{
        padding-top: 40px;
        padding-bottom: 300px;
    }

    .sec-12-title h2{
        font-size: 36px;
    }

    .sec-12-box{
        transform: translate(-50%,-100%);
    }

    .sec-12-box-1{
        width: 220px;
        height: 220px;
        margin-right: 25px;
        margin-bottom: 0;
        padding: 20px;
    }

    .sec-12-textbox img{
        padding-bottom: 20px;
    }
    
    .sec-12-textbox h3{
        padding-bottom: 20px;
        font-size: 25px;
    }
    
    .sec-12-textbox p{
        font-size: 18px;
    }

    /* Footer */

    .main-foot{
        height: auto;
    }

    .foot-logo-box{
        width: 200px;
        height: 100px;
        left: 50%;
        top: 390px;
    }

    .footer-box{
        padding-top: 100px;
        padding-bottom: 80px;
    }

    .footer-box:after{
        left: 50%;
        bottom: 0;
        transform: translate(-50%,-50%);
    }

    .footer-box-1{
        margin-bottom: 0;
        margin-right: 30px;
    }

    .footer-box-1:nth-child(4){
        margin-right: 0;
    }

    .footer-box-1 ul li{
        padding-left: 12px;
    }

    .footer-box-1 ul li::before{
        left: -14px;
        top: 0;
    }

    .footer-second{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer-second h4{
        padding-bottom: 0;
    }

    .footer-box-1 h3{
        font-size: 21px;
    }


}
    

/* For Extra Large Screen */

@media(min-width:1200px) and (max-width:1499.98px){

    .container-IT{
        padding: 0 50px 0 50px;
    }

    /* Nav */

    .main-nav{
        height: auto;
    }

    .nav-ul li{
        display: inline-block;
        padding-right:30px;
        padding-bottom: 0;
    }

    .nav-ul li a{
        font-size: 20px;
    }

    .box-call{
        height: auto;
        width: auto;;
        padding: 10px;
    }

    .call-text a{
        font-size: 20px;
        color: white;
        transition: all 0.2s ease-in-out;
    }

    /* Banner */

    .banner{
        height: auto;
    }

    .banner-text{
        transform: translate(-50%,-50%);
    }

    .banner-text h1{
        font-size: 40px;
        padding-bottom: 20px;
    }

    .banner-text p{
        font-size: 25px;
        padding-bottom: 20px;
    }

    .banner-butt a button{
        width: 180px;
        height: 50px;
        font-size: 20px;
    }

    /* Card-Sec */

    .card-sec{
        height: auto;
    }

    .card-box{
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        transform: translate(-50%,-270px);
        z-index: 1;
    }

    .card-box-1{
        width: 210px;
        height: 270px;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .card-image{
        padding-top: 45px;
        padding-bottom: 20px;
    }

    .card-box-1:nth-child(5){
        margin-bottom: 0;
    }

    .card-text-box{
        padding-top: 270px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 70px;
    }

    .texting h2{
        font-size: 28px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .texting-button a button{
        width: 220px;
        height: 55px;
        font-size: 20px;
    }

    .texting-button:after{
        width: 230px;
        height: 190px;
        right: -30px; 
        top: -160px;
    }

    /* Sec-1 */

    .sec-1{
        height: auto;
    }

    .sec-1-box{
        flex-direction: row;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-1-box-1{
        margin-right: 0;
    }

    .sec-welcome{
        flex-direction: row;
        padding-bottom: 20px;
    }

    .experience{
        width: 200px;
        height: 200px;
        right: -40px;
        top: -40px;
    }

    .experience h4{
        font-size: 30px;
        padding-top: 60px;
    }

    .sec-1-img{
        padding-bottom: 0;
    }

    .sec-1-img img{
        border-radius: 15px 15px 40px 15px;
        max-width: 450px;
    }

    .sec-1-text h4{
        font-size: 22px;
        padding-bottom: 20px;
    }

    .sec-1-text h2{
        font-size: 40px;
        padding-bottom: 20px;
    }

    .sec-1-text p{
        font-size: 20px;
        padding-bottom: 20px;
    }

    .sec-wel-1{
        padding-right: 90px;
        margin-bottom: 0;
        text-align: center;
    }

    .wel-text h3{
        font-size: 20px;
    }

    .sec-1-butt a button{
        width: 200px;
        height: 60px;
        font-size: 22px;
    }

    /* Sec-2 */

    .sec-2{
        height: auto;
    }

    .sec-2-box{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-2-box-1 h2{
        font-size: 40px;
        padding-bottom: 20px;
    }

    .sec-2-box-1 p{
        font-size: 20px;
        padding-bottom: 40px;
    }

    .sec-2-butt{
        padding-bottom: 0;
    }

    .sec-2-butt a button{
        width: 180px;
        height: 55px;
        font-size: 22px;
    }

    .sec-2-image img{
        border-radius: 15px 80px 15px 0;
        max-width: 400px;
    }

    .play-icon{
        left: -80px;
        top: -20px;
    }

    .playing{
        width: 180px;
        height: 180px;
        font-size: 50px;
    }

    /* Sec-3 */

    .sec-3{
        height: auto;
        background-color: #3dc6c6;
    }

    .sec-3-box{
        width: 1050px;
        height: 200px;
        transform: translate(-50%,-180%);
    }

    .sec-3-title{
        padding-top: 220px;
        padding-bottom: 50px;
    }

    .sec-3-title h4{
        font-size: 19px;
        padding-bottom: 10px;
    }

    .sec-3-title h2{
        font-size: 34px;
    }

    .sec-3-card-box{
        padding-bottom: 40px;
    }

    .sec-3-card-1{
        width: auto;
        height: auto;
        margin-bottom: 0;
        margin-right: 15px;
    }

    .sec-3-card-1:nth-child(4){
        margin-right: 0;
    }

    .sec-3-card-1:hover{
        transform: scale(1.04);
    }

    .card-text h3{
        font-size: 21px;
    }

    /* Sec-4 */

    .sec-4{
        height: auto;
    }

    .sec-4-title{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-4-title h2{
        font-size: 38px;
    }

    .sec-4-box{
        padding-bottom: 40px;
    }

    .sec-4-boxing{
        margin-right: 30px;
    }

    .sec-4-boxing-1{
        margin-right: 30px;
        margin-bottom: 30px;
    }

    .sec-4-boxing-1:nth-child(2){
        margin-bottom: 0;
    }

    .sec-4-boxing .last-sec-4{
        margin-bottom: 0;
    }

    .image-1{
        border-radius: 10px 50px 10px 10px;
    }
    
    .image-2{
        border-radius: 10px 10px 50px 10px;
    }
    
    .image-3{
        border-radius: 50px 10px 10px 10px;
    }
    
    .image-4{
        border-radius: 10px 10px 50px 10px;
    }

    .image-5{
        border-radius: 10px 10px 50px 10px;
    }
  
    .sec-4-box-texting h3 a{
        font-size: 31px;
    }

    /* Sec-5 */

    .sec-5{
        height: auto;
    }

    .sec-5-box{
        padding-top: 40px;
        align-items: flex-end;
    }

    .sec-5-box-1 h2{
        font-size: 45px;
        padding-bottom: 20px;
    }

    .sec-5-box-1 p{
        font-size: 17px;
        padding-bottom: 50px;
    }

    .sec-5-ul{
        width: auto;
        height: auto;
        padding: 45px;
        margin-bottom: 0;
    }

    .sec-5-ul ul li{
        padding-bottom: 15px;
        font-size: 20px;
    }

    .solution-image img{
        max-width: 550px;
    }

    /* Sec-6 */

    .sec-6{
        height: auto;
    }

    .sec-6-box-1{
        margin-right: 20px;
    }

    .sec-6-box-1:nth-child(4){
        margin-right: 0;
    }

    .sec-6-title{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-6-title h2{
        font-size: 38px;
    }

    .sec-6-box:last-child{
        padding-bottom: 40px;
    }

    .sec-6-box .last-sec-6{
        margin-bottom:0;
    }

    .sec-6-box .last-sec-6:nth-child(4){
        margin-right:0;
        margin-top: 0;
    }

    /* Sec-7 */

    .sec-7{
        height: auto;
    }

    .sec-7-title{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-7-title h2{
        font-size: 38px;
    }

    .sec-7-box{
        padding-bottom: 30px;
    }

    .sec-7-box-1{
        margin-bottom: 0;
        margin-right: 25px;
    }

    .sec-7-box-1:nth-child(4){
        margin-right: 0;
    }

    .sec-7-bar{
        padding-bottom: 15px;
    }

    /* Sec-8 */

    .sec-8{
        height: auto;
    }

    .sec-8-title{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-8-title h2{
        font-size: 40px;
    }

    .sec-8-box{
        padding-bottom: 40px;
    }

    .sec-8-box-1{
        margin-bottom: 0;
        margin-right: 25px;
    }

    .sec-8-box-1:nth-child(3){
        margin-right: 0;
    }

    .sec-8-image img{
       width: 100%;
       height: 100%;
    }

    .sec-8-textbox h3 a{
        font-size: 26px;
    }

    .sec-8-textbox{
        padding: 80px 20px 20px 20px;
    }

    .sec-8-textbox a button{
        width: 165px;
        height: 50px;
        font-size: 22px;
    }

    /* Sec-9 */

    .sec-9{
        height: auto;
        padding-bottom: 40px;
        background-position: 98% 30%;
        background-size: 40% 100%;
    }

    .satisfac{
        width: 180px;
        height: 180px;
        position: absolute;
        left: 10%;
        top: 1%;
    }

    .satisfac h3{
        padding-top: 38px;
        padding-bottom: 0;
        font-size: 30px;
    }

    .satisfac h4{
        padding-bottom: 38px;
        font-size: 24px;
    }

    .sliding{
        width:auto;
    }

    .sec-9-box{
        height: auto;
        width: auto;
        padding: 12px;
    }

    .sec-9-box p{
        font-size: 22px;
        padding-bottom: 15px;
    }

    .image-sec-9 img{
        width: 100%;
        height: 100%;
    }

    .image-sec-text h3{
        font-size: 21px;
    }

    .image-sec-text h4{
        font-size: 18px;
    }

    .sec-9-title{
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .sec-9-title h2{
        font-size: 40px;
    }

    .indicate .li-slide{
        width: 10px;
        height: 10px;
    }

    .indicate{
        position: absolute;
        bottom: -20px;
    }

    /* Sec-10 */

    .sec-10{
        height: auto;
    }

    .sec-10-title{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-10-title h2{
        font-size: 42px;
    }

    .sec-10-textbox h4{
        padding-bottom: 30px;
    }

    .sec-10-textbox p{
        font-size: 17px;
        line-height: 34px;
    }

    .sec-10-butt a button{
        width: 200px;
        height: 50px;
        font-size: 22px;
    }

    /* Sec-11 */

    .sec-11{
        height: auto;
    }

    .sec-11-title{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-11-title h2{
        font-size: 42px;
    }

    .sec-11-title p{
        font-size: 20px;
    }

    .box-in{
        width: auto;
        padding-bottom: 40px;
    }

    .logo-sliding img{
        width: auto;
        height: auto;
    }

    /* Sec-12 */

    .sec-12-title{
        padding-top: 40px;
        padding-bottom: 300px;
    }

    .sec-12-title h2{
        font-size: 40px;
    }

    .sec-12-box{
        transform: translate(-50%,-96%);
    }

    .sec-12-box-1{
        width: 250px;
        height: 250px;
        margin-right: 35px;
        margin-bottom: 0;
        padding: 20px;
    }

    .sec-12-textbox img{
        padding-bottom: 20px;
    }
    
    .sec-12-textbox h3{
        padding-bottom: 20px;
        font-size: 25px;
    }
    
    .sec-12-textbox p{
        font-size: 18px;
    }

    /* Footer */

    .main-foot{
        height: auto;
    }

    .foot-logo-box{
        width: 200px;
        height: 100px;
        left: 50%;
        top: 390px;
    }

    .footer-box{
        padding-top: 100px;
        padding-bottom: 80px;
    }

    .footer-box:after{
        left: 50%;
        bottom: 0;
        transform: translate(-50%,-50%);
    }

    .footer-box-1{
        margin-bottom: 0;
        margin-right: 0;
    }

    .footer-box-1 ul li{
        padding-left: 20px;
    }

    .footer-box-1 ul li::before{
        left: -14px;
        top: 0;
    }

    .footer-second h4{
        padding-bottom: 0;
    }


}