@font-face { 
    font-family: poppins-extrabold; 
    src: url('../css/fonts/poppins-extrabold.ttf'); 
    font-weight:normal; 
}
@font-face { 
    font-family: poppins-bold; 
    src: url('../css/fonts/poppins-bold.ttf'); 
    font-weight:normal; 
}
@font-face { 
    font-family: poppins-light; 
    src: url('../css/fonts/poppins-light.ttf'); 
    font-weight:normal; 
}
@font-face { 
    font-family: poppins-medium; 
    src: url('../css/fonts/poppins-medium.ttf'); 
    font-weight:normal; 
}
@font-face { 
    font-family: poppins-regular; 
    src: url('../css/fonts/poppins-regular.ttf'); 
    font-weight:normal; 
}
@font-face { 
    font-family: poppins-semibold; 
    src: url('../css/fonts/poppins-semibold.ttf'); 
    font-weight:normal; 
}
body{
    background-color: #FBFBFB;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.logo-img{
    width: 240px;
}
a.nav-link{
    font-family: 'poppins-medium';
    font-weight: normal;
    font-size: 13.5px;
    color: #000;
    padding-right: 0px !important;
    padding-left: 48px !important;
}
.yit-nav .navbar{
    padding: 0px !important;
    width: 100%;
}
header.crypto-currency-header{
    padding: 10px 0px;
    position: sticky; 
    top: 0;
    background-color: #FBFBFB;
    z-index: 99;
}
.yit-on-scroll-fixed{
    padding-top: 10px ;
}
 .arrow-menu {
    border: solid #3c3c3ce8;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    margin-left: 5px;
    margin-bottom: 2px;
}
.down-menu {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.dropdown-item{
    font-family: 'poppins-semibold';
    font-weight: normal;
    font-size: 13.5px;
    color: #000;
    padding: 9px 20px;
    text-align: center;
}
.crypto-currency-header .yit-nav .navbar-nav .nav-link:hover i{
    border: solid #7b0000;
    border-width: 0 2px 2px 0;
}
.crypto-currency-header .yit-nav .navbar-nav .nav-link.active i{
    border: solid #7b0000;
    border-width: 0 2px 2px 0;
}
.dropdown-menu{
    left: -40px;
    border-radius: 4px; 
}
.arrow-top-border{
    position: absolute;
    right: 37px;
    top: -8px;
    border-top: none;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #00000026;
}
.arrow-top-after {
    content: " ";
    position: absolute;
    right: -8px;
    top: 2px;
    border-top: none;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
    z-index: 2;
}
.arrow-left-after {
    content: " ";
    position: absolute;
    left: -20px;
    top: 43%;
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    z-index: 2;
}
.quick-links{
    margin-top: 30px !important;
}
.address-info{
    margin-top: 30px !important;
}
.yit-footer .address-info li{
    vertical-align: top;
}
footer.footer-dark-style p{
    font-family: poppins-regular !important;
    font-size: 13px !important;
    color: #e9e9e9 !important;
    line-height: 32px !important;
    width: 300px;
    letter-spacing: 0.4px !important;
    text-align: left;
}
footer.footer-dark-style p a{
    font-family: poppins-regular !important;
    font-size: 13px !important;
    color: #e9e9e9 !important;
    line-height: 32px !important;
    width: 300px;
    letter-spacing: 0.4px !important;
}
.quick-links a{
    font-family: poppins-medium !important;
    font-size: 13px !important;
    color: #e9e9e9 !important;
}
.yit-footer.style-1 .quick-links li a:before{
    font-size: 16px !important;
    vertical-align: bottom !important;
}
.btn-contact{
    color: #fff !important;
    font-family: poppins-medium;
    font-size: 14px;
    width: 200px;
    padding: 15px 63px;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
    top: 13px;
    position: relative;
}
.btn-contact:hover{
    background-color: #fff;
    color: #8d1b1b !important;
}
.text-policy li a{
    font-family: poppins-regular !important;
    font-size: 13px !important;
    color: #e9e9e9 !important;
    line-height: 32px !important;
    letter-spacing: 0.4px !important;
    margin-left: 40px;
}
.home-bg{
    background-image: url('../images/home_bg.webp');
    background-size: contain;
    background-position: right;
    height: 710px;
}
.soc-med{
  margin-top: 30px;
}
.soc-med .fb{
  width: 15px;
  margin-right: 30px;
}
.soc-med .li{
  width: 26px;
  margin-right: 30px;
}
.img-bulb img{
  width: 180px;
  margin-top: 80px;
}
.arrow-link {
    border: solid #efefef;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    margin-right: 12px;
    margin-bottom: -2px;
    margin-left: -3px;
}

.right-link {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.where-perf{
    font-size: 38px;
    color: #000;
    font-family: poppins-extrabold !important;
    text-align: left;
    margin-bottom: 80px;
    width: 700px;
    line-height: 1.6;
}
.where-perf .text-orange{
    color: #FF8B01;
}
.where-perf .text-violet{
    color: #63257B;
}
.btn-learnmore{
    color: #fff;
    font-family: poppins-regular;
    font-size: 13px;
    width: auto;
    padding: 12px 34px;
    border: 1px solid #fff;
    border-radius: 6px;
    background-color: transparent;
    cursor: pointer;
    top: 40px;
    position: relative;
}
.btn-learnmore:hover{
    background-color: #c74444;
    border: 1px solid #c74444;
    transition: 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-learnmore:hover .btn-overlay{
    opacity: 1;
}
.btn-learnmore:hover .lmore{
    opacity: 0;
}
.btn-overlay{
    margin-left: 20px;
    margin-right: -5px;
    position: absolute;
    top: 10px;
    opacity: 0;
}
.btn-overlay span {
    margin-right: 10px;
    color: #fff;
}
.btn-overlay img{
    width: 25px;
}
.banner-py{
    margin-top: 35px;
    margin-bottom: 60px;
}
.socmed-right{
    float: right;
    margin-top: 120px;
    margin-bottom: 120px;
}
.socmed-right a img.fb-i{
    width: 14px;
    display: block;
    margin-bottom: 30px;
}
.socmed-right a img.li-i{
    width: 23px;
    display: block;
    margin-bottom: 30px;
}
.socmed-right a img.mail-i{
    width: 24px;
    display: block;
    margin-bottom: 30px;
}
.mtmb-100{
    margin-top: 100px;
    margin-bottom: 50px;
}
.right-line{
    margin-right: -15px;
}
.right-line div.what-we{
    font-size: 22px;
    color: #000;
    font-family: poppins-bold !important;
    border-right: 10px solid #b11919;
    line-height: 35px;
}
.right-p{
    margin-left: 10px;
}
.right-p p{
    font-size: 14px;
    color: #000;
    font-family: poppins-semibold !important;
    line-height: 23px;
    vertical-align: top;
    padding: 0px;
    margin-top: -5px;
    text-align: left;
}
.row-sltns{
    margin: -10px;
}
.row-sltns:after{
    content: "";
    display: table;
    clear: both;
}
.col-sltns-1{
    float: left;
    width: 25%;
    padding: 12px;
    position: relative;
}
.col-sltns-2{
    float: left;
    width: 25%;
    padding: 12px;
    position: relative;
}
.col-sltns-3{
    float: left;
    width: 25%;
    padding: 12px;
    position: relative;
}
.col-sltns-4{
    float: left;
    width: 25%;
    padding: 12px;
    position: relative;
}
.border-sol{
    border: 1px solid #000000b3;
    border-radius: 7px;
    padding: 30px 30px 35px;
    position: relative;
    height: 310px;
}
.border-sol img{
    width: 20px;
    text-align: left;
    margin: 0px;
}
.border-sol h4{
    font-size: 15px;
    color: #000;
    font-family: poppins-bold !important;
    line-height: 35px;
    margin-top: 10px;
    text-align: left;
}
.line-red{
    width: 20px;
    border-bottom: 2px solid #b11919;
    margin-top: 8px;
}
.border-sol p{
    font-size: 13px;
    color: #000;
    font-family: poppins-medium !important;
    line-height: 21px;
    margin-top: 8px;
    margin-bottom: 10px;
    text-align: left;
}
.btn-checksol{
    font-size: 13.5px;
    color: #7b0000;
    font-family: poppins-bold !important;
    line-height: 21px;
    margin-top: 8px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 27px;
}
.btn-checksol img{
    margin-left: 15px;
}
.btn-checksol:hover{
    color: #7b0000;
}
.btn-checksol:hover img{
    margin-left: 20px;
    transition: 0.3s ease-in-out;
}
.sol-we-del{
    margin-top: 150px;
    margin-bottom: 200px;
}
.left-line{
    margin-top: 5px;
}
.left-line div.sol-we{
    font-size: 22px;
    color: #000;
    font-family: poppins-bold !important;
    border-left: 10px solid #b11919;
    line-height: 30px;
    padding-left: 20px;
    text-align: left;
}
.sol-text{
    margin-top: 40px;
}
.sol-text p{
    font-size: 13px;
    color: #000;
    font-family: poppins-medium !important;
    line-height: 23px;
    margin-top: 8px;
    margin-bottom: 10px;
    text-align: left;
}
.lotti-img{
    width: 190px;
    float: right;
}
.core-values{
    margin-bottom: 60px;
}
.core-values img{
    width: 40px;
    text-align: left;
    margin: 0px;
}
.core-values h4{
    font-size: 20px;
    color: #000;
    font-family: poppins-semibold !important;
    line-height: 35px;
    margin-top: 10px;
    text-align: left;
}
.core-values p{
    font-size: 13.5px;
    color: #000;
    font-family: poppins-medium !important;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 40px;
    text-align: left;
}
.core-line{
    width: 30px;
    border-bottom: 2px solid #b11919;
    margin-top: 8px;
}
.cor-val {
    margin-top: 150px;
    margin-bottom: 100px;
}
.prin-cap{
    margin-top: 0px;
    margin-bottom: 0px;
}
.prin-title{
    width: 400px;
    position: relative;
}
.prin-title div.principal{
    font-size: 22px;
    color: #000;
    font-family: poppins-bold !important;
    line-height: 30px;
    position: absolute;
    top: 30px;
    left: 35px;
    text-align: left;
}
.prin-title .principal span{
    display: block;
}
.prin-border{
    border-left: 10px solid #b11919;
    border-top: 10px solid #b11919;
    height: 100px;
    width: 120px;
}
.tbl-prncpl{
    width: 100%;
    margin: 35px;
    margin-top: 150px;
    margin-bottom: 150px;
}
.tbl-prncpl td{
    font-size: 13.5px;
    color: #000;
    font-family: poppins-bold !important;
    line-height: 22px;
    padding-right: 90px;
}
.py-sltns{
    margin-top: 50px;
    margin-bottom: 100px;
}
.solutions-tab{
    height: 400px;
}
.solutions-tab .nav-tabs .nav-link{
    padding-bottom: 5px;
    font-family: poppins-bold;
    color: #5a5a5a;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.solutions-tab .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: transparent transparent #adadad;
}
.solutions-tab .nav-tabs .nav-link.active{
    color: #b11919;
    background-color: #fff;
    border-color: transparent;
    border-bottom: 3px solid #b11919;
    margin-bottom: -5px;
    border-radius: 0px;
    font-family: poppins-bold;
}
.solutions-tab .nav-tabs {
    border-bottom: 1px solid #adadad;
}
.solutions-tab .tab-content{
    padding: 20px 0px;
}
.solutions-icon{
    margin-top: 20px;
    margin-bottom: 70px;
}
.solutions-icon img{
    width: 30px;
    height: auto;
    margin-bottom: 20px;
    text-align: left;
    margin-left: 0px;
}
.solutions-icon h4{
    font-size: 13.5px;
    color: #000;
    font-family: poppins-semibold !important;
    line-height: 22px;
    width: 143px;
    text-align: left;
}
.logis img{
    width: 60px;
    margin-bottom: 25px;
}
.ticket img{
    width: 35px;
    margin-bottom: 25px;
}
.agri img{
    width: 35px;
    margin-bottom: 25px;
}
.tc-title{
    font-size: 28px;
    color: #800000;
    font-family: poppins-bold !important;
    line-height: 30px;
    margin-top: 10px;
    text-align: left;
}
.tc-text{
    font-size: 14px;
    color: #000;
    font-family: poppins-medium !important;
    line-height: 27px;
    margin-top: 0px;
    padding-top: 0px;
    text-align: left;
}
.tc-mb-100{
    margin-bottom: 70px;
}
.tc-img{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.tc-img img{
    width: 180px;
    margin-bottom: 70px;
}
.agritek-logo img{
    width: 150px;
}
.send-message{
    margin-top: 50px;
    margin-bottom: 200px;
}
.form-sendmsg div.send-us{
    font-size: 32px;
    color: #800000;
    font-family: poppins-bold !important;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
}
.form-sendmsg p{
    font-size: 14px;
    color: #6c6c6c;
    font-family: poppins-medium !important;
    margin-bottom: 35px;
    text-align: left;
}
.form-sendmsg h4{
    font-size: 14px;
    color: #000;
    font-family: poppins-medium !important;
    margin-bottom: 30px;
    text-align: left;
    line-height: 26px;
}
.form-sendmsg h4 a{
    font-size: 14px;
    color: #000;
    font-family: poppins-bold !important;
}
.send-field label{
    font-size: 14px;
    color: #000;
    font-family: poppins-semibold !important;
    display: block;
    width: 100%;
}
.send-field input{
    font-size: 13px;
    color: #000;
    font-family: poppins-medium !important;
    display: block;
    width: 100%;
    border: 0px;
    background-color: #f2f2f2;
    padding: 12px 15px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.send-field textarea{
    font-size: 13px;
    color: #000;
    font-family: poppins-medium !important;
    display: block;
    width: 100%;
    border: 0px;
    background-color: #f2f2f2;
    padding: 12px 15px;
    border-radius: 4px;
    margin-bottom: 15px;
    resize: none;
    height: 130px;
}
.btn-send-red{
    color: #fff;
    font-family: poppins-medium;
    font-size: 14px;
    width: 200px;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #b11919;
    border: 0px;
    cursor: pointer;
}
.btn-send-red:hover{
    background-color: #831111;
}
.gif-email{
    float: right !important;
    margin-left: 0px;
    margin-right: -30px;
}
img.zero-trust{
    width: 21px;
}
img.data-sec{
    width: 27px;
}
img.next-gen{
    width: 27px;
}
img.dig-inf{
    width: 24px;
}
.mobile-text{
    font-size: 13.5px;
    color: #000;
    font-family: poppins-bold !important;
    line-height: 22px;
    text-align: left;
    margin: 20px 35px;
    display: none;
}
.container-menu {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #63257B;
  margin: 6px 0;
  transition: 0.4s;
}

.change-menu .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change-menu .bar2 {opacity: 0;}

.change-menu .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.tc-img-left{
    margin-bottom: 70px;
}
.tc-img-left img {
    width: 180px;
}
.partner-page .agritek-logo img {
    width: 130px;
    margin-left: 20px;
}
.tc-img-center{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.agritek-logo .tooltip-box .tooltiptext{
    top: -20px;
    left: 120%;
}
.converge-logo .tooltip-box .tooltiptext{
    top: -10px;
    left: 105%;
}
.informant-logo .tooltip-box .tooltiptext{
    top: -4px;
    left: 115%;
}
.mviqs-logo .tooltip-box .tooltiptext{
    top: -46px;
    left: 109%;
}
.hbc-logo .tooltip-box .tooltiptext{
    top: -62px;
    left: 109%;
}
.tooltip-down {
  position: relative;
  display: inline-block;
    cursor: pointer;
}

.tooltip-down .tooltiptext-down {
    visibility: hidden;
    top: 120%;
    left: 0%;
    margin-left: -60px;
    width: 300px;
    border-radius: 4px;
    padding: 20px;
    font-size: 13px;
    z-index: 1;
    line-height: 22px;
    background-color: #fff;
    border: 1px solid #8b8b8b;
    color: #000;
    text-align: left;
    position: absolute;
    font-family: poppins-semibold;
}

.tooltip-down .tooltiptext-down::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent #8b8b8b transparent
}
.arrow-top-tip{
    content: " ";
    position: absolute;
    top: -12%;
    left: 49%;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    z-index: 2;
}
.tooltip-down:hover .tooltiptext-down {
  visibility: visible;
}
.nec-log .tooltip-down .tooltiptext-down{
    top: 100%;
}
.nec-log .arrow-top-tip{
    top: -16%;
}
.etsi-logo .tooltip-down .tooltiptext-down{
    top: 95%;
}
.etsi-logo .arrow-top-tip{
    top: -15%;
}
.partner-page{
    margin-bottom: 100px;
}
.partner-page .left-line{
    margin-top: 50px;
    margin-bottom: 70px;
}

.company-who{
    margin-top: 60px;
    margin-top: 60px;
}
.company-who h1{
    font-size: 30px;
    color: #800000;
    font-family: poppins-bold !important;
    line-height: 42px;
    text-align: left;
    margin-bottom: 25px;
    font-weight: normal !important;
}
.company-who p{
    font-size: 13.5px;
    color: #000;
    font-family: poppins-medium !important;
    line-height: 29px;
    margin-bottom: 25px;
    text-align: left;
}
.cmpny-left{
    padding-right: 40px;
}
.img-company{
    margin-bottom: 20px
}

.col-comp-1 {
    float: left;
    width: 50%;
    padding: 0px 10px;
    position: relative;
}
.col-comp-2 {
    float: left;
    width: 50%;
    padding: 0px 10px;
    position: relative;
}

/* Clear floats after the columns */
.row-com:after {
    content: "";
    display: table;
    clear: both;
}
.row-com{
    margin: 0px -10px;
}
.mis-vis{
    margin-top: 100px;
}
.mis-vis h1{
    font-size: 20px;
    color: #800000;
    font-family: poppins-semibold !important;
    line-height: 35px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 80px;
}
.mission-box {
    border: 1px solid #707070b3;
    border-radius: 7px;
    padding: 30px 40px 35px;
    position: relative;
    height: 300px;
    width: 100%;
    margin-bottom: 20px;
}
.mission-box h2{
    font-size: 22px;
    color: #000;
    font-family: poppins-bold !important;
    line-height: 30px;
    text-align: left;
    margin-bottom: 20px
}
.mission-box p{
    font-size: 13px;
    color: #000;
    font-family: poppins-medium ;
    line-height: 25px;
    text-align: left;
}
.vision-box p{
    font-size: 13px;
    color: #000;
    font-family: poppins-medium ;
    line-height: 25px;
    text-align: left;
}
.vision-box {
    border: 1px solid #707070b3;
    border-radius: 7px;
    padding: 30px 30px 35px;
    position: relative;
    height: 300px;
    width: 100%;
    margin-bottom: 20px;
}
.vision-box h2{
    font-size: 22px;
    color: #000;
    font-family: poppins-bold !important;
    line-height: 30px;
    text-align: left;
    margin-bottom: 20px
}
.col-mis{
    padding-left: 0px;
}
.col-vis{
    padding-right: 0px;
}
.banner-career{
    height:90px;
}
.banner-career h1{
    font-size: 30px;
    color: #000;
    font-family: poppins-bold;
    line-height: 42px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.banner-career h1 span{
    color: #FF8B01;
}
.banner-career h2{
    font-size: 22px;
    color: #fff;
    font-family: poppins-bold;
    line-height: 42px;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
.work-at{
    margin-top: 50px;
}
.work-at h1{
    font-size: 31px;
    color: #000;
    font-family: poppins-bold !important;
    line-height: 42px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: normal !important;
}
.work-at h1 span{
    color: #800000;
}
.why-icon{
    position: relative;
    text-align: center;
    margin-top: 30px;
}
.why-icon img.start{
    width: 33px;
    margin-bottom: 23px;
}
.why-icon img.connect{
    width: 45px;
    margin-bottom: 27px;
}
.why-icon img.internal{
    width: 33px;
    margin-bottom: 27px;
}
.why-icon img.career{
    width: 30px;
    margin-bottom: 25px;
}
.why-icon h4{
    font-size: 15px;
    color: #000;
    font-family: poppins-semibold !important;
    line-height: 20px;
    text-align: center;
    font-weight: normal !important;
}
.why-work{
    margin-left: 40px;
    margin-right: 40px;
}
.why-work:after{
    content: "";
    display: table;
    clear: both;
}
.col-why {
    float: left;
    width: 25%;
    padding: 0px 10px;
    position: relative;
}
.avail-job{
    margin-top: 100px;
    margin-bottom: 50px;
}
.avail-title{
    font-size: 22px;
    color: #800000;
    font-family: poppins-bold !important;
    line-height: 42px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-weight: normal !important;
}

form.search-frm input[type=text] {
    padding: 10px 20px;
    font-size: 15px;
    border: 1px solid #afafaf;
    float: left;
    width: 70%;
    background: #fff;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    font-family: poppins-medium;
}

form.search-frm button {
    float: left;
    width: 30%;
    padding: 10px;
    background: #b11919;
    color: white;
    font-size: 15px;
    border: 1px solid #b11919;
    border-left: none;
    cursor: pointer;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    font-family: poppins-regular;
}

form.search-frm button:hover {
  background: #0b7dda;
}

form.search-frm::after {
  content: "";
  clear: both;
  display: table;
}
.search-job{
    width: 420px;
    float: right;
    margin-top: -46px;
}
 .job-box{
    padding: 30px 25px 35px 25px;
    border: 1px solid #9d9d9d;
    width: 100%;
    border-radius: 8px;
     position: relative;
     height: 420px;
     margin-bottom: 50px;
}
.job-box a{
    position: absolute;
    left: 0;
    right: 0;
    margin: 25px 25px 35px 25px;
    bottom: 0;
}
.job-box button{
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 25px 25px 35px 25px;
    bottom: 0;
}
.col-job-4 {
    float: left;
    width: 33.33333%;
    padding: 0px 25px;
    position: relative;
}
.job-box-3{
    padding: 30px 25px 35px 25px;
    border: 1px solid #9d9d9d;
    width: 100%;
    border-radius: 8px;
     position: relative;
     height: 500px;
}
.job-box-3 a{
    position: absolute;
    left: 0;
    right: 0;
    margin: 25px;
    bottom: 0;
}
.job-box-3 h2 {
    font-size: 15px;
    color: #800000;
    font-family: poppins-bold !important;
    line-height: 26px;
    margin-bottom: 0px;
    font-weight: normal !important;
    text-align: left;
}
.job-box-3 .job-details p{
    font-size: 12.5px;
    color: #000;
    font-family: poppins-semibold !important;
    line-height: 27px;
    letter-spacing: 0.6px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0px;
}
.col-job-3 {
    float: left;
    width: 25%;
    padding: 0px 10px;
    position: relative;
}
.row-job-3 {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 100px;
}
.row-job-3:after {
    content: "";
    display: table;
    clear: both;
}
.row-job{
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 100px;
}
/* Clear floats after the columns */
.row-job:after {
    content: "";
    display: table;
    clear: both;
}

.job-box h2{
    font-size: 15px;
    color: #800000;
    font-family: poppins-bold !important;
    line-height: 26px;
    margin-bottom: 0px;
    font-weight: normal !important;
    text-align: left;
}
.job-box h3{
    font-size: 13px;
    color: #7f7f7f;
    font-family: poppins-medium !important;
    line-height: 25px;
    margin-bottom: 0px;
    font-weight: normal !important;
    text-align: left;
}
.job-details{
    margin-top: 10px;
    margin-bottom: 30px;
}
.job-details p{
    font-size: 13.5px;
    color: #000;
    font-family: poppins-semibold !important;
    line-height: 35px;
    letter-spacing: 0.6px;
    font-weight: 700;
    text-align: left;
}
.btn-apply-red{
    color: #fff;
    font-family: poppins-regular;
    font-size: 14px;
    width: 100%;
    padding: 12px 20px;
    border-radius: 6px;
    background-color: #B11919;
    cursor: pointer;
    letter-spacing: 0.5px;
    border: 0px;
    text-align: center;
}
.btn-apply-red:hover{
    background-color: #851212;
}
.emp-section{
    margin-top: 150px;
    margin-bottom: 250px;
}
.emp-details{
    margin-top: 10%;
}
.emp-details h1{
    font-size: 24px;
    color: #000;
    font-family: poppins-semibold !important;
    line-height: 42px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-weight: normal !important;
    text-align: left;
}
.emp-details span{
    font-size: 42px;
    color: #000;
    font-family: "Poppins",sans-serif !important;
    line-height: 42px;
    margin-bottom: 0px;
    margin-top: 43px;
    position: absolute;
    letter-spacing: 1px;
    font-weight: normal !important;
    -webkit-transform: rotate(8deg);
    text-align: left;
}
.emp-details p{
    font-size: 14px;
    color: #000;
    font-family: poppins-semibold !important;
    line-height: 40px;
    margin-top: 40px;
    margin-left: 16px;
    margin-bottom: 0px;
    font-weight: normal !important;
    margin-right: 125px;
    text-align: left;
}
.emp-details h2{
    font-size: 20px;
    color: #000;
    font-family: poppins-semibold !important;
    line-height: 42px;
    margin-top: 30px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-weight: normal !important;
    text-align: left;
}
.emp-details span.emp-name{
    font-size: 20px;
    color: #000;
    font-family: poppins-bold !important;
    line-height: 42px;
    margin-top: 30px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-weight: normal !important;
    text-align: left;
    -webkit-transform: none !important;
    display: inline;
    position: relative;
    margin-right: 25px;
}
.circle-img{
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background-color: #cfcfcf;
    position: relative;
}
.circle-img img {
    border-radius: 50%;
    position: absolute;
    border: none;
    width: auto;
    cursor: pointer;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.emp-tab .nav-link{
    margin-bottom: 17px;
}
.nav-pills .nav-link.active .active-emp{
    border: 1px solid #810101;
    padding: 4px !important;
    border-radius: 50%;
    width: 88px;
    height: 88px;
    background-color: transparent;
}
.nav-pills .nav-link.active{
    background-color: transparent;
}
.emp-prof{
    position: relative;
    width: 100%;
}
.emp-prof img{
    width: 100%;
    border-radius: 50%;  
    -webkit-box-shadow: 0 1px 4px 2px rgb(0 0 0 / 24%);
      -moz-box-shadow: 0 1px 4px 2px rgb(0 0 0 / 24%);
      box-shadow:0 1px 4px 2px rgb(0 0 0 / 24%);
}
.emp-tab .prof-1{
    margin-left: -30px !important;
}
.emp-tab .prof-4{
    margin-left: -50px !important;
}
.emp-section .col-md-1{
    margin-left: -20px;
}
.emp-left .col-md-7{
    margin-left: 30px;
}
.emp-left .col-md-5{
    margin-left: -100px;
}
.contact-page{
    margin-bottom: 100px !important;
}
.banner-solutions{
    padding-top: 150px;
    padding-bottom: 150px;
}
.banner-solutions h1{
    color: #FF4646;
    font-size: 57px;
    font-family: poppins-bold !important;
    text-align: left;
    letter-spacing: 1px;
    font-weight: normal;
    margin-bottom: 10px;
}
.banner-solutions h2{
    color: #fff;
    font-size: 17px;
    font-family: poppins-medium !important;
    text-align: left;
/*    letter-spacing: 0.5px;*/
    font-weight: normal !important;
    width: 680px;
    line-height: 33px;
}
.solutions-page{
    margin-top: 90px;
    margin-bottom: 30px;
}
.sol-title{
    font-size: 22px;
    color: #800000;
    font-family: poppins-bold !important;
    border-left: 10px solid #b11919;
    line-height: 30px;
    padding-left: 20px;
    text-align: left;
}
.sol-title-bottom{
    font-size: 22px;
    color: #800000;
    font-family: poppins-bold !important;
    line-height: 20px;
    padding-left: 30px;
    text-align: left;
}
.sol-details{
    margin-left: 50px;
    margin-bottom: 70px;
}
.sol-details h2{
    font-size: 17px;
    color: #800000;
    font-family: poppins-bold !important;
    line-height: 30px;
    text-align: left;
    margin-bottom: 10px;
}
.sol-details p{
    color: #000;
    font-size: 14px;
    font-family: poppins-semibold !important;
    text-align: left;
    line-height: 25px;
}
.page-bottom{
    margin-bottom: 100px;
}
.g-map{
    margin-bottom: 150px;
}
.gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:400px;
    width:100%;
}
.gmap_canvas iframe{
    width:600px; 
    height:400px;
    margin: 0px;
}
.contact-info{
    margin-top: 60px;
    margin-bottom: 50px;
}
.contact-info h1{
    font-size: 33px;
    color: #000;
    font-family: poppins-bold !important;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
}
.contact-address{
    margin-top: 60px;
    margin-left: 20px;
}
.animation-mission {
    width: 80px;
    height: 80px;
    margin-left: -10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.animation-vision {
    width: auto;
    height: auto;
    margin-left: 0px;
    margin-top: 14px;
    margin-bottom: 10px;
}
.contact-address table{
    width: 100%;
    margin-bottom: 35px;
}
.contact-address table td{
    vertical-align: top;
}
.contact-address li{
    display: block;
}
.contact-address p{
    display: inline;
    font-size: 15px;
    color: #000;
    font-family: poppins-medium !important;
    margin-bottom: 30px;
    text-align: left;
    line-height: 26px;
}
.contact-address a{
    font-size: 15px;
    color: #000;
    font-family: poppins-medium !important;
    margin-bottom: 30px;
    text-align: left;
    line-height: 26px;
}
.contact-address .fa-map-marker{
    font-size: 30px;
    color: #000;
}
.contact-address .fa-phone{
    font-size: 30px;
    color: #000;
}
.contact-address .fa-envelope{
    font-size: 26px;
    color: #000;
}
td.tbl-cntct{
    padding-top: 0px;
}

/* privacy policy */
.privacy-page{
    margin-bottom: 100px;
    position: relative;
}
.priv-left-line{
    margin-top: 50px;
    margin-bottom: 30px;
}
.main-title{
    font-size: 34px;
    color: #63257B;
    font-family: poppins-bold;
    line-height: 30px;
    text-align: left;
    font-weight: normal;
}
.main-title span{
    color: #000;
}
.terms-text h1{
    font-size: 17.5px;
    color: #000;
    font-family: poppins-bold;
    line-height: 30px;
    text-align: left;
    margin-bottom: 20px;
}
.terms-text p{
    font-size: 14.5px;
    color: #000;
    font-family: poppins-medium;
    line-height: 28px;
    text-align: left;
    margin-bottom: 20px;
}
.terms-text p span{
    font-size: 14.5px;
    color: #000;
    font-family: poppins-medium;
    line-height: 30px;
    text-align: left;
    margin-bottom: 20px;
}
.mb-indent{
    margin-bottom: 20px;
}
.right-indent{
    display: block;
    margin-bottom: 0px;
}
.right-indent p{
    font-size: 13.5px;
    color: #000;
    font-family: poppins-medium;
    line-height: 27px;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.left-dot {
  height: 8px;
  width: 8px;
  background-color: #424242;
  border-radius: 50%;
  display: inline-block;
  margin-right: 7px;
    margin-top: 14px;
}
.mb-indent table{
    width: auto;
    margin-left: 30px;
}
.mb-indent table td{
    vertical-align: top;
}
.data-priv{
    margin-top: 40px;
}
.data-priv h2{
    font-size: 13.5px;
    color: #000;
    font-family: poppins-medium;
    line-height: 30px;
    text-align: left;
    margin-bottom: 30px;
}
.data-priv table{
    width: auto;
    margin-left: 30px;
}
.data-priv table td{
    font-size: 13.5px;
    color: #000;
    font-family: poppins-medium;
    line-height: 17px;
    text-align: left;
    padding-bottom: 13px;
}
.data-priv .w-5{
    width: 1%;
    padding-right: 5px;
}
.cookie-fade{
    background-color: #ffffff2e;
}
.cookie-text{
    font-family: 'poppins-medium';
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
}
.cookie-text a{
    text-decoration: underline;
    color: #000;
}
.modal-cookie{
    margin: 8rem auto;
}
.modal-cookie .modal-body{
    padding: 4rem 3rem 3rem 3rem;
}
.modal-cookie .modal-content{
    width: 84%;
    margin-left: auto;
    margin-right: auto;
}
.modal-cookie .buttons-cookie{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.btn-accept{
    background-color: #4FDE71;
    color: #fff;
    border-radius: 4px;
    font-family: poppins-medium;
    font-size: 14px;
    padding: 8px 23px;
    margin-bottom: 10px;
}
.btn-accept:hover {
    background-color: #39ab54;
    color: #fff;
}
 .loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
    margin-top: 20%;
    margin-left: auto;
    margin-right: auto;
}
.loader {            
    overflow: none;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #FF8B01;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#loadingDiv {
    position:fixed;
    top:0;
    left:0;
    right: 0;
    height:100%;
    background-color:#fff;
    z-index: 9999;
    overflow: hidden;
}
.w-880{
    width: 880px !important;
}
.display-none{
    display: none;
}
.error-none{
    color: red; 
    display: none;
    font-family: poppins-medium;
}
.e-mail:before {
    content: attr(data-website) "\0040" attr(data-user);
    unicode-bidi: bidi-override;
    direction: rtl;
}
a.nav-link:hover{
    color: #63257B
}
.navbar-nav .active{
    color: #800000
}
.contact-gif{
    margin-left: 25px;
    margin-top: 50px;
}
.bulb-gif {
    float: right;
    margin-top: 30px;
}
.bullet-dot{
    height: 5px;
    width: 5px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 2px;
}
.content-job{
    padding: 60px;
}
.job-title{
    font-size: 13.5px;
    color: #000;
    font-family: poppins-bold !important;
    letter-spacing: 0.6px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
}
.bullet-here{
    height: 4px;
    width: 4px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 2px;
}
.job-desc{
    margin-bottom: 30px;
}
.job-desc p{
    font-size: 13px;
    color: #000;
    font-family: poppins-semibold !important;
    letter-spacing: 0.6px;
    font-weight: normal;
    text-align: left;
    margin-left: 25px;
    line-height: 25px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.modal-job .modal-dialog{
    width: 60% !important;
    max-width: 60% !important;
}
.btn-uploadcv{
    color: #686868;
    font-family: poppins-regular;
    font-size: 14px;
    width: 220px;
    padding: 12px 20px;
    border-radius: 6px;
    background-color: transparent;
    cursor: pointer;
    letter-spacing: 0.5px;
    border: 1px solid #808080;
    text-align: center;
    display: block;
}
.btn-uploadcv:hover {
    background-color: #e1e1e180;
}
.btn-appred{
    color: #fff;
    font-family: poppins-regular;
    font-size: 14px;
    width: 220px;
    padding: 12px 20px;
    border-radius: 6px;
    background-color: #B11919;
    cursor: pointer;
    letter-spacing: 0.5px;
    border: 0px;
    text-align: center;
    display: block;
    margin-top: 20px;
}
.btn-appred:hover {
    background-color: #851212;
}
.modal-job .close{
    opacity: 1;
    font-size: 29px;
    position: absolute;
    right: 30px;
    top: 24px;
}
.btn-uploadcv img{
    width: 11px;
    margin-right: 8px;
    display: inline;
}
.job-desc ul{
    list-style-type: disc;
}
.job-desc ul li {
    display: list-item;
    margin-left: 40px;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    user-select: none;
    width: fit-content;
}
.upload-sign-img {
    width: auto;
    height: auto;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    background: transparent;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px;
}
.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    right: 0px;
    height: 100%;
    width: 100%;
    cursor: pointer;
    border-radius: 50%;
    z-index: 999;
}
.file_error{
    color: red; 
    display: none;
    margin-top: 10px;
}
.content-success{
    padding: 24px 30px 10px 30px;
}
.content-success .job-title{
    margin-bottom: 10px;
}
.content-success img{
    width: 30px;
    margin-right: 10px;
}

.border-lines{
    position: relative;
    border-top: 1px solid #0000001a;
    border-bottom: 1px solid #0000001a;
}
.perf-box{
    position: relative;
    background-color: #fff;
    border-bottom: 4px solid #63257B;
    box-shadow: 1px 1px 6px 0px #00000024;
    padding: 15px 25px 20px 25px;
    height: 235px;
}
.perf-img-serv{
    width: 45px;
    margin-bottom: 10px;
}
.perf-img-app{
    width: 50px;
    margin-bottom: 10px;
}
.perf-img-man{
    width: 50px;
    margin-bottom: 10px;
}
.perf-title{
    font-size: 23px;
    color: #63257B;
    font-family: poppins-bold !important;
    text-align: left;
    margin-bottom: 10px;
}
.perf-box p{
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 14.5px;
    color: #000;
    font-family: poppins-regular !important;
    letter-spacing: 0.3px;
    text-align: left;
}

.row-banner{
    margin: 0px -25px;
}
.row-banner:after{
    content: "";
    display: table;
    clear: both;
}
.col-banner-1{
    float: left;
    width: 100%;
    padding: 0px 25px;
    position: relative;
}
.col-banner-2{
    float: left;
    width: 50%;
    padding: 0px 25px;
    position: relative;
}
.col-banner-3{
    float: left;
    width: 33.333333%;
    padding: 0px 25px;
    position: relative;
}
.col-banner-4{
    float: left;
    width: 25%;
    padding: 0px 25px;
    position: relative;
}
.circle-rotate-1{
    position: absolute;
    height: 27px;
    width: 26px;
    border-radius: 50%;
    border: 1px solid #0000001f;
    left: 13px;
    top: -11px;
}
.circle-rotate-1 img{
    border-radius: 50%;
    top: 1px;
    left: 0px;
    position: absolute;
    opacity: 0.7;
}
.circle-top-left{
    position: absolute;
    left: 12px;
    top: -13px;
}
.circle-top-left img{
    width: 25px;
    opacity: 1;
}
.circle-bottom-left{
    position: absolute;
    left: 12px;
    bottom: -13px;
}
.circle-bottom-left img{
    width: 25px;
    opacity: 1;
}
.circle-top-right{
    position: absolute;
    right: 12px;
    top: -13px;
}
.circle-top-right img{
    width: 25px;
    opacity: 1;
}
.circle-rotate-2{
    height: 23px;
    width: 23px;
    border-radius: 50%;
    border: 1px solid #0000001f;
    position: absolute;
    right: 13px;
    top: -12px;
}
.circle-rotate-3{
    height: 23px;
    width: 23px;
    border-radius: 50%;
    border: 1px solid #0000001f;
    position: absolute;
    bottom: -10px;
    left: 65px;
}
.circle-rotate-4{
    position: absolute;
    right: 14px;
    bottom: -11px;
}
.circle-rotate-4 img{
    width: 25px;
    opacity: 0.5;
}
.zoom-img{
    position: relative;
}
.zoom-img img{
    transition: transform .2s;
}
.zoom-img:hover img {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
.project-inner{
    position: relative;
    z-index: 1;
}
.project-title{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    color: #fff;
    font-family: poppins-medium !important;
    text-align: center;
    margin-bottom: 0px;
    padding: 70px;
}
.project-section{
    padding-top: 60px;
    padding-bottom: 100px;
    position: relative;
}
.client-section {
    padding-top: 0px;
    padding-bottom: 100px;
    position: relative;
}
.proj-top{
    position: relative;
    margin-bottom: 40px;
    margin-top: 0px;
    height: 27px;
    margin-left: -15px;
}
.proj-top .proj-header{
    border-top: 1px solid #0000001a;
    border-bottom: 1px solid #0000001a;
    font-size: 23px;
    color: #63257B;
    font-family: poppins-bold !important;
    text-align: left;
    padding: 0px 15px;
    position: absolute;
    height: 18px;
    line-height: 17px;
    top: 0px;
}
.proj-top-line{
    border-top: 1px solid #0000001a;
    position: absolute;
    top: 0;
    height: 10px;
    width: 33.45%;
}
.proj-right-line2{
    border-right: 1px solid #0000000a;
    position: absolute;
    top: 0;
    height: 50%;
    margin-left: 475px;
}
.proj-right-line1{
    border-right: 1px solid #0000000a;
    position: absolute;
    top: 0;
    height: 50%;
    margin-left: 360px;
}
.circle-big-left{
    position: absolute;
    left: -120px;
    top: 115px;
}
.circle-big-left img{
    opacity: 0.1;
    width: 340px;
}
.rocket-bottom-1{
    position: absolute;
    left: 200px;
    bottom: -30px;
}
.rocket-bottom-1 img{
    opacity: 0.3;
    width: 110px;
    transform: rotate(343deg);
}
.rocket-right-1{
    position: absolute;
    right: -10px;
    top: 60px;
}
.rocket-bottom-left img{
    opacity: 0.3;
    width: 110px;
    transform: rotate(330deg);
}
.rocket-bottom-left{
    position: absolute;
    left: 10px;
    bottom: 230px;
}
.rocket-right-1 img{
    opacity: 0.3;
    width: 110px;
    transform: rotate(320deg);
}
.border-left-line1{
    border-left: 1px solid #0000000a;
    position: absolute;
    width: 20px;
    margin-left: 105px;
    height: 100%;
    top: 0;
}
.border-left-line2{
    border-left: 1px solid #0000000a;
    position: absolute;
    width: 20px;
    margin-left: 360px;
    height: 100%;
    top: 0;
}
.border-left-line3{
    border-left: 1px solid #0000000a;
    position: absolute;
    width: 20px;
    margin-left: 475px;
    height: 100%;
    top: 0;
}
.border-bottom-line{
    border-bottom: 1px solid #0000001a;
    position: absolute;
    bottom: 0;
}
.perf-sol {
    position: relative;
    background-color: #fff;
    border-bottom: 4px solid #63257B;
    box-shadow: 1px 1px 6px 0px #00000024;
    padding: 25px 30px 20px 30px;
    height: 290px;
    z-index: 1;
}
.perf-sol p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 14.5px;
    color: #000;
    font-family: poppins-regular !important;
    line-height: 1.8em;
    text-align: left;
}
.perf-mv {
    position: relative;
    background-color: #fff;
    border-left: 4px solid #63257B;
    box-shadow: 1px 1px 6px 0px #00000024;
    padding: 40px 60px 40px 30px;
    height: 155px;
    z-index: 1;
}
.perf-mv p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 14.5px;
    color: #000;
    font-family: poppins-regular;
    line-height: 1.8em;
    text-align: left;
}
.perf-mv p span{
    font-size: 15px;
    font-family: poppins-bold;
}

.about-cmpny p span{
    font-size: 15px;
    font-family: poppins-bold;
}
.about-cmpny {
    position: relative;
    background-color: #fff;
    border-left: 4px solid #63257B;
    box-shadow: 1px 1px 6px 0px #00000024;
    padding: 40px 60px 40px 30px;
    height: auto;
    z-index: 1;
}
.about-cmpny p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 14.5px;
    color: #000;
    font-family: poppins-regular;
    line-height: 1.8em;
    text-align: left;
}

.circle-big-right {
    position: absolute;
    right: -160px;
    top: 85px;
}
.circle-big-right img {
    opacity: 0.1;
    width: 340px;
}
.circle-medium-left {
    position: absolute;
    left: -55px;
    bottom: 340px;
}
.circle-medium-left img {
    opacity: 0.1;
    width: 155px;
}
.border-left-line11 {
    border-left: 1px solid #0000000a;
    position: absolute;
    width: 20px;
    margin-left: 105px;
    height: 60%;
    top: 0;
}
.team-img{
    margin-bottom: 100px;
}
.team-img img{
    margin-bottom: 15px;
}
.team-img p{
    font-size: 15px;
    color: #000;
    font-family: poppins-semibold;
    line-height: 1.8em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.team-img span{
    font-size: 15px;
    color: #63257B;
    font-family: poppins-medium;
    line-height: 1.8em;
}
.client-logos{
    margin-left: 20px;
}
.client-logos img.python{
    width: 60px;
    margin-right: 100px;
}
.client-logos img.incognito{
    width: 210px;
}
.contact-section {
    padding-top: 50px;
    padding-bottom: 0px;
    position: relative;
}
.proj-header span{
    border-left: 1px solid #0000001a;
    border-right: 1px solid #0000001a;
    padding: 5px 0px;
}
.tbl-contact{
    margin-bottom: 50px;
}
.tbl-info{
    font-size: 14.5px;
    color: #000;
    font-family: poppins-medium;
    line-height: 1.8em;
    width: 340px;
    padding-bottom: 40px;
}
.tbl-icon{
    width: 13%;
    padding-bottom: 40px;
}
.tbl-icon img.loc-icon{
    text-align: left;
    width: 35px;
}
.tbl-icon img.phone-icon{
    text-align: left;
    width: 30px;
}
.tbl-icon img.mail-icon{
    text-align: left;
    width: 25px;
    margin-left: 4px;
}
.circle-medium-right {
    position: absolute;
    right: -55px;
    top: 115px;
}
.circle-medium-right img {
    opacity: 0.1;
    width: 155px;
}
.footer-violet{
    background-color: #63257B;
    position: relative;
    padding: 10px;
}
.footer-right span{
    font-size: 14px;
    color: #fff;
    font-family: poppins-regular;
    line-height: 1.8em;
}
.footer-right a{
    float: right;
    font-size: 14px;
    color: #fff;
    font-family: poppins-regular;
    line-height: 1.8em;
    margin-left: 50px;
}
.footer-right a:hover{
    color: #ff8b02;
}
.mb-150{
    padding-bottom: 150px;
}
.dns-text{
    margin-top: 50px;
    margin-bottom: 50px;
}
.dns-subtext{
    font-size: 19px;
    color: #63257B;
    font-family: poppins-medium;
    line-height: 30px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 15px;
}
.dns-text p{
    font-size: 15px;
    color: #000;
    font-family: poppins-medium;
    line-height: 23px;
    text-align: left;
    font-weight: normal;
}
.dns-right{
    padding-right: 100px;
}
.dns-subcont{
    margin-bottom: 5px;
}
.dns-subcont img.icon-record{
    width: 16px;
    margin-right: 10px;
}
.dns-subcont span{
    font-size: 15px;
    color: #000;
    font-family: poppins-medium;
    line-height: 23px;
    text-align: left;
    font-weight: normal;
    display: inline;
}
.dns-subcont img.icon-system{
    width: 22px;
    margin-right: 10px;
}
.dns-subcont img.icon-ui{
    width: 22px;
    margin-right: 10px;
}
.slick-wrapper{
  width:100%;
  padding-top: 20px;
  text-align:center;
}
.carousel-slick{
  width:100%;
  margin:0px auto;
}
.slick-slide{
  margin:10px;
}
.slick-slide img{
  width:100%;
  border: 2px solid #fff;
}
.slick-wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}
.arrow-slide {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 11px;
    cursor: pointer;
}
.slide-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
    position: absolute;
    top: -57px;
    right: 5px;
}

.slide-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
    position: absolute;
    right: 25px;
    top: -57px;
}
.email-gif-right img{
    position: absolute;
    top: -37px;
    left: 0px;
    margin-left: auto;
    right: 0px;
    margin-right: auto;
}

.collapse.show {
    box-shadow: 1px 7px 5px #0000000d;
}
.slick-slide img{
    width: 390px;
}
.cookie-overlay {
    position: relative;
    box-shadow: none;
    max-width: 500px;
    margin: 8rem auto;
    left: 0px;
    right: 0px;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transform: translate(0, 0);
}

.accept-cookies {
cursor: pointer;
}

.cookie-fadeshow {
    background-color: #0000004a;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    z-index: 999;
    transition: opacity 0.15s linear;
}
.cookie-content{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    width: 84%;
    padding: 4rem 3rem 3rem 3rem;
    margin-left: auto;
    margin-right: auto;
}
.cookie-content .cookie-text{
    font-family: 'poppins-medium';
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
    border: 0px;
    line-height: 25px;
}
.cookie-content .btn-accept{
    border: 0px;
}