@font-face
{
    font-family:gess-med;
    src: url(../fonts/gess-med.otf)
}
@font-face
{
    font-family:gess-bold;
    src: url(../fonts/gess-bold.otf)
}
@font-face
{
    font-family:lbc;
    src: url(../fonts/lbc.ttf)
}
body
{
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    background-color:#3F006B;
    background-repeat: no-repeat;
    font-family:gess-med;
    overflow-x: hidden!important;
    position: relative;
}
html
{
    scroll-behavior: smooth;
}
.the-after
{
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: #1D1D1D;
    display: none;
    z-index: 9999999999999999999999999;
    opacity: 0.7;
}
img
{
    object-fit: contain !important;
    object-position: center center !important;
}
ul
{
    padding: 0;
    margin: 0 0 0px;
    list-style: none;
}
p
{
    margin-bottom: 0;
}
a
{
    text-decoration: none!important;
}
.upBar
{
    padding-bottom: 10px;
}
.upBar .logo
{
    padding: 15px;
}
.upBar .logo img
{
    width: auto;
    margin-top: 5px;
}
.upBar .searching
{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.upBar .searching input
{
    position: relative;
    background: #3F006B;
    padding: 10px;
    border: 1px solid #FFC900;
    border-radius: 40px;
    width: 250px;
    color: #fff;
    outline: none;
    font-weight: 600;
    float: left;
}
.upBar .searching button
{
    position: absolute;
    left: 23px;
    top: 29px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    outline: none;
}
.upBar .phoneNumbers
{
    float: left;
    text-align: left;
    font-family: lbc;
    direction: ltr;
}
.upBar .phoneNumbers .hidden-xx
{
    font-size: 30px;
    color: #f0ad4e;
    cursor: pointer;
}
.upBar .phoneNumbers li
{
    display: inline-block;
    font-weight: 400;
    margin-left: 4px;
    font-size: 14px;
    line-height: 31px;
    color: #FFFFFF;
}
.introPage
{
    position: relative;
}
.introPage:after
{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    background: rgba(59, 9, 122, 0.65);
    z-index: 99;
    content: "";
    height: 100%;
}
.introPage video
{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.introPage .content
{
    position: absolute;
    text-align: center;
    bottom: 180px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    z-index: 999999999;

    width: 100%;
}
.introPage .content img
{
    width: 500px;
}
.introPage .menu
{
    background-color: rgba(255, 201, 0, 1);
    padding: 14px;
    width:150px;
    position: absolute;
    right: 100px;
    top: 166px;
    z-index: 9999999;
    border-radius: 18px;
}
.introPage .menu ul
{
    margin: 0px;
    padding:170px 10px 5px 0px;
}
.introPage .menu li
{
    margin-top: 0px;
}
.introPage .menu li a
{
    transition: all .6s ease-in-out;
    width: 100%;
    justify-content: space-around;
    font-size: 15px;
    display: flex;
    align-items: center;
    line-height: 30px;
    color: #972BFF;
}
.introPage .menu li a:hover
{
    color: #fff;
}
.introPage .menu li a img
{
    width: 30px;
    float: left;
}

.fixed-icons
{
    position: absolute;
    left: 0px;
    z-index: 99999999;
    top: 250px;
    padding: 0px;
    background-color: rgba(255, 201, 0, 1);
}
.fixed-icons a
{
    top: 100px;
    position: absolute;
    left: -85px;
    display: block;
    transition: 0.3s;
    padding: 15px;
    width: 100px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
    padding-bottom: 0px;
}

.fixed-icons a:hover {
    left: -20px;
}

#facebook
{
    top: 20px;
    background-color: rgba(255, 201, 0, 1);
}
#facebook span
{
    display: block;
    width: 40px;
    height: 40px;
    background: radial-gradient(50.03% 49.97% at 50% 50.03%, #1930E8 0%, #9B2DF6 60.18%, #EC2BFF 100%);
    border-radius: 150px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 20px;
}
.aboutUs .headTitle
{
    position: relative;
    display: flex;
    align-items: center;
}
.aboutUs
{
    background-color: rgba(52, 16, 73, 1);
    margin-top: -30px;
    z-index: 9999999;
    position: relative;
    padding-bottom: 50px;
    border-top: 40px solid rgba(63, 0, 107, 1);
}
.aboutUs:after
{
    width: 70px;
    position: absolute;
    height:100%;
    content: "";
    background-color: rgba(249, 187, 17, 1);
    top: -40px;
    right: 0px;
}
.aboutUs:before
{
    width: 70px;
    position: absolute;
    height:100%;
    content: "";
    background-color: rgba(249, 187, 17, 1);
    top: -40px;
    left: 0px;
}
.aboutUs .headTitle:after
{
    position: absolute;
    right: 0;
    top: 50px;
    background-color: rgba(0, 206, 248, 1);
    content: "";
    width: 50px;
    height: 50px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.aboutUs .headTitle .pic img
{
    width: 35px;
    z-index: 9999999999;
    position: relative;
    margin-top: 15px;
}
.aboutUs .headTitle .content
{
    background-color: rgba(255, 201, 0, 1);
    margin-top: 50px;
    margin-right: 20px;
    /* padding: 12px; */
    height: 50px;
    width: 134px;
    padding-top: 14px;
    text-align: center;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.aboutUs .headTitle .content h4
{
    margin: 0px;
}
.aboutUs .para
{
    margin-top: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    text-align: justify;
    color: #EBE6F1;
    margin-bottom: 30px;
}
.aboutUs .image img
{
    width: 100%;
}
.aboutUs .icon img
{
    height: 90px;
    width: 90px;
    margin-top: 20px;
}
.aboutUs .ourMessage
{
    display: flex;
}
.aboutUs .ourMessage .icon
{
    margin: 0px 20px;
}
.aboutUs .ourMessage .content
{
    position: relative;
}
.aboutUs .ourMessage .content h3
{
    height: 100px;
    border-radius: 150px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 9999999999999;
    background: radial-gradient(50% 50% at 50% 49.99%, #1930E8 0%, #00CEF8 100%);
}
.aboutUs .ourMessage .content p
{
    position: absolute;
    right: 70px;
    top: 40px;
    width: 375px;
    padding-right: 40px;
    padding-top: 10px;
    border-radius: 22px;
    color: #fff;
    padding-bottom: 10px;
    background: linear-gradient(90deg, #EC2BFF 0%, #2030E9 50%, #EC2BFF 100%);

}
.ourServices
{
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(90deg, #EC2BFF 0%, #2030E9 50%, #EC2BFF 100%);
}
.ourServices .one
{
    margin-bottom: 60px
}
.ourServices .one .pic img
{
    transition: all .6s ease-in-out;
    width:230px;
    border-radius: 150px;
    z-index: 99999999999999999;
    border: 8px solid rgba(255, 201, 0, 1);
    position: relative;
}
.ourServices .one .pic img:hover
{
    transform: scale(1.1);
}
.ourServices .one .pic:after {
    width: 90%;
    height: 270px;
    border: 5px solid #EC2BFF;
    border-radius: 150px;
    position: absolute;
    content: "";
    top: -20px;
    right: -2px;
    animation: borderAnimation 5s linear infinite;
}
.ourServices .one h3
{
    display: block;
    margin-top: 20px;
    font-weight: 500;
    font-size: 21px;
    line-height: 33px;
    text-align: center;
    color: #FFFFFF;
}
.ourServices .one a
{
    font-weight: 600;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFC900;
}
.ourServices .one a img
{
    margin-right: 12px;
    width: 35px;
}


@keyframes borderAnimation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.projects
{
    background-image: url("../images/projects.png");
    background-size: cover;
    text-align: center;
}
.projects .content h2
{
    font-family: lbc;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
    font-size: 65px;
    color: rgba(151, 43, 255, 1);

}
.projects .content h2 img
{
    margin-left: 20px;
}
.projects .content p
{
    margin-bottom: 30px;
    color: rgba(151, 43, 255, 1);
    font-weight: 700;
    font-size: 26px;
}
.ourCustomers
{
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.ourCustomers .head
{
    margin-top: 40px;
    text-align: center;
}
.ourCustomers .brands .image
{
    padding: 10px;
}
.ourCustomers .brands .image img
{
    height: 100px;
    transition: all .6s ease-in-out;
    width: 100%;
}
.ourCustomers .brands .image img:hover
{
    transform: scale(1.5);
}
.contactUs
{
    position: relative;
    background-image: url(../images/contact-layer.png);
    padding: 50px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}
.contactUs:after
{
    background-color: rgba(151, 43, 255, 1);
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .3;
}
.contactUs .head
{
    position: relative;
    text-align: center;
    z-index: 999999999999;
}
.contactUs .head h2
{
    color: rgba(255, 201, 0, 1);
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}
.contactUs .head input
{
    border: 2px solid #FFC900;
    border-radius: 50px;
    outline: none;
    display: block;
    width: 100%;
    background-color: transparent;
    padding: 12px;
    color: rgba(255, 201, 0, 1);
    margin-top: 12px;
}
.contactUs .head input::-webkit-input-placeholder {
    color: rgba(255, 201, 0, 1);
}

.contactUs form
{
    position: relative;
    z-index: 9999999999;
}

.contactUs form input
{
    border: 2px solid #FFC900;
    border-radius: 50px;
    outline: none;
    display: block;
    width: 100%;
    background-color: transparent;
    padding: 14px;
    color: rgba(255, 201, 0, 1);
    margin-top: 20px;
    margin-bottom: 20px;
}
.contactUs form input::-webkit-input-placeholder {
    color: rgba(255, 201, 0, 1);
}
.contactUs form textarea
{
    border: 1px solid #FFC900;
    border-radius: 18px;
    outline: none;
    display: block;
    width: 100%;
    resize: none;
    height: 200px;
    background-color: transparent;
    padding:20px 14px;
    color: rgba(255, 201, 0, 1);
    margin-top: 20px;
    margin-bottom: 20px;
}
.contactUs form textarea::-webkit-input-placeholder {
    color: rgba(255, 201, 0, 1);
}
.footer
{
    padding: 100px 0px;
}
.footer .arkan
{
    margin-top: 50px;
}
.footer .arkan img
{
    width: 100%;
}
.footer .logo
{
    text-align: center;
    color: #fff;
    margin-top: -44px;
}
.footer .logo img
{
    width: 150px;
    margin-bottom: 20px;
}
.footer .logo h4
{
    font-size: 14px;
}

.footer .social ul
{
    text-align: left;
}
.footer .social ul li
{
    display: inline-block;
    margin-left: 12px;
}
.footer .social ul li a
{
    display: block;
    width: 50px;
    color: #fff;
    height: 50px;
    background: radial-gradient(50.03% 49.97% at 50% 50.03%, #1930E8 0%, #9B2DF6 60.18%, #EC2BFF 100%);
    border-radius: 150px;
    line-height: 55px;
    text-align: center;
    margin-bottom: 20px;
}
.footer .phoneNumbers
{
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    font-family: lbc;
    direction: ltr;
}
.footer .phoneNumbers li
{
    display: inline-block;
    font-weight: 400;
    margin-left: 4px;
    font-size: 14px;
    line-height: 31px;
    color: #FFFFFF;
}
.footer .addresses
{
    float: left;
    width: 100%;
    display: block;
}
.footer .addresses h5
{
    font-weight: 700;
    font-size: 10px;
    text-align: center;
    color: #FFC900;
}
.ourServices .circle-container
{
    width: 240px;
    display: block;
    background-color: #B554FE;
    position: relative;
    height: 240px;
    border-radius: 150px;
    padding: 16px;
    margin: 0 auto;
}
.ourServices .circle-container:after
{
    position: absolute;
    top: 5px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    border: 5px solid #00CEF8;
    content: "";
    width: 230px;
    height: 230px;
    border-radius: 150px;
    animation: slideDown  2s infinite linear, flash 4s infinite;

}
.ourServices .circle-container .circle img
{
    width: 100%;
    border: 5px solid #FFC900;
    border-radius: 150px;
    transition: all .6s ease-in-out;
    position: relative;
    z-index: 999999999999;
}
.ourServices .circle-container .circle img:hover
{
    transform: scale(1.2);
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.ourCustomers .brandsSlider
{
    margin-top: 30px;
}
.ourCustomers .brandsSlider img
{
    transition: all .6s ease-in-out;
    width: 200px!important;
    height: 160px!important;
    display: block;
    margin: 0 auto;
}
.ourCustomers .brandsSlider img:hover
{
    transform: scale(1.1);
}
.ourCustomers .brandsSlider .owl-dots
{
    display: table;
    margin: 0px auto;
    position: relative;
    top:25px;
}
.ourCustomers .brandsSlider .owl-dot
{
    border-radius: 150px;
    background-color:#D9D9D9;
    float: right;
    height: 8px;
    margin-left: 10px;
    width: 20px;
}
.ourCustomers .brandsSlider .owl-dot.active
{
    background-color: #9B2DF6;
}
.pageContent
{
    display: flex;
    flex-direction: row;
    height: 100%;
    margin-top: 70px;
    justify-content: start;
    padding-bottom: 0px;
}
.pageContent .content
{
    flex: 6;
    background-color: #fff;
    height: auto;
}
.pageContent .rightSide
{
    background-color: transparent;
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-bottom: 50px;
}
.pageContent .rightSide .menu
{
    background-color: rgba(255, 201, 0, 1);
    width: 150px;
    z-index: 9999999;
    display: block;
    margin: 0 auto;
    border-radius: 18px;
    padding: 14px;
    margin-bottom: 100px;
    margin-top:80px;
}
.pageContent .rightSide .menu ul
{
    margin: 0px;
    padding:170px 10px 5px 0px;
}
.pageContent .rightSide  .menu li
{
    margin-top: 10px;
}
.pageContent .rightSide .menu li a
{
    transition: all .6s ease-in-out;
    width: 100%;
    justify-content: space-around;
    font-size: 15px;
    display: flex;
    align-items: center;
    line-height: 30px;
    color: #972BFF;
}
.pageContent .rightSide .menu li a:hover
{
    color: #fff;
}
.pageContent .rightSide .menu li a img
{
    width: 30px;
    float: left;
}
.pageContent .rightSide .logo
{
    text-align: center;
    margin-top: 50px;
}
.pageContent .rightSide .logo img
{
    margin-bottom: 18px;
    width: 185px;
}
.pageContent .rightSide .logo h6
{
    font-size: 12px;
    color: #942cf5;
    margin: 0px;
    margin-bottom: 4px;
    font-weight: bold;
}
.pageContent .rightSide .logo h5
{
    font-size: 10px;
    color: #FFC900;
    margin: 0px;
    font-weight: bold;
}
.pageContent .leftSide
{
    flex: 2;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 50px;
}
.pageContent .content
{
    background-image: url("../images/line-h.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    padding: 50px 100px;
}
.pageContent .content .road
{
    display: flex;
    align-items: center;
}
.pageContent .content .road h3 i
{
    color: #9B2DF6;
    margin-left: 12px;
    font-size: 14px;
}
.pageContent .content .road h3
{
    font-weight: bold;
    color: #000;
    font-size: 20px;
}

.pageContent .content h4
{
    font-weight: 500;
    font-size: 22px;
    line-height: 48px;
    text-align: right;
    color: #3B097A;
}
.pageContent .content p
{
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    color: #000;
    padding-bottom: 30px;
}
.pageContent .content .pics
{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.pageContent .content .pics img
{
    width: 350px;
    display: block;
    margin: 0 auto;

}
.pageContent .ourServices
{
    flex: 6;
    background: #fff!important;
    background-image: url("../images/line-h.png") !important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: top left!important;
    padding: 50px;
}
.pageContent .ourServices .one .circle-container
{
    width: 220px;
    height: 220px;
}
.pageContent  .ourServices .one .circle-container:after
{
    width: 210px;
    height: 210px;
}
.pageContent  .ourServices .one h3
{
    font-size: 16px;
    color: #3B097A;
}

.pageContent .ourServices .road
{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding-right: 50px;
    width: 100%;
}
.pageContent .ourServices .road h3 i
{
    color: #9B2DF6;
    margin-left: 12px;
    font-size: 14px;
}
.pageContent .ourServices .road h3
{
    font-weight: bold;
    color: #000;
    margin: 0px;
    font-size: 20px;
}
.pageContent .serviceDetails
{
    flex: 6;
    background-color: #FFFFFF;
    display: flex;
    align-items: start;
    justify-content: space-between;
    background-image: url("../images/line-h.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    padding: 50px;

}
.pageContent .serviceDetails .road
{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding-right: 50px;
    width: 100%;
}
.pageContent .serviceDetails .road h3 i
{
    color: #9B2DF6;
    margin-left: 12px;
    font-size: 14px;
}
.pageContent .serviceDetails .road h3
{
    font-weight: bold;
    color: #000;
    font-size: 20px;
}

.pageContent .serviceDetails .one .circle-container
{
    width: 240px;
    display: block;
    background-color: #B554FE;
    position: relative;
    height: 240px;
    border-radius: 150px;
    padding: 16px;
    margin: 0 auto;
}
.pageContent .serviceDetails .one
{
    margin-top: 140px;
}
.pageContent .serviceDetails .one .circle-container:after
{
    position: absolute;
    top: 5px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    border: 5px solid #00CEF8;
    content: "";
    width: 230px;
    height: 230px;
    border-radius: 150px;
    animation: slideDown  2s infinite linear, flash 4s infinite;

}
.pageContent .serviceDetails .one  .circle-container .circle img
{
    width: 100%;
    border: 5px solid #FFC900;
    border-radius: 150px;
    transition: all .6s ease-in-out;
    position: relative;
    z-index: 999999999999;
}
.pageContent .serviceDetails .one  .circle-container .circle img:hover
{
    transform: scale(1.2);
}

.pageContent .serviceDetails .one h5
{
    background-color: #F9BB11;
    width: 340px;
    padding: 20px;
    color: #9B2DF6;
    text-align: center;
    font-size: 18px;
    border-radius: 70px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 2px solid #9B2DF6;
    margin-top: 100px;
    line-height: 30px;
}
.pageContent .serviceDetails .serviceData
{
    padding-right: 20px;
}
.pageContent .serviceDetails .serviceData ul
{
    padding-top: 50px;
    padding-bottom: 50px;
}
.pageContent .serviceDetails .serviceData ul li
{
    display: flex;
    line-height: 25px;
    margin-top: 12px;
    justify-content: start;
    align-items: center;
    font-size: 14px;
}
.pageContent .serviceDetails .serviceData ul li i
{
    font-size: 8px;
    color: #9B2DF6;

    margin-left: 10px;
}
.sidenav
{
    height: 100%;
    width: 0;
    position: fixed;
    z-index:9999999999999;
    bottom: 0;
    right: 0;
    overflow-x: hidden;
    background-color: #3F006B;
    transition: 0.5s;
    padding-top:0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.upBar .phoneNumbers .hidden-xx
{
    display: none;
}
.sidenav .menu ul
{
    padding-bottom: 15px!important;
}
.sidenav img
{
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom:50px;
}
.sidenav .menu li
{
    display: block;
    margin-top: 20px;
    margin-right: 20px;
}
.sidenav .menu li a
{
    color: #fff;
    font-weight: bolder;
    text-decoration: none;
    font-size: 16px;
    margin-top: 25px;
}
.sidenav .menu li a i
{
    margin-right: 5px;
}
.close-button {
    position: fixed;
    right: 0;
    display: none;
    top: 0;
    z-index: 9999999999999999999;
    padding: 35px 15px;
    color:#0F70FF;
    cursor: pointer;
    background: #fff;
    width: 21%;
    text-align: center;
}
.close-button i
{
    font-size: 60px;
}


.aboutUs .icons
{
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: none;
    top: -28px;
}
.aboutUs .icons ul
{
    text-align: center;
}
.aboutUs .icons ul li
{
    display: inline-block;
    margin-left: 16px;
}
.aboutUs .icons ul li a
{
    transition: all .6s ease-in-out;
    color: #FFFFFF;
}
.aboutUs .icons ul li a:hover
{
    color:rgba(255, 201, 0, 1);
}
.whatsapp
{
    z-index: 999999999999;
    position: fixed;
    right: 50px;
    bottom: 50px;
}

.contactUs form textarea
{
    border: 1px solid #FFC900;
    border-radius: 18px;
    outline: none;
    display: block;
    width: 100%;
    resize: none;
    height: 140px;
    background-color: transparent;
    padding:20px 14px;
    color: rgba(255, 201, 0, 1);
    margin-top: 20px;
    margin-bottom: 10px;
}
.contactUs form button
{
    background-color: #FFC900;
    border: none;
    width: 100%;
    padding: 12px;
    border-radius: 12px;
}