/*
Theme Name: Streamline
Author: Team@Acrobat
Author URI: https://acrobatsolution.com/
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
*/


body {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #000000;
}



a:hover, a {
    text-decoration: none
}

.mainHeader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.headerInner{
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.headerInner .navbar-brand{
    order: 1;
    position: relative;
    left: -150px;

}

.headerInner .navbar-brand img{
    position: relative;
    z-index: 1;
}
.headerInner .menuList{
    order: 2;
    margin-right: auto;
    position: relative;
    left: -40px;
}
.headerInner .headerRgt{
    order: 3;
    text-align: right;
}

.navbar-brand{
    display: inline-block;
    width: 100%;
    max-width: 566px;
    background: url(images/logo-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 25px 0px 60px;
}
.navbar-brand {
    background-image: url(images/logo-bg.png);
    background-size: cover;
    mask-image: url(images/logo-bg.png);
    mask-size: cover;
    -webkit-mask-image: url(images/logo-bg.png);
    -webkit-mask-size: cover;
    display: block;
    position: relative;
}
.nbover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #7E85EF;
    background: linear-gradient(180deg,rgba(126, 133, 239, 1) 0%, rgba(181, 177, 247, 1) 50%, rgba(223, 211, 253, 1) 100%);
}


.navbar-brand img{
    width: 100%;
    max-width: 250px;
    position: relative;
    z-index: 1;
}
.menuList .slimmenu li{
    padding: 0px 20px;
}
.menuList .slimmenu li a{
    color: #242632 !important;
    font-size: 18px;
    padding: 10px 0px;
    position: relative;
}
.menuList .slimmenu li a:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    max-width: 21px;
    height: 4px;
    background: #3041e5;
    display: none;
}
.menuList .slimmenu li.current-menu-item a{
    color: #0B00CF !important;
    font-weight: 600;
}
.menuList .slimmenu li a:hover{
    color: #0B00CF !important;
}
.menuList .slimmenu li.current-menu-item a:after{
    display: block;
}

.btn {
    font-size: 15px;
    font-weight: 500;
    color: #0B00CF;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0px);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
    text-transform: uppercase;
    background: transparent;
    border-radius: 0px;
    padding: 14px 24px;
    border:solid 2px #000 !important;
}

.btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    background: #0B00CF;
    border-radius: 0px;
}
.btn:hover::before, .btn:focus::before, .btn:active::before {
    transform: scale(1);
}
.btn:hover, .btn:focus,  .btn:hover:focus{
    color: #fff;
    border:solid 2px #0B00CF !important;
}
.btn1 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0px);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
    text-transform: uppercase;
    background: #0B00CF;
    border-radius: 0px;
    padding: 14px 24px;
    border:solid 2px #0B00CF !important;
}

.btn1::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    background: #742aef;
    border-radius: 0px;
}
.btn1:hover::before, .btn1:focus::before, .btn1:active::before {
    transform: scale(1);
}
.btn1:hover, .btn1:focus,  .btn1:hover:focus{
    color: #fff;
    border:solid 2px #742aef !important;
}

.titleTop{
    color: #242632;
    font-size: 36px;
}
.bannerTitle{
    position: relative;
    font-weight: 800;
    font-size: 73px;
    color: #0B00CF;
    line-height: 1.1;
    display: inline-block;
}
.bannerTitle:before{
    content: '';
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 100%;
    height: 1px;
    background: #242632;
    max-width: 82%;
}
.bannerSec{
    min-height: 939px;
    width: 100%;
    position: relative;
    padding-top: 240px;
    background: url(images/bannerbg.png);
    background-repeat: no-repeat;
    background-size: 1409px;
    overflow: hidden;
}
.bannerText p{
    color: #242632;
    font-size: 25px;
    text-align: right;
    margin: 10px 0px;
}

.bannerSec .btn1{
    margin-top: 35px;
}
.bannerImg{
    position: absolute;
    right: 45px;
    top: 60%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 933px;
}
.bannerText{
    width: 100%;
    max-width: 625px;
    margin-top: 63px;
}
.settingBx{
    position: absolute;
    top: 230px;
    left: 34px;
    width: 83px;
    animation: Rotate 20s linear infinite;
    -webkit-animation: Rotate 20s linear infinite;
}
.settingBx1{ 
    position: absolute;
    right: -16px;
    bottom: 59px;
    width: 98px;
    animation: Rotate 30s linear infinite;
    -webkit-animation: Rotate 30s linear infinite;
}
.cloudImg{
    position: absolute;
    right: 75px;
    top: 0;
    width: 194px;
    animation: motion-blur 5s ease-in-out infinite;
    -webkit-animation: motion-blur 5s ease-in-out infinite;
}
.spamMailImg{
    position: absolute;
    right: 31.5%;
    top: 18%;
    width: 126px;
}
.shieldImg{
    position: absolute;
    top: -8%;
    left: 27%;
    width: 250px;
}
.dotline{
    position: absolute;
    top: 14%;
    right: 0;
    width: 134px;
    animation: moveDotsRightToLeft 5s linear infinite;
    -webkit-animation: moveDotsRightToLeft 5s linear infinite;
}
.dotline1{
    position: absolute;
    width: 104px;
    left: 0;
    bottom: 0;
    animation: moveDotsOpacity 5s linear infinite;
    -webkit-animation: moveDotsOpacity 5s linear infinite;
}
.round1{
    position: absolute;
    left: 13%;
    top: -7%;
    width: 66px;
    animation: zoomInOut 2s ease-in-out infinite;
    -webkit-animation: zoomInOut 2s ease-in-out infinite;
}

.round2{
    position: absolute;
    left: -16%;
    bottom: 0;
    width: 45px;
    animation: zoomInOut 3s ease-in-out infinite;
    -webkit-animation: zoomInOut 3s ease-in-out infinite;
}
.linesDivi{
    position: absolute;
    bottom: 17%;
    left: 22%;
    width: 130px;
    animation: zoomInOut 3s ease-in-out infinite;
    -webkit-animation: zoomInOut 3s ease-in-out infinite;
}
.pPad{
    padding: 100px 0px;
}
.aboutSec{
    position: relative;
    overflow: hidden;
}
.aboutSec .secTitle{
    color: #242632;
    font-size: 30px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.aboutSec .secTitle:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 20%;
    width: 100%;
    height: 2px;
    max-width: 182px;
    background: #242632;
    transform: translateY(-50%);
}
.aboutSec h2{
    font-size: 50px;
    font-weight: 800;
    color: #0B00CF;
    line-height: 1;
    margin-bottom: 45px;
}
.aboutCnt .btn{
    margin-top: 35px;
}
.aboutCnt{
    padding-right: 70px;
    padding-left: 90px;
}
.aboutCnt p{
    line-height: 1.8;
}
.aboutImgbx{
    display: inline-block;
    width: 100%;
    position: relative;
}
.aboutBG{
    position: absolute;
    top: -50px;
    left: -140px;
    min-width: 768px;
    display: inline-block;
}
.aboutImg{
    position: relative;
    z-index: 1;
}
.blueSetting{
    position: absolute;
    right: 23%;
    top: -10px;
    animation: Rotate 30s linear infinite;
    -webkit-animation: Rotate 30s linear infinite;
}
.blueSetting1{
    position: absolute;
    left: 3%;
    bottom: 41%;
    width: 113px;
    z-index: 1;
    animation: Rotate 20s linear infinite;
    -webkit-animation: Rotate 20s linear infinite;
}
.roundLight{
    position: absolute;
    right: -4%;
    top: 0;
    width: 211px;
    animation: zoomInOut 3s ease-in-out infinite;
    -webkit-animation: zoomInOut 3s ease-in-out infinite;
}
.serviceSec{
    position: relative;
    overflow: hidden;
    background: url(images/service-bg.png);
    background-repeat: no-repeat;
    background-size: 1246px;
    background-position: right bottom;
    padding-bottom: 280px;
    padding-top: 100px;
}
.blueround{
    position: absolute;
    left: -60px;
    top: 10px;
    width: 121px;
    height: 121px;
    animation: zoomInOut 2s ease-in-out infinite;
    -webkit-animation: zoomInOut 2s ease-in-out infinite;
}
.serviceLL{
    display: inline-block;
    width: 100%;
    padding: 0px 15px;
    text-align: center;
    height: 100%;
}
.serInner{
    border:solid 1px #aeb6d4;
    border-radius: 5p
}
.serviceLL .serviceBX{
    border-radius: 5px;
    box-shadow: 0px 5px 12px rgba(0,0,0,0.12);
    padding: 15px;
    text-align: center;
    background: #fff;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.serviceLL .serviceBX p{
    color: #000000;
}
.serviceLL .serviceBX:hover{
    background: #e3e5ff;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.serviceLL .serviceBX:hover h3{
    color: #3041e5;
}
.serviceLL .numberIcon{
    width: 74px;
    height: 74px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 90px;
}
.serviceLL .numberIcon span{
    width: 41px;
    height: 41px;
    border-radius: 100%;
    background: #fff;
    color: #333333;
    font-size: 25px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
    right: 1px;
}
.serviceLL .numberIcon img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: Rotate 30s linear infinite;
    -webkit-animation: Rotate 30s linear infinite;
}
.serviceLL .serviceBX picture{

}
.serviceLL .serviceBX p{
    padding: 30px 34px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.8;
}
.numberPP{
    position: relative;
    top: 70px;
}
.serviceSec .container{
    position: relative;
}
.serviceSec .linedd{
    position: absolute;
    top: 76px;
    left: 0;
    width: 100%;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    display: inline-flex;
}
.serviceSec .linedd img{
    width: 100%;
    max-width: 50%;
}
.serviceSec .linedd img.dottLine{
    transform: rotate(8deg);
}
.serviceSec .linedd img.dottLine1{
        transform: rotate(-8deg);
}
.partnerCnt{
    position: relative;
}

.partnerCnt .secTitle{
    color: #242632;
    font-size: 26px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.partnerCnt .secTitle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 24%;
    width: 100%;
    height: 2px;
    max-width: 182px;
    background: #242632;
    transform: translateY(-50%);
}
.partnerCnt h2{
    font-size: 50px;
    font-weight: 800;
    color: #0B00CF;
    line-height: 1;
    margin-bottom: 45px;
}
.partnerCnt p{
    line-height: 1.8;
    width: 100%;
    max-width: 470px;
}
.partnerCnt .btn1{
    margin-top: 30px;
}
.countBx{
    background: #fff;
    border-radius: 15px 0px;
    text-align: center;
    padding: 4px 37px;
    box-shadow: 0px 0px 15px #00000038;
}
.countBx h3{
    color: #2f41e4;
    font-size: 60px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    margin: 0px;
}
.countBx p{
    margin-bottom: 0px;
    font-size: 20px;
    color: #253138;
}
.count1{
    position: absolute;
    top: -32%;
    right: -5%;
}
.count2{
    position: absolute;
    bottom: -15%;
    right: 10%;
    border-radius: 0px 15px;
}
.partentImgBx{
    display: inline-block;
    width: 100%;
    padding-left: 30px;
    position: relative;
}

.partnerSec{
    background: url(images/partner-bg.png);
    background-repeat: no-repeat;
    background-size: 984px;
    overflow: hidden;
}
.partentImgLAy{
    position: absolute;
    top: 0;
    left: 56px;
    display: inline-block;
    width: 100%;
    height: 100%;
    border: dashed 1px #aaaaaa;
    border-radius: 100%;
    max-width: 480px;
    max-height: 480px;
    animation: spin 30s linear infinite;
    -webkit-animation: spin 30s linear infinite;
}
.partentImgLAy .icon1{
    position: absolute;
    top: 30px;
    left: 30px;
    animation: reverse-spin 30s linear infinite;
    -webkit-animation: reverse-spin 30s linear infinite;
}
.partentImgLAy .icon2{
    position: absolute;
    bottom: 29%;
    left: -7%;
    animation: reverse-spin 30s linear infinite;
    -webkit-animation: reverse-spin 30s linear infinite;
}
.partentImgLAy .icon3{
    position: absolute;
    top: 20px;
    right: 0px;
    animation: reverse-spin 30s linear infinite;
    -webkit-animation: reverse-spin 30s linear infinite;
}
.partentImgLAy .icon4{
    position: absolute;
    bottom: 29%;
    right: -7%;
    animation: reverse-spin 30s linear infinite;
    -webkit-animation: reverse-spin 30s linear infinite;
}
.partentImgLAy .icon5{
    position: absolute;
    bottom: -8%;
    right: 41%;
    animation: reverse-spin 30s linear infinite;
    -webkit-animation: reverse-spin 30s linear infinite;
}

.partentImg{
    position: relative;
    z-index: 1;
}
.clientSec{
    padding-top: 150px;
    padding-bottom: 150px;
}
.sectt{
    font-size: 50px;
    font-weight: 800;
    color: #3041e5;
    margin-bottom: 15px;

}
.diviline{
    background: #242632;
    width: 100%;
    max-width: 182px;
    height: 2px;
    margin-bottom: 35px;
    display: inline-block;
}
.clientSec{
    background: url(images/client-background.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.clientSec .head p{
    font-size: 20px;
}
.clientSec .head{
    margin-bottom: 55px;
}
.clientSlider .item{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
.clientReview{
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.12);
    text-align: center;
    padding: 40px;
}
.clientReview picture{
    width: 122px;
    height: 122px;
    background: #e0e0e0;
    padding: 6px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: 26px;
}
.clientReview picture:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 50%;
    height: 130%;
    background: #3041e5;
    transform: rotate(45deg);
}
.clientReview picture img{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}
.clientReview p{
    color: #333333;
}
.sratLine{
    width: 122px !important;
    display: inline-block !important;
}
.clientReview span{
    text-align: center;
    width: 100%;
    margin-top: 23px;
    display: inline-block;
    font-size: 20px;
    color: #253138;
}
.clientReview span strong{
    display: block;
    font-weight: 800;
}
footer{
    background: #14151c;
    position: relative;
}
footer:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 50%;
    background: #242632;
    height: 100%;
}
footer .container{
    position: relative;
    z-index: 1;
}
.ftContact{
    padding-top: 120px;
    padding-bottom: 100px;
}
.ftContact h2{
    color: #fff;
}
.ftTt{
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 30px;
}
.ftTt1{
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
}
.ftContact1{
    padding-left: 74px;
}
.ftInfo{
    padding: 0px;
    margin: 0px;
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}
.ftInfo li{
    width: 100%;
    max-width: 50%;
    padding-right: 15px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 25px;
}
.ftInfo li .ftIcon{
    width: 58px;
    height: 58px;
    border-radius: 100%;
    background: #3041e5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ftInfo li a, .ftInfo li p{
    color: #fff;
    font-size: 16px;
    width: 100%;
    max-width: 75%;
    padding-left: 15px;
    margin: 0;
}
.ftInfo li a:hover{
    color: #3041e5;
}
.newsform .form-control{
    width: 100%;
    max-width: 100%;
    height: 55px;
    border-radius: 5px 0px 0px 5px;
}
.newsform .subscribe{
    width: 100%;
    max-width: 100%;
    height: 55px;
    background: #3041e5;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 700;
}
.newsform .subscribe:hover{
    background: #000;
}
.newsform .form-group, .newsform .form-group p span input {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5px;
    padding: 0;
    font-size: 17px;
}
.newsform .wpcf7-form-control-wrap {
    width: 100%;
    max-width: 100%;
    height: 55px;
    display: inline-block
}
.cpBx{
    background: #0a0a0a;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 18px 0px;
}
.cpBx p{
    margin:0px;
    color: #7d7d7d;
    font-size: 16px;
}
.downArrow{
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    animation: moveDotsTopToBottom 5s infinite;
    -webkit-animation: moveDotsTopToBottom 5s infinite;
}

.mainHeader.stick {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    animation: smoothScroll 1s forwards;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 999;
}
.clientSlider  .owl-nav{
    text-align: center;
}
.clientSlider  .owl-nav button{
    font-size: 60px !important;
    color: #b9b9b9 !important;
        margin: 0px 5px;
}
.clientSlider  .owl-nav button:hover{
    color: #333333 !important;
}
.innerBanner{
    background-image: url(images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 130px;
}
.innerBannerText{
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.innerBannerText img{
    order: 2;
    width: 100%;
    max-width: 380px;
}
.innerBannerText .pageTitle{
    font-size: 40px;
    font-weight: 600;
    color: #242632;
    line-height: 1;
    order: 1;
}
.innerContact{
    background: url(images/partner-bg.png);
    padding: 100px 0px;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.innerContact h1{
        font-size: 50px;
    font-weight: 800;
    color: #3041e5;
    margin-bottom: 15px;
}
.innerContact input.form-control{height: 55px;}
.innerContact .form-control{
    border-radius: 0px;
    padding: 15px;
}
.innerContact textarea.form-control{height: 150px;resize: none;border-radius: 0px;}
.innerContact form {
    padding: 25px;
    border-radius: 25px;
    background: #eff6fc;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 9%);
}
.innerContact form .form-group{
    margin: 10px 0px;
}
.submit-btn{
    font-size: 20px;
    padding: 14px 34px;
}
.submit-btn:hover{
    background: #742aef;
}
.contactInfo li{
    max-width: 100%;
}
.contactInfo li a strong, .contactInfo li p strong{
    display: block;
    font-size: 24px;
    font-weight: 600;
}
.contactInfo li a, .contactInfo li p{
    color: #253138;
    font-size: 18px;
}
.contactInfo li.call a{
    font-size: 30px;
    font-weight: 800;
}
.innerCnt{
    padding: 100px 0px;
    background: url(images/service-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    position: relative;
    overflow: hidden;
}
.innerCnt  h1{
        font-size: 50px;
    font-weight: 800;
    color: #3041e5;
    margin-bottom: 15px;
}
.innerCnt  h2{
    font-size: 36px;
    font-weight: 600;
    color: #242632;
    margin-bottom: 15px;
}
.innerContact  h2{
    font-size: 36px;
    font-weight: 600;
    color: #242632;
    margin-bottom: 15px;
}
.innerContact p{
    line-height: 1.8;
}
.innerCnt  h3{
        font-size: 30px;
    font-weight: 600;
    color: #242632;
    margin-bottom: 15px;
}
.innerCnt  h4{
    font-size: 24px;
    font-weight: 600;
    color: #242632;
    margin-bottom: 15px;
}
.innerCnt  h5{
    font-size: 20px;
    font-weight: 600;
    color: #242632;
    margin-bottom: 15px;
}
.innerCnt  h6{
    font-size: 18px;
    font-weight: 600;
    color: #242632;
    margin-bottom: 15px;
}
.innerCnt .head{
    margin-bottom: 45px;
}
.serThum h3{
    color: #242632;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.serThum p{
    padding: 0px !important;
    font-weight: 400 !important;
}
.serThum .serInnerbx{
    padding: 0px 15px;
}
.serThum{
    height: 100%;
}
.serviceLL .serThum picture{
    display: inline-block;
    width: 100%;
}
.innerCnt ul{
    padding: 0px;
    overflow: hidden;
}
.innerCnt ul li{
    list-style: none;
    display: inline-block;
    width: 100%;
    line-height: 2;
    padding-left: 27px;
    background: url(images/setting1.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 0px 7px;
}
.innerCnt ol{
    padding-left: 20px;
    overflow: hidden;
}
.innerCnt ol li{
    line-height: 2;
}
.innerCnt ol li::marker{
        color: #3041e5;
        font-weight: 700;
}
.innerCnt .floatLeft{
    float: left;
    width: 100%;
    max-width: 40%;
    margin-right: 25px;
    margin-bottom: 25px;
}
.innerCnt p{
    line-height: 1.8;
}
.errorSec{
    display: inline-flex;
    width: 100%;
    align-items: center;
    min-height: 940px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #ebebeb;
}
.errorSec .errorImg{
    width: 100%;
    max-width: 600px;
}
.errorSec h1{
    font-size: 40px;
    font-weight: 800;
    color: #263138;
    margin-bottom: 35px;
    margin-top: 15px;
}
.thankYouImg{
    width: 100%;
    max-width: 800px;
}
.darkmode--activated .menuList .slimmenu li a{
    color:#333 !important;
}
.darkmode--activated .menuList .slimmenu li.current-menu-item a{
    color:#000 !important;
}
.darkmode--activated .menuList .slimmenu li a:after{
    background:#000 !important;
}
.darkmode--activated .menuList .slimmenu li a:hover {
    color: #000 !important;
}
.darkmode--activated .btn{
    background:#000 !important;
    color:#fff !important;
}
.darkmode--activated .btn::before{
    background:#ffbe00 !important;
}
.darkmode--activated .btn:hover{
    color:#000 !important;
    border: solid 2px #ffbe00 !important;
}
.darkmode--activated .btn1{
    background:#000 !important;
    color:#fff !important;
    border: solid 2px #000 !important;
}
.darkmode--activated .btn1::before{
    background:#ffbe00 !important;
}
.darkmode--activated .btn1:hover{
    color:#000 !important;
    border: solid 2px #ffbe00 !important;
}

.darkmode--activated .bannerTitle{
    color:#000 !important;
}
.darkmode--activated .nbover{
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(125 125 125) 50%, rgb(0 0 0) 100%) !important;
}
.darkmode--activated .aboutSec h2, .darkmode--activated .partnerCnt h2, .darkmode--activated .countBx h3, .darkmode--activated .sectt, .darkmode--activated .innerCnt h1, .darkmode--activated .innerCnt h2, .darkmode--activated .innerCnt h3, .darkmode--activated .innerCnt h4,  .darkmode--activated .innerContact h1{
    color:#000 !important;
}
.darkmode--activated .serInner {
    border: solid 1px #3d3d3d !important;
}
.darkmode--activated .serviceLL .serviceBX:hover {
    background: #e4e4e4;
}
.darkmode--activated footer {
    background: #cacaca !important;
}
.darkmode--activated footer:before{
    background:#d6d6d6 !important;
}
.darkmode--activated .ftContact h2{
    color:#000 !important;
}
.darkmode--activated .ftInfo li a, .darkmode--activated .ftInfo li p{
    color:#000 !important;
}
.darkmode--activated .ftInfo li .ftIcon{
    background:#ffbe00 !important;
}
.darkmode--activated .newsform .subscribe{
    background:#000 !important;
    color:#fff !important;
}
.darkmode--activated .newsform .subscribe:hover{
        background: #ffbe00 !important;
        color:#000 !important;
}
.darkmode--activated .cpBx{
    background:#fff !important;
}
.darkmode--activated .cpBx p{
    color:#4d4d4d;
}
.darkmode--activated .serviceLL .serviceBX:hover h3 {
    color: #000 !important;
}
.darkmode--activated .innerCnt ul li{
    background:url(images/setting1w.png);
        background-repeat: no-repeat;
    background-size: 18px;
    background-position: 0px 7px;
}
.darkmode--activated .collapse-button {
    background-color: #000000;
}
.darkmode-toggle, .darkmode-layer{
    top:52px !important;
}
.darkmode--activated  .darkmode-layer{
    top:0px !important;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes reverse-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes motion-blur {
    0%{
        right: 0;
    }
    5%{
        right: 0;
    }
    25%{
    }
    50%{
        right: 10%;
    }
    55%{
        right: 10%;
    }
    75%{
    }
    100%{
        right: 0px;
    }
}
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes moveDotsOpacity {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes moveDotsRightToLeft {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes moveDotsTopToBottom {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}

@media (min-width:1600px){
    .container{
        max-width: 1420px;
    }
}

@media (min-width:1600px) and (max-width:1800px){
    .bannerImg{
        max-width: 783px;
    }
    .bannerSec{
        background-size: 1219px;
    }
    .shieldImg{
        width: 200px;
    }
    .spamMailImg{
        width: 106px;
    }
    .cloudImg{
        width: 144px;
    }
    .headerInner .navbar-brand{
        left: -130px;
    }
    .serviceSec{
        background-size: 976px;
        padding-bottom: 240px;
    }
}
@media (max-width:1599px){
    .headerInner .navbar-brand{
        left: -60px;
    }
    .bannerImg{
        max-width: 613px;
    }
    .bannerSec{
        background-size: 1149px;
    }
    .bannerSec{
        min-height: 779px;
    }
    .shieldImg{
        width: 150px;
    }
    .linesDivi{
        width: 100px;
    }
    .cloudImg{
        width: 134px;
    }
    .spamMailImg{
        width: 86px;
    }
    .settingBx{
        top: 37%;
        left: 3%;
        width: 63px;
    }
    .settingBx1{
        right: -3%;
        bottom: 8%;
        width: 78px;
    }
    .dotline{
        width: 114px;
        top: 17%;
    }
    .aboutCnt {
        padding-left: 40px;
    }
    .roundLight{
        width: 151px;
    }
    .aboutBG{
        min-width: 718px;
    }
    .blueround{
        left: -3%;
        top: 1%;
        width: 91px;
        height: 91px;
    }
    .serviceSec{
        background-size: 824px;
        padding-bottom: 200px;
    }
    .partnerSec{
        background-size: 674px;
    }
    .countBx h3{
        font-size: 50px;
    }
    .countBx p{
        font-size: 17px;
    }
    .ftInfo li a, .ftInfo li p{
        font-size: 15px;
    }

    .partentImgLAy{
        max-width: 410px;
        max-height: 410px;
    }
    .partentImgLAy img{
        width: 70px;
    }
    .serThum h3{
        font-size: 20px;
    }
    .innerBannerText img{
        max-width: 260px;
    }
    .headerInner .headerRgt{
        margin-right:60px;
    }

}

@media (max-width:1399px){
    .navbar-brand img{
        max-width: 220px;
    }
    .menuList .slimmenu li {
        padding: 0px 15px;
    }
    .menuList .slimmenu li a{
        font-size: 16px;
    }
    .navbar-brand{
        max-width: 479px;
    }
    .titleTop{
        font-size: 26px;
    }
    .bannerTitle{
        font-size: 63px;
    }
    .bannerText p{
        font-size: 22px;
    }
    .bannerImg {
        max-width: 503px;
    }
    .shieldImg {
        width: 120px;
    }
    .cloudImg {
        width: 104px;
    }
    .spamMailImg {
        width: 66px;
    }
    .settingBx1{
        width: 63px;
    }
    .settingBx{
        width: 43px;
    }
    .headerInner .menuList{
        left: -80px;
    }
    .round1{
        width: 46px;
        top: -10%;
    }
    .bannerSec {
        background-size: 80%;
        background-position: left top;
        padding-top: 150px;
    }
    .bannerSec {
        min-height: 619px;
    }
    .dotline1{
        width: 74px;
    }
    .dotline {
        width: 84px;
        top: 20%;
    }
    .aboutBG {
        min-width: 638px;
    }
    .blueSetting1{
        width: 83px;
    }
    .blueSetting{
        width: 50px;
    }
    .aboutCnt {
        padding-left: 0px;
        padding-right: 20px;
    }
    .aboutSec .secTitle{
        font-size: 24px;
    }
    .aboutSec h2{
        font-size: 40px;
    }
    .serviceSec .linedd{
        max-width: 780px;
    }
    .serviceSec .linedd img.dottLine {
        transform: rotate(12deg);
    }
    .serviceSec .linedd img.dottLine1 {
        transform: rotate(-12deg);
    }
    .serviceLL .serviceBX p{
        padding: 20px 24px;
    }
    .serviceLL .serviceBX p{
        font-size: 13px;
    }
    .serviceSec {
        background-size: 674px;
        padding-bottom: 180px;
    }
    .partnerCnt .secTitle{
        font-size: 24px;
    }
    .partnerCnt h2{
        font-size: 45px;
    }
    .countBx h3 {
        font-size: 40px;
    }
    .countBx p {
        font-size: 14px;
    }
    .countBx{
        padding: 4px 17px;
    }
    .clientSec {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .sectt{
        font-size: 40px;
    }
    .clientSec .head p {
        font-size: 16px;
    }
    .clientSec .head {
        margin-bottom: 15px;
    }
    .ftTt{
        font-size: 40px;
    }
    .ftTt1{
        font-size: 24px;
    }
    .partentImgLAy{
        max-width: 340px;
        max-height: 340px;
    }
    .partentImgLAy img{
        width: 60px;
    }
    .partentImgLAy .icon1{
        left: 20px;
    }
    .partentImgLAy .icon3 {
        top: 10px;
        right: 30px;
    }
        .headerInner .headerRgt {
        margin-right: 0;
        padding-right: 60px;
    }
    .darkmode-toggle{
        top: 43px !important;
    }
    .darkmode-toggle, .darkmode-layer {
        top: 43px !important;
    }

}


@media (max-width:1199px){
    .navbar-brand {
        max-width: 386px;
    }
    .navbar-brand{
        padding: 25px 0px 40px;
    }
    .navbar-brand img {
        max-width: 170px;
    }
    .menuList .slimmenu li {
        padding: 0px 8px;
    }
    .titleTop {
        font-size: 20px;
    }
    .bannerTitle {
        font-size: 45px;
    }
    .bannerText p {
        font-size: 19px;
    }
    .bannerText{
        max-width: 390px;
    }
    .bannerImg {
        max-width: 403px;
    }
    .shieldImg {
        width: 90px;
    }
    .cloudImg {
        width: 74px;
    }
    .spamMailImg {
        width: 56px;
    }
    .settingBx1 {
        width: 53px;
    }
    .round1{
        top: -35%;
    }
    .linesDivi {
        width: 70px;
    }
    .round2{
        left: -36%;
    }
    .roundLight {
        width: 111px;
    }
    .aboutBG {
        min-width: 568px;
    }
    .blueSetting {
        width: 40px;
    }
    .blueSetting1 {
        width: 63px;
    }
    .aboutSec h2 {
        font-size: 34px;
        margin-bottom: 25px;
    }
    .aboutSec .secTitle {
        font-size: 20px;
    }
    .blueround{
        width: 71px;
        height: 71px;
    }
    .serviceLL .numberIcon span{
        font-size: 20px;
        right: 0;
    }
    .serviceLL .numberIcon span {
        width: 35px;
        height: 35px;
    }
    .serviceLL .numberIcon {
        width: 60px;
        height: 60px;
    }
    .serviceSec .linedd {
        max-width: 630px;
        top: 66px;
    }
    .serviceLL{
        padding: 0px;
    }
    .partnerCnt h2 {
        font-size: 33px;
    }
    .partnerCnt .secTitle {
        font-size: 17px;
    }
    .ftInfo li{
        max-width: 100%;
    }
    .ftContact1 {
        padding-left: 20px;
    }
    .ftContact {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .ftTt {
        font-size: 30px;
    }
    .clientSec{
        padding-bottom: 20px;
    }
    .clientReview{
        padding: 15px;
    }
    .clientReview span{
        font-size: 14px;
    }

    .innerCnt h1 .innerContact h1, .errorSec h1{
        font-size: 40px;
    }
    .menuList .slimmenu li a {
        font-size: 14px;
    }
    .darkmode-toggle, .darkmode-layer {
        top: 30px !important;
    }
}

@media (max-width:991px){
    .headerInner .headerRgt{
        order: 2;
    }
    .headerInner .menuList {
        left: 0;
        order: 3;
        margin-right: inherit;
        position: inherit;
    }
    .menu-collapser{
        background: transparent;
    }
    .collapse-button{
            background-color: #0b00cf;
    }
    ul.slimmenu{
        background: #ffffff;
        position: absolute;
        right: 5%;
        width: 100%;
        top: 100%;
        max-width: 480px;
        z-index: 11;
        box-shadow: 0px 0px 15px #00000021;
        border-radius: 10px;
    }
    .bannerImg {
        max-width: 303px;
    }
    .titleTop {
        font-size: 17px;
    }
    .bannerTitle {
        font-size: 38px;
    }
    .bannerText p {
        font-size: 14px;
    }
    .bannerText {
        max-width: 350px;
    }
    .bannerSec .btn1 {
        margin-top: 15px;
    }
    .btn1{
        padding: 10px 20px;
    }
    .shieldImg {
        width: 60px;
    }
    .cloudImg {
        width: 54px;
    }
    .settingBx1 {
        width: 38px;
    }
    .settingBx {
        width: 33px;
    }
    .spamMailImg {
        width: 46px;
    }
    .round1 {
        width: 36px;
    }
    .aboutBG {
        min-width: 458px;
    }
    .blueSetting{
        top: -30px;
        z-index: 1;
    }
    .serviceSec .linedd{
        display: none;
    }
    .numberPP{
        top: 0;
    }
    .serviceLL .numberIcon{
        margin-bottom: 15px;
    }
    .serviceSec {
        padding-bottom: 30px;
    }
    .partnerCnt{
        text-align: center;
    }
    .partnerCnt .secTitle:before{
        display: none;
    }
    .partnerCnt p{
        max-width: 100%;
    }
    .count1 {
        position: relative;
        top: 0;
        right: 0;
        display: inline-block;
        margin: 15px 15px;
    }
    .count2 {
        position: relative;
        bottom: 0;
        right: 0;
        border-radius: 0px 15px;
        display: inline-block;
        margin: 15px 15px;
    }
    .partentImgBx{
        max-width: 440px;
        padding-left: 0px;
        margin-top: 45px;
    }
    .pPad {
        padding: 40px 0px;
    }
    .clientSec{
        background-size: contain;
        padding-top: 30px;
    }
    .sectt {
        font-size: 34px;
    }


    .innerCnt h1, .innerContact h1, .errorSec h1 {
        font-size: 30px;
    }
    .innerContact h2{
        font-size: 24px;
    }
    .contactInfo li a strong, .contactInfo li p strong{
        font-size: 20px;
    }
    .collapse-button{
        right:60px;
    }
}

@media (max-width:767px){
    .headerInner .headerRgt{
        display: none;
    }
    .bannerSec{
        background-size: 100%;
        text-align: center;
    }
    .bannerImg {
        position: relative;
        right: 0;
        transform: inherit;
        top: 0;
        display: inline-block;
    }
    .round1{
        display: none;
    }
    .bannerText{
        margin-top: 25px;
        display: inline-block;
    }
    .mobieCenter{
        text-align: center;
    }
    .linesDivi{
        display: none;
    }
    .aboutBG {
        top: 0;
        left: 0;
        min-width: 100%;
    }
    .aboutCnt{
        padding-right: 0px;
        text-align: center;
    }
    .aboutSec .secTitle:before{
        display: none;
    }
    .downArrow{
        width: 24px;
    }
    .serviceSec {
        padding-top: 60px;
    }
    .partnerSec {
        background-size: 100%;
    }
    .partnerCnt h2{
        margin-bottom: 25px;
    }
    .partnerCnt .btn1 {
        margin-top: 10px;
    }
    .count2, .count1{
        margin: 35px 5px;
    }
    .partentImgBx{
        margin-top: 15px;
    }
    .sectt {
        font-size: 24px;
    }
    .diviline{
        display: none;
    }
    .clientSlider .item{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .aboutSec h2{
        margin-bottom: 20px;
    }
    .aboutCnt .btn1{
        margin-top: 10px;
    }
    .ftContact1 {
        padding-left: 0;
    }
    .ftTt, .ftTt1 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 15px;
    }
    .ftInfo li{
        flex-wrap: wrap;
        justify-content: center;
    }
    .ftInfo li a, .ftInfo li p{
        width: 100%;
    }
    .ftContact {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    footer:before{
        display: none;
    }
    .cpBx{
       background: #242632; 
    }
    .innerBannerText img {
        max-width: 180px;
    }
    .innerBannerText .pageTitle{
        font-size: 30px;
    }
    .innerBanner{
        padding-top: 90px;
    }
    .innerCnt .head {
        margin-bottom: 5px;
    }
    .innerCnt h2{
        font-size: 24px;
    }
    .aboutImg picture{
        display: inline-block;
        width: 100%;
        margin: 15px 0px;
    }
}

@media (max-width:575px){
    ul.slimmenu{
        right: 0;
    }
    .dotline {
        width: 64px;
    }
    .dotline1 {
        width: 64px;
    }
    .round2{
        display: none;
    }
    .roundLight {
        width: 81px;
    }
    .blueSetting1 {
        width: 53px;
        left: 0;
    }
    .blueround {
        width: 51px;
        height: 51px;
    }
    .ftInfo li a, .ftInfo li p {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding-left: 0px;
        margin-top: 15px;
    }
    .ftInfo li{
        padding-right: 0px;
    }
    .ftInfo li:last-child{
        margin-bottom: 0px;
    }
    footer{
        padding-top: 20px;
    }
    .innerCnt h1, .innerContact h1, .errorSec h1 {
        font-size: 24px;
    }
    .innerCnt .floatLeft{
        max-width: 100%;
        margin-right: 0px;
    }
    .innerCnt{
        padding: 60px 0px;
    }
    .innerCnt h2, .innerContact h2{
        font-size: 22px;
    }
    .innerCnt h3{
        font-size: 20px;
    }
    .innerContact h2{
        text-align: center;
    }
    .innerContact p{
        text-align: center;
    }
    .innerContact form{
        padding: 15px;
        border-radius: 15px;
        margin-top: 25px;
    }
    .contactInfo li a strong, .contactInfo li p strong{
        font-size: 20px;
    }
    .errorSec{
        min-height: 790px;
    }
    .innerCnt .blueround{
        display: none;
    }
    .collapse-button {
        right: 0;
    }
    .darkmode-toggle, .darkmode-layer {
        top: 30px !important;
        right: 20% !important;
    }
}

@media (max-width:479px){
    .navbar-brand {
        max-width: 256px;
    }
    .headerInner .navbar-brand {
        left: -20px;
    }
    .navbar-brand {
        padding: 8px 0px 27px;
    }
    .navbar-brand img {
        max-width: 120px;
    }
    .bannerTitle {
        font-size: 30px;
    }
    .bannerText p{
        text-align: center;
    }
    .aboutSec h2, .partnerCnt h2{
        font-size: 24px;
    }
    .roundLight {
        width: 61px;
    }
    .partentImgLAy{
        left: 6%;
    }
    .partentImgLAy {
        max-width: 310px;
        max-height: 310px;
    }
    .cpBx p{
        font-size: 14px;
    }
    .innerBannerText .pageTitle{
        width: 100%;
        text-align: center;
        order:2;
    }
    .innerBannerText img{
        order: 1;
    }
    .innerBannerText {
        justify-content: center;
    }
    .innerCnt p{
        text-align: justify;
    }
    .innerBannerText .pageTitle {
        font-size: 24px;
        margin-top: 15px;
    }
    .innerBannerText img {
        max-width: 130px;
    }
    .darkmode-toggle, .darkmode-layer {
        top: 10px !important;
        width: 34px !important;
        height: 34px !important;
    }
}

@media (max-width:375px){
    .collapse-button{
        right: 0;
    }
    .bannerImg {
        max-width: 283px;
    }
    .dotline{
        top: 10%;
    }
    .bannerSec{
        padding-top: 120px;
        min-height: auto;
        padding-bottom: 30px;
    }
    .countBx h3 {
        font-size: 30px;
    }
    .countBx p {
        font-size: 12px;
    }
    .partentImgLAy {
        max-width: 240px;
        max-height: 240px;
    }
    .partentImgBx{
        max-width: 290px;
    }
    .partentImgLAy {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .partentImgLAy .icon1{
        top: 0;
    }
    .partentImgLAy .icon2{
        bottom: 19%;
    }
    .partentImgLAy .icon3{
        right: 10px;
    }
    .partentImgLAy .icon5{
        bottom: -11%;
    }
    .partentImgLAy .icon4{
        bottom: 19%;
    }
    .ftTt, .ftTt1{
        font-size: 18px;
    }
    .errorSec {
        min-height: 690px;
    }
}